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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2400&ordering=-framerate",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2300&ordering=-framerate",
    "results": [
        {
            "id": 622907,
            "name": "Drøfting av Quranen del 40",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622907/theora/2934_39cf5db166504946ab3a8271706d2cc8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622907/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622907/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622907/broadcast/orig_dfc3f452f5cd4df7b581098c3a03b060.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622907/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:33:34.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:48:40.447000Z",
            "updatedTime": "2018-11-10T18:29:30.442339Z",
            "uploadedTime": "2009-05-16T12:48:40.447000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622907/theora/2934_39cf5db166504946ab3a8271706d2cc8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622907/large_thumb/large.jpg"
        },
        {
            "id": 622906,
            "name": "Drøfting av Quranen del 38",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622906/theora/2932_eb735f4a4b54455bb44bd268a0aeae30.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622906/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622906/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622906/broadcast/orig_0981b12608d74b54829bf48996633197.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622906/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:31:01.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:47:35.587000Z",
            "updatedTime": "2018-11-10T18:29:30.443715Z",
            "uploadedTime": "2009-05-16T12:47:35.587000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622906/theora/2932_eb735f4a4b54455bb44bd268a0aeae30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622906/large_thumb/large.jpg"
        },
        {
            "id": 622905,
            "name": "Drøfting av Quranen del 37",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622905/theora/2931_87fa3ea9d9f34432b7840b0e72b3bdf7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622905/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622905/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622905/broadcast/orig_9ec8ab046d1d4cb9ab11e5f1bf80f3aa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622905/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:31:38.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:46:49.650000Z",
            "updatedTime": "2018-11-10T18:29:30.445074Z",
            "uploadedTime": "2009-05-16T12:46:49.650000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622905/theora/2931_87fa3ea9d9f34432b7840b0e72b3bdf7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622905/large_thumb/large.jpg"
        },
        {
            "id": 622904,
            "name": "Drøfting av Quranen del 36",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622904/theora/2930_6ac0ff089a3d4984893cffadfe852f61.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622904/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622904/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622904/broadcast/orig_7d86f451597344ceaf5843d94824fc18.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622904/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:36.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:46:20.120000Z",
            "updatedTime": "2018-11-10T18:29:30.446437Z",
            "uploadedTime": "2009-05-16T12:46:20.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622904/theora/2930_6ac0ff089a3d4984893cffadfe852f61.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622904/large_thumb/large.jpg"
        },
        {
            "id": 622903,
            "name": "Østfoldkirken U 30",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622903/theora/3135_138cff65459c420f88ad10928b3de1fb.ogv",
                "original": "https://upload.frikanalen.no/media/622903/original/orig_0f22d0114ae642cd9d3fa71114f07963.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/622903/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622903/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622903/broadcast/3135_108f05ae90254bf4b046859d7c670095.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622903/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:57:13",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-07-02T21:49:11.730000Z",
            "updatedTime": "2018-11-10T18:29:30.447813Z",
            "uploadedTime": "2009-07-02T21:49:11.730000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622903/theora/3135_138cff65459c420f88ad10928b3de1fb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622903/large_thumb/large.jpg"
        },
        {
            "id": 622896,
            "name": "Østfoldkirken 21.06.09 U 28",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622896/theora/2989_787e084008884230953cff7a2b333112.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622896/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622896/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622896/broadcast/orig_80cb28cacf3242e4a7cfa5162e024d30.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622896/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:56:01.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-06-09T16:06:57.487000Z",
            "updatedTime": "2018-11-10T18:29:30.455955Z",
            "uploadedTime": "2009-06-09T16:06:57.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622896/theora/2989_787e084008884230953cff7a2b333112.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622896/large_thumb/large.jpg"
        },
        {
            "id": 622895,
            "name": "Akkurat nå! 5.juli",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622895/theora/2899_2190578416104db1b788621c976d202a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622895/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622895/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622895/broadcast/orig_431ac5b328984d8ea526646de61ff30e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622895/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:40:25.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:10:02.077000Z",
            "updatedTime": "2018-11-10T18:29:30.457292Z",
            "uploadedTime": "2009-05-16T12:10:02.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622895/theora/2899_2190578416104db1b788621c976d202a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622895/large_thumb/large.jpg"
        },
        {
            "id": 622894,
            "name": "den norske kirke i eksil del 24",
            "header": "Gudstjeneste",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622894/theora/3132_6352f65d8d0941889e69b18c47a575ef.ogv",
                "original": "https://upload.frikanalen.no/media/622894/original/orig_1ff50c780e8e49a29004e5810e6b2b69.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/622894/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622894/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622894/broadcast/3132_d066c67ae415462983db9fe709d884b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622894/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:48.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-01T12:06:46.987000Z",
            "updatedTime": "2018-11-10T18:29:30.458691Z",
            "uploadedTime": "2009-07-01T12:06:46.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622894/theora/3132_6352f65d8d0941889e69b18c47a575ef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622894/large_thumb/large.jpg"
        },
        {
            "id": 622893,
            "name": "den norske kirke i eksil del 22",
            "header": "Gudstjeneste  Oslo",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622893/theora/3029_df6984fed3b44478ac58551cd0fb49d5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622893/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622893/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622893/broadcast/orig_c5f094b27f6a43b0abd2a4d5d09046c7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622893/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:18.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-18T21:54:58.067000Z",
            "updatedTime": "2018-11-10T18:29:30.460126Z",
            "uploadedTime": "2009-06-18T21:54:58.067000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622893/theora/3029_df6984fed3b44478ac58551cd0fb49d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622893/large_thumb/large.jpg"
        },
        {
            "id": 622633,
            "name": "Akkurat nå! 28.juni",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622633/theora/2898_a78e62c1a53445bc8ffc1566e091d7d6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622633/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622633/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622633/broadcast/orig_92a0aeaf0a5d4ee6ad7faa007e35718e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622633/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:48:43.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:08:33.530000Z",
            "updatedTime": "2018-11-10T18:29:30.461485Z",
            "uploadedTime": "2009-05-16T12:08:33.530000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622633/theora/2898_a78e62c1a53445bc8ffc1566e091d7d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622633/large_thumb/large.jpg"
        },
        {
            "id": 622632,
            "name": "Vi går ombord 2 Redningsselskapet",
            "header": "Møte med redningsmenn i Redningsselskapet. Denne gang: Maskinist Oddmund Aune",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622632/theora/3041_a20605c51e1c42b892ab820a91731781.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622632/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622632/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622632/broadcast/orig_f27a47b3bf684d8e88e7e402f7687d07.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622632/large_thumb/large.jpg"
            },
            "creator": "ingvar.johnsen@nssr.no",
            "organization": {
                "id": 42,
                "name": "Redningsselskapet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1051,
                "editorName": "Ingvar Johnsen",
                "editorEmail": "ingvar.johnsen@nssr.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:21.680000",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-06-26T15:54:06Z",
            "updatedTime": "2018-11-10T18:29:30.462817Z",
            "uploadedTime": "2009-06-26T15:54:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622632/theora/3041_a20605c51e1c42b892ab820a91731781.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622632/large_thumb/large.jpg"
        },
        {
            "id": 622631,
            "name": "Sponsing Godt Perspektiv",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622631/theora/3039_59404279b032455eb5574d5f0c8d03ca.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622631/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622631/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622631/broadcast/orig_a7a783c7ed3340f5a03f7d5c03adec61.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622631/large_thumb/large.jpg"
            },
            "creator": "tv@livets-senter.no",
            "organization": {
                "id": 100,
                "name": "Livets Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1078,
                "editorName": "Snorre Bjerkestrand Løvstad",
                "editorEmail": "tv@livets-senter.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:10.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-24T10:11:14.247000Z",
            "updatedTime": "2018-11-10T18:29:30.464222Z",
            "uploadedTime": "2009-06-24T10:11:14.247000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622631/theora/3039_59404279b032455eb5574d5f0c8d03ca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622631/large_thumb/large.jpg"
        },
        {
            "id": 622630,
            "name": "Akkurat nå! 21.juni",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622630/theora/2897_6e24a3ede0354423a983b995e188e5f9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622630/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622630/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622630/broadcast/orig_4d84e7e47544431985706eb73cab7114.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622630/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:37:08.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:07:57.170000Z",
            "updatedTime": "2018-11-10T18:29:30.465557Z",
            "uploadedTime": "2009-05-16T12:07:57.170000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622630/theora/2897_6e24a3ede0354423a983b995e188e5f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622630/large_thumb/large.jpg"
        },
        {
            "id": 622628,
            "name": "den norske kirke i eksil del 23",
            "header": "Den norske kirke i eksil del 23",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622628/theora/3030_01e3f5e3ffc440379779bee3a7daafa7.ogv",
                "original": "https://upload.frikanalen.no/media/622628/original/orig_327f86875ee54b1fbea014017894b590.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/622628/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622628/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622628/broadcast/3030_0494e1627d8647b4bebbea84fe180036.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622628/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:40.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-18T22:19:27.163000Z",
            "updatedTime": "2018-11-10T18:29:30.468215Z",
            "uploadedTime": "2009-06-18T22:19:27.163000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622628/theora/3030_01e3f5e3ffc440379779bee3a7daafa7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622628/large_thumb/large.jpg"
        },
        {
            "id": 622627,
            "name": "Østfoldkirken 14.06.09 U 27",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622627/theora/2988_3778f19fb150486983c327b01d268398.ogv",
                "original": "https://upload.frikanalen.no/media/622627/original/orig_ab8d5e50d1154556835d3a9e95b0f55e.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/622627/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622627/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622627/broadcast/2988_72cf9e598a434dae874e725a3ce03ebd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622627/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:57:58",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-06-09T16:03:29.537000Z",
            "updatedTime": "2018-11-10T18:29:30.469548Z",
            "uploadedTime": "2009-06-09T16:03:29.537000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622627/theora/2988_3778f19fb150486983c327b01d268398.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622627/large_thumb/large.jpg"
        },
        {
            "id": 622626,
            "name": "Drøfting av Quranen del 35",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622626/theora/2929_c27d9adf81b941eab8ca863c71f06655.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622626/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622626/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622626/broadcast/orig_72eeafb6dbe74ef98f794a20197103a0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622626/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:31:02.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:45:46.870000Z",
            "updatedTime": "2018-11-10T18:29:30.470919Z",
            "uploadedTime": "2009-05-16T12:45:46.870000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622626/theora/2929_c27d9adf81b941eab8ca863c71f06655.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622626/large_thumb/large.jpg"
        },
        {
            "id": 622625,
            "name": "Drøfting av Quranen del 34",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622625/theora/2928_727e3b520dee4f5abd436679ae69e7a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622625/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622625/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622625/broadcast/orig_c10b8056ca99404fb8d9f56cdfdfa269.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622625/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:30:00.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:45:12.073000Z",
            "updatedTime": "2018-11-10T18:29:30.472290Z",
            "uploadedTime": "2009-05-16T12:45:12.073000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622625/theora/2928_727e3b520dee4f5abd436679ae69e7a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622625/large_thumb/large.jpg"
        },
        {
            "id": 622624,
            "name": "Drøfting av Quranen del 33",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622624/theora/2927_3965db5e15144c9dbb2326777e8c7da6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622624/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622624/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622624/broadcast/orig_e00ee67e2abb4a30ad3d0a7e857d283b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622624/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:31:59.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:44:15.760000Z",
            "updatedTime": "2018-11-10T18:29:30.473622Z",
            "uploadedTime": "2009-05-16T12:44:15.760000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622624/theora/2927_3965db5e15144c9dbb2326777e8c7da6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622624/large_thumb/large.jpg"
        },
        {
            "id": 622623,
            "name": "Talentfabrikken uke 25",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622623/theora/1680_52c96a2c9d13434982dfec739404afce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622623/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622623/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622623/broadcast/orig_c299c691adf64dbf8834d5d059819c56.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622623/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:56.440000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:00:00Z",
            "updatedTime": "2018-11-10T18:29:30.474969Z",
            "uploadedTime": "2009-01-02T04:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622623/theora/1680_52c96a2c9d13434982dfec739404afce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622623/large_thumb/large.jpg"
        },
        {
            "id": 622622,
            "name": "Akkurat nå! 14.juni",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622622/theora/2896_432644ecbf8143aea75db2b4b50592a4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622622/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622622/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622622/broadcast/orig_1e513801a620430ca0d9daf1b5cec1b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622622/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:47:46.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:07:09.030000Z",
            "updatedTime": "2018-11-10T18:29:30.476486Z",
            "uploadedTime": "2009-05-16T12:07:09.030000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622622/theora/2896_432644ecbf8143aea75db2b4b50592a4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622622/large_thumb/large.jpg"
        },
        {
            "id": 622621,
            "name": "Bazar - Soul Children",
            "header": "Soul Children",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622621/theora/2975_40c84deec9414891ba4f4fdfb79490b5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622621/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622621/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622621/broadcast/2975_851a317b44a449ae8a061dc80ba30dec.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622621/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:30",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-05T07:07:27Z",
            "updatedTime": "2018-11-10T18:29:30.477821Z",
            "uploadedTime": "2009-06-05T07:07:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622621/theora/2975_40c84deec9414891ba4f4fdfb79490b5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622621/large_thumb/large.jpg"
        },
        {
            "id": 622616,
            "name": "Østfoldkirken 31.05.09 U 26",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622616/theora/2987_1a7461e7cd004eabb14b250144706d1c.ogv",
                "original": "https://upload.frikanalen.no/media/622616/original/orig_db4e92cbf9e644c0a7341f894dba9fd6.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/622616/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622616/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622616/broadcast/2987_16d51f5a1245497b84e27d2f074ca97b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622616/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:52:38",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-06-09T16:00:26.553000Z",
            "updatedTime": "2018-11-10T18:29:30.480510Z",
            "uploadedTime": "2009-06-09T16:00:26.553000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622616/theora/2987_1a7461e7cd004eabb14b250144706d1c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622616/large_thumb/large.jpg"
        },
        {
            "id": 622615,
            "name": "Talentfabrikken uke 24",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622615/theora/1679_036f56e219b14599a40cc2eb7429d5a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622615/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622615/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622615/broadcast/orig_e74751cba34a45adb0b1fc0af3bf04d8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622615/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:51.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:59:00Z",
            "updatedTime": "2018-11-10T18:29:30.481840Z",
            "uploadedTime": "2009-01-02T03:59:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622615/theora/1679_036f56e219b14599a40cc2eb7429d5a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622615/large_thumb/large.jpg"
        },
        {
            "id": 622614,
            "name": "Østfoldkirken 24.05.09 U 24&25",
            "header": "Gudstjeneste fra Østfoldkirken i Moss",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622614/theora/2982_5298b30c3efe463db97902fd0379aeea.ogv",
                "original": "https://upload.frikanalen.no/media/622614/original/orig_03b60f80e27e45ad8643fffc5f2c0cc9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/622614/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622614/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622614/broadcast/2982_066470860d8e42cebb5302f6bbc7accf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622614/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:49:43",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-06-05T18:41:24.737000Z",
            "updatedTime": "2018-11-10T18:29:30.483220Z",
            "uploadedTime": "2009-06-05T18:41:24.737000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622614/theora/2982_5298b30c3efe463db97902fd0379aeea.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622614/large_thumb/large.jpg"
        },
        {
            "id": 622612,
            "name": "den norske kirke i eksil del 21",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622612/theora/2984_560b2b6d76a84c6abfeb86dd849fc24b.ogv",
                "original": "https://upload.frikanalen.no/media/622612/original/orig_4c066cda453b407a87a21a17e50ee0be.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/622612/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622612/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622612/broadcast/2984_4416bea28ec449e69d70e2c6bee6a828.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622612/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:53.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-07T15:14:52.117000Z",
            "updatedTime": "2018-11-10T18:29:30.484632Z",
            "uploadedTime": "2009-06-07T15:14:52.117000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622612/theora/2984_560b2b6d76a84c6abfeb86dd849fc24b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622612/large_thumb/large.jpg"
        },
        {
            "id": 622610,
            "name": "Akkurat nå! 7.juni",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622610/theora/2475_7780c45380fa4f188b629ff5421f3cca.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622610/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622610/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622610/broadcast/orig_f018b7c57b17432685e7c7ff1eb84d67.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622610/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:46:24.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:15:00Z",
            "updatedTime": "2018-11-10T18:29:30.487268Z",
            "uploadedTime": "2009-01-02T17:15:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622610/theora/2475_7780c45380fa4f188b629ff5421f3cca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622610/large_thumb/large.jpg"
        },
        {
            "id": 622608,
            "name": "Nornet TV Del 06",
            "header": "Kristent magasin program",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622608/theora/2954_f5de9e88516a4eaeb39c66e6237834a4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622608/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622608/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622608/broadcast/orig_72df31bb00034adbabecfdd004b31f90.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622608/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:24.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-19T14:24:05.350000Z",
            "updatedTime": "2018-11-10T18:29:30.488627Z",
            "uploadedTime": "2009-05-19T14:24:05.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622608/theora/2954_f5de9e88516a4eaeb39c66e6237834a4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622608/large_thumb/large.jpg"
        },
        {
            "id": 622607,
            "name": "Bazar - Øygospel",
            "header": "Vi tar pulsen på Øygospel på Flekkerøy.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622607/theora/2972_25718d4f23c941dd97dc7831066c384d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622607/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622607/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622607/broadcast/orig_9d242af6fb604cd9b54c07036017a70d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622607/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:14:30.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-03T20:34:06Z",
            "updatedTime": "2018-11-10T18:29:30.489966Z",
            "uploadedTime": "2009-06-03T20:34:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622607/theora/2972_25718d4f23c941dd97dc7831066c384d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622607/large_thumb/large.jpg"
        },
        {
            "id": 622605,
            "name": "Den norske kirke i eksil del 19",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622605/theora/2470_358eaccb95f745a3a219739cfde633d5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622605/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622605/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622605/broadcast/orig_f4fa2b6a0ade410b88121b03ad1e494c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622605/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:51",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:10:00Z",
            "updatedTime": "2018-11-10T18:29:30.491315Z",
            "uploadedTime": "2009-01-02T17:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622605/theora/2470_358eaccb95f745a3a219739cfde633d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622605/large_thumb/large.jpg"
        },
        {
            "id": 622604,
            "name": "Drøfting av Quranen del 32",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622604/theora/2926_06fc23c8ccd944e290b23da5a0e19db5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622604/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622604/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622604/broadcast/orig_bfb9064080d34322b05c04e7859597f4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622604/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:51.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:43:49.040000Z",
            "updatedTime": "2018-11-10T18:29:30.492671Z",
            "uploadedTime": "2009-05-16T12:43:49.040000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622604/theora/2926_06fc23c8ccd944e290b23da5a0e19db5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622604/large_thumb/large.jpg"
        },
        {
            "id": 622603,
            "name": "Drøfting av Quranen del 31",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622603/theora/2925_4c393135b04b4a23b3cb511b2c69c6a8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622603/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622603/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622603/broadcast/orig_f63c0d97046042738f7ca4fdbcc6c969.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622603/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:59.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:43:21.870000Z",
            "updatedTime": "2018-11-10T18:29:30.494180Z",
            "uploadedTime": "2009-05-16T12:43:21.870000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622603/theora/2925_4c393135b04b4a23b3cb511b2c69c6a8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622603/large_thumb/large.jpg"
        },
        {
            "id": 622602,
            "name": "Talentfabrikken uke 23",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622602/theora/1678_2f5760a4975a4a00b40b219803ddd9da.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622602/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622602/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622602/broadcast/orig_3b9c8c4355cf4554b0f238b11410b81c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622602/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:52.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:58:00Z",
            "updatedTime": "2018-11-10T18:29:30.495631Z",
            "uploadedTime": "2009-01-02T03:58:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622602/theora/1678_2f5760a4975a4a00b40b219803ddd9da.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622602/large_thumb/large.jpg"
        },
        {
            "id": 622601,
            "name": "New Life 2009 del 11",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622601/theora/2966_ae6f6f5fedac41398444ab268e5ba15b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622601/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622601/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622601/broadcast/orig_4391bbc3b39542b0b703a4969576f32a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622601/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:25.640000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-01T17:34:27.930000Z",
            "updatedTime": "2018-11-10T18:29:30.497006Z",
            "uploadedTime": "2009-06-01T17:34:27.930000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622601/theora/2966_ae6f6f5fedac41398444ab268e5ba15b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622601/large_thumb/large.jpg"
        },
        {
            "id": 622600,
            "name": "New Life 2009 del 10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622600/theora/2965_29b6a0f0f129477c9b2e0d6c532e48a0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622600/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622600/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622600/broadcast/orig_6a814055dc094fc3830fe474756147db.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622600/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:44.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-01T17:33:39.977000Z",
            "updatedTime": "2018-11-10T18:29:30.498355Z",
            "uploadedTime": "2009-06-01T17:33:39.977000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622600/theora/2965_29b6a0f0f129477c9b2e0d6c532e48a0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622600/large_thumb/large.jpg"
        },
        {
            "id": 622595,
            "name": "Akkurat nå! 31.mai",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622595/theora/2474_2408ed7f58464aceb148a0a710b6756d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622595/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622595/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622595/broadcast/orig_5001d0b6c7704500a569eadc85400672.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622595/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:37:34.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:14:00Z",
            "updatedTime": "2018-11-10T18:29:30.505562Z",
            "uploadedTime": "2009-01-02T17:14:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622595/theora/2474_2408ed7f58464aceb148a0a710b6756d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622595/large_thumb/large.jpg"
        },
        {
            "id": 622549,
            "name": "Musikk: Sheibane Bet Hamikdash",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622549/theora/1266_1c63b31de8164b91b475bc9f83cbc259.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622549/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622549/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622549/broadcast/orig_Terje og Sidsel Dahl - Sheibane Bet Hamikdash.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622549/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:02:42",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:06:00Z",
            "updatedTime": "2018-11-10T18:29:30.569746Z",
            "uploadedTime": "2009-01-01T21:06:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622549/theora/1266_1c63b31de8164b91b475bc9f83cbc259.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622549/large_thumb/large.jpg"
        },
        {
            "id": 622594,
            "name": "Nornet TV Del 05",
            "header": "Kristen magasinprogram",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622594/theora/2953_cde1616445dd423e92996ad638617a4c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622594/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622594/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622594/broadcast/orig_bea065352d804b34992fd22ee031c915.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622594/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:43.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-19T14:21:43.873000Z",
            "updatedTime": "2018-11-10T18:29:30.506944Z",
            "uploadedTime": "2009-05-19T14:21:43.873000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622594/theora/2953_cde1616445dd423e92996ad638617a4c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622594/large_thumb/large.jpg"
        },
        {
            "id": 622591,
            "name": "Talentfabrikken uke 22",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622591/theora/1677_9e8e2d6e20a749e788ac9097dc18a4a3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622591/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622591/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622591/broadcast/orig_43de3861e60c414fa1b2b9687f383f8e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622591/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:22:37.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:57:00Z",
            "updatedTime": "2018-11-10T18:29:30.511384Z",
            "uploadedTime": "2009-01-02T03:57:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622591/theora/1677_9e8e2d6e20a749e788ac9097dc18a4a3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622591/large_thumb/large.jpg"
        },
        {
            "id": 622590,
            "name": "Akkurat nå! 17.mai",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622590/theora/2472_a8b4933b93a1475d86552d91edb52956.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622590/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622590/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622590/broadcast/2472_24327f6052be4e5693872ae0ba7863ae.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622590/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:49:08.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:12:00Z",
            "updatedTime": "2018-11-10T18:29:30.512773Z",
            "uploadedTime": "2009-01-02T17:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622590/theora/2472_a8b4933b93a1475d86552d91edb52956.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622590/large_thumb/large.jpg"
        },
        {
            "id": 622589,
            "name": "Akkurat nå! 24.mai",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622589/theora/2473_7f6503f7cb5241869ce835d2145ff73f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622589/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622589/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622589/broadcast/orig_6ff08029c789410091c37f94b849e976.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622589/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:44:18.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:13:00Z",
            "updatedTime": "2018-11-10T18:29:30.514113Z",
            "uploadedTime": "2009-01-02T17:13:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622589/theora/2473_7f6503f7cb5241869ce835d2145ff73f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622589/large_thumb/large.jpg"
        },
        {
            "id": 622588,
            "name": "Nornet TV Del 04",
            "header": "Kristent magasin program",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622588/theora/2829_fc7d7f15632b4f5a9d3b0219b06310ba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622588/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622588/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622588/broadcast/orig_9695fb2ab4754b5bb14f893cbace804b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622588/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.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-13T13:20:21.397000Z",
            "updatedTime": "2018-11-10T18:29:30.515461Z",
            "uploadedTime": "2009-05-13T13:20:21.397000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622588/theora/2829_fc7d7f15632b4f5a9d3b0219b06310ba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622588/large_thumb/large.jpg"
        },
        {
            "id": 622587,
            "name": "Nornet TV Del 03",
            "header": "Kristent magasin program",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622587/theora/2828_1c13934711404e4cafba22fd91ff402c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622587/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622587/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622587/broadcast/orig_125166e495f14720bc5d6c4b89fc91e6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622587/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:59.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-13T13:14:47.377000Z",
            "updatedTime": "2018-11-10T18:29:30.516827Z",
            "uploadedTime": "2009-05-13T13:14:47.377000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622587/theora/2828_1c13934711404e4cafba22fd91ff402c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622587/large_thumb/large.jpg"
        },
        {
            "id": 622586,
            "name": "Talentfabrikken uke 21",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622586/theora/1676_9fb5e53dd3f7424aa54e5a4c7fbda719.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622586/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622586/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622586/broadcast/orig_ac8e5e5adef14bc3acbcb508a8da4021.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622586/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:48.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:56:00Z",
            "updatedTime": "2018-11-10T18:29:30.518167Z",
            "uploadedTime": "2009-01-02T03:56:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622586/theora/1676_9fb5e53dd3f7424aa54e5a4c7fbda719.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622586/large_thumb/large.jpg"
        },
        {
            "id": 622585,
            "name": "Blinde kan jobbe",
            "header": "En blind arbeidssøker har ti prosent sjanse til å komme til et jobbintervju. Dette til tross for at personen har riktig formell utdannelse og kompetent til jobben. Norges Blindeforbund.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622585/theora/2816_9b0a30317cea400ca084f17c6977e319.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622585/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622585/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622585/broadcast/orig_494c8e657f594ac193a04a5950528029.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622585/large_thumb/large.jpg"
            },
            "creator": "kristin.ruud@blindeforbundet.no",
            "organization": {
                "id": 122,
                "name": "Norges Blindeforbund",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1050,
                "editorName": "Kristin Ruud",
                "editorEmail": "kristin.ruud@blindeforbundet.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:09:46.480000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-06T08:31:11Z",
            "updatedTime": "2018-11-10T18:29:30.519535Z",
            "uploadedTime": "2009-05-06T08:31:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622585/theora/2816_9b0a30317cea400ca084f17c6977e319.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622585/large_thumb/large.jpg"
        },
        {
            "id": 622584,
            "name": "Den norske kirke i eksil del 18b",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622584/theora/2469_c357055f47114f6bb87c0f15be6d42a2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622584/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622584/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622584/broadcast/orig_0e0b0e61d7d34c209f27a25ddad8c05f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622584/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:45.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:09:00Z",
            "updatedTime": "2018-11-10T18:29:30.520913Z",
            "uploadedTime": "2009-01-02T17:09:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622584/theora/2469_c357055f47114f6bb87c0f15be6d42a2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622584/large_thumb/large.jpg"
        },
        {
            "id": 622583,
            "name": "Den norske kirke i eksil del 18a",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622583/theora/2468_52dc7f0e1e55485cb40842f20d74f20b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622583/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622583/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622583/broadcast/orig_78ed3c66540c494591de76be0ee1bd8d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622583/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:28.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:08:00Z",
            "updatedTime": "2018-11-10T18:29:30.522260Z",
            "uploadedTime": "2009-01-02T17:08:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622583/theora/2468_52dc7f0e1e55485cb40842f20d74f20b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622583/large_thumb/large.jpg"
        },
        {
            "id": 622582,
            "name": "New Life 2009 del 09",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622582/theora/2831_31f20a0095d64edab2e087e60ef854bd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622582/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622582/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622582/broadcast/orig_565bf753ad654cbbbae748267588903e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622582/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:20.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-14T12:27:40.573000Z",
            "updatedTime": "2018-11-10T18:29:30.523635Z",
            "uploadedTime": "2009-05-14T12:27:40.573000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622582/theora/2831_31f20a0095d64edab2e087e60ef854bd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622582/large_thumb/large.jpg"
        },
        {
            "id": 622581,
            "name": "Inside Israel mai",
            "header": "Påstanden om Israels ulovelige okkupasjon",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622581/theora/2830_27a2753cecf24a18b99a8d6d2af84073.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622581/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622581/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622581/broadcast/orig_debed669edf744e6bd2623ad53a2c97e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622581/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:28:04.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-13T16:37:58.360000Z",
            "updatedTime": "2018-11-10T18:29:30.525032Z",
            "uploadedTime": "2009-05-13T16:37:58.360000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622581/theora/2830_27a2753cecf24a18b99a8d6d2af84073.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622581/large_thumb/large.jpg"
        },
        {
            "id": 622580,
            "name": "Drøfting av Quranen del 30",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622580/theora/2480_6a81de308b394a30baa6ba957b13af26.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622580/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622580/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622580/broadcast/orig_04fcd7bf68de47a19d158d9d4e93bd09.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622580/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:57.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:20:00Z",
            "updatedTime": "2018-11-10T18:29:30.526397Z",
            "uploadedTime": "2009-01-02T17:20:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622580/theora/2480_6a81de308b394a30baa6ba957b13af26.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622580/large_thumb/large.jpg"
        },
        {
            "id": 622579,
            "name": "Drøfting av Quranen del 29",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622579/theora/2479_4bc37816461d457b86e254fcbeca3354.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622579/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622579/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622579/broadcast/orig_dd2dd5d9e88649b5b4607d63c89e16e1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622579/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:06.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:19:00Z",
            "updatedTime": "2018-11-10T18:29:30.527776Z",
            "uploadedTime": "2009-01-02T17:19:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622579/theora/2479_4bc37816461d457b86e254fcbeca3354.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622579/large_thumb/large.jpg"
        }
    ]
}