List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=2600&ordering=duration
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2650&ordering=duration",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2550&ordering=duration",
    "results": [
        {
            "id": 624836,
            "name": "Drammen Konsertorkester NM 201",
            "header": "NM Janitsjar 2012 - Olavshallen Trondheim",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624836/theora/6198_4fada77225df4885bf05fedbcc3aafc6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624836/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624836/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624836/broadcast/6198_cc555ed4f23d485c9ed46ad711071335.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624836/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:00.200000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-04-10T11:17:28.367000Z",
            "updatedTime": "2018-11-10T18:29:27.997389Z",
            "uploadedTime": "2012-04-10T11:17:28.367000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624836/theora/6198_4fada77225df4885bf05fedbcc3aafc6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624836/large_thumb/large.jpg"
        },
        {
            "id": 622938,
            "name": "Livsretning del 6b",
            "header": "Samtale",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622938/theora/3184_6b69387795d04c2ba756dc6923f34640.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622938/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622938/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622938/broadcast/orig_c731178ec03e43f58fdb17474c67135c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622938/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-07-29T12:54:57.167000Z",
            "updatedTime": "2018-11-10T18:29:30.401193Z",
            "uploadedTime": "2009-07-29T12:54:57.167000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622938/theora/3184_6b69387795d04c2ba756dc6923f34640.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622938/large_thumb/large.jpg"
        },
        {
            "id": 623477,
            "name": "Hjerte Til Hjerte, Leif Hetland del 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623477/theora/3947_b620d78e883d43baaa9b0ad4d3f8f9d5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623477/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623477/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623477/broadcast/3947_b78be43ecc90419a8a825c96502ee9b8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623477/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.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-02-10T10:21:55.653000Z",
            "updatedTime": "2018-11-10T18:29:29.762172Z",
            "uploadedTime": "2010-02-10T10:21:55.653000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623477/theora/3947_b620d78e883d43baaa9b0ad4d3f8f9d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623477/large_thumb/large.jpg"
        },
        {
            "id": 623776,
            "name": "Hjerte Til Hjerte fra Karmøy 2008",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623776/theora/4244_0fbb115b03504e09b2bf9168d1a14917.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623776/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623776/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623776/broadcast/4244_6857ad92dcec415e9c5824f916506e48.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623776/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.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-16T10:10:18.140000Z",
            "updatedTime": "2018-11-10T18:29:29.392024Z",
            "uploadedTime": "2010-04-16T10:10:18.140000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623776/theora/4244_0fbb115b03504e09b2bf9168d1a14917.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623776/large_thumb/large.jpg"
        },
        {
            "id": 622500,
            "name": "Hjerte til hjerte del 06",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622500/theora/744_fa8dc766826e4f46abfcfbb4ff17143c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622500/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622500/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622500/broadcast/orig_Fra Hjerte til Hjerte del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622500/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.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:24:00Z",
            "updatedTime": "2018-11-10T18:29:30.636861Z",
            "uploadedTime": "2009-01-01T12:24:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622500/theora/744_fa8dc766826e4f46abfcfbb4ff17143c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622500/large_thumb/large.jpg"
        },
        {
            "id": 622149,
            "name": "Møteplassen - Vandring 1 og 2",
            "header": "Å vandre med Gud\nBegeistret for Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622149/theora/1609_629fccef0c9d487bb09e1dd2377494b4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622149/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622149/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622149/broadcast/orig_Møteplassen - vandring 1 og 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622149/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:49:00Z",
            "updatedTime": "2018-11-10T18:29:31.130527Z",
            "uploadedTime": "2009-01-02T02:49:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622149/theora/1609_629fccef0c9d487bb09e1dd2377494b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622149/large_thumb/large.jpg"
        },
        {
            "id": 622165,
            "name": "Møteplassen - Vandring 2 og 3",
            "header": "Begeistret for Gud\nI tørre tider",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622165/theora/1661_742617368bb843b392afaee81a0987dd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622165/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622165/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622165/broadcast/orig_Møteplassen - vandring 2 og 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622165/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:41:00Z",
            "updatedTime": "2018-11-10T18:29:31.102694Z",
            "uploadedTime": "2009-01-02T03:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622165/theora/1661_742617368bb843b392afaee81a0987dd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622165/large_thumb/large.jpg"
        },
        {
            "id": 622336,
            "name": "Møteplassen - Ærlighet 1 og 2",
            "header": "Samtaleprogram. Refleksjoner ved Johanna Engamo Kleveland og intervju med Sigmund Danielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622336/theora/2374_af40b8001ab14d8e8bcad3cdc0eb8376.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622336/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622336/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622336/broadcast/orig_e32f1fd9e0824f48b8dadd21eb948f86.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622336/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T15:34:00Z",
            "updatedTime": "2018-11-10T18:29:30.862028Z",
            "uploadedTime": "2009-01-02T15:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622336/theora/2374_af40b8001ab14d8e8bcad3cdc0eb8376.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622336/large_thumb/large.jpg"
        },
        {
            "id": 622476,
            "name": "Blindeforb. - Nytt syn på livet",
            "header": "Presentasjon av Norges Blindeforbunds kurssted i Hurdal og menneskene som bruker det..",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622476/theora/685_90655ebf271c489f9bdf98c7ad60a934.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622476/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622476/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622476/broadcast/orig_Norges Blindeforbund - Nytt syn på livet.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622476/large_thumb/large.jpg"
            },
            "creator": "kristin.ruud@blindeforbundet.no",
            "organization": {
                "id": 122,
                "name": "Norges Blindeforbund",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1050,
                "editorName": "Kristin Ruud",
                "editorEmail": "kristin.ruud@blindeforbundet.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T11:25:00Z",
            "updatedTime": "2018-11-10T18:29:30.670023Z",
            "uploadedTime": "2009-01-01T11:25:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622476/theora/685_90655ebf271c489f9bdf98c7ad60a934.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622476/large_thumb/large.jpg"
        },
        {
            "id": 622168,
            "name": "Møteplassen - Vandring 5 og 1",
            "header": "Hvile i Gud\nÅ vandre med Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622168/theora/1664_1153507829a34a2f9bb298ff5718bd48.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622168/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622168/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622168/broadcast/orig_Møteplassen - Vandring 5 og 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622168/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:44:00Z",
            "updatedTime": "2018-11-10T18:29:31.096074Z",
            "uploadedTime": "2009-01-02T03:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622168/theora/1664_1153507829a34a2f9bb298ff5718bd48.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622168/large_thumb/large.jpg"
        },
        {
            "id": 622167,
            "name": "Møteplassen - Vandring 4 og 5",
            "header": "Når Gud blir borte\nHvile i Gud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622167/theora/1663_0f037524d10c4cdd90a7a1bb8ae6400a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622167/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622167/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622167/broadcast/orig_Møteplassen - Vandring 4 og 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622167/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:01.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:43:00Z",
            "updatedTime": "2018-11-10T18:29:31.098326Z",
            "uploadedTime": "2009-01-02T03:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622167/theora/1663_0f037524d10c4cdd90a7a1bb8ae6400a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622167/large_thumb/large.jpg"
        },
        {
            "id": 626545,
            "name": "Trond Alis kvarter: Om Maher Alkhras",
            "header": "Trond Ali om Maher Alkhras",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626545/theora/Trond Alis om Maher Alkhras.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626545/broadcast/Trond Alis om Maher Alkhras.dv",
                "original": "https://upload.frikanalen.no/media/626545/original/Trond Alis om Maher Alkhras.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626545/large_thumb/Trond Alis om Maher Alkhras.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:29:01.560000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-10-21T23:22:14.000454Z",
            "updatedTime": "2021-03-31T19:11:22.778160Z",
            "uploadedTime": "2020-10-21T23:31:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626545/theora/Trond Alis om Maher Alkhras.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626545/large_thumb/Trond Alis om Maher Alkhras.jpg"
        },
        {
            "id": 624071,
            "name": "Israel Bibelens land Del 3",
            "header": "En reise dokumentär fra Israel, Cymbal TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624071/theora/5033_b6acfb12e55d44f98923282bf8507a23.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624071/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624071/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624071/broadcast/5033_d8ae063f48b04c1fa01e3e5a5df7132e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624071/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:29:01.680000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-02T14:41:42.123000Z",
            "updatedTime": "2018-11-10T18:29:28.992634Z",
            "uploadedTime": "2010-12-02T14:41:42.123000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624071/theora/5033_b6acfb12e55d44f98923282bf8507a23.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624071/large_thumb/large.jpg"
        },
        {
            "id": 622513,
            "name": "ESTV 2008 uke 50",
            "header": "Første del av Lise Karlsens samtale med Terje, Grete, Jenny og Michael Forsberg i studio Oslo med et sterkt vitnesbyrd fra Terje Forsberg.\nSiste del sendes neste tirsdag, vi sees.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622513/theora/867_659aaeabcfcd41c3a1c92195ad51313c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622513/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622513/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622513/broadcast/orig_estv-no-BL1715k1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622513/large_thumb/large.jpg"
            },
            "creator": "jim.hanssen@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:01.720000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T14:27:00Z",
            "updatedTime": "2018-11-10T18:29:30.619172Z",
            "uploadedTime": "2009-01-01T14:27:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622513/theora/867_659aaeabcfcd41c3a1c92195ad51313c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622513/large_thumb/large.jpg"
        },
        {
            "id": 623625,
            "name": "Hjerte Til Hjerte, Carl G.Severin, SBI",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623625/theora/4236_da5e4635a44e48169f92fcdf670b9e6d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623625/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623625/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623625/broadcast/4236_7c824367844b488ab466cab148364ba7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623625/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:01.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-04-16T09:40:46.437000Z",
            "updatedTime": "2018-11-10T18:29:29.575867Z",
            "uploadedTime": "2010-04-16T09:40:46.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623625/theora/4236_da5e4635a44e48169f92fcdf670b9e6d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623625/large_thumb/large.jpg"
        },
        {
            "id": 622162,
            "name": "Talentfabrikken uke 08",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622162/theora/1657_5fa9357737c540d0905993477ecac806.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622162/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622162/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622162/broadcast/orig_PGM106 - Talentfabrikken(ny).avi",
                "largeThumb": "https://upload.frikanalen.no/media/622162/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:02.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:37:00Z",
            "updatedTime": "2018-11-10T18:29:31.107987Z",
            "uploadedTime": "2009-01-02T03:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622162/theora/1657_5fa9357737c540d0905993477ecac806.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622162/large_thumb/large.jpg"
        },
        {
            "id": 623114,
            "name": "Erling I. Nielsen",
            "header": "Erling Ilsäe Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623114/theora/3523_f87058140c9f4dffa8711bb12573e643.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623114/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623114/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623114/broadcast/3523_0459200aae214aa98f697d303f4a28dc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623114/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:02.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://nordisktvmission.org",
            "createdTime": "2009-09-22T08:30:34.853000Z",
            "updatedTime": "2018-11-10T18:29:30.206831Z",
            "uploadedTime": "2009-09-22T08:30:34.853000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623114/theora/3523_f87058140c9f4dffa8711bb12573e643.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623114/large_thumb/large.jpg"
        },
        {
            "id": 624602,
            "name": "Dagen derpå: Utenlandsstudier",
            "header": "I ukens sending av Dagen derpå skal vi se nærmere på hele eller deler av studieløpet i utlandet. Vi skal på utenlandsmesse og vi skal få høre personlige erfaringer på temaet.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624602/theora/5764_42af695b6c1a401ba51a15e019e3189f.ogv",
                "original": "https://upload.frikanalen.no/media/624602/original/orig_141b5ee39aaa463c9db93d0c4b4d251e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624602/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624602/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624602/broadcast/5764_9f53bdb27c0f43f6bb30d5eeb7f866d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624602/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:29:02.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-16T14:00:33Z",
            "updatedTime": "2018-11-10T18:29:28.304271Z",
            "uploadedTime": "2011-09-16T14:00:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624602/theora/5764_42af695b6c1a401ba51a15e019e3189f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624602/large_thumb/large.jpg"
        },
        {
            "id": 623197,
            "name": "Østfoldkirken Uke 46",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623197/theora/3564_edea7fc0553c434391c127e0fbaeb465.ogv",
                "original": "https://upload.frikanalen.no/media/623197/original/orig_27b33d0a8a424c3b804b354f6db22302.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623197/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623197/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623197/broadcast/3564_cda0b9d4f43d431bb9ebe70371542fa0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623197/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-10-12T13:43:53.997000Z",
            "updatedTime": "2018-11-10T18:29:30.103825Z",
            "uploadedTime": "2009-10-12T13:43:53.997000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623197/theora/3564_edea7fc0553c434391c127e0fbaeb465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623197/large_thumb/large.jpg"
        },
        {
            "id": 625453,
            "name": "Eckankar: God is Love",
            "header": "God is Love",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625453/small_thumb/God_Is_Love.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625453/broadcast/God_Is_Love.avi"
            },
            "creator": "info@eckankar.no",
            "organization": {
                "id": 131,
                "name": "ECKANKAR Norge",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2094,
                "editorName": "Kjell Aarhus",
                "editorEmail": "info@eckankar.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-09-14T20:05:10Z",
            "updatedTime": "2020-09-15T21:54:51.551375Z",
            "uploadedTime": "2015-09-14T20:05:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625453/theora/God_Is_Love.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625453/large_thumb/God_Is_Love.jpg"
        },
        {
            "id": 623980,
            "name": "Jesus I India del 7",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623980/theora/4826_ee2e1621261d4603b105e901d4b2512b.ogv",
                "original": "https://upload.frikanalen.no/media/623980/original/orig_d4cb0c58b2cd4e9183cf6cfd149767e0.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623980/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623980/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623980/broadcast/4826_12f76df8c0a44a1a91eb3f05bbd6aa56.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623980/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-12T13:11:12.713000Z",
            "updatedTime": "2018-11-10T18:29:29.109559Z",
            "uploadedTime": "2010-10-12T13:11:12.713000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623980/theora/4826_ee2e1621261d4603b105e901d4b2512b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623980/large_thumb/large.jpg"
        },
        {
            "id": 623869,
            "name": "Empo tv - del 21",
            "header": "Empo tv er norges første tv-kanal hvor mennesker med utviklingshemming er reportere, programledere og teknikkere. Les mer på empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623869/theora/3911_32d454d82231431a9c4ab66175103d1e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623869/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623869/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623869/broadcast/3911_0babf40724e747bdb43df0247b8577e0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623869/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 978 41 612",
                "fkmember": true
            },
            "duration": "00:29:03.680000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-01-22T13:53:58.387000Z",
            "updatedTime": "2020-08-30T20:03:02.611895Z",
            "uploadedTime": "2010-01-22T13:53:58.387000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623869/theora/3911_32d454d82231431a9c4ab66175103d1e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623869/large_thumb/large.jpg"
        },
        {
            "id": 622438,
            "name": "Drøfting av Quranen del 25",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622438/theora/2441_2b1d489b2f8345b7bcd598d0a760707e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622438/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622438/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622438/broadcast/orig_a4706abd9950489eb7f1d4a8868a2b7b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622438/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:04.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T16:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.722824Z",
            "uploadedTime": "2009-01-02T16:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622438/theora/2441_2b1d489b2f8345b7bcd598d0a760707e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622438/large_thumb/large.jpg"
        },
        {
            "id": 623743,
            "name": "Ung Jazz -2005",
            "header": "video fra Ung Jazz - 2005, i Festiviteten i Söumsand, Program 1 av 2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623743/theora/4492_17c6bf02c8044fbc91c8e032604d24cd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623743/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623743/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623743/broadcast/4492_35584a82f4a54c2283310bf15ba08a6c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623743/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:29:04.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.morokulien.eu",
            "createdTime": "2010-07-11T16:03:25.740000Z",
            "updatedTime": "2018-11-10T18:29:29.435935Z",
            "uploadedTime": "2010-07-11T16:03:25.740000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623743/theora/4492_17c6bf02c8044fbc91c8e032604d24cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623743/large_thumb/large.jpg"
        },
        {
            "id": 623140,
            "name": "AD LIB Del 1",
            "header": "Korkonsert",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623140/theora/3524_da66a77f400c46ef85304462b6db320e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623140/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623140/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623140/broadcast/3524_320f264038dc414dae6ab470255c5a59.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623140/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:04.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-22T09:51:20.277000Z",
            "updatedTime": "2018-11-10T18:29:30.173289Z",
            "uploadedTime": "2009-09-22T09:51:20.277000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623140/theora/3524_da66a77f400c46ef85304462b6db320e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623140/large_thumb/large.jpg"
        },
        {
            "id": 622506,
            "name": "Salmesus fra Sørlandet 6",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622506/theora/757_6222e2855a7e48b2af105d0610bb8227.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622506/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622506/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622506/broadcast/orig_Salmesus fra Sørlandet - del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622506/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:06.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:37:00Z",
            "updatedTime": "2018-11-10T18:29:30.628737Z",
            "uploadedTime": "2009-01-01T12:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622506/theora/757_6222e2855a7e48b2af105d0610bb8227.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622506/large_thumb/large.jpg"
        },
        {
            "id": 624499,
            "name": "Utrop TV - Studio8",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624499/theora/5624_057914d99d134776bba5963d9cefc558.ogv",
                "original": "https://upload.frikanalen.no/media/624499/original/orig_c7db06d0b832428996d5c77e27721108.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624499/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624499/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624499/broadcast/5624_dca50875a75a40998e8ecf49f82f8187.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624499/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:29:06.690000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-06-01T13:42:10.110000Z",
            "updatedTime": "2018-11-10T18:29:28.438709Z",
            "uploadedTime": "2011-06-01T13:42:10.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624499/theora/5624_057914d99d134776bba5963d9cefc558.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624499/large_thumb/large.jpg"
        },
        {
            "id": 624829,
            "name": "14_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624829/theora/6172_1f466539b6ab40ad9e3ba0debf5a3499.ogv",
                "original": "https://upload.frikanalen.no/media/624829/original/orig_7583b604773d4fcd85e7f5916f355d85.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624829/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624829/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624829/broadcast/6172_b8cf8b0333094017b4a4efb0e579dfdb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624829/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:07",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-04-03T07:24:34.100000Z",
            "updatedTime": "2018-11-10T18:29:28.004319Z",
            "uploadedTime": "2012-04-03T07:24:34.100000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624829/theora/6172_1f466539b6ab40ad9e3ba0debf5a3499.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624829/large_thumb/large.jpg"
        },
        {
            "id": 622166,
            "name": "Møteplassen - Vandring 3 og 4",
            "header": "I tørre tider\nNår Gud blir borte",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622166/theora/1662_12f5bfb2b5e34496ae9cca473e419479.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622166/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622166/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622166/broadcast/orig_91aa4481505f4f68b7d91c768de97526.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622166/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:07.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T03:42:00Z",
            "updatedTime": "2018-11-10T18:29:31.100770Z",
            "uploadedTime": "2009-01-02T03:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622166/theora/1662_12f5bfb2b5e34496ae9cca473e419479.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622166/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",
            "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": 624076,
            "name": "Advents Gudstjeneste",
            "header": "2. Advent, Gudstjeneste i Missions kirken i Charlottenberg,",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624076/theora/5048_717e582ffbff4dd5a851946b925de940.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624076/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624076/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624076/broadcast/5048_ef08d6b75fa049799c6c538868c06805.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624076/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:29:07.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-12-05T19:33:49.293000Z",
            "updatedTime": "2018-11-10T18:29:28.985797Z",
            "uploadedTime": "2010-12-05T19:33:49.293000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624076/theora/5048_717e582ffbff4dd5a851946b925de940.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624076/large_thumb/large.jpg"
        },
        {
            "id": 624315,
            "name": "Uka-TV 11 - Sending 5",
            "header": "UKA-TV er en av Nordens største studenttv-produksjoner, og lages i forbindelse med studentfestivalen UKA i Lillehammer. I syv sendinger loser Gemma, Manish og Pernille deg gjennom et program spekket med aktuelle gjester, live musikk og heidundranes mye moro!\r\n\r\nI en årrekke har UKA-TV vært et voksende prosjekt, som har engasjert utallige studenter til å jobbe mot et felles mål; å bli mye bedre en fjorårets produksjon. I år er vi over 100 frivillige som sammen skaper et lettbeint underholdningsmagasin for deg og dine venner!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624315/theora/5338_ee89f224bbad4de9884ada234144aca8.ogv",
                "original": "https://upload.frikanalen.no/media/624315/original/orig_c6c519d7fa874ef5b2157ebd5a13fb7b.mpeg",
                "smallThumb": "https://upload.frikanalen.no/media/624315/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624315/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624315/broadcast/5338_2557581e34534acc85e8a318b7981912.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624315/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:07.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-15T22:36:58.837000Z",
            "updatedTime": "2018-11-10T18:29:28.676774Z",
            "uploadedTime": "2011-02-15T22:36:58.837000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624315/theora/5338_ee89f224bbad4de9884ada234144aca8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624315/large_thumb/large.jpg"
        },
        {
            "id": 623931,
            "name": "Dem Gode nyheterna 111010",
            "header": "De gude Nyheterna med Erilng I. Nilssen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623931/theora/4759_8462679c0a2245db9b7b3b76fbe03ec9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623931/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623931/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623931/broadcast/4759_d40aa7fa06af404fb6df92e59683a98f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623931/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.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-21T11:10:50.027000Z",
            "updatedTime": "2018-11-10T18:29:29.176061Z",
            "uploadedTime": "2010-09-21T11:10:50.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623931/theora/4759_8462679c0a2245db9b7b3b76fbe03ec9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623931/large_thumb/large.jpg"
        },
        {
            "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",
            "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": 624774,
            "name": "09_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624774/theora/5929_e13c5e1a1b1e4f379571c9e7b8a30609.ogv",
                "original": "https://upload.frikanalen.no/media/624774/original/orig_2237065a5ca64d83be60dc5659f4bb53.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624774/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624774/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624774/broadcast/5929_24c81ca33c544c08a25e316d3f7ef842.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624774/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:09",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-01-12T09:37:05.470000Z",
            "updatedTime": "2018-11-10T18:29:28.078359Z",
            "uploadedTime": "2012-01-12T09:37:05.470000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624774/theora/5929_e13c5e1a1b1e4f379571c9e7b8a30609.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624774/large_thumb/large.jpg"
        },
        {
            "id": 623128,
            "name": "Østfoldkirken Uke41",
            "header": "Gudstjeneste fra Østfoldkirken i Moss.\nwww.ostfoldkirken.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623128/theora/3444_7a56753dc950424e9c358e4d9116d984.ogv",
                "original": "https://upload.frikanalen.no/media/623128/original/orig_0ea126b4f1b046cfa66830f5cd8af487.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623128/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623128/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623128/broadcast/3444_1054270e58924d10978fb10a8f1b2549.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623128/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:10",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.lundeandersen.com",
            "createdTime": "2009-09-10T09:48:48.130000Z",
            "updatedTime": "2018-11-10T18:29:30.188514Z",
            "uploadedTime": "2009-09-10T09:48:48.130000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623128/theora/3444_7a56753dc950424e9c358e4d9116d984.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623128/large_thumb/large.jpg"
        },
        {
            "id": 624595,
            "name": "Dagen derpå: Gode gjerninger",
            "header": "I denne ukens sending viser vi deg hvordan du kan få bedre samvittighet gjennom å gjøre gode gjerninger i hverdagen. Vi har tatt turen innom blodbanken og dyrebeskyttelsen, og snakekt med selgere av bladet Sorgenfri.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624595/theora/5763_4d8c2a8353b6424ba16003e41bfe758a.ogv",
                "original": "https://upload.frikanalen.no/media/624595/original/orig_2c6a38ba642746429c57a17a29f8523b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624595/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624595/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624595/broadcast/5763_201fbf5e905c48a783b0adbd10f77b87.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624595/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@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:29:10.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-09-16T10:41:48Z",
            "updatedTime": "2018-11-10T18:29:28.313765Z",
            "uploadedTime": "2011-09-16T10:41:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624595/theora/5763_4d8c2a8353b6424ba16003e41bfe758a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624595/large_thumb/large.jpg"
        },
        {
            "id": 623520,
            "name": "Babylonkoden 04b",
            "header": "Samtaleprogrammet: Nebukadnesar utfordrer Gud. Profetiene i Daniels bok har fått ny aktualitet. Serie på 12 programmer med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623520/theora/4126_3a7081a0fa2546daa2235f0c8e89e362.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623520/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623520/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623520/broadcast/4126_4d747288a717417da6505aa5aed789df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623520/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:11.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T08:49:26.683000Z",
            "updatedTime": "2018-11-10T18:29:29.702202Z",
            "uploadedTime": "2010-03-25T08:49:26.683000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623520/theora/4126_3a7081a0fa2546daa2235f0c8e89e362.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623520/large_thumb/large.jpg"
        },
        {
            "id": 622465,
            "name": "STV U41 Nett SOS",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622465/theora/601_a40fdf30c7ab4c0090f6982d5057737b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622465/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622465/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622465/broadcast/orig_Studentmagasinet Trondheim - Uke 41.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622465/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:29:11.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:01:00Z",
            "updatedTime": "2018-11-10T18:29:30.685289Z",
            "uploadedTime": "2009-01-01T10:01:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622465/theora/601_a40fdf30c7ab4c0090f6982d5057737b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622465/large_thumb/large.jpg"
        },
        {
            "id": 624900,
            "name": "17. Mai 2012 i Blaker",
            "header": "17. Mai feiringa på Blaker skanse 2012. Blaker skolemusikkorps, Fossegrimen, og tale av ordföreren i Sörum komune.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624900/theora/6270_6d93f52f9b42443dbbed35061b1ab554.ogv",
                "original": "https://upload.frikanalen.no/media/624900/original/orig_65c85164eadd46d38ef3c1a2eeadc817.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624900/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624900/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624900/broadcast/6270_590006d28852480fb9d55c0146b58048.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624900/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:29:11.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2012-05-22T11:04:40.373000Z",
            "updatedTime": "2018-11-10T18:29:27.915000Z",
            "uploadedTime": "2012-05-22T11:04:40.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624900/theora/6270_6d93f52f9b42443dbbed35061b1ab554.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624900/large_thumb/large.jpg"
        },
        {
            "id": 622475,
            "name": "Salmesus fra Sørlandet 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622475/theora/650_8d3b950fa63b4f4796db6b021209c4d2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622475/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622475/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622475/broadcast/orig_Salmesus fra Sørlandet - del 1 - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622475/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:12.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:50:00Z",
            "updatedTime": "2018-11-10T18:29:30.671376Z",
            "uploadedTime": "2009-01-01T10:50:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622475/theora/650_8d3b950fa63b4f4796db6b021209c4d2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622475/large_thumb/large.jpg"
        },
        {
            "id": 624239,
            "name": "Helse & Källan",
            "header": "Helse med Eva Britt Fjeldberg og Kællan med Cark henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624239/theora/5273_38a692a5f9ca4d4986d3fdcec1632a7e.ogv",
                "original": "https://upload.frikanalen.no/media/624239/original/orig_92785c2a6641430fa9f200203c8f0cdd.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624239/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624239/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624239/broadcast/5273_203dddea4e2c4461a800fc19fea6f058.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624239/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:12.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-04T10:10:30.353000Z",
            "updatedTime": "2018-11-10T18:29:28.784435Z",
            "uploadedTime": "2011-02-04T10:10:30.353000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624239/theora/5273_38a692a5f9ca4d4986d3fdcec1632a7e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624239/large_thumb/large.jpg"
        },
        {
            "id": 623158,
            "name": "Drøfting av Quranen del 53",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623158/theora/2949_54a75750f3f54f5a9ff6c0ef472e6d63.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623158/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623158/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623158/broadcast/2949_3b8ba42ae3e4477abe5517a34989466d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623158/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:12.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:56:27.370000Z",
            "updatedTime": "2018-11-10T18:29:30.151454Z",
            "uploadedTime": "2009-05-16T12:56:27.370000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623158/theora/2949_54a75750f3f54f5a9ff6c0ef472e6d63.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623158/large_thumb/large.jpg"
        },
        {
            "id": 623187,
            "name": "Inside Israel - oktober",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623187/theora/3608_f21ce8124a674e09ada36ef918c00ec1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623187/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623187/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623187/broadcast/3608_4ed4db031f6d455c9216e604f1299181.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623187/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:13.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-29T14:36:58.630000Z",
            "updatedTime": "2018-11-10T18:29:30.114581Z",
            "uploadedTime": "2009-10-29T14:36:58.630000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623187/theora/3608_f21ce8124a674e09ada36ef918c00ec1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623187/large_thumb/large.jpg"
        },
        {
            "id": 622501,
            "name": "Syng med oss del 1 av 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622501/theora/746_c0e027958ad7439f934dae93e7480c09.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622501/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622501/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622501/broadcast/orig_syng med oss del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622501/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:13.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:26:00Z",
            "updatedTime": "2018-11-10T18:29:30.635523Z",
            "uploadedTime": "2009-01-01T12:26:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622501/theora/746_c0e027958ad7439f934dae93e7480c09.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622501/large_thumb/large.jpg"
        },
        {
            "id": 624764,
            "name": "UKA TV 2012 episode 3",
            "header": "UKA-TV er en av Nordens største student-tv-produksjoner, og lages i forbindelse med UKA-festivalen. I 2011 var over 100 studenter med på å lage UKA-TV!\r\n20. - 26. februar skal et 30-minutters program produseres fra studio hver dag, som inneholder gjester, artistopptredener og forhåndsproduserte innslag. Hver kveld vises sendingene både over nett og på tv.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624764/theora/5907_228c6a4e181e41c0ba802fb27cf211fc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624764/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624764/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624764/broadcast/5907_767bca87108f463f9a1be8a644e9d7be.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624764/large_thumb/large.jpg"
            },
            "creator": "taraldmoe@gmail.com",
            "organization": {
                "id": 120,
                "name": "Uka-TV 2012",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2057,
                "editorName": "Tarald Moe Bjølseth",
                "editorEmail": "taraldmoe@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:13.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-01-02T14:46:37.013000Z",
            "updatedTime": "2018-11-10T18:29:28.092286Z",
            "uploadedTime": "2012-01-02T14:46:37.013000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624764/theora/5907_228c6a4e181e41c0ba802fb27cf211fc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624764/large_thumb/large.jpg"
        },
        {
            "id": 622315,
            "name": "Inside Israel mars",
            "header": "Om Christian desk ved Yad Vashem",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622315/theora/2317_4f13a592db944761bcb2dfbc819ca511.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622315/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622315/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622315/broadcast/orig_f8639e96a25b442283cc5814147c0314.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622315/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:13.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T14:37:00Z",
            "updatedTime": "2018-11-10T18:29:30.891489Z",
            "uploadedTime": "2009-01-02T14:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622315/theora/2317_4f13a592db944761bcb2dfbc819ca511.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622315/large_thumb/large.jpg"
        },
        {
            "id": 623785,
            "name": "Dem goda Nyheter 090810",
            "header": "Helsoprogram ed Erling I. Nilsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623785/theora/4554_a4bfad5d72ef4f21b6aab8c7094584e0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623785/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623785/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623785/broadcast/4554_4d7b71dc46b94fdd8a8b746807386ef9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623785/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:14.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-07T14:35:52.523000Z",
            "updatedTime": "2018-11-10T18:29:29.383585Z",
            "uploadedTime": "2010-08-07T14:35:52.523000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623785/theora/4554_a4bfad5d72ef4f21b6aab8c7094584e0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623785/large_thumb/large.jpg"
        },
        {
            "id": 623736,
            "name": "Babylonkoden 13b",
            "header": "Samtaleprogreammet: De siste dager. Profetiene i Daniels bok har fått ny aktualitet. Serie på 12 programmer med Reidar J. Kvinge.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623736/theora/4148_40d731b4e4a3457494329dff6b1b58de.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623736/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623736/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623736/broadcast/4148_9ae4b89d36e54976910afa5c52282465.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623736/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:14.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T09:25:41.057000Z",
            "updatedTime": "2018-11-10T18:29:29.444189Z",
            "uploadedTime": "2010-03-25T09:25:41.057000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623736/theora/4148_40d731b4e4a3457494329dff6b1b58de.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623736/large_thumb/large.jpg"
        },
        {
            "id": 625452,
            "name": "Eckankar: Graceful Living",
            "header": "Graceful Living",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625452/theora/Graceful_Living.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625452/large_thumb/Graceful_Living.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625452/small_thumb/Graceful_Living.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625452/broadcast/Graceful_Living.avi"
            },
            "creator": "info@eckankar.no",
            "organization": {
                "id": 131,
                "name": "ECKANKAR Norge",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2094,
                "editorName": "Kjell Aarhus",
                "editorEmail": "info@eckankar.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:15",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-09-14T20:04:47Z",
            "updatedTime": "2020-09-15T21:55:06.383463Z",
            "uploadedTime": "2015-09-14T20:04:49Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625452/theora/Graceful_Living.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625452/large_thumb/Graceful_Living.jpg"
        }
    ]
}