List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?limit=50&offset=3500&ordering=is_filler&page=70
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3506,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videos/?limit=50&offset=3450&ordering=is_filler&page=70",
    "results": [
        {
            "id": 626509,
            "name": "Trond Alis kvarter V",
            "header": "Malak forteller",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626509/theora/TrondAliOgMalak.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626509/broadcast/TrondAliOgMalak.dv",
                "original": "https://upload.frikanalen.no/media/626509/original/TrondAliOgMalak.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626509/large_thumb/TrondAliOgMalak.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:05:29.060000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-10-02T20:34:18.005756Z",
            "updatedTime": "2020-10-04T13:41:10.117376Z",
            "uploadedTime": "2020-10-02T22:09:04.542324Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626509/theora/TrondAliOgMalak.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626509/large_thumb/TrondAliOgMalak.jpg"
        },
        {
            "id": 623897,
            "name": "Inside Israel September 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623897/theora/4667_ff6e8a8a72824c628906533eb551bebc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623897/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623897/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623897/broadcast/4667_6d1f1ff65f424a24a6ea50c2da6dc7d0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623897/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:13.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-08-26T21:19:45.947000Z",
            "updatedTime": "2018-11-10T18:29:29.223375Z",
            "uploadedTime": "2010-08-26T21:19:45.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623897/theora/4667_ff6e8a8a72824c628906533eb551bebc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623897/large_thumb/large.jpg"
        },
        {
            "id": 624436,
            "name": "Utrop TV - Studio6",
            "header": "Studiodebatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624436/theora/orig_ac71c438126a4e13b8ecba688407da0b.ogv",
                "original": "https://upload.frikanalen.no/media/624436/original/orig_ac71c438126a4e13b8ecba688407da0b.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624436/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624436/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624436/broadcast/5446_bc7ceb8dc6a347db94c8b5278249073d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624436/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:36.960000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-14T13:21:17.570000Z",
            "updatedTime": "2018-11-10T18:29:28.522245Z",
            "uploadedTime": "2011-03-14T13:21:17.570000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624436/theora/orig_ac71c438126a4e13b8ecba688407da0b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624436/large_thumb/large.jpg"
        },
        {
            "id": 626511,
            "name": "Trond Alis kvarter VI",
            "header": "Intervju med Dr. Salim om startet på okkupasjonen av Palestina",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626511/theora/DrSalimDag2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626511/broadcast/DrSalimDag2.dv",
                "original": "https://upload.frikanalen.no/media/626511/original/DrSalimDag2.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626511/large_thumb/DrSalimDag2.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:27:36.120000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-10-03T20:08:43.665131Z",
            "updatedTime": "2020-10-04T13:41:50.464022Z",
            "uploadedTime": "2020-10-04T06:33:03.133339Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626511/theora/DrSalimDag2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626511/large_thumb/DrSalimDag2.jpg"
        },
        {
            "id": 624137,
            "name": "Norge trenger gjeldstelefonen",
            "header": "Foreningen Fattignorge har vært i England for å se på stiftelsen Consumer Credit Counselling Service. En stiftelse som gir gratis gjeldsrådgivingstjeneste og hjelper folk med å rydde opp i økonomien. Dette er noe som Foreningen Fattignorge ønsker å etablere i Norge. I Foreningen Fattignorges lokaler i Ålesund er alt klart for å starte opp Gjeldstelefonen. Det eneste som mangler er penger til drift.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624137/theora/5092_6903c18d78b145d388fee215d5da8d92.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624137/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624137/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624137/broadcast/5092_473da03bf9304b9190e0dc7cc6182e23.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624137/large_thumb/large.jpg"
            },
            "creator": "pm.thalberg@gmail.com",
            "organization": {
                "id": 97,
                "name": "Sult Film Thalberg",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1963,
                "editorName": "Per Magne Thalberg",
                "editorEmail": "pm.thalberg@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:17:00.480000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-12-17T15:03:02.090000Z",
            "updatedTime": "2018-11-10T18:29:28.910545Z",
            "uploadedTime": "2010-12-17T15:03:02.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624137/theora/5092_6903c18d78b145d388fee215d5da8d92.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624137/large_thumb/large.jpg"
        },
        {
            "id": 626917,
            "name": "Egotripp - podcast på tv.",
            "header": "Sommeren er på hell og Egotripp er tilbake. I høstens første episode møter Mattias sosialantropolog Thomas Hylland Eriksen. Det blir mye snakk om digitale hjelpemidler for to menn som nok lengter litt tilbake til det analoge: lp-plater, mobilfritt liv, og langsom tid.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626917/theora/EGOTRIPP FRIKANALEN.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626917/broadcast/EGOTRIPP FRIKANALEN.dv",
                "original": "https://upload.frikanalen.no/media/626917/original/EGOTRIPP FRIKANALEN.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626917/large_thumb/EGOTRIPP FRIKANALEN.jpg"
            },
            "creator": "rune@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:54:12.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-08-26T11:44:48.290100Z",
            "updatedTime": "2021-08-27T12:31:12.676812Z",
            "uploadedTime": "2021-08-26T12:38:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626917/theora/EGOTRIPP FRIKANALEN.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626917/large_thumb/EGOTRIPP FRIKANALEN.jpg"
        }
    ]
}