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

{
    "count": 3626,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2350&ordering=-description",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2250&ordering=-description",
    "results": [
        {
            "id": 623878,
            "name": "Dem Gode nyheterna 200910",
            "header": "De gode nyheter, Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623878/theora/4681_9c76eb8fb9a24d97a91ddb45f9a539f4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623878/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623878/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623878/broadcast/4681_714409a7258049518c8b107a56812c77.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623878/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:08.800000",
            "durationSec": 1748.8,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-30T11:13:43.833000Z",
            "updatedTime": "2018-11-10T18:29:29.253195Z",
            "uploadedTime": "2010-08-30T11:13:43.833000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623878/theora/4681_9c76eb8fb9a24d97a91ddb45f9a539f4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623878/large_thumb/large.jpg"
        },
        {
            "id": 623877,
            "name": "Værldens Gjemfødelse 130910",
            "header": "Världens pånyttfödelse med Hans Batteryd 5:2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623877/theora/4679_b9bc22ca5471444cbcc3f64f7cce63d8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623877/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623877/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623877/broadcast/4679_847745b21e84479c825274044d3b4a90.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623877/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:15.120000",
            "durationSec": 1755.12,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-30T10:21:32.767000Z",
            "updatedTime": "2018-11-10T18:29:29.254555Z",
            "uploadedTime": "2010-08-30T10:21:32.767000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623877/theora/4679_b9bc22ca5471444cbcc3f64f7cce63d8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623877/large_thumb/large.jpg"
        },
        {
            "id": 623915,
            "name": "Bibelundervisning - del 13",
            "header": "De ådelige nådegaver del 2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623915/theora/4744_1c3b1948299941898349d672bc5a646e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623915/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623915/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623915/broadcast/4744_d82f79bc2685405abf59acc35fc3ec0e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623915/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-12T13:41:35.453000Z",
            "updatedTime": "2023-07-12T22:34:01.246238Z",
            "uploadedTime": "2010-09-12T13:41:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623915/theora/4744_1c3b1948299941898349d672bc5a646e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623915/large_thumb/large.jpg"
        },
        {
            "id": 623717,
            "name": "Samtalaprogram 4",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623717/theora/4409_73ae9abb0ade4d7e825528fc196355c3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623717/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623717/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623717/broadcast/4409_73a42b80d9944650bdc07905fd072d3a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623717/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-16T22:01:18.210000Z",
            "updatedTime": "2023-07-12T22:34:25.584192Z",
            "uploadedTime": "2010-06-16T22:01:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623717/theora/4409_73ae9abb0ade4d7e825528fc196355c3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623717/large_thumb/large.jpg"
        },
        {
            "id": 623898,
            "name": "Bibelundervisning - del 12",
            "header": "De åndelige nådegaver - del 1",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623898/theora/4721_f768e4a201874571a01d2f67948f4d2b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623898/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623898/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623898/broadcast/4721_0a2bc28483a84c41a0488f12f07abb44.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623898/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-07T20:45:23.077000Z",
            "updatedTime": "2023-07-12T22:34:48.665937Z",
            "uploadedTime": "2010-09-07T20:45:23Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623898/theora/4721_f768e4a201874571a01d2f67948f4d2b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623898/large_thumb/large.jpg"
        },
        {
            "id": 623876,
            "name": "Helse, Program4 150910",
            "header": "Helse, med Eva Britt Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623876/theora/4680_cb13903e861c423a9e854ae85d91b917.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623876/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623876/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623876/broadcast/4680_7e4e6ad88a12400f8ac7af800f6d7c57.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623876/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:18:55",
            "durationSec": 1135.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-30T10:53:53.653000Z",
            "updatedTime": "2018-11-10T18:29:29.256055Z",
            "uploadedTime": "2010-08-30T10:53:53.653000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623876/theora/4680_cb13903e861c423a9e854ae85d91b917.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623876/large_thumb/large.jpg"
        },
        {
            "id": 623875,
            "name": "10min med Svenn Tommy 010910",
            "header": "Tio minuter med Svenn Thommy Fjeldberg, följt av Levande Ord (repris 2 Sep. kl 12:30)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623875/theora/4678_cabab3b4c493485ab7ac02086b2ae24f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623875/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623875/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623875/broadcast/4678_b9d955bec8564387968b33a8296b3b2e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623875/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:18.920000",
            "durationSec": 1758.92,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-30T09:39:30.863000Z",
            "updatedTime": "2018-11-10T18:29:29.257495Z",
            "uploadedTime": "2010-08-30T09:39:30.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623875/theora/4678_cabab3b4c493485ab7ac02086b2ae24f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623875/large_thumb/large.jpg"
        },
        {
            "id": 623874,
            "name": "36_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623874/theora/4642_5420f206367a4dcda9f010724c62c411.ogv",
                "original": "https://upload.frikanalen.no/media/623874/original/orig_bf64ce1ad5a64775934a3f37bc764256.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623874/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623874/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623874/broadcast/4642_ad8adcc5d24e485da38aecb63032f2ef.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623874/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:27",
            "durationSec": 1707.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-08-23T11:53:02.233000Z",
            "updatedTime": "2018-11-10T18:29:29.258893Z",
            "uploadedTime": "2010-08-23T11:53:02.233000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623874/theora/4642_5420f206367a4dcda9f010724c62c411.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623874/large_thumb/large.jpg"
        },
        {
            "id": 623873,
            "name": "Sootkanalen",
            "header": "En video fra Sootkanalen i Eidskog komune",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623873/theora/4668_aac765dbf7ec4bbca063141807c76cd3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623873/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623873/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623873/broadcast/4668_abc803542b1d48aa82e4adbb1d30a19d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623873/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:13:08.320000",
            "durationSec": 788.32,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-08-27T19:59:16.863000Z",
            "updatedTime": "2018-11-10T18:29:29.260295Z",
            "uploadedTime": "2010-08-27T19:59:16.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623873/theora/4668_aac765dbf7ec4bbca063141807c76cd3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623873/large_thumb/large.jpg"
        },
        {
            "id": 623872,
            "name": "Akkurat Nå 29 august 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623872/theora/4616_6eb1b72a166b4f1eb9097d7a4f01a328.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623872/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623872/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623872/broadcast/4616_5058163165d84a4b9a8defde6ee3337c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623872/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:54:58.160000",
            "durationSec": 3298.16,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-12T14:51:24.743000Z",
            "updatedTime": "2018-11-10T18:29:29.261648Z",
            "uploadedTime": "2010-08-12T14:51:24.743000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623872/theora/4616_6eb1b72a166b4f1eb9097d7a4f01a328.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623872/large_thumb/large.jpg"
        },
        {
            "id": 623870,
            "name": "Utrop TV - nr 17",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623870/theora/4368_5c942da199374ce5b5ead05148cf8ebf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623870/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623870/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623870/broadcast/4368_9693dd1885534c37b21524f414b53aa8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623870/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:16:23.520000",
            "durationSec": 983.52,
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-05-26T12:41:02.823000Z",
            "updatedTime": "2018-11-10T18:29:29.264385Z",
            "uploadedTime": "2010-05-26T12:41:02.823000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623870/theora/4368_5c942da199374ce5b5ead05148cf8ebf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623870/large_thumb/large.jpg"
        },
        {
            "id": 623867,
            "name": "35_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623867/theora/4641_6b39250cd99f4207848110eb64774004.ogv",
                "original": "https://upload.frikanalen.no/media/623867/original/orig_0440d3ad543141108976a68241d67bcd.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623867/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623867/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623867/broadcast/4641_3df3cdf2960d403c8933809218a9b8ca.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623867/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:27",
            "durationSec": 1707.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-08-23T11:50:53.510000Z",
            "updatedTime": "2018-11-10T18:29:29.268462Z",
            "uploadedTime": "2010-08-23T11:50:53.510000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623867/theora/4641_6b39250cd99f4207848110eb64774004.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623867/large_thumb/large.jpg"
        },
        {
            "id": 623866,
            "name": "Serat del 3",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623866/theora/4639_d7322044c99a442593b6dff3285c5e09.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623866/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623866/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623866/broadcast/4639_2be7648ab7be465aa6bd0e6489ce5c81.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623866/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:13.080000",
            "durationSec": 1573.08,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-23T10:05:53.373000Z",
            "updatedTime": "2018-11-10T18:29:29.269829Z",
            "uploadedTime": "2010-08-23T10:05:53.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623866/theora/4639_d7322044c99a442593b6dff3285c5e09.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623866/large_thumb/large.jpg"
        },
        {
            "id": 623865,
            "name": "Serat del 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623865/theora/4638_745d13af58a54002999be84ba9eaf26d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623865/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623865/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623865/broadcast/4638_42336c0884c54d85a10dce00774646c7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623865/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:00.400000",
            "durationSec": 1620.4,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-23T10:05:33.917000Z",
            "updatedTime": "2018-11-10T18:29:29.271232Z",
            "uploadedTime": "2010-08-23T10:05:33.917000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623865/theora/4638_745d13af58a54002999be84ba9eaf26d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623865/large_thumb/large.jpg"
        },
        {
            "id": 623861,
            "name": "Serat del 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623861/theora/4632_593fbf3e2ebe4525b0a9330f1a41ef8b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623861/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623861/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623861/broadcast/4632_d2a9f9aaa5784c4b991d1501a2647f9d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623861/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:54",
            "durationSec": 1854.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-19T14:09:09.440000Z",
            "updatedTime": "2018-11-10T18:29:29.276868Z",
            "uploadedTime": "2010-08-19T14:09:09.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623861/theora/4632_593fbf3e2ebe4525b0a9330f1a41ef8b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623861/large_thumb/large.jpg"
        },
        {
            "id": 623899,
            "name": "Filler Talerøret Empo tv",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623899/theora/4724_1aa4cf153e564ad1833a1c72d6379b8c.ogv",
                "original": "https://upload.frikanalen.no/media/623899/original/orig_db46facbd6364c7288a00e46b6fa957d.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623899/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623899/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623899/broadcast/4724_c5cacb4a080d4c0dbb99dfed8251ae14.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623899/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": true
            },
            "duration": "00:01:00.080000",
            "durationSec": 60.08,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-09-08T06:24:53.787000Z",
            "updatedTime": "2020-08-30T20:03:10.676693Z",
            "uploadedTime": "2010-09-08T06:24:53.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623899/theora/4724_1aa4cf153e564ad1833a1c72d6379b8c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623899/large_thumb/large.jpg"
        },
        {
            "id": 623900,
            "name": "Filler Empostolen",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623900/theora/4726_104753ddb3f04e17af11995f8710d7c5.ogv",
                "original": "https://upload.frikanalen.no/media/623900/original/orig_27b0d39760bb4503b0df6cfa20e177b1.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623900/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623900/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623900/broadcast/4726_2cfcfffc330445d49bd18754a73fa93b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623900/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": true
            },
            "duration": "00:01:00",
            "durationSec": 60.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-09-08T06:28:32.213000Z",
            "updatedTime": "2020-08-30T20:03:21.696298Z",
            "uploadedTime": "2010-09-08T06:28:32.213000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623900/theora/4726_104753ddb3f04e17af11995f8710d7c5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623900/large_thumb/large.jpg"
        },
        {
            "id": 623901,
            "name": "Empo tv - del 22",
            "header": "Alle Empo tvs programledere og reportere har en utviklingshemming. Vi lager programmer for alle, med eller uten diagnose!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623901/theora/4647_ed51d4bf9b19464eac7f810b55fa9b18.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623901/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623901/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623901/broadcast/4647_d703bee4e08148e7ac65f94db6e6f55a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623901/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": true
            },
            "duration": "00:28:38.480000",
            "durationSec": 1718.48,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-08-24T10:50:46.753000Z",
            "updatedTime": "2020-08-30T20:03:34.469976Z",
            "uploadedTime": "2010-08-24T10:50:46.753000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623901/theora/4647_ed51d4bf9b19464eac7f810b55fa9b18.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623901/large_thumb/large.jpg"
        },
        {
            "id": 623902,
            "name": "Filler Animasjon i Empo tv",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623902/theora/4725_0deb11e852c94f4488ebe0aa5c676ec7.ogv",
                "original": "https://upload.frikanalen.no/media/623902/original/orig_05a91806718042248c137f6b34837961.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623902/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623902/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623902/broadcast/4725_a79ef68755c44a49bb48c5c768bd0422.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623902/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": true
            },
            "duration": "00:01:00.080000",
            "durationSec": 60.08,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-09-08T06:26:51.667000Z",
            "updatedTime": "2020-08-30T20:03:45.623984Z",
            "uploadedTime": "2010-09-08T06:26:51.667000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623902/theora/4725_0deb11e852c94f4488ebe0aa5c676ec7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623902/large_thumb/large.jpg"
        },
        {
            "id": 623903,
            "name": "Filler Journalist i Empo tv",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623903/theora/4722_5d1476870f264541b70d004e27a80f11.ogv",
                "original": "https://upload.frikanalen.no/media/623903/original/orig_58f89c9dea83412b9360b7b113642fe5.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623903/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623903/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623903/broadcast/4722_a511034ab1c149729166480d27f9b16e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623903/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": true
            },
            "duration": "00:00:58.120000",
            "durationSec": 58.12,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-09-08T06:21:21.863000Z",
            "updatedTime": "2020-08-30T20:03:55.293594Z",
            "uploadedTime": "2010-09-08T06:21:21.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623903/theora/4722_5d1476870f264541b70d004e27a80f11.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623903/large_thumb/large.jpg"
        },
        {
            "id": 623904,
            "name": "Filler Fotograf i Empo tv",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623904/theora/4723_fdd95f2704cd47b0aee5ad12390d45c9.ogv",
                "original": "https://upload.frikanalen.no/media/623904/original/orig_0e7daaad6d8147c3bb0deaf85a980aed.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623904/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623904/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623904/broadcast/4723_aeb0de96567044aaa10ec186f8ec8f87.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623904/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": true
            },
            "duration": "00:01:00",
            "durationSec": 60.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-09-08T06:23:20.817000Z",
            "updatedTime": "2020-08-30T20:04:04.450953Z",
            "uploadedTime": "2010-09-08T06:23:20.817000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623904/theora/4723_fdd95f2704cd47b0aee5ad12390d45c9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623904/large_thumb/large.jpg"
        },
        {
            "id": 623857,
            "name": "Hjerte Til Hjerte, Bazan, 2008",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623857/theora/4288_09cb906577324a138dbc9e293f4fb580.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623857/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623857/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623857/broadcast/4288_cd6cce2f4cb24e26826e129b0a7fd66d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623857/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.200000",
            "durationSec": 1740.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-07T07:36:32.430000Z",
            "updatedTime": "2018-11-10T18:29:29.282311Z",
            "uploadedTime": "2010-05-07T07:36:32.430000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623857/theora/4288_09cb906577324a138dbc9e293f4fb580.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623857/large_thumb/large.jpg"
        },
        {
            "id": 623856,
            "name": "Vinterlyd",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623856/theora/4585_4d0c07bcfc624711b25fc4c813f019d4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623856/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623856/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623856/broadcast/4585_67ecf04c683047f4badd1c4f18ffc423.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623856/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:47.560000",
            "durationSec": 107.56,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:12:23.283000Z",
            "updatedTime": "2018-11-10T18:29:29.284008Z",
            "uploadedTime": "2010-08-10T19:12:23.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623856/theora/4585_4d0c07bcfc624711b25fc4c813f019d4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623856/large_thumb/large.jpg"
        },
        {
            "id": 623855,
            "name": "Gunnar Sønsteby.",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623855/theora/4605_9b81669c08be48a2804d3de85c534bb7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623855/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623855/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623855/broadcast/4605_5a40f1d4cc4a48d39906472344b08063.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623855/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:37.280000",
            "durationSec": 97.28,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:19:38.350000Z",
            "updatedTime": "2018-11-10T18:29:29.285495Z",
            "uploadedTime": "2010-08-10T19:19:38.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623855/theora/4605_9b81669c08be48a2804d3de85c534bb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623855/large_thumb/large.jpg"
        },
        {
            "id": 623851,
            "name": "Frisk og glad, del 9 av 9",
            "header": "Møt morgendagen uten frykt. Raymond Stanley fra Australia  er 89 år og besøker Stavanger for å fortelle om hva som leder til et langt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623851/theora/4482_009f592ffa674ee39e05fdacfc04e125.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623851/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623851/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623851/broadcast/4482_363efa83ea854b4291a81b51431c1190.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623851/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "durationSec": 3300.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:13:09.590000Z",
            "updatedTime": "2018-11-10T18:29:29.290981Z",
            "uploadedTime": "2010-07-07T08:13:09.590000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623851/theora/4482_009f592ffa674ee39e05fdacfc04e125.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623851/large_thumb/large.jpg"
        },
        {
            "id": 623850,
            "name": "Frisk og glad, del 8 av 9",
            "header": "Ti enkle leveregler for et bedre liv. Raymond Stanley fra Australia  er 89 år og besøker Stavanger for å fortelle om hva som leder til et langt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623850/theora/4481_8ec54b8324eb4629ab9db70264ade718.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623850/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623850/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623850/broadcast/4481_7b00144d51ed4044aec7866496ba459b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623850/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "durationSec": 3300.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:11:03.837000Z",
            "updatedTime": "2018-11-10T18:29:29.292436Z",
            "uploadedTime": "2010-07-07T08:11:03.837000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623850/theora/4481_8ec54b8324eb4629ab9db70264ade718.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623850/large_thumb/large.jpg"
        },
        {
            "id": 623849,
            "name": "Frisk og glad, del 6 av 9",
            "header": "Kuren mot stress.  Raymond Stanley fra Australia  er 89 år og besøker Stavanger for å fortelle om hva som leder til et langt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623849/theora/4479_c0892621e9964477bd6a1e013e9a8c1b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623849/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623849/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623849/broadcast/4479_e60bc5a2274c4df49c8e831e42b358e7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623849/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:00",
            "durationSec": 3300.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:03:58.750000Z",
            "updatedTime": "2018-11-10T18:29:29.293836Z",
            "uploadedTime": "2010-07-07T08:03:58.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623849/theora/4479_c0892621e9964477bd6a1e013e9a8c1b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623849/large_thumb/large.jpg"
        },
        {
            "id": 623848,
            "name": "Frisk og glad, del 7 av 9",
            "header": "Lev optimalt på et nøkternt budsjett. Raymond Stanley fra Australia  er 89 år og besøker Stavanger for å fortelle om hva som leder til et langt og lykkelig liv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623848/theora/4480_a2f5668d728449f88ac1936b11ad6c88.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623848/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623848/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623848/broadcast/4480_98074b59918545d4ab155623bf6bbcf8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623848/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:44.480000",
            "durationSec": 1484.48,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-07T08:06:15.550000Z",
            "updatedTime": "2018-11-10T18:29:29.295205Z",
            "uploadedTime": "2010-07-07T08:06:15.550000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623848/theora/4480_a2f5668d728449f88ac1936b11ad6c88.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623848/large_thumb/large.jpg"
        },
        {
            "id": 623847,
            "name": "Apropos: Romøren",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623847/theora/4569_f4ca0e88f79d4cc4bde60c9601941d22.ogv",
                "original": "https://upload.frikanalen.no/media/623847/original/orig_5c934d5f45df4a2b96384aea2d4bca5d.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623847/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623847/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623847/broadcast/4569_95741aee6f2041548b3c2c6db9a702fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623847/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:14.320000",
            "durationSec": 134.32,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:03:58.400000Z",
            "updatedTime": "2018-11-10T18:29:29.296613Z",
            "uploadedTime": "2010-08-10T15:03:58.400000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623847/theora/4569_f4ca0e88f79d4cc4bde60c9601941d22.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623847/large_thumb/large.jpg"
        },
        {
            "id": 623846,
            "name": "Dem Gode nyheterna 300810",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623846/theora/4622_6f32ec3e9e4e4bc69bd28e227ab05f93.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623846/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623846/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623846/broadcast/4622_10395a3eb7d64a45a2eb323f46bcb04c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623846/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:07.320000",
            "durationSec": 1747.32,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T13:30:12.030000Z",
            "updatedTime": "2018-11-10T18:29:29.298006Z",
            "uploadedTime": "2010-08-13T13:30:12.030000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623846/theora/4622_6f32ec3e9e4e4bc69bd28e227ab05f93.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623846/large_thumb/large.jpg"
        },
        {
            "id": 623845,
            "name": "Helse, Program3 250810",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623845/theora/4621_3bbfc8429f4d46b08e4f0a33607d3c84.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623845/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623845/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623845/broadcast/4621_cb2ea666b0b941b6bf91974fc2b5c6e5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623845/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:15.640000",
            "durationSec": 1695.64,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T13:27:46.600000Z",
            "updatedTime": "2018-11-10T18:29:29.299365Z",
            "uploadedTime": "2010-08-13T13:27:46.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623845/theora/4621_3bbfc8429f4d46b08e4f0a33607d3c84.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623845/large_thumb/large.jpg"
        },
        {
            "id": 623843,
            "name": "Guds Ord, 230810",
            "header": "Undervisning med Bjærn Kristofersen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623843/theora/4620_df586ab11f344febb0e0d5b305472f52.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623843/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623843/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623843/broadcast/4620_69abacd135e640f793908d01e939966a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623843/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:27:42.440000",
            "durationSec": 1662.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T13:24:45.347000Z",
            "updatedTime": "2018-11-10T18:29:29.302074Z",
            "uploadedTime": "2010-08-13T13:24:45.347000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623843/theora/4620_df586ab11f344febb0e0d5b305472f52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623843/large_thumb/large.jpg"
        },
        {
            "id": 623842,
            "name": "Country Team TV 160810",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623842/theora/4618_c76bc59c7e5748d7a47e89e41cefc160.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623842/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623842/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623842/broadcast/4618_282fd75299534d7aba6cde20c57b7174.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623842/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:21.440000",
            "durationSec": 1761.44,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T11:48:07.740000Z",
            "updatedTime": "2018-11-10T18:29:29.303542Z",
            "uploadedTime": "2010-08-13T11:48:07.740000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623842/theora/4618_c76bc59c7e5748d7a47e89e41cefc160.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623842/large_thumb/large.jpg"
        },
        {
            "id": 623841,
            "name": "an15august2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623841/theora/4613_6195153cecce4943bbc2964650b539f8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623841/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623841/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623841/broadcast/4613_b7c66c2b72e54786821449566392566e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623841/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:47.760000",
            "durationSec": 3227.76,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-12T14:45:47.313000Z",
            "updatedTime": "2018-11-10T18:29:29.304930Z",
            "uploadedTime": "2010-08-12T14:45:47.313000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623841/theora/4613_6195153cecce4943bbc2964650b539f8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623841/large_thumb/large.jpg"
        },
        {
            "id": 623859,
            "name": "Bibelundervisning - del 10",
            "header": "Helbredelse del 2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623859/theora/4625_a66dc3c77ea042d0ad4ebb66fb621f27.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623859/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623859/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623859/broadcast/4625_cc0ef5915f2a4378a4be521f12fdc9dd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623859/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-17T21:07:35.360000Z",
            "updatedTime": "2023-07-12T22:35:25.074921Z",
            "uploadedTime": "2010-08-17T21:07:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623859/theora/4625_a66dc3c77ea042d0ad4ebb66fb621f27.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623859/large_thumb/large.jpg"
        },
        {
            "id": 623858,
            "name": "Bibelundervisning - del 9",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623858/theora/4624_170b569c1abd4f43b239e5ab7b9af321.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623858/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623858/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623858/broadcast/4624_2f432207c36a43f2a07f313108e99522.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623858/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-17T20:54:45.490000Z",
            "updatedTime": "2023-07-12T22:35:46.175302Z",
            "uploadedTime": "2010-08-17T20:54:45Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623858/theora/4624_170b569c1abd4f43b239e5ab7b9af321.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623858/large_thumb/large.jpg"
        },
        {
            "id": 623835,
            "name": "Thom Hell",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623835/theora/4607_7d4e82b119f1426b9634a4a8b8eff281.ogv",
                "original": "https://upload.frikanalen.no/media/623835/original/orig_0a9d76e999b84c569c96ca332f6c8d85.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623835/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623835/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623835/broadcast/4607_bf6d85f868824f57ab8a2c4f5b4589d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623835/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:44.280000",
            "durationSec": 104.28,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:20:24.883000Z",
            "updatedTime": "2018-11-10T18:29:29.313313Z",
            "uploadedTime": "2010-08-10T19:20:24.883000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623835/theora/4607_7d4e82b119f1426b9634a4a8b8eff281.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623835/large_thumb/large.jpg"
        },
        {
            "id": 623834,
            "name": "The Megafonic Thrift",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623834/theora/4606_49736fb1e40d4b2396faf98c51b6a847.ogv",
                "original": "https://upload.frikanalen.no/media/623834/original/orig_a34b3767ef624cf6bde95394788b1654.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623834/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623834/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623834/broadcast/4606_e6884657b866489594827cf5b5cb4873.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623834/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:22.800000",
            "durationSec": 82.8,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:20:06.350000Z",
            "updatedTime": "2018-11-10T18:29:29.314653Z",
            "uploadedTime": "2010-08-10T19:20:06.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623834/theora/4606_49736fb1e40d4b2396faf98c51b6a847.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623834/large_thumb/large.jpg"
        },
        {
            "id": 623833,
            "name": "Tattoo",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623833/theora/4560_ab299bcd15b14320907ad6d3d9322dd3.ogv",
                "original": "https://upload.frikanalen.no/media/623833/original/orig_94695b736465497cbc2cb49688a136f9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623833/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623833/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623833/broadcast/4560_e30339ff1da447fcb0597f9d73361292.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623833/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:53.840000",
            "durationSec": 173.84,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:41:28.250000Z",
            "updatedTime": "2018-11-10T18:29:29.316056Z",
            "uploadedTime": "2010-08-10T14:41:28.250000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623833/theora/4560_ab299bcd15b14320907ad6d3d9322dd3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623833/large_thumb/large.jpg"
        },
        {
            "id": 623832,
            "name": "Stemning på Storås",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623832/theora/4604_8767bb6e543146ea800b5a356ab6cab3.ogv",
                "original": "https://upload.frikanalen.no/media/623832/original/orig_fccde7812eb74bb5a2260fdb4d6371d7.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623832/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623832/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623832/broadcast/4604_4182efa24e6a429ebde05dc00c4d5c4b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623832/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:00:54.760000",
            "durationSec": 54.76,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:19:19.710000Z",
            "updatedTime": "2018-11-10T18:29:29.317399Z",
            "uploadedTime": "2010-08-10T19:19:19.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623832/theora/4604_8767bb6e543146ea800b5a356ab6cab3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623832/large_thumb/large.jpg"
        },
        {
            "id": 623831,
            "name": "Spring awakening",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623831/theora/4603_9bf72f2c493a4c65995be89ea965d8ad.ogv",
                "original": "https://upload.frikanalen.no/media/623831/original/orig_45a5b1088ce741b6822e4a72781a740e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623831/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623831/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623831/broadcast/4603_49fb045913524b3dad807e72fe53a346.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623831/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:55.800000",
            "durationSec": 115.8,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:19:00.803000Z",
            "updatedTime": "2018-11-10T18:29:29.318748Z",
            "uploadedTime": "2010-08-10T19:19:00.803000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623831/theora/4603_9bf72f2c493a4c65995be89ea965d8ad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623831/large_thumb/large.jpg"
        },
        {
            "id": 623827,
            "name": "Sorte får",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623827/theora/4599_de113232009e4892805fe4f7f8d4ae13.ogv",
                "original": "https://upload.frikanalen.no/media/623827/original/orig_8b3850e2bba14ef387ca63710f53b14e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623827/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623827/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623827/broadcast/4599_42866e242f9748f98fa26c024545be5e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623827/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:31.720000",
            "durationSec": 151.72,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:17:42.980000Z",
            "updatedTime": "2018-11-10T18:29:29.324261Z",
            "uploadedTime": "2010-08-10T19:17:42.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623827/theora/4599_de113232009e4892805fe4f7f8d4ae13.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623827/large_thumb/large.jpg"
        },
        {
            "id": 623825,
            "name": "Rubiks kube",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623825/theora/4595_1f731d028fab45fdac142176ca102d53.ogv",
                "original": "https://upload.frikanalen.no/media/623825/original/orig_373daeb6003343409a2342dfe3439642.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623825/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623825/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623825/broadcast/4595_0928ba33f9734f8599df69635269403e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623825/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:28.600000",
            "durationSec": 88.6,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:15:59.147000Z",
            "updatedTime": "2018-11-10T18:29:29.326963Z",
            "uploadedTime": "2010-08-10T19:15:59.147000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623825/theora/4595_1f731d028fab45fdac142176ca102d53.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623825/large_thumb/large.jpg"
        },
        {
            "id": 623819,
            "name": "Krimgåte:70´s action",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623819/theora/4561_ccdcc8a8b5aa4f8dbd7bb666758ea74c.ogv",
                "original": "https://upload.frikanalen.no/media/623819/original/orig_8015a1f96e724592993455a518548d8a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623819/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623819/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623819/broadcast/4561_d319cdd0fc9d47949bcf020b4f07640a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623819/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:04:43.960000",
            "durationSec": 283.96,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:45:06.177000Z",
            "updatedTime": "2018-11-10T18:29:29.336248Z",
            "uploadedTime": "2010-08-10T14:45:06.177000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623819/theora/4561_ccdcc8a8b5aa4f8dbd7bb666758ea74c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623819/large_thumb/large.jpg"
        },
        {
            "id": 623817,
            "name": "Kråkesølv",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623817/theora/4587_9e1cd4e01c4f4766be37b66b49ac1ac1.ogv",
                "original": "https://upload.frikanalen.no/media/623817/original/orig_fc84c415a6fd48f3b467a7079106cea1.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623817/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623817/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623817/broadcast/4587_89f6d53b89ea461fa13f2ae7028c4836.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623817/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:04.560000",
            "durationSec": 124.56,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:13:02.800000Z",
            "updatedTime": "2018-11-10T18:29:29.339071Z",
            "uploadedTime": "2010-08-10T19:13:02.800000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623817/theora/4587_9e1cd4e01c4f4766be37b66b49ac1ac1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623817/large_thumb/large.jpg"
        },
        {
            "id": 623816,
            "name": "Jaga Jazzist",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623816/theora/4584_9c088fe2b589414f82b3564f6db78d73.ogv",
                "original": "https://upload.frikanalen.no/media/623816/original/orig_e4b68469933f4fcfa6706d5e69ff3d8a.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623816/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623816/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623816/broadcast/4584_1907118e20ab4e428680c35dd094fc9b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623816/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:00:54.080000",
            "durationSec": 54.08,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:12:04.657000Z",
            "updatedTime": "2018-11-10T18:29:29.340502Z",
            "uploadedTime": "2010-08-10T19:12:04.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623816/theora/4584_9c088fe2b589414f82b3564f6db78d73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623816/large_thumb/large.jpg"
        },
        {
            "id": 623815,
            "name": "Hjernen",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623815/theora/4558_0098bf17d14f4535866075e1962ec5b7.ogv",
                "original": "https://upload.frikanalen.no/media/623815/original/orig_ac21b67b7b8d44fe9dda2a0d86db1609.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623815/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623815/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623815/broadcast/4558_53cc0c9667024fa29015de112d18bb37.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623815/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:06.840000",
            "durationSec": 186.84,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T14:37:50.087000Z",
            "updatedTime": "2018-11-10T18:29:29.341862Z",
            "uploadedTime": "2010-08-10T14:37:50.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623815/theora/4558_0098bf17d14f4535866075e1962ec5b7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623815/large_thumb/large.jpg"
        },
        {
            "id": 623814,
            "name": "Handicap",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623814/theora/4582_492c4ac6d20642e481a459c2162b22ee.ogv",
                "original": "https://upload.frikanalen.no/media/623814/original/orig_0dfc79a2dad1465295908840ebc29742.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623814/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623814/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623814/broadcast/4582_b9612b0e462b49318c3d710147af4712.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623814/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:59.320000",
            "durationSec": 119.32,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:11:09.657000Z",
            "updatedTime": "2018-11-10T18:29:29.343222Z",
            "uploadedTime": "2010-08-10T19:11:09.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623814/theora/4582_492c4ac6d20642e481a459c2162b22ee.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623814/large_thumb/large.jpg"
        },
        {
            "id": 623813,
            "name": "Gåte på Storås",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623813/theora/4581_8ef90c1e6bc14c93a392d9fa92738d1e.ogv",
                "original": "https://upload.frikanalen.no/media/623813/original/orig_d0166f28681c4e64b82d8f8093217356.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623813/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623813/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623813/broadcast/4581_297b54d6b8d448d5a96377cc3c7db321.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623813/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:28.480000",
            "durationSec": 508.48,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:39:30.773000Z",
            "updatedTime": "2018-11-10T18:29:29.344603Z",
            "uploadedTime": "2010-08-10T15:39:30.773000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623813/theora/4581_8ef90c1e6bc14c93a392d9fa92738d1e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623813/large_thumb/large.jpg"
        },
        {
            "id": 623811,
            "name": "Filmanmeldelse: Valentinesday",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623811/theora/4579_cbd488f82ec8465a93a72030bca6784b.ogv",
                "original": "https://upload.frikanalen.no/media/623811/original/orig_272411ae2d3d4de8a6e62dc3283e8ba5.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623811/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623811/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623811/broadcast/4579_71e28f546fa04787b482901ad49ad2fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623811/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:49.840000",
            "durationSec": 109.84,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T15:30:30.513000Z",
            "updatedTime": "2018-11-10T18:29:29.347361Z",
            "uploadedTime": "2010-08-10T15:30:30.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623811/theora/4579_cbd488f82ec8465a93a72030bca6784b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623811/large_thumb/large.jpg"
        }
    ]
}