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

{
    "count": 3536,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3400&ordering=-header",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3300&ordering=-header",
    "results": [
        {
            "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": 625188,
            "name": "Empo TV - del 142",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625188/small_thumb/Empo-130704.jpg",
                "theora": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625188/broadcast/Empo-130704.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-07-04T08:53:05Z",
            "updatedTime": "2020-08-30T19:38:36.379087Z",
            "uploadedTime": "2013-07-04T08:53:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625188/theora/Empo-130704.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625188/large_thumb/Empo-130704.jpg"
        },
        {
            "id": 625158,
            "name": "Empo TV - del 121",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625158/small_thumb/Empo-130207.jpg",
                "theora": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625158/broadcast/Empo-130207.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:00Z",
            "updatedTime": "2020-08-30T19:37:39.872215Z",
            "uploadedTime": "2013-03-21T04:33:01Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625158/theora/Empo-130207.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625158/large_thumb/Empo-130207.jpg"
        },
        {
            "id": 625159,
            "name": "Empo TV - del 122",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625159/small_thumb/Empo-130214.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg",
                "theora": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625159/broadcast/Empo-130214.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://empo.no/",
            "createdTime": "2013-03-21T04:33:04Z",
            "updatedTime": "2020-08-30T19:37:25.177340Z",
            "uploadedTime": "2013-03-21T04:33:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625159/theora/Empo-130214.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625159/large_thumb/Empo-130214.jpg"
        },
        {
            "id": 625169,
            "name": "Empo TV - del 131",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625169/small_thumb/Empo-130418.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625169/large_thumb/Empo-130418.jpg",
                "theora": "https://upload.frikanalen.no/media/625169/theora/Empo-130418.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625169/broadcast/Empo-130418.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-18T11:33:15Z",
            "updatedTime": "2020-08-30T19:36:40.152137Z",
            "uploadedTime": "2013-04-18T11:33:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625169/theora/Empo-130418.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625169/large_thumb/Empo-130418.jpg"
        },
        {
            "id": 625170,
            "name": "Empo TV - del 132",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625170/small_thumb/Empo-130425.jpg",
                "theora": "https://upload.frikanalen.no/media/625170/theora/Empo-130425.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625170/large_thumb/Empo-130425.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625170/broadcast/Empo-130425.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-25T12:03:02Z",
            "updatedTime": "2020-08-30T19:36:28.822486Z",
            "uploadedTime": "2013-04-25T12:03:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625170/theora/Empo-130425.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625170/large_thumb/Empo-130425.jpg"
        },
        {
            "id": 625176,
            "name": "Empo TV - del 134",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625176/small_thumb/Empo-130509.jpg",
                "theora": "https://upload.frikanalen.no/media/625176/theora/Empo-130509.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625176/large_thumb/Empo-130509.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625176/broadcast/Empo-130509.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-09T13:24:54Z",
            "updatedTime": "2020-08-30T19:36:01.585283Z",
            "uploadedTime": "2013-05-09T13:24:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625176/theora/Empo-130509.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625176/large_thumb/Empo-130509.jpg"
        },
        {
            "id": 625177,
            "name": "Empo TV - del 135",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625177/small_thumb/Empo-130516.jpg",
                "theora": "https://upload.frikanalen.no/media/625177/theora/Empo-130516.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625177/large_thumb/Empo-130516.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625177/broadcast/Empo-130516.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-16T08:26:33Z",
            "updatedTime": "2020-08-30T19:35:47.324546Z",
            "uploadedTime": "2013-05-16T08:26:34Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625177/theora/Empo-130516.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625177/large_thumb/Empo-130516.jpg"
        },
        {
            "id": 625184,
            "name": "Empo TV - del 138",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625184/theora/Empo-130606.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625184/large_thumb/Empo-130606.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625184/small_thumb/Empo-130606.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625184/broadcast/Empo-130606.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-06-06T01:34:41Z",
            "updatedTime": "2020-08-30T19:35:31.324966Z",
            "uploadedTime": "2013-06-06T01:34:42Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625184/theora/Empo-130606.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625184/large_thumb/Empo-130606.jpg"
        },
        {
            "id": 625183,
            "name": "Empo TV - del 137",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625183/theora/Empo-130530.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625183/large_thumb/Empo-130530.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625183/small_thumb/Empo-130530.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625183/broadcast/Empo-130530.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-30T07:22:04Z",
            "updatedTime": "2020-08-30T19:35:01.723818Z",
            "uploadedTime": "2013-05-30T07:22:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625183/theora/Empo-130530.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625183/large_thumb/Empo-130530.jpg"
        },
        {
            "id": 625196,
            "name": "Empo TV - del 143",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625196/large_thumb/Empo-130808.jpg",
                "theora": "https://upload.frikanalen.no/media/625196/theora/Empo-130808.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625196/small_thumb/Empo-130808.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625196/broadcast/Empo-130808.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-08-15T10:53:22Z",
            "updatedTime": "2020-08-30T19:34:49.738811Z",
            "uploadedTime": "2013-08-15T10:53:23Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625196/theora/Empo-130808.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625196/large_thumb/Empo-130808.jpg"
        },
        {
            "id": 625197,
            "name": "Empo TV - del 144",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625197/large_thumb/Empo-130815.jpg",
                "theora": "https://upload.frikanalen.no/media/625197/theora/Empo-130815.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625197/small_thumb/Empo-130815.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625197/broadcast/Empo-130815.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-08-15T10:53:26Z",
            "updatedTime": "2020-08-30T19:34:41.202893Z",
            "uploadedTime": "2013-08-15T10:53:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625197/theora/Empo-130815.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625197/large_thumb/Empo-130815.jpg"
        },
        {
            "id": 625167,
            "name": "Student-TV 2013 Uke 12",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625167/large_thumb/uke12.jpg",
                "theora": "https://upload.frikanalen.no/media/625167/theora/uke12.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625167/small_thumb/uke12.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625167/broadcast/uke12.avi"
            },
            "creator": "tobias.skaaren@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:16:05.040000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-04-06T08:20:55Z",
            "updatedTime": "2018-11-10T18:29:27.571711Z",
            "uploadedTime": "2013-04-06T08:20:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625167/theora/uke12.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625167/large_thumb/uke12.jpg"
        },
        {
            "id": 625237,
            "name": "Empo TV - del 167",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625237/theora/Empo-140206.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625237/large_thumb/Empo-140206.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625237/small_thumb/Empo-140206.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625237/broadcast/Empo-140206.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:23:25.400000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-02-06T13:28:18Z",
            "updatedTime": "2020-08-30T19:28:37.005789Z",
            "uploadedTime": "2014-02-06T13:28:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625237/theora/Empo-140206.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625237/large_thumb/Empo-140206.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": 625239,
            "name": "Empo TV - del 168",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625239/theora/Empo-140213.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625239/large_thumb/Empo-140213.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625239/small_thumb/Empo-140213.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625239/broadcast/Empo-140213.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:27:59.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-02-13T12:31:11Z",
            "updatedTime": "2020-08-30T19:28:27.826899Z",
            "uploadedTime": "2014-02-13T12:31:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625239/theora/Empo-140213.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625239/large_thumb/Empo-140213.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": 625240,
            "name": "Empo TV - del 169",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625240/theora/Empo-140220.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625240/small_thumb/Empo-140220.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625240/large_thumb/Empo-140220.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625240/broadcast/Empo-140220.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:25:59.320000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-02-13T12:31:15Z",
            "updatedTime": "2020-08-30T19:28:15.356729Z",
            "uploadedTime": "2014-02-13T12:31:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625240/theora/Empo-140220.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625240/large_thumb/Empo-140220.jpg"
        },
        {
            "id": 625244,
            "name": "Empo TV - del 170",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625244/theora/Empo-140227.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625244/large_thumb/Empo-140227.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625244/small_thumb/Empo-140227.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625244/broadcast/Empo-140227.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:26:28.960000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-02-27T04:38:38Z",
            "updatedTime": "2020-08-30T19:28:03.935252Z",
            "uploadedTime": "2014-02-27T04:38:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625244/theora/Empo-140227.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625244/large_thumb/Empo-140227.jpg"
        },
        {
            "id": 626180,
            "name": "Viktig Info - Overgang til ny plattform",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626180/theora/Viktig_Info.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626180/broadcast/Viktig_Info.dv",
                "original": "https://upload.frikanalen.no/media/626180/original/Viktig_Info.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626180/large_thumb/Viktig_Info.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 91 85 95 08",
                "fkmember": true
            },
            "duration": "00:01:04.800000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2019-06-14T12:30:28.167612Z",
            "updatedTime": "2020-08-31T18:52:48.479142Z",
            "uploadedTime": "2019-06-14T12:33:02.844923Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626180/theora/Viktig_Info.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626180/large_thumb/Viktig_Info.jpg"
        },
        {
            "id": 628053,
            "name": "Diesen & Crooke: Europa og Israel i trøbbel",
            "header": "",
            "description": "Europe and Israel Decline & Fragment - Alastair Crooke, Alexander Mercouris & Glenn Diesen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628053/theora/Diesen_Crooke.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628053/broadcast/Diesen_Crooke.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628053/large_thumb/Diesen_Crooke.jpg",
                "original": "https://upload.frikanalen.no/media/628053/original/Diesen_Crooke.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:56:48.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-03-23T13:36:32.798864Z",
            "updatedTime": "2025-04-30T12:07:42.235113Z",
            "uploadedTime": "2025-03-23T13:40:21Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628053/theora/Diesen_Crooke.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628053/large_thumb/Diesen_Crooke.jpg"
        },
        {
            "id": 625400,
            "name": "Empo TV - 14.10.09",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625400/theora/Empo-141009.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625400/large_thumb/Empo-141009.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625400/small_thumb/Empo-141009.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625400/broadcast/Empo-141009.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:14:59.960000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:38:17Z",
            "updatedTime": "2020-08-30T20:19:30.664245Z",
            "uploadedTime": "2015-06-15T08:38:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625400/theora/Empo-141009.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625400/large_thumb/Empo-141009.jpg"
        },
        {
            "id": 625254,
            "name": "Empo TV - del 175",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625254/theora/Empo-140327.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625254/large_thumb/Empo-140327.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625254/small_thumb/Empo-140327.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625254/broadcast/Empo-140327.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:25:44.920000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-04-02T23:28:43Z",
            "updatedTime": "2020-08-30T19:27:53.782460Z",
            "uploadedTime": "2014-04-02T23:28:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625254/theora/Empo-140327.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625254/large_thumb/Empo-140327.jpg"
        },
        {
            "id": 625219,
            "name": "Kjærlighet er handling",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625219/theora/newlife_program_05_2013_frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625219/large_thumb/newlife_program_05_2013_frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625219/small_thumb/newlife_program_05_2013_frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625219/broadcast/newlife_program_05_2013_frikanalen.avi"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:30.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2013-11-08T11:01:23Z",
            "updatedTime": "2018-11-10T18:29:27.517456Z",
            "uploadedTime": "2013-11-08T11:01:25Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625219/theora/newlife_program_05_2013_frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625219/large_thumb/newlife_program_05_2013_frikanalen.jpg"
        },
        {
            "id": 626446,
            "name": "Infoplakat",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626446/theora/Infoplakat Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626446/broadcast/Infoplakat Frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626446/large_thumb/Infoplakat Frikanalen.jpg",
                "original": "https://upload.frikanalen.no/media/626446/original/Infoplakat Frikanalen.mp4"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 91 85 95 08",
                "fkmember": true
            },
            "duration": "00:00:35.120000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-08-28T11:44:47.647078Z",
            "updatedTime": "2020-09-24T09:27:04.480219Z",
            "uploadedTime": "2020-08-28T11:50:25Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626446/theora/Infoplakat Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626446/large_thumb/Infoplakat Frikanalen.jpg"
        },
        {
            "id": 625398,
            "name": "Empo TV - 14.09.25",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625398/theora/Empo-140925.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625398/small_thumb/Empo-140925.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625398/large_thumb/Empo-140925.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625398/broadcast/Empo-140925.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:13:08.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:37:31Z",
            "updatedTime": "2020-08-30T20:19:41.626214Z",
            "uploadedTime": "2015-06-15T08:37:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625398/theora/Empo-140925.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625398/large_thumb/Empo-140925.jpg"
        },
        {
            "id": 622598,
            "name": "Medieinsp. - Nyheter for dumme",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622598/theora/2968_5330f2897a2442db914c62f9a1f269e7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622598/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622598/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622598/broadcast/orig_806b7d5583ae45b8a00068ca9ca37200.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622598/large_thumb/large.jpg"
            },
            "creator": "gmn@fom.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:25.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-01T17:53:18.193000Z",
            "updatedTime": "2020-08-31T18:55:20.066652Z",
            "uploadedTime": "2009-06-01T17:53:18.193000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622598/theora/2968_5330f2897a2442db914c62f9a1f269e7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622598/large_thumb/large.jpg"
        },
        {
            "id": 622599,
            "name": "Medieinsp. - Lokale nyheter",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622599/theora/2969_a97d2e7e652b49539493b44191c7460b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622599/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622599/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622599/broadcast/orig_44311955c8a54cd5aacdb1cc1c58dd56.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622599/large_thumb/large.jpg"
            },
            "creator": "gmn@fom.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:30.880000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-06-01T17:53:56.130000Z",
            "updatedTime": "2020-08-31T18:55:37.613294Z",
            "uploadedTime": "2009-06-01T17:53:56.130000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622599/theora/2969_a97d2e7e652b49539493b44191c7460b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622599/large_thumb/large.jpg"
        },
        {
            "id": 625285,
            "name": "Empo TV - del 190",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625285/theora/Empo-140703.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625285/large_thumb/Empo-140703.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625285/small_thumb/Empo-140703.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625285/broadcast/Empo-140703.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-07-03T04:42:34Z",
            "updatedTime": "2020-08-30T19:17:33.795527Z",
            "uploadedTime": "2014-07-03T04:42:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625285/theora/Empo-140703.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625285/large_thumb/Empo-140703.jpg"
        },
        {
            "id": 625279,
            "name": "Empo TV - del 186",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625279/theora/Empo-140605.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625279/large_thumb/Empo-140605.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625279/small_thumb/Empo-140605.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625279/broadcast/Empo-140605.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:14:39.480000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-06-05T07:27:15Z",
            "updatedTime": "2020-08-30T19:20:17.987691Z",
            "uploadedTime": "2014-06-05T07:27:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625279/theora/Empo-140605.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625279/large_thumb/Empo-140605.jpg"
        },
        {
            "id": 625278,
            "name": "Empo TV - del 185",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625278/theora/Empo-140529.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625278/large_thumb/Empo-140529.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625278/small_thumb/Empo-140529.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625278/broadcast/Empo-140529.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:12:56.560000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-29T08:53:30Z",
            "updatedTime": "2020-08-30T19:21:00.154244Z",
            "uploadedTime": "2014-05-29T08:53:32Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625278/theora/Empo-140529.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625278/large_thumb/Empo-140529.jpg"
        },
        {
            "id": 625262,
            "name": "Empo TV - del 164",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625262/theora/Empo-140116.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625262/small_thumb/Empo-140116.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625262/large_thumb/Empo-140116.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625262/broadcast/Empo-140116.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:33:25Z",
            "updatedTime": "2020-08-30T19:27:16.492589Z",
            "uploadedTime": "2014-05-05T06:33:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625262/theora/Empo-140116.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625262/large_thumb/Empo-140116.jpg"
        },
        {
            "id": 625256,
            "name": "Empo TV - del 176",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625256/theora/Empo-140403.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625256/small_thumb/Empo-140403.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625256/large_thumb/Empo-140403.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625256/broadcast/Empo-140403.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:22:51.280000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-04-03T13:24:32Z",
            "updatedTime": "2020-08-30T19:27:35.237402Z",
            "uploadedTime": "2014-04-03T13:24:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625256/theora/Empo-140403.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625256/large_thumb/Empo-140403.jpg"
        },
        {
            "id": 625206,
            "name": "Empo TV - del 146",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625206/theora/Empo-130829.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625206/large_thumb/Empo-130829.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625206/small_thumb/Empo-130829.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625206/broadcast/Empo-130829.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-09-07T08:03:58Z",
            "updatedTime": "2020-08-30T19:33:58.755587Z",
            "uploadedTime": "2013-09-07T08:03:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625206/theora/Empo-130829.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625206/large_thumb/Empo-130829.jpg"
        },
        {
            "id": 625198,
            "name": "Empo TV - del 145",
            "header": "",
            "description": "",
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625198/small_thumb/Empo-130822.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625198/large_thumb/Empo-130822.jpg",
                "theora": "https://upload.frikanalen.no/media/625198/theora/Empo-130822.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625198/broadcast/Empo-130822.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-08-22T13:03:49Z",
            "updatedTime": "2020-08-30T19:34:27.932719Z",
            "uploadedTime": "2013-08-22T13:03:50Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625198/theora/Empo-130822.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625198/large_thumb/Empo-130822.jpg"
        },
        {
            "id": 625173,
            "name": "Empo TV - del 133",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625173/large_thumb/Empo-130502.jpg",
                "theora": "https://upload.frikanalen.no/media/625173/theora/Empo-130502.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625173/small_thumb/Empo-130502.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625173/broadcast/Empo-130502.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-02T12:43:17Z",
            "updatedTime": "2020-08-30T19:36:15.356173Z",
            "uploadedTime": "2013-05-02T12:43:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625173/theora/Empo-130502.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625173/large_thumb/Empo-130502.jpg"
        },
        {
            "id": 625103,
            "name": "empo tv - del 117",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625103/theora/6581_51b7764f769a4e8bbd81c559448a9bd6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625103/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625103/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625103/broadcast/6581_7a2ba8a915544e49a69f584a652f101a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625103/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-27T13:18:46.133000Z",
            "updatedTime": "2020-08-30T19:40:44.913647Z",
            "uploadedTime": "2012-11-27T13:18:46.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625103/theora/6581_51b7764f769a4e8bbd81c559448a9bd6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625103/large_thumb/large.jpg"
        },
        {
            "id": 625089,
            "name": "Empo tv - del 115",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625089/theora/6537_8d1ed9ecd7b849c9a5ae4174df439fcb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625089/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625089/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625089/broadcast/6537_c63fbd832aee4dbd98a5bc384b105430.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625089/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T11:25:01.027000Z",
            "updatedTime": "2020-08-30T19:41:05.356326Z",
            "uploadedTime": "2012-11-07T11:25:01.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625089/theora/6537_8d1ed9ecd7b849c9a5ae4174df439fcb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625089/large_thumb/large.jpg"
        },
        {
            "id": 625056,
            "name": "Empo tv - del 112",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625056/theora/6453_32824e6d3f8047e7b643dc685d9d9ab6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625056/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625056/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625056/broadcast/6453_329e4bb87bec462f8b416253000cd1fc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625056/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:36:05.733000Z",
            "updatedTime": "2020-08-30T19:41:50.089425Z",
            "uploadedTime": "2012-10-02T06:36:05.733000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625056/theora/6453_32824e6d3f8047e7b643dc685d9d9ab6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625056/large_thumb/large.jpg"
        },
        {
            "id": 625031,
            "name": "Empo tv - del 109",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625031/theora/6454_7509d42397044b25be132508a04c9602.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625031/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625031/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625031/broadcast/6454_bceb5102c3d04f729311b2a5b10935b6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625031/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-10-02T06:38:15.620000Z",
            "updatedTime": "2020-08-30T19:42:54.477278Z",
            "uploadedTime": "2012-10-02T06:38:15.620000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625031/theora/6454_7509d42397044b25be132508a04c9602.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625031/large_thumb/large.jpg"
        },
        {
            "id": 624989,
            "name": "Empo TV - del 106",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624989/theora/6393_12fe97a282df416cb7ab49b500d277a5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624989/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624989/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624989/broadcast/6393_238b314ea1d14353a538b879b2f141e5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624989/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-09-05T06:43:42.297000Z",
            "updatedTime": "2020-08-30T19:43:53.518922Z",
            "uploadedTime": "2012-09-05T06:43:42.297000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624989/theora/6393_12fe97a282df416cb7ab49b500d277a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624989/large_thumb/large.jpg"
        }
    ]
}