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=2000&ordering=ref_url
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=2050&ordering=ref_url",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1950&ordering=ref_url",
    "results": [
        {
            "id": 623635,
            "name": "Den norske kirke i eksil del 52",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623635/theora/4339_aca6308afde0479b9aa1637a95fd21d3.ogv",
                "original": "https://upload.frikanalen.no/media/623635/original/orig_609412c0dfda44dfa34cdd5a97a9f01f.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623635/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623635/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623635/broadcast/4339_9c4b5f9c7ea340919cd93a84c419c711.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623635/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:42.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-16T15:34:55.457000Z",
            "updatedTime": "2018-11-10T18:29:29.563599Z",
            "uploadedTime": "2010-05-16T15:34:55.457000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623635/theora/4339_aca6308afde0479b9aa1637a95fd21d3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623635/large_thumb/large.jpg"
        },
        {
            "id": 623633,
            "name": "Drøfting av Quranen del 80",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623633/theora/3922_62380fa957dd4245868ac020ca167668.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623633/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623633/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623633/broadcast/3922_a5de56239f5b43a09d9f2aee8c0b0253.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623633/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:25:19.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:32:53.003000Z",
            "updatedTime": "2018-11-10T18:29:29.566269Z",
            "uploadedTime": "2010-01-26T10:32:53.003000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623633/theora/3922_62380fa957dd4245868ac020ca167668.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623633/large_thumb/large.jpg"
        },
        {
            "id": 623631,
            "name": "Drøfting av Quranen del 79",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623631/theora/3921_db850ededf0c4abdb10cecf643b2d61d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623631/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623631/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623631/broadcast/3921_81606b47621f43ac9212c526b5966ac0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623631/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:26:54.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:32:05.720000Z",
            "updatedTime": "2018-11-10T18:29:29.567643Z",
            "uploadedTime": "2010-01-26T10:32:05.720000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623631/theora/3921_db850ededf0c4abdb10cecf643b2d61d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623631/large_thumb/large.jpg"
        },
        {
            "id": 623625,
            "name": "Hjerte Til Hjerte, Carl G.Severin, SBI",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623625/theora/4236_da5e4635a44e48169f92fcdf670b9e6d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623625/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623625/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623625/broadcast/4236_7c824367844b488ab466cab148364ba7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623625/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-16T09:40:46.437000Z",
            "updatedTime": "2018-11-10T18:29:29.575867Z",
            "uploadedTime": "2010-04-16T09:40:46.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623625/theora/4236_da5e4635a44e48169f92fcdf670b9e6d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623625/large_thumb/large.jpg"
        },
        {
            "id": 623623,
            "name": "Hjerte Til Hjerte, Marc Dupont del 3",
            "header": "Marc Dupont på SBI",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623623/theora/4235_c8615b5780404e9eb95df22e6db257c0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623623/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623623/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623623/broadcast/4235_efc5540805c6464ca107facb9e0c53af.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623623/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-16T09:39:52.467000Z",
            "updatedTime": "2018-11-10T18:29:29.578542Z",
            "uploadedTime": "2010-04-16T09:39:52.467000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623623/theora/4235_c8615b5780404e9eb95df22e6db257c0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623623/large_thumb/large.jpg"
        },
        {
            "id": 623621,
            "name": "Hjerte Til Hjerte, Marc Dupont del 2",
            "header": "Marc Dupont på SBI",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623621/theora/4234_0a287638a3444c4594d85ee581ab9978.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623621/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623621/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623621/broadcast/4234_16831d2670764cb0b113b9e3cf4681e6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623621/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-16T09:39:00.760000Z",
            "updatedTime": "2018-11-10T18:29:29.581301Z",
            "uploadedTime": "2010-04-16T09:39:00.760000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623621/theora/4234_0a287638a3444c4594d85ee581ab9978.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623621/large_thumb/large.jpg"
        },
        {
            "id": 627847,
            "name": "Shofar - Farao glemte Josef",
            "header": "Program nr 206 fra bladet evangelisten",
            "description": "I Egypts historie er det en storhets tid og en verdensbegivenhet\nav det skjeldne. Det gjelder Josef som gav verden brød. Hvordan kunne\nFarao glemme Josef?  Parallellene er de samme i dag.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627847/theora/Shofar 206 Farao glemte Josef.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627847/broadcast/Shofar 206 Farao glemte Josef.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627847/large_thumb/Shofar 206 Farao glemte Josef.jpg",
                "original": "https://upload.frikanalen.no/media/627847/original/Shofar 206 Farao glemte Josef.mov"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:24:22.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-01T20:50:32.855127Z",
            "updatedTime": "2024-02-01T21:24:28.610480Z",
            "uploadedTime": "2024-02-01T20:59:25.223409Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627847/theora/Shofar 206 Farao glemte Josef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627847/large_thumb/Shofar 206 Farao glemte Josef.jpg"
        },
        {
            "id": 623610,
            "name": "Hjerte Til Hjerte, Marc Dupont del 1",
            "header": "Marc Dupont på SBI.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623610/theora/3991_2d56dc79279a422e888d01ad48b00a75.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623610/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623610/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623610/broadcast/3991_b29da3ef411948459ee748583e8d5bbf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623610/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-24T08:53:43.833000Z",
            "updatedTime": "2018-11-10T18:29:29.596308Z",
            "uploadedTime": "2010-02-24T08:53:43.833000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623610/theora/3991_2d56dc79279a422e888d01ad48b00a75.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623610/large_thumb/large.jpg"
        },
        {
            "id": 623605,
            "name": "Utrop TV - Flerkulturelt magasin nr 11",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623605/theora/4209_8532db11cf0d4812b0fde69556a4cb91.ogv",
                "original": "https://upload.frikanalen.no/media/623605/original/orig_2855f83973be44f3bea64850d3d3a6b1.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623605/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623605/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623605/broadcast/4209_8251bd65d09c421d96c3a1009be01bfa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623605/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:59.120000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-08T09:55:43.447000Z",
            "updatedTime": "2018-11-10T18:29:29.603164Z",
            "uploadedTime": "2010-04-08T09:55:43.447000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623605/theora/4209_8532db11cf0d4812b0fde69556a4cb91.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623605/large_thumb/large.jpg"
        },
        {
            "id": 623603,
            "name": "Utrop TV - Flerkulturelt magasin nr 10",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623603/theora/4208_f96254e57e854d93841ee03cad72875b.ogv",
                "original": "https://upload.frikanalen.no/media/623603/original/orig_7d110d49cb3746a1bc9b300b735cc50e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623603/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623603/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623603/broadcast/4208_205d28d876be479fa2537ac8498a0c55.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623603/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-08T09:54:33.570000Z",
            "updatedTime": "2018-11-10T18:29:29.606017Z",
            "uploadedTime": "2010-04-08T09:54:33.570000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623603/theora/4208_f96254e57e854d93841ee03cad72875b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623603/large_thumb/large.jpg"
        },
        {
            "id": 623598,
            "name": "Talentfabrikken 12. mai 2010",
            "header": "hot n funky",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623598/theora/4232_2ade271ea70b4f438c12951ec28551ed.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623598/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623598/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623598/broadcast/4232_1287a5eef7e848529d4aa161830901b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623598/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:16.080000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-14T20:11:02.120000Z",
            "updatedTime": "2018-11-10T18:29:29.612834Z",
            "uploadedTime": "2010-04-14T20:11:02.120000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623598/theora/4232_2ade271ea70b4f438c12951ec28551ed.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623598/large_thumb/large.jpg"
        },
        {
            "id": 623594,
            "name": "Inside Israel Mai 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623594/theora/4267_c9cd894f1cb2447c9bfecae84fc5bca1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623594/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623594/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623594/broadcast/4267_b8786ad69b834868984a6d5e781bae8f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623594/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:11.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-28T07:06:49.623000Z",
            "updatedTime": "2018-11-10T18:29:29.614176Z",
            "uploadedTime": "2010-04-28T07:06:49.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623594/theora/4267_c9cd894f1cb2447c9bfecae84fc5bca1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623594/large_thumb/large.jpg"
        },
        {
            "id": 623589,
            "name": "Utrop TV - Flerkulturelt magasin nr 09",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623589/theora/4207_30916d3314774a2d87990c7c0fcb1160.ogv",
                "original": "https://upload.frikanalen.no/media/623589/original/orig_94e8adbe60b1408b867f0bd991c61b3b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623589/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623589/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623589/broadcast/4207_f0ca2e7097db4a0cbb3846de5f6e7b37.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623589/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:46.120000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-08T09:53:16.820000Z",
            "updatedTime": "2018-11-10T18:29:29.619929Z",
            "uploadedTime": "2010-04-08T09:53:16.820000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623589/theora/4207_30916d3314774a2d87990c7c0fcb1160.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623589/large_thumb/large.jpg"
        },
        {
            "id": 623588,
            "name": "Møteplassen - Kjærlighet 5",
            "header": "Vi er med på samlivsweekend med Ole Magnus Olafsrud fra Navigatørene og snakker med ham om seminaret \"Sammen i kjærlighet\".\nJohanna Engamo Kleveland reflekterer over Jesu kjærlighet i lys av påskebudskapet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623588/theora/4075_04ddbb5134cf496db3a39eb974857bc5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623588/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623588/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623588/broadcast/4075_e3e28563fea24a11892798f9d99e5117.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623588/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:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-15T13:37:27.467000Z",
            "updatedTime": "2018-11-10T18:29:29.621271Z",
            "uploadedTime": "2010-03-15T13:37:27.467000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623588/theora/4075_04ddbb5134cf496db3a39eb974857bc5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623588/large_thumb/large.jpg"
        },
        {
            "id": 623587,
            "name": "Den norske kirke i eksil del 51",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623587/theora/4266_80869583bbe946988da51491c678187c.ogv",
                "original": "https://upload.frikanalen.no/media/623587/original/orig_b6249f6d5ca54eca932a69a7636131b6.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623587/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623587/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623587/broadcast/4266_cf804f4ac4a34f4190b4438631607fb8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623587/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:52.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-27T12:04:11.433000Z",
            "updatedTime": "2018-11-10T18:29:29.622618Z",
            "uploadedTime": "2010-04-27T12:04:11.433000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623587/theora/4266_80869583bbe946988da51491c678187c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623587/large_thumb/large.jpg"
        },
        {
            "id": 623637,
            "name": "Bibelundervisning - del 5",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623637/theora/4258_2417e3a45a484e19a1011a49752bf71b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623637/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623637/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623637/broadcast/4258_a0a339f752784adcab19ac125cfe2202.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623637/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-22T19:04:30.230000Z",
            "updatedTime": "2023-07-12T22:26:40.559459Z",
            "uploadedTime": "2010-04-22T19:04:30Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623637/theora/4258_2417e3a45a484e19a1011a49752bf71b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623637/large_thumb/large.jpg"
        },
        {
            "id": 623636,
            "name": "Bibelundervisning - del 4",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623636/theora/4257_cf96afe5e83e4105b9b31773c1a52dbc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623636/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623636/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623636/broadcast/4257_66e288c56d3c4b0c8301974963f5c5db.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623636/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-22T19:03:17.340000Z",
            "updatedTime": "2023-07-12T22:27:19.984446Z",
            "uploadedTime": "2010-04-22T19:03:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623636/theora/4257_cf96afe5e83e4105b9b31773c1a52dbc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623636/large_thumb/large.jpg"
        },
        {
            "id": 623609,
            "name": "Bibelundervisning - del 3",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623609/theora/4256_6e143cb512eb4980b4ce694a38dc96ff.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623609/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623609/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623609/broadcast/4256_a9caa983dfe04329be1e246399eb3b01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623609/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:27:59.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-22T19:01:02.490000Z",
            "updatedTime": "2023-07-12T22:27:44.380016Z",
            "uploadedTime": "2010-04-22T19:01:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623609/theora/4256_6e143cb512eb4980b4ce694a38dc96ff.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623609/large_thumb/large.jpg"
        },
        {
            "id": 623581,
            "name": "Akkurat Nå 25.4.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623581/theora/4136_4daf4c1cc5bb4bf380044715f96e80a3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623581/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623581/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623581/broadcast/4136_5fda2d09446a4877b266dbc8db8912c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623581/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:54:54.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T09:06:11.033000Z",
            "updatedTime": "2018-11-10T18:29:29.629474Z",
            "uploadedTime": "2010-03-25T09:06:11.033000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623581/theora/4136_4daf4c1cc5bb4bf380044715f96e80a3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623581/large_thumb/large.jpg"
        },
        {
            "id": 623580,
            "name": "Møteplassen - Kjærlighet 4",
            "header": "Vi er med på samlivsweekend med Ole Magnus Olafsrud fra Navigatørene og snakker med ham om seminaret \"Sammen i kjærlighet\".\nJohanna Engamo Kleveland reflekterer over Jesu kjærlighet i lys av påskebudskapet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623580/theora/4074_ce40fc9a2079478fbf96110522b17a34.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623580/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623580/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623580/broadcast/4074_bb013511b26243c7bd8222817d6fd7a8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623580/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:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-15T13:36:32.480000Z",
            "updatedTime": "2018-11-10T18:29:29.630808Z",
            "uploadedTime": "2010-03-15T13:36:32.480000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623580/theora/4074_ce40fc9a2079478fbf96110522b17a34.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623580/large_thumb/large.jpg"
        },
        {
            "id": 623577,
            "name": "Bazar Norges første kirkeblad for barn.",
            "header": "Bli med Bazar på releaseparty i prestegårdshagen! Nå får barna i Oddernes menighet eget kirkeblad i postkassa. Kristiansandsmenigheten mener at barna ikke er fremtiden -de er nå!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623577/theora/4222_09cf986ab31945c5af8848c902f1f7f9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623577/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623577/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623577/broadcast/4222_7eef4ee8d9e7419e98f8b1125f2c29e6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623577/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:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-13T09:26:31.527000Z",
            "updatedTime": "2018-11-10T18:29:29.632219Z",
            "uploadedTime": "2010-04-13T09:26:31.527000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623577/theora/4222_09cf986ab31945c5af8848c902f1f7f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623577/large_thumb/large.jpg"
        },
        {
            "id": 623568,
            "name": "Hjerte Til Hjerte, Carl G. Severin del 3",
            "header": "Carl Gustav Severin på Zoe (2009)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623568/theora/3990_0d9e51f7abfd41a88dace3cf92467504.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623568/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623568/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623568/broadcast/3990_1dd0c6de691b495c8a0d33c7aeb588f0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623568/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-24T08:52:33.757000Z",
            "updatedTime": "2018-11-10T18:29:29.636253Z",
            "uploadedTime": "2010-02-24T08:52:33.757000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623568/theora/3990_0d9e51f7abfd41a88dace3cf92467504.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623568/large_thumb/large.jpg"
        },
        {
            "id": 623566,
            "name": "Warriors of the net",
            "header": "Har du noensinne lurt på hvordan Internet fungerer ? Hvordan en ruter ser ut ? Hvilken farge en IP pakke har ? Hvordan den kommer seg igjennom en brannmur ? Svaret på alt dette, og mere til, finner du i denne filmen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623566/theora/4250_3c469b9ee07143338920c61af9ad9fce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623566/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623566/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623566/broadcast/4250_dc0d809d0b1842889ca8a298c01535eb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623566/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:59.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-20T20:42:42.897000Z",
            "updatedTime": "2018-11-10T18:29:29.639012Z",
            "uploadedTime": "2010-04-20T20:42:42.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623566/theora/4250_3c469b9ee07143338920c61af9ad9fce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623566/large_thumb/large.jpg"
        },
        {
            "id": 623564,
            "name": "Utrop TV - Flerkulturelt magasin nr 08",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623564/theora/4206_46dfd4cfcfca4749aa8448c8294358e0.ogv",
                "original": "https://upload.frikanalen.no/media/623564/original/orig_1567e20c86c747938ba05c1af6d1c690.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623564/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623564/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623564/broadcast/4206_82f63c13186442ba99f9aa29eca05b91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623564/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-08T09:50:39.247000Z",
            "updatedTime": "2018-11-10T18:29:29.640391Z",
            "uploadedTime": "2010-04-08T09:50:39.247000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623564/theora/4206_46dfd4cfcfca4749aa8448c8294358e0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623564/large_thumb/large.jpg"
        },
        {
            "id": 627849,
            "name": "Den nikenske trosbekjennelse",
            "header": "Her beskrives hele troen vår",
            "description": "Her beskrives hele troen vær",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627849/theora/Den nikenske trosbekjennelse.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627849/broadcast/Den nikenske trosbekjennelse.dv",
                "original": "https://upload.frikanalen.no/media/627849/original/Den nikenske trosbekjennelse.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627849/large_thumb/Den nikenske trosbekjennelse.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:35:49.366667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-05T09:09:32.582011Z",
            "updatedTime": "2024-02-05T09:51:45.847772Z",
            "uploadedTime": "2024-02-05T09:34:47.759400Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627849/theora/Den nikenske trosbekjennelse.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627849/large_thumb/Den nikenske trosbekjennelse.jpg"
        },
        {
            "id": 623562,
            "name": "Hjerte Til Hjerte, Carl G. Severin del 2",
            "header": "Carl Gustav Severin på Zoe(2009)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623562/theora/3989_5127f3fbbdcb46b7a894aa7e7e9aa7af.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623562/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623562/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623562/broadcast/3989_a4941a7928e64bd49cbb64bf522a25bc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623562/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-24T08:50:40.117000Z",
            "updatedTime": "2018-11-10T18:29:29.643035Z",
            "uploadedTime": "2010-02-24T08:50:40.117000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623562/theora/3989_5127f3fbbdcb46b7a894aa7e7e9aa7af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623562/large_thumb/large.jpg"
        },
        {
            "id": 623561,
            "name": "Hjerte Til Hjerte, Carl G. Severin del 1",
            "header": "Carl Gustav Severin på Zoe (2009)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623561/theora/3988_ac3f7ded383847a7ad7a4be9d3d39d0e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623561/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623561/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623561/broadcast/3988_657d0faf137b40ce873a5f942ed8daaf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623561/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-24T08:44:46.583000Z",
            "updatedTime": "2018-11-10T18:29:29.644397Z",
            "uploadedTime": "2010-02-24T08:44:46.583000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623561/theora/3988_ac3f7ded383847a7ad7a4be9d3d39d0e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623561/large_thumb/large.jpg"
        },
        {
            "id": 623560,
            "name": "Hjerte Til Hjerte, Finnmark (2009)",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623560/theora/3987_f10b68ef8b5644babc02dcde407c4e85.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623560/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623560/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623560/broadcast/3987_68822bcf895e4391b52c2adc6f183717.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623560/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-24T08:44:08.083000Z",
            "updatedTime": "2018-11-10T18:29:29.645734Z",
            "uploadedTime": "2010-02-24T08:44:08.083000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623560/theora/3987_f10b68ef8b5644babc02dcde407c4e85.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623560/large_thumb/large.jpg"
        },
        {
            "id": 623559,
            "name": "Den norske kirke i eksil del 50",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623559/theora/4245_8a5dcf841b8a4012aef8a4171b2d7f93.ogv",
                "original": "https://upload.frikanalen.no/media/623559/original/orig_e2af8b88034147ed953d60082941533a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623559/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623559/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623559/broadcast/4245_667de16cf97943e7a0665083768491fa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623559/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:44.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-19T21:16:39.197000Z",
            "updatedTime": "2018-11-10T18:29:29.647079Z",
            "uploadedTime": "2010-04-19T21:16:39.197000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623559/theora/4245_8a5dcf841b8a4012aef8a4171b2d7f93.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623559/large_thumb/large.jpg"
        },
        {
            "id": 623557,
            "name": "Akkurat Nå 18.04.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623557/theora/4133_ef074d35a5384425a5fa542fb57a49a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623557/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623557/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623557/broadcast/4133_d4df3ac42e574c22aadd9f50c0714ed0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623557/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:54.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T09:02:49.293000Z",
            "updatedTime": "2018-11-10T18:29:29.649848Z",
            "uploadedTime": "2010-03-25T09:02:49.293000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623557/theora/4133_ef074d35a5384425a5fa542fb57a49a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623557/large_thumb/large.jpg"
        },
        {
            "id": 623555,
            "name": "Talentfabrikken 22. oktober 2010 (R)",
            "header": "Reprise fra uke 18, 2010",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623555/theora/4230_2fc6aee2284d43b39d8e78784986838d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623555/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623555/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623555/broadcast/4230_c9e8991ffc474611a0cb468b59fe1699.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623555/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:38.360000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-14T19:54:07.790000Z",
            "updatedTime": "2018-11-10T18:29:29.652537Z",
            "uploadedTime": "2010-04-14T19:54:07.790000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623555/theora/4230_2fc6aee2284d43b39d8e78784986838d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623555/large_thumb/large.jpg"
        },
        {
            "id": 623554,
            "name": "Talentfabrikken 5. mai 2010",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623554/theora/4231_7df5ff63cd8043048b172d166cab43e8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623554/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623554/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623554/broadcast/4231_3aa83edc83dc45709e5d66478383a9b3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623554/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:58.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-14T20:03:05Z",
            "updatedTime": "2018-11-10T18:29:29.653875Z",
            "uploadedTime": "2010-04-14T20:03:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623554/theora/4231_7df5ff63cd8043048b172d166cab43e8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623554/large_thumb/large.jpg"
        },
        {
            "id": 623482,
            "name": "Talentfabrikken 15. september 2010 (R)",
            "header": "Reprise fra uke 12, 2010",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623482/theora/4001_173bfe0925904089916c0b4ff8decb04.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623482/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623482/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623482/broadcast/4001_ebc148b02d6c416694b0cbf06ac59cd1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623482/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:23:10.360000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-03T11:49:20.063000Z",
            "updatedTime": "2018-11-10T18:29:29.754970Z",
            "uploadedTime": "2010-03-03T11:49:20.063000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623482/theora/4001_173bfe0925904089916c0b4ff8decb04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623482/large_thumb/large.jpg"
        },
        {
            "id": 623553,
            "name": "Møteplassen - Kjærlighet 3",
            "header": "Vi er med på samlivsweekend med Ole Magnus Olafsrud fra Navigatørene og snakker med ham om seminaret \"Sammen i kjærlighet\".\nJohanna Engamo Kleveland reflekterer over Jesu kjærlighet i lys av påskebudskapet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623553/theora/4073_ac6575810f1246b7b1a8fd94ddc97b48.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623553/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623553/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623553/broadcast/4073_748479f6a3c740a0a628400bfb4c2cb9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623553/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:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-15T13:35:23.540000Z",
            "updatedTime": "2018-11-10T18:29:29.655218Z",
            "uploadedTime": "2010-03-15T13:35:23.540000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623553/theora/4073_ac6575810f1246b7b1a8fd94ddc97b48.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623553/large_thumb/large.jpg"
        },
        {
            "id": 623552,
            "name": "Talentfabrikken 15. oktober 2010 (R)",
            "header": "Reprise fra uke 16, 2010",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623552/theora/4229_58c56c09fb6b411daa7b4f1842726519.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623552/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623552/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623552/broadcast/4229_ca6d256feb584bde91b2cceef514a3b1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623552/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:39.800000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-14T19:49:07.287000Z",
            "updatedTime": "2018-11-10T18:29:29.656711Z",
            "uploadedTime": "2010-04-14T19:49:07.287000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623552/theora/4229_58c56c09fb6b411daa7b4f1842726519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623552/large_thumb/large.jpg"
        },
        {
            "id": 623551,
            "name": "den norske kirke i eksil del 49",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623551/theora/4228_03281f3559d2464f9688cf1c42e2ad7f.ogv",
                "original": "https://upload.frikanalen.no/media/623551/original/orig_38a779074946447db1992a4bbe79f7fa.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623551/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623551/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623551/broadcast/4228_a7ed989dd983491bb62d0bd000d75314.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623551/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:58.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-14T18:59:26.087000Z",
            "updatedTime": "2018-11-10T18:29:29.658104Z",
            "uploadedTime": "2010-04-14T18:59:26.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623551/theora/4228_03281f3559d2464f9688cf1c42e2ad7f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623551/large_thumb/large.jpg"
        },
        {
            "id": 623546,
            "name": "Impact Finnmark 01",
            "header": "En gruppe ungdommer reiser til Finnmark for å fortelle om sin tro.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623546/theora/4184_7480f46c6db04cf4be7050992fe79b90.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623546/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623546/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623546/broadcast/4184_29da742ffd7f44df963172343c6d96ec.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623546/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:19:58.563000Z",
            "updatedTime": "2018-11-10T18:29:29.665170Z",
            "uploadedTime": "2010-03-31T07:19:58.563000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623546/theora/4184_7480f46c6db04cf4be7050992fe79b90.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623546/large_thumb/large.jpg"
        },
        {
            "id": 623545,
            "name": "Impact Finnmark 02",
            "header": "En gruppe ungdommer reiser til Finnmark for å fortelle om sin tro.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623545/theora/4185_8bfc25a3f310425e93e413a25fffcb6e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623545/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623545/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623545/broadcast/4185_abda477ac88948b1bd1fcfca3ebebd31.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623545/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:21:12.563000Z",
            "updatedTime": "2018-11-10T18:29:29.666571Z",
            "uploadedTime": "2010-03-31T07:21:12.563000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623545/theora/4185_8bfc25a3f310425e93e413a25fffcb6e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623545/large_thumb/large.jpg"
        },
        {
            "id": 623544,
            "name": "HelseExpo Mjøndalen 05",
            "header": "Hvordan håndtere stress i en travel hverdag. Med Robert Hansen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623544/theora/4183_3fc8ab427b954f2da7bc04274419f7af.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623544/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623544/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623544/broadcast/4183_0c4e60c6d5f348709343ba9dbf4af411.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623544/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:58.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:18:13.437000Z",
            "updatedTime": "2018-11-10T18:29:29.667981Z",
            "uploadedTime": "2010-03-31T07:18:13.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623544/theora/4183_3fc8ab427b954f2da7bc04274419f7af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623544/large_thumb/large.jpg"
        },
        {
            "id": 623543,
            "name": "HelseExpo Mjøndalen 04",
            "header": "Hjertesmellen og livet etter. Med kardiolog Bjørn Arild Halvorsen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623543/theora/4182_3808cf5fa01648bd800da6a34f7df48d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623543/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623543/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623543/broadcast/4182_fed2ff8e7de44f599c6b277553c204f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623543/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:55.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:16:04.070000Z",
            "updatedTime": "2018-11-10T18:29:29.669350Z",
            "uploadedTime": "2010-03-31T07:16:04.070000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623543/theora/4182_3808cf5fa01648bd800da6a34f7df48d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623543/large_thumb/large.jpg"
        },
        {
            "id": 623542,
            "name": "HelseExpo Mjøndalen 03",
            "header": "Har Bibelen noe å si om vår helse? Med dr. Sigve Tonstad.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623542/theora/4181_47baf24ca4df49b69807557396993519.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623542/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623542/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623542/broadcast/4181_4c111e14fab540f9a18361737fb253b9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623542/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:45.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:13:59.723000Z",
            "updatedTime": "2018-11-10T18:29:29.670700Z",
            "uploadedTime": "2010-03-31T07:13:59.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623542/theora/4181_47baf24ca4df49b69807557396993519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623542/large_thumb/large.jpg"
        },
        {
            "id": 623541,
            "name": "HelseExpo Mjøndalen 02",
            "header": "Hvordan mat påvirker din psykiske helse, med Dr i folkehelsevitenskap Per de Lange.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623541/theora/4180_411076c2e150452a9b18b7f8b91c7875.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623541/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623541/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623541/broadcast/4180_c987a346dcba412bb81039ae0f1e1500.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623541/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:19.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:11:55.440000Z",
            "updatedTime": "2018-11-10T18:29:29.672121Z",
            "uploadedTime": "2010-03-31T07:11:55.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623541/theora/4180_411076c2e150452a9b18b7f8b91c7875.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623541/large_thumb/large.jpg"
        },
        {
            "id": 623540,
            "name": "HelseExpo Mjøndalen 01",
            "header": "Hvordan unngå en hjertesmell, med Dr Serena Tonstad.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623540/theora/4179_400462f3cb6941d594cc3bbcad5069bd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623540/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623540/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623540/broadcast/4179_81b5aece579542db9cf7e556d38c1cbc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623540/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:02.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-31T07:08:57.890000Z",
            "updatedTime": "2018-11-10T18:29:29.673528Z",
            "uploadedTime": "2010-03-31T07:08:57.890000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623540/theora/4179_400462f3cb6941d594cc3bbcad5069bd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623540/large_thumb/large.jpg"
        },
        {
            "id": 623539,
            "name": "Talentfabrikken 8. oktober 2010 (R)",
            "header": "Reprise fra uke 15, 2010",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623539/theora/4004_584896a0afb74bd3a90935641314c7f8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623539/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623539/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623539/broadcast/4004_73dcc07099b8430ebcff74b922637a50.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623539/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:24:44.600000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-03T12:09:15.997000Z",
            "updatedTime": "2018-11-10T18:29:29.675104Z",
            "uploadedTime": "2010-03-03T12:09:15.997000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623539/theora/4004_584896a0afb74bd3a90935641314c7f8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623539/large_thumb/large.jpg"
        },
        {
            "id": 623538,
            "name": "Utrop TV - flerkulturelt magasin nr 07",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623538/theora/4014_00aac4e393b9461fa40c084e507ada27.ogv",
                "original": "https://upload.frikanalen.no/media/623538/original/orig_54d47eaa532547d988e530134c4dc4bf.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623538/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623538/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623538/broadcast/4014_dbfecea2306c41af88ff1420e0dd2eb1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623538/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:23.920000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-08T17:18:10.750000Z",
            "updatedTime": "2018-11-10T18:29:29.676773Z",
            "uploadedTime": "2010-03-08T17:18:10.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623538/theora/4014_00aac4e393b9461fa40c084e507ada27.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623538/large_thumb/large.jpg"
        },
        {
            "id": 623570,
            "name": "Misjon",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623570/theora/4217_4f405e45c4264e89ab94acd1effb0906.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623570/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623570/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623570/broadcast/4217_eb1ca50f011149008e59ff3c70c7b246.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623570/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-12T15:37:34.787000Z",
            "updatedTime": "2023-07-12T22:23:03.987879Z",
            "uploadedTime": "2010-04-12T15:37:34Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623570/theora/4217_4f405e45c4264e89ab94acd1effb0906.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623570/large_thumb/large.jpg"
        },
        {
            "id": 623573,
            "name": "Misjon del 2",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623573/theora/4255_dfcaf31d3f1c4f08b6ef2b9fc3c6d5d7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623573/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623573/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623573/broadcast/4255_25f8cd4cf9634e12b644a8ea2e56e53e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623573/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-22T18:57:19.147000Z",
            "updatedTime": "2023-07-12T22:28:09.466988Z",
            "uploadedTime": "2010-04-22T18:57:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623573/theora/4255_dfcaf31d3f1c4f08b6ef2b9fc3c6d5d7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623573/large_thumb/large.jpg"
        },
        {
            "id": 623556,
            "name": "Bibelundervisning - del 2",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623556/theora/4216_4bcefb0f136749298c636ec367dbd1c2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623556/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623556/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623556/broadcast/4216_dd78bc514c6a4ccf8e922c02746b92f0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623556/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-12T08:24:43.770000Z",
            "updatedTime": "2023-07-12T22:28:35.540905Z",
            "uploadedTime": "2010-04-12T08:24:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623556/theora/4216_4bcefb0f136749298c636ec367dbd1c2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623556/large_thumb/large.jpg"
        },
        {
            "id": 623547,
            "name": "Bibelundervisning - del 1",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623547/theora/4215_d8346653b3294e98b328a6d86fcf70a0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623547/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623547/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623547/broadcast/4215_aa58ced7d59b4cfbac5b64c69e11c082.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623547/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-12T08:22:52.923000Z",
            "updatedTime": "2023-07-12T22:28:56.515927Z",
            "uploadedTime": "2010-04-12T08:22:52Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623547/theora/4215_d8346653b3294e98b328a6d86fcf70a0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623547/large_thumb/large.jpg"
        },
        {
            "id": 623537,
            "name": "Bazar Ingar Kvia",
            "header": "Ingar Kvia er en mann i brann. Han brenner for lastebiler og Haydom i Tanzania, og mange forbinder han med uendelige mengder energi. Hans engasjement brenner fortsatt, men nå har han også fått en ny venn...",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623537/theora/4175_d2c6009855d44e7d9a8089d049387f7b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623537/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623537/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623537/broadcast/4175_737f3693ba364175887b6bc53dc0ef05.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623537/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:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-29T09:56:44.147000Z",
            "updatedTime": "2018-11-10T18:29:29.678280Z",
            "uploadedTime": "2010-03-29T09:56:44.147000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623537/theora/4175_d2c6009855d44e7d9a8089d049387f7b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623537/large_thumb/large.jpg"
        }
    ]
}