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=has_tono_records
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=has_tono_records",
    "results": [
        {
            "id": 623525,
            "name": "Babylonkoden 07a",
            "header": "På menyen i løveselskap. Profetiene i Daniels bok har fått ny aktualitet. Serie på 12 programmer med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623525/theora/4132_99095bd1adfc4137981c7053a4b686f8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623525/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623525/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623525/broadcast/4132_e545bb0885924823ac96d749ad63f384.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623525/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:27:58.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T09:01:37.383000Z",
            "updatedTime": "2018-11-10T18:29:29.695269Z",
            "uploadedTime": "2010-03-25T09:01:37.383000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623525/theora/4132_99095bd1adfc4137981c7053a4b686f8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623525/large_thumb/large.jpg"
        },
        {
            "id": 623524,
            "name": "Babylonkoden 06b",
            "header": "Samtaleprogrammet: Skriften på veggen. Profetiene i Daniels bok har fått ny aktualitet. Serie på 12 programmer med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623524/theora/4131_76101b5a5dc142f69ceb7dff588eb19a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623524/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623524/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623524/broadcast/4131_8ed0b835f6634db297966b37dc897b85.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623524/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:28:14.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T08:58:24.897000Z",
            "updatedTime": "2018-11-10T18:29:29.696668Z",
            "uploadedTime": "2010-03-25T08:58:24.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623524/theora/4131_76101b5a5dc142f69ceb7dff588eb19a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623524/large_thumb/large.jpg"
        }
    ]
}