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=-publish_on_web
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=-publish_on_web",
    "results": [
        {
            "id": 622541,
            "name": "Musikk: Bred dina vida vingar",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622541/theora/1241_685c2aa24b1d4de38b6a776ecd9336ef.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622541/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622541/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622541/broadcast/orig_Tore Sognefest - Bred dina vida vingar.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622541/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:01:57",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T20:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.580794Z",
            "uploadedTime": "2009-01-01T20:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622541/theora/1241_685c2aa24b1d4de38b6a776ecd9336ef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622541/large_thumb/large.jpg"
        },
        {
            "id": 623395,
            "name": "Empo tv - del 12",
            "header": "empo tv (tidligere Tellus tv) er norges første tv-kanal hvor mennesker med utviklingshemming er reportere, programledere og teknikkere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623395/theora/3695_4cfef824db534261aadfa396eb63c534.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623395/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623395/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623395/broadcast/3695_406a3dc7316146488c8167024a414378.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623395/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 978 41 612",
                "fkmember": true
            },
            "duration": "00:27:45.760000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2009-12-16T09:45:29.637000Z",
            "updatedTime": "2020-08-30T20:05:12.329643Z",
            "uploadedTime": "2009-12-16T09:45:29.637000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623395/theora/3695_4cfef824db534261aadfa396eb63c534.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623395/large_thumb/large.jpg"
        }
    ]
}