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

{
    "count": 3576,
    "next": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=1250&ordering=-is_filler",
    "previous": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=1150&ordering=-is_filler",
    "results": [
        {
            "id": 624401,
            "name": "Sketsjup: En ganske sint mann",
            "header": "Historien om en ganske sint mann.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624401/theora/5512_c19af8624f3f4ef0bb5c67bf73cc89fe.ogv",
                "original": "https://upload.frikanalen.no/media/624401/original/orig_3ee834d6cf6f402685c6dd41262eb556.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624401/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624401/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624401/broadcast/5512_e78cf4b16b6e4d09b1ee25c73b28fbf0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624401/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:02:41.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T12:13:09Z",
            "updatedTime": "2018-11-10T18:29:28.567781Z",
            "uploadedTime": "2011-04-08T12:13:09Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624401/theora/5512_c19af8624f3f4ef0bb5c67bf73cc89fe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624401/large_thumb/large.jpg"
        },
        {
            "id": 625163,
            "name": "Empo TV - del 128",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625163/small_thumb/Empo-1313.jpg",
                "theora": "https://upload.frikanalen.no/media/625163/theora/Empo-1313.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625163/large_thumb/Empo-1313.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625163/broadcast/Empo-1313.mpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:14:59.970000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-04-03T06:59:02Z",
            "updatedTime": "2020-08-30T19:38:51.863681Z",
            "uploadedTime": "2013-04-03T06:59:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625163/theora/Empo-1313.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625163/large_thumb/Empo-1313.jpg"
        },
        {
            "id": 625402,
            "name": "Empo TV - 14.05.08",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625402/theora/Empo-140508.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625402/small_thumb/Empo-140508.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625402/large_thumb/Empo-140508.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625402/broadcast/Empo-140508.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:13:43.840000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:39:16Z",
            "updatedTime": "2020-08-30T20:19:12.766859Z",
            "uploadedTime": "2015-06-15T08:39:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625402/theora/Empo-140508.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625402/large_thumb/Empo-140508.jpg"
        },
        {
            "id": 627910,
            "name": "Diesen i samtale med Russlands ambassadør i FN, Polyanskiy",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627910/theora/Diesen_Polyanskiy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627910/broadcast/Diesen_Polyanskiy.dv",
                "original": "https://upload.frikanalen.no/media/627910/original/Diesen_Polyanskiy.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627910/large_thumb/Diesen_Polyanskiy.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:38:00.020000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T20:42:03.010972Z",
            "updatedTime": "2024-11-25T07:54:38.916912Z",
            "uploadedTime": "2024-08-30T20:48:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627910/theora/Diesen_Polyanskiy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627910/large_thumb/Diesen_Polyanskiy.jpg"
        },
        {
            "id": 628089,
            "name": "NUUG 22.03.2025 - Linux installasjonsfest av Debian 13 - Doble levetiden på PC-en",
            "header": "NUUG",
            "description": "Foredragsholder: Knut Yrvin\n\nNå har du mulighet til å doble levetiden på brukte bærbare maskiner for hele familien, med nyeste mest stabile programvaren nå som Microsoft i oktober 2025 avslutter støtten til forrige Windows-versjon.\n\nForedragslysark: https://bit.ly/3GnuidQ\n\nBrukergide på wiki:  https://wiki.pc-aid.no/Debianlive\n\nVelkommen til å melde deg inn i NUUG:\nhttps://www.letsreg.com/no/register/NUUG-innmelding",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628089/theora/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628089/broadcast/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.dv",
                "original": "https://upload.frikanalen.no/media/628089/original/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628089/large_thumb/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.jpg"
            },
            "creator": "malin.bruland@pm.me",
            "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:34:56.240000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-05-05T10:02:55.758605Z",
            "updatedTime": "2025-05-05T10:16:23.437902Z",
            "uploadedTime": "2025-05-05T10:02:58.655524Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628089/theora/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628089/large_thumb/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.jpg"
        },
        {
            "id": 625188,
            "name": "Empo TV - del 142",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625188/small_thumb/Empo-130704.jpg",
                "theora": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625188/broadcast/Empo-130704.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-07-04T08:53:05Z",
            "updatedTime": "2020-08-30T19:38:36.379087Z",
            "uploadedTime": "2013-07-04T08:53:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg"
        },
        {
            "id": 624428,
            "name": "16_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624428/theora/5428_e3e32a5647914b02be1e5237152eecba.ogv",
                "original": "https://upload.frikanalen.no/media/624428/original/orig_7c3c3411826443ce9e44e36f3e92ac24.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624428/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624428/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624428/broadcast/5428_d70d57db818a44008f7c4ca06e65870e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624428/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-03-09T10:26:32.140000Z",
            "updatedTime": "2018-11-10T18:29:28.533518Z",
            "uploadedTime": "2011-03-09T10:26:32.140000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624428/theora/5428_e3e32a5647914b02be1e5237152eecba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624428/large_thumb/large.jpg"
        },
        {
            "id": 625158,
            "name": "Empo TV - del 121",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625158/small_thumb/Empo-130207.jpg",
                "theora": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625158/broadcast/Empo-130207.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:00Z",
            "updatedTime": "2020-08-30T19:37:39.872215Z",
            "uploadedTime": "2013-03-21T04:33:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg"
        },
        {
            "id": 625159,
            "name": "Empo TV - del 122",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625159/small_thumb/Empo-130214.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg",
                "theora": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625159/broadcast/Empo-130214.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:04Z",
            "updatedTime": "2020-08-30T19:37:25.177340Z",
            "uploadedTime": "2013-03-21T04:33:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg"
        },
        {
            "id": 624382,
            "name": "13_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624382/theora/5422_afbbd582fe99443483916b986b8e8647.ogv",
                "original": "https://upload.frikanalen.no/media/624382/original/orig_5a2c1679097a4728ada76ff0bd9c840d.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624382/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624382/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624382/broadcast/5422_7425dc03db074b11ad4a4894b29d5ea5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624382/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-03-09T10:21:11.470000Z",
            "updatedTime": "2018-11-10T18:29:28.591740Z",
            "uploadedTime": "2011-03-09T10:21:11.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624382/theora/5422_afbbd582fe99443483916b986b8e8647.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624382/large_thumb/large.jpg"
        },
        {
            "id": 625169,
            "name": "Empo TV - del 131",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625169/small_thumb/Empo-130418.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625169/large_thumb/Empo-130418.jpg",
                "theora": "https://upload.frikanalen.no/media/625169/theora/Empo-130418.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625169/broadcast/Empo-130418.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-18T11:33:15Z",
            "updatedTime": "2020-08-30T19:36:40.152137Z",
            "uploadedTime": "2013-04-18T11:33:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625169/theora/Empo-130418.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625169/large_thumb/Empo-130418.jpg"
        },
        {
            "id": 625408,
            "name": "Empo TV - 14.08.14",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625408/theora/Empo-140814.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625408/large_thumb/Empo-140814.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625408/small_thumb/Empo-140814.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625408/broadcast/Empo-140814.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:14:36.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:42:35Z",
            "updatedTime": "2020-08-30T20:18:08.277228Z",
            "uploadedTime": "2015-06-15T08:42:36Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625408/theora/Empo-140814.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625408/large_thumb/Empo-140814.jpg"
        },
        {
            "id": 625170,
            "name": "Empo TV - del 132",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625170/small_thumb/Empo-130425.jpg",
                "theora": "https://upload.frikanalen.no/media/625170/theora/Empo-130425.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625170/large_thumb/Empo-130425.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625170/broadcast/Empo-130425.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-25T12:03:02Z",
            "updatedTime": "2020-08-30T19:36:28.822486Z",
            "uploadedTime": "2013-04-25T12:03:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625170/theora/Empo-130425.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625170/large_thumb/Empo-130425.jpg"
        },
        {
            "id": 624437,
            "name": "Helse & Källan 20100504",
            "header": "Hælse Med Eva-Britt Fjældberg, føljd av Kallan med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624437/theora/5547_58c94cebf1f747199c8f742279a5d867.ogv",
                "original": "https://upload.frikanalen.no/media/624437/original/orig_f2654019bae4462ba3e2aeb135ee8f6e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624437/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624437/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624437/broadcast/5547_f343d7357ed74aaeb99f0ccd5c12d95d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624437/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-02T10:56:53.577000Z",
            "updatedTime": "2018-11-10T18:29:28.520809Z",
            "uploadedTime": "2011-05-02T10:56:53.577000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624437/theora/5547_58c94cebf1f747199c8f742279a5d867.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624437/large_thumb/large.jpg"
        },
        {
            "id": 625176,
            "name": "Empo TV - del 134",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625176/small_thumb/Empo-130509.jpg",
                "theora": "https://upload.frikanalen.no/media/625176/theora/Empo-130509.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625176/large_thumb/Empo-130509.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625176/broadcast/Empo-130509.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-09T13:24:54Z",
            "updatedTime": "2020-08-30T19:36:01.585283Z",
            "uploadedTime": "2013-05-09T13:24:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625176/theora/Empo-130509.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625176/large_thumb/Empo-130509.jpg"
        },
        {
            "id": 624438,
            "name": "De Gode Nyheterna 20110509",
            "header": "Dem gude nyheterna med Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624438/theora/5548_203a30ddc9a644a58842ed9c1abd1b36.ogv",
                "original": "https://upload.frikanalen.no/media/624438/original/orig_fc9df905335f4f6a8bc8f627e112cb97.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624438/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624438/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624438/broadcast/5548_d907f712fd7947f29021ffdcd81d2acf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624438/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-02T14:03:39.433000Z",
            "updatedTime": "2018-11-10T18:29:28.519399Z",
            "uploadedTime": "2011-05-02T14:03:39.433000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624438/theora/5548_203a30ddc9a644a58842ed9c1abd1b36.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624438/large_thumb/large.jpg"
        },
        {
            "id": 624442,
            "name": "LevandeOrd & 10min 20110516",
            "header": "Levande Ord med Tommy M. Josefsson\n\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624442/theora/5551_0b0c223180374ac0824ae56b3b83b59a.ogv",
                "original": "https://upload.frikanalen.no/media/624442/original/orig_efc1010f94134303b22e61f79b680ffc.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624442/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624442/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624442/broadcast/5551_fbb3e93851aa4f4783911ac773111b0c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624442/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:06:14.403000Z",
            "updatedTime": "2018-11-10T18:29:28.513754Z",
            "uploadedTime": "2011-05-04T13:06:14.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624442/theora/5551_0b0c223180374ac0824ae56b3b83b59a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624442/large_thumb/large.jpg"
        },
        {
            "id": 625177,
            "name": "Empo TV - del 135",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625177/small_thumb/Empo-130516.jpg",
                "theora": "https://upload.frikanalen.no/media/625177/theora/Empo-130516.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625177/large_thumb/Empo-130516.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625177/broadcast/Empo-130516.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-16T08:26:33Z",
            "updatedTime": "2020-08-30T19:35:47.324546Z",
            "uploadedTime": "2013-05-16T08:26:34Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625177/theora/Empo-130516.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625177/large_thumb/Empo-130516.jpg"
        },
        {
            "id": 625184,
            "name": "Empo TV - del 138",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625184/theora/Empo-130606.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625184/large_thumb/Empo-130606.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625184/small_thumb/Empo-130606.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625184/broadcast/Empo-130606.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-06-06T01:34:41Z",
            "updatedTime": "2020-08-30T19:35:31.324966Z",
            "uploadedTime": "2013-06-06T01:34:42Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625184/theora/Empo-130606.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625184/large_thumb/Empo-130606.jpg"
        },
        {
            "id": 625972,
            "name": "Snapchat-59153712.mp4 yep",
            "header": "Test",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625972/broadcast/Snapchat-59153712.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.jpg",
                "original": "https://upload.frikanalen.no/media/625972/original/Snapchat-59153712.mp4"
            },
            "creator": "odin.omdal@gmail.com",
            "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 91 85 95 08",
                "fkmember": true
            },
            "duration": "00:00:03",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2018-02-02T23:27:20.854766Z",
            "updatedTime": "2018-11-18T14:11:40.435420Z",
            "uploadedTime": "2018-02-02T22:33:02.536532Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.jpg"
        },
        {
            "id": 624458,
            "name": "Empo tv - del 47",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624458/theora/5592_e3c6534571a24e7084ec1fae39f27b03.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624458/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624458/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624458/broadcast/5592_d6a13ca89401470ea58bf7d4e2c5ea49.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624458/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:14:39.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-05-10T12:20:42.487000Z",
            "updatedTime": "2020-08-30T19:56:11.047067Z",
            "uploadedTime": "2011-05-10T12:20:42.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624458/theora/5592_e3c6534571a24e7084ec1fae39f27b03.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624458/large_thumb/large.jpg"
        },
        {
            "id": 625183,
            "name": "Empo TV - del 137",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625183/theora/Empo-130530.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625183/large_thumb/Empo-130530.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625183/small_thumb/Empo-130530.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625183/broadcast/Empo-130530.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-30T07:22:04Z",
            "updatedTime": "2020-08-30T19:35:01.723818Z",
            "uploadedTime": "2013-05-30T07:22:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625183/theora/Empo-130530.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625183/large_thumb/Empo-130530.jpg"
        },
        {
            "id": 623986,
            "name": "42_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623986/theora/orig_2616490a6510463d93d468b3f1c19ee7.ogv",
                "original": "https://upload.frikanalen.no/media/623986/original/orig_2616490a6510463d93d468b3f1c19ee7.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623986/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623986/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623986/broadcast/4754_141b1d1026d44f29bd09ba5605955bb3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623986/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:54",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-09-20T11:25:28.257000Z",
            "updatedTime": "2018-11-10T18:29:29.101336Z",
            "uploadedTime": "2010-09-20T11:25:28.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623986/theora/orig_2616490a6510463d93d468b3f1c19ee7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623986/large_thumb/large.jpg"
        },
        {
            "id": 624444,
            "name": "Hælse & Kællan 20110615",
            "header": "Hälsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624444/theora/5553_a9896261423c400384adb73d2daf41b6.ogv",
                "original": "https://upload.frikanalen.no/media/624444/original/orig_ef79412d09a748d3beb07f042aefa1c2.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624444/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624444/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624444/broadcast/5553_7c8421f8d03748d78da611a93b1e24e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624444/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:28:33.290000Z",
            "updatedTime": "2018-11-10T18:29:28.510975Z",
            "uploadedTime": "2011-05-04T13:28:33.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624444/theora/5553_a9896261423c400384adb73d2daf41b6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624444/large_thumb/large.jpg"
        },
        {
            "id": 625196,
            "name": "Empo TV - del 143",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625196/large_thumb/Empo-130808.jpg",
                "theora": "https://upload.frikanalen.no/media/625196/theora/Empo-130808.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625196/small_thumb/Empo-130808.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625196/broadcast/Empo-130808.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-08-15T10:53:22Z",
            "updatedTime": "2020-08-30T19:34:49.738811Z",
            "uploadedTime": "2013-08-15T10:53:23Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625196/theora/Empo-130808.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625196/large_thumb/Empo-130808.jpg"
        },
        {
            "id": 624445,
            "name": "Hælse & Kællan 20110629",
            "header": "Hälsa, med Evabritt Fjeldberg\nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624445/theora/5554_97032c4ebe24427a993f60bb5e453f47.ogv",
                "original": "https://upload.frikanalen.no/media/624445/original/orig_c1d8860d3e944d41804b06e777256408.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624445/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624445/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624445/broadcast/5554_f47ef32c2cbe4980b522eed8c7877849.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624445/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:31:30.560000Z",
            "updatedTime": "2018-11-10T18:29:28.509536Z",
            "uploadedTime": "2011-05-04T13:31:30.560000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624445/theora/5554_97032c4ebe24427a993f60bb5e453f47.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624445/large_thumb/large.jpg"
        },
        {
            "id": 624446,
            "name": "Hælse & Kællan 20110601",
            "header": "Hälsa, med Evabritt Fjeldberg \n\nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624446/theora/5552_e9250787733a48fcbc173af5d90c069a.ogv",
                "original": "https://upload.frikanalen.no/media/624446/original/orig_d6a20e50391d4be0ae9dff522ecdb614.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624446/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624446/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624446/broadcast/5552_7ad3bd87d12b485ab21658f2cf7341f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624446/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:08:51.250000Z",
            "updatedTime": "2018-11-10T18:29:28.507976Z",
            "uploadedTime": "2011-05-04T13:08:51.250000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624446/theora/5552_e9250787733a48fcbc173af5d90c069a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624446/large_thumb/large.jpg"
        },
        {
            "id": 624447,
            "name": "Hælse & Kællan 20110713",
            "header": "Hælsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624447/theora/5555_493d3553a95a46689c30d047165c41db.ogv",
                "original": "https://upload.frikanalen.no/media/624447/original/orig_8c33befecc3d4608a64daebbe6953556.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624447/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624447/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624447/broadcast/5555_c23ce1d296484bee945d419da5182a55.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624447/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:36:26.693000Z",
            "updatedTime": "2018-11-10T18:29:28.506524Z",
            "uploadedTime": "2011-05-04T13:36:26.693000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624447/theora/5555_493d3553a95a46689c30d047165c41db.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624447/large_thumb/large.jpg"
        },
        {
            "id": 624448,
            "name": "Hælsa & kællan 20110824",
            "header": "Hælsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624448/theora/5558_8c1816ae102f44ca8c2af95a3bba7a29.ogv",
                "original": "https://upload.frikanalen.no/media/624448/original/orig_7ac80dfb860b4e88b87a3e4b3aef679d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624448/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624448/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624448/broadcast/5558_1f0fd2e99b5e43daa5f5a61ea2e6e3a4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624448/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:47:57.290000Z",
            "updatedTime": "2018-11-10T18:29:28.505177Z",
            "uploadedTime": "2011-05-04T13:47:57.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624448/theora/5558_8c1816ae102f44ca8c2af95a3bba7a29.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624448/large_thumb/large.jpg"
        },
        {
            "id": 624443,
            "name": "Levande Ord & Gospel Miracle 20110511",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624443/theora/5550_30fc4af32b6c4fc79f7b5dbad478cf1c.ogv",
                "original": "https://upload.frikanalen.no/media/624443/original/orig_a9f9556a49414bfbb04fcdd44a31eac3.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624443/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624443/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624443/broadcast/5550_f21310931d01457b8f554fc72f11c1ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624443/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T12:58:48.390000Z",
            "updatedTime": "2018-11-10T18:29:28.512392Z",
            "uploadedTime": "2011-05-04T12:58:48.390000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624443/theora/5550_30fc4af32b6c4fc79f7b5dbad478cf1c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624443/large_thumb/large.jpg"
        },
        {
            "id": 625197,
            "name": "Empo TV - del 144",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625197/large_thumb/Empo-130815.jpg",
                "theora": "https://upload.frikanalen.no/media/625197/theora/Empo-130815.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625197/small_thumb/Empo-130815.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625197/broadcast/Empo-130815.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-08-15T10:53:26Z",
            "updatedTime": "2020-08-30T19:34:41.202893Z",
            "uploadedTime": "2013-08-15T10:53:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625197/theora/Empo-130815.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625197/large_thumb/Empo-130815.jpg"
        },
        {
            "id": 624441,
            "name": "Den norske kirke i eksil 85",
            "header": "Har du en kommentar til programmene? Kontakt meg olav.grimdalen@tele2.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624441/theora/orig_1bd487cf21b849a6a2bd98ebbac22929.ogv",
                "original": "https://upload.frikanalen.no/media/624441/original/orig_1bd487cf21b849a6a2bd98ebbac22929.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624441/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624441/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624441/broadcast/5549_3382dda51c3845ff95ecae47e8e8357d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624441/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:54.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T06:35:04.440000Z",
            "updatedTime": "2018-11-10T18:29:28.515230Z",
            "uploadedTime": "2011-05-04T06:35:04.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624441/theora/orig_1bd487cf21b849a6a2bd98ebbac22929.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624441/large_thumb/large.jpg"
        },
        {
            "id": 625124,
            "name": "Den norske kirke i eksil 131",
            "header": "Ludvig Nessa forsetterJesu fødsel og hvilken rolle de 3 vise menn hadde.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625124/theora/orig_78a4a2a2b4f947ffa3669f166ba50aad.ogv",
                "original": "https://upload.frikanalen.no/media/625124/original/orig_78a4a2a2b4f947ffa3669f166ba50aad.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625124/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625124/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625124/broadcast/6649_345a7e48d17f42bbb52d7e6f089088b2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625124/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:53",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-01-14T08:23:49.310000Z",
            "updatedTime": "2018-11-10T18:29:27.625831Z",
            "uploadedTime": "2013-01-14T08:23:49.310000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625124/theora/orig_78a4a2a2b4f947ffa3669f166ba50aad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625124/large_thumb/large.jpg"
        },
        {
            "id": 624449,
            "name": "Hælse & Kællan 20110810",
            "header": "Hælsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624449/theora/5557_5a35a5f9bac64d80be505dbd7ad1ff51.ogv",
                "original": "https://upload.frikanalen.no/media/624449/original/orig_d9cf78f051364c3bbc8b8e171531b1f2.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624449/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624449/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624449/broadcast/5557_f5bd51070aef436786bbd750c88a3b85.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624449/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:46:57.147000Z",
            "updatedTime": "2018-11-10T18:29:28.503833Z",
            "uploadedTime": "2011-05-04T13:46:57.147000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624449/theora/5557_5a35a5f9bac64d80be505dbd7ad1ff51.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624449/large_thumb/large.jpg"
        },
        {
            "id": 624450,
            "name": "Hælse & Kællan 20110727",
            "header": "Hælsa, med Evabritt Fjeldberg \nføljd av Kællan, med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624450/theora/5556_b8bc5be8ba70420aa809015866db6a5f.ogv",
                "original": "https://upload.frikanalen.no/media/624450/original/orig_346497fd5285409faec5e07eb985dc76.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624450/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624450/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624450/broadcast/5556_e24a93f2074c417fbc10fef1b397605e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624450/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-04T13:41:59.593000Z",
            "updatedTime": "2018-11-10T18:29:28.502436Z",
            "uploadedTime": "2011-05-04T13:41:59.593000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624450/theora/5556_b8bc5be8ba70420aa809015866db6a5f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624450/large_thumb/large.jpg"
        },
        {
            "id": 624451,
            "name": "18_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624451/theora/5426_82f94d17443e433e8c180571e99bfb40.ogv",
                "original": "https://upload.frikanalen.no/media/624451/original/orig_6bfe33d5541a43a0b6f5fb2562c5df96.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624451/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624451/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624451/broadcast/5426_e312a77f0f174f6e85969bc88335945c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624451/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-03-09T10:23:35.033000Z",
            "updatedTime": "2018-11-10T18:29:28.501066Z",
            "uploadedTime": "2011-03-09T10:23:35.033000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624451/theora/5426_82f94d17443e433e8c180571e99bfb40.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624451/large_thumb/large.jpg"
        },
        {
            "id": 624435,
            "name": "Kåre Johnsen",
            "header": "CKMS TVs, möte i Charlottenberg, Pannekakehuset",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624435/theora/orig_89cbbb22ea2443ffb2581ab760e2a63f.ogv",
                "original": "https://upload.frikanalen.no/media/624435/original/orig_89cbbb22ea2443ffb2581ab760e2a63f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624435/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624435/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624435/broadcast/5542_14a905efc7634c8588e800eaadddabbd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624435/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:58:50.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-04-27T15:22:39.187000Z",
            "updatedTime": "2018-11-10T18:29:28.523777Z",
            "uploadedTime": "2011-04-27T15:22:39.187000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624435/theora/orig_89cbbb22ea2443ffb2581ab760e2a63f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624435/large_thumb/large.jpg"
        },
        {
            "id": 624433,
            "name": "Den norske kirke i eksil 84",
            "header": "Johannes evangelium\nkapittel 3 vers 16.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624433/theora/orig_af13d7dddb4e4c2f8d967c266d5d16f6.ogv",
                "original": "https://upload.frikanalen.no/media/624433/original/orig_af13d7dddb4e4c2f8d967c266d5d16f6.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624433/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624433/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624433/broadcast/5540_77a12b79d988496a89a43bf87b329e2b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624433/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:09.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-26T19:06:22.263000Z",
            "updatedTime": "2018-11-10T18:29:28.526582Z",
            "uploadedTime": "2011-04-26T19:06:22.263000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624433/theora/orig_af13d7dddb4e4c2f8d967c266d5d16f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624433/large_thumb/large.jpg"
        },
        {
            "id": 624452,
            "name": "De Gode Nyheterna 20110523",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624452/theora/5560_f638e6b754934111a3e7f72ce73b0240.ogv",
                "original": "https://upload.frikanalen.no/media/624452/original/orig_c9ead091ad69454b9fa61fb44356c6d5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624452/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624452/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624452/broadcast/5560_a525631e74254523992747360540ffdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624452/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:18:24.917000Z",
            "updatedTime": "2018-11-10T18:29:28.499601Z",
            "uploadedTime": "2011-05-05T15:18:24.917000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624452/theora/5560_f638e6b754934111a3e7f72ce73b0240.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624452/large_thumb/large.jpg"
        },
        {
            "id": 624432,
            "name": "Country team i Eda",
            "header": "Country team Lena og Kåre johnsen, Besök i charlottenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624432/theora/5539_77763b14eda94f5385874c49c9025ca9.ogv",
                "original": "https://upload.frikanalen.no/media/624432/original/orig_65ac421be93f4d4cbefbfad7fea57190.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624432/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624432/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624432/broadcast/5539_2f0457fa8534466084605573d17187b8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624432/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:20.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-04-26T17:16:01.233000Z",
            "updatedTime": "2018-11-10T18:29:28.527980Z",
            "uploadedTime": "2011-04-26T17:16:01.233000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624432/theora/5539_77763b14eda94f5385874c49c9025ca9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624432/large_thumb/large.jpg"
        },
        {
            "id": 624430,
            "name": "Country team johnsen i eda 01",
            "header": "Country team Johnsen, möte i Charlottenberg.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624430/theora/orig_c21629fb6b33417588977a19acc26220.ogv",
                "original": "https://upload.frikanalen.no/media/624430/original/orig_c21629fb6b33417588977a19acc26220.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624430/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624430/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624430/broadcast/5538_e8c8ed9e7bef4fdc9f590f045e8cbd3e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624430/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:57.960000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-04-25T19:20:47.813000Z",
            "updatedTime": "2018-11-10T18:29:28.530733Z",
            "uploadedTime": "2011-04-25T19:20:47.813000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624430/theora/orig_c21629fb6b33417588977a19acc26220.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624430/large_thumb/large.jpg"
        },
        {
            "id": 624429,
            "name": "17_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624429/theora/5425_594403508a7040a58fe29587c7a57a7d.ogv",
                "original": "https://upload.frikanalen.no/media/624429/original/orig_a6223ac7b53f4b79bbd6fd3f89bfec2f.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624429/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624429/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624429/broadcast/5425_d42972a8058247aa8c9d444c882f65b3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624429/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-03-09T10:23:16.753000Z",
            "updatedTime": "2018-11-10T18:29:28.532169Z",
            "uploadedTime": "2011-03-09T10:23:16.753000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624429/theora/5425_594403508a7040a58fe29587c7a57a7d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624429/large_thumb/large.jpg"
        },
        {
            "id": 624453,
            "name": "De Gode Nyheterna 20110606",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624453/theora/5561_75ed1848e1384b4a871a5f623dea36ca.ogv",
                "original": "https://upload.frikanalen.no/media/624453/original/orig_ca3d04bb87d64d9d9bbc0a78f8a0a15c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624453/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624453/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624453/broadcast/5561_e751bfe49f804f58ad19915b39f90ad4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624453/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:28:03.933000Z",
            "updatedTime": "2018-11-10T18:29:28.498000Z",
            "uploadedTime": "2011-05-05T15:28:03.933000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624453/theora/5561_75ed1848e1384b4a871a5f623dea36ca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624453/large_thumb/large.jpg"
        },
        {
            "id": 624427,
            "name": "15_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624427/theora/5427_ede308d504a5404db7941eb1899101b4.ogv",
                "original": "https://upload.frikanalen.no/media/624427/original/orig_6d42e857dbc940c3af856bf4fa253322.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624427/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624427/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624427/broadcast/5427_d32520b9d8524a0496e0621ec523f396.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624427/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-03-09T10:24:56.083000Z",
            "updatedTime": "2018-11-10T18:29:28.534853Z",
            "uploadedTime": "2011-03-09T10:24:56.083000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624427/theora/5427_ede308d504a5404db7941eb1899101b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624427/large_thumb/large.jpg"
        },
        {
            "id": 624426,
            "name": "Den norske kirke i eksil 83",
            "header": "Jesus sier.\"\nLa de små barn komme til meg. Hindre de ikke for slike hører Guds rike til.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624426/theora/orig_e08f70322ebb4a53aaa4bcbddc20333e.ogv",
                "original": "https://upload.frikanalen.no/media/624426/original/orig_e08f70322ebb4a53aaa4bcbddc20333e.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624426/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624426/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624426/broadcast/5537_1c80d749cb634f3ab62bede65f7c2995.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624426/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:50.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-19T19:07:39.980000Z",
            "updatedTime": "2018-11-10T18:29:28.536235Z",
            "uploadedTime": "2011-04-19T19:07:39.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624426/theora/orig_e08f70322ebb4a53aaa4bcbddc20333e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624426/large_thumb/large.jpg"
        },
        {
            "id": 627835,
            "name": "Guds hensikter",
            "header": "Anders Helge Myhren",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627835/theora/Guds hensikter....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627835/broadcast/Guds hensikter....dv",
                "original": "https://upload.frikanalen.no/media/627835/original/Guds hensikter....mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627835/large_thumb/Guds hensikter....jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:30.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-12-16T12:09:48.149333Z",
            "updatedTime": "2023-12-16T12:29:03.510204Z",
            "uploadedTime": "2023-12-16T12:09:59.626384Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627835/theora/Guds hensikter....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627835/large_thumb/Guds hensikter....jpg"
        },
        {
            "id": 624454,
            "name": "De Gode Nyheterna 20110801",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624454/theora/5562_58cd0efba6ed420482230747bb4f32d5.ogv",
                "original": "https://upload.frikanalen.no/media/624454/original/orig_f7310962f87c4baab03e5edb7685c391.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624454/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624454/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624454/broadcast/5562_e0626fbf926d424aa5b8e17e2937ed3f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624454/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:28:41.340000Z",
            "updatedTime": "2018-11-10T18:29:28.496657Z",
            "uploadedTime": "2011-05-05T15:28:41.340000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624454/theora/5562_58cd0efba6ed420482230747bb4f32d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624454/large_thumb/large.jpg"
        },
        {
            "id": 624400,
            "name": "Svett deg smart!",
            "header": "Oppdag hvordan fysisk aktivitet gjør deg til en bedre student.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624400/theora/5508_923a1bc3d2cd46d7b30df2ea3c2f5bfc.ogv",
                "original": "https://upload.frikanalen.no/media/624400/original/orig_c30a7ddda4ca49f2bf44958b1eb213b7.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624400/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624400/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624400/broadcast/5508_a741bbf5395845639965f57b1d21c950.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624400/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:03:37.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T12:02:08Z",
            "updatedTime": "2018-11-10T18:29:28.569180Z",
            "uploadedTime": "2011-04-08T12:02:08Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624400/theora/5508_923a1bc3d2cd46d7b30df2ea3c2f5bfc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624400/large_thumb/large.jpg"
        },
        {
            "id": 624399,
            "name": "Stjernespekket kanonåpning",
            "header": "Det var mange kjente fjes da filmbransjen delte ut Kanonprisen i festivalteltet på Torget mandag kveld.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624399/theora/5504_24a8ce8abfab4d91b73cc7f7f5a5d5af.ogv",
                "original": "https://upload.frikanalen.no/media/624399/original/orig_14867d76c7e842c2b03eb52f7e7d5821.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624399/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624399/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624399/broadcast/5504_758f2fdd17f1499ebafbc2b93b3224aa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624399/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:02:07.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-04-08T11:51:17.473000Z",
            "updatedTime": "2018-11-10T18:29:28.570556Z",
            "uploadedTime": "2011-04-08T11:51:17.473000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624399/theora/5504_24a8ce8abfab4d91b73cc7f7f5a5d5af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624399/large_thumb/large.jpg"
        },
        {
            "id": 624455,
            "name": "De Gode Nyheterna 20110718",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624455/theora/5564_837018da38aa49599635c3941cf26327.ogv",
                "original": "https://upload.frikanalen.no/media/624455/original/orig_92552f124c224873bfcf831d733aa2c0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624455/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624455/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624455/broadcast/5564_41c5750407fa456bbb689150531a6d9c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624455/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:29:44.280000Z",
            "updatedTime": "2018-11-10T18:29:28.495239Z",
            "uploadedTime": "2011-05-05T15:29:44.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624455/theora/5564_837018da38aa49599635c3941cf26327.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624455/large_thumb/large.jpg"
        }
    ]
}