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

{
    "count": 3454,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2150&ordering=has_tono_records",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2050&ordering=has_tono_records",
    "results": [
        {
            "id": 624170,
            "name": "Akkurat Nå 16. januar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624170/theora/5123_c9ee86424d974335b2774b1be6e1c56a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624170/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624170/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624170/broadcast/5123_af05b1c426ad4bb6bd6d75c9651cefeb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624170/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:54:07.560000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-22T05:16:40.813000Z",
            "updatedTime": "2018-11-10T18:29:28.866409Z",
            "uploadedTime": "2010-12-22T05:16:40.813000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624170/theora/5123_c9ee86424d974335b2774b1be6e1c56a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624170/large_thumb/large.jpg"
        },
        {
            "id": 624169,
            "name": "EBF_p5-KHA_p4 2954  20110117",
            "header": "Helse med Eva Britt\nFjeldberg og Källan med Karl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624169/theora/5158_43401aaf95f7478395c131ff87f88c51.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624169/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624169/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624169/broadcast/5158_ba8e47d64236456d80fcdef9db7975c6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624169/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:54.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-14T10:47:50.873000Z",
            "updatedTime": "2018-11-10T18:29:28.867771Z",
            "uploadedTime": "2011-01-14T10:47:50.873000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624169/theora/5158_43401aaf95f7478395c131ff87f88c51.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624169/large_thumb/large.jpg"
        },
        {
            "id": 624168,
            "name": "VDF#6-2_fk2930 20110117",
            "header": "Verdens Gjensfødelse\nmed Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624168/theora/5157_082e8dc3f6434216869982f2ec9b20c5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624168/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624168/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624168/broadcast/5157_d472f69ce188461fad3b0c21eb56f8c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624168/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.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-12T12:15:55.823000Z",
            "updatedTime": "2018-11-10T18:29:28.869102Z",
            "uploadedTime": "2011-01-12T12:15:55.823000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624168/theora/5157_082e8dc3f6434216869982f2ec9b20c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624168/large_thumb/large.jpg"
        },
        {
            "id": 624165,
            "name": "02_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624165/theora/5147_1cd154b4caf74d2681117f6fc81ec9d3.ogv",
                "original": "https://upload.frikanalen.no/media/624165/original/orig_d7ef9c07617d4d27a93b64c672b416fa.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624165/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624165/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624165/broadcast/5147_0ea4f6a6cf0744c999c10c94458eb739.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624165/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": "2011-01-04T14:08:02.210000Z",
            "updatedTime": "2018-11-10T18:29:28.871811Z",
            "uploadedTime": "2011-01-04T14:08:02.210000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624165/theora/5147_1cd154b4caf74d2681117f6fc81ec9d3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624165/large_thumb/large.jpg"
        },
        {
            "id": 624164,
            "name": "Akkurat Nå 9. januar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624164/theora/5122_817ece0b473e4599bd507bfdfb44dd32.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624164/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624164/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624164/broadcast/5122_ee5fed75376f4744ae2baf2a5ac9fa1c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624164/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:54:18.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-22T05:14:28.937000Z",
            "updatedTime": "2018-11-10T18:29:28.873384Z",
            "uploadedTime": "2010-12-22T05:14:28.937000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624164/theora/5122_817ece0b473e4599bd507bfdfb44dd32.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624164/large_thumb/large.jpg"
        },
        {
            "id": 624163,
            "name": "T4g_20100510_tmjsvj 2853",
            "header": "T4g Tommy Josefsson & Svenn Johansson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624163/theora/orig_15cc6b0aaa2840a7be1d8af76d75a988.ogv",
                "original": "https://upload.frikanalen.no/media/624163/original/orig_15cc6b0aaa2840a7be1d8af76d75a988.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624163/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624163/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624163/broadcast/5155_5645d7efe9034c23945e50af2b601adc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624163/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:26:37",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-07T15:12:52.727000Z",
            "updatedTime": "2018-11-10T18:29:28.874779Z",
            "uploadedTime": "2011-01-07T15:12:52.727000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624163/theora/orig_15cc6b0aaa2840a7be1d8af76d75a988.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624163/large_thumb/large.jpg"
        },
        {
            "id": 624162,
            "name": "VGF#6-1_FK2943-20110110",
            "header": "Verdens Gjensfødelse med Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624162/theora/5153_398a4124b51f4e26a92d7d9b4e06e161.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624162/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624162/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624162/broadcast/5153_c4c5d94d2a604122a0b5b9bd72ad62d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624162/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:43.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-05T12:50:26.747000Z",
            "updatedTime": "2018-11-10T18:29:28.876189Z",
            "uploadedTime": "2011-01-05T12:50:26.747000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624162/theora/5153_398a4124b51f4e26a92d7d9b4e06e161.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624162/large_thumb/large.jpg"
        },
        {
            "id": 624161,
            "name": "01_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624161/theora/4939_0ff505e8687d40f28271ac5ca74546a3.ogv",
                "original": "https://upload.frikanalen.no/media/624161/original/orig_e2aa96e0fb6a421b8d51ae05f2b286a3.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624161/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624161/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624161/broadcast/4939_9f01bc4b17d640edaf2621947961b3f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624161/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:55.193000Z",
            "updatedTime": "2018-11-10T18:29:28.877561Z",
            "uploadedTime": "2010-11-11T10:07:55.193000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624161/theora/4939_0ff505e8687d40f28271ac5ca74546a3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624161/large_thumb/large.jpg"
        },
        {
            "id": 624159,
            "name": "Inside Israel Januar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624159/theora/5145_b490f6b63700460db2374032155dd8b5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624159/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624159/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624159/broadcast/5145_b490f6b63700460db2374032155dd8b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624159/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:33.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-30T09:00:56.347000Z",
            "updatedTime": "2018-11-10T18:29:28.880324Z",
            "uploadedTime": "2010-12-30T09:00:56.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624159/theora/5145_b490f6b63700460db2374032155dd8b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624159/large_thumb/large.jpg"
        },
        {
            "id": 624158,
            "name": "Den norkse kirke i eksil 74",
            "header": "Gudtjenesten2 juledag er kallt Stefanus dagen som er den første kristne matyr",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624158/theora/orig_4f064afef2374a57922b2ccbe1e9f62e.ogv",
                "original": "https://upload.frikanalen.no/media/624158/original/orig_4f064afef2374a57922b2ccbe1e9f62e.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624158/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624158/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624158/broadcast/5144_35b372316f2844e686fec8445f43e6ba.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624158/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:02.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-29T12:30:40.283000Z",
            "updatedTime": "2018-11-10T18:29:28.881664Z",
            "uploadedTime": "2010-12-29T12:30:40.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624158/theora/orig_4f064afef2374a57922b2ccbe1e9f62e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624158/large_thumb/large.jpg"
        },
        {
            "id": 624157,
            "name": "Concept of jihad in Islam",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624157/theora/5142_445cf3011be94878907fc14864b3db4f.ogv",
                "original": "https://upload.frikanalen.no/media/624157/original/orig_91b4ac50a40b44c2a7514735b24476a1.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624157/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624157/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624157/broadcast/5142_b45a4d603fe6472c8494ce5368cffbb0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624157/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:32:28.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-12-28T21:00:40.423000Z",
            "updatedTime": "2018-11-10T18:29:28.883024Z",
            "uploadedTime": "2010-12-28T21:00:40.423000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624157/theora/5142_445cf3011be94878907fc14864b3db4f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624157/large_thumb/large.jpg"
        },
        {
            "id": 624155,
            "name": "Akkurat nå! 15.08.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624155/theora/5135_7070fb596eec4a219b243635a86a1918.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624155/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624155/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624155/broadcast/5135_e484940589e54e689564b95f6c7befcc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624155/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:53:47.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-28T12:23:50.013000Z",
            "updatedTime": "2018-11-10T18:29:28.885742Z",
            "uploadedTime": "2010-12-28T12:23:50.013000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624155/theora/5135_7070fb596eec4a219b243635a86a1918.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624155/large_thumb/large.jpg"
        },
        {
            "id": 624167,
            "name": "Empo tv - del 31",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624167/theora/5022_ed0611a2dfdb46bb9a888ea8c519f0f3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624167/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624167/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624167/broadcast/5022_ed0611a2dfdb46bb9a888ea8c519f0f3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624167/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:28:12.920000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T11:50:12.817000Z",
            "updatedTime": "2020-08-30T19:59:08.202146Z",
            "uploadedTime": "2010-12-02T11:50:12.817000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624167/theora/5022_ed0611a2dfdb46bb9a888ea8c519f0f3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624167/large_thumb/large.jpg"
        },
        {
            "id": 624118,
            "name": "CTTJul 201210-2940",
            "header": "CTT Country Team Kåre o Lena Jönsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624118/theora/5090_b77962fb4fa7465588cbd766e7cc8880.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624118/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624118/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624118/broadcast/5090_2a58334423a3465094fde6d989114656.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624118/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:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-16T13:42:53.117000Z",
            "updatedTime": "2018-11-10T18:29:28.936291Z",
            "uploadedTime": "2010-12-16T13:42:53.117000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624118/theora/5090_b77962fb4fa7465588cbd766e7cc8880.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624118/large_thumb/large.jpg"
        },
        {
            "id": 624116,
            "name": "51_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624116/theora/4937_64dc9981cb7840afab3e55f945f6b87a.ogv",
                "original": "https://upload.frikanalen.no/media/624116/original/orig_d0b580641bc14ac5a82e660bf30dff06.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624116/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624116/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624116/broadcast/4937_d92fd9112a084ccfa001ff9499f8ef77.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624116/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:06:00.097000Z",
            "updatedTime": "2018-11-10T18:29:28.937683Z",
            "uploadedTime": "2010-11-11T10:06:00.097000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624116/theora/4937_64dc9981cb7840afab3e55f945f6b87a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624116/large_thumb/large.jpg"
        },
        {
            "id": 624063,
            "name": "50_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624063/theora/4934_1079e790f5a04acf98ddd085614bcbdf.ogv",
                "original": "https://upload.frikanalen.no/media/624063/original/orig_dfe32365c6af4c83a70d858f76200816.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624063/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624063/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624063/broadcast/4934_d48d242aa2944d229035c0c3a753b606.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624063/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-11T09:30:49.793000Z",
            "updatedTime": "2018-11-10T18:29:29.002167Z",
            "uploadedTime": "2010-11-11T09:30:49.793000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624063/theora/4934_1079e790f5a04acf98ddd085614bcbdf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624063/large_thumb/large.jpg"
        },
        {
            "id": 624138,
            "name": "DGN20101014_1fk2930 20110103",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624138/theora/5127_5b06f01033024549be364b403bce0b1f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624138/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624138/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624138/broadcast/5127_4a2f157719b347bbacf45291589f0cff.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624138/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": "2010-12-23T11:23:56.697000Z",
            "updatedTime": "2018-11-10T18:29:28.909163Z",
            "uploadedTime": "2010-12-23T11:23:56.697000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624138/theora/5127_5b06f01033024549be364b403bce0b1f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624138/large_thumb/large.jpg"
        },
        {
            "id": 624137,
            "name": "Norge trenger gjeldstelefonen",
            "header": "Foreningen Fattignorge har vært i England for å se på stiftelsen Consumer Credit Counselling Service. En stiftelse som gir gratis gjeldsrådgivingstjeneste og hjelper folk med å rydde opp i økonomien. Dette er noe som Foreningen Fattignorge ønsker å etablere i Norge. I Foreningen Fattignorges lokaler i Ålesund er alt klart for å starte opp Gjeldstelefonen. Det eneste som mangler er penger til drift.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624137/theora/5092_6903c18d78b145d388fee215d5da8d92.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624137/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624137/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624137/broadcast/5092_473da03bf9304b9190e0dc7cc6182e23.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624137/large_thumb/large.jpg"
            },
            "creator": "pm.thalberg@gmail.com",
            "organization": {
                "id": 97,
                "name": "Sult Film Thalberg",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1963,
                "editorName": "Per Magne Thalberg",
                "editorEmail": "pm.thalberg@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:17:00.480000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-12-17T15:03:02.090000Z",
            "updatedTime": "2018-11-10T18:29:28.910545Z",
            "uploadedTime": "2010-12-17T15:03:02.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624137/theora/5092_6903c18d78b145d388fee215d5da8d92.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624137/large_thumb/large.jpg"
        },
        {
            "id": 624136,
            "name": "Julemorro på Filippinsk",
            "header": "Julemorro, fra det Filippinske miliöet i oslo",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624136/theora/5119_57eb2793a3c5430d9de626365873e47c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624136/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624136/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624136/broadcast/5119_62854cf2172b4610b5fb1f48ff9a7cd5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624136/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:15:06.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-21T20:19:00.113000Z",
            "updatedTime": "2018-11-10T18:29:28.911967Z",
            "uploadedTime": "2010-12-21T20:19:00.113000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624136/theora/5119_57eb2793a3c5430d9de626365873e47c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624136/large_thumb/large.jpg"
        },
        {
            "id": 624131,
            "name": "Dag Sørås",
            "header": "Intervju med Dag Sørås",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624131/theora/5112_fe7d3f6449d746048a905cd998771967.ogv",
                "original": "https://upload.frikanalen.no/media/624131/original/orig_a1c986fb26b84358b9ef7ad82504eabb.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624131/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624131/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624131/broadcast/5112_9e3aed015e774a2bbf5452421f73fa0c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624131/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:02:13.760000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-21T15:51:05.877000Z",
            "updatedTime": "2018-11-10T18:29:28.919064Z",
            "uploadedTime": "2010-12-21T15:51:05.877000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624131/theora/5112_fe7d3f6449d746048a905cd998771967.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624131/large_thumb/large.jpg"
        },
        {
            "id": 624129,
            "name": "asdfasdfdfsafdsafsadafsdasfdsf",
            "header": "asdfasdfafsdsfafsdsafd",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624129/theora/5109_23dd6b3354544787a4bfb8520a7eb74a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624129/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624129/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624129/broadcast/5109_6940f4cdd4884552a4922d40a369ebfe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624129/large_thumb/large.jpg"
            },
            "creator": "rune@never.no",
            "organization": {
                "id": 99,
                "name": "never.no (test/dev-konto #1)",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1048,
                "editorName": "Rune Bjerke",
                "editorEmail": "rune@never.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:05",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-21T11:45:54.843000Z",
            "updatedTime": "2018-11-10T18:29:28.921772Z",
            "uploadedTime": "2010-12-21T11:45:54.843000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624129/theora/5109_23dd6b3354544787a4bfb8520a7eb74a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624129/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": 624124,
            "name": "Maria Amelie",
            "header": "Portrettintervju av Maria Amelie, forfatteren av boken \"Ulovlig norsk\".",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624124/theora/5096_0b466bc8801d454c9ec23ff7acd10b81.ogv",
                "original": "https://upload.frikanalen.no/media/624124/original/orig_03d5ccfc9e8b4a5f9688626016281f7e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624124/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624124/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624124/broadcast/5096_e0d85d0c8a0549a3b9478834e38774dc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624124/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:42.320000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-20T20:30:18.787000Z",
            "updatedTime": "2018-11-10T18:29:28.929201Z",
            "uploadedTime": "2010-12-20T20:30:18.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624124/theora/5096_0b466bc8801d454c9ec23ff7acd10b81.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624124/large_thumb/large.jpg"
        },
        {
            "id": 624123,
            "name": "Datalagringdirektivet og mobil",
            "header": "Denne korte filmen viser hvor lett det er å omgå datalagringdirektivet for mobiltelefon.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624123/theora/5095_1180dfe175674f0bb3e3cdd0f9a1260c.ogv",
                "original": "https://upload.frikanalen.no/media/624123/original/orig_e6229c6434c44c92b98c30515029df01.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624123/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624123/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624123/broadcast/5095_9f6b31d56189457a9a5e9c02490c92eb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624123/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:01:44.560000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-12-20T18:30:25.370000Z",
            "updatedTime": "2018-11-10T18:29:28.930716Z",
            "uploadedTime": "2010-12-20T18:30:25.370000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624123/theora/5095_1180dfe175674f0bb3e3cdd0f9a1260c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624123/large_thumb/large.jpg"
        },
        {
            "id": 624121,
            "name": "BK25-271210-2950",
            "header": "Guds Ord Med Björn\nKristofersen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624121/theora/5093_6ce8f0a7e40d4225a29ab9df5e38236f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624121/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624121/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624121/broadcast/5093_41b5829762d348f4a0d19ef004ba1433.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624121/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:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-20T09:47:41.723000Z",
            "updatedTime": "2018-11-10T18:29:28.932159Z",
            "uploadedTime": "2010-12-20T09:47:41.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624121/theora/5093_6ce8f0a7e40d4225a29ab9df5e38236f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624121/large_thumb/large.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": 624119,
            "name": "T4gTMJTL 221210_2928",
            "header": "T4g Tommy M.Josefsson o thorkild Laursen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624119/theora/5091_84ac5b0d462e4f159d3c663435cd34eb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624119/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624119/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624119/broadcast/5091_85bfed9f94cf4ab98ec112f73e615f8a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624119/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:28",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-17T10:02:24.343000Z",
            "updatedTime": "2018-11-10T18:29:28.934861Z",
            "uploadedTime": "2010-12-17T10:02:24.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624119/theora/5091_84ac5b0d462e4f159d3c663435cd34eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624119/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": 624104,
            "name": "Blaker skanse i Sörum komune",
            "header": "Ett av festningsverkene i Glomma reginonen, Laget av ellever fra Sörumsand videregående skole. Redigert av John P. Nordstrand",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624104/theora/5077_eb5735c0bcfb4a5fa253d80afa8294f1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624104/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624104/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624104/broadcast/5077_7034b03f02ad402ebbdadb9614e7bf87.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624104/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:10:00",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-10T23:06:42.457000Z",
            "updatedTime": "2018-11-10T18:29:28.947363Z",
            "uploadedTime": "2010-12-10T23:06:42.457000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624104/theora/5077_eb5735c0bcfb4a5fa253d80afa8294f1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624104/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": 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": 624093,
            "name": "DGN188 E 2813 - 131210",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624093/theora/5059_72459cd0627c491db5b2d0d3121f1a6f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624093/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624093/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624093/broadcast/5059_72459cd0627c491db5b2d0d3121f1a6f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624093/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:13.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-09T07:57:19.533000Z",
            "updatedTime": "2018-11-10T18:29:28.962299Z",
            "uploadedTime": "2010-12-09T07:57:19.533000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624093/theora/5059_72459cd0627c491db5b2d0d3121f1a6f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624093/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": 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": 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": 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": 624064,
            "name": "Jule evangeliet",
            "header": "Jule evangelie, lest av Dan S. Nordstand - www.ckms.tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624064/theora/4966_b132533249fe4ed18221592b79c987ec.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624064/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624064/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624064/broadcast/4966_6136d4173f634a7e8ac106bf49c13167.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624064/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:04:55.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-30T21:02:21.163000Z",
            "updatedTime": "2018-11-10T18:29:29.000817Z",
            "uploadedTime": "2010-11-30T21:02:21.163000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624064/theora/4966_b132533249fe4ed18221592b79c987ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624064/large_thumb/large.jpg"
        },
        {
            "id": 624062,
            "name": "Inside Israel Desember 2010",
            "header": "Høydepunkter fra 2010.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624062/theora/4960_e798b1ae53434c879e44ac8c5dbf367f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624062/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624062/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624062/broadcast/4960_e798b1ae53434c879e44ac8c5dbf367f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624062/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-29T08:20:42.560000Z",
            "updatedTime": "2018-11-10T18:29:29.003553Z",
            "uploadedTime": "2010-11-29T08:20:42.560000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624062/theora/4960_e798b1ae53434c879e44ac8c5dbf367f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624062/large_thumb/large.jpg"
        },
        {
            "id": 624061,
            "name": "VGF1#7 20101207",
            "header": "Verdens gjensfødelse\nmed Hans Braterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624061/theora/4963_f1a3accda4fd4806b410434298769b28.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624061/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624061/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624061/broadcast/4963_13675df971fe4b169ba4e4ba0c054370.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624061/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:53:37.750000Z",
            "updatedTime": "2018-11-10T18:29:29.004991Z",
            "uploadedTime": "2010-11-30T10:53:37.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624061/theora/4963_f1a3accda4fd4806b410434298769b28.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624061/large_thumb/large.jpg"
        },
        {
            "id": 624060,
            "name": "r intro til ckms.tv",
            "header": "CKMS.TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624060/theora/4965_4c295be964064a52bd2f7669ee438550.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624060/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624060/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624060/broadcast/4965_c8f4eb675a90411ba5fb50b0746aa796.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624060/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:00:20.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-30T11:29:09.527000Z",
            "updatedTime": "2018-11-10T18:29:29.006372Z",
            "uploadedTime": "2010-11-30T11:29:09.527000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624060/theora/4965_4c295be964064a52bd2f7669ee438550.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624060/large_thumb/large.jpg"
        },
        {
            "id": 624059,
            "name": "intro ckms.tv",
            "header": "Intro til CKMS.TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624059/theora/4964_62e1869a5bc24e39ae0e1f58ccdcab0b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624059/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624059/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624059/broadcast/4964_6f537c07b7a949b08e607fe8211986e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624059/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:00:20.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-30T11:22:48.237000Z",
            "updatedTime": "2018-11-10T18:29:29.007761Z",
            "uploadedTime": "2010-11-30T11:22:48.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624059/theora/4964_62e1869a5bc24e39ae0e1f58ccdcab0b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624059/large_thumb/large.jpg"
        }
    ]
}