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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2500&ordering=updated_time",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2400&ordering=updated_time",
    "results": [
        {
            "id": 622140,
            "name": "Jul på Studentrådet del 17",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622140/theora/1572_b257855bf1574af9b5dfbbff8364969f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622140/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622140/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622140/broadcast/orig_JPS_EP17.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622140/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:31.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:12:00Z",
            "updatedTime": "2018-11-10T18:29:31.144650Z",
            "uploadedTime": "2009-01-02T02:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622140/theora/1572_b257855bf1574af9b5dfbbff8364969f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622140/large_thumb/large.jpg"
        },
        {
            "id": 622139,
            "name": "Jul på Studentrådet del 16",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622139/theora/1571_fbb6d508f70341d9b85b3f1d1c67885a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622139/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622139/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622139/broadcast/orig_JPS_EP16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622139/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:29.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:11:00Z",
            "updatedTime": "2018-11-10T18:29:31.146086Z",
            "uploadedTime": "2009-01-02T02:11:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622139/theora/1571_fbb6d508f70341d9b85b3f1d1c67885a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622139/large_thumb/large.jpg"
        },
        {
            "id": 622138,
            "name": "Jul på Studentrådet del 15",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622138/theora/1570_eec7efadac4d42c49fff2aad58ea17af.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622138/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622138/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622138/broadcast/orig_JPS_EP15.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622138/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:06:59.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:10:00Z",
            "updatedTime": "2018-11-10T18:29:31.147454Z",
            "uploadedTime": "2009-01-02T02:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622138/theora/1570_eec7efadac4d42c49fff2aad58ea17af.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622138/large_thumb/large.jpg"
        },
        {
            "id": 622137,
            "name": "Jul på Studentrådet del 14",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622137/theora/1569_0d8d65a164c5457191e9c61ffd877160.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622137/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622137/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622137/broadcast/orig_JPS_EP14.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622137/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:09:20.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:09:00Z",
            "updatedTime": "2018-11-10T18:29:31.148827Z",
            "uploadedTime": "2009-01-02T02:09:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622137/theora/1569_0d8d65a164c5457191e9c61ffd877160.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622137/large_thumb/large.jpg"
        },
        {
            "id": 622136,
            "name": "Jul på Studentrådet del 13",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622136/theora/1568_3720c659efd6486c8bd30e7c4900e3f4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622136/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622136/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622136/broadcast/orig_JPS_EP13.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622136/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:46.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:08:00Z",
            "updatedTime": "2018-11-10T18:29:31.151002Z",
            "uploadedTime": "2009-01-02T02:08:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622136/theora/1568_3720c659efd6486c8bd30e7c4900e3f4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622136/large_thumb/large.jpg"
        },
        {
            "id": 622135,
            "name": "Jul på Studentrådet del 12",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622135/theora/1567_89921ad0498041fb9807893e8b91e108.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622135/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622135/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622135/broadcast/orig_Jul på Studentrådet del 12.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622135/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:32.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:07:00Z",
            "updatedTime": "2018-11-10T18:29:31.152869Z",
            "uploadedTime": "2009-01-02T02:07:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622135/theora/1567_89921ad0498041fb9807893e8b91e108.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622135/large_thumb/large.jpg"
        },
        {
            "id": 622134,
            "name": "Jul på Studentrådet del 11",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622134/theora/1566_441254cd1796476d83e5c7c89e727341.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622134/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622134/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622134/broadcast/orig_Jul på studentrådet del 11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622134/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:08:14.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:06:00Z",
            "updatedTime": "2018-11-10T18:29:31.154597Z",
            "uploadedTime": "2009-01-02T02:06:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622134/theora/1566_441254cd1796476d83e5c7c89e727341.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622134/large_thumb/large.jpg"
        },
        {
            "id": 622133,
            "name": "Jul på Studentrådet del 10",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622133/theora/1565_4fffdc2f5198458d98e4fe79b59457fe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622133/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622133/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622133/broadcast/orig_Jul på studentrådet del 10.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622133/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:07.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:05:00Z",
            "updatedTime": "2018-11-10T18:29:31.157032Z",
            "uploadedTime": "2009-01-02T02:05:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622133/theora/1565_4fffdc2f5198458d98e4fe79b59457fe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622133/large_thumb/large.jpg"
        },
        {
            "id": 622132,
            "name": "Jul på Studentrådet del 09",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622132/theora/1564_c0c13a39e4f54c4fa430883b6fbffa29.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622132/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622132/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622132/broadcast/orig_Jul på Studentrådet del 9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622132/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:09:33.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:04:00Z",
            "updatedTime": "2018-11-10T18:29:31.158771Z",
            "uploadedTime": "2009-01-02T02:04:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622132/theora/1564_c0c13a39e4f54c4fa430883b6fbffa29.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622132/large_thumb/large.jpg"
        },
        {
            "id": 622131,
            "name": "Jul på Studentrådet del 08",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622131/theora/1563_641a222f534b44ac8da7d538e99dfdfa.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622131/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622131/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622131/broadcast/orig_Jul på Studentrådet del 8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622131/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:32.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:03:00Z",
            "updatedTime": "2018-11-10T18:29:31.161257Z",
            "uploadedTime": "2009-01-02T02:03:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622131/theora/1563_641a222f534b44ac8da7d538e99dfdfa.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622131/large_thumb/large.jpg"
        },
        {
            "id": 622130,
            "name": "Jul på Studentrådet del 07",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622130/theora/1562_4e7f225569ac43ff8738a15c35c18450.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622130/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622130/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622130/broadcast/orig_Jul på Studentrådet del 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622130/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:06:02.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:02:00Z",
            "updatedTime": "2018-11-10T18:29:31.164622Z",
            "uploadedTime": "2009-01-02T02:02:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622130/theora/1562_4e7f225569ac43ff8738a15c35c18450.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622130/large_thumb/large.jpg"
        },
        {
            "id": 622129,
            "name": "Jul på Studentrådet del 06",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622129/theora/1561_ab9ebbb13da947908146d1e3fa066bce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622129/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622129/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622129/broadcast/orig_Jul på Studentrådet del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622129/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:06:41.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:01:00Z",
            "updatedTime": "2018-11-10T18:29:31.166947Z",
            "uploadedTime": "2009-01-02T02:01:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622129/theora/1561_ab9ebbb13da947908146d1e3fa066bce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622129/large_thumb/large.jpg"
        },
        {
            "id": 622128,
            "name": "Jul på Studentrådet del 05",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622128/theora/1560_f146b0085ba54967ab77e4b43115f330.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622128/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622128/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622128/broadcast/orig_Jul på Studentrådet del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622128/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T02:00:00Z",
            "updatedTime": "2018-11-10T18:29:31.168707Z",
            "uploadedTime": "2009-01-02T02:00:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622128/theora/1560_f146b0085ba54967ab77e4b43115f330.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622128/large_thumb/large.jpg"
        },
        {
            "id": 622127,
            "name": "Jul på Studentrådet del 04",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622127/theora/1559_cfaea2adc1f64f6cb97656d90e8d010d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622127/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622127/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622127/broadcast/orig_Jul på Studentrådet del 4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622127/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:59:00Z",
            "updatedTime": "2018-11-10T18:29:31.170224Z",
            "uploadedTime": "2009-01-02T01:59:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622127/theora/1559_cfaea2adc1f64f6cb97656d90e8d010d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622127/large_thumb/large.jpg"
        },
        {
            "id": 622126,
            "name": "Jul på Studentrådet del 03",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622126/theora/1558_8f210c7c05dd4e7a908a4e44ec35c4e5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622126/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622126/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622126/broadcast/orig_Jul på Studentrådet del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622126/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:25.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:58:00Z",
            "updatedTime": "2018-11-10T18:29:31.172414Z",
            "uploadedTime": "2009-01-02T01:58:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622126/theora/1558_8f210c7c05dd4e7a908a4e44ec35c4e5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622126/large_thumb/large.jpg"
        },
        {
            "id": 622125,
            "name": "Jul på Studentrådet del 02",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622125/theora/1557_fa202fa230414425b8682486e35f0fd7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622125/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622125/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622125/broadcast/orig_Jul på Studentrådet del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622125/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:09:53.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:57:00Z",
            "updatedTime": "2018-11-10T18:29:31.173946Z",
            "uploadedTime": "2009-01-02T01:57:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622125/theora/1557_fa202fa230414425b8682486e35f0fd7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622125/large_thumb/large.jpg"
        },
        {
            "id": 622124,
            "name": "Jul på Studentrådet del 01",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622124/theora/1556_0d997def9fd04748bd8dc0d5f5297ec8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622124/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622124/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622124/broadcast/orig_Jul på Studentrådet del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622124/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:07:21.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:56:00Z",
            "updatedTime": "2018-11-10T18:29:31.175351Z",
            "uploadedTime": "2009-01-02T01:56:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622124/theora/1556_0d997def9fd04748bd8dc0d5f5297ec8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622124/large_thumb/large.jpg"
        },
        {
            "id": 622123,
            "name": "Drøfting av Quranen del 06",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622123/theora/1555_8e496f701fa24599aec05a580a9a6fdc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622123/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622123/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622123/broadcast/orig_Droefting av Quranen del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622123/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:30:08.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:55:00Z",
            "updatedTime": "2018-11-10T18:29:31.176892Z",
            "uploadedTime": "2009-01-02T01:55:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622123/theora/1555_8e496f701fa24599aec05a580a9a6fdc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622123/large_thumb/large.jpg"
        },
        {
            "id": 622122,
            "name": "Drøfting av Quranen del 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622122/theora/1554_4834e5c8bf374a65b6092a191dff6205.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622122/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622122/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622122/broadcast/orig_Droefting av Quranen del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622122/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:56.280000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:54:00Z",
            "updatedTime": "2018-11-10T18:29:31.178330Z",
            "uploadedTime": "2009-01-02T01:54:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622122/theora/1554_4834e5c8bf374a65b6092a191dff6205.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622122/large_thumb/large.jpg"
        },
        {
            "id": 622121,
            "name": "Menneskesønnen del 11B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622121/theora/1553_9efd22f4180f46afb7fdcf9be1c0cdd2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622121/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622121/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622121/broadcast/orig_Menneskesønnen del 11B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622121/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.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:53:00Z",
            "updatedTime": "2018-11-10T18:29:31.179856Z",
            "uploadedTime": "2009-01-02T01:53:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622121/theora/1553_9efd22f4180f46afb7fdcf9be1c0cdd2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622121/large_thumb/large.jpg"
        },
        {
            "id": 622120,
            "name": "Menneskesønnen del 10B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622120/theora/1552_4f77731d275e40f4bfaa9d96a9c25843.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622120/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622120/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622120/broadcast/orig_Menneskesønnen del 10B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622120/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:52:00Z",
            "updatedTime": "2018-11-10T18:29:31.181285Z",
            "uploadedTime": "2009-01-02T01:52:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622120/theora/1552_4f77731d275e40f4bfaa9d96a9c25843.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622120/large_thumb/large.jpg"
        },
        {
            "id": 622119,
            "name": "Menneskesønnen del 09B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622119/theora/1548_1df390e4bcb345d7906198348bca67bf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622119/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622119/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622119/broadcast/orig_Menneskesønnen del 9B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622119/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:32.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:48:00Z",
            "updatedTime": "2018-11-10T18:29:31.182752Z",
            "uploadedTime": "2009-01-02T01:48:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622119/theora/1548_1df390e4bcb345d7906198348bca67bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622119/large_thumb/large.jpg"
        },
        {
            "id": 622118,
            "name": "Menneskesønnen del 08B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622118/theora/1547_6e29d67a0b434b2788c4edff2eaa28cd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622118/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622118/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622118/broadcast/orig_Menneskesønnen del 8B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622118/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:25:00.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:47:00Z",
            "updatedTime": "2018-11-10T18:29:31.184253Z",
            "uploadedTime": "2009-01-02T01:47:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622118/theora/1547_6e29d67a0b434b2788c4edff2eaa28cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622118/large_thumb/large.jpg"
        },
        {
            "id": 622117,
            "name": "Menneskesønnen del 07B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622117/theora/1546_735f3b22130849e9b9d2d9daa83555c1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622117/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622117/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622117/broadcast/orig_Menneskesønnen del 7B - siste.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622117/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",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:46:00Z",
            "updatedTime": "2018-11-10T18:29:31.185880Z",
            "uploadedTime": "2009-01-02T01:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622117/theora/1546_735f3b22130849e9b9d2d9daa83555c1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622117/large_thumb/large.jpg"
        },
        {
            "id": 622116,
            "name": "Menneskesønnen del 06B",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622116/theora/1545_032055f7e5bc4d8eba82a692edfd44e6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622116/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622116/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622116/broadcast/orig_Menneskesønnen del 6B.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622116/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:25:00.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:45:00Z",
            "updatedTime": "2018-11-10T18:29:31.188020Z",
            "uploadedTime": "2009-01-02T01:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622116/theora/1545_032055f7e5bc4d8eba82a692edfd44e6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622116/large_thumb/large.jpg"
        },
        {
            "id": 622115,
            "name": "Menneskesønnen del 11A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622115/theora/1544_584e8de0a59e4332b3e9d68ca6f32588.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622115/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622115/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622115/broadcast/orig_Menneskesønnen del 11A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622115/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:44:00Z",
            "updatedTime": "2018-11-10T18:29:31.190046Z",
            "uploadedTime": "2009-01-02T01:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622115/theora/1544_584e8de0a59e4332b3e9d68ca6f32588.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622115/large_thumb/large.jpg"
        },
        {
            "id": 622114,
            "name": "Menneskesønnen del 09A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622114/theora/1543_708702c8b92e4109839b94a801bdc6a1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622114/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622114/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622114/broadcast/orig_Menneskesønnen del 9A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622114/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:43:00Z",
            "updatedTime": "2018-11-10T18:29:31.191699Z",
            "uploadedTime": "2009-01-02T01:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622114/theora/1543_708702c8b92e4109839b94a801bdc6a1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622114/large_thumb/large.jpg"
        },
        {
            "id": 622113,
            "name": "Menneskesønnen del 10A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622113/theora/1542_62ec96b210f549d5b13c2eec5e159c0d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622113/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622113/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622113/broadcast/orig_Menneskesønnen del 10A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622113/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:42:00Z",
            "updatedTime": "2018-11-10T18:29:31.193165Z",
            "uploadedTime": "2009-01-02T01:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622113/theora/1542_62ec96b210f549d5b13c2eec5e159c0d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622113/large_thumb/large.jpg"
        },
        {
            "id": 622112,
            "name": "Menneskesønnen del 08A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622112/theora/1541_e38f7017063847788ee0cafcf84acaf8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622112/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622112/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622112/broadcast/orig_Menneskesønnen del 8A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622112/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:41:00Z",
            "updatedTime": "2018-11-10T18:29:31.194869Z",
            "uploadedTime": "2009-01-02T01:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622112/theora/1541_e38f7017063847788ee0cafcf84acaf8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622112/large_thumb/large.jpg"
        },
        {
            "id": 622111,
            "name": "Menneskesønnen del 07A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622111/theora/1540_f44af467b8a34428be4adea2419d1519.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622111/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622111/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622111/broadcast/orig_Menneskesønnen del 7A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622111/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:40:00Z",
            "updatedTime": "2018-11-10T18:29:31.196806Z",
            "uploadedTime": "2009-01-02T01:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622111/theora/1540_f44af467b8a34428be4adea2419d1519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622111/large_thumb/large.jpg"
        },
        {
            "id": 622110,
            "name": "Menneskesønnen del 06A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622110/theora/1539_39d13312b49a492f8381d52c5c2a6f34.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622110/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622110/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622110/broadcast/orig_Menneskesønnen del 6A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622110/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:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:39:00Z",
            "updatedTime": "2018-11-10T18:29:31.198611Z",
            "uploadedTime": "2009-01-02T01:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622110/theora/1539_39d13312b49a492f8381d52c5c2a6f34.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622110/large_thumb/large.jpg"
        },
        {
            "id": 622109,
            "name": "Hope Channel logo 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622109/theora/1538_8a79721afd9446c98861cef7a084cf45.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622109/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622109/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622109/broadcast/orig_Hope Channel logo 02.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622109/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:00:10.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:38:00Z",
            "updatedTime": "2018-11-10T18:29:31.200383Z",
            "uploadedTime": "2009-01-02T01:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622109/theora/1538_8a79721afd9446c98861cef7a084cf45.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622109/large_thumb/large.jpg"
        },
        {
            "id": 622108,
            "name": "Hope Channel logo 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622108/theora/1537_f2c6e94fb71245a58935eb7861fc5b9e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622108/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622108/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622108/broadcast/orig_Hope Channel logo 01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622108/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:00:04.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:37:00Z",
            "updatedTime": "2018-11-10T18:29:31.201935Z",
            "uploadedTime": "2009-01-02T01:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622108/theora/1537_f2c6e94fb71245a58935eb7861fc5b9e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622108/large_thumb/large.jpg"
        },
        {
            "id": 622107,
            "name": "Hope Channel sømløs 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622107/theora/1536_5771ab514096438e8f55404387009b22.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622107/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622107/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622107/broadcast/orig_Hope Channel soemloes 01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622107/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:00:29.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:36:00Z",
            "updatedTime": "2018-11-10T18:29:31.203560Z",
            "uploadedTime": "2009-01-02T01:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622107/theora/1536_5771ab514096438e8f55404387009b22.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622107/large_thumb/large.jpg"
        },
        {
            "id": 622106,
            "name": "Akkurat Nå - Episode 07",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622106/theora/1344_ae301ff3722e48faabf0d95078832f24.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622106/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622106/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622106/broadcast/orig_Akkurat Nå - Episode 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622106/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:50:30.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T22:24:00Z",
            "updatedTime": "2018-11-10T18:29:31.205095Z",
            "uploadedTime": "2009-01-01T22:24:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622106/theora/1344_ae301ff3722e48faabf0d95078832f24.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622106/large_thumb/large.jpg"
        },
        {
            "id": 622104,
            "name": "Buldring - klatring på sitt råeste ?",
            "header": "Noen av nordens sterkeste jenter og gutter viser hva buldring er for noe. Fra Nordic Bouldering Challenge i Håkons Hall, Lillehammer 29.november 2008",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622104/theora/1303_2b6d04af5312449b859fc9c4c61aa541.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622104/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622104/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622104/broadcast/orig_Sequence 01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622104/large_thumb/large.jpg"
            },
            "creator": "gautegg@gmail.com",
            "organization": {
                "id": 128,
                "name": "Gaute Media",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1065,
                "editorName": "Gaute Grøtta Grav",
                "editorEmail": "gautegg@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:43:00Z",
            "updatedTime": "2018-11-10T18:29:31.208609Z",
            "uploadedTime": "2009-01-01T21:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622104/theora/1303_2b6d04af5312449b859fc9c4c61aa541.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622104/large_thumb/large.jpg"
        },
        {
            "id": 622103,
            "name": "Akkurat Nå - Episode 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622103/theora/1302_248fb786461e48f2b6c4a7aa4430afab.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622103/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622103/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622103/broadcast/orig_ESTV - Akkurat Nå - del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622103/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:48:01.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:42:00Z",
            "updatedTime": "2018-11-10T18:29:31.210275Z",
            "uploadedTime": "2009-01-01T21:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622103/theora/1302_248fb786461e48f2b6c4a7aa4430afab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622103/large_thumb/large.jpg"
        },
        {
            "id": 622102,
            "name": "Musikk: Menuett",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622102/theora/1294_770c83508f304af8820386de474f9aed.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622102/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622102/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622102/broadcast/orig_Terje og Sidsel Dahl - Menuett.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622102/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:01:29",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:34:00Z",
            "updatedTime": "2018-11-10T18:29:31.211984Z",
            "uploadedTime": "2009-01-01T21:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622102/theora/1294_770c83508f304af8820386de474f9aed.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622102/large_thumb/large.jpg"
        },
        {
            "id": 622101,
            "name": "Godt Perspektiv prog 1",
            "header": "I dette programmet møter du Anders Reinemo som opplevde at Gud snakket til han gjennom en colakork. Jesusrevolution er en organisasjon som drar i hele Europa for å fortelle om evangeliet, i Godt Perspektiv sier de hvorfor. Roald Juliussen forteller om misjonærlivet i krigsherjede Kongo.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622101/theora/1281_c28205fcc04a4bb5bd3544c5357751a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622101/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622101/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622101/broadcast/orig_97f5d9af98964ad08ce9ced9bcc1eb25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622101/large_thumb/large.jpg"
            },
            "creator": "tv@livets-senter.no",
            "organization": {
                "id": 100,
                "name": "Livets Senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1078,
                "editorName": "Snorre Bjerkestrand Løvstad",
                "editorEmail": "tv@livets-senter.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:08.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:21:00Z",
            "updatedTime": "2018-11-10T18:29:31.213511Z",
            "uploadedTime": "2009-01-01T21:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622101/theora/1281_c28205fcc04a4bb5bd3544c5357751a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622101/large_thumb/large.jpg"
        },
        {
            "id": 525013,
            "name": "Ekstremsport 2005 paragliding4",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/525013/theora/1750_4f846b8150c54894a880f749c3195363.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/525013/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/525013/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/525013/broadcast/orig_Ekstremsportveko 2005 paragliding4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/525013/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:05.120000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:10:00Z",
            "updatedTime": "2018-11-10T18:29:31.285702Z",
            "uploadedTime": "2009-01-02T05:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/525013/theora/1750_4f846b8150c54894a880f749c3195363.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/525013/large_thumb/large.jpg"
        },
        {
            "id": 624130,
            "name": "Kopiering er ikke tyveri",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624130/theora/5110_f3211e25c1144e36958ba4359cb7caa7.ogv",
                "original": "https://upload.frikanalen.no/media/624130/original/orig_ae77ad81f90b4683afcef32645e6856a.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624130/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624130/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624130/broadcast/5110_7c10fc16cc1b4945ba122480a8227edb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624130/large_thumb/large.jpg"
            },
            "creator": "pere@hungry.com",
            "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": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:01:19.640000",
            "categories": [
                "Barn og ungdom",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-12-21T14:25:36.933000Z",
            "updatedTime": "2018-11-13T23:53:34.177518Z",
            "uploadedTime": "2010-12-21T14:25:36.933000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624130/theora/5110_f3211e25c1144e36958ba4359cb7caa7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624130/large_thumb/large.jpg"
        },
        {
            "id": 625068,
            "name": "Urtehagen TV - Skapelsen",
            "header": "Fortellinger fra koranen for barn, om Noa og små dyr",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625068/theora/6563_1dbedeb93f6b44b6a187f47c774acd77.ogv",
                "original": "https://upload.frikanalen.no/media/625068/original/orig_d3d74c98ba1f404ea571d948c43bba2d.mov",
                "smallThumb": "https://upload.frikanalen.no/media/625068/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625068/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625068/broadcast/6563_16e7b0ba591947978bae758cfc83f730.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625068/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:15:06.560000",
            "categories": [
                "Barn og ungdom",
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-11-09T12:36:18.610000Z",
            "updatedTime": "2018-11-14T00:05:48.220208Z",
            "uploadedTime": "2012-11-09T12:36:18.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625068/theora/6563_1dbedeb93f6b44b6a187f47c774acd77.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625068/large_thumb/large.jpg"
        },
        {
            "id": 625881,
            "name": "High FPS GoPro test",
            "header": "This is merely a test to see how Frikanalen handles high FPS inputs.",
            "description": "",
            "files": {
                "original": "https://upload.frikanalen.no/media/625881/original/GOPR0003.MP4"
            },
            "creator": "odin.omdal@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:04.360000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2017-05-08T11:26:00.667676Z",
            "updatedTime": "2018-11-14T11:22:08.973211Z",
            "uploadedTime": "2017-05-22T09:21:11.098575Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "/static/default_large_thumbnail.png"
        },
        {
            "id": 622474,
            "name": "Andre (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622474/theora/645_f878681a95de454cab9fde355a47f502.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622474/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622474/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622474/broadcast/orig_vignetter.andre organisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622474/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:45:00Z",
            "updatedTime": "2018-11-14T11:22:23.803006Z",
            "uploadedTime": "2009-01-01T10:45:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622474/theora/645_f878681a95de454cab9fde355a47f502.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622474/large_thumb/large.jpg"
        },
        {
            "id": 622473,
            "name": "Barn og ungdom (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622473/theora/642_6a4bcb80b4d244cd92e6202f40a521cb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622473/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622473/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622473/broadcast/orig_vignetter.barne og ungdomsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622473/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:42:00Z",
            "updatedTime": "2018-11-14T11:22:47.284914Z",
            "uploadedTime": "2009-01-01T10:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622473/theora/642_6a4bcb80b4d244cd92e6202f40a521cb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622473/large_thumb/large.jpg"
        },
        {
            "id": 622472,
            "name": "Minoriteter (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622472/theora/641_1e660bc8289944cc9096deccd29f7164.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622472/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622472/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622472/broadcast/orig_vignetter.minoritetsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622472/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:41:00Z",
            "updatedTime": "2018-11-14T11:23:17.611834Z",
            "uploadedTime": "2009-01-01T10:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622472/theora/641_1e660bc8289944cc9096deccd29f7164.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622472/large_thumb/large.jpg"
        },
        {
            "id": 622471,
            "name": "Solidaritet (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622471/theora/640_50aa5758624d46ffa46cee3323f509fd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622471/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622471/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622471/broadcast/orig_vignetter-solidaritet og bistandsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622471/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:40:00Z",
            "updatedTime": "2018-11-14T11:23:30.870307Z",
            "uploadedTime": "2009-01-01T10:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622471/theora/640_50aa5758624d46ffa46cee3323f509fd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622471/large_thumb/large.jpg"
        },
        {
            "id": 622470,
            "name": "Velferd (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622470/theora/639_0db70c0c4b934faca40b401f242be8fd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622470/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622470/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622470/broadcast/orig_vignetter-velferdsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622470/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:39:00Z",
            "updatedTime": "2018-11-14T11:23:48.845855Z",
            "uploadedTime": "2009-01-01T10:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622470/theora/639_0db70c0c4b934faca40b401f242be8fd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622470/large_thumb/large.jpg"
        },
        {
            "id": 622393,
            "name": "Beredskap (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622393/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622393/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622393/broadcast/orig_vignetter.beredskapsorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:44:00Z",
            "updatedTime": "2018-11-14T11:24:05.703596Z",
            "uploadedTime": "2009-01-01T10:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622393/theora/644_76f05177328441bca2d7337f2842f833.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622393/large_thumb/large.jpg"
        },
        {
            "id": 622392,
            "name": "Samfunn (Kun Altibox IPTV)",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622392/theora/643_11b1cbcfb6d84d78b996f3b38f9ce02d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622392/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622392/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622392/broadcast/orig_vignetter.samfunnsmessige interesseorganisasjoner.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622392/large_thumb/large.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:08",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T10:43:00Z",
            "updatedTime": "2018-11-14T11:24:19.294935Z",
            "uploadedTime": "2009-01-01T10:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622392/theora/643_11b1cbcfb6d84d78b996f3b38f9ce02d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622392/large_thumb/large.jpg"
        }
    ]
}