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=is_filler
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=is_filler",
    "results": [
        {
            "id": 622512,
            "name": "Når synet svikter - Mobilitet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622512/theora/822_930700d832454a229c30a05ef3014401.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622512/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622512/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622512/broadcast/orig_Når synet svikter - mobilitet - endelig.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622512/large_thumb/large.jpg"
            },
            "creator": "kristin.ruud@blindeforbundet.no",
            "organization": {
                "id": 122,
                "name": "Norges Blindeforbund",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1050,
                "editorName": "Kristin Ruud",
                "editorEmail": "kristin.ruud@blindeforbundet.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:28.880000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-01T13:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.620546Z",
            "uploadedTime": "2009-01-01T13:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622512/theora/822_930700d832454a229c30a05ef3014401.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622512/large_thumb/large.jpg"
        },
        {
            "id": 622511,
            "name": "Når synet svikter - Følelser",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622511/theora/821_d73911389d764ae392e87fc192c8ce9c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622511/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622511/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622511/broadcast/orig_Når synet svikter - følelser - endelig.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622511/large_thumb/large.jpg"
            },
            "creator": "kristin.ruud@blindeforbundet.no",
            "organization": {
                "id": 122,
                "name": "Norges Blindeforbund",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1050,
                "editorName": "Kristin Ruud",
                "editorEmail": "kristin.ruud@blindeforbundet.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:32:26.080000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-01T13:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.621946Z",
            "uploadedTime": "2009-01-01T13:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622511/theora/821_d73911389d764ae392e87fc192c8ce9c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622511/large_thumb/large.jpg"
        }
    ]
}