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&offset=3450&ordering=description
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3452,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3400&ordering=description",
    "results": [
        {
            "id": 624730,
            "name": "Bibelst 1kv 2012 Nr 09",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624730/theora/orig_ae8d32a134a641f4a141cae679fec745.ogv",
                "original": "https://upload.frikanalen.no/media/624730/original/orig_ae8d32a134a641f4a141cae679fec745.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624730/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624730/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624730/broadcast/5942_463bc48e060b46d385de673d9e3a7817.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624730/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T12:01:57.270000Z",
            "updatedTime": "2018-11-10T18:29:28.136172Z",
            "uploadedTime": "2012-01-19T12:01:57.270000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624730/theora/orig_ae8d32a134a641f4a141cae679fec745.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624730/large_thumb/large.jpg"
        },
        {
            "id": 624729,
            "name": "Bibelst 1kv 2012 Nr 11",
            "header": "Glimt av vår Gud. Det er tittelen på bibelstudiene dette kvartalet i adventkirkene verden over. Studieleder dette kvartal er Nina Myrdal.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624729/theora/orig_00e593c5fcb1450786c662f8e1a266a4.ogv",
                "original": "https://upload.frikanalen.no/media/624729/original/orig_00e593c5fcb1450786c662f8e1a266a4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624729/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624729/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624729/broadcast/5944_3684b2aed8774e0c927a5ff8cf60dde6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624729/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T12:05:35.380000Z",
            "updatedTime": "2018-11-10T18:29:28.137574Z",
            "uploadedTime": "2012-01-19T12:05:35.380000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624729/theora/orig_00e593c5fcb1450786c662f8e1a266a4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624729/large_thumb/large.jpg"
        }
    ]
}