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=updated_time
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=updated_time",
    "results": [
        {
            "id": 628155,
            "name": "Andre Mosebok",
            "header": "Navnene på Israels sønner og mye mer",
            "description": "Ved Anders Helge Myhren",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628155/theora/2.mosebok (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/628155/broadcast/2.mosebok (1).dv",
                "original": "https://upload.frikanalen.no/media/628155/original/2.mosebok (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628155/large_thumb/2.mosebok (1).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:48.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-07-01T11:47:48.709831Z",
            "updatedTime": "2025-07-01T12:33:51.189525Z",
            "uploadedTime": "2025-07-01T12:12:04.003160Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628155/theora/2.mosebok (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628155/large_thumb/2.mosebok (1).jpg"
        },
        {
            "id": 628157,
            "name": "Tredje Mosebok",
            "header": "Om Gud Jehova og Moses",
            "description": "Ved Anders Helge Myhren",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628157/theora/3.mosebok.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628157/broadcast/3.mosebok.dv",
                "original": "https://upload.frikanalen.no/media/628157/original/3.mosebok.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628157/large_thumb/3.mosebok.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "02:02:06.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-07-01T11:54:28.774740Z",
            "updatedTime": "2025-07-01T13:04:00.242896Z",
            "uploadedTime": "2025-07-01T12:33:56.234345Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628157/theora/3.mosebok.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628157/large_thumb/3.mosebok.jpg"
        }
    ]
}