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&page=70
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3469,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3400&ordering=is_filler&page=70",
    "results": [
        {
            "id": 627089,
            "name": "TAK - Ilan Pappé",
            "header": "Samtale med Ilan Pappé",
            "description": "Samtale med Ilan Pappé",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627089/theora/TAK - Samtale med Ilan Papp�.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627089/broadcast/TAK - Samtale med Ilan Papp�.dv",
                "original": "https://upload.frikanalen.no/media/627089/original/TAK - Samtale med Ilan Papp�.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627089/large_thumb/TAK - Samtale med Ilan Papp�.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:43:12.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-12-13T08:34:36.696273Z",
            "updatedTime": "2021-12-17T11:45:51.651273Z",
            "uploadedTime": "2021-12-13T08:43:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627089/theora/TAK - Samtale med Ilan Papp�.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627089/large_thumb/TAK - Samtale med Ilan Papp�.jpg"
        },
        {
            "id": 623925,
            "name": "Utrop TV - nr 20",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623925/theora/orig_9c60e52733db40b682d11321d5183d63.ogv",
                "original": "https://upload.frikanalen.no/media/623925/original/orig_9c60e52733db40b682d11321d5183d63.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623925/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623925/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623925/broadcast/4371_7337fdf116fe4f50b3484d113ece3931.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623925/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:43.720000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-05-26T12:44:40.593000Z",
            "updatedTime": "2018-11-10T18:29:29.184394Z",
            "uploadedTime": "2010-05-26T12:44:40.593000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623925/theora/orig_9c60e52733db40b682d11321d5183d63.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623925/large_thumb/large.jpg"
        },
        {
            "id": 624154,
            "name": "Born to play del 3",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624154/theora/5138_0e9fa2d91f584f18b42bdb574c3467ad.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624154/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624154/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624154/broadcast/5138_0e9fa2d91f584f18b42bdb574c3467ad.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624154/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:20",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-12-28T14:18:43.373000Z",
            "updatedTime": "2018-11-10T18:29:28.887088Z",
            "uploadedTime": "2010-12-28T14:18:43.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624154/theora/5138_0e9fa2d91f584f18b42bdb574c3467ad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624154/large_thumb/large.jpg"
        },
        {
            "id": 622593,
            "name": "Vaffel-moms",
            "header": "Debatt om moms for frivillige organiasjosner",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622593/theora/2962_c22c2d3443e647f394a96a0e316ec5f4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622593/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622593/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622593/broadcast/orig_9e752303c5804913a47b4ce8d0764c18.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622593/large_thumb/large.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:28:43.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-05-28T14:32:30.803000Z",
            "updatedTime": "2023-07-12T21:30:11.964059Z",
            "uploadedTime": "2009-05-28T14:32:30Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622593/theora/2962_c22c2d3443e647f394a96a0e316ec5f4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622593/large_thumb/large.jpg"
        },
        {
            "id": 623259,
            "name": "Big Buck Bunny",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623259/theora/3676_8578156d75cd43efb4d797c18f980b8a.ogv",
                "original": "https://upload.frikanalen.no/media/623259/original/orig_9b0dd07d105b4b939e7c85ddef70db70.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623259/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623259/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623259/broadcast/3676_b544193d6735472595ff46921c17b119.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623259/large_thumb/large.jpg"
            },
            "creator": "morten@kjelkenes.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:56.480000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2009-12-04T15:28:22.487000Z",
            "updatedTime": "2018-11-10T18:29:30.029379Z",
            "uploadedTime": "2009-12-04T15:28:22.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623259/theora/3676_8578156d75cd43efb4d797c18f980b8a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623259/large_thumb/large.jpg"
        },
        {
            "id": 623537,
            "name": "Bazar Ingar Kvia",
            "header": "Ingar Kvia er en mann i brann. Han brenner for lastebiler og Haydom i Tanzania, og mange forbinder han med uendelige mengder energi. Hans engasjement brenner fortsatt, men nå har han også fått en ny venn...",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623537/theora/4175_d2c6009855d44e7d9a8089d049387f7b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623537/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623537/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623537/broadcast/4175_737f3693ba364175887b6bc53dc0ef05.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623537/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-29T09:56:44.147000Z",
            "updatedTime": "2018-11-10T18:29:29.678280Z",
            "uploadedTime": "2010-03-29T09:56:44.147000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623537/theora/4175_d2c6009855d44e7d9a8089d049387f7b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623537/large_thumb/large.jpg"
        },
        {
            "id": 626497,
            "name": "Demo foran Stortinget",
            "header": "Demo foran Stortinget om avtalen mellom Bahrain, Israel, FAE og USA",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626497/theora/IMG_0096.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626497/broadcast/IMG_0096.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626497/large_thumb/IMG_0096.jpg",
                "original": "https://upload.frikanalen.no/media/626497/original/IMG_0096.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:03:15.295295",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-09-23T21:57:28.311665Z",
            "updatedTime": "2020-11-07T13:42:29.226819Z",
            "uploadedTime": "2020-09-23T22:12:14.754826Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626497/theora/IMG_0096.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626497/large_thumb/IMG_0096.jpg"
        },
        {
            "id": 627334,
            "name": "Refleksjoner om Ukraina-krigen",
            "header": "",
            "description": "Mariëlle Leraand, Ola Tunander og Lars Borgersrud innleder om krigen i Ukraina",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627334/theora/Ukrainakrigen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627334/broadcast/Ukrainakrigen.dv",
                "original": "https://upload.frikanalen.no/media/627334/original/Ukrainakrigen.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627334/large_thumb/Ukrainakrigen.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "01:39:13.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2022-05-03T06:03:52.791413Z",
            "updatedTime": "2022-07-27T05:46:19.273264Z",
            "uploadedTime": "2022-05-03T14:36:52Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627334/theora/Ukrainakrigen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627334/large_thumb/Ukrainakrigen.jpg"
        },
        {
            "id": 625335,
            "name": "TED - Ken Robinson: How to escape education's death valley",
            "header": "Sir Ken Robinson outlines 3 principles crucial for the human mind to flourish -- and how current education culture works against them. In a funny, stirring talk he tells us how to get out of the educational \"death valley\" we now face, and how to nurture our youngest generations with a climate of possibility.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625335/large_thumb/SirKenRobinson_2013S.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625335/small_thumb/SirKenRobinson_2013S.jpg",
                "theora": "https://upload.frikanalen.no/media/625335/theora/SirKenRobinson_2013S.ogv",
                "original": "https://upload.frikanalen.no/media/625335/original/SirKenRobinson_2013S.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625335/broadcast/SirKenRobinson_2013S.dv"
            },
            "creator": "peter@bsdly.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:19:11.220000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SirKenRobinson_2013S",
            "createdTime": null,
            "updatedTime": "2023-12-23T22:54:31.136877Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625335/theora/SirKenRobinson_2013S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625335/large_thumb/SirKenRobinson_2013S.jpg"
        },
        {
            "id": 622280,
            "name": "Medieinsp. - Pakke",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622280/theora/2146_9d96f866999749d48dad370e8c7fd2d0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622280/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622280/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622280/broadcast/orig_Medieinspektørene - Pakke - Uke 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622280/large_thumb/large.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:11.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T11:46:00Z",
            "updatedTime": "2023-07-17T22:05:44.294572Z",
            "uploadedTime": "2009-01-02T11:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622280/theora/2146_9d96f866999749d48dad370e8c7fd2d0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622280/large_thumb/large.jpg"
        },
        {
            "id": 626723,
            "name": "Konferanse om Jemen",
            "header": "Trond Ali deltar på en internasjonal konferanse om Jemen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626723/theora/Trond Ali Linstad_KonferanseOmJemen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626723/broadcast/Trond Ali Linstad_KonferanseOmJemen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626723/large_thumb/Trond Ali Linstad_KonferanseOmJemen.jpg",
                "original": "https://upload.frikanalen.no/media/626723/original/Trond Ali Linstad_KonferanseOmJemen.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:43:57.080000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-03-08T21:38:10.821846Z",
            "updatedTime": "2021-03-20T07:25:28.410402Z",
            "uploadedTime": "2021-03-09T06:27:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626723/theora/Trond Ali Linstad_KonferanseOmJemen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626723/large_thumb/Trond Ali Linstad_KonferanseOmJemen.jpg"
        },
        {
            "id": 626772,
            "name": "The Blockade and The Dire Humanitarian Impact",
            "header": "Trond Ali Linstad was invited to a video conference regarding the humanitarian crisis in Yemen. The topic of the discussion was \"The Blockade and The Dire Humanitarian Impact\".",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626772/theora/The Blockade and The Dire Humanitarian Impact.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626772/broadcast/The Blockade and The Dire Humanitarian Impact.dv",
                "original": "https://upload.frikanalen.no/media/626772/original/The Blockade and The Dire Humanitarian Impact.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626772/large_thumb/The Blockade and The Dire Humanitarian Impact.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "01:06:32.073283",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-04-11T17:40:14.484923Z",
            "updatedTime": "2021-04-12T20:58:30.880090Z",
            "uploadedTime": "2021-04-11T17:44:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626772/theora/The Blockade and The Dire Humanitarian Impact.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626772/large_thumb/The Blockade and The Dire Humanitarian Impact.jpg"
        },
        {
            "id": 624440,
            "name": "NM2011 - Jølster Musikklag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624440/theora/5543_59ae806e971a4ca89bcec79c4a4f5c8e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624440/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624440/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624440/broadcast/5543_59ae806e971a4ca89bcec79c4a4f5c8e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624440/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:44.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-28T14:59:27.087000Z",
            "updatedTime": "2018-11-10T18:29:28.516654Z",
            "uploadedTime": "2011-04-28T14:59:27.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624440/theora/5543_59ae806e971a4ca89bcec79c4a4f5c8e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624440/large_thumb/large.jpg"
        },
        {
            "id": 623374,
            "name": "Bazar i jungelen i Bangladesh",
            "header": "Bli med på tur fra Norge til den lukkede jungelen i Bangladesh. Her satser Normisjon på å nå de unådde, og det er ikke ufarlig arbeid!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623374/theora/3670_192ece4daacb409fa176144d8e087679.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623374/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623374/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623374/broadcast/3670_480a29b42fda4e419f89874e82410d33.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623374/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-11-27T12:43:39.013000Z",
            "updatedTime": "2018-11-10T18:29:29.876150Z",
            "uploadedTime": "2009-11-27T12:43:39.013000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623374/theora/3670_192ece4daacb409fa176144d8e087679.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623374/large_thumb/large.jpg"
        },
        {
            "id": 623910,
            "name": "Utrop TV - nr 19",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623910/theora/4370_a5a4e5864aa54567a92be9e86b191c4f.ogv",
                "original": "https://upload.frikanalen.no/media/623910/original/orig_ec848b0ba4ed48f7813690e6d4435460.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623910/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623910/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623910/broadcast/4370_1c1616017bf844d5a6594cc7d95b9e54.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623910/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:21:34",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-05-26T12:43:28.403000Z",
            "updatedTime": "2018-11-10T18:29:29.204995Z",
            "uploadedTime": "2010-05-26T12:43:28.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623910/theora/4370_a5a4e5864aa54567a92be9e86b191c4f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623910/large_thumb/large.jpg"
        },
        {
            "id": 624436,
            "name": "Utrop TV - Studio6",
            "header": "Studiodebatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624436/theora/orig_ac71c438126a4e13b8ecba688407da0b.ogv",
                "original": "https://upload.frikanalen.no/media/624436/original/orig_ac71c438126a4e13b8ecba688407da0b.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624436/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624436/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624436/broadcast/5446_bc7ceb8dc6a347db94c8b5278249073d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624436/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:36.960000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-14T13:21:17.570000Z",
            "updatedTime": "2018-11-10T18:29:28.522245Z",
            "uploadedTime": "2011-03-14T13:21:17.570000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624436/theora/orig_ac71c438126a4e13b8ecba688407da0b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624436/large_thumb/large.jpg"
        },
        {
            "id": 626770,
            "name": "Norsk fredsmegler til Midtøsten",
            "header": "Fra 2020 har Tor Wennesland hatt stilling som FNs spesialkoordinator for fredsprosessen i Midtøsten. Trond Ali knytter merknader til dette.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626770/theora/2021-03-26 14-26-47.mkv (720P) 25fps.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626770/broadcast/2021-03-26 14-26-47.mkv (720P) 25fps.dv",
                "original": "https://upload.frikanalen.no/media/626770/original/2021-03-26 14-26-47.mkv (720P) 25fps.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626770/large_thumb/2021-03-26 14-26-47.mkv (720P) 25fps.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:22:01.560000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-04-08T21:31:24.643422Z",
            "updatedTime": "2021-04-12T21:03:03.941885Z",
            "uploadedTime": "2021-04-09T09:55:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626770/theora/2021-03-26 14-26-47.mkv (720P) 25fps.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626770/large_thumb/2021-03-26 14-26-47.mkv (720P) 25fps.jpg"
        },
        {
            "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"
        }
    ]
}