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

{
    "count": 3452,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=700&ordering=-duration",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=600&ordering=-duration",
    "results": [
        {
            "id": 623868,
            "name": "Serat del 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623868/theora/4640_da43ef8fc16846c7b3f97b46c9bcd463.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623868/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623868/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623868/broadcast/4640_4cd24002fa3f458cbb9314dce72b1ea4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623868/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:14.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-23T10:40:09.600000Z",
            "updatedTime": "2018-11-10T18:29:29.267112Z",
            "uploadedTime": "2010-08-23T10:40:09.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623868/theora/4640_da43ef8fc16846c7b3f97b46c9bcd463.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623868/large_thumb/large.jpg"
        },
        {
            "id": 626632,
            "name": "Jesus oppstandelse (1).mp4",
            "header": "Jesus oppstandelse",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626632/theora/Jesus oppstandelse (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/626632/broadcast/Jesus oppstandelse (1).dv",
                "largeThumb": "https://upload.frikanalen.no/media/626632/large_thumb/Jesus oppstandelse (1).jpg",
                "original": "https://upload.frikanalen.no/media/626632/original/Jesus oppstandelse (1).mp4"
            },
            "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:30:12.766667",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-12-02T16:32:02.904512Z",
            "updatedTime": "2020-12-02T16:48:08.107841Z",
            "uploadedTime": "2020-12-02T16:33:23.531902Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626632/theora/Jesus oppstandelse (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626632/large_thumb/Jesus oppstandelse (1).jpg"
        },
        {
            "id": 626627,
            "name": "Jesus oppstandelse.mp4",
            "header": "Jesus oppstandelse",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626627/theora/Jesus oppstandelse.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626627/broadcast/Jesus oppstandelse.dv",
                "original": "https://upload.frikanalen.no/media/626627/original/Jesus oppstandelse.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626627/large_thumb/Jesus oppstandelse.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:30:12.766667",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-11-28T10:31:23.729343Z",
            "updatedTime": "2020-11-28T10:46:56.905430Z",
            "uploadedTime": "2020-11-28T10:32:18.999164Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626627/theora/Jesus oppstandelse.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626627/large_thumb/Jesus oppstandelse.jpg"
        },
        {
            "id": 622123,
            "name": "Drøfting av Quranen del 06",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622123/theora/1555_8e496f701fa24599aec05a580a9a6fdc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622123/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622123/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622123/broadcast/orig_Droefting av Quranen del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622123/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:08.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:55:00Z",
            "updatedTime": "2018-11-10T18:29:31.176892Z",
            "uploadedTime": "2009-01-02T01:55:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622123/theora/1555_8e496f701fa24599aec05a580a9a6fdc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622123/large_thumb/large.jpg"
        },
        {
            "id": 622383,
            "name": "Drøfting av Quranen del 23",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622383/theora/2439_2bb176723a6f4ce2a470982e627b0442.ogv",
                "original": "https://upload.frikanalen.no/media/622383/original/orig_9a286823227b405e9ce7cd8f43f1295c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/622383/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622383/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622383/broadcast/2439_494fc2678a5441de86801a2962235f06.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622383/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:04.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:39:00Z",
            "updatedTime": "2018-11-10T18:29:30.796847Z",
            "uploadedTime": "2009-01-02T16:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622383/theora/2439_2bb176723a6f4ce2a470982e627b0442.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622383/large_thumb/large.jpg"
        },
        {
            "id": 622525,
            "name": "Drøfting av Quranen del 01",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622525/theora/929_47a7c6f480cc49ccaae69e57e4e70df6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622525/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622525/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622525/broadcast/orig_Den hellige Quranen del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622525/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:03.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:29:00Z",
            "updatedTime": "2018-11-10T18:29:30.602640Z",
            "uploadedTime": "2009-01-01T15:29:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622525/theora/929_47a7c6f480cc49ccaae69e57e4e70df6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622525/large_thumb/large.jpg"
        },
        {
            "id": 627090,
            "name": "TAK - Hvem eier verden",
            "header": "Hvem eier verden",
            "description": "Hvem eier verden",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627090/theora/Hvem eier verden.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627090/broadcast/Hvem eier verden.dv",
                "original": "https://upload.frikanalen.no/media/627090/original/Hvem eier verden.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627090/large_thumb/Hvem eier verden.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:30:01.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-12-13T11:22:14.616083Z",
            "updatedTime": "2021-12-17T11:44:43.175571Z",
            "uploadedTime": "2021-12-13T11:40:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627090/theora/Hvem eier verden.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627090/large_thumb/Hvem eier verden.jpg"
        },
        {
            "id": 622625,
            "name": "Drøfting av Quranen del 34",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622625/theora/2928_727e3b520dee4f5abd436679ae69e7a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622625/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622625/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622625/broadcast/orig_c10b8056ca99404fb8d9f56cdfdfa269.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622625/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:00.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:45:12.073000Z",
            "updatedTime": "2018-11-10T18:29:30.472290Z",
            "uploadedTime": "2009-05-16T12:45:12.073000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622625/theora/2928_727e3b520dee4f5abd436679ae69e7a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622625/large_thumb/large.jpg"
        },
        {
            "id": 622536,
            "name": "STV U43 Teater",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622536/theora/945_e4dc82a149af4f65ad357e1a1e819ac0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622536/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622536/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622536/broadcast/orig_STV U43 Teater.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622536/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:30:00.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:45:00Z",
            "updatedTime": "2018-11-10T18:29:30.587619Z",
            "uploadedTime": "2009-01-01T15:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622536/theora/945_e4dc82a149af4f65ad357e1a1e819ac0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622536/large_thumb/large.jpg"
        },
        {
            "id": 622576,
            "name": "Nornet TV Del 01",
            "header": "Kristent magasinprogram",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622576/theora/2826_fdbbbba021474e3ea1f19668cb57510e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622576/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622576/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622576/broadcast/orig_22707d7068b7418c9a050ee07dd145ab.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622576/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:30:00.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-12T14:37:17.470000Z",
            "updatedTime": "2018-11-10T18:29:30.531970Z",
            "uploadedTime": "2009-05-12T14:37:17.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622576/theora/2826_fdbbbba021474e3ea1f19668cb57510e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622576/large_thumb/large.jpg"
        },
        {
            "id": 622534,
            "name": "STV U42 Sjekking",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622534/theora/943_0dd2ae8c0b284a0088ff2cf03e050b07.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622534/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622534/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622534/broadcast/orig_STV U42 Sjekking.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622534/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:30:00.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:43:00Z",
            "updatedTime": "2018-11-10T18:29:30.590292Z",
            "uploadedTime": "2009-01-01T15:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622534/theora/943_0dd2ae8c0b284a0088ff2cf03e050b07.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622534/large_thumb/large.jpg"
        },
        {
            "id": 622532,
            "name": "STV U37 Fremtiden",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622532/theora/941_260bf04bfa7f410894a7273960fd6de9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622532/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622532/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622532/broadcast/orig_STV U37 Fremtiden.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622532/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:30:00.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.593149Z",
            "uploadedTime": "2009-01-01T15:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622532/theora/941_260bf04bfa7f410894a7273960fd6de9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622532/large_thumb/large.jpg"
        },
        {
            "id": 624624,
            "name": "Mission 316 - 20111107",
            "header": "Liveupptagelse av Programmet Mission316 fra den 20111021",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624624/theora/5809_c9505ab890954093aba5e7c2c414852a.ogv",
                "original": "https://upload.frikanalen.no/media/624624/original/orig_02affeecd36b43f2991a059ea25ee3e9.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624624/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624624/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624624/broadcast/5809_0b2122bb558944adb732702cc3debba4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624624/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:30:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-10-31T09:38:30.307000Z",
            "updatedTime": "2018-11-10T18:29:28.275082Z",
            "uploadedTime": "2011-10-31T09:38:30.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624624/theora/5809_c9505ab890954093aba5e7c2c414852a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624624/large_thumb/large.jpg"
        },
        {
            "id": 622464,
            "name": "STV U40 Finanskrise..",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622464/theora/600_b0bb4acde10a4409b5dfb10654c81f1e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622464/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622464/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622464/broadcast/orig_Studentmagasinet Trondheim - Uke 40 - Krakk og krise.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622464/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:30:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:00:00Z",
            "updatedTime": "2018-11-10T18:29:30.686641Z",
            "uploadedTime": "2009-01-01T10:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622464/theora/600_b0bb4acde10a4409b5dfb10654c81f1e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622464/large_thumb/large.jpg"
        },
        {
            "id": 622587,
            "name": "Nornet TV Del 03",
            "header": "Kristent magasin program",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622587/theora/2828_1c13934711404e4cafba22fd91ff402c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622587/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622587/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622587/broadcast/orig_125166e495f14720bc5d6c4b89fc91e6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622587/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:59.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-13T13:14:47.377000Z",
            "updatedTime": "2018-11-10T18:29:30.516827Z",
            "uploadedTime": "2009-05-13T13:14:47.377000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622587/theora/2828_1c13934711404e4cafba22fd91ff402c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622587/large_thumb/large.jpg"
        },
        {
            "id": 627991,
            "name": "Diesen spør Sachs: Vil Europa snu negativ trend?",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627991/theora/Diesen_Sachs_CanEuropeReverseItsDecline.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627991/broadcast/Diesen_Sachs_CanEuropeReverseItsDecline.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627991/large_thumb/Diesen_Sachs_CanEuropeReverseItsDecline.jpg",
                "original": "https://upload.frikanalen.no/media/627991/original/Diesen_Sachs_CanEuropeReverseItsDecline.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:29:59.780000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-12-11T08:03:40.650560Z",
            "updatedTime": "2024-12-12T20:18:12.068238Z",
            "uploadedTime": "2024-12-11T08:06:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627991/theora/Diesen_Sachs_CanEuropeReverseItsDecline.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627991/large_thumb/Diesen_Sachs_CanEuropeReverseItsDecline.jpg"
        },
        {
            "id": 624237,
            "name": "EBF-KHA 20110209-2959",
            "header": "Helse med Eva Britt Fjeldberg og källan\nmed Karl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624237/theora/5271_b0967c4f9cad4fbcb2db65f44b07b9c3.ogv",
                "original": "https://upload.frikanalen.no/media/624237/original/orig_95dea28066184a6b8cc4559cfd97b0dc.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624237/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624237/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624237/broadcast/5271_d83a84eb2c2947ddad63a7d6f8f889d7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624237/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:59.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T08:26:59.453000Z",
            "updatedTime": "2018-11-10T18:29:28.787189Z",
            "uploadedTime": "2011-02-04T08:26:59.453000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624237/theora/5271_b0967c4f9cad4fbcb2db65f44b07b9c3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624237/large_thumb/large.jpg"
        },
        {
            "id": 622577,
            "name": "Nornet TV Del 02",
            "header": "Kristent magasinprogram",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622577/theora/2827_6b0c29472f894b87b499399ea36ce3d6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622577/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622577/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622577/broadcast/orig_4981ee00708d4a2bb9ca36ffeac56e38.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622577/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:59.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-05-12T14:38:41.237000Z",
            "updatedTime": "2018-11-10T18:29:30.530578Z",
            "uploadedTime": "2009-05-12T14:38:41.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622577/theora/2827_6b0c29472f894b87b499399ea36ce3d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622577/large_thumb/large.jpg"
        },
        {
            "id": 622332,
            "name": "Møteplassen - Glede 2 og 3",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622332/theora/2366_c65232b007dc4a37a6e7e323805145a4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622332/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622332/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622332/broadcast/orig_c38fdc8609fe4bbfae0fa2911eed7666.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622332/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:29:59.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:26:00Z",
            "updatedTime": "2018-11-10T18:29:30.867419Z",
            "uploadedTime": "2009-01-02T15:26:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622332/theora/2366_c65232b007dc4a37a6e7e323805145a4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622332/large_thumb/large.jpg"
        },
        {
            "id": 624012,
            "name": "10min med Svenn Tommy 011110",
            "header": "Tio minuter med Svenn Thommy Fjeldberg, följt av Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624012/theora/4915_7ce638e440404e4db1f583b07d9a8915.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624012/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624012/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624012/broadcast/4915_d33212a14b42424087df63a3e533bd38.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624012/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:59.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-01T12:00:10.960000Z",
            "updatedTime": "2018-11-10T18:29:29.069296Z",
            "uploadedTime": "2010-11-01T12:00:10.960000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624012/theora/4915_7ce638e440404e4db1f583b07d9a8915.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624012/large_thumb/large.jpg"
        },
        {
            "id": 622122,
            "name": "Drøfting av Quranen del 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622122/theora/1554_4834e5c8bf374a65b6092a191dff6205.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622122/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622122/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622122/broadcast/orig_Droefting av Quranen del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622122/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:29:56.280000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:54:00Z",
            "updatedTime": "2018-11-10T18:29:31.178330Z",
            "uploadedTime": "2009-01-02T01:54:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622122/theora/1554_4834e5c8bf374a65b6092a191dff6205.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622122/large_thumb/large.jpg"
        },
        {
            "id": 623745,
            "name": "10 min med Svenn Thommy 280710",
            "header": "10 minuter med Svenn Thommy Fjeldberg føljd av Levande Ord",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623745/theora/4503_6fda2ac9a88a4fa5a177bf311a791a54.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623745/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623745/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623745/broadcast/4503_06204cc94d194751a25825976ddcb6e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623745/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:56.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-16T12:16:32.043000Z",
            "updatedTime": "2018-11-10T18:29:29.433082Z",
            "uploadedTime": "2010-07-16T12:16:32.043000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623745/theora/4503_6fda2ac9a88a4fa5a177bf311a791a54.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623745/large_thumb/large.jpg"
        },
        {
            "id": 627983,
            "name": "Diesen i samtale med Mearsheimer om slutten på krigen i Ukraina",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627983/theora/Diesen_Mearsheimer_V.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627983/broadcast/Diesen_Mearsheimer_V.dv",
                "original": "https://upload.frikanalen.no/media/627983/original/Diesen_Mearsheimer_V.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627983/large_thumb/Diesen_Mearsheimer_V.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "00:29:55.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-24T22:05:53.973489Z",
            "updatedTime": "2024-11-25T07:50:25.577341Z",
            "uploadedTime": "2024-11-24T22:08:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627983/theora/Diesen_Mearsheimer_V.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627983/large_thumb/Diesen_Mearsheimer_V.jpg"
        },
        {
            "id": 623958,
            "name": "10min med Svenn Tommy 131010",
            "header": "Tio minuter med Svenn Thommy Fjeldberg, följt av Levande Ord",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623958/theora/4788_7678bc6c6cc643f9862c26eb15f24ecc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623958/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623958/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623958/broadcast/4788_48866e61f3114cfe91dc798c1354dc25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623958/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:54.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T12:05:25.343000Z",
            "updatedTime": "2018-11-10T18:29:29.139184Z",
            "uploadedTime": "2010-09-30T12:05:25.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623958/theora/4788_7678bc6c6cc643f9862c26eb15f24ecc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623958/large_thumb/large.jpg"
        },
        {
            "id": 624169,
            "name": "EBF_p5-KHA_p4 2954  20110117",
            "header": "Helse med Eva Britt\nFjeldberg og Källan med Karl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624169/theora/5158_43401aaf95f7478395c131ff87f88c51.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624169/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624169/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624169/broadcast/5158_ba8e47d64236456d80fcdef9db7975c6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624169/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:54.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-14T10:47:50.873000Z",
            "updatedTime": "2018-11-10T18:29:28.867771Z",
            "uploadedTime": "2011-01-14T10:47:50.873000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624169/theora/5158_43401aaf95f7478395c131ff87f88c51.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624169/large_thumb/large.jpg"
        },
        {
            "id": 622260,
            "name": "Møteplassen - Glede 5 og 1",
            "header": "Glede og humor som ressurs i kristenlivet",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622260/theora/2102_53e2d5cae0a74ff6935e7be994d120d7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622260/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622260/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622260/broadcast/orig_a9d7cf17c4524208ae2974ebfc097ee7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622260/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:29:51.760000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T11:02:00Z",
            "updatedTime": "2018-11-10T18:29:30.964825Z",
            "uploadedTime": "2009-01-02T11:02:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622260/theora/2102_53e2d5cae0a74ff6935e7be994d120d7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622260/large_thumb/large.jpg"
        },
        {
            "id": 624121,
            "name": "BK25-271210-2950",
            "header": "Guds Ord Med Björn\nKristofersen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624121/theora/5093_6ce8f0a7e40d4225a29ab9df5e38236f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624121/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624121/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624121/broadcast/5093_41b5829762d348f4a0d19ef004ba1433.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624121/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:50",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-20T09:47:41.723000Z",
            "updatedTime": "2018-11-10T18:29:28.932159Z",
            "uploadedTime": "2010-12-20T09:47:41.723000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624121/theora/5093_6ce8f0a7e40d4225a29ab9df5e38236f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624121/large_thumb/large.jpg"
        },
        {
            "id": 623177,
            "name": "Drøfting av Quranen del 56",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623177/theora/3582_f348cf0911eb44338cff4d8cf562f2e9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623177/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623177/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623177/broadcast/3582_b901767f426e44d7838aa58a16085f04.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623177/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:29:49.760000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-26T15:08:56.947000Z",
            "updatedTime": "2018-11-10T18:29:30.127047Z",
            "uploadedTime": "2009-10-26T15:08:56.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623177/theora/3582_f348cf0911eb44338cff4d8cf562f2e9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623177/large_thumb/large.jpg"
        },
        {
            "id": 626646,
            "name": "Livet og døden",
            "header": "Livet har 2 utganger",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626646/theora/Livet og døden.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626646/broadcast/Livet og døden.dv",
                "original": "https://upload.frikanalen.no/media/626646/original/Livet og døden.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626646/large_thumb/Livet og døden.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:29:49.700000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-12-17T15:20:13.734525Z",
            "updatedTime": "2020-12-17T15:36:39.199332Z",
            "uploadedTime": "2020-12-17T15:21:13.094987Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626646/theora/Livet og døden.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626646/large_thumb/Livet og døden.jpg"
        },
        {
            "id": 624078,
            "name": "EBFpr1-CHKpr2 2948  20101208",
            "header": "Helse medEva-Britt Fjeldberg och Kællan\nmed Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624078/theora/5049_98c4e3d5009842eeb24a0f8443d5476b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624078/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624078/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624078/broadcast/5049_e9e84cf729b54293bbe8772e1f313b7e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624078/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:48.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-06T10:15:14.600000Z",
            "updatedTime": "2018-11-10T18:29:28.983083Z",
            "uploadedTime": "2010-12-06T10:15:14.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624078/theora/5049_98c4e3d5009842eeb24a0f8443d5476b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624078/large_thumb/large.jpg"
        },
        {
            "id": 623515,
            "name": "Babylonkoden 02b",
            "header": "Samtaleprogrammet: Gud banker på. Profetiene i Daniels bok har fått ny aktualitet. Serie på 12 programmer med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623515/theora/4119_f9c477a168ed42c98edfb016956fc051.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623515/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623515/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623515/broadcast/4119_bc3db6bc7c37409d80976bbec57c5da2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623515/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:29:48.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T08:40:19.560000Z",
            "updatedTime": "2018-11-10T18:29:29.709291Z",
            "uploadedTime": "2010-03-25T08:40:19.560000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623515/theora/4119_f9c477a168ed42c98edfb016956fc051.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623515/large_thumb/large.jpg"
        },
        {
            "id": 623920,
            "name": "Jesus I India del 3",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623920/theora/4748_fdf7fbbdf9494b2c855fb9ebd2c2ed54.ogv",
                "original": "https://upload.frikanalen.no/media/623920/original/orig_3683bfa094b84849abf554f283b88cd2.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623920/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623920/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623920/broadcast/4748_40029a1bfe7e407bab0d577e409b8067.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623920/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:29:46.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-13T17:36:43.137000Z",
            "updatedTime": "2018-11-10T18:29:29.191347Z",
            "uploadedTime": "2010-09-13T17:36:43.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623920/theora/4748_fdf7fbbdf9494b2c855fb9ebd2c2ed54.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623920/large_thumb/large.jpg"
        },
        {
            "id": 622899,
            "name": "Inside Israel juli - august",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622899/theora/3138_d84f6fab0b1c418ca2db7080468387c1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622899/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622899/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622899/broadcast/orig_5dcf2f57b6be45888c4ec2aea1cd4736.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622899/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:29:45.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-13T13:59:21.867000Z",
            "updatedTime": "2018-11-10T18:29:30.453219Z",
            "uploadedTime": "2009-07-13T13:59:21.867000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622899/theora/3138_d84f6fab0b1c418ca2db7080468387c1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622899/large_thumb/large.jpg"
        },
        {
            "id": 623775,
            "name": "Tio minuter med Svenn Thommy Fjældberg",
            "header": "10 minuter med Svenn Thommy Fjældberg føljd av Levande Ord",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623775/theora/4533_c5714da30b514247adce4d5f860c2095.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623775/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623775/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623775/broadcast/4533_f7a414d1ce7b41e5b357d40d38592f5c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623775/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:43.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-02T13:16:10.263000Z",
            "updatedTime": "2018-11-10T18:29:29.393455Z",
            "uploadedTime": "2010-08-02T13:16:10.263000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623775/theora/4533_c5714da30b514247adce4d5f860c2095.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623775/large_thumb/large.jpg"
        },
        {
            "id": 624162,
            "name": "VGF#6-1_FK2943-20110110",
            "header": "Verdens Gjensfødelse med Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624162/theora/5153_398a4124b51f4e26a92d7d9b4e06e161.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624162/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624162/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624162/broadcast/5153_c4c5d94d2a604122a0b5b9bd72ad62d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624162/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:43.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-05T12:50:26.747000Z",
            "updatedTime": "2018-11-10T18:29:28.876189Z",
            "uploadedTime": "2011-01-05T12:50:26.747000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624162/theora/5153_398a4124b51f4e26a92d7d9b4e06e161.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624162/large_thumb/large.jpg"
        },
        {
            "id": 624118,
            "name": "CTTJul 201210-2940",
            "header": "CTT Country Team Kåre o Lena Jönsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624118/theora/5090_b77962fb4fa7465588cbd766e7cc8880.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624118/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624118/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624118/broadcast/5090_2a58334423a3465094fde6d989114656.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624118/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-16T13:42:53.117000Z",
            "updatedTime": "2018-11-10T18:29:28.936291Z",
            "uploadedTime": "2010-12-16T13:42:53.117000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624118/theora/5090_b77962fb4fa7465588cbd766e7cc8880.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624118/large_thumb/large.jpg"
        },
        {
            "id": 624152,
            "name": "STFp01-LOp02 20110105-2940",
            "header": "Ti Minutter med Svenn Thommy Fjeldberg och Levande Ord Tommy Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624152/theora/5133_e30bd720964f463cbd61efd8e3d478f9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624152/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624152/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624152/broadcast/5133_e8486665711049e98eca02a19609f6d5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624152/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:40",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-27T13:48:51.440000Z",
            "updatedTime": "2018-11-10T18:29:28.889854Z",
            "uploadedTime": "2010-12-27T13:48:51.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624152/theora/5133_e30bd720964f463cbd61efd8e3d478f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624152/large_thumb/large.jpg"
        },
        {
            "id": 625004,
            "name": "AR6288 Arena",
            "header": "Med Bjørn Gjellum i samtale med sentrale personer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625004/theora/6471_52acf37b0f31419cbe046cd70ecd0544.ogv",
                "original": "https://upload.frikanalen.no/media/625004/original/orig_5af1ddf5046e48b1b364fed8fb83fd47.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625004/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625004/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625004/broadcast/6471_cf79b7aa46e146f6a6c1ea5e090dc664.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625004/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:29:40",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-10T06:29:17.680000Z",
            "updatedTime": "2018-11-10T18:29:27.784751Z",
            "uploadedTime": "2012-10-10T06:29:17.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625004/theora/6471_52acf37b0f31419cbe046cd70ecd0544.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625004/large_thumb/large.jpg"
        },
        {
            "id": 624238,
            "name": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624238/theora/5272_69a2cd7c8be14cd9a5182dbe7dfbd4e9.ogv",
                "original": "https://upload.frikanalen.no/media/624238/original/orig_e9cc462bb8884e8cb1304a9952bd7b1d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624238/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624238/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624238/broadcast/5272_18bfa1383df54007bfac0a7e17e3a838.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624238/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:39.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T09:01:18.637000Z",
            "updatedTime": "2018-11-10T18:29:28.785798Z",
            "uploadedTime": "2011-02-04T09:01:18.637000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624238/theora/5272_69a2cd7c8be14cd9a5182dbe7dfbd4e9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624238/large_thumb/large.jpg"
        },
        {
            "id": 624048,
            "name": "VGF 20101129",
            "header": "Världens pånyttfödelse med Hans\nBratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624048/theora/4957_aacee688be4d4569bf4b9e8e8a3a4161.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624048/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624048/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624048/broadcast/4957_7d17bb1a2fad41798288dcadb323520c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624048/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:35.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-25T13:41:33.250000Z",
            "updatedTime": "2018-11-10T18:29:29.022818Z",
            "uploadedTime": "2010-11-25T13:41:33.250000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624048/theora/4957_aacee688be4d4569bf4b9e8e8a3a4161.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624048/large_thumb/large.jpg"
        },
        {
            "id": 626820,
            "name": "Jahve frelser og utsletter",
            "header": "Bibelen skriver sannheten",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626820/theora/Jahve frelser og utsletter.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626820/broadcast/Jahve frelser og utsletter.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626820/large_thumb/Jahve frelser og utsletter.jpg",
                "original": "https://upload.frikanalen.no/media/626820/original/Jahve frelser og utsletter.mp4"
            },
            "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:29:34.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-06-03T05:16:46.978321Z",
            "updatedTime": "2021-06-03T05:40:30.178439Z",
            "uploadedTime": "2021-06-03T05:26:34.969329Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626820/theora/Jahve frelser og utsletter.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626820/large_thumb/Jahve frelser og utsletter.jpg"
        },
        {
            "id": 623896,
            "name": "Jesus i India del 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623896/theora/4708_06f1aad473c846e39712df4c55f277d1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623896/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623896/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623896/broadcast/4708_bb15f98c78504210a10742636f8961bb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623896/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:29:34.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-03T09:22:20.980000Z",
            "updatedTime": "2018-11-10T18:29:29.224765Z",
            "uploadedTime": "2010-09-03T09:22:20.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623896/theora/4708_06f1aad473c846e39712df4c55f277d1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623896/large_thumb/large.jpg"
        },
        {
            "id": 624074,
            "name": "EBF pr1-CHK pr2 20101208",
            "header": "helseEva-britt Fjeldberg\noch källan Carl henrik karlson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624074/theora/5041_9ef8c5b64cd4443899d9352adaba9720.ogv",
                "original": "https://upload.frikanalen.no/media/624074/original/orig_0f8c158dd46047019751735ff7eb0135.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624074/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624074/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624074/broadcast/5041_d44ad0897c1f45f4aa5fa000d8a2175e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624074/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-03T12:09:54.437000Z",
            "updatedTime": "2018-11-10T18:29:28.988539Z",
            "uploadedTime": "2010-12-03T12:09:54.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624074/theora/5041_9ef8c5b64cd4443899d9352adaba9720.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624074/large_thumb/large.jpg"
        },
        {
            "id": 625243,
            "name": "Eckankar: How to survive spiritually in our times",
            "header": "Eckankar er religionen om Guds Lyd og Lys.\r\nHarold Klemp, Eckankar åndelige leder, holder foredrag om forskjellige spirituelle temaer.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625243/theora/How-to-survive-spiritually-in-our-times.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625243/large_thumb/How-to-survive-spiritually-in-our-times.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625243/small_thumb/How-to-survive-spiritually-in-our-times.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625243/broadcast/How-to-survive-spiritually-in-our-times.avi"
            },
            "creator": "info@eckankar.no",
            "organization": {
                "id": 131,
                "name": "ECKANKAR Norge",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2094,
                "editorName": "Kjell Aarhus",
                "editorEmail": "info@eckankar.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:30.760000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-02-25T21:38:38Z",
            "updatedTime": "2020-09-15T21:56:56.341154Z",
            "uploadedTime": "2014-02-25T21:38:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625243/theora/How-to-survive-spiritually-in-our-times.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625243/large_thumb/How-to-survive-spiritually-in-our-times.jpg"
        },
        {
            "id": 624168,
            "name": "VDF#6-2_fk2930 20110117",
            "header": "Verdens Gjensfødelse\nmed Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624168/theora/5157_082e8dc3f6434216869982f2ec9b20c5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624168/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624168/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624168/broadcast/5157_d472f69ce188461fad3b0c21eb56f8c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624168/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-01-12T12:15:55.823000Z",
            "updatedTime": "2018-11-10T18:29:28.869102Z",
            "uploadedTime": "2011-01-12T12:15:55.823000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624168/theora/5157_082e8dc3f6434216869982f2ec9b20c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624168/large_thumb/large.jpg"
        },
        {
            "id": 624759,
            "name": "UKA TV 2012 episode 1",
            "header": "UKA-TV er en av Nordens største student-tv-produksjoner, og lages i forbindelse med UKA-festivalen. I 2011 var over 100 studenter med på å lage UKA-TV!\r\n20. - 26. februar skal et 30-minutters program produseres fra studio hver dag, som inneholder gjester, artistopptredener og forhåndsproduserte innslag. Hver kveld vises sendingene både over nett og på tv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624759/theora/5905_911cf44b248b456cbd459769620b679c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624759/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624759/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624759/broadcast/5905_58d346430f044a628cf287708e0a26cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624759/large_thumb/large.jpg"
            },
            "creator": "taraldmoe@gmail.com",
            "organization": {
                "id": 120,
                "name": "Uka-TV 2012",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2057,
                "editorName": "Tarald Moe Bjølseth",
                "editorEmail": "taraldmoe@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:30.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-02T14:45:08.937000Z",
            "updatedTime": "2018-11-10T18:29:28.099847Z",
            "uploadedTime": "2012-01-02T14:45:08.937000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624759/theora/5905_911cf44b248b456cbd459769620b679c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624759/large_thumb/large.jpg"
        },
        {
            "id": 624760,
            "name": "UKA TV 2012 episode 2",
            "header": "UKA-TV er en av Nordens største student-tv-produksjoner, og lages i forbindelse med UKA-festivalen. I 2011 var over 100 studenter med på å lage UKA-TV!\r\n20. - 26. februar skal et 30-minutters program produseres fra studio hver dag, som inneholder gjester, artistopptredener og forhåndsproduserte innslag. Hver kveld vises sendingene både over nett og på tv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624760/theora/5906_231936b47e6147e58ac99f95d1568520.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624760/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624760/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624760/broadcast/5906_6a3a74be96014b97aec5b8c27753038b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624760/large_thumb/large.jpg"
            },
            "creator": "taraldmoe@gmail.com",
            "organization": {
                "id": 120,
                "name": "Uka-TV 2012",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2057,
                "editorName": "Tarald Moe Bjølseth",
                "editorEmail": "taraldmoe@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:30.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-02T14:45:52.827000Z",
            "updatedTime": "2018-11-10T18:29:28.098305Z",
            "uploadedTime": "2012-01-02T14:45:52.827000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624760/theora/5906_231936b47e6147e58ac99f95d1568520.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624760/large_thumb/large.jpg"
        },
        {
            "id": 624460,
            "name": "De Gode Nyheterna 20110815",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624460/theora/5566_66296c1d483a4ee08c7c49a1f5c21fad.ogv",
                "original": "https://upload.frikanalen.no/media/624460/original/orig_f80bfbca2fc74bd0b079ecadb79f547a.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624460/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624460/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624460/broadcast/5566_3ce4ff608f224303b2606571e5cab20c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624460/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:31:05.943000Z",
            "updatedTime": "2018-11-10T18:29:28.488429Z",
            "uploadedTime": "2011-05-05T15:31:05.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624460/theora/5566_66296c1d483a4ee08c7c49a1f5c21fad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624460/large_thumb/large.jpg"
        },
        {
            "id": 624055,
            "name": "T4G 20101201",
            "header": "Time 4 Glory med Tommy M Josefsson\nOch Svenn Johansson_01",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624055/theora/4961_4b0554c6a4c34b6f86a941121068f316.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624055/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624055/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624055/broadcast/4961_33acc6c2ecb44adb8a9f161c2bad132b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624055/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-29T14:15:09.523000Z",
            "updatedTime": "2018-11-10T18:29:29.013301Z",
            "uploadedTime": "2010-11-29T14:15:09.523000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624055/theora/4961_4b0554c6a4c34b6f86a941121068f316.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624055/large_thumb/large.jpg"
        },
        {
            "id": 624454,
            "name": "De Gode Nyheterna 20110801",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624454/theora/5562_58cd0efba6ed420482230747bb4f32d5.ogv",
                "original": "https://upload.frikanalen.no/media/624454/original/orig_f7310962f87c4baab03e5edb7685c391.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624454/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624454/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624454/broadcast/5562_e0626fbf926d424aa5b8e17e2937ed3f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624454/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:30",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-05-05T15:28:41.340000Z",
            "updatedTime": "2018-11-10T18:29:28.496657Z",
            "uploadedTime": "2011-05-05T15:28:41.340000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624454/theora/5562_58cd0efba6ed420482230747bb4f32d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624454/large_thumb/large.jpg"
        }
    ]
}