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=header
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=header",
    "results": [
        {
            "id": 623497,
            "name": "Akkurat Nå 04.04.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623497/theora/4124_b10fd038836c4f7b8124e2ec97978b00.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623497/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623497/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623497/broadcast/4124_bfc491c101db40d48f8fd586f44bbdc2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623497/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:52:06.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T08:48:13.087000Z",
            "updatedTime": "2018-11-10T18:29:29.734661Z",
            "uploadedTime": "2010-03-25T08:48:13.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623497/theora/4124_b10fd038836c4f7b8124e2ec97978b00.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623497/large_thumb/large.jpg"
        },
        {
            "id": 623868,
            "name": "Serat del 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623868/theora/4640_da43ef8fc16846c7b3f97b46c9bcd463.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623868/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623868/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623868/broadcast/4640_4cd24002fa3f458cbb9314dce72b1ea4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623868/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:14.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-23T10:40:09.600000Z",
            "updatedTime": "2018-11-10T18:29:29.267112Z",
            "uploadedTime": "2010-08-23T10:40:09.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623868/theora/4640_da43ef8fc16846c7b3f97b46c9bcd463.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623868/large_thumb/large.jpg"
        }
    ]
}