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=has_tono_records
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=has_tono_records",
    "results": [
        {
            "id": 623541,
            "name": "HelseExpo Mjøndalen 02",
            "header": "Hvordan mat påvirker din psykiske helse, med Dr i folkehelsevitenskap Per de Lange.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623541/theora/4180_411076c2e150452a9b18b7f8b91c7875.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623541/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623541/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623541/broadcast/4180_c987a346dcba412bb81039ae0f1e1500.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623541/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:19.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:11:55.440000Z",
            "updatedTime": "2018-11-10T18:29:29.672121Z",
            "uploadedTime": "2010-03-31T07:11:55.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623541/theora/4180_411076c2e150452a9b18b7f8b91c7875.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623541/large_thumb/large.jpg"
        },
        {
            "id": 623540,
            "name": "HelseExpo Mjøndalen 01",
            "header": "Hvordan unngå en hjertesmell, med Dr Serena Tonstad.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623540/theora/4179_400462f3cb6941d594cc3bbcad5069bd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623540/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623540/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623540/broadcast/4179_81b5aece579542db9cf7e556d38c1cbc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623540/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:02.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:08:57.890000Z",
            "updatedTime": "2018-11-10T18:29:29.673528Z",
            "uploadedTime": "2010-03-31T07:08:57.890000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623540/theora/4179_400462f3cb6941d594cc3bbcad5069bd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623540/large_thumb/large.jpg"
        }
    ]
}