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

{
    "count": 3875,
    "next": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=3550&ordering=header",
    "previous": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=3450&ordering=header",
    "results": [
        {
            "id": 628309,
            "name": "Test",
            "header": null,
            "description": "TEst",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628309/webm_med/Abstract_-_26011.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628309/large_thumb/Abstract_-_26011.jpg",
                "original": "https://upload.frikanalen.no/media/628309/original/Abstract_-_26011.mp4"
            },
            "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:00:07.033333",
            "durationSec": 7.033333,
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-09-10T10:04:32.769092Z",
            "updatedTime": "2025-09-10T10:06:06.424631Z",
            "uploadedTime": "2025-09-10T10:04:45.823581Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628309/large_thumb/Abstract_-_26011.jpg"
        },
        {
            "id": 628343,
            "name": "Bibelhistorie.  Josef og brødrene",
            "header": null,
            "description": "En unik familiehistorie",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628343/webm_med/Bibelhistorie._Josef_og_brdrene_2.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628343/large_thumb/Bibelhistorie._Josef_og_brdrene_2.jpg",
                "original": "https://upload.frikanalen.no/media/628343/original/Bibelhistorie._Josef_og_brdrene_2.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": "00:41:42.577052",
            "durationSec": 2502.577052,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-10-13T15:29:04.669620Z",
            "updatedTime": "2025-10-13T17:43:51.821252Z",
            "uploadedTime": "2025-10-13T15:30:31.014041Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628343/large_thumb/Bibelhistorie._Josef_og_brdrene_2.jpg"
        },
        {
            "id": 623009,
            "name": "Nornet TV del 23",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623009/theora/3295_7d893880a9434397ae32ab489198184a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623009/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623009/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623009/broadcast/orig_d2f82653606844e0941f32c43f2cac62.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623009/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:59.960000",
            "durationSec": 1739.96,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-26T14:25:18.680000Z",
            "updatedTime": "2018-11-10T18:29:30.343291Z",
            "uploadedTime": "2009-08-26T14:25:18.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623009/theora/3295_7d893880a9434397ae32ab489198184a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623009/large_thumb/large.jpg"
        },
        {
            "id": 625097,
            "name": "51_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625097/theora/6600_1d3b2a0b514348c39cd64e5a5b1a6f9b.ogv",
                "original": "https://upload.frikanalen.no/media/625097/original/orig_a52d4a3bca634723a5380c1b24e1a3d5.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625097/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625097/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625097/broadcast/6600_86e47fba7aa447f78665c0e0eacc03b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625097/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:20",
            "durationSec": 3260.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-12-13T11:39:38.180000Z",
            "updatedTime": "2018-11-10T18:29:27.660209Z",
            "uploadedTime": "2012-12-13T11:39:38.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625097/theora/6600_1d3b2a0b514348c39cd64e5a5b1a6f9b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625097/large_thumb/large.jpg"
        },
        {
            "id": 623010,
            "name": "Østfoldkirken U 36",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623010/theora/3145_f2810e47beaa4d09aaf3f0a1c8d3a42c.ogv",
                "original": "https://upload.frikanalen.no/media/623010/original/orig_126b2b885ab345939d1039dad8c075e7.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623010/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623010/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623010/broadcast/3145_1147855d8e3649498ef953403141d923.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623010/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:00",
            "durationSec": 1860.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-07-14T06:45:14.657000Z",
            "updatedTime": "2018-11-10T18:29:30.341944Z",
            "uploadedTime": "2009-07-14T06:45:14.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623010/theora/3145_f2810e47beaa4d09aaf3f0a1c8d3a42c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623010/large_thumb/large.jpg"
        },
        {
            "id": 623011,
            "name": "Nornet TV del 24",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623011/theora/3303_dddbb8786ee24c53a6589372237a9857.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623011/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623011/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623011/broadcast/orig_f6f9414f02244c38ab16dc30f1bc6242.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623011/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-08-27T08:07:17.020000Z",
            "updatedTime": "2018-11-10T18:29:30.340608Z",
            "uploadedTime": "2009-08-27T08:07:17.020000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623011/theora/3303_dddbb8786ee24c53a6589372237a9857.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623011/large_thumb/large.jpg"
        },
        {
            "id": 628336,
            "name": "(38) Jehovas vitner - Tre eldstebrødre i Frankrike har ekskludert sine egne ledere Det Styrende Råd – Men er disse brødrene falske, eller er de ansatt av Vakttårnet?",
            "header": null,
            "description": "(38) Jehovas vitner - Tre eldstebrødre i Frankrike har ekskludert sine egne ledere Det Styrende Råd – Men er disse brødrene falske, eller er de ansatt av Vakttårnet? Videoen presenteres av Johnny Sandbakk.",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628336/webm_med/104_Er_de_ansatt_av_Vakttarnet.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628336/large_thumb/104_Er_de_ansatt_av_Vakttarnet.jpg",
                "original": "https://upload.frikanalen.no/media/628336/original/104_Er_de_ansatt_av_Vakttarnet.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:13:46.351746",
            "durationSec": 826.351746,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-10-12T17:13:03.863230Z",
            "updatedTime": "2025-10-12T17:22:13.773656Z",
            "uploadedTime": "2025-10-12T17:13:42.655074Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628336/large_thumb/104_Er_de_ansatt_av_Vakttarnet.jpg"
        },
        {
            "id": 625111,
            "name": "52_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625111/theora/6619_365e6a9fcb364db4b508ec77b6fa369e.ogv",
                "original": "https://upload.frikanalen.no/media/625111/original/orig_16cd2bded0084d0590a700a9659d8e1e.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625111/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625111/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625111/broadcast/6619_42ba2fbbd67a4103895d61e587d41bca.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625111/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:52",
            "durationSec": 3292.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-12-21T08:29:46.513000Z",
            "updatedTime": "2018-11-10T18:29:27.643732Z",
            "uploadedTime": "2012-12-21T08:29:46.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625111/theora/6619_365e6a9fcb364db4b508ec77b6fa369e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625111/large_thumb/large.jpg"
        },
        {
            "id": 623382,
            "name": "Akkurat nå! 14.02.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623382/theora/3952_6932306a32264620a5ef3371abce9d58.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623382/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623382/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623382/broadcast/3952_8cfcde782a274b2eb2778339e68d6c79.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623382/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:31.320000",
            "durationSec": 3211.32,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-13T07:20:31.013000Z",
            "updatedTime": "2018-11-10T18:29:29.863679Z",
            "uploadedTime": "2010-02-13T07:20:31.013000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623382/theora/3952_6932306a32264620a5ef3371abce9d58.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623382/large_thumb/large.jpg"
        },
        {
            "id": 628271,
            "name": "(35) Jehovas Vitner og Vakttårn-organisasjonen ble tatt i løgn og svindel under pandemien. Mat-donasjoner fra Trump-administrasjonen ble fortalt å være fra Vakttårnet",
            "header": null,
            "description": "Vakttårn-organisasjonen blir tatt på fersken i å lyve om å ha mottatt mat-donasjoner fra Trump-administrasjonen, og de tok æren for det. De fjernet dokumenter som opplyste om hvem som gav vitnene denne maten Dette er svindel satt i system.",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628271/webm_med/Vakttarnet_svindlet_Donald_Trump_ny.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628271/large_thumb/Vakttarnet_svindlet_Donald_Trump_ny.jpg",
                "original": "https://upload.frikanalen.no/media/628271/original/Vakttarnet_svindlet_Donald_Trump_ny.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:49:00.200000",
            "durationSec": 2940.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-08-18T00:00:36.732758Z",
            "updatedTime": "2025-08-18T02:42:31.796646Z",
            "uploadedTime": "2025-08-18T00:05:44.866029Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628271/large_thumb/Vakttarnet_svindlet_Donald_Trump_ny.jpg"
        },
        {
            "id": 628344,
            "name": "Jehova og Moses",
            "header": null,
            "description": "En fantastisk samtale",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628344/webm_med/Bibelhistorie._Jehova_og_Moses.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628344/large_thumb/Bibelhistorie._Jehova_og_Moses.jpg",
                "original": "https://upload.frikanalen.no/media/628344/original/Bibelhistorie._Jehova_og_Moses.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": "00:44:50.774785",
            "durationSec": 2690.774785,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-10-13T15:31:49.455742Z",
            "updatedTime": "2025-10-13T17:55:10.544420Z",
            "uploadedTime": "2025-10-13T15:32:19.744254Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628344/large_thumb/Bibelhistorie._Jehova_og_Moses.jpg"
        },
        {
            "id": 623380,
            "name": "Den norske kirke i eksil del 43",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623380/theora/3942_3c8ed799ec6f40149d16575b4a48d953.ogv",
                "original": "https://upload.frikanalen.no/media/623380/original/orig_e3e05cbb112f460a8764be8542b595b8.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623380/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623380/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623380/broadcast/3942_fdb1d93745c141d488afffb4bdc39245.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623380/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:28:36.360000",
            "durationSec": 1716.36,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-09T18:30:08.897000Z",
            "updatedTime": "2018-11-10T18:29:29.866365Z",
            "uploadedTime": "2010-02-09T18:30:08.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623380/theora/3942_3c8ed799ec6f40149d16575b4a48d953.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623380/large_thumb/large.jpg"
        },
        {
            "id": 623379,
            "name": "Gudstjeneste fra Østfoldkirken Uke 07_10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623379/theora/3685_2e6095fa840e45ef84ad77a8f937e6fb.ogv",
                "original": "https://upload.frikanalen.no/media/623379/original/orig_1cba7747ebfb4847acd5eba4aef96263.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623379/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623379/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623379/broadcast/3685_86fd21bd4b8b456bb2272d09d82ae565.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623379/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:45",
            "durationSec": 1725.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-12-14T13:09:44.717000Z",
            "updatedTime": "2018-11-10T18:29:29.867792Z",
            "uploadedTime": "2009-12-14T13:09:44.717000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623379/theora/3685_2e6095fa840e45ef84ad77a8f937e6fb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623379/large_thumb/large.jpg"
        },
        {
            "id": 623015,
            "name": "Den norske kirke i eksil del 29",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623015/theora/3309_28ded996087d4ff5b88b3add3b1ccca1.ogv",
                "original": "https://upload.frikanalen.no/media/623015/original/orig_866278d79cb84c32ae444905da9eef01.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623015/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623015/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623015/broadcast/3309_ca25366591a148888aa40de0335fc2d1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623015/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:57.440000",
            "durationSec": 1617.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-28T09:29:31.270000Z",
            "updatedTime": "2018-11-10T18:29:30.335050Z",
            "uploadedTime": "2009-08-28T09:29:31.270000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623015/theora/3309_28ded996087d4ff5b88b3add3b1ccca1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623015/large_thumb/large.jpg"
        },
        {
            "id": 623016,
            "name": "Akkurat nå! 30.august",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623016/theora/2907_160e1c7a995e442a940346b581b57973.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623016/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623016/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623016/broadcast/orig_354f7556e76e4b079958346920677989.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623016/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:34:55",
            "durationSec": 2095.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:18:25.517000Z",
            "updatedTime": "2018-11-10T18:29:30.333698Z",
            "uploadedTime": "2009-05-16T12:18:25.517000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623016/theora/2907_160e1c7a995e442a940346b581b57973.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623016/large_thumb/large.jpg"
        },
        {
            "id": 623378,
            "name": "Akkurat nå! 7.februar 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623378/theora/3941_184f2761c02f4541a025f651fc48c35a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623378/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623378/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623378/broadcast/3941_9b29eb0027d54ccd8cb520de328ca23f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623378/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": "2010-02-07T09:53:16.423000Z",
            "updatedTime": "2018-11-10T18:29:29.869277Z",
            "uploadedTime": "2010-02-07T09:53:16.423000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623378/theora/3941_184f2761c02f4541a025f651fc48c35a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623378/large_thumb/large.jpg"
        },
        {
            "id": 623377,
            "name": "Hjerte Til Hjerte, besøk hos KraftskolenSBI",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623377/theora/3736_5b2f80fbb9b3432ba3ad8ca66fb2b945.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623377/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623377/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623377/broadcast/3736_5ae397b6b4714844816104bf131463de.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623377/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-12-18T11:30:16.370000Z",
            "updatedTime": "2018-11-10T18:29:29.871036Z",
            "uploadedTime": "2009-12-18T11:30:16.370000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623377/theora/3736_5b2f80fbb9b3432ba3ad8ca66fb2b945.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623377/large_thumb/large.jpg"
        },
        {
            "id": 623373,
            "name": "Gudstjeneste fra Østfoldkirken Uke 06_10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623373/theora/3684_09504dcf77cb4b9282f546afef10bf7c.ogv",
                "original": "https://upload.frikanalen.no/media/623373/original/orig_e5478a34dc20439d84f90536df3902c9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623373/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623373/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623373/broadcast/3684_4d0141b475ee4428ad88880713fee99b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623373/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-12-14T13:09:25.373000Z",
            "updatedTime": "2018-11-10T18:29:29.877600Z",
            "uploadedTime": "2009-12-14T13:09:25.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623373/theora/3684_09504dcf77cb4b9282f546afef10bf7c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623373/large_thumb/large.jpg"
        },
        {
            "id": 622954,
            "name": "Demokratene - Lov og rett",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622954/theora/3207_ecabaa878f3b488dbed6a0c3177bb259.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622954/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622954/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622954/broadcast/orig_6e5f8699166340dca862454c2deee6dc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622954/large_thumb/large.jpg"
            },
            "creator": "kjell@demokratene.no",
            "organization": {
                "id": 76,
                "name": "Demokratene",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1446,
                "editorName": "Kjell Arne Sellæg",
                "editorEmail": "kjell@demokratene.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:42.240000",
            "durationSec": 102.24,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-08-10T09:19:27.220000Z",
            "updatedTime": "2018-11-10T18:29:30.394324Z",
            "uploadedTime": "2009-08-10T09:19:27.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622954/theora/3207_ecabaa878f3b488dbed6a0c3177bb259.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622954/large_thumb/large.jpg"
        },
        {
            "id": 625125,
            "name": "03_13 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625125/theora/6650_349d8cd1c8034d19b7da69715b8bfcdd.ogv",
                "original": "https://upload.frikanalen.no/media/625125/original/orig_4a2f296e0dbb499aa08cde360eee836b.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625125/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625125/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625125/broadcast/6650_75c88e9a905547dbb3a85d1d21cfddd8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625125/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:54:59",
            "durationSec": 3299.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2013-01-15T23:47:04.307000Z",
            "updatedTime": "2018-11-10T18:29:27.624497Z",
            "uploadedTime": "2013-01-15T23:47:04.307000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625125/theora/6650_349d8cd1c8034d19b7da69715b8bfcdd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625125/large_thumb/large.jpg"
        },
        {
            "id": 628283,
            "name": "Test",
            "header": null,
            "description": "Test",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628283/webm_med/Abstract_-_26011.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628283/large_thumb/Abstract_-_26011.jpg",
                "original": "https://upload.frikanalen.no/media/628283/original/Abstract_-_26011.mp4"
            },
            "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:00:07.033333",
            "durationSec": 7.033333,
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-08-22T21:10:24.713127Z",
            "updatedTime": "2025-08-22T21:12:02.414900Z",
            "uploadedTime": "2025-08-22T21:10:54.584057Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628283/large_thumb/Abstract_-_26011.jpg"
        },
        {
            "id": 628407,
            "name": "Shofar - Vend om",
            "header": null,
            "description": "Hvordan står det til og hva for tiltak er nødvendige? Svarene for\ntilstanden i tiden og blant nasjoner og riker, er forskjellige. Bibelen\ngir svaret og forteller tilstanden. Hver gang Israel vendte Gud ryggen\ngikk de på en smell. Her er det mange eksemple",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628407/webm_med/Shofar_277_Vend_om.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628407/large_thumb/Shofar_277_Vend_om.jpg",
                "original": "https://upload.frikanalen.no/media/628407/original/Shofar_277_Vend_om.mov"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:27:41.440000",
            "durationSec": 1661.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-11-19T23:27:19.834067Z",
            "updatedTime": "2025-11-20T06:32:31.962938Z",
            "uploadedTime": "2025-11-20T02:45:03.005842Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628407/large_thumb/Shofar_277_Vend_om.jpg"
        },
        {
            "id": 623366,
            "name": "Inside Israel Februar 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623366/theora/3934_2da9ec51f4144cb2b2d61366ce421405.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623366/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623366/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623366/broadcast/3934_10778f4810384298b6f96a0f29eb3e4a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623366/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:41.680000",
            "durationSec": 1541.68,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-01-29T08:17:27.807000Z",
            "updatedTime": "2018-11-10T18:29:29.887401Z",
            "uploadedTime": "2010-01-29T08:17:27.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623366/theora/3934_2da9ec51f4144cb2b2d61366ce421405.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623366/large_thumb/large.jpg"
        },
        {
            "id": 628351,
            "name": "Bibelhistorie. Jesus Kristus",
            "header": null,
            "description": "Et nytt testamente",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628351/webm_med/Bibelhistorie._Jesus_Kristus.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628351/large_thumb/Bibelhistorie._Jesus_Kristus.jpg",
                "original": "https://upload.frikanalen.no/media/628351/original/Bibelhistorie._Jesus_Kristus.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": "00:48:23.655329",
            "durationSec": 2903.655329,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-10-16T17:21:17.446520Z",
            "updatedTime": "2025-10-16T19:52:59.343756Z",
            "uploadedTime": "2025-10-16T17:22:18.609830Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628351/large_thumb/Bibelhistorie._Jesus_Kristus.jpg"
        },
        {
            "id": 623365,
            "name": "Akkurat Nå! 31.01.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623365/theora/3748_73c9949bfa044b778dca5d0ec5e9cb55.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623365/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623365/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623365/broadcast/3748_1e1b01a6f1fb48b4af7f0aabb9da5be2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623365/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:51:38.640000",
            "durationSec": 3098.64,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T09:21:40.133000Z",
            "updatedTime": "2018-11-10T18:29:29.888772Z",
            "uploadedTime": "2009-12-29T09:21:40.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623365/theora/3748_73c9949bfa044b778dca5d0ec5e9cb55.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623365/large_thumb/large.jpg"
        },
        {
            "id": 623364,
            "name": "Hjerte Til Hjerte, Dennis Greenidge",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623364/theora/3735_b12486e45bb344ad8ebde03cc6949e4d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623364/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623364/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623364/broadcast/3735_02fddd9969ae4a0ba3f1db9fa52e9e90.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623364/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.200000",
            "durationSec": 1740.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-18T11:29:28.917000Z",
            "updatedTime": "2018-11-10T18:29:29.890112Z",
            "uploadedTime": "2009-12-18T11:29:28.917000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623364/theora/3735_b12486e45bb344ad8ebde03cc6949e4d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623364/large_thumb/large.jpg"
        },
        {
            "id": 623027,
            "name": "Østfoldkirken U37",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623027/theora/3312_a32375cdbb0c4dcbbed2274ed0cbc9ab.ogv",
                "original": "https://upload.frikanalen.no/media/623027/original/orig_adb30f078f484b94938eff51353a0384.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623027/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623027/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623027/broadcast/3312_4ed3d3190f074d3e80f2dde27aec9447.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623027/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:50:48",
            "durationSec": 3048.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-08-28T20:56:03.670000Z",
            "updatedTime": "2018-11-10T18:29:30.321456Z",
            "uploadedTime": "2009-08-28T20:56:03.670000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623027/theora/3312_a32375cdbb0c4dcbbed2274ed0cbc9ab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623027/large_thumb/large.jpg"
        },
        {
            "id": 628355,
            "name": "(42) Jehovas Vitne-eldste sier: Jeg ble nektet å klemme barnebarnet mitt før han døde.",
            "header": null,
            "description": "Denne historien er basert på virkelige hendelser. For å beskytte de involverte, er navn, foto og stemme AI anonymisert. Vi hedrer disse modige og tidligere Jehovas Vitner med den største respekt.",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628355/webm_med/VERKLIG_HISTORIA_Aldste_hos_Jehovas_vittnen__Forbjuden_att_krama_mitt_barnbarn_innan_han_dog.publer.com.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628355/large_thumb/VERKLIG_HISTORIA_Aldste_hos_Jehovas_vittnen__Forbjuden_att_krama_mitt_barnbarn_innan_han_dog.publer.com.jpg",
                "original": "https://upload.frikanalen.no/media/628355/original/VERKLIG_HISTORIA_Aldste_hos_Jehovas_vittnen__Forbjuden_att_krama_mitt_barnbarn_innan_han_dog.publer.com.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:50:23.679274",
            "durationSec": 3023.679274,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-10-18T17:58:46.388703Z",
            "updatedTime": "2025-10-18T18:50:12.760047Z",
            "uploadedTime": "2025-10-18T17:59:35.092650Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628355/large_thumb/VERKLIG_HISTORIA_Aldste_hos_Jehovas_vittnen__Forbjuden_att_krama_mitt_barnbarn_innan_han_dog.publer.com.jpg"
        },
        {
            "id": 628273,
            "name": "Test",
            "header": null,
            "description": "Test",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628273/webm_med/Abstract_-_26011.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628273/large_thumb/Abstract_-_26011.jpg",
                "original": "https://upload.frikanalen.no/media/628273/original/Abstract_-_26011.mp4"
            },
            "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:00:07.033333",
            "durationSec": 7.033333,
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-08-18T00:08:19.208589Z",
            "updatedTime": "2025-08-18T00:09:46.477151Z",
            "uploadedTime": "2025-08-18T00:08:31.761463Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628273/large_thumb/Abstract_-_26011.jpg"
        },
        {
            "id": 628354,
            "name": "(42) Jehovas Vitne-eldste: Jeg ble nektet å klemme barnebarnet mitt før han døde.",
            "header": null,
            "description": "Denne historien er basert på virkelige hendelser. For å beskytte de involverte, er navn, foto og stemme AI anonymisert. Vi hedrer disse modige og tidligere Jehovas Vitner med den største respekt.",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628354/webm_med/VERKLIG_HISTORIA_Aldste_hos_Jehovas_vittnen__Forbjuden_att_krama_mitt_barnbarn_innan_han_dog.publer.com.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628354/large_thumb/VERKLIG_HISTORIA_Aldste_hos_Jehovas_vittnen__Forbjuden_att_krama_mitt_barnbarn_innan_han_dog.publer.com.jpg",
                "original": "https://upload.frikanalen.no/media/628354/original/VERKLIG_HISTORIA_Aldste_hos_Jehovas_vittnen__Forbjuden_att_krama_mitt_barnbarn_innan_han_dog.publer.com.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:50:23.679274",
            "durationSec": 3023.679274,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-10-18T17:58:46.335669Z",
            "updatedTime": "2025-10-18T19:20:06.247551Z",
            "uploadedTime": "2025-10-18T18:37:30.619980Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628354/large_thumb/VERKLIG_HISTORIA_Aldste_hos_Jehovas_vittnen__Forbjuden_att_krama_mitt_barnbarn_innan_han_dog.publer.com.jpg"
        },
        {
            "id": 628345,
            "name": "Bibelhistorie, Etter Moses kommer Josva",
            "header": null,
            "description": "Josva var en stor krigsmann",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628345/webm_med/Bibelhistorie._Etter_Moses_kommer_Josva.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628345/large_thumb/Bibelhistorie._Etter_Moses_kommer_Josva.jpg",
                "original": "https://upload.frikanalen.no/media/628345/original/Bibelhistorie._Etter_Moses_kommer_Josva.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": "00:51:04.755374",
            "durationSec": 3064.755374,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-10-14T16:39:42.983417Z",
            "updatedTime": "2025-10-14T19:20:43.934938Z",
            "uploadedTime": "2025-10-14T16:43:23.795245Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628345/large_thumb/Bibelhistorie._Etter_Moses_kommer_Josva.jpg"
        },
        {
            "id": 623028,
            "name": "Akkurat Nå! 6.sept",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623028/theora/3378_75fc783b73374a65bc714dbf7efa650e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623028/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623028/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623028/broadcast/3378_d20da06ad65e4a0aaaf52b0a161f0000.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623028/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:39:16.680000",
            "durationSec": 2356.68,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-03T20:56:15.043000Z",
            "updatedTime": "2018-11-10T18:29:30.320119Z",
            "uploadedTime": "2009-09-03T20:56:15.043000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623028/theora/3378_75fc783b73374a65bc714dbf7efa650e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623028/large_thumb/large.jpg"
        },
        {
            "id": 623356,
            "name": "Drøfting av Quranen del 72",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623356/theora/3913_c1898ee56d2845f98557120146bb3411.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623356/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623356/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623356/broadcast/3913_530d32e56e7541c2a5c7774909974d7f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623356/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:02.640000",
            "durationSec": 1862.64,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-26T10:24:09.687000Z",
            "updatedTime": "2018-11-10T18:29:29.901100Z",
            "uploadedTime": "2010-01-26T10:24:09.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623356/theora/3913_c1898ee56d2845f98557120146bb3411.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623356/large_thumb/large.jpg"
        },
        {
            "id": 623355,
            "name": "Drøfting av Quranen del 69",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623355/theora/3752_6ec1a2a75c6e4c4798114e9f6fe76112.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623355/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623355/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623355/broadcast/3752_08ed1c75ac574944a7f186b62ec95f6c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623355/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:28:25.600000",
            "durationSec": 1705.6,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T14:27:37.813000Z",
            "updatedTime": "2018-11-10T18:29:29.902489Z",
            "uploadedTime": "2009-12-29T14:27:37.813000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623355/theora/3752_6ec1a2a75c6e4c4798114e9f6fe76112.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623355/large_thumb/large.jpg"
        },
        {
            "id": 623354,
            "name": "Drøfting av Quranen del 70",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623354/theora/3753_10df20ac78db43a581051610f823b97e.ogv",
                "original": "https://upload.frikanalen.no/media/623354/original/orig_0e68832904744f5fb2689beaff1d176f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623354/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623354/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623354/broadcast/3753_3d8d2d2c3cf44779a596ff3636d7ce0f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623354/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:28:18.600000",
            "durationSec": 1698.6,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T14:28:02.360000Z",
            "updatedTime": "2018-11-10T18:29:29.903930Z",
            "uploadedTime": "2009-12-29T14:28:02.360000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623354/theora/3753_10df20ac78db43a581051610f823b97e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623354/large_thumb/large.jpg"
        },
        {
            "id": 623353,
            "name": "Drøfting av Quranen del 68",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623353/theora/3751_6dea60ce75f44593838228d55fbce50d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623353/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623353/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623353/broadcast/3751_ad7ec8aa8b344e3bb11f22e740307285.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623353/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:17.960000",
            "durationSec": 1637.96,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T14:27:12.767000Z",
            "updatedTime": "2018-11-10T18:29:29.905272Z",
            "uploadedTime": "2009-12-29T14:27:12.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623353/theora/3751_6dea60ce75f44593838228d55fbce50d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623353/large_thumb/large.jpg"
        },
        {
            "id": 628274,
            "name": "Test",
            "header": null,
            "description": "Test",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628274/webm_med/Abstract_-_26011.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628274/large_thumb/Abstract_-_26011.jpg",
                "original": "https://upload.frikanalen.no/media/628274/original/Abstract_-_26011.mp4"
            },
            "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:00:07.033333",
            "durationSec": 7.033333,
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-08-18T00:20:48.642061Z",
            "updatedTime": "2025-08-18T00:22:16.413305Z",
            "uploadedTime": "2025-08-18T00:21:01.120976Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628274/large_thumb/Abstract_-_26011.jpg"
        },
        {
            "id": 623352,
            "name": "Den norske kirke i eksil del 42",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623352/theora/3912_97eaf5a44e8c4c03abcbb54b652efbeb.ogv",
                "original": "https://upload.frikanalen.no/media/623352/original/orig_236cfa7d26794c9daf0e6f4401be8d15.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623352/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623352/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623352/broadcast/3912_9af9e05caa744425a1cff009fd1dcf3e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623352/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:59.440000",
            "durationSec": 1619.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-25T21:19:30.087000Z",
            "updatedTime": "2018-11-10T18:29:29.906627Z",
            "uploadedTime": "2010-01-25T21:19:30.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623352/theora/3912_97eaf5a44e8c4c03abcbb54b652efbeb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623352/large_thumb/large.jpg"
        },
        {
            "id": 623351,
            "name": "Gudstjeneste fra Østfoldkirken Uke 05_10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623351/theora/3683_2ed039d1b8f24457bf24859dd5ce3c0c.ogv",
                "original": "https://upload.frikanalen.no/media/623351/original/orig_1789cad8c8e94a39afa5e9cfcae77cb0.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623351/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623351/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623351/broadcast/3683_e53c11a382ce499eada6daa5d40898fb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623351/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:29",
            "durationSec": 1649.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-12-14T13:09:05.857000Z",
            "updatedTime": "2018-11-10T18:29:29.908040Z",
            "uploadedTime": "2009-12-14T13:09:05.857000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623351/theora/3683_2ed039d1b8f24457bf24859dd5ce3c0c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623351/large_thumb/large.jpg"
        },
        {
            "id": 628294,
            "name": "(37) Jehovas Vitner og The New World Order - New World Translation - New World Society - Frimureri etc.",
            "header": null,
            "description": "Den skjulte symbolikken og det kryptiske språket avslører Vakttårnets virkelige agenda.",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628294/webm_med/JW_New_World_Order_26082025.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628294/large_thumb/JW_New_World_Order_26082025.jpg",
                "original": "https://upload.frikanalen.no/media/628294/original/JW_New_World_Order_26082025.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:42:30.453605",
            "durationSec": 2550.453605,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-08-28T19:18:45.630250Z",
            "updatedTime": "2025-08-28T22:32:30.780127Z",
            "uploadedTime": "2025-08-28T22:18:39.107471Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628294/large_thumb/JW_New_World_Order_26082025.jpg"
        },
        {
            "id": 623350,
            "name": "Akkurat Nå! 24.01.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623350/theora/3747_a64f89d28f234189ae3e3fe213485a47.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623350/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623350/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623350/broadcast/3747_27d35d7f48bf4b989a46aa478600f08e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623350/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:43.200000",
            "durationSec": 3223.2,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-29T09:20:50.087000Z",
            "updatedTime": "2018-11-10T18:29:29.909388Z",
            "uploadedTime": "2009-12-29T09:20:50.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623350/theora/3747_a64f89d28f234189ae3e3fe213485a47.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623350/large_thumb/large.jpg"
        },
        {
            "id": 623344,
            "name": "Hjerte Til Hjerte, Knut Tømmerbakk",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623344/theora/3734_c8d043c7c96f46a6a3d88c2940134d5e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623344/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623344/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623344/broadcast/3734_93eb30afa035471896704c540ad1619e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623344/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.040000",
            "durationSec": 1740.04,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-18T11:28:30.730000Z",
            "updatedTime": "2018-11-10T18:29:29.917592Z",
            "uploadedTime": "2009-12-18T11:28:30.730000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623344/theora/3734_c8d043c7c96f46a6a3d88c2940134d5e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623344/large_thumb/large.jpg"
        },
        {
            "id": 623043,
            "name": "Medieinsp. - manipuler mediene",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623043/theora/3452_1773d2e162504eb4a8078749f14baa2e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623043/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623043/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623043/broadcast/3452_8ca599dd23954ab19a4f67038eb1f5af.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623043/large_thumb/large.jpg"
            },
            "creator": "gmn@fom.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:38.480000",
            "durationSec": 278.48,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-09-11T13:59:13.127000Z",
            "updatedTime": "2018-11-10T18:29:30.302148Z",
            "uploadedTime": "2009-09-11T13:59:13.127000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623043/theora/3452_1773d2e162504eb4a8078749f14baa2e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623043/large_thumb/large.jpg"
        },
        {
            "id": 628276,
            "name": "Using reverse engineering and GDPR to support workers in the gig economy",
            "header": null,
            "description": "We want to inform the workers community about these advances and explain the limits of the current debate. We want to share advances in research and try to speak to an audience of potential links to local struggles, because the gap between digital rights and trade unionism is pretty wide, and it shouldn’t be. We think the question: “What systems remain invisible and under-discussed, and who benefits from these invisibilities?” is most relevant to our panel. the gig economy is a growing phenomenon, the platform directive may not offer greater protections, and collective bargaining too often focuses on contract terms. By using reverse engineering, we can add to the discussion the actual operation of the apps, exposing the business model and the data exploitation done on top of the workers’ activity. It is a panel that wants to connect the old trade union habits, and how we are to showing them the potential of GDPR-based litigation and technical investigations.\n\nOur objective is to:\n\n    To map/understand how much overlap/synergies are between digital rights activists and platform workers’ challenges.\n    To exchange on grassroots approaches (our research at reversing.works and Worker info Exchange and your work).\n    To see if/how the Platform Worker Directive will give us more tools\n    To explore how can trade unions and workers practically use the Platform Worker Directive to challenge the power dynamics of the gig economy, and how can we do without it?\n\n\nModerator:\n\n    Simone Robutti, Reversing Works, Tech Workers Coalition\n\n\nSpeakers:\n\n    Aida Ponce Del Castillo, ETUI\n    Cansu Safak, Worker Info Exchange\n    Justin Nogarede, FES Future of Work\n    Sana Ahmad, Researcher, Helmut Schmidt University, and Weizenbaum Institute Associate",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628276/webm_med/PC24_-_Using_reverse_engineering_and_GDPR_to_support_workers_in_the_gig_economy_psTcjUji2-Y.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628276/large_thumb/PC24_-_Using_reverse_engineering_and_GDPR_to_support_workers_in_the_gig_economy_psTcjUji2-Y.jpg",
                "original": "https://upload.frikanalen.no/media/628276/original/PC24_-_Using_reverse_engineering_and_GDPR_to_support_workers_in_the_gig_economy_psTcjUji2-Y.mkv"
            },
            "creator": "toresbe@protonmail.com",
            "organization": {
                "id": 293,
                "name": "Elektronisk Forpost Norge",
                "homepage": "https://efn.no",
                "description": "EFN skal fremme en årvåken og kontinuerlig debatt som påvirker teknologiutviklingen og teknologianvendelsen i retning av åpenhet, kunnskapsdeling, delingskultur, demokratisk deltakelse, og individuell og kollektiv frihet.",
                "postalAddress": "Postboks 27 Vålerenga\n0626 OSLO",
                "streetAddress": "Postboks 27 Vålerenga\n0626 OSLO",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 91 85 95 08",
                "fkmember": true
            },
            "duration": "01:19:28.728000",
            "durationSec": 4768.728,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-08-18T20:14:03.774023Z",
            "updatedTime": "2025-08-19T02:15:15.023079Z",
            "uploadedTime": "2025-08-18T20:26:34.602375Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628276/large_thumb/PC24_-_Using_reverse_engineering_and_GDPR_to_support_workers_in_the_gig_economy_psTcjUji2-Y.jpg"
        },
        {
            "id": 628279,
            "name": "(36) Jehovas Vitners tidligere leder og Styrende Råds Medlem - Raymond Franz tok imot Jesus og ble frelst. Åpenhjertig intervju med han om hva som er Vakttårnets doktriner.",
            "header": null,
            "description": "Jehovas Vitners tidligere leder og Styrende Råds Medlem - Raymond Franz tok imot Jesus og ble frelst. Åpenhjertig intervju med han om hva som er Vakttårnets doktriner.\nJesus sier i Johannes 14.6: Jeg er Veien, Sannheten og Livet, men Vakttårnets ledere anvender dette på seg selv, og sier at de er enige med Jesus … men VI er veien til ham, og du kan ikke ha et forhold til Jesus Kristus utenom gjennom oss. \nJa, Jesus er sannheten, men sannhetens vei går gjennom OSS, for vi er sannhetens kanal, all sannhet kommer gjennom oss og du vil aldri få livet hvis du ikke går gjennom oss – NOAHS ARK",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628279/webm_med/Raymond_Franz.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628279/large_thumb/Raymond_Franz.jpg",
                "original": "https://upload.frikanalen.no/media/628279/original/Raymond_Franz.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": "01:27:15.500000",
            "durationSec": 5235.5,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-08-20T02:48:36.091813Z",
            "updatedTime": "2025-08-20T08:40:13.344532Z",
            "uploadedTime": "2025-08-20T03:02:34.031355Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628279/large_thumb/Raymond_Franz.jpg"
        },
        {
            "id": 623341,
            "name": "Hjerte Til Hjerte, Reidar Gamst/Bjørn Olsen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623341/theora/3733_ca228f591bbc4bc7a2ff1777bec48077.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623341/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623341/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623341/broadcast/3733_ac1ae326855f47a29ae815ad4053b217.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623341/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",
            "durationSec": 1740.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-18T11:26:48.940000Z",
            "updatedTime": "2018-11-10T18:29:29.921648Z",
            "uploadedTime": "2009-12-18T11:26:48.940000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623341/theora/3733_ca228f591bbc4bc7a2ff1777bec48077.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623341/large_thumb/large.jpg"
        },
        {
            "id": 623339,
            "name": "Gudstjeneste fra Østfoldkirken Uke 04_10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623339/theora/3682_1e32b75beb91447792494ae579184bd1.ogv",
                "original": "https://upload.frikanalen.no/media/623339/original/orig_1a324d801ad544c08162dd3261352d89.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623339/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623339/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623339/broadcast/3682_a020eba126d343c79876d08821d5545d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623339/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:31",
            "durationSec": 1711.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-12-14T13:08:46.013000Z",
            "updatedTime": "2018-11-10T18:29:29.924630Z",
            "uploadedTime": "2009-12-14T13:08:46.013000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623339/theora/3682_1e32b75beb91447792494ae579184bd1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623339/large_thumb/large.jpg"
        },
        {
            "id": 623049,
            "name": "Inside Israel september",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623049/theora/3456_5d0cfb742af04e358334983506dc292d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623049/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623049/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623049/broadcast/3456_0e7e0fb1cb8a4e34899ffc8d9bfa84f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623049/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:27:31.080000",
            "durationSec": 1651.08,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-11T17:26:09.020000Z",
            "updatedTime": "2018-11-10T18:29:30.293941Z",
            "uploadedTime": "2009-09-11T17:26:09.020000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623049/theora/3456_5d0cfb742af04e358334983506dc292d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623049/large_thumb/large.jpg"
        },
        {
            "id": 623052,
            "name": "Ullrik og Ulven - Episode 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623052/theora/3457_d01c911fa9c04884a16de397257c50e8.ogv",
                "original": "https://upload.frikanalen.no/media/623052/original/orig_8dee51aa1ee746e0a88ea8e78f5bbbf4.wmv",
                "smallThumb": "https://upload.frikanalen.no/media/623052/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623052/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623052/broadcast/3457_fdfe80d6383d450ea4457186b8f223cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623052/large_thumb/large.jpg"
            },
            "creator": "pbakkeid@gmail.com",
            "organization": {
                "id": 49,
                "name": "Grensedalen Studio",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:59.120000",
            "durationSec": 239.12,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-11T18:25:08.007000Z",
            "updatedTime": "2018-11-10T18:29:30.289801Z",
            "uploadedTime": "2009-09-11T18:25:08.007000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623052/theora/3457_d01c911fa9c04884a16de397257c50e8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623052/large_thumb/large.jpg"
        },
        {
            "id": 628346,
            "name": "Bibelhistorie.  Kong David og kong Salomo",
            "header": null,
            "description": "Store Guds menn",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628346/webm_med/Bibelhistorie._Kong_David_Salomo....webm",
                "largeThumb": "https://upload.frikanalen.no/media/628346/large_thumb/Bibelhistorie._Kong_David_Salomo....jpg",
                "original": "https://upload.frikanalen.no/media/628346/original/Bibelhistorie._Kong_David_Salomo....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": "00:40:09.743673",
            "durationSec": 2409.743673,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-10-14T16:46:36.824977Z",
            "updatedTime": "2025-10-14T19:00:31.104479Z",
            "uploadedTime": "2025-10-14T16:47:49.444315Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628346/large_thumb/Bibelhistorie._Kong_David_Salomo....jpg"
        }
    ]
}