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=id
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=id",
    "results": [
        {
            "id": 627996,
            "name": "Diesen i samtale med Russlands FNs ambassadør Polyanskiy",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627996/theora/Diesen_Polyanskiy_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627996/broadcast/Diesen_Polyanskiy_2.dv",
                "original": "https://upload.frikanalen.no/media/627996/original/Diesen_Polyanskiy_2.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627996/large_thumb/Diesen_Polyanskiy_2.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:37:00.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-12-17T16:56:04.232810Z",
            "updatedTime": "2024-12-17T17:25:42.831258Z",
            "uploadedTime": "2024-12-17T16:58:57.640853Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627996/theora/Diesen_Polyanskiy_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627996/large_thumb/Diesen_Polyanskiy_2.jpg"
        },
        {
            "id": 627997,
            "name": "Diesen i samtale med Jack Matlock",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627997/theora/Diesen_Matlock.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627997/broadcast/Diesen_Matlock.dv",
                "original": "https://upload.frikanalen.no/media/627997/original/Diesen_Matlock.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627997/large_thumb/Diesen_Matlock.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:54:55.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-12-19T13:50:57.162488Z",
            "updatedTime": "2024-12-19T15:27:28.918354Z",
            "uploadedTime": "2024-12-19T14:47:48.475588Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627997/theora/Diesen_Matlock.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627997/large_thumb/Diesen_Matlock.jpg"
        }
    ]
}