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

{
    "count": 3404,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3350&ordering=duration",
    "results": [
        {
            "id": 626808,
            "name": "Intervju med Gilad Atzmon",
            "header": "Intervju med Gilad Atzmon",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626808/theora/Intervju med Gilad Atzmon.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626808/broadcast/Intervju med Gilad Atzmon.dv",
                "original": "https://upload.frikanalen.no/media/626808/original/Intervju med Gilad Atzmon.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626808/large_thumb/Intervju med Gilad Atzmon.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 406 16 181",
                "fkmember": true
            },
            "duration": "02:05:10.680000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-05-20T01:54:40.398619Z",
            "updatedTime": "2021-05-20T05:41:35.841924Z",
            "uploadedTime": "2021-05-20T05:14:06.139847Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626808/theora/Intervju med Gilad Atzmon.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626808/large_thumb/Intervju med Gilad Atzmon.jpg"
        },
        {
            "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 406 16 181",
                "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 406 16 181",
                "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"
        },
        {
            "id": 626755,
            "name": "Direkte fra Piksel Bergen",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626755/theora/IMG_1133.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626755/broadcast/IMG_1133.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626755/large_thumb/IMG_1133.jpg",
                "original": "https://upload.frikanalen.no/media/626755/original/IMG_1133.MOV"
            },
            "creator": "toresbe@protonmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "04:00:00",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-31T16:28:31.527476Z",
            "updatedTime": "2021-11-18T20:49:00.946704Z",
            "uploadedTime": "2021-03-31T16:29:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626755/theora/IMG_1133.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626755/large_thumb/IMG_1133.jpg"
        }
    ]
}