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=duration
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=duration",
    "results": [
        {
            "id": 627219,
            "name": "John Mearsheimer om Ukraina",
            "header": "TAK - John Mearsheimer om Ukraina",
            "description": "TAK - John Mearsheimer om Ukraina",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627219/theora/John Mearsheimer om Ukraina.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627219/broadcast/John Mearsheimer om Ukraina.dv",
                "original": "https://upload.frikanalen.no/media/627219/original/John Mearsheimer om Ukraina.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627219/large_thumb/John Mearsheimer om Ukraina.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "02:15:10.640000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-02-28T22:56:06.363280Z",
            "updatedTime": "2022-02-28T23:42:06.828886Z",
            "uploadedTime": "2022-02-28T23:11:38.559521Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627219/theora/John Mearsheimer om Ukraina.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627219/large_thumb/John Mearsheimer om Ukraina.jpg"
        },
        {
            "id": 626548,
            "name": "Trond Alis .Hanan Bakir.mp4",
            "header": "Trond Alis .Hanan Bakir",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626548/theora/Trond Alis .Hanan Bakir.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626548/broadcast/Trond Alis .Hanan Bakir.dv",
                "original": "https://upload.frikanalen.no/media/626548/original/Trond Alis .Hanan Bakir.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626548/large_thumb/Trond Alis .Hanan Bakir.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "02:51:07.340000",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-10-23T21:31:34.504210Z",
            "updatedTime": "2021-08-07T18:17:39.055431Z",
            "uploadedTime": "2021-08-07T18:17:14.739906Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626548/theora/Trond Alis .Hanan Bakir.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626548/large_thumb/Trond Alis .Hanan Bakir.jpg"
        }
    ]
}