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=name
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=name",
    "results": [
        {
            "id": 623791,
            "name": "YUVA- Program 1",
            "header": "YUVA- Med, for, og av ungdom. Hvor langt er du villig til å gå for å hjelpe andre? Vi møter ungdommer som vier en god porsjon av livet sitt til å hjelpe andre. I tillegg møter vi en dame som har hjulpet andre hele sitt liv.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623791/theora/4557_0a48faa4d78d42b29fc8650b7b951796.ogv",
                "original": "https://upload.frikanalen.no/media/623791/original/orig_9e5b33af7ff44fc4bd160f8e5ad2bf2b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623791/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623791/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623791/broadcast/4557_1adecba7d74341b5b48ab99947148075.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623791/large_thumb/large.jpg"
            },
            "creator": "andreas.borge.haamsoe@stavanger.kommune.no",
            "organization": {
                "id": 37,
                "name": "Vardeneset menighet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1800,
                "editorName": "Andreas Borge Håmsø",
                "editorEmail": "andreas.borge.haamsoe@stavanger.kommune.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:22.020000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.vardeneset-menighet.no",
            "createdTime": "2010-08-10T12:47:42Z",
            "updatedTime": "2018-11-10T18:29:29.375343Z",
            "uploadedTime": "2010-08-10T12:47:42Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623791/theora/4557_0a48faa4d78d42b29fc8650b7b951796.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623791/large_thumb/large.jpg"
        },
        {
            "id": 623793,
            "name": "YUVA- Program 2",
            "header": "YUVA- Med, for, og av ungdom. Hvor langt er du villig til å gå for å hjelpe andre? Vi møter ungdommer som vier en god porsjon av livet sitt til å hjelpe andre. I tillegg møter vi en dame som har hjulpet andre hele sitt liv.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623793/theora/4611_d774a91c8e7742c0b00c97336d05f092.ogv",
                "original": "https://upload.frikanalen.no/media/623793/original/orig_8f61ed8ae1cd4a848050fbb6089e4bc7.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623793/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623793/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623793/broadcast/4611_1d433e0125e043519932d9df0247fdb4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623793/large_thumb/large.jpg"
            },
            "creator": "andreas.borge.haamsoe@stavanger.kommune.no",
            "organization": {
                "id": 37,
                "name": "Vardeneset menighet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1800,
                "editorName": "Andreas Borge Håmsø",
                "editorEmail": "andreas.borge.haamsoe@stavanger.kommune.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:44.960000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.vardeneset-menighet.no",
            "createdTime": "2010-08-11T06:53:27Z",
            "updatedTime": "2018-11-10T18:29:29.372519Z",
            "uploadedTime": "2010-08-11T06:53:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623793/theora/4611_d774a91c8e7742c0b00c97336d05f092.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623793/large_thumb/large.jpg"
        }
    ]
}