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

{
    "count": 3552,
    "next": null,
    "previous": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=3500&ordering=description",
    "results": [
        {
            "id": 624607,
            "name": "Den norske kirke i eksil nr 92",
            "header": "Lev et liv etter Guds vilje.Gjør det og Gud vil hjelpe deg til et bedre liv. Dette handler søndagens program om",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624607/theora/orig_2654b9b366df4698bc4823712ff4e1eb.ogv",
                "original": "https://upload.frikanalen.no/media/624607/original/orig_2654b9b366df4698bc4823712ff4e1eb.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624607/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624607/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624607/broadcast/5789_62559d2e8dd544daa524429c11d7abbe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624607/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:28.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-04T17:33:55.673000Z",
            "updatedTime": "2018-11-10T18:29:28.298700Z",
            "uploadedTime": "2011-10-04T17:33:55.673000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624607/theora/orig_2654b9b366df4698bc4823712ff4e1eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624607/large_thumb/large.jpg"
        },
        {
            "id": 624604,
            "name": "40_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624604/theora/5711_b1792095ac7c4fb2bd7153ab612e5dd8.ogv",
                "original": "https://upload.frikanalen.no/media/624604/original/orig_d0219211298a4269a8b434e8aa038dc6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624604/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624604/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624604/broadcast/5711_0a03c5c5b52144f8804c99b55536ced6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624604/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:49",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-08-18T08:57:05.093000Z",
            "updatedTime": "2018-11-10T18:29:28.301526Z",
            "uploadedTime": "2011-08-18T08:57:05.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624604/theora/5711_b1792095ac7c4fb2bd7153ab612e5dd8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624604/large_thumb/large.jpg"
        }
    ]
}