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/?format=api&limit=50&offset=3500&ordering=-publish_on_web&page=72
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/?format=api&limit=50&offset=3450&ordering=-publish_on_web&page=72",
    "results": [
        {
            "id": 622545,
            "name": "Musikk: Ani Ole Lirushalayim",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622545/theora/1258_d6aa855b57f24465a8f7177fd6b01c41.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622545/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622545/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622545/broadcast/orig_Terje og Sidsel Dahl - Ani Ole Lirushalayim.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622545/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:58:00Z",
            "updatedTime": "2018-11-10T18:29:30.575323Z",
            "uploadedTime": "2009-01-01T20:58:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622545/theora/1258_d6aa855b57f24465a8f7177fd6b01c41.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622545/large_thumb/large.jpg"
        },
        {
            "id": 622544,
            "name": "Musikk: Å, jeg venter...",
            "header": "Å, jeg venter at Jesus skal hente meg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622544/theora/1245_9ca63bc41b2543d1a128dd8e76563421.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622544/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622544/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622544/broadcast/orig_Tore Sognefest - Å, jeg venter at Jesus skal hente meg.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622544/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:17",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:45:00Z",
            "updatedTime": "2018-11-10T18:29:30.576679Z",
            "uploadedTime": "2009-01-01T20:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622544/theora/1245_9ca63bc41b2543d1a128dd8e76563421.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622544/large_thumb/large.jpg"
        },
        {
            "id": 624417,
            "name": "Empo tv - del 44",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624417/theora/5497_3275d253a6344e56825326d55c7ace67.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624417/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624417/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624417/broadcast/5497_a0c61d936f6646cf8c531d22ed686ac3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624417/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@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:14:02.880000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-04-06T13:23:05.177000Z",
            "updatedTime": "2020-08-30T19:58:31.577756Z",
            "uploadedTime": "2011-04-06T13:23:05.177000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624417/theora/5497_3275d253a6344e56825326d55c7ace67.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624417/large_thumb/large.jpg"
        },
        {
            "id": 624397,
            "name": "Empo tv - del 42",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624397/theora/5474_98aac78912254174a39386b137b9bf63.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624397/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624397/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624397/broadcast/5474_184136b2957a49b09d0ea82785991edc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624397/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@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:14:52.920000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-03-24T10:37:35.727000Z",
            "updatedTime": "2020-08-30T19:58:59.815165Z",
            "uploadedTime": "2011-03-24T10:37:35.727000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624397/theora/5474_98aac78912254174a39386b137b9bf63.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624397/large_thumb/large.jpg"
        },
        {
            "id": 622543,
            "name": "Musikk: Om kvelden",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622543/theora/1244_572ea449ef314b0294a00c23c77bb34a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622543/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622543/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622543/broadcast/orig_Tore Sognefest - Om kvelden.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622543/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:45",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:44:00Z",
            "updatedTime": "2018-11-10T18:29:30.578014Z",
            "uploadedTime": "2009-01-01T20:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622543/theora/1244_572ea449ef314b0294a00c23c77bb34a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622543/large_thumb/large.jpg"
        },
        {
            "id": 622542,
            "name": "Musikk: Gje meg handa di ven",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622542/theora/1242_5630f707ec324df1aa001e0e6a31cb53.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622542/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622542/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622542/broadcast/orig_Tore Sognefest - Gje meg handa di ven.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622542/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:41",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.579358Z",
            "uploadedTime": "2009-01-01T20:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622542/theora/1242_5630f707ec324df1aa001e0e6a31cb53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622542/large_thumb/large.jpg"
        }
    ]
}