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

{
    "count": 3725,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2650&ordering=has_tono_records",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2550&ordering=has_tono_records",
    "results": [
        {
            "id": 623268,
            "name": "Akkurat nå! 13.desember",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623268/theora/2922_50fe85972f2a4d74bd55e10fd9dd2641.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623268/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623268/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623268/broadcast/2922_b670fc362e1c42f6a2e9cddd926cc673.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623268/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:52:51.680000",
            "durationSec": 3171.68,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:36:55Z",
            "updatedTime": "2018-11-10T18:29:30.016841Z",
            "uploadedTime": "2009-05-16T12:36:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623268/theora/2922_50fe85972f2a4d74bd55e10fd9dd2641.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623268/large_thumb/large.jpg"
        },
        {
            "id": 623266,
            "name": "Hjerte Til Hjerte, SOS Church Sverige",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623266/theora/3639_38357ce786ae4da887b54d8e49f4dc68.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623266/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623266/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623266/broadcast/3639_dc9f05e60416403cae9b4e411348d507.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623266/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.120000",
            "durationSec": 1740.12,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-10T08:51:18.480000Z",
            "updatedTime": "2018-11-10T18:29:30.019539Z",
            "uploadedTime": "2009-11-10T08:51:18.480000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623266/theora/3639_38357ce786ae4da887b54d8e49f4dc68.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623266/large_thumb/large.jpg"
        },
        {
            "id": 623265,
            "name": "Hjerte Til Hjerte, Forsoningenstjeneste",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623265/theora/3637_078550970b814b7fa062812b27b4b8cf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623265/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623265/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623265/broadcast/3637_d04db3a250f74ae79d73dfe594e21f77.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623265/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.080000",
            "durationSec": 1740.08,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-10T08:34:33.920000Z",
            "updatedTime": "2018-11-10T18:29:30.020876Z",
            "uploadedTime": "2009-11-10T08:34:33.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623265/theora/3637_078550970b814b7fa062812b27b4b8cf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623265/large_thumb/large.jpg"
        },
        {
            "id": 623359,
            "name": "M@thias' verden del 1",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623359/theora/3923_e5b0bc1b50154dafbe6bc341183efe18.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623359/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623359/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623359/broadcast/3923_8b31c3556265461389f9f7e75807ff53.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623359/large_thumb/large.jpg"
            },
            "creator": "toresbe@protonmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 91 85 95 08",
                "fkmember": true
            },
            "duration": "00:21:37.440000",
            "durationSec": 1297.44,
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-01-27T08:34:25.390000Z",
            "updatedTime": "2025-09-12T23:55:49.040192Z",
            "uploadedTime": "2010-01-27T08:34:25Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623359/theora/3923_e5b0bc1b50154dafbe6bc341183efe18.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623359/large_thumb/large.jpg"
        },
        {
            "id": 623262,
            "name": "Østfoldkirken Uke 51",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623262/theora/3569_847cfabbe92a400895b188c6a4e2b3f8.ogv",
                "original": "https://upload.frikanalen.no/media/623262/original/orig_97f83fb647d54881ad6f18f87309199a.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623262/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623262/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623262/broadcast/3569_41bb1c65887f4d52b518d1add9f7ee16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623262/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:42",
            "durationSec": 1722.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:48:35.920000Z",
            "updatedTime": "2018-11-10T18:29:30.025138Z",
            "uploadedTime": "2009-10-12T13:48:35.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623262/theora/3569_847cfabbe92a400895b188c6a4e2b3f8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623262/large_thumb/large.jpg"
        },
        {
            "id": 623264,
            "name": "Empo tv - del 08",
            "header": "empo tv (tidligere Tellus tv) er norges første tv-kanal hvor mennesker med utviklingshemming er reportere, programledere og teknikkere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623264/theora/3279_0a43ecc3aee44c84a64162f555c207ec.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623264/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623264/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623264/broadcast/3279_0ef3a5690f7b4a17a4e0d357b5e2854a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623264/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": false
            },
            "duration": "00:22:47",
            "durationSec": 1367.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.tellustv.no",
            "createdTime": "2009-08-24T11:56:37.287000Z",
            "updatedTime": "2020-08-30T20:05:48.096428Z",
            "uploadedTime": "2009-08-24T11:56:37.287000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623264/theora/3279_0a43ecc3aee44c84a64162f555c207ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623264/large_thumb/large.jpg"
        },
        {
            "id": 627854,
            "name": "Gnotisk frelse og mye mere",
            "header": "Oversikten er viktig",
            "description": "Oversikten er viktig",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627854/theora/Gnotisk frelse og mye mer....ogv",
                "broadcast": "https://upload.frikanalen.no/media/627854/broadcast/Gnotisk frelse og mye mer....dv",
                "largeThumb": "https://upload.frikanalen.no/media/627854/large_thumb/Gnotisk frelse og mye mer....jpg",
                "original": "https://upload.frikanalen.no/media/627854/original/Gnotisk frelse og mye mer....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:52:11.433333",
            "durationSec": 3131.433333,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-07T10:32:55.717190Z",
            "updatedTime": "2024-02-07T10:57:31.738759Z",
            "uploadedTime": "2024-02-07T10:33:10.643529Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627854/theora/Gnotisk frelse og mye mer....ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627854/large_thumb/Gnotisk frelse og mye mer....jpg"
        },
        {
            "id": 623260,
            "name": "Forelesning om bifrost",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623260/theora/3677_90024906710a410cbba89df69709f978.ogv",
                "original": "https://upload.frikanalen.no/media/623260/original/orig_ea5f17354199407885f474f0e9742147.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623260/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623260/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623260/broadcast/3677_99b7b1936e3c42c788d90ff4142599c6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623260/large_thumb/large.jpg"
            },
            "creator": "morten@kjelkenes.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:05.640000",
            "durationSec": 2585.64,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2009-12-04T15:53:14.133000Z",
            "updatedTime": "2018-11-10T18:29:30.028015Z",
            "uploadedTime": "2009-12-04T15:53:14.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623260/theora/3677_90024906710a410cbba89df69709f978.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623260/large_thumb/large.jpg"
        },
        {
            "id": 623258,
            "name": "Akkurat nå! 6.desember",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623258/theora/2921_a7d180c0d991406885d18c5aeaa08238.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623258/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623258/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623258/broadcast/2921_02345011165c49138abc65c8ec51060f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623258/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:35.960000",
            "durationSec": 3215.96,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:36:14.953000Z",
            "updatedTime": "2018-11-10T18:29:30.031061Z",
            "uploadedTime": "2009-05-16T12:36:14.953000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623258/theora/2921_a7d180c0d991406885d18c5aeaa08238.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623258/large_thumb/large.jpg"
        },
        {
            "id": 623255,
            "name": "Den norske kirke i eksil del 37",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623255/theora/3674_952cd312b971419a99fff8ec3c55bb3f.ogv",
                "original": "https://upload.frikanalen.no/media/623255/original/orig_4450bd290637417e9254bf8a5bd356a6.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623255/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623255/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623255/broadcast/3674_43d35e39ffb0417aabd089027531a9fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623255/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:46.200000",
            "durationSec": 1666.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-02T14:27:39.227000Z",
            "updatedTime": "2018-11-10T18:29:30.033807Z",
            "uploadedTime": "2009-12-02T14:27:39.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623255/theora/3674_952cd312b971419a99fff8ec3c55bb3f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623255/large_thumb/large.jpg"
        },
        {
            "id": 623253,
            "name": "Østfoldkirken Uke 50",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623253/theora/3568_995eb820e6bd4036a53ae8d32a5d5b62.ogv",
                "original": "https://upload.frikanalen.no/media/623253/original/orig_677a53f5bb954993b265705545c26282.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623253/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623253/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623253/broadcast/3568_6ad36a62ef06482dba561f08203145cb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623253/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:43",
            "durationSec": 1723.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:48:04.547000Z",
            "updatedTime": "2018-11-10T18:29:30.036532Z",
            "uploadedTime": "2009-10-12T13:48:04.547000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623253/theora/3568_995eb820e6bd4036a53ae8d32a5d5b62.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623253/large_thumb/large.jpg"
        },
        {
            "id": 623252,
            "name": "Akkurat nå! 29.november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623252/theora/2920_55dd0dc8e64e4a0da023c3997a4e222c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623252/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623252/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623252/broadcast/2920_5768e51fc2be4d3ea3f8f35e09a63edd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623252/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:21.280000",
            "durationSec": 3201.28,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:34:51.657000Z",
            "updatedTime": "2018-11-10T18:29:30.037871Z",
            "uploadedTime": "2009-05-16T12:34:51.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623252/theora/2920_55dd0dc8e64e4a0da023c3997a4e222c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623252/large_thumb/large.jpg"
        },
        {
            "id": 623251,
            "name": "Inside Israel Desember 2009",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623251/theora/3671_788d37cca4ec4c3789afb8b5abece48b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623251/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623251/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623251/broadcast/3671_5b9180ecb77f4fdc948b625cccb2791b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623251/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:42.880000",
            "durationSec": 1542.88,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-27T12:47:47.747000Z",
            "updatedTime": "2018-11-10T18:29:30.039217Z",
            "uploadedTime": "2009-11-27T12:47:47.747000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623251/theora/3671_788d37cca4ec4c3789afb8b5abece48b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623251/large_thumb/large.jpg"
        },
        {
            "id": 623246,
            "name": "Den norske kirke i eksil del 36",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623246/theora/3663_e8922352cacc46c6878a0fb79450fbf2.ogv",
                "original": "https://upload.frikanalen.no/media/623246/original/orig_82382e3fccac43b38a75968804401860.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623246/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623246/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623246/broadcast/3663_37ab73d0588a42b0b451c9ccdf698ca5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623246/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:10.320000",
            "durationSec": 1630.32,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-25T20:14:19.753000Z",
            "updatedTime": "2018-11-10T18:29:30.044473Z",
            "uploadedTime": "2009-11-25T20:14:19.753000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623246/theora/3663_e8922352cacc46c6878a0fb79450fbf2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623246/large_thumb/large.jpg"
        },
        {
            "id": 623239,
            "name": "Østfoldkirken Uke 49",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623239/theora/3567_b6c6d7615cc04290bbc27bea599c8044.ogv",
                "original": "https://upload.frikanalen.no/media/623239/original/orig_efe45e91e41e4d969a044b7f32a038c0.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623239/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623239/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623239/broadcast/3567_b1ea1561427a4191bd87f689d46145d1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623239/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:26:55",
            "durationSec": 1615.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:47:29.110000Z",
            "updatedTime": "2018-11-10T18:29:30.053871Z",
            "uploadedTime": "2009-10-12T13:47:29.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623239/theora/3567_b6c6d7615cc04290bbc27bea599c8044.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623239/large_thumb/large.jpg"
        },
        {
            "id": 623237,
            "name": "Akkurat nå! 22.november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623237/theora/2919_cbc81e81d9b64378a1c513d71956e217.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623237/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623237/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623237/broadcast/2919_0030a43434d54d12b9d1471cc2e4e1d8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623237/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:42:27.800000",
            "durationSec": 2547.8,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:33:47.407000Z",
            "updatedTime": "2018-11-10T18:29:30.056594Z",
            "uploadedTime": "2009-05-16T12:33:47.407000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623237/theora/2919_cbc81e81d9b64378a1c513d71956e217.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623237/large_thumb/large.jpg"
        },
        {
            "id": 623234,
            "name": "Den norske kirke i eksil del 34",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623234/theora/3590_0669453dc9094d12b22c2e0b87286990.ogv",
                "original": "https://upload.frikanalen.no/media/623234/original/orig_ef4754c52e474359bc5a824ba56fbfeb.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623234/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623234/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623234/broadcast/3590_e594fac3bcbe4ef18d7f1cb99b7f543f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623234/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:29.480000",
            "durationSec": 1589.48,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:43:58.220000Z",
            "updatedTime": "2018-11-10T18:29:30.057966Z",
            "uploadedTime": "2009-10-27T18:43:58.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623234/theora/3590_0669453dc9094d12b22c2e0b87286990.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623234/large_thumb/large.jpg"
        },
        {
            "id": 623233,
            "name": "Den norske kirke i eksil del 35",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623233/theora/3591_3a86fb71f7184e0d82c2671132e1cf90.ogv",
                "original": "https://upload.frikanalen.no/media/623233/original/orig_fe9d05ee00634074a6cc2e390407069d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623233/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623233/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623233/broadcast/3591_7c5db21e801c412dbf87d4a1f1601ce5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623233/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:14.080000",
            "durationSec": 1634.08,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:46:06.440000Z",
            "updatedTime": "2018-11-10T18:29:30.059428Z",
            "uploadedTime": "2009-10-27T18:46:06.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623233/theora/3591_3a86fb71f7184e0d82c2671132e1cf90.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623233/large_thumb/large.jpg"
        },
        {
            "id": 623232,
            "name": "Vi går ombord 3 Redningsselskapet",
            "header": "Møt mannskapet ombord i redningsskøytene!",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623232/theora/3660_77105fd3618d432bab14c473a9f8bca5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623232/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623232/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623232/broadcast/3660_2d1c21f74ac74c78b9c426ddc2d98e81.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623232/large_thumb/large.jpg"
            },
            "creator": "ingvar.johnsen@nssr.no",
            "organization": {
                "id": 42,
                "name": "Redningsselskapet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1051,
                "editorName": "Ingvar Johnsen",
                "editorEmail": "ingvar.johnsen@nssr.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:24.080000",
            "durationSec": 924.08,
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-11-20T13:32:39Z",
            "updatedTime": "2018-11-10T18:29:30.060823Z",
            "uploadedTime": "2009-11-20T13:32:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623232/theora/3660_77105fd3618d432bab14c473a9f8bca5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623232/large_thumb/large.jpg"
        },
        {
            "id": 623231,
            "name": "Juleprogram",
            "header": "Jul med Lena og Kåre Johnsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623231/theora/3658_e1c778db4cce4a11a8f5c1235e1dbd88.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623231/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623231/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623231/broadcast/3658_22b23a556c5342fb837a92d82626dd16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623231/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:26:57.520000",
            "durationSec": 1617.52,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-11-19T08:53:11.190000Z",
            "updatedTime": "2018-11-10T18:29:30.062169Z",
            "uploadedTime": "2009-11-19T08:53:11.190000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623231/theora/3658_e1c778db4cce4a11a8f5c1235e1dbd88.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623231/large_thumb/large.jpg"
        },
        {
            "id": 623227,
            "name": "Drøfting av Quranen del 66",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623227/theora/3652_5eeb019b23884086b82feed30af74878.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623227/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623227/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623227/broadcast/3652_2895bf21efcc476c96d3861c9b04efff.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623227/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:24:46.520000",
            "durationSec": 1486.52,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:17:48.257000Z",
            "updatedTime": "2018-11-10T18:29:30.066268Z",
            "uploadedTime": "2009-11-13T11:17:48.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623227/theora/3652_5eeb019b23884086b82feed30af74878.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623227/large_thumb/large.jpg"
        },
        {
            "id": 623226,
            "name": "Drøfting av Quranen del 64",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623226/theora/3650_4576dd35a7114b8581d20f8e3cd24b4b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623226/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623226/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623226/broadcast/3650_849259a075904506bdfe952779172b11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623226/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:22:21.440000",
            "durationSec": 1341.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:16:49.257000Z",
            "updatedTime": "2018-11-10T18:29:30.067648Z",
            "uploadedTime": "2009-11-13T11:16:49.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623226/theora/3650_4576dd35a7114b8581d20f8e3cd24b4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623226/large_thumb/large.jpg"
        },
        {
            "id": 623225,
            "name": "Drøfting av Quranen del 65",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623225/theora/3651_3837f172ab384325a70d3f574cb79177.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623225/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623225/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623225/broadcast/3651_b1b53296332e42ee9821cf2989ac192b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623225/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:16:28.240000",
            "durationSec": 988.24,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:17:19.180000Z",
            "updatedTime": "2018-11-10T18:29:30.068986Z",
            "uploadedTime": "2009-11-13T11:17:19.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623225/theora/3651_3837f172ab384325a70d3f574cb79177.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623225/large_thumb/large.jpg"
        },
        {
            "id": 623223,
            "name": "Julekonsert promo Østfoldkirken",
            "header": "Julekonsert i Østfoldkirken Søndag 13. desember.\nMer info: www.ostfoldkirken.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623223/theora/3655_0ff1c90a5e08475084ccf3c966c59d72.ogv",
                "original": "https://upload.frikanalen.no/media/623223/original/orig_a8f94035d4b64aa693add7909ecf48ba.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623223/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623223/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623223/broadcast/3655_bcea199de52e4bc8af642c8d8c71d2cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623223/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:01:03",
            "durationSec": 63.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-11-16T19:27:29.093000Z",
            "updatedTime": "2018-11-10T18:29:30.072024Z",
            "uploadedTime": "2009-11-16T19:27:29.093000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623223/theora/3655_0ff1c90a5e08475084ccf3c966c59d72.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623223/large_thumb/large.jpg"
        },
        {
            "id": 623222,
            "name": "Drøfting av Quranen del 61",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623222/theora/3647_f333673b6029425583461527082a955a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623222/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623222/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623222/broadcast/3647_7495027ce6d74389b38d03270b3e2113.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623222/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:33:28.040000",
            "durationSec": 2008.04,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:15:12.443000Z",
            "updatedTime": "2018-11-10T18:29:30.073475Z",
            "uploadedTime": "2009-11-13T11:15:12.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623222/theora/3647_f333673b6029425583461527082a955a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623222/large_thumb/large.jpg"
        },
        {
            "id": 623221,
            "name": "Drøfting av Quranen del 63",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623221/theora/3649_666960a5b3dd4c4d90ca31459ef02f89.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623221/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623221/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623221/broadcast/3649_0032550e67664fb6bfe298b2f8b0dc25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623221/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:26.120000",
            "durationSec": 1526.12,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:16:17.680000Z",
            "updatedTime": "2018-11-10T18:29:30.074836Z",
            "uploadedTime": "2009-11-13T11:16:17.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623221/theora/3649_666960a5b3dd4c4d90ca31459ef02f89.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623221/large_thumb/large.jpg"
        },
        {
            "id": 623220,
            "name": "Østfoldkirken Uke 48",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623220/theora/3566_3ff27b2230d74232aca6c7615ae4651c.ogv",
                "original": "https://upload.frikanalen.no/media/623220/original/orig_308cc5c9c22c4cadaebcedddafb7ae41.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623220/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623220/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623220/broadcast/3566_7a896fdf2ebc490f958ad0edca3673f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623220/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:09",
            "durationSec": 1629.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:46:46.233000Z",
            "updatedTime": "2018-11-10T18:29:30.076400Z",
            "uploadedTime": "2009-10-12T13:46:46.233000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623220/theora/3566_3ff27b2230d74232aca6c7615ae4651c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623220/large_thumb/large.jpg"
        },
        {
            "id": 623219,
            "name": "Drøfting av Quranen del 62",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623219/theora/3648_d51f47b562384c9db929a8e5c9a5b377.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623219/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623219/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623219/broadcast/3648_8a8228e98d3049d4af8c4e27db6f3adf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623219/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:10:45.200000",
            "durationSec": 645.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:15:45.053000Z",
            "updatedTime": "2018-11-10T18:29:30.077748Z",
            "uploadedTime": "2009-11-13T11:15:45.053000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623219/theora/3648_d51f47b562384c9db929a8e5c9a5b377.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623219/large_thumb/large.jpg"
        },
        {
            "id": 623217,
            "name": "Akkurat nå! 15.november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623217/theora/2918_e3bccda8ab944fe48a716ee89e3a2196.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623217/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623217/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623217/broadcast/2918_b4f84c72f1fd4237a23b011241a0c6c2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623217/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:47:27.160000",
            "durationSec": 2847.16,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:30:53.343000Z",
            "updatedTime": "2018-11-10T18:29:30.079105Z",
            "uploadedTime": "2009-05-16T12:30:53.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623217/theora/2918_e3bccda8ab944fe48a716ee89e3a2196.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623217/large_thumb/large.jpg"
        },
        {
            "id": 623214,
            "name": "Drøfting av Quranen del 60",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623214/theora/3646_d9ff150d2bb641ab8ce04a33c35db2b1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623214/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623214/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623214/broadcast/3646_712eac16273a454ab1cb6051d405e141.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623214/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:22:31.440000",
            "durationSec": 1351.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:14:39.647000Z",
            "updatedTime": "2018-11-10T18:29:30.083195Z",
            "uploadedTime": "2009-11-13T11:14:39.647000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623214/theora/3646_d9ff150d2bb641ab8ce04a33c35db2b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623214/large_thumb/large.jpg"
        },
        {
            "id": 623213,
            "name": "Drøfting av Quranen del 59",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623213/theora/3645_3e114f14c24946a2952fb1b32dbf5a4f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623213/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623213/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623213/broadcast/3645_5390f1c68c584e38a53b855ea8ee996b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623213/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:19.640000",
            "durationSec": 1699.64,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:14:09.850000Z",
            "updatedTime": "2018-11-10T18:29:30.084605Z",
            "uploadedTime": "2009-11-13T11:14:09.850000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623213/theora/3645_3e114f14c24946a2952fb1b32dbf5a4f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623213/large_thumb/large.jpg"
        },
        {
            "id": 623209,
            "name": "Østfoldkirken Uke 47",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623209/theora/3565_99a90312e7c24616b5ab9afe1bcd840b.ogv",
                "original": "https://upload.frikanalen.no/media/623209/original/orig_2931b0adea3646b696ed39b617d4a5b4.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623209/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623209/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623209/broadcast/3565_d5301586df6c42e4b0f4078628259ec1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623209/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:03",
            "durationSec": 1623.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-10-12T13:45:02.140000Z",
            "updatedTime": "2018-11-10T18:29:30.090151Z",
            "uploadedTime": "2009-10-12T13:45:02.140000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623209/theora/3565_99a90312e7c24616b5ab9afe1bcd840b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623209/large_thumb/large.jpg"
        },
        {
            "id": 623259,
            "name": "Big Buck Bunny",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623259/theora/3676_8578156d75cd43efb4d797c18f980b8a.ogv",
                "original": "https://upload.frikanalen.no/media/623259/original/orig_9b0dd07d105b4b939e7c85ddef70db70.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623259/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623259/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623259/broadcast/3676_b544193d6735472595ff46921c17b119.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623259/large_thumb/large.jpg"
            },
            "creator": "morten@kjelkenes.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:56.480000",
            "durationSec": 596.48,
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2009-12-04T15:28:22.487000Z",
            "updatedTime": "2025-09-12T23:55:49.047593Z",
            "uploadedTime": "2009-12-04T15:28:22.487000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623259/theora/3676_8578156d75cd43efb4d797c18f980b8a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623259/large_thumb/large.jpg"
        },
        {
            "id": 627991,
            "name": "Diesen spør Sachs: Vil Europa snu negativ trend?",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627991/theora/Diesen_Sachs_CanEuropeReverseItsDecline.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627991/broadcast/Diesen_Sachs_CanEuropeReverseItsDecline.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627991/large_thumb/Diesen_Sachs_CanEuropeReverseItsDecline.jpg",
                "original": "https://upload.frikanalen.no/media/627991/original/Diesen_Sachs_CanEuropeReverseItsDecline.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:29:59.780000",
            "durationSec": 1799.78,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-12-11T08:03:40.650560Z",
            "updatedTime": "2024-12-12T20:18:12.068238Z",
            "uploadedTime": "2024-12-11T08:06:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627991/theora/Diesen_Sachs_CanEuropeReverseItsDecline.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627991/large_thumb/Diesen_Sachs_CanEuropeReverseItsDecline.jpg"
        },
        {
            "id": 623207,
            "name": "Hjerte Til Hjerte, Knut Tømmerbakk del 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623207/theora/3616_fa89c339124c4fd69a177a85ebed9525.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623207/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623207/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623207/broadcast/3616_e0ad137b1d1e4f3d89e931aeaab0d14f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623207/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-10-30T13:54:32.127000Z",
            "updatedTime": "2018-11-10T18:29:30.092934Z",
            "uploadedTime": "2009-10-30T13:54:32.127000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623207/theora/3616_fa89c339124c4fd69a177a85ebed9525.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623207/large_thumb/large.jpg"
        },
        {
            "id": 623206,
            "name": "Akkurat nå! 8.november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623206/theora/2917_862129e6097b4aadb568e5f7eda56e34.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623206/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623206/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623206/broadcast/2917_09a9cca4e3e64ec9a7a4a3f7f86561e2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623206/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:44:59.240000",
            "durationSec": 2699.24,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:30:18.780000Z",
            "updatedTime": "2018-11-10T18:29:30.094284Z",
            "uploadedTime": "2009-05-16T12:30:18.780000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623206/theora/2917_862129e6097b4aadb568e5f7eda56e34.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623206/large_thumb/large.jpg"
        },
        {
            "id": 623203,
            "name": "Den norske kirke i eksil del 33",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623203/theora/3589_e4462a2254bd41f2b488e9adcb90f575.ogv",
                "original": "https://upload.frikanalen.no/media/623203/original/orig_a9f74b670d6c45bdad3c316b5a6420fa.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623203/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623203/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623203/broadcast/3589_f0d0fa8631974d33b14627eefe964170.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623203/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:10.960000",
            "durationSec": 1570.96,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:40:29.810000Z",
            "updatedTime": "2018-11-10T18:29:30.095679Z",
            "uploadedTime": "2009-10-27T18:40:29.810000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623203/theora/3589_e4462a2254bd41f2b488e9adcb90f575.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623203/large_thumb/large.jpg"
        },
        {
            "id": 623197,
            "name": "Østfoldkirken Uke 46",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623197/theora/3564_edea7fc0553c434391c127e0fbaeb465.ogv",
                "original": "https://upload.frikanalen.no/media/623197/original/orig_27b33d0a8a424c3b804b354f6db22302.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623197/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623197/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623197/broadcast/3564_cda0b9d4f43d431bb9ebe70371542fa0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623197/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:29:03",
            "durationSec": 1743.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-10-12T13:43:53.997000Z",
            "updatedTime": "2018-11-10T18:29:30.103825Z",
            "uploadedTime": "2009-10-12T13:43:53.997000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623197/theora/3564_edea7fc0553c434391c127e0fbaeb465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623197/large_thumb/large.jpg"
        },
        {
            "id": 623192,
            "name": "Drøfting av Quranen del 58",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623192/theora/3584_2ef17e5af6c7405cbf152dc5d85fa5ec.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623192/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623192/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623192/broadcast/3584_8f907d6bb2e9400db93d4600d0736ce2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623192/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:19.200000",
            "durationSec": 1879.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-26T15:10:13.340000Z",
            "updatedTime": "2018-11-10T18:29:30.107922Z",
            "uploadedTime": "2009-10-26T15:10:13.340000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623192/theora/3584_2ef17e5af6c7405cbf152dc5d85fa5ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623192/large_thumb/large.jpg"
        },
        {
            "id": 623191,
            "name": "Drøfting av Quranen del 57",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623191/theora/3583_fd0e65bcf7a7479cb8b3efc2ed11186a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623191/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623191/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623191/broadcast/3583_0c3408219e354df3a0b9b5a5a22d35b0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623191/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:32:59.960000",
            "durationSec": 1979.96,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-26T15:09:32.400000Z",
            "updatedTime": "2018-11-10T18:29:30.109261Z",
            "uploadedTime": "2009-10-26T15:09:32.400000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623191/theora/3583_fd0e65bcf7a7479cb8b3efc2ed11186a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623191/large_thumb/large.jpg"
        },
        {
            "id": 623189,
            "name": "Drøfting av Quranen del 51",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623189/theora/2947_66787552f8ab44c0b8667eff09e3c282.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623189/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623189/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623189/broadcast/2947_a1b6be367ae542ea9869d854c877116d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623189/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:41.440000",
            "durationSec": 1841.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:54:52.697000Z",
            "updatedTime": "2018-11-10T18:29:30.111914Z",
            "uploadedTime": "2009-05-16T12:54:52.697000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623189/theora/2947_66787552f8ab44c0b8667eff09e3c282.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623189/large_thumb/large.jpg"
        },
        {
            "id": 623188,
            "name": "Inside Israel - november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623188/theora/3609_e512c88767b54ae2a8e80505c276e65a.ogv",
                "original": "https://upload.frikanalen.no/media/623188/original/orig_97345c6edc354aeb84aaa938260955aa.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623188/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623188/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623188/broadcast/3609_821867297c3c4d2a8ba90a6e073e5a47.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623188/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:27.320000",
            "durationSec": 1647.32,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-29T14:38:12.130000Z",
            "updatedTime": "2018-11-10T18:29:30.113244Z",
            "uploadedTime": "2009-10-29T14:38:12.130000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623188/theora/3609_e512c88767b54ae2a8e80505c276e65a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623188/large_thumb/large.jpg"
        },
        {
            "id": 623187,
            "name": "Inside Israel - oktober",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623187/theora/3608_f21ce8124a674e09ada36ef918c00ec1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623187/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623187/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623187/broadcast/3608_4ed4db031f6d455c9216e604f1299181.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623187/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:13.160000",
            "durationSec": 1753.16,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-29T14:36:58.630000Z",
            "updatedTime": "2018-11-10T18:29:30.114581Z",
            "uploadedTime": "2009-10-29T14:36:58.630000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623187/theora/3608_f21ce8124a674e09ada36ef918c00ec1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623187/large_thumb/large.jpg"
        },
        {
            "id": 623186,
            "name": "Drøfting av Quranen del 50",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623186/theora/2946_3935f080b1e04f479b7463a2aa9662be.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623186/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623186/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623186/broadcast/2946_2885b4ba7517479e96932d6a96e5d2ca.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623186/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:46.240000",
            "durationSec": 1726.24,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:54:27.493000Z",
            "updatedTime": "2018-11-10T18:29:30.116072Z",
            "uploadedTime": "2009-05-16T12:54:27.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623186/theora/2946_3935f080b1e04f479b7463a2aa9662be.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623186/large_thumb/large.jpg"
        },
        {
            "id": 623185,
            "name": "Drøfting av Quranen del 52",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623185/theora/2948_772773ffe8014e01bdef27ae95804696.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623185/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623185/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623185/broadcast/2948_180f7af975cc4505915c0f421b5a44f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623185/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:23:57.680000",
            "durationSec": 1437.68,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:55:16.493000Z",
            "updatedTime": "2018-11-10T18:29:30.117534Z",
            "uploadedTime": "2009-05-16T12:55:16.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623185/theora/2948_772773ffe8014e01bdef27ae95804696.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623185/large_thumb/large.jpg"
        },
        {
            "id": 623180,
            "name": "Den norske kirke i eksil del 32",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623180/theora/3588_9b921c1ad10041148156d190a9a31e2f.ogv",
                "original": "https://upload.frikanalen.no/media/623180/original/orig_50d99e7c381a453098dc2930ac65ec03.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623180/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623180/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623180/broadcast/3588_94674da05c414692b039f6437c2d074f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623180/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:16.920000",
            "durationSec": 1576.92,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:38:41.200000Z",
            "updatedTime": "2018-11-10T18:29:30.123001Z",
            "uploadedTime": "2009-10-27T18:38:41.200000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623180/theora/3588_9b921c1ad10041148156d190a9a31e2f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623180/large_thumb/large.jpg"
        },
        {
            "id": 623177,
            "name": "Drøfting av Quranen del 56",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623177/theora/3582_f348cf0911eb44338cff4d8cf562f2e9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623177/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623177/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623177/broadcast/3582_b901767f426e44d7838aa58a16085f04.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623177/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:49.760000",
            "durationSec": 1789.76,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-26T15:08:56.947000Z",
            "updatedTime": "2018-11-10T18:29:30.127047Z",
            "uploadedTime": "2009-10-26T15:08:56.947000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623177/theora/3582_f348cf0911eb44338cff4d8cf562f2e9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623177/large_thumb/large.jpg"
        },
        {
            "id": 623175,
            "name": "Dan S. Nordstrands naturvideo - høst",
            "header": "Naturvideo lagen av Dan S. Nordstrand - Charisma kultur og mediasenter",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623175/theora/3581_1821021f28b944afaaaa1448c91c4591.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623175/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623175/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623175/broadcast/3581_e8aa50371bea40a8a68e95057ed3fc66.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623175/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:00.400000",
            "durationSec": 300.4,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-10-26T13:37:40.167000Z",
            "updatedTime": "2018-11-10T18:29:30.128462Z",
            "uploadedTime": "2009-10-26T13:37:40.167000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623175/theora/3581_1821021f28b944afaaaa1448c91c4591.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623175/large_thumb/large.jpg"
        },
        {
            "id": 623173,
            "name": "Østfoldkirken Uke45",
            "header": "Gudstjeneste fra Østfoldkirken i Moss.\nwww.ostfoldkirken.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623173/theora/3448_68bc5eeb7bc44031add3e9a64dc76aca.ogv",
                "original": "https://upload.frikanalen.no/media/623173/original/orig_bb0ddd444a454f69a44d3b555b25f4bb.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623173/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623173/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623173/broadcast/3448_cca006c44142451caa1cf1bbd72f123c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623173/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:57",
            "durationSec": 1737.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-09-10T10:18:38.920000Z",
            "updatedTime": "2018-11-10T18:29:30.131188Z",
            "uploadedTime": "2009-09-10T10:18:38.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623173/theora/3448_68bc5eeb7bc44031add3e9a64dc76aca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623173/large_thumb/large.jpg"
        },
        {
            "id": 623172,
            "name": "Akkurat nå! 25.oktober",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623172/theora/2915_0f782d964e6345c08ddc2e73065a75ad.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623172/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623172/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623172/broadcast/2915_0ddd039389c947b18b2cd1f933977d0a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623172/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.920000",
            "durationSec": 3025.92,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:27:43.077000Z",
            "updatedTime": "2018-11-10T18:29:30.132557Z",
            "uploadedTime": "2009-05-16T12:27:43.077000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623172/theora/2915_0f782d964e6345c08ddc2e73065a75ad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623172/large_thumb/large.jpg"
        }
    ]
}