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

{
    "count": 3725,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2200&ordering=ref_url",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2100&ordering=ref_url",
    "results": [
        {
            "id": 622186,
            "name": "Hverdagskost del 6",
            "header": "Jesu gjenkomst og endens tid",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622186/theora/1704_9f6b92288b18444398c20a0ae55cb00e.ogv",
                "original": "https://upload.frikanalen.no/media/622186/original/orig_65fea3c32d734e6b891656c9cfee94ad.avi",
                "smallThumb": "https://upload.frikanalen.no/media/622186/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622186/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622186/broadcast/1704_5630470c8a0d49eb91e7699168cc3409.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622186/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:30.360000",
            "durationSec": 1650.36,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:24:00Z",
            "updatedTime": "2018-11-10T18:29:31.069966Z",
            "uploadedTime": "2009-01-02T04:24:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622186/theora/1704_9f6b92288b18444398c20a0ae55cb00e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622186/large_thumb/large.jpg"
        },
        {
            "id": 623338,
            "name": "Akkurat Nå! 17.01.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623338/theora/3746_51395897e4b74cc89d95d7e2c99a1c2d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623338/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623338/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623338/broadcast/3746_3e06abb6d8504c7797658f5c43689543.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623338/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:49:12.880000",
            "durationSec": 2952.88,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T09:19:48.057000Z",
            "updatedTime": "2018-11-10T18:29:29.926065Z",
            "uploadedTime": "2009-12-29T09:19:48.057000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623338/theora/3746_51395897e4b74cc89d95d7e2c99a1c2d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623338/large_thumb/large.jpg"
        },
        {
            "id": 623337,
            "name": "Apokalypsis 06B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623337/theora/3804_62c9a48ea9e54bf8b44633d0ab9f262b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623337/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623337/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623337/broadcast/3804_0e905b5a58c84435b662b47608dc6569.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623337/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:02:30.010000Z",
            "updatedTime": "2018-11-10T18:29:29.927596Z",
            "uploadedTime": "2010-01-05T22:02:30.010000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623337/theora/3804_62c9a48ea9e54bf8b44633d0ab9f262b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623337/large_thumb/large.jpg"
        },
        {
            "id": 623336,
            "name": "Apokalypsis 12B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623336/theora/3810_6427294046a64d7e815b2d588b05074d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623336/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623336/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623336/broadcast/3810_8f95fa74e46c43879242339c71e28962.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623336/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:05:58.010000Z",
            "updatedTime": "2018-11-10T18:29:29.928965Z",
            "uploadedTime": "2010-01-05T22:05:58.010000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623336/theora/3810_6427294046a64d7e815b2d588b05074d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623336/large_thumb/large.jpg"
        },
        {
            "id": 623335,
            "name": "Apokalypsis 07B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623335/theora/3805_574f3e1652294267ba6405c4655ca336.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623335/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623335/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623335/broadcast/3805_ccb9eb56d0474339b00e8563357254fb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623335/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:03:44.497000Z",
            "updatedTime": "2018-11-10T18:29:29.930313Z",
            "uploadedTime": "2010-01-05T22:03:44.497000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623335/theora/3805_574f3e1652294267ba6405c4655ca336.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623335/large_thumb/large.jpg"
        },
        {
            "id": 628179,
            "name": "(9) Absurd video fra Jehovas Vitners ledelse. De er OVER-FOKUSERT når det gjelder seksuell adferd blant sine medlemmer. Dette er \"Pillowgate Del 2\"",
            "header": "E.Langemyr",
            "description": "Vakttårnet og Det Styrende Råd vet alt om seksuell adferd og alle handlinger og oppførsler som er relatert til dette temaet. \nDette blir utdypet i denne videoen, og mange Jehovas Vitner lurer nå på hvordan deres ledere har tilegnet seg slik en \"UREN\" kunnskap?\nDette er (Del 2) av videoen som på Internett blir kalt \"Pillowgate\" \nDenne delen fokuserer på SØSTRE",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628179/theora/youtube_OpucZ1nVbZg.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628179/broadcast/youtube_OpucZ1nVbZg.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628179/large_thumb/youtube_OpucZ1nVbZg.jpg",
                "original": "https://upload.frikanalen.no/media/628179/original/youtube_OpucZ1nVbZg.mp4"
            },
            "creator": "egil@skarning.no",
            "organization": {
                "id": 251,
                "name": "Sannheten",
                "homepage": "www.sannheten.org",
                "description": "Vi ønsker å formidle den usensurerte SANNHETEN om erfaringer knyttet til livet i og utenfor Jehovas vitner og Vakttårnets Bibel- og Traktatselskap.",
                "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "editorId": 2827,
                "editorName": "E. S. Langemyr",
                "editorEmail": "egil@skarning.no",
                "editorMsisdn": "+47 40 05 19 78",
                "fkmember": true
            },
            "duration": "00:15:53.960000",
            "durationSec": 953.96,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-07-08T20:59:44.052525Z",
            "updatedTime": "2025-07-08T22:41:30.247997Z",
            "uploadedTime": "2025-07-08T22:27:35.662509Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628179/theora/youtube_OpucZ1nVbZg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628179/large_thumb/youtube_OpucZ1nVbZg.jpg"
        },
        {
            "id": 623333,
            "name": "Drøfting av Quranen del 67",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623333/theora/3750_2c5f23feea0948aea494c47d9591cfb7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623333/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623333/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623333/broadcast/3750_0c01945cc29b40a0acd114740bb0f900.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623333/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:27.840000",
            "durationSec": 1767.84,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T14:26:32Z",
            "updatedTime": "2018-11-10T18:29:29.933182Z",
            "uploadedTime": "2009-12-29T14:26:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623333/theora/3750_2c5f23feea0948aea494c47d9591cfb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623333/large_thumb/large.jpg"
        },
        {
            "id": 623331,
            "name": "Apokalypsis 11B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623331/theora/3809_baa71c0bbe4b49429e9fa92882931d33.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623331/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623331/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623331/broadcast/3809_591a26117be14940b3b4e30f85b7aafb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623331/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:05:29.963000Z",
            "updatedTime": "2018-11-10T18:29:29.934528Z",
            "uploadedTime": "2010-01-05T22:05:29.963000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623331/theora/3809_baa71c0bbe4b49429e9fa92882931d33.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623331/large_thumb/large.jpg"
        },
        {
            "id": 623330,
            "name": "Apokalypsis 10B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623330/theora/3808_253ddb8c82394540b87d0ee4db60b3dd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623330/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623330/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623330/broadcast/3808_9b6190eeced84740a7353c67f1d5a8e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623330/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:04:57.213000Z",
            "updatedTime": "2018-11-10T18:29:29.935976Z",
            "uploadedTime": "2010-01-05T22:04:57.213000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623330/theora/3808_253ddb8c82394540b87d0ee4db60b3dd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623330/large_thumb/large.jpg"
        },
        {
            "id": 623329,
            "name": "Apokalypsis 09B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623329/theora/3807_db47ccbfb03a4c16aea6544ded545b60.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623329/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623329/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623329/broadcast/3807_95e980ee0a00423eab748f4385007cb9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623329/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:04:31.840000Z",
            "updatedTime": "2018-11-10T18:29:29.937382Z",
            "uploadedTime": "2010-01-05T22:04:31.840000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623329/theora/3807_db47ccbfb03a4c16aea6544ded545b60.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623329/large_thumb/large.jpg"
        },
        {
            "id": 623328,
            "name": "Apokalypsis 08B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623328/theora/3806_f420fdab1b0d4a9bb3c53a8c87c55d08.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623328/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623328/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623328/broadcast/3806_cd4f0303a4b94c759a4c4524725104e4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623328/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:04:06.557000Z",
            "updatedTime": "2018-11-10T18:29:29.938730Z",
            "uploadedTime": "2010-01-05T22:04:06.557000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623328/theora/3806_f420fdab1b0d4a9bb3c53a8c87c55d08.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623328/large_thumb/large.jpg"
        },
        {
            "id": 623327,
            "name": "Apokalypsis 06A",
            "header": "Det kan neppe være en tilfeldighet at Åpenbaringsboken beskriver begivenheter i historien og i vår egen tid så nøyaktig. Med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623327/theora/3792_e18157262e7f47b59e5564a170a924ac.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623327/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623327/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623327/broadcast/3792_4443d1c7e1414bb38e43a36e341ac98f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623327/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T21:53:59.173000Z",
            "updatedTime": "2018-11-10T18:29:29.940127Z",
            "uploadedTime": "2010-01-05T21:53:59.173000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623327/theora/3792_e18157262e7f47b59e5564a170a924ac.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623327/large_thumb/large.jpg"
        },
        {
            "id": 623326,
            "name": "Apokalypsis 05B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623326/theora/3803_591b938961934c64a7f553cb3ad5ecf0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623326/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623326/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623326/broadcast/3803_9385816e9871444bb81cd9a466d85d0e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623326/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:01:53.027000Z",
            "updatedTime": "2018-11-10T18:29:29.941474Z",
            "uploadedTime": "2010-01-05T22:01:53.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623326/theora/3803_591b938961934c64a7f553cb3ad5ecf0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623326/large_thumb/large.jpg"
        },
        {
            "id": 623325,
            "name": "Apokalypsis 04B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623325/theora/3802_c52239df05324d49ba4db01bdfd8b08f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623325/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623325/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623325/broadcast/3802_5794add2104c49b2a34339dfe9d6bd73.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623325/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:01:26.387000Z",
            "updatedTime": "2018-11-10T18:29:29.943565Z",
            "uploadedTime": "2010-01-05T22:01:26.387000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623325/theora/3802_c52239df05324d49ba4db01bdfd8b08f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623325/large_thumb/large.jpg"
        },
        {
            "id": 623324,
            "name": "Apokalypsis 05A",
            "header": "Det kan neppe være en tilfeldighet at Åpenbaringsboken beskriver begivenheter i historien og i vår egen tid så nøyaktig. Med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623324/theora/3791_dfe860b7be18419b96dfb7ec226c6248.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623324/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623324/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623324/broadcast/3791_24952f2489e749cbb9a0006649b9b536.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623324/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T21:53:31.330000Z",
            "updatedTime": "2018-11-10T18:29:29.945187Z",
            "uploadedTime": "2010-01-05T21:53:31.330000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623324/theora/3791_dfe860b7be18419b96dfb7ec226c6248.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623324/large_thumb/large.jpg"
        },
        {
            "id": 623323,
            "name": "Apokalypsis 04A",
            "header": "Det kan neppe være en tilfeldighet at Åpenbaringsboken beskriver begivenheter i historien og i vår egen tid så nøyaktig. Med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623323/theora/3790_b76759a0992a4f34a08cf6e1e2c05397.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623323/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623323/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623323/broadcast/3790_0d9837c433c140c8b3a32b19615d49e8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623323/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T21:52:47.720000Z",
            "updatedTime": "2018-11-10T18:29:29.946593Z",
            "uploadedTime": "2010-01-05T21:52:47.720000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623323/theora/3790_b76759a0992a4f34a08cf6e1e2c05397.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623323/large_thumb/large.jpg"
        },
        {
            "id": 623322,
            "name": "Apokalypsis 03B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623322/theora/3801_2b423620bf604408b15e9bed95ed67be.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623322/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623322/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623322/broadcast/3801_beb962cb1edf4237b394bc8f0e262d84.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623322/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:00:58.323000Z",
            "updatedTime": "2018-11-10T18:29:29.948075Z",
            "uploadedTime": "2010-01-05T22:00:58.323000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623322/theora/3801_2b423620bf604408b15e9bed95ed67be.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623322/large_thumb/large.jpg"
        },
        {
            "id": 623321,
            "name": "Apokalypsis 03A",
            "header": "Det kan neppe være en tilfeldighet at Åpenbaringsboken beskriver begivenheter i historien og i vår egen tid så nøyaktig. Med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623321/theora/3789_521250793a9446faa9e6c22187c054c6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623321/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623321/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623321/broadcast/3789_c5b9c7302fdb4a84b6fabf88db68a412.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623321/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T21:52:13.767000Z",
            "updatedTime": "2018-11-10T18:29:29.949490Z",
            "uploadedTime": "2010-01-05T21:52:13.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623321/theora/3789_521250793a9446faa9e6c22187c054c6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623321/large_thumb/large.jpg"
        },
        {
            "id": 623320,
            "name": "Apokalypsis 02B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623320/theora/3800_bf702064039545b0a8c8e33c85dc8604.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623320/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623320/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623320/broadcast/3800_df9dd944b24442c090cddf0bfcf39b17.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623320/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:59.880000",
            "durationSec": 1559.88,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T22:00:31.463000Z",
            "updatedTime": "2018-11-10T18:29:29.950843Z",
            "uploadedTime": "2010-01-05T22:00:31.463000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623320/theora/3800_bf702064039545b0a8c8e33c85dc8604.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623320/large_thumb/large.jpg"
        },
        {
            "id": 623319,
            "name": "Apokalypsis 02A",
            "header": "Det kan neppe være en tilfeldighet at Åpenbaringsboken beskriver begivenheter i historien og i vår egen tid så nøyaktig. Med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623319/theora/3788_ea6da2b9e13644caa5331b1221fd5660.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623319/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623319/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623319/broadcast/3788_34fd2d746c5d41de854950c41f5afa0d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623319/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T21:50:16.517000Z",
            "updatedTime": "2018-11-10T18:29:29.952328Z",
            "uploadedTime": "2010-01-05T21:50:16.517000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623319/theora/3788_ea6da2b9e13644caa5331b1221fd5660.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623319/large_thumb/large.jpg"
        },
        {
            "id": 623318,
            "name": "Apokalypsis 01A",
            "header": "Det kan neppe være en tilfeldighet at Åpenbaringsboken beskriver begivenheter i historien og i vår egen tid så nøyaktig. Med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623318/theora/3785_22772206a1d04ac29e21c670783ec5d7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623318/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623318/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623318/broadcast/3785_414d5ef3b8314af5aa05b4dcb2130673.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623318/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T21:39:50.097000Z",
            "updatedTime": "2018-11-10T18:29:29.953683Z",
            "uploadedTime": "2010-01-05T21:39:50.097000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623318/theora/3785_22772206a1d04ac29e21c670783ec5d7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623318/large_thumb/large.jpg"
        },
        {
            "id": 623317,
            "name": "Apokalypsis 01B",
            "header": "Oppfølger til Apokalypsis-programmene. Med Kenneth Bergland og Bjørn Eivind Holm.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623317/theora/3799_aee9ace0c5d94c629a7d31a64ba37184.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623317/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623317/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623317/broadcast/3799_f0b578578e424749be0ab3e369034000.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623317/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "durationSec": 1560.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-05T21:59:28.200000Z",
            "updatedTime": "2018-11-10T18:29:29.955039Z",
            "uploadedTime": "2010-01-05T21:59:28.200000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623317/theora/3799_aee9ace0c5d94c629a7d31a64ba37184.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623317/large_thumb/large.jpg"
        },
        {
            "id": 623316,
            "name": "New Life 2010 del 02",
            "header": "Fra Ebenezer barnehjem.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623316/theora/3887_e6cbb05f6d89442ea12795fe0da1e90d.ogv",
                "original": "https://upload.frikanalen.no/media/623316/original/orig_918a904cc8e14f2aa0e388256b55a83c.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623316/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623316/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623316/broadcast/3887_c3f9649e0bd94987bbfc3c0ec1c5e185.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623316/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:31.840000",
            "durationSec": 1531.84,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-13T20:51:37.183000Z",
            "updatedTime": "2018-11-10T18:29:29.956424Z",
            "uploadedTime": "2010-01-13T20:51:37.183000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623316/theora/3887_e6cbb05f6d89442ea12795fe0da1e90d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623316/large_thumb/large.jpg"
        },
        {
            "id": 623315,
            "name": "Hjerte Til Hjerte nr. 16",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623315/theora/3641_35b162845a6149d1904f1de8623ceb9b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623315/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623315/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623315/broadcast/3641_8324786f98b84edfbae6eb66ac8130af.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623315/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.120000",
            "durationSec": 1740.12,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-10T08:53:15.090000Z",
            "updatedTime": "2018-11-10T18:29:29.957800Z",
            "uploadedTime": "2009-11-10T08:53:15.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623315/theora/3641_35b162845a6149d1904f1de8623ceb9b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623315/large_thumb/large.jpg"
        },
        {
            "id": 623314,
            "name": "New Life 2010 del 01",
            "header": "Fra Ebenezer Barnehjem.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623314/theora/3885_578daf53c2ba4f8492d7cdf97b590892.ogv",
                "original": "https://upload.frikanalen.no/media/623314/original/orig_eb0a2198eb3141ee89e43ac3c7dc4694.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623314/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623314/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623314/broadcast/3885_fd876d1d41de4899a0a1fdcc6bc7e1c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623314/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:23.080000",
            "durationSec": 1583.08,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-12T22:33:28.657000Z",
            "updatedTime": "2018-11-10T18:29:29.959212Z",
            "uploadedTime": "2010-01-12T22:33:28.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623314/theora/3885_578daf53c2ba4f8492d7cdf97b590892.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623314/large_thumb/large.jpg"
        },
        {
            "id": 623313,
            "name": "Den norske kirke i eksil del 41",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623313/theora/3886_d995712f9cc1459ba6359cc4716b5200.ogv",
                "original": "https://upload.frikanalen.no/media/623313/original/orig_814f2d5bfbe6424982bf9e7f10ab8f0a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623313/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623313/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623313/broadcast/3886_872b501b706c4acaa8a0e0af2a88d004.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623313/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:17.120000",
            "durationSec": 1637.12,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-13T04:38:20.387000Z",
            "updatedTime": "2018-11-10T18:29:29.960575Z",
            "uploadedTime": "2010-01-13T04:38:20.387000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623313/theora/3886_d995712f9cc1459ba6359cc4716b5200.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623313/large_thumb/large.jpg"
        },
        {
            "id": 622187,
            "name": "Drøfting av Quranen del 11",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622187/theora/1708_2bfa6e6d6ac44a70982dc092c4cc37c4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622187/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622187/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622187/broadcast/orig_Drøfting av Quranen del 11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622187/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:33:15.040000",
            "durationSec": 1995.04,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:28:00Z",
            "updatedTime": "2018-11-10T18:29:31.068627Z",
            "uploadedTime": "2009-01-02T04:28:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622187/theora/1708_2bfa6e6d6ac44a70982dc092c4cc37c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622187/large_thumb/large.jpg"
        },
        {
            "id": 627852,
            "name": "Guds hensikter",
            "header": "Nyttig lærdom i dagens situasjon",
            "description": "Nyttig lærdom i dagens situasjon",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627852/theora/Guds hensikter... (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627852/broadcast/Guds hensikter... (1).dv",
                "original": "https://upload.frikanalen.no/media/627852/original/Guds hensikter... (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627852/large_thumb/Guds hensikter... (1).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": "Anders Helge Myhren",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "+47 97 57 89 63",
                "fkmember": true
            },
            "duration": "00:40:30.400000",
            "durationSec": 2430.4,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-06T09:27:21.368857Z",
            "updatedTime": "2024-02-06T10:04:15.150947Z",
            "uploadedTime": "2024-02-06T09:45:10.520292Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627852/theora/Guds hensikter... (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627852/large_thumb/Guds hensikter... (1).jpg"
        },
        {
            "id": 627990,
            "name": "Diesen i samtale med Fyodor Lukyanov",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627990/theora/Diesen_Lukyanov.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627990/broadcast/Diesen_Lukyanov.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627990/large_thumb/Diesen_Lukyanov.jpg",
                "original": "https://upload.frikanalen.no/media/627990/original/Diesen_Lukyanov.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "01:29:08.400000",
            "durationSec": 5348.4,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-12-06T15:26:30.378245Z",
            "updatedTime": "2024-12-12T20:18:56.462723Z",
            "uploadedTime": "2024-12-06T15:33:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627990/theora/Diesen_Lukyanov.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627990/large_thumb/Diesen_Lukyanov.jpg"
        },
        {
            "id": 623311,
            "name": "Akkurat Nå! 10.01.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623311/theora/3745_4b1cca3aeccc4bdc804cb65964adff4b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623311/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623311/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623311/broadcast/3745_6beb273030d34b81912f36e2fbfa2a22.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623311/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:50:25.240000",
            "durationSec": 3025.24,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T09:18:56.730000Z",
            "updatedTime": "2018-11-10T18:29:29.963266Z",
            "uploadedTime": "2009-12-29T09:18:56.730000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623311/theora/3745_4b1cca3aeccc4bdc804cb65964adff4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623311/large_thumb/large.jpg"
        },
        {
            "id": 628088,
            "name": "1. mai 2025. Solidaritetsdag og kamp for rettferd.",
            "header": "",
            "description": "1. mai 2025. Solidaritetsdag og kamp for rettferd.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628088/theora/1. mai 2025. Solidaritetsdag og kamp for rettferd..ogv",
                "broadcast": "https://upload.frikanalen.no/media/628088/broadcast/1. mai 2025. Solidaritetsdag og kamp for rettferd..dv",
                "original": "https://upload.frikanalen.no/media/628088/original/1. mai 2025. Solidaritetsdag og kamp for rettferd..mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628088/large_thumb/1. mai 2025. Solidaritetsdag og kamp for rettferd..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 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:05:54.680000",
            "durationSec": 354.68,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-05-04T21:46:58.594390Z",
            "updatedTime": "2025-06-29T21:05:44.338825Z",
            "uploadedTime": "2025-05-04T23:33:04Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628088/theora/1. mai 2025. Solidaritetsdag og kamp for rettferd..ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628088/large_thumb/1. mai 2025. Solidaritetsdag og kamp for rettferd..jpg"
        },
        {
            "id": 622188,
            "name": "Drøfting av Quranen del 12",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622188/theora/1709_5703bb0117a1408280fbf19d8c11462c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622188/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622188/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622188/broadcast/orig_Drøfting av Quranen del 12.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622188/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:08.560000",
            "durationSec": 1868.56,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:29:00Z",
            "updatedTime": "2018-11-10T18:29:31.067233Z",
            "uploadedTime": "2009-01-02T04:29:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622188/theora/1709_5703bb0117a1408280fbf19d8c11462c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622188/large_thumb/large.jpg"
        },
        {
            "id": 623306,
            "name": "Den norske kirke i eksil del 40",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623306/theora/3813_53ac653333504ba39875a25b6e061d9a.ogv",
                "original": "https://upload.frikanalen.no/media/623306/original/orig_50923b4c3ef648f8a869f370b01d80f4.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623306/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623306/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623306/broadcast/3813_cda0ceecd7084e779aa7f7f6f3dfac15.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623306/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:45.440000",
            "durationSec": 1665.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-06T20:16:32.470000Z",
            "updatedTime": "2018-11-10T18:29:29.968758Z",
            "uploadedTime": "2010-01-06T20:16:32.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623306/theora/3813_53ac653333504ba39875a25b6e061d9a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623306/large_thumb/large.jpg"
        },
        {
            "id": 623167,
            "name": "Talentfabrikken 2. juni 2010 (R)",
            "header": "Reprise fra uke 43, 2009",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623167/theora/2855_df1d1bb3a78348fda94edde76a484c5a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623167/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623167/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623167/broadcast/2855_6428c63c738747f1be33101f6b86d40a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623167/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:09.520000",
            "durationSec": 1689.52,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-15T22:11:24.403000Z",
            "updatedTime": "2018-11-10T18:29:30.139380Z",
            "uploadedTime": "2009-05-15T22:11:24.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623167/theora/2855_df1d1bb3a78348fda94edde76a484c5a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623167/large_thumb/large.jpg"
        },
        {
            "id": 623303,
            "name": "Møteplassen - Tap 5",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623303/theora/3399_5798bddd3b37467b89392f6400eb8f9a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623303/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623303/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623303/broadcast/3399_25b9bbf7f820406aa6e513b5d17e1a48.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623303/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T09:03:11Z",
            "updatedTime": "2018-11-10T18:29:29.972865Z",
            "uploadedTime": "2009-09-04T09:03:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623303/theora/3399_5798bddd3b37467b89392f6400eb8f9a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623303/large_thumb/large.jpg"
        },
        {
            "id": 623360,
            "name": "M@thias' verden del 2",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623360/theora/3924_a292b973b2af40cda3b2765edd14873a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623360/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623360/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623360/broadcast/3924_719607d6a2904f5c99ca08a99a975390.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623360/large_thumb/large.jpg"
            },
            "creator": "toresbe@protonmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 91 85 95 08",
                "fkmember": true
            },
            "duration": "00:20:07.080000",
            "durationSec": 1207.08,
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-27T09:06:41.630000Z",
            "updatedTime": "2021-02-12T13:51:54.895286Z",
            "uploadedTime": "2010-01-27T09:06:41Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623360/theora/3924_a292b973b2af40cda3b2765edd14873a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623360/large_thumb/large.jpg"
        },
        {
            "id": 623301,
            "name": "Bazar Ungdomsbussen i Fjære",
            "header": "\"En bussjåfør, en bussjåfør\", synger ungdommene i Grimstad. Sjåføren heter Kjell-Olav Haugen, og i Bazar får du se hvordan han sørger for at ungdommene kommer seg til Fjøre kirke hver mandag kveld.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623301/theora/3668_4763dae79582468dba73e9ddc0028d57.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623301/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623301/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623301/broadcast/3668_f64f872d652c476f8fdd960c9bed6def.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623301/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-27T12:27:36Z",
            "updatedTime": "2018-11-10T18:29:29.975803Z",
            "uploadedTime": "2009-11-27T12:27:36Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623301/theora/3668_4763dae79582468dba73e9ddc0028d57.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623301/large_thumb/large.jpg"
        },
        {
            "id": 628160,
            "name": "Femte Mosebok",
            "header": "Moses taler til hele Israel",
            "description": "Ved Anders Helge Myhren",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628160/theora/5.mosebok.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628160/broadcast/5.mosebok.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628160/large_thumb/5.mosebok.jpg",
                "original": "https://upload.frikanalen.no/media/628160/original/5.mosebok.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": "Anders Helge Myhren",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "+47 97 57 89 63",
                "fkmember": true
            },
            "duration": "01:07:26.300000",
            "durationSec": 4046.3,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-07-02T13:04:38.688240Z",
            "updatedTime": "2025-07-03T18:33:42.968497Z",
            "uploadedTime": "2025-07-02T13:10:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628160/theora/5.mosebok.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628160/large_thumb/5.mosebok.jpg"
        },
        {
            "id": 622189,
            "name": "Drøfting av Quranen del 13",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622189/theora/1710_e68b38bb793044b19fc7c36171355c8a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622189/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622189/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622189/broadcast/orig_Drøfting av Quranen del 13.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622189/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:42.840000",
            "durationSec": 1902.84,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:30:00Z",
            "updatedTime": "2018-11-10T18:29:31.065819Z",
            "uploadedTime": "2009-01-02T04:30:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622189/theora/1710_e68b38bb793044b19fc7c36171355c8a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622189/large_thumb/large.jpg"
        },
        {
            "id": 623297,
            "name": "Møteplassen - Tap 4",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623297/theora/3398_0c699568bc764796bc122fa0f904192c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623297/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623297/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623297/broadcast/3398_1ce6d9ebfd274c7ea8e7475e5c804ffa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623297/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T09:02:08Z",
            "updatedTime": "2018-11-10T18:29:29.980062Z",
            "uploadedTime": "2009-09-04T09:02:08Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623297/theora/3398_0c699568bc764796bc122fa0f904192c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623297/large_thumb/large.jpg"
        },
        {
            "id": 622190,
            "name": "Drøfting av Quranen del 14",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622190/theora/1711_d41a533672884f5480e2316a2445dba9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622190/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622190/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622190/broadcast/orig_Drøfting av Quranen del 14.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622190/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:31.360000",
            "durationSec": 1831.36,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:31:00Z",
            "updatedTime": "2018-11-10T18:29:31.064185Z",
            "uploadedTime": "2009-01-02T04:31:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622190/theora/1711_d41a533672884f5480e2316a2445dba9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622190/large_thumb/large.jpg"
        },
        {
            "id": 623295,
            "name": "Akkurat nå! 3.januar 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623295/theora/2951_2f7b91498a914dae9a7febe41b44d377.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623295/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623295/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623295/broadcast/2951_19148e33fdb548ed8e352196322c50f5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623295/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:52:49.160000",
            "durationSec": 3169.16,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T13:49:51.270000Z",
            "updatedTime": "2018-11-10T18:29:29.982859Z",
            "uploadedTime": "2009-05-16T13:49:51.270000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623295/theora/2951_2f7b91498a914dae9a7febe41b44d377.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623295/large_thumb/large.jpg"
        },
        {
            "id": 628191,
            "name": "(14) Jehovas Vitner blir fortalt av sine ledere at alle som går ut av deres organisasjon er avskyelige fiender, som snart vil bli utryddet.",
            "header": "E.Langemyr",
            "description": "Som en frafallen fra Jehovas Vitner blir du regnet som en mentalt syk person som er under satans kontroll.\nHvis et tidligere Jehovas vitne tar kontakt med andre medlemmer i menigheten på en positiv og vennlig måte, så\nblir også dette sett på ondskap.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628191/theora/https___www.youtube.com_watchAnthonyMorris16072025Frafallne.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628191/broadcast/https___www.youtube.com_watchAnthonyMorris16072025Frafallne.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628191/large_thumb/https___www.youtube.com_watchAnthonyMorris16072025Frafallne.jpg",
                "original": "https://upload.frikanalen.no/media/628191/original/https___www.youtube.com_watchAnthonyMorris16072025Frafallne.mp4"
            },
            "creator": "egil@skarning.no",
            "organization": {
                "id": 251,
                "name": "Sannheten",
                "homepage": "www.sannheten.org",
                "description": "Vi ønsker å formidle den usensurerte SANNHETEN om erfaringer knyttet til livet i og utenfor Jehovas vitner og Vakttårnets Bibel- og Traktatselskap.",
                "postalAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "streetAddress": "c/o Tom Skarning\r\nØstre Tromøyvei 712\r\n4812 Kongshavn",
                "editorId": 2827,
                "editorName": "E. S. Langemyr",
                "editorEmail": "egil@skarning.no",
                "editorMsisdn": "+47 40 05 19 78",
                "fkmember": true
            },
            "duration": "00:18:57.704371",
            "durationSec": 1137.704371,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-07-15T22:42:11.424658Z",
            "updatedTime": "2025-07-15T22:54:20.706528Z",
            "uploadedTime": "2025-07-15T22:43:00.537401Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628191/theora/https___www.youtube.com_watchAnthonyMorris16072025Frafallne.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628191/large_thumb/https___www.youtube.com_watchAnthonyMorris16072025Frafallne.jpg"
        },
        {
            "id": 623292,
            "name": "Møteplassen - Tap 3",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623292/theora/3396_bbac376e55f04533bcd28f2f26ef1d0d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623292/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623292/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623292/broadcast/3396_331f088d00b141caa0ce72a6e4707b92.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623292/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T09:01:01Z",
            "updatedTime": "2018-11-10T18:29:29.986992Z",
            "uploadedTime": "2009-09-04T09:01:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623292/theora/3396_bbac376e55f04533bcd28f2f26ef1d0d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623292/large_thumb/large.jpg"
        },
        {
            "id": 623291,
            "name": "Inside Israel Januar 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623291/theora/3754_8de06be4a5c04106a64a2156be7b4e95.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623291/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623291/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623291/broadcast/3754_28e322d8eb4544268085b6e5db98a6a2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623291/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:12.920000",
            "durationSec": 1512.92,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-12-29T19:52:37.720000Z",
            "updatedTime": "2018-11-10T18:29:29.988362Z",
            "uploadedTime": "2009-12-29T19:52:37.720000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623291/theora/3754_8de06be4a5c04106a64a2156be7b4e95.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623291/large_thumb/large.jpg"
        },
        {
            "id": 623290,
            "name": "Møteplassen - Tap 2",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623290/theora/3395_820ff9a0be3146f29901a1cb83e277ef.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623290/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623290/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623290/broadcast/3395_b7ee4b0139a14d728b3c1a53c50d46fa.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623290/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T08:59:58Z",
            "updatedTime": "2018-11-10T18:29:29.989728Z",
            "uploadedTime": "2009-09-04T08:59:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623290/theora/3395_820ff9a0be3146f29901a1cb83e277ef.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623290/large_thumb/large.jpg"
        },
        {
            "id": 623289,
            "name": "Møteplassen - Tap 1",
            "header": "Julen 2004 mistet Flemming Kofod-Svendsen fire familiemedlemmer i tsunamien i Asia. Han forteller om sin egen sorg og om en sorg som et mennesklig vilkår. Han har skrevet boken \"Døden, sorgen håpet\" hvor han beskriver hvordan han kunne gå videre i livet med troen i behold.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623289/theora/3394_708024c66c3141af9d6353d4b1afc130.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623289/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623289/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623289/broadcast/3394_fd8b169503da49a3b759e4344fa73985.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623289/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-04T08:58:52Z",
            "updatedTime": "2018-11-10T18:29:29.991142Z",
            "uploadedTime": "2009-09-04T08:58:52Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623289/theora/3394_708024c66c3141af9d6353d4b1afc130.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623289/large_thumb/large.jpg"
        },
        {
            "id": 623288,
            "name": "Den norske kirke i eksil del 39",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623288/theora/3739_8ad024b42a3741aca03f29a567a5a954.ogv",
                "original": "https://upload.frikanalen.no/media/623288/original/orig_faa22d61179e4d5bb946bb660380e8f4.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623288/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623288/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623288/broadcast/3739_90af241df10f42a48541d040e616cbf5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623288/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:18.320000",
            "durationSec": 1638.32,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-26T22:00:10.107000Z",
            "updatedTime": "2018-11-10T18:29:29.992509Z",
            "uploadedTime": "2009-12-26T22:00:10.107000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623288/theora/3739_8ad024b42a3741aca03f29a567a5a954.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623288/large_thumb/large.jpg"
        },
        {
            "id": 622191,
            "name": "Ekstremsportveko 2006 del 1",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622191/theora/1714_52ec3f5651e94ad8a4f631eb9b96131e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622191/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622191/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622191/broadcast/orig_Ekstremsportveko 2006 del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622191/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:49.360000",
            "durationSec": 949.36,
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:34:00Z",
            "updatedTime": "2018-11-10T18:29:31.062628Z",
            "uploadedTime": "2009-01-02T04:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622191/theora/1714_52ec3f5651e94ad8a4f631eb9b96131e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622191/large_thumb/large.jpg"
        },
        {
            "id": 623286,
            "name": "Akkurat nå! 20.desember",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623286/theora/2923_5562b474769d4bf08f81d7f8ae6c0b4e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623286/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623286/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623286/broadcast/2923_ebef47052b5b4381bc15be8c94a778f4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623286/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:50:54.480000",
            "durationSec": 3054.48,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:37:38.810000Z",
            "updatedTime": "2018-11-10T18:29:29.995198Z",
            "uploadedTime": "2009-05-16T12:37:38.810000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623286/theora/2923_5562b474769d4bf08f81d7f8ae6c0b4e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623286/large_thumb/large.jpg"
        }
    ]
}