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

{
    "count": 3455,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1500&ordering=-is_filler",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1400&ordering=-is_filler",
    "results": [
        {
            "id": 625163,
            "name": "Empo TV - del 128",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625163/small_thumb/Empo-1313.jpg",
                "theora": "https://upload.frikanalen.no/media/625163/theora/Empo-1313.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625163/large_thumb/Empo-1313.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625163/broadcast/Empo-1313.mpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:59.970000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-04-03T06:59:02Z",
            "updatedTime": "2020-08-30T19:38:51.863681Z",
            "uploadedTime": "2013-04-03T06:59:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625163/theora/Empo-1313.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625163/large_thumb/Empo-1313.jpg"
        },
        {
            "id": 624465,
            "name": "LevandeOrd & 10min 20110613",
            "header": "Levande Ord med Tommy M. Josefsson\nføljt 10min med Svenn Thommy",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624465/theora/5576_040bc762377548f8bcb12f5939466062.ogv",
                "original": "https://upload.frikanalen.no/media/624465/original/orig_51b23c3b5df04acabdc9314839bb39ef.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624465/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624465/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624465/broadcast/5576_21fb8c308d5649bc9412d5094ab07846.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624465/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:47:40.943000Z",
            "updatedTime": "2018-11-10T18:29:28.481515Z",
            "uploadedTime": "2011-05-05T15:47:40.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624465/theora/5576_040bc762377548f8bcb12f5939466062.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624465/large_thumb/large.jpg"
        },
        {
            "id": 624128,
            "name": "EBFpr2-CHKpr3 20101229",
            "header": "Helse Med Eva Britt Fjeldberg & Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624128/theora/5108_504b75e5dad54f28997fa9819a0c2c15.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624128/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624128/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624128/broadcast/5108_87cdc5724f46434ea8c595c6096e0cbf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624128/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:26",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-21T08:56:53.513000Z",
            "updatedTime": "2018-11-10T18:29:28.923156Z",
            "uploadedTime": "2010-12-21T08:56:53.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624128/theora/5108_504b75e5dad54f28997fa9819a0c2c15.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624128/large_thumb/large.jpg"
        },
        {
            "id": 624127,
            "name": "52_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624127/theora/4938_f73b6c21542147b5b49e47d353f7690e.ogv",
                "original": "https://upload.frikanalen.no/media/624127/original/orig_b8e4a5e3f4b24924b2ebfaec5af6e5f4.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624127/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624127/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624127/broadcast/4938_169c00851a9a4faa9e49285f1bec1b77.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624127/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-11-11T10:07:42.037000Z",
            "updatedTime": "2018-11-10T18:29:28.924567Z",
            "uploadedTime": "2010-11-11T10:07:42.037000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624127/theora/4938_f73b6c21542147b5b49e47d353f7690e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624127/large_thumb/large.jpg"
        },
        {
            "id": 624466,
            "name": "Lev.Ord & Gospel Mir..20110525",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624466/theora/5578_1a7d1b9d4a9245618e6e2cd9cf1f2dc5.ogv",
                "original": "https://upload.frikanalen.no/media/624466/original/orig_8f1b281cbafd4510a64cd2036626a361.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624466/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624466/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624466/broadcast/5578_df98bd18fc97451b81405440fa1f6ac9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624466/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:35.807000Z",
            "updatedTime": "2018-11-10T18:29:28.480168Z",
            "uploadedTime": "2011-05-05T18:02:35.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624466/theora/5578_1a7d1b9d4a9245618e6e2cd9cf1f2dc5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624466/large_thumb/large.jpg"
        },
        {
            "id": 624125,
            "name": "Alle kan gå på en smell",
            "header": "Psykisk helse",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624125/theora/5100_294865239edd4089a93e5772d0439e25.ogv",
                "original": "https://upload.frikanalen.no/media/624125/original/orig_6e4f7579e64c43e7ad3f4c5123b9a71a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624125/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624125/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624125/broadcast/5100_70351f76700045e99423089525830129.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624125/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:58.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-20T20:59:11Z",
            "updatedTime": "2018-11-10T18:29:28.927736Z",
            "uploadedTime": "2010-12-20T20:59:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624125/theora/5100_294865239edd4089a93e5772d0439e25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624125/large_thumb/large.jpg"
        },
        {
            "id": 624467,
            "name": "Lev.Ord & Gospel Mir..20110720",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624467/theora/5581_e2c31a2c48db418686e6da28b9b9121c.ogv",
                "original": "https://upload.frikanalen.no/media/624467/original/orig_6c1f9ec1449d4c2581989495fa7970d4.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624467/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624467/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624467/broadcast/5581_12057b6961cf42b3a21a57709984756e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624467/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:05:05.157000Z",
            "updatedTime": "2018-11-10T18:29:28.478784Z",
            "uploadedTime": "2011-05-05T18:05:05.157000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624467/theora/5581_e2c31a2c48db418686e6da28b9b9121c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624467/large_thumb/large.jpg"
        },
        {
            "id": 624469,
            "name": "Lev.Ord & Gospel Mir..20110608",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624469/theora/5577_c0c23c1a9f22424b90545d16b87bcad2.ogv",
                "original": "https://upload.frikanalen.no/media/624469/original/orig_aeff0ed1e45745deadc4a4518bf130e8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624469/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624469/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624469/broadcast/5577_958b76ba637a4080b64ed1905c512ce1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624469/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:16.493000Z",
            "updatedTime": "2018-11-10T18:29:28.477446Z",
            "uploadedTime": "2011-05-05T18:02:16.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624469/theora/5577_c0c23c1a9f22424b90545d16b87bcad2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624469/large_thumb/large.jpg"
        },
        {
            "id": 625188,
            "name": "Empo TV - del 142",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625188/small_thumb/Empo-130704.jpg",
                "theora": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625188/broadcast/Empo-130704.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-07-04T08:53:05Z",
            "updatedTime": "2020-08-30T19:38:36.379087Z",
            "uploadedTime": "2013-07-04T08:53:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg"
        },
        {
            "id": 624120,
            "name": "Akkurat Nå 19. desember 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624120/theora/5080_4576e3b630ca4a58b09474f2a7cf5582.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624120/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624120/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624120/broadcast/5080_d43c858731da4efd90e6c591be0bc7d9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624120/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:51:36.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-11T15:37:29.407000Z",
            "updatedTime": "2018-11-10T18:29:28.933515Z",
            "uploadedTime": "2010-12-11T15:37:29.407000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624120/theora/5080_4576e3b630ca4a58b09474f2a7cf5582.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624120/large_thumb/large.jpg"
        },
        {
            "id": 625158,
            "name": "Empo TV - del 121",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625158/small_thumb/Empo-130207.jpg",
                "theora": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625158/broadcast/Empo-130207.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:00Z",
            "updatedTime": "2020-08-30T19:37:39.872215Z",
            "uploadedTime": "2013-03-21T04:33:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg"
        },
        {
            "id": 624110,
            "name": "HelseExpo Mjøndslen 20",
            "header": "Den Gud du leter etter, er tema for David Havsteins helseforedrag. Det viser seg at også menneskenes åndelige tilstand har stor betydning for helsen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624110/theora/5086_4192a95b62c9445fa9c41e690aa5d4da.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624110/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624110/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624110/broadcast/5086_4192a95b62c9445fa9c41e690aa5d4da.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624110/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:25:01.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-13T10:43:55.397000Z",
            "updatedTime": "2018-11-10T18:29:28.943219Z",
            "uploadedTime": "2010-12-13T10:43:55.397000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624110/theora/5086_4192a95b62c9445fa9c41e690aa5d4da.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624110/large_thumb/large.jpg"
        },
        {
            "id": 624470,
            "name": "Lev.Ord & Gospel Mir..20110706",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624470/theora/5580_9890ced2c03f4ff685525c6d50d48d80.ogv",
                "original": "https://upload.frikanalen.no/media/624470/original/orig_cea45459da584164a42e0d968da887a6.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624470/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624470/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624470/broadcast/5580_ca1acbe4794b43a2bfa5030fa753c026.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624470/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:04:26.187000Z",
            "updatedTime": "2018-11-10T18:29:28.476105Z",
            "uploadedTime": "2011-05-05T18:04:26.187000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624470/theora/5580_9890ced2c03f4ff685525c6d50d48d80.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624470/large_thumb/large.jpg"
        },
        {
            "id": 624105,
            "name": "Akkurat Nå 12. desember 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624105/theora/5078_270fc0f9e37242dfae82a4280a4a150c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624105/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624105/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624105/broadcast/5078_cb665f8495f947279b3f0eba7a874a1f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624105/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:51:40.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-11T15:34:42.823000Z",
            "updatedTime": "2018-11-10T18:29:28.945971Z",
            "uploadedTime": "2010-12-11T15:34:42.823000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624105/theora/5078_270fc0f9e37242dfae82a4280a4a150c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624105/large_thumb/large.jpg"
        },
        {
            "id": 624471,
            "name": "Lev.Ord & Gospel Mir..20110831",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624471/theora/5582_433ffa3d95764b2ea184acdf0299a0a9.ogv",
                "original": "https://upload.frikanalen.no/media/624471/original/orig_796cc634cded43ef8e22513f763f6fec.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624471/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624471/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624471/broadcast/5582_cca9e2c4ca6540a0a89a798d8e6c30f4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624471/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:06:50.660000Z",
            "updatedTime": "2018-11-10T18:29:28.474706Z",
            "uploadedTime": "2011-05-05T18:06:50.660000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624471/theora/5582_433ffa3d95764b2ea184acdf0299a0a9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624471/large_thumb/large.jpg"
        },
        {
            "id": 624103,
            "name": "Faithbook, camporee i Finland",
            "header": "Over 2000 speidere fra ca 25 land samles til lek og alvor i Iso Kirja i Finland. To norske speidergutter, Noah og Jonas, forteller om sine opplevelser.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624103/theora/4995_ab3156cf40f0413b91819efe96c9e4f6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624103/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624103/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624103/broadcast/4995_ab3156cf40f0413b91819efe96c9e4f6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624103/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:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T20:35:11.487000Z",
            "updatedTime": "2018-11-10T18:29:28.948731Z",
            "uploadedTime": "2010-12-01T20:35:11.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624103/theora/4995_ab3156cf40f0413b91819efe96c9e4f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624103/large_thumb/large.jpg"
        },
        {
            "id": 625159,
            "name": "Empo TV - del 122",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625159/small_thumb/Empo-130214.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg",
                "theora": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625159/broadcast/Empo-130214.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:04Z",
            "updatedTime": "2020-08-30T19:37:25.177340Z",
            "uploadedTime": "2013-03-21T04:33:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg"
        },
        {
            "id": 624101,
            "name": "Sterling Station",
            "header": "Ekteparet Sterling driver en spennende gård som er noe utenom det vanlige.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624101/theora/5003_a8370230b693469cb9cb24716ddf5ba5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624101/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624101/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624101/broadcast/5003_a8370230b693469cb9cb24716ddf5ba5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624101/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T21:20:56.003000Z",
            "updatedTime": "2018-11-10T18:29:28.951423Z",
            "uploadedTime": "2010-12-01T21:20:56.003000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624101/theora/5003_a8370230b693469cb9cb24716ddf5ba5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624101/large_thumb/large.jpg"
        },
        {
            "id": 626449,
            "name": "Det store kunsttyveriet",
            "header": "Den 11. oktober 1982 ble 8 malerier av verdens fremste malere stjålet fra Nasjonalgalleriet. Hvem som gjorde det, fant politiet aldri ut. I denne dokumentaren forteller en av gjerningsmennene hva som skjedde.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626449/theora/KunsttyverietDok test.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626449/broadcast/KunsttyverietDok test.dv",
                "original": "https://upload.frikanalen.no/media/626449/original/KunsttyverietDok test.mov",
                "largeThumb": "https://upload.frikanalen.no/media/626449/large_thumb/KunsttyverietDok test.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:15:12.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-08-28T16:07:09.692055Z",
            "updatedTime": "2024-11-25T08:01:17.302738Z",
            "uploadedTime": "2020-08-28T16:28:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626449/theora/KunsttyverietDok test.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626449/large_thumb/KunsttyverietDok test.jpg"
        },
        {
            "id": 624094,
            "name": "STF20101007pr1 BST04-151210",
            "header": "Svenn Thommy Fjeldberg och Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624094/theora/5064_305357b1c2e742ec85797771b6b20b42.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624094/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624094/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624094/broadcast/5064_c5ef0f40e6804364aae24f0f4c01aedc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624094/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:20",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-09T11:43:01.037000Z",
            "updatedTime": "2018-11-10T18:29:28.960955Z",
            "uploadedTime": "2010-12-09T11:43:01.037000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624094/theora/5064_305357b1c2e742ec85797771b6b20b42.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624094/large_thumb/large.jpg"
        },
        {
            "id": 624473,
            "name": "Lev.Ord & Gospel Mir..20110817",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624473/theora/5583_c9a2f8519efa4bb886019f942609e73e.ogv",
                "original": "https://upload.frikanalen.no/media/624473/original/orig_26c2096e85624d82b979760e917cbf54.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624473/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624473/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624473/broadcast/5583_8da1432351c74821ace397cf40448d8f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624473/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:07:29.443000Z",
            "updatedTime": "2018-11-10T18:29:28.471798Z",
            "uploadedTime": "2011-05-05T18:07:29.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624473/theora/5583_c9a2f8519efa4bb886019f942609e73e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624473/large_thumb/large.jpg"
        },
        {
            "id": 624092,
            "name": "Jul med Country Team Johnsen",
            "header": "Jule program med Kåre og Lena Jonsen, Country musikk",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624092/theora/5054_78f839861874421da98551d094e918f3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624092/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624092/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624092/broadcast/5054_78f839861874421da98551d094e918f3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624092/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:17.240000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-08T18:32:13.940000Z",
            "updatedTime": "2018-11-10T18:29:28.963680Z",
            "uploadedTime": "2010-12-08T18:32:13.940000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624092/theora/5054_78f839861874421da98551d094e918f3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624092/large_thumb/large.jpg"
        },
        {
            "id": 624091,
            "name": "Fjellet, moralen og helsen",
            "header": "Mye skjer med mennesker på fottur i mektig fjelllandskap. Samtidig som man får fysisk fostring, er det naturlig for denne gjengen i disse omgivelser også å filosofere over Gud og moral.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624091/theora/4990_d5e5e5756e1c40aaa85d00fba4843769.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624091/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624091/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624091/broadcast/4990_d5e5e5756e1c40aaa85d00fba4843769.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624091/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:21:26.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T20:04:10.433000Z",
            "updatedTime": "2018-11-10T18:29:28.965024Z",
            "uploadedTime": "2010-12-01T20:04:10.433000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624091/theora/4990_d5e5e5756e1c40aaa85d00fba4843769.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624091/large_thumb/large.jpg"
        },
        {
            "id": 624090,
            "name": "Konsert med Adventsangerne",
            "header": "Laila Therese Johansen dirigerer Adventsangerne ved en konsert i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624090/theora/4999_3ddc2255f1a14be98897b65a713a03a3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624090/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624090/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624090/broadcast/4999_3ddc2255f1a14be98897b65a713a03a3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624090/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T21:01:10.130000Z",
            "updatedTime": "2018-11-10T18:29:28.966369Z",
            "uploadedTime": "2010-12-01T21:01:10.130000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624090/theora/4999_3ddc2255f1a14be98897b65a713a03a3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624090/large_thumb/large.jpg"
        },
        {
            "id": 624474,
            "name": "Lev.Ord & Gospel Mir..20110803",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624474/theora/5584_13233ba5ead14155831eb4e107087a0a.ogv",
                "original": "https://upload.frikanalen.no/media/624474/original/orig_d287dfa4ea834e0f9551adb1ed477c6b.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624474/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624474/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624474/broadcast/5584_aa05b5caf4264cbaab6a1d7640a0d51b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624474/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:08:08.677000Z",
            "updatedTime": "2018-11-10T18:29:28.470415Z",
            "uploadedTime": "2011-05-05T18:08:08.677000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624474/theora/5584_13233ba5ead14155831eb4e107087a0a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624474/large_thumb/large.jpg"
        },
        {
            "id": 624088,
            "name": "Con Licenza",
            "header": "En venneflokk kjører med motorsykler gjennom vakre landskap i Danmark og filosoferer over livet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624088/theora/4989_c1343b7fe8724e31b6a1ee753d997f6e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624088/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624088/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624088/broadcast/4989_c1343b7fe8724e31b6a1ee753d997f6e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624088/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:25:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T19:58:05.987000Z",
            "updatedTime": "2018-11-10T18:29:28.969161Z",
            "uploadedTime": "2010-12-01T19:58:05.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624088/theora/4989_c1343b7fe8724e31b6a1ee753d997f6e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624088/large_thumb/large.jpg"
        },
        {
            "id": 624087,
            "name": "Derfor tror jeg på Gud, del 3",
            "header": "Clifford Goldstein trodde absolutt ikke på noen Gud. Men han følte seg forpliktet til å være ærlig mot det han opplevde. Dette er en sterk historie om en omvendelse. Siste del.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624087/theora/5002_6b29e71486fc453b919ad1203b55511a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624087/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624087/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624087/broadcast/5002_7a75c46433ce4bbdb4a477117e182e99.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624087/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:28:58.280000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T21:14:05.273000Z",
            "updatedTime": "2018-11-10T18:29:28.970503Z",
            "uploadedTime": "2010-12-01T21:14:05.273000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624087/theora/5002_6b29e71486fc453b919ad1203b55511a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624087/large_thumb/large.jpg"
        },
        {
            "id": 624086,
            "name": "Derfor tror jeg på Gud, del 1",
            "header": "Clifford Goldstein trodde absolutt ikke på noen Gud. Men han følte seg forpliktet til å være ærlig mot det han opplevde. Dette er en sterk historie om en omvendelse.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624086/theora/5000_9b8402185a9a41d1a7b49ee4ae9ab9cd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624086/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624086/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624086/broadcast/5000_9b8402185a9a41d1a7b49ee4ae9ab9cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624086/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:28:09.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-01T21:08:27.187000Z",
            "updatedTime": "2018-11-10T18:29:28.971884Z",
            "uploadedTime": "2010-12-01T21:08:27.187000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624086/theora/5000_9b8402185a9a41d1a7b49ee4ae9ab9cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624086/large_thumb/large.jpg"
        },
        {
            "id": 625169,
            "name": "Empo TV - del 131",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625169/small_thumb/Empo-130418.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625169/large_thumb/Empo-130418.jpg",
                "theora": "https://upload.frikanalen.no/media/625169/theora/Empo-130418.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625169/broadcast/Empo-130418.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-18T11:33:15Z",
            "updatedTime": "2020-08-30T19:36:40.152137Z",
            "uploadedTime": "2013-04-18T11:33:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625169/theora/Empo-130418.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625169/large_thumb/Empo-130418.jpg"
        },
        {
            "id": 624084,
            "name": "Perler fra adventkirken 02",
            "header": "Livet, - kort eller langt? Reidar J. Kvinge taler i Adventkirken i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624084/theora/5007_8a33d678d64e48659198f974b1f76af0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624084/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624084/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624084/broadcast/5007_8a33d678d64e48659198f974b1f76af0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624084/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:24:52",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T08:15:53.057000Z",
            "updatedTime": "2018-11-10T18:29:28.974579Z",
            "uploadedTime": "2010-12-02T08:15:53.057000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624084/theora/5007_8a33d678d64e48659198f974b1f76af0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624084/large_thumb/large.jpg"
        },
        {
            "id": 624010,
            "name": "44_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624010/theora/4756_c019c31ba20e44f8a87679549f586707.ogv",
                "original": "https://upload.frikanalen.no/media/624010/original/orig_21fcb1e2fba54e368efc7de24b53b1c4.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624010/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624010/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624010/broadcast/4756_027593178a5a4e17a791d8b13989e9a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624010/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:46",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-09-20T11:28:14.633000Z",
            "updatedTime": "2018-11-10T18:29:29.070645Z",
            "uploadedTime": "2010-09-20T11:28:14.633000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624010/theora/4756_c019c31ba20e44f8a87679549f586707.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624010/large_thumb/large.jpg"
        },
        {
            "id": 624083,
            "name": "Perler fra adventkirken 01",
            "header": "Hva er en adventist? Det er spørsmålet Reidar J. Kvinge gir et svar på i denne prekenen fra adventkirken i Stavanger.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624083/theora/5006_590bcfbcfa234c1f8fd283dad4c56728.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624083/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624083/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624083/broadcast/5006_590bcfbcfa234c1f8fd283dad4c56728.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624083/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:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T08:09:31.880000Z",
            "updatedTime": "2018-11-10T18:29:28.976134Z",
            "uploadedTime": "2010-12-02T08:09:31.880000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624083/theora/5006_590bcfbcfa234c1f8fd283dad4c56728.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624083/large_thumb/large.jpg"
        },
        {
            "id": 624475,
            "name": "Lev.Ord & Gospel Mir..20110622",
            "header": "Levande Ord med Hans O. Hansson føljt av Gosple Miracle med Peter Capili Hansen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624475/theora/5579_c1ea5ba546f14d828789bd625a8a5354.ogv",
                "original": "https://upload.frikanalen.no/media/624475/original/orig_5f1aed88f95547f6b5c5f90354cfdd3d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624475/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624475/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624475/broadcast/5579_8a0010bf89de4c34b51a3cf04c9d61ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624475/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T18:02:55.417000Z",
            "updatedTime": "2018-11-10T18:29:28.469054Z",
            "uploadedTime": "2011-05-05T18:02:55.417000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624475/theora/5579_c1ea5ba546f14d828789bd625a8a5354.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624475/large_thumb/large.jpg"
        },
        {
            "id": 624081,
            "name": "Hva har hendt? Del 2",
            "header": "Hva har hendt? er et syngespill om det som skjedde i Betlehem da Jesus ble født. Tekster og melodier er laget av menighetsmedlemmer i Adventkirken i Drammen-Hokksund-området. De som synger er menighetens egne barn og voksne i korene og gruppene Cantai, Joy og Dissonans. Innspilt i 2001.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624081/theora/5021_6e682c6ad8db493c9daa3603aa557447.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624081/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624081/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624081/broadcast/5021_6e682c6ad8db493c9daa3603aa557447.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624081/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:20:37.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T09:57:29.943000Z",
            "updatedTime": "2018-11-10T18:29:28.978949Z",
            "uploadedTime": "2010-12-02T09:57:29.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624081/theora/5021_6e682c6ad8db493c9daa3603aa557447.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624081/large_thumb/large.jpg"
        },
        {
            "id": 624080,
            "name": "Hva har hendt? Del 1",
            "header": "Hva har hendt? er et syngespill om det som skjedde i Betlehem da Jesus ble født. Tekster og melodier er laget av menighetsmedlemmer i Adventkirken i Drammen-Hokksund-området. De som synger er menighetens egne barn og voksne i korene og gruppene Cantai, Joy og Dissonans. Innspilt i 2001.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624080/theora/5020_cf9bf25217474a6194559d4200e94e80.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624080/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624080/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624080/broadcast/5020_cf9bf25217474a6194559d4200e94e80.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624080/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:20:30.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-02T09:53:34.683000Z",
            "updatedTime": "2018-11-10T18:29:28.980383Z",
            "uploadedTime": "2010-12-02T09:53:34.683000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624080/theora/5020_cf9bf25217474a6194559d4200e94e80.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624080/large_thumb/large.jpg"
        },
        {
            "id": 624079,
            "name": "DRØM: Jaer Skoles Musikkorps",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624079/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624079/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624079/broadcast/5050_d92613651e89450886f68f1354176973.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624079/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:15:00",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-07T11:57:17.233000Z",
            "updatedTime": "2018-11-10T18:29:28.981728Z",
            "uploadedTime": "2010-12-07T11:57:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624079/large_thumb/large.jpg"
        },
        {
            "id": 623985,
            "name": "misjon - Intervju med Solonka",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623985/theora/4824_4574435b09a044c6a7d677289c3e2975.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623985/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623985/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623985/broadcast/4824_4574435b09a044c6a7d677289c3e2975.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623985/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-11T19:04:49.303000Z",
            "updatedTime": "2023-07-12T22:30:33.389262Z",
            "uploadedTime": "2010-10-11T19:04:49Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623985/theora/4824_4574435b09a044c6a7d677289c3e2975.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623985/large_thumb/large.jpg"
        },
        {
            "id": 624078,
            "name": "EBFpr1-CHKpr2 2948  20101208",
            "header": "Helse medEva-Britt Fjeldberg och Kællan\nmed Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624078/theora/5049_98c4e3d5009842eeb24a0f8443d5476b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624078/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624078/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624078/broadcast/5049_e9e84cf729b54293bbe8772e1f313b7e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624078/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:48.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-06T10:15:14.600000Z",
            "updatedTime": "2018-11-10T18:29:28.983083Z",
            "uploadedTime": "2010-12-06T10:15:14.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624078/theora/5049_98c4e3d5009842eeb24a0f8443d5476b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624078/large_thumb/large.jpg"
        },
        {
            "id": 624077,
            "name": "VGF1#7-2_tk2850 Hans Braterud",
            "header": "VGF17-2 verdens gjenfødelse Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624077/theora/4962_d9932a40651f45d09b07d08b2f697e6f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624077/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624077/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624077/broadcast/4962_fe237dec85d74bc4a20d66cfe93384d7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624077/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:28:50.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-30T10:42:02.360000Z",
            "updatedTime": "2018-11-10T18:29:28.984460Z",
            "uploadedTime": "2010-11-30T10:42:02.360000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624077/theora/4962_d9932a40651f45d09b07d08b2f697e6f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624077/large_thumb/large.jpg"
        },
        {
            "id": 624076,
            "name": "Advents Gudstjeneste",
            "header": "2. Advent, Gudstjeneste i Missions kirken i Charlottenberg,",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624076/theora/5048_717e582ffbff4dd5a851946b925de940.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624076/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624076/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624076/broadcast/5048_ef08d6b75fa049799c6c538868c06805.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624076/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:07.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-05T19:33:49.293000Z",
            "updatedTime": "2018-11-10T18:29:28.985797Z",
            "uploadedTime": "2010-12-05T19:33:49.293000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624076/theora/5048_717e582ffbff4dd5a851946b925de940.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624076/large_thumb/large.jpg"
        },
        {
            "id": 624075,
            "name": "Den norske kirke i eksil 72",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624075/theora/orig_4c5a9c6dd2884a3c9ed3ca9646ed1024.ogv",
                "original": "https://upload.frikanalen.no/media/624075/original/orig_4c5a9c6dd2884a3c9ed3ca9646ed1024.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624075/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624075/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624075/broadcast/5042_70c889e6858841f9933194fc10a58a12.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624075/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-03T13:47:52.913000Z",
            "updatedTime": "2018-11-10T18:29:28.987148Z",
            "uploadedTime": "2010-12-03T13:47:52.913000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624075/theora/orig_4c5a9c6dd2884a3c9ed3ca9646ed1024.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624075/large_thumb/large.jpg"
        },
        {
            "id": 624074,
            "name": "EBF pr1-CHK pr2 20101208",
            "header": "helseEva-britt Fjeldberg\noch källan Carl henrik karlson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624074/theora/5041_9ef8c5b64cd4443899d9352adaba9720.ogv",
                "original": "https://upload.frikanalen.no/media/624074/original/orig_0f8c158dd46047019751735ff7eb0135.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624074/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624074/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624074/broadcast/5041_d44ad0897c1f45f4aa5fa000d8a2175e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624074/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-03T12:09:54.437000Z",
            "updatedTime": "2018-11-10T18:29:28.988539Z",
            "uploadedTime": "2010-12-03T12:09:54.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624074/theora/5041_9ef8c5b64cd4443899d9352adaba9720.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624074/large_thumb/large.jpg"
        },
        {
            "id": 624073,
            "name": "Julemix med Country team",
            "header": "Ciuntry team Kåre og Lena Jonsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624073/theora/5040_9e9d722e6d8c484b944bd3c728100643.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624073/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624073/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624073/broadcast/5040_9e9d722e6d8c484b944bd3c728100643.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624073/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:17.240000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T20:56:04.990000Z",
            "updatedTime": "2018-11-10T18:29:28.989920Z",
            "uploadedTime": "2010-12-02T20:56:04.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624073/theora/5040_9e9d722e6d8c484b944bd3c728100643.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624073/large_thumb/large.jpg"
        },
        {
            "id": 624072,
            "name": "Israel Bibelens land Del 4",
            "header": "Reisedokumentar fra Israel,",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624072/theora/5035_4a91380e82894008b8e0662a44d2bb8d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624072/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624072/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624072/broadcast/5035_b554a430665b4247b0cbe449d535042f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624072/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:28:39",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T18:38:35.290000Z",
            "updatedTime": "2018-11-10T18:29:28.991269Z",
            "uploadedTime": "2010-12-02T18:38:35.290000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624072/theora/5035_4a91380e82894008b8e0662a44d2bb8d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624072/large_thumb/large.jpg"
        },
        {
            "id": 624071,
            "name": "Israel Bibelens land Del 3",
            "header": "En reise dokumentär fra Israel, Cymbal TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624071/theora/5033_b6acfb12e55d44f98923282bf8507a23.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624071/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624071/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624071/broadcast/5033_d8ae063f48b04c1fa01e3e5a5df7132e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624071/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.680000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T14:41:42.123000Z",
            "updatedTime": "2018-11-10T18:29:28.992634Z",
            "uploadedTime": "2010-12-02T14:41:42.123000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624071/theora/5033_b6acfb12e55d44f98923282bf8507a23.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624071/large_thumb/large.jpg"
        },
        {
            "id": 624069,
            "name": "Israel Bibelens land del 2",
            "header": "Reise dokumentar fra Israel, lagd av Cymbal TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624069/theora/5023_ce78ae18cef04be6bbb41a741ee36fb9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624069/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624069/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624069/broadcast/5023_ce78ae18cef04be6bbb41a741ee36fb9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624069/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:28:01.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T11:59:59.830000Z",
            "updatedTime": "2018-11-10T18:29:28.993974Z",
            "uploadedTime": "2010-12-02T11:59:59.830000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624069/theora/5023_ce78ae18cef04be6bbb41a741ee36fb9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624069/large_thumb/large.jpg"
        },
        {
            "id": 624067,
            "name": "Israel - Bibelens land - Del 1",
            "header": "En reise dokumentar fra Israel, Produsert av Cymbal tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624067/theora/5004_f62e7702c72c43c0848bf881221d0291.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624067/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624067/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624067/broadcast/5004_1108d4acb05c4b4dacb77c1a02ddc759.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624067/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:28:44.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T07:51:29.157000Z",
            "updatedTime": "2018-11-10T18:29:28.996692Z",
            "uploadedTime": "2010-12-02T07:51:29.157000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624067/theora/5004_f62e7702c72c43c0848bf881221d0291.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624067/large_thumb/large.jpg"
        },
        {
            "id": 624478,
            "name": "Sketsjup: Festival",
            "header": "Vi besøker en av de feteste festivalene i Trondheim.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624478/theora/5603_4a60c7f1cf0f444aa5bf8906b17ace11.ogv",
                "original": "https://upload.frikanalen.no/media/624478/original/orig_0c87fa6ec76f4af0be6cde817b0fc974.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624478/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624478/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624478/broadcast/5603_363e0a8982db4c6eb7af4c99d471910b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624478/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:28.050000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-18T13:41:41.973000Z",
            "updatedTime": "2018-11-10T18:29:28.464987Z",
            "uploadedTime": "2011-05-18T13:41:41.973000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624478/theora/5603_4a60c7f1cf0f444aa5bf8906b17ace11.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624478/large_thumb/large.jpg"
        },
        {
            "id": 624479,
            "name": "Ex-russefest i dødens dal",
            "header": "Hvorfor velger man å ta på seg russebuksa si år etter år?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624479/theora/5604_50516dec1b8d4da3898491848f3d71af.ogv",
                "original": "https://upload.frikanalen.no/media/624479/original/orig_da5a0a0b98fd480db9de701951b561fd.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624479/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624479/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624479/broadcast/5604_1c7fbba5e92d4125be07f9e93c8f3f08.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624479/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:14.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-18T13:46:01.103000Z",
            "updatedTime": "2018-11-10T18:29:28.463634Z",
            "uploadedTime": "2011-05-18T13:46:01.103000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624479/theora/5604_50516dec1b8d4da3898491848f3d71af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624479/large_thumb/large.jpg"
        },
        {
            "id": 625170,
            "name": "Empo TV - del 132",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625170/small_thumb/Empo-130425.jpg",
                "theora": "https://upload.frikanalen.no/media/625170/theora/Empo-130425.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625170/large_thumb/Empo-130425.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625170/broadcast/Empo-130425.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-25T12:03:02Z",
            "updatedTime": "2020-08-30T19:36:28.822486Z",
            "uploadedTime": "2013-04-25T12:03:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625170/theora/Empo-130425.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625170/large_thumb/Empo-130425.jpg"
        }
    ]
}