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

{
    "count": 3408,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1300&ordering=-duration",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1200&ordering=-duration",
    "results": [
        {
            "id": 625735,
            "name": "Chaoskey - A Hardware Random Number Generator for Everyone - Debconf 16",
            "header": "Bdale and Keith have been working on the design of an inexpensive yet robust, completely open design, hardware random number generator.  At Debconf in Portland two years ago, Tom Marble gave a talk about the earliest prototypes and then state of the project.  Happily, we now have a design we consider worthy of taking to production.  This talk will describe the hardware design, kernel device driver, and current production status of Chaoskey.\n\nTalk (20 mins) session with Bdale Garbee and Keith Packard during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625735/theora/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625735/broadcast/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.dv",
                "original": "https://upload.frikanalen.no/media/625735/original/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625735/small_thumb/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625735/large_thumb/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.jpg"
            },
            "creator": "pere@hungry.com",
            "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:27:44.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/94/",
            "createdTime": "2016-07-22T23:49:29.193801Z",
            "updatedTime": "2018-11-10T18:29:26.793935Z",
            "uploadedTime": "2016-07-22T23:49:35.481847Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625735/theora/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625735/large_thumb/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.jpg"
        },
        {
            "id": 624440,
            "name": "NM2011 - Jølster Musikklag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624440/theora/5543_59ae806e971a4ca89bcec79c4a4f5c8e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624440/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624440/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624440/broadcast/5543_59ae806e971a4ca89bcec79c4a4f5c8e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624440/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:44.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-28T14:59:27.087000Z",
            "updatedTime": "2018-11-10T18:29:28.516654Z",
            "uploadedTime": "2011-04-28T14:59:27.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624440/theora/5543_59ae806e971a4ca89bcec79c4a4f5c8e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624440/large_thumb/large.jpg"
        },
        {
            "id": 625128,
            "name": "AR6398 Arena #1",
            "header": "Aktualitetsprogram med Bjørn Gjellum (programleder) og Alen Kingsrød (produsent)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625128/theora/orig_4ef7b18af523472e81411a6c3e56990f.ogv",
                "original": "https://upload.frikanalen.no/media/625128/original/orig_4ef7b18af523472e81411a6c3e56990f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/625128/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625128/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625128/broadcast/6653_0371aae805854f80a38646131fbd4dde.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625128/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:27:42.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2013-01-18T08:07:23.720000Z",
            "updatedTime": "2018-11-10T18:29:27.620282Z",
            "uploadedTime": "2013-01-18T08:07:23.720000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625128/theora/orig_4ef7b18af523472e81411a6c3e56990f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625128/large_thumb/large.jpg"
        },
        {
            "id": 623346,
            "name": "Et medmenneske Astrid og Halvor",
            "header": "Astrid og Halvor Roheim jobber begge med ungdom på Tyrifjord Videregående skole. Programleder: Eirin Viktil.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623346/theora/3902_4c05d6b757194d2faef128fc9236670e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623346/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623346/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623346/broadcast/3902_9882941408ae46ac835b972ed423cbf6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623346/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:42.560000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-20T22:20:30.620000Z",
            "updatedTime": "2018-11-10T18:29:29.914875Z",
            "uploadedTime": "2010-01-20T22:20:30.620000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623346/theora/3902_4c05d6b757194d2faef128fc9236670e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623346/large_thumb/large.jpg"
        },
        {
            "id": 623843,
            "name": "Guds Ord, 230810",
            "header": "Undervisning med Bjærn Kristofersen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623843/theora/4620_df586ab11f344febb0e0d5b305472f52.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623843/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623843/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623843/broadcast/4620_69abacd135e640f793908d01e939966a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623843/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:27:42.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T13:24:45.347000Z",
            "updatedTime": "2018-11-10T18:29:29.302074Z",
            "uploadedTime": "2010-08-13T13:24:45.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623843/theora/4620_df586ab11f344febb0e0d5b305472f52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623843/large_thumb/large.jpg"
        },
        {
            "id": 623890,
            "name": "New Life 2010 del 11",
            "header": "Fra Polen og Ebenezer barnehjem.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623890/theora/4709_cea86ae6c25e4f848960979f4bbf6e4c.ogv",
                "original": "https://upload.frikanalen.no/media/623890/original/orig_1cc38f7e61ef48389298cae5b0823799.dv",
                "smallThumb": "https://upload.frikanalen.no/media/623890/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623890/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623890/broadcast/4709_ccae1333906c4705929cd06c5f6e1d73.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623890/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:41.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-03T12:25:07.060000Z",
            "updatedTime": "2018-11-10T18:29:29.233327Z",
            "uploadedTime": "2010-09-03T12:25:07.060000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623890/theora/4709_cea86ae6c25e4f848960979f4bbf6e4c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623890/large_thumb/large.jpg"
        },
        {
            "id": 623978,
            "name": "Den norske kirke i eksil 68",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623978/theora/4823_45e7689378784149817ebd4b65477a4b.ogv",
                "original": "https://upload.frikanalen.no/media/623978/original/orig_cdc35e43d7f5424b862d357609799f0c.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623978/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623978/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623978/broadcast/4823_ac3363e4d2974d98b3281a4b79043f02.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623978/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:27:40.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-11T18:14:08.750000Z",
            "updatedTime": "2018-11-10T18:29:29.112284Z",
            "uploadedTime": "2010-10-11T18:14:08.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623978/theora/4823_45e7689378784149817ebd4b65477a4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623978/large_thumb/large.jpg"
        },
        {
            "id": 623600,
            "name": "19_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623600/theora/4195_86c54cee63334d5d92f36d252f9d6715.ogv",
                "original": "https://upload.frikanalen.no/media/623600/original/orig_f7b1b046885c459397675681fdd9ecef.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623600/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623600/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623600/broadcast/4195_d05e5629b3834f4a9d0945500ec7d1c5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623600/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:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-04-06T08:34:01.610000Z",
            "updatedTime": "2018-11-10T18:29:29.610088Z",
            "uploadedTime": "2010-04-06T08:34:01.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623600/theora/4195_86c54cee63334d5d92f36d252f9d6715.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623600/large_thumb/large.jpg"
        },
        {
            "id": 622504,
            "name": "Salmesus fra Sørlandet 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622504/theora/751_4cd4abf9c4ca47dab0ee5bbc054471b7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622504/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622504/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622504/broadcast/orig_Salmesus fra Sørlandet - del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622504/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:31:00Z",
            "updatedTime": "2018-11-10T18:29:30.631473Z",
            "uploadedTime": "2009-01-01T12:31:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622504/theora/751_4cd4abf9c4ca47dab0ee5bbc054471b7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622504/large_thumb/large.jpg"
        },
        {
            "id": 623552,
            "name": "Talentfabrikken 15. oktober 2010 (R)",
            "header": "Reprise fra uke 16, 2010",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623552/theora/4229_58c56c09fb6b411daa7b4f1842726519.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623552/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623552/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623552/broadcast/4229_ca6d256feb584bde91b2cceef514a3b1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623552/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:39.800000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-14T19:49:07.287000Z",
            "updatedTime": "2018-11-10T18:29:29.656711Z",
            "uploadedTime": "2010-04-14T19:49:07.287000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623552/theora/4229_58c56c09fb6b411daa7b4f1842726519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623552/large_thumb/large.jpg"
        },
        {
            "id": 624938,
            "name": "AR6131 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624938/theora/orig_38378a6bec894176b7f8add10ef0a8aa.ogv",
                "original": "https://upload.frikanalen.no/media/624938/original/orig_38378a6bec894176b7f8add10ef0a8aa.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624938/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624938/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624938/broadcast/6332_bedf157f9289401884035ba73d428d16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624938/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:27:39",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-06-30T07:38:36.660000Z",
            "updatedTime": "2018-11-10T18:29:27.872569Z",
            "uploadedTime": "2012-06-30T07:38:36.660000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624938/theora/orig_38378a6bec894176b7f8add10ef0a8aa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624938/large_thumb/large.jpg"
        },
        {
            "id": 624939,
            "name": "AR6039b Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624939/theora/orig_673292102e64450f85eba7bd985a7ad6.ogv",
                "original": "https://upload.frikanalen.no/media/624939/original/orig_673292102e64450f85eba7bd985a7ad6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624939/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624939/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624939/broadcast/6333_663c5543d1a64571952da49359afb568.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624939/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:27:39",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-06-30T07:39:33.067000Z",
            "updatedTime": "2018-11-10T18:29:27.870970Z",
            "uploadedTime": "2012-06-30T07:39:33.067000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624939/theora/orig_673292102e64450f85eba7bd985a7ad6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624939/large_thumb/large.jpg"
        },
        {
            "id": 622155,
            "name": "Drøfting av Quranen del 07",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622155/theora/1633_76c4d76c8830441dad238e2fceeffc9d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622155/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622155/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622155/broadcast/orig_Drøfting av Quranen del 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622155/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:38.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:13:00Z",
            "updatedTime": "2018-11-10T18:29:31.119613Z",
            "uploadedTime": "2009-01-02T03:13:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622155/theora/1633_76c4d76c8830441dad238e2fceeffc9d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622155/large_thumb/large.jpg"
        },
        {
            "id": 624191,
            "name": "The Message Of Prem Rawat",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624191/theora/5182_2b21e17afe2543bcaf8c18f7ada63993.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624191/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624191/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624191/broadcast/5182_2b21e17afe2543bcaf8c18f7ada63993.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624191/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:37.840000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-01-18T09:49:30.067000Z",
            "updatedTime": "2018-11-10T18:29:28.844730Z",
            "uploadedTime": "2011-01-18T09:49:30.067000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624191/theora/5182_2b21e17afe2543bcaf8c18f7ada63993.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624191/large_thumb/large.jpg"
        },
        {
            "id": 622350,
            "name": "Inside Israel april",
            "header": "Fokus på FNs behandling av Israel",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622350/theora/2400_30daa010929a47f3a19be8173348c9eb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622350/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622350/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622350/broadcast/orig_a841dad13b2347338e46c14cf116e898.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622350/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:37.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:00:00Z",
            "updatedTime": "2018-11-10T18:29:30.843006Z",
            "uploadedTime": "2009-01-02T16:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622350/theora/2400_30daa010929a47f3a19be8173348c9eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622350/large_thumb/large.jpg"
        },
        {
            "id": 623139,
            "name": "Talentfabrikken 19. mai 2010 (R)",
            "header": "Reprise fra uke 41, 2009",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623139/theora/2853_8114b7a7a2184b6b9ba4050399a6054a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623139/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623139/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623139/broadcast/2853_adda5e67e1e143059675566d9e1c0458.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623139/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:37.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:09:59.980000Z",
            "updatedTime": "2018-11-10T18:29:30.174640Z",
            "uploadedTime": "2009-05-15T22:09:59.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623139/theora/2853_8114b7a7a2184b6b9ba4050399a6054a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623139/large_thumb/large.jpg"
        },
        {
            "id": 626511,
            "name": "Trond Alis kvarter VI",
            "header": "Intervju med Dr. Salim om startet på okkupasjonen av Palestina",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626511/theora/DrSalimDag2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626511/broadcast/DrSalimDag2.dv",
                "original": "https://upload.frikanalen.no/media/626511/original/DrSalimDag2.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626511/large_thumb/DrSalimDag2.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:27:36.120000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-10-03T20:08:43.665131Z",
            "updatedTime": "2020-10-04T13:41:50.464022Z",
            "uploadedTime": "2020-10-04T06:33:03.133339Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626511/theora/DrSalimDag2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626511/large_thumb/DrSalimDag2.jpg"
        },
        {
            "id": 624188,
            "name": "To See Yourself",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624188/theora/5176_87067383580e43d7b42ddab888d5e54a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624188/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624188/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624188/broadcast/5176_87067383580e43d7b42ddab888d5e54a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624188/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:35.200000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-01-18T09:43:30.647000Z",
            "updatedTime": "2018-11-10T18:29:28.847422Z",
            "uploadedTime": "2011-01-18T09:43:30.647000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624188/theora/5176_87067383580e43d7b42ddab888d5e54a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624188/large_thumb/large.jpg"
        },
        {
            "id": 623536,
            "name": "Babylonkoden 12b",
            "header": "Samtaleprogrammet: Bak kulissene. Profetiene i Daniels bok har fått ny aktualitet. Serie på 12 programmer med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623536/theora/4146_7e15bd03c74b47dc881084b02669eba5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623536/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623536/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623536/broadcast/4146_7428988c76e74dafbab1addb6ee44888.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623536/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:34.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T09:21:44.507000Z",
            "updatedTime": "2018-11-10T18:29:29.679770Z",
            "uploadedTime": "2010-03-25T09:21:44.507000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623536/theora/4146_7e15bd03c74b47dc881084b02669eba5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623536/large_thumb/large.jpg"
        },
        {
            "id": 625034,
            "name": "Kurtiser Klarheten",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625034/theora/6519_53574665eccf49d28a1667cc5175acc1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625034/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625034/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625034/broadcast/6519_53574665eccf49d28a1667cc5175acc1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625034/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:34.600000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-10-24T14:29:10.883000Z",
            "updatedTime": "2018-11-10T18:29:27.746653Z",
            "uploadedTime": "2012-10-24T14:29:10.883000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625034/theora/6519_53574665eccf49d28a1667cc5175acc1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625034/large_thumb/large.jpg"
        },
        {
            "id": 625041,
            "name": "Den norske kirke i eksil 122",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625041/theora/orig_96b518686e2643f6a4374ffec1288ef6.ogv",
                "original": "https://upload.frikanalen.no/media/625041/original/orig_96b518686e2643f6a4374ffec1288ef6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625041/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625041/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625041/broadcast/6533_bff6e57f8b8e480dafa007665a130f08.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625041/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:27:34",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-11-01T08:59:13.857000Z",
            "updatedTime": "2018-11-10T18:29:27.736752Z",
            "uploadedTime": "2012-11-01T08:59:13.857000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625041/theora/orig_96b518686e2643f6a4374ffec1288ef6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625041/large_thumb/large.jpg"
        },
        {
            "id": 622346,
            "name": "Drøfting av Quranen del 22",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622346/theora/2393_752ab65b566f4acfb50f7d15c2e8a098.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622346/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622346/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622346/broadcast/orig_23e180a991f34f54a2e746632988d9c0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622346/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:33.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:53:00Z",
            "updatedTime": "2018-11-10T18:29:30.848435Z",
            "uploadedTime": "2009-01-02T15:53:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622346/theora/2393_752ab65b566f4acfb50f7d15c2e8a098.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622346/large_thumb/large.jpg"
        },
        {
            "id": 624960,
            "name": "Arena uke 35",
            "header": "Trond Eriksen\nKari Kjønnås Kjos",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624960/theora/orig_654f791f550c4e30816f22898c0c376c.ogv",
                "original": "https://upload.frikanalen.no/media/624960/original/orig_654f791f550c4e30816f22898c0c376c.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624960/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624960/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624960/broadcast/6386_83ea336da3914711b4130e2aa939fe93.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624960/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:27:33",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-08-29T14:33:30.640000Z",
            "updatedTime": "2018-11-10T18:29:27.844791Z",
            "uploadedTime": "2012-08-29T14:33:30.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624960/theora/orig_654f791f550c4e30816f22898c0c376c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624960/large_thumb/large.jpg"
        },
        {
            "id": 624979,
            "name": "AR6196 Arena",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624979/theora/orig_79b186a1cd2f47f094ca282922eb5d70.ogv",
                "original": "https://upload.frikanalen.no/media/624979/original/orig_79b186a1cd2f47f094ca282922eb5d70.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624979/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624979/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624979/broadcast/6397_0a7f0296c5dc42218f500140f2450b16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624979/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:27:33",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-09-15T08:28:39.280000Z",
            "updatedTime": "2018-11-10T18:29:27.818460Z",
            "uploadedTime": "2012-09-15T08:28:39.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624979/theora/orig_79b186a1cd2f47f094ca282922eb5d70.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624979/large_thumb/large.jpg"
        },
        {
            "id": 624180,
            "name": "A Fundamental Desire",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624180/theora/5188_57c284a172cd4db8a654e42232e61353.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624180/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624180/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624180/broadcast/5188_57c284a172cd4db8a654e42232e61353.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624180/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:32.400000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-01-18T09:57:01.950000Z",
            "updatedTime": "2018-11-10T18:29:28.856950Z",
            "uploadedTime": "2011-01-18T09:57:01.950000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624180/theora/5188_57c284a172cd4db8a654e42232e61353.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624180/large_thumb/large.jpg"
        },
        {
            "id": 623607,
            "name": "20_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623607/theora/4196_6cb87530bc604211a6cbce563b3b1732.ogv",
                "original": "https://upload.frikanalen.no/media/623607/original/orig_74fca7e9cadf4cc38de5fbeca845cc38.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623607/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623607/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623607/broadcast/4196_6c56f1983f84428c937bbaaaa52e591a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623607/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:32",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-04-06T08:34:29.297000Z",
            "updatedTime": "2018-11-10T18:29:29.600344Z",
            "uploadedTime": "2010-04-06T08:34:29.297000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623607/theora/4196_6cb87530bc604211a6cbce563b3b1732.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623607/large_thumb/large.jpg"
        },
        {
            "id": 624658,
            "name": "Mangotreet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624658/theora/5857_7bbf4a075a4c4c9cb0d421793365f0bb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624658/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624658/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624658/broadcast/5857_7bbf4a075a4c4c9cb0d421793365f0bb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624658/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:31.680000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-12-07T04:08:03.573000Z",
            "updatedTime": "2018-11-10T18:29:28.234178Z",
            "uploadedTime": "2011-12-07T04:08:03.573000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624658/theora/5857_7bbf4a075a4c4c9cb0d421793365f0bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624658/large_thumb/large.jpg"
        },
        {
            "id": 627335,
            "name": "Shofar Kongen over jødene er oppstått",
            "header": "Bladet evangelisten",
            "description": "Jesu oppstandelse forteller om førstegrøden. Jesus sette seg ved\nMajestetens høgre hand i himmelen, og Faderen sier til han at han er\nbåde konge og prest. Jesu oppstandelse har en viktig betydning for\nIsrael og David trone i Jerusalem.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627335/theora/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627335/broadcast/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.dv",
                "original": "https://upload.frikanalen.no/media/627335/original/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.mov",
                "largeThumb": "https://upload.frikanalen.no/media/627335/large_thumb/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.jpg"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:31.660000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-05-03T13:22:48.821438Z",
            "updatedTime": "2022-05-03T14:33:58.372391Z",
            "uploadedTime": "2022-05-03T14:05:00.989675Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627335/theora/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627335/large_thumb/Shofar 122 Kongen over j�dene er oppst�tt Frikanalen.jpg"
        },
        {
            "id": 623049,
            "name": "Inside Israel september",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623049/theora/3456_5d0cfb742af04e358334983506dc292d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623049/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623049/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623049/broadcast/3456_0e7e0fb1cb8a4e34899ffc8d9bfa84f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623049/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:31.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-11T17:26:09.020000Z",
            "updatedTime": "2018-11-10T18:29:30.293941Z",
            "uploadedTime": "2009-09-11T17:26:09.020000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623049/theora/3456_5d0cfb742af04e358334983506dc292d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623049/large_thumb/large.jpg"
        },
        {
            "id": 622186,
            "name": "Hverdagskost del 6",
            "header": "Jesu gjenkomst og endens tid",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622186/theora/1704_9f6b92288b18444398c20a0ae55cb00e.ogv",
                "original": "https://upload.frikanalen.no/media/622186/original/orig_65fea3c32d734e6b891656c9cfee94ad.avi",
                "smallThumb": "https://upload.frikanalen.no/media/622186/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622186/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622186/broadcast/1704_5630470c8a0d49eb91e7699168cc3409.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622186/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:30.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:24:00Z",
            "updatedTime": "2018-11-10T18:29:31.069966Z",
            "uploadedTime": "2009-01-02T04:24:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622186/theora/1704_9f6b92288b18444398c20a0ae55cb00e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622186/large_thumb/large.jpg"
        },
        {
            "id": 624722,
            "name": "Preken, Atle Haugen 01",
            "header": "Lovens hensikt. Taleren søker å vise at De ti bud er til for menneskes beste.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624722/theora/orig_f27e80703d734d34978744037bda9750.ogv",
                "original": "https://upload.frikanalen.no/media/624722/original/orig_f27e80703d734d34978744037bda9750.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624722/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624722/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624722/broadcast/5947_7c58bf31199148fcb76eeaaa5dbe43ed.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624722/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:29.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-19T12:51:24.773000Z",
            "updatedTime": "2018-11-10T18:29:28.147192Z",
            "uploadedTime": "2012-01-19T12:51:24.773000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624722/theora/orig_f27e80703d734d34978744037bda9750.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624722/large_thumb/large.jpg"
        },
        {
            "id": 623934,
            "name": "Empo tv - del 23",
            "header": "Alle Empo tvs programledere og reportere har en utviklingshemming. Vi lager programmer for alle, med eller uten diagnose!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623934/theora/4648_38a69eb2eb6f4622af1118f70c83dee0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623934/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623934/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623934/broadcast/4648_38a69eb2eb6f4622af1118f70c83dee0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623934/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 978 41 612",
                "fkmember": true
            },
            "duration": "00:27:29.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-08-24T10:52:51.100000Z",
            "updatedTime": "2020-08-30T20:00:21.867923Z",
            "uploadedTime": "2010-08-24T10:52:51.100000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623934/theora/4648_38a69eb2eb6f4622af1118f70c83dee0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623934/large_thumb/large.jpg"
        },
        {
            "id": 623532,
            "name": "Babylonkoden 10b",
            "header": "Samtaleprogrammet: Helligdommen i krise: Profetiene i Daniels bok har fått ny aktualitet. Serie på 12 programmer med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623532/theora/4142_c55fa433ffea47329cc91960aa75910d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623532/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623532/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623532/broadcast/4142_fccde0bddd7b4857a9582e9b790c694d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623532/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:29.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T09:14:54.573000Z",
            "updatedTime": "2018-11-10T18:29:29.685344Z",
            "uploadedTime": "2010-03-25T09:14:54.573000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623532/theora/4142_c55fa433ffea47329cc91960aa75910d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623532/large_thumb/large.jpg"
        },
        {
            "id": 622349,
            "name": "Den Norske kirke i eksil del 14",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622349/theora/2399_9658d6c9b04544d892ae727f58844f06.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622349/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622349/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622349/broadcast/orig_e9d4630405ee4ab1a768020931a42511.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622349/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:27:29.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:59:00Z",
            "updatedTime": "2018-11-10T18:29:30.844375Z",
            "uploadedTime": "2009-01-02T15:59:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622349/theora/2399_9658d6c9b04544d892ae727f58844f06.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622349/large_thumb/large.jpg"
        },
        {
            "id": 623351,
            "name": "Gudstjeneste fra Østfoldkirken Uke 05_10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623351/theora/3683_2ed039d1b8f24457bf24859dd5ce3c0c.ogv",
                "original": "https://upload.frikanalen.no/media/623351/original/orig_1789cad8c8e94a39afa5e9cfcae77cb0.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623351/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623351/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623351/broadcast/3683_e53c11a382ce499eada6daa5d40898fb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623351/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:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-12-14T13:09:05.857000Z",
            "updatedTime": "2018-11-10T18:29:29.908040Z",
            "uploadedTime": "2009-12-14T13:09:05.857000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623351/theora/3683_2ed039d1b8f24457bf24859dd5ce3c0c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623351/large_thumb/large.jpg"
        },
        {
            "id": 622583,
            "name": "Den norske kirke i eksil del 18a",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622583/theora/2468_52dc7f0e1e55485cb40842f20d74f20b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622583/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622583/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622583/broadcast/orig_78ed3c66540c494591de76be0ee1bd8d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622583/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:27:28.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:08:00Z",
            "updatedTime": "2018-11-10T18:29:30.522260Z",
            "uploadedTime": "2009-01-02T17:08:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622583/theora/2468_52dc7f0e1e55485cb40842f20d74f20b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622583/large_thumb/large.jpg"
        },
        {
            "id": 624535,
            "name": "Allsang fra Fredsri Morokulien",
            "header": "Programmet er ett opptak fra en allsangskonsert foreningen holdt på Morokulien den 16. juli i år. Bosse Grevinger og  Dhan Hector,spiller og synger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624535/theora/orig_b2d5f83f95e6461fa6907a11ebcd807e.ogv",
                "original": "https://upload.frikanalen.no/media/624535/original/orig_b2d5f83f95e6461fa6907a11ebcd807e.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624535/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624535/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624535/broadcast/5696_12a2785657ed4fa4b595f99dac7f856c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624535/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:27:28.440000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2011-08-02T11:26:18.620000Z",
            "updatedTime": "2018-11-10T18:29:28.391686Z",
            "uploadedTime": "2011-08-02T11:26:18.620000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624535/theora/orig_b2d5f83f95e6461fa6907a11ebcd807e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624535/large_thumb/large.jpg"
        },
        {
            "id": 622158,
            "name": "Talentfabrikken uke 04",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622158/theora/1653_b605fa70a8184aec8d6db3bd1d951e86.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622158/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622158/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622158/broadcast/orig_PGM102 - Talentfabrikken.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622158/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:28.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:33:00Z",
            "updatedTime": "2018-11-10T18:29:31.114570Z",
            "uploadedTime": "2009-01-02T03:33:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622158/theora/1653_b605fa70a8184aec8d6db3bd1d951e86.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622158/large_thumb/large.jpg"
        },
        {
            "id": 623668,
            "name": "Klipp fra NM i Reinkappkjøring (1), Tromsø  07.02.2010",
            "header": "TV-RFN presenterer klipp fra NM i Reinkappkjøring Tromsø 07.02.2010 - Del 1",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623668/theora/4380_55d06f055f5d42419c48ffd75138e27e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623668/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623668/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623668/broadcast/4380_9d12d80df0f842bcbee83b567abb0ba9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623668/large_thumb/large.jpg"
            },
            "creator": "kristian@kikkas-network.no",
            "organization": {
                "id": 75,
                "name": "Kikkas Network",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1868,
                "editorName": "Kristian Andreas Jørgensen",
                "editorEmail": "kristian@kikkas-network.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:28",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.kikkas-network.no",
            "createdTime": "2010-06-01T09:32:07.623000Z",
            "updatedTime": "2018-11-10T18:29:29.518302Z",
            "uploadedTime": "2010-06-01T09:32:07.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623668/theora/4380_55d06f055f5d42419c48ffd75138e27e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623668/large_thumb/large.jpg"
        },
        {
            "id": 623188,
            "name": "Inside Israel - november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623188/theora/3609_e512c88767b54ae2a8e80505c276e65a.ogv",
                "original": "https://upload.frikanalen.no/media/623188/original/orig_97345c6edc354aeb84aaa938260955aa.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623188/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623188/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623188/broadcast/3609_821867297c3c4d2a8ba90a6e073e5a47.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623188/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:27.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-29T14:38:12.130000Z",
            "updatedTime": "2018-11-10T18:29:30.113244Z",
            "uploadedTime": "2009-10-29T14:38:12.130000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623188/theora/3609_e512c88767b54ae2a8e80505c276e65a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623188/large_thumb/large.jpg"
        },
        {
            "id": 627079,
            "name": "Shofar Israels nasjonalfugl gjester Norge",
            "header": "program 88, bladet evangelisten, I begynnelsen av november gjestet Israels nasjonalfugl øykommunen vest for Bergen, Øygarden. Fuglen minnet oss om Israel og det jødiske folket – og mange andre sannheter som Bibelen omtaler om forskjellige arter og fortellinger! Evangeliske og profetiske lærdommer.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627079/theora/Shofar 100 Israels nasjonalfugl gjester Norge Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627079/broadcast/Shofar 100 Israels nasjonalfugl gjester Norge Frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627079/large_thumb/Shofar 100 Israels nasjonalfugl gjester Norge Frikanalen.jpg",
                "original": "https://upload.frikanalen.no/media/627079/original/Shofar 100 Israels nasjonalfugl gjester Norge Frikanalen.mp4"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:26.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-11-23T23:01:59.883011Z",
            "updatedTime": "2021-11-23T23:25:47.130343Z",
            "uploadedTime": "2021-11-23T23:08:57.299652Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627079/theora/Shofar 100 Israels nasjonalfugl gjester Norge Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627079/large_thumb/Shofar 100 Israels nasjonalfugl gjester Norge Frikanalen.jpg"
        },
        {
            "id": 623162,
            "name": "Østfoldkirken Uke44",
            "header": "Gudstjeneste fra Østfoldkirken i Moss.\nwww.ostfoldkirken.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623162/theora/3447_c8f76518d7724c5bafcd4389313bb46b.ogv",
                "original": "https://upload.frikanalen.no/media/623162/original/orig_8d997f5431c8487fb96090566689f32a.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623162/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623162/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623162/broadcast/3447_6583c81aaf3f4135811f87facf0d1d1f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623162/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:26",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-09-10T09:52:06.880000Z",
            "updatedTime": "2018-11-10T18:29:30.145297Z",
            "uploadedTime": "2009-09-10T09:52:06.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623162/theora/3447_c8f76518d7724c5bafcd4389313bb46b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623162/large_thumb/large.jpg"
        },
        {
            "id": 623039,
            "name": "Talentfabrikken uke 37",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623039/theora/2849_47ef57cdb9ef4bd2b96584ced03ba6d0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623039/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623039/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623039/broadcast/2849_00b7cd225fb64c7289a6ab25a9b60ad8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623039/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:25.960000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:08:19.277000Z",
            "updatedTime": "2018-11-10T18:29:30.306211Z",
            "uploadedTime": "2009-05-15T22:08:19.277000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623039/theora/2849_47ef57cdb9ef4bd2b96584ced03ba6d0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623039/large_thumb/large.jpg"
        },
        {
            "id": 623121,
            "name": "Talentfabrikken uke 40",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623121/theora/2852_bbf4c34585cf485190dba6d252c1af7f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623121/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623121/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623121/broadcast/2852_c0810571298a45978673303b0428505d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623121/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:25.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:09:37.980000Z",
            "updatedTime": "2018-11-10T18:29:30.196775Z",
            "uploadedTime": "2009-05-15T22:09:37.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623121/theora/2852_bbf4c34585cf485190dba6d252c1af7f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623121/large_thumb/large.jpg"
        },
        {
            "id": 623516,
            "name": "Babylonkoden 02a",
            "header": "Gud banker på. Profetiene i Daniels bok har fått ny aktualitet. Serie på 12 programmer med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623516/theora/4118_4783eaf1a22d405fa54ceab1e85c40d9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623516/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623516/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623516/broadcast/4118_e7f58272b81341a6b288533b40412131.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623516/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:25.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T08:38:04.777000Z",
            "updatedTime": "2018-11-10T18:29:29.707945Z",
            "uploadedTime": "2010-03-25T08:38:04.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623516/theora/4118_4783eaf1a22d405fa54ceab1e85c40d9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623516/large_thumb/large.jpg"
        },
        {
            "id": 625011,
            "name": "Den norske kirke i eksil 120",
            "header": "Programmet handler denne gangen om en blind mann som får synet igjen.Hvordan er det med ditt åndelig syn? Er du fortsatt \"blind \"?Jesus kan gjøre deg seende.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625011/theora/orig_3272f95975a84697a10bf984d5eb79dc.ogv",
                "original": "https://upload.frikanalen.no/media/625011/original/orig_3272f95975a84697a10bf984d5eb79dc.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625011/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625011/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625011/broadcast/6479_4ac79122e4c9486eae910275ba0f29e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625011/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:27:24",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-16T05:10:32.487000Z",
            "updatedTime": "2018-11-10T18:29:27.775043Z",
            "uploadedTime": "2012-10-16T05:10:32.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625011/theora/orig_3272f95975a84697a10bf984d5eb79dc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625011/large_thumb/large.jpg"
        },
        {
            "id": 624655,
            "name": "Denne Overflod av Dyrebarhet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624655/theora/5856_a7a064324f474c519a166a56b42e3e30.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624655/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624655/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624655/broadcast/5856_a7a064324f474c519a166a56b42e3e30.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624655/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:23",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-12-05T19:37:56Z",
            "updatedTime": "2018-11-10T18:29:28.238257Z",
            "uploadedTime": "2011-12-05T19:37:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624655/theora/5856_a7a064324f474c519a166a56b42e3e30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624655/large_thumb/large.jpg"
        },
        {
            "id": 625032,
            "name": "Du kan gjøre en forskjell",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625032/theora/6500_b6bbc7c3f8ad40f69dca65a348155678.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625032/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625032/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625032/broadcast/6500_b6bbc7c3f8ad40f69dca65a348155678.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625032/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:22.880000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-10-22T08:43:38.607000Z",
            "updatedTime": "2018-11-10T18:29:27.749730Z",
            "uploadedTime": "2012-10-22T08:43:38.607000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625032/theora/6500_b6bbc7c3f8ad40f69dca65a348155678.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625032/large_thumb/large.jpg"
        },
        {
            "id": 623023,
            "name": "Talentfabrikken uke 36",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623023/theora/2848_69a3f7f3ad2746ccbb5e8e6e05c974a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623023/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623023/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623023/broadcast/orig_6cb206f857dc402eae2a9cce375cad63.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623023/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:22",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:07:12.950000Z",
            "updatedTime": "2018-11-10T18:29:30.324185Z",
            "uploadedTime": "2009-05-15T22:07:12.950000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623023/theora/2848_69a3f7f3ad2746ccbb5e8e6e05c974a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623023/large_thumb/large.jpg"
        },
        {
            "id": 623012,
            "name": "Nornet tv del 30",
            "header": "Ett program med Erling Ilsäe Nielsen og Tommy M. Josefsson (De gode nyheter)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623012/theora/3304_e34e5776bef943c6b8a6ea8a7e62bf46.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623012/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623012/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623012/broadcast/orig_625a398827db408f8605fb91dbd2a595.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623012/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:27:21.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-27T11:53:03.757000Z",
            "updatedTime": "2018-11-10T18:29:30.339227Z",
            "uploadedTime": "2009-08-27T11:53:03.757000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623012/theora/3304_e34e5776bef943c6b8a6ea8a7e62bf46.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623012/large_thumb/large.jpg"
        }
    ]
}