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": 622135,
            "name": "Jul på Studentrådet del 12",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622135/theora/1567_89921ad0498041fb9807893e8b91e108.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622135/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622135/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622135/broadcast/orig_Jul på Studentrådet del 12.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622135/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:32.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:07:00Z",
            "updatedTime": "2018-11-10T18:29:31.152869Z",
            "uploadedTime": "2009-01-02T02:07:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622135/theora/1567_89921ad0498041fb9807893e8b91e108.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622135/large_thumb/large.jpg"
        },
        {
            "id": 622134,
            "name": "Jul på Studentrådet del 11",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622134/theora/1566_441254cd1796476d83e5c7c89e727341.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622134/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622134/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622134/broadcast/orig_Jul på studentrådet del 11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622134/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:14.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:06:00Z",
            "updatedTime": "2018-11-10T18:29:31.154597Z",
            "uploadedTime": "2009-01-02T02:06:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622134/theora/1566_441254cd1796476d83e5c7c89e727341.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622134/large_thumb/large.jpg"
        }
    ]
}