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

{
    "count": 3725,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3350&ordering=header",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3250&ordering=header",
    "results": [
        {
            "id": 622517,
            "name": "Kjærlighetens 5 språk del 6",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622517/theora/915_68e7699fe1324b1ba3342531dcb46786.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622517/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622517/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622517/broadcast/orig_Kjærlighetens fem språk 6-Karina og Alf Åge.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622517/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:22:30",
            "durationSec": 1350.0,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:15:00Z",
            "updatedTime": "2018-11-10T18:29:30.613480Z",
            "uploadedTime": "2009-01-01T15:15:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622517/theora/915_68e7699fe1324b1ba3342531dcb46786.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622517/large_thumb/large.jpg"
        },
        {
            "id": 622516,
            "name": "Kjærlighetens 5 språk del 5",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622516/theora/914_c3ca824510024a8791d0e8306ae1b1ac.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622516/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622516/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622516/broadcast/orig_Kjærlighetens fem språk 5-Gry Beate og Victor.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622516/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:30.040000",
            "durationSec": 1470.04,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:14:00Z",
            "updatedTime": "2018-11-10T18:29:30.614821Z",
            "uploadedTime": "2009-01-01T15:14:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622516/theora/914_c3ca824510024a8791d0e8306ae1b1ac.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622516/large_thumb/large.jpg"
        },
        {
            "id": 622515,
            "name": "Kjærlighetens 5 språk del 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622515/theora/913_8b0038c5b4124597afbad387e6fad802.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622515/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622515/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622515/broadcast/orig_Kjærlighetens fem språk 4-Kjersti og Harald.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622515/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:45",
            "durationSec": 1485.0,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:13:00Z",
            "updatedTime": "2018-11-10T18:29:30.616417Z",
            "uploadedTime": "2009-01-01T15:13:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622515/theora/913_8b0038c5b4124597afbad387e6fad802.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622515/large_thumb/large.jpg"
        },
        {
            "id": 623219,
            "name": "Drøfting av Quranen del 62",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623219/theora/3648_d51f47b562384c9db929a8e5c9a5b377.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623219/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623219/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623219/broadcast/3648_8a8228e98d3049d4af8c4e27db6f3adf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623219/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:10:45.200000",
            "durationSec": 645.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:15:45.053000Z",
            "updatedTime": "2018-11-10T18:29:30.077748Z",
            "uploadedTime": "2009-11-13T11:15:45.053000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623219/theora/3648_d51f47b562384c9db929a8e5c9a5b377.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623219/large_thumb/large.jpg"
        },
        {
            "id": 622512,
            "name": "Når synet svikter - Mobilitet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622512/theora/822_930700d832454a229c30a05ef3014401.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622512/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622512/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622512/broadcast/orig_Når synet svikter - mobilitet - endelig.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622512/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:22:28.880000",
            "durationSec": 1348.88,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-01T13:42:00Z",
            "updatedTime": "2018-11-10T18:29:30.620546Z",
            "uploadedTime": "2009-01-01T13:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622512/theora/822_930700d832454a229c30a05ef3014401.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622512/large_thumb/large.jpg"
        },
        {
            "id": 622511,
            "name": "Når synet svikter - Følelser",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622511/theora/821_d73911389d764ae392e87fc192c8ce9c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622511/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622511/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622511/broadcast/orig_Når synet svikter - følelser - endelig.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622511/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:32:26.080000",
            "durationSec": 1946.08,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-01T13:41:00Z",
            "updatedTime": "2018-11-10T18:29:30.621946Z",
            "uploadedTime": "2009-01-01T13:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622511/theora/821_d73911389d764ae392e87fc192c8ce9c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622511/large_thumb/large.jpg"
        },
        {
            "id": 622510,
            "name": "Når synet svikter",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622510/theora/820_787a42129c464f85a6d4ba3d4c6baeb0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622510/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622510/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622510/broadcast/orig_Når synet svikter - endelig.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622510/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:27:11.360000",
            "durationSec": 1631.36,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-01T13:40:00Z",
            "updatedTime": "2018-11-10T18:29:30.623368Z",
            "uploadedTime": "2009-01-01T13:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622510/theora/820_787a42129c464f85a6d4ba3d4c6baeb0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622510/large_thumb/large.jpg"
        },
        {
            "id": 623220,
            "name": "Østfoldkirken Uke 48",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623220/theora/3566_3ff27b2230d74232aca6c7615ae4651c.ogv",
                "original": "https://upload.frikanalen.no/media/623220/original/orig_308cc5c9c22c4cadaebcedddafb7ae41.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623220/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623220/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623220/broadcast/3566_7a896fdf2ebc490f958ad0edca3673f7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623220/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:09",
            "durationSec": 1629.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:46:46.233000Z",
            "updatedTime": "2018-11-10T18:29:30.076400Z",
            "uploadedTime": "2009-10-12T13:46:46.233000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623220/theora/3566_3ff27b2230d74232aca6c7615ae4651c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623220/large_thumb/large.jpg"
        },
        {
            "id": 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",
            "durationSec": 1746.2,
            "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": 622505,
            "name": "Salmesus fra Sørlandet 3",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622505/theora/752_cf41e08b32b74dcdb7733043b578b88e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622505/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622505/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622505/broadcast/orig_Salmesus fra Sørlandet - del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622505/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:28:53.760000",
            "durationSec": 1733.76,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:32:00Z",
            "updatedTime": "2018-11-10T18:29:30.630112Z",
            "uploadedTime": "2009-01-01T12:32:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622505/theora/752_cf41e08b32b74dcdb7733043b578b88e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622505/large_thumb/large.jpg"
        },
        {
            "id": 622504,
            "name": "Salmesus fra Sørlandet 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622504/theora/751_4cd4abf9c4ca47dab0ee5bbc054471b7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622504/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622504/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622504/broadcast/orig_Salmesus fra Sørlandet - del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622504/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:27:40",
            "durationSec": 1660.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:31:00Z",
            "updatedTime": "2018-11-10T18:29:30.631473Z",
            "uploadedTime": "2009-01-01T12:31:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622504/theora/751_4cd4abf9c4ca47dab0ee5bbc054471b7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622504/large_thumb/large.jpg"
        },
        {
            "id": 622503,
            "name": "Syng med oss del 4 av 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622503/theora/749_3d58f5f4d9a54cd2ba46d8de99af8e41.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622503/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622503/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622503/broadcast/orig_syng med oss 4 - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622503/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:28:43.040000",
            "durationSec": 1723.04,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:29:00Z",
            "updatedTime": "2018-11-10T18:29:30.632829Z",
            "uploadedTime": "2009-01-01T12:29:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622503/theora/749_3d58f5f4d9a54cd2ba46d8de99af8e41.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622503/large_thumb/large.jpg"
        },
        {
            "id": 622502,
            "name": "Syng med oss del 3 av 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622502/theora/748_01f24879720b45a2a0524dfea11cb8a6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622502/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622502/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622502/broadcast/orig_syng med oss del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622502/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:28:44.640000",
            "durationSec": 1724.64,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:28:00Z",
            "updatedTime": "2018-11-10T18:29:30.634159Z",
            "uploadedTime": "2009-01-01T12:28:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622502/theora/748_01f24879720b45a2a0524dfea11cb8a6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622502/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",
            "durationSec": 1753.36,
            "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": 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",
            "durationSec": 1740.32,
            "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": 622499,
            "name": "Hjerte til hjerte del 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622499/theora/743_19c9f787b8c24c85a3fdb0f07ba1f742.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622499/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622499/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622499/broadcast/orig_Hjerte til hjerte del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622499/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:28:58.880000",
            "durationSec": 1738.88,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T12:23:00Z",
            "updatedTime": "2018-11-10T18:29:30.638193Z",
            "uploadedTime": "2009-01-01T12:23:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622499/theora/743_19c9f787b8c24c85a3fdb0f07ba1f742.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622499/large_thumb/large.jpg"
        },
        {
            "id": 623221,
            "name": "Drøfting av Quranen del 63",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623221/theora/3649_666960a5b3dd4c4d90ca31459ef02f89.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623221/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623221/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623221/broadcast/3649_0032550e67664fb6bfe298b2f8b0dc25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623221/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:26.120000",
            "durationSec": 1526.12,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:16:17.680000Z",
            "updatedTime": "2018-11-10T18:29:30.074836Z",
            "uploadedTime": "2009-11-13T11:16:17.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623221/theora/3649_666960a5b3dd4c4d90ca31459ef02f89.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623221/large_thumb/large.jpg"
        },
        {
            "id": 623222,
            "name": "Drøfting av Quranen del 61",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623222/theora/3647_f333673b6029425583461527082a955a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623222/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623222/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623222/broadcast/3647_7495027ce6d74389b38d03270b3e2113.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623222/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:33:28.040000",
            "durationSec": 2008.04,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:15:12.443000Z",
            "updatedTime": "2018-11-10T18:29:30.073475Z",
            "uploadedTime": "2009-11-13T11:15:12.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623222/theora/3647_f333673b6029425583461527082a955a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623222/large_thumb/large.jpg"
        },
        {
            "id": 623224,
            "name": "Hjerte Til Hjerte, Knut Tømmerbakk del 3",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623224/theora/3618_50fdad5514d04bb39de0456731a15da3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623224/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623224/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623224/broadcast/3618_743266df087446048daddb206193a464.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623224/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.160000",
            "durationSec": 1740.16,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-30T13:56:41.237000Z",
            "updatedTime": "2018-11-10T18:29:30.070583Z",
            "uploadedTime": "2009-10-30T13:56:41.237000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623224/theora/3618_50fdad5514d04bb39de0456731a15da3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623224/large_thumb/large.jpg"
        },
        {
            "id": 623225,
            "name": "Drøfting av Quranen del 65",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623225/theora/3651_3837f172ab384325a70d3f574cb79177.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623225/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623225/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623225/broadcast/3651_b1b53296332e42ee9821cf2989ac192b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623225/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:16:28.240000",
            "durationSec": 988.24,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:17:19.180000Z",
            "updatedTime": "2018-11-10T18:29:30.068986Z",
            "uploadedTime": "2009-11-13T11:17:19.180000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623225/theora/3651_3837f172ab384325a70d3f574cb79177.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623225/large_thumb/large.jpg"
        },
        {
            "id": 623226,
            "name": "Drøfting av Quranen del 64",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623226/theora/3650_4576dd35a7114b8581d20f8e3cd24b4b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623226/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623226/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623226/broadcast/3650_849259a075904506bdfe952779172b11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623226/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:22:21.440000",
            "durationSec": 1341.44,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:16:49.257000Z",
            "updatedTime": "2018-11-10T18:29:30.067648Z",
            "uploadedTime": "2009-11-13T11:16:49.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623226/theora/3650_4576dd35a7114b8581d20f8e3cd24b4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623226/large_thumb/large.jpg"
        },
        {
            "id": 623227,
            "name": "Drøfting av Quranen del 66",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623227/theora/3652_5eeb019b23884086b82feed30af74878.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623227/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623227/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623227/broadcast/3652_2895bf21efcc476c96d3861c9b04efff.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623227/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:46.520000",
            "durationSec": 1486.52,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-13T11:17:48.257000Z",
            "updatedTime": "2018-11-10T18:29:30.066268Z",
            "uploadedTime": "2009-11-13T11:17:48.257000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623227/theora/3652_5eeb019b23884086b82feed30af74878.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623227/large_thumb/large.jpg"
        },
        {
            "id": 623233,
            "name": "Den norske kirke i eksil del 35",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623233/theora/3591_3a86fb71f7184e0d82c2671132e1cf90.ogv",
                "original": "https://upload.frikanalen.no/media/623233/original/orig_fe9d05ee00634074a6cc2e390407069d.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623233/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623233/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623233/broadcast/3591_7c5db21e801c412dbf87d4a1f1601ce5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623233/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:14.080000",
            "durationSec": 1634.08,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:46:06.440000Z",
            "updatedTime": "2018-11-10T18:29:30.059428Z",
            "uploadedTime": "2009-10-27T18:46:06.440000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623233/theora/3591_3a86fb71f7184e0d82c2671132e1cf90.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623233/large_thumb/large.jpg"
        },
        {
            "id": 623234,
            "name": "Den norske kirke i eksil del 34",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623234/theora/3590_0669453dc9094d12b22c2e0b87286990.ogv",
                "original": "https://upload.frikanalen.no/media/623234/original/orig_ef4754c52e474359bc5a824ba56fbfeb.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623234/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623234/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623234/broadcast/3590_e594fac3bcbe4ef18d7f1cb99b7f543f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623234/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:29.480000",
            "durationSec": 1589.48,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-10-27T18:43:58.220000Z",
            "updatedTime": "2018-11-10T18:29:30.057966Z",
            "uploadedTime": "2009-10-27T18:43:58.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623234/theora/3590_0669453dc9094d12b22c2e0b87286990.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623234/large_thumb/large.jpg"
        },
        {
            "id": 623237,
            "name": "Akkurat nå! 22.november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623237/theora/2919_cbc81e81d9b64378a1c513d71956e217.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623237/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623237/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623237/broadcast/2919_0030a43434d54d12b9d1471cc2e4e1d8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623237/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:42:27.800000",
            "durationSec": 2547.8,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:33:47.407000Z",
            "updatedTime": "2018-11-10T18:29:30.056594Z",
            "uploadedTime": "2009-05-16T12:33:47.407000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623237/theora/2919_cbc81e81d9b64378a1c513d71956e217.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623237/large_thumb/large.jpg"
        },
        {
            "id": 623239,
            "name": "Østfoldkirken Uke 49",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623239/theora/3567_b6c6d7615cc04290bbc27bea599c8044.ogv",
                "original": "https://upload.frikanalen.no/media/623239/original/orig_efe45e91e41e4d969a044b7f32a038c0.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623239/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623239/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623239/broadcast/3567_b1ea1561427a4191bd87f689d46145d1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623239/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:55",
            "durationSec": 1615.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:47:29.110000Z",
            "updatedTime": "2018-11-10T18:29:30.053871Z",
            "uploadedTime": "2009-10-12T13:47:29.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623239/theora/3567_b6c6d7615cc04290bbc27bea599c8044.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623239/large_thumb/large.jpg"
        },
        {
            "id": 623246,
            "name": "Den norske kirke i eksil del 36",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623246/theora/3663_e8922352cacc46c6878a0fb79450fbf2.ogv",
                "original": "https://upload.frikanalen.no/media/623246/original/orig_82382e3fccac43b38a75968804401860.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623246/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623246/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623246/broadcast/3663_37ab73d0588a42b0b451c9ccdf698ca5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623246/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:10.320000",
            "durationSec": 1630.32,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-25T20:14:19.753000Z",
            "updatedTime": "2018-11-10T18:29:30.044473Z",
            "uploadedTime": "2009-11-25T20:14:19.753000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623246/theora/3663_e8922352cacc46c6878a0fb79450fbf2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623246/large_thumb/large.jpg"
        },
        {
            "id": 623251,
            "name": "Inside Israel Desember 2009",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623251/theora/3671_788d37cca4ec4c3789afb8b5abece48b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623251/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623251/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623251/broadcast/3671_5b9180ecb77f4fdc948b625cccb2791b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623251/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:42.880000",
            "durationSec": 1542.88,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-27T12:47:47.747000Z",
            "updatedTime": "2018-11-10T18:29:30.039217Z",
            "uploadedTime": "2009-11-27T12:47:47.747000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623251/theora/3671_788d37cca4ec4c3789afb8b5abece48b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623251/large_thumb/large.jpg"
        },
        {
            "id": 623252,
            "name": "Akkurat nå! 29.november",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623252/theora/2920_55dd0dc8e64e4a0da023c3997a4e222c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623252/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623252/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623252/broadcast/2920_5768e51fc2be4d3ea3f8f35e09a63edd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623252/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:21.280000",
            "durationSec": 3201.28,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:34:51.657000Z",
            "updatedTime": "2018-11-10T18:29:30.037871Z",
            "uploadedTime": "2009-05-16T12:34:51.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623252/theora/2920_55dd0dc8e64e4a0da023c3997a4e222c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623252/large_thumb/large.jpg"
        },
        {
            "id": 623253,
            "name": "Østfoldkirken Uke 50",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623253/theora/3568_995eb820e6bd4036a53ae8d32a5d5b62.ogv",
                "original": "https://upload.frikanalen.no/media/623253/original/orig_677a53f5bb954993b265705545c26282.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623253/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623253/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623253/broadcast/3568_6ad36a62ef06482dba561f08203145cb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623253/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:43",
            "durationSec": 1723.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:48:04.547000Z",
            "updatedTime": "2018-11-10T18:29:30.036532Z",
            "uploadedTime": "2009-10-12T13:48:04.547000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623253/theora/3568_995eb820e6bd4036a53ae8d32a5d5b62.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623253/large_thumb/large.jpg"
        },
        {
            "id": 623255,
            "name": "Den norske kirke i eksil del 37",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623255/theora/3674_952cd312b971419a99fff8ec3c55bb3f.ogv",
                "original": "https://upload.frikanalen.no/media/623255/original/orig_4450bd290637417e9254bf8a5bd356a6.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623255/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623255/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623255/broadcast/3674_43d35e39ffb0417aabd089027531a9fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623255/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:46.200000",
            "durationSec": 1666.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-12-02T14:27:39.227000Z",
            "updatedTime": "2018-11-10T18:29:30.033807Z",
            "uploadedTime": "2009-12-02T14:27:39.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623255/theora/3674_952cd312b971419a99fff8ec3c55bb3f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623255/large_thumb/large.jpg"
        },
        {
            "id": 623258,
            "name": "Akkurat nå! 6.desember",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623258/theora/2921_a7d180c0d991406885d18c5aeaa08238.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623258/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623258/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623258/broadcast/2921_02345011165c49138abc65c8ec51060f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623258/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:35.960000",
            "durationSec": 3215.96,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:36:14.953000Z",
            "updatedTime": "2018-11-10T18:29:30.031061Z",
            "uploadedTime": "2009-05-16T12:36:14.953000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623258/theora/2921_a7d180c0d991406885d18c5aeaa08238.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623258/large_thumb/large.jpg"
        },
        {
            "id": 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",
            "durationSec": 1752.16,
            "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": 623260,
            "name": "Forelesning om bifrost",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623260/theora/3677_90024906710a410cbba89df69709f978.ogv",
                "original": "https://upload.frikanalen.no/media/623260/original/orig_ea5f17354199407885f474f0e9742147.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623260/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623260/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623260/broadcast/3677_99b7b1936e3c42c788d90ff4142599c6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623260/large_thumb/large.jpg"
            },
            "creator": "morten@kjelkenes.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:05.640000",
            "durationSec": 2585.64,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2009-12-04T15:53:14.133000Z",
            "updatedTime": "2018-11-10T18:29:30.028015Z",
            "uploadedTime": "2009-12-04T15:53:14.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623260/theora/3677_90024906710a410cbba89df69709f978.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623260/large_thumb/large.jpg"
        },
        {
            "id": 622468,
            "name": "Urtehagen TV",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622468/theora/604_6a6d1859480d4fb5ab3c70767e0458d1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622468/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622468/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622468/broadcast/orig_Urtehagen TV.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622468/large_thumb/large.jpg"
            },
            "creator": "ra663@hotmail.com",
            "organization": {
                "id": 38,
                "name": "Urtehagen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1074,
                "editorName": "Rawafid Shahad",
                "editorEmail": "ra663@hotmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:24:32.400000",
            "durationSec": 1472.4,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:04:00Z",
            "updatedTime": "2018-11-10T18:29:30.681190Z",
            "uploadedTime": "2009-01-01T10:04:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622468/theora/604_6a6d1859480d4fb5ab3c70767e0458d1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622468/large_thumb/large.jpg"
        },
        {
            "id": 622467,
            "name": "Muslim TV del 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622467/theora/603_3a5fca6e3905476682ee3ccdaf43d3a0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622467/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622467/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622467/broadcast/orig_Muslim TV Uke 43.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622467/large_thumb/large.jpg"
            },
            "creator": "ra663@hotmail.com",
            "organization": {
                "id": 38,
                "name": "Urtehagen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1074,
                "editorName": "Rawafid Shahad",
                "editorEmail": "ra663@hotmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:21:32.120000",
            "durationSec": 1292.12,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:03:00Z",
            "updatedTime": "2018-11-10T18:29:30.682529Z",
            "uploadedTime": "2009-01-01T10:03:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622467/theora/603_3a5fca6e3905476682ee3ccdaf43d3a0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622467/large_thumb/large.jpg"
        },
        {
            "id": 622466,
            "name": "Redningsselskapet-kort pres",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622466/theora/602_7e0b514947a5493fb0974b3c385d1c09.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622466/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622466/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622466/broadcast/orig_Redningsselskapet - Kort presentasjon.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622466/large_thumb/large.jpg"
            },
            "creator": "ingvar.johnsen@nssr.no",
            "organization": {
                "id": 42,
                "name": "Redningsselskapet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1051,
                "editorName": "Ingvar Johnsen",
                "editorEmail": "ingvar.johnsen@nssr.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:24.360000",
            "durationSec": 204.36,
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-01T10:02:00Z",
            "updatedTime": "2018-11-10T18:29:30.683915Z",
            "uploadedTime": "2009-01-01T10:02:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622466/theora/602_7e0b514947a5493fb0974b3c385d1c09.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622466/large_thumb/large.jpg"
        },
        {
            "id": 623262,
            "name": "Østfoldkirken Uke 51",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623262/theora/3569_847cfabbe92a400895b188c6a4e2b3f8.ogv",
                "original": "https://upload.frikanalen.no/media/623262/original/orig_97f83fb647d54881ad6f18f87309199a.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623262/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623262/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623262/broadcast/3569_41bb1c65887f4d52b518d1add9f7ee16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623262/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:42",
            "durationSec": 1722.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2009-10-12T13:48:35.920000Z",
            "updatedTime": "2018-11-10T18:29:30.025138Z",
            "uploadedTime": "2009-10-12T13:48:35.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623262/theora/3569_847cfabbe92a400895b188c6a4e2b3f8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623262/large_thumb/large.jpg"
        },
        {
            "id": 622463,
            "name": "Veien til AA",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622463/theora/596_21f5ef405a5748d4a2c3a1d4c83c39f7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622463/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622463/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622463/broadcast/orig_Veien til AA - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622463/large_thumb/large.jpg"
            },
            "creator": "jan.evjen@yahoo.no",
            "organization": {
                "id": 44,
                "name": "Anonyme Alkoholikere i Norge",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1220,
                "editorName": "Jan Evjen",
                "editorEmail": "jan.evjen@yahoo.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:08:44.480000",
            "durationSec": 524.48,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:56:00Z",
            "updatedTime": "2018-11-10T18:29:30.688027Z",
            "uploadedTime": "2009-01-01T09:56:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622463/theora/596_21f5ef405a5748d4a2c3a1d4c83c39f7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622463/large_thumb/large.jpg"
        },
        {
            "id": 622462,
            "name": "Dette er livet del 12",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622462/theora/595_869c3222ff3948e194523b1f0ec0e786.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622462/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622462/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622462/broadcast/orig_Karisma TV- Dette er livet del 12.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622462/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00.520000",
            "durationSec": 1680.52,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:55:00Z",
            "updatedTime": "2018-11-10T18:29:30.689370Z",
            "uploadedTime": "2009-01-01T09:55:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622462/theora/595_869c3222ff3948e194523b1f0ec0e786.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622462/large_thumb/large.jpg"
        },
        {
            "id": 622461,
            "name": "Dette er livet del 11",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622461/theora/594_3780a3b7d5d44c1398077043573fb891.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622461/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622461/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622461/broadcast/orig_Karisma TV- Dette er livet del 11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622461/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:01.800000",
            "durationSec": 1681.8,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:54:00Z",
            "updatedTime": "2018-11-10T18:29:30.690711Z",
            "uploadedTime": "2009-01-01T09:54:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622461/theora/594_3780a3b7d5d44c1398077043573fb891.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622461/large_thumb/large.jpg"
        },
        {
            "id": 622460,
            "name": "Dette er livet del 10",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622460/theora/593_c2b1e452666f49a38345aba953f0f4b8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622460/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622460/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622460/broadcast/orig_Karisma TV- Dette er livet del 10.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622460/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:53:00Z",
            "updatedTime": "2018-11-10T18:29:30.692121Z",
            "uploadedTime": "2009-01-01T09:53:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622460/theora/593_c2b1e452666f49a38345aba953f0f4b8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622460/large_thumb/large.jpg"
        },
        {
            "id": 622459,
            "name": "Dette er livet del 09",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622459/theora/592_c0f13f542f7641af84c6e905f5ec9f19.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622459/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622459/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622459/broadcast/orig_Karisma TV- Dette er livet del 9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622459/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00.800000",
            "durationSec": 1680.8,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:52:00Z",
            "updatedTime": "2018-11-10T18:29:30.693469Z",
            "uploadedTime": "2009-01-01T09:52:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622459/theora/592_c0f13f542f7641af84c6e905f5ec9f19.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622459/large_thumb/large.jpg"
        },
        {
            "id": 622458,
            "name": "Dette er livet del 08",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622458/theora/591_f0f37e7e2d3a4555a31ec2bd88a8e008.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622458/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622458/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622458/broadcast/orig_Karisma TV- Dette er livet del 8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622458/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00.320000",
            "durationSec": 1680.32,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:51:00Z",
            "updatedTime": "2018-11-10T18:29:30.694808Z",
            "uploadedTime": "2009-01-01T09:51:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622458/theora/591_f0f37e7e2d3a4555a31ec2bd88a8e008.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622458/large_thumb/large.jpg"
        },
        {
            "id": 622457,
            "name": "Dette er livet del 07",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622457/theora/590_5a43929c3c97468f972642dbba6d8fe1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622457/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622457/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622457/broadcast/orig_Karisma TV- Dette er livet del 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622457/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:02.040000",
            "durationSec": 1682.04,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:50:00Z",
            "updatedTime": "2018-11-10T18:29:30.696186Z",
            "uploadedTime": "2009-01-01T09:50:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622457/theora/590_5a43929c3c97468f972642dbba6d8fe1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622457/large_thumb/large.jpg"
        },
        {
            "id": 622456,
            "name": "Dette er livet del 06",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622456/theora/589_70e779ddc07e483cae0835175fc76887.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622456/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622456/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622456/broadcast/orig_Karisma TV- Dette er livet del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622456/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:58.200000",
            "durationSec": 1678.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:49:00Z",
            "updatedTime": "2018-11-10T18:29:30.697704Z",
            "uploadedTime": "2009-01-01T09:49:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622456/theora/589_70e779ddc07e483cae0835175fc76887.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622456/large_thumb/large.jpg"
        },
        {
            "id": 622455,
            "name": "Dette er livet del 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622455/theora/588_1e22585583c44d92a2ff2145395f1ecb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622455/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622455/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622455/broadcast/orig_Karisma TV- Dette er livet del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622455/large_thumb/large.jpg"
            },
            "creator": "arnfinn.clementsen@karisma.no",
            "organization": {
                "id": 127,
                "name": "Karisma Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1055,
                "editorName": "Arnfinn T. Clementsen",
                "editorEmail": "arnfinn.clementsen@karisma.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:00.280000",
            "durationSec": 1680.28,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T09:48:00Z",
            "updatedTime": "2018-11-10T18:29:30.699218Z",
            "uploadedTime": "2009-01-01T09:48:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622455/theora/588_1e22585583c44d92a2ff2145395f1ecb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622455/large_thumb/large.jpg"
        },
        {
            "id": 622454,
            "name": "OD-Kunnskap gir superkrefter",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622454/theora/585_964cf276a7da4e989db53a545f3bd274.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622454/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622454/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622454/broadcast/orig_OD - Kunskap gir superkrefter - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622454/large_thumb/large.jpg"
            },
            "creator": "guro_g_seim@hotmail.com",
            "organization": {
                "id": 46,
                "name": "Operasjon Dagsverk",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1077,
                "editorName": "Guro Grytli Seim",
                "editorEmail": "guro_g_seim@hotmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:37.760000",
            "durationSec": 1537.76,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-01T09:45:00Z",
            "updatedTime": "2018-11-10T18:29:30.700607Z",
            "uploadedTime": "2009-01-01T09:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622454/theora/585_964cf276a7da4e989db53a545f3bd274.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622454/large_thumb/large.jpg"
        },
        {
            "id": 623265,
            "name": "Hjerte Til Hjerte, Forsoningenstjeneste",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623265/theora/3637_078550970b814b7fa062812b27b4b8cf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623265/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623265/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623265/broadcast/3637_d04db3a250f74ae79d73dfe594e21f77.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623265/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "durationSec": 1740.08,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-10T08:34:33.920000Z",
            "updatedTime": "2018-11-10T18:29:30.020876Z",
            "uploadedTime": "2009-11-10T08:34:33.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623265/theora/3637_078550970b814b7fa062812b27b4b8cf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623265/large_thumb/large.jpg"
        },
        {
            "id": 623266,
            "name": "Hjerte Til Hjerte, SOS Church Sverige",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623266/theora/3639_38357ce786ae4da887b54d8e49f4dc68.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623266/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623266/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623266/broadcast/3639_dc9f05e60416403cae9b4e411348d507.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623266/large_thumb/large.jpg"
            },
            "creator": "knut.tommerbakk@sf-nett.no",
            "organization": {
                "id": 25,
                "name": "New Beginning Europe",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1049,
                "editorName": "Knut Gunnar Tømmerbakk",
                "editorEmail": "knut.tommerbakk@sf-nett.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.120000",
            "durationSec": 1740.12,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-11-10T08:51:18.480000Z",
            "updatedTime": "2018-11-10T18:29:30.019539Z",
            "uploadedTime": "2009-11-10T08:51:18.480000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623266/theora/3639_38357ce786ae4da887b54d8e49f4dc68.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623266/large_thumb/large.jpg"
        }
    ]
}