List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

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

{
    "count": 3722,
    "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": 623617,
            "name": "Pønsj: ISFIT.",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623617/theora/4306_f9b8caa7d4094b26beb6971a7ac3764c.ogv",
                "original": "https://upload.frikanalen.no/media/623617/original/orig_d12edf041b48496c8bf3f44f24f13b80.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623617/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623617/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623617/broadcast/4306_d3ed9d7464c4468c8eed9e55c917e84c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623617/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:19:59.430000",
            "durationSec": 1199.43,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:04:08.450000Z",
            "updatedTime": "2018-11-10T18:29:29.586789Z",
            "uploadedTime": "2010-05-12T04:04:08.450000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623617/theora/4306_f9b8caa7d4094b26beb6971a7ac3764c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623617/large_thumb/large.jpg"
        },
        {
            "id": 623618,
            "name": "Pønsj: Typisk norsk",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623618/theora/4307_d6700d4f2f2a4ff7ad346afcee908558.ogv",
                "original": "https://upload.frikanalen.no/media/623618/original/orig_2dcf7dd0fe634535a685cc1e237a0b63.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623618/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623618/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623618/broadcast/4307_12ef19a4cfc34449b5fc24e5c0430549.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623618/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:19:12.350000",
            "durationSec": 1152.35,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:19:22.090000Z",
            "updatedTime": "2018-11-10T18:29:29.585450Z",
            "uploadedTime": "2010-05-12T04:19:22.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623618/theora/4307_d6700d4f2f2a4ff7ad346afcee908558.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623618/large_thumb/large.jpg"
        },
        {
            "id": 623619,
            "name": "Pønsj: Kokkekamp",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623619/theora/4308_fa6fb330cd9f4edeb2904024800ffad1.ogv",
                "original": "https://upload.frikanalen.no/media/623619/original/orig_d1f6a6ac9406406da3974b16454d1949.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623619/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623619/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623619/broadcast/4308_84d7508660a24b8da0bbf4870030d907.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623619/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:19:32.320000",
            "durationSec": 1172.32,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:20:51.403000Z",
            "updatedTime": "2018-11-10T18:29:29.584101Z",
            "uploadedTime": "2010-05-12T04:20:51.403000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623619/theora/4308_fa6fb330cd9f4edeb2904024800ffad1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623619/large_thumb/large.jpg"
        },
        {
            "id": 623620,
            "name": "Pønsj; Erotikk!",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623620/theora/4309_3f5c8b8e41164d98986163cdd10e376b.ogv",
                "original": "https://upload.frikanalen.no/media/623620/original/orig_78a3d97c6b274b9db401c7e77951baf9.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623620/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623620/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623620/broadcast/4309_47f62af683264a70a368955372b024d6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623620/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:19:59.990000",
            "durationSec": 1199.99,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:28:19.467000Z",
            "updatedTime": "2018-11-10T18:29:29.582691Z",
            "uploadedTime": "2010-05-12T04:28:19.467000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623620/theora/4309_3f5c8b8e41164d98986163cdd10e376b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623620/large_thumb/large.jpg"
        },
        {
            "id": 623622,
            "name": "Pønsj: Design",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623622/theora/4310_ab2518ed57b0425d80a21ccc98fe4e99.ogv",
                "original": "https://upload.frikanalen.no/media/623622/original/orig_716ca70d215d4e86995c12eb82075dd0.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623622/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623622/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623622/broadcast/4310_3ebc59ac1f2c4532a066778bf8259772.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623622/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:19:58.560000",
            "durationSec": 1198.56,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:30:28.110000Z",
            "updatedTime": "2018-11-10T18:29:29.579922Z",
            "uploadedTime": "2010-05-12T04:30:28.110000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623622/theora/4310_ab2518ed57b0425d80a21ccc98fe4e99.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623622/large_thumb/large.jpg"
        },
        {
            "id": 623624,
            "name": "Pønsj: Idrett",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623624/theora/4311_af0e6a26fd294f93852ef9641888454e.ogv",
                "original": "https://upload.frikanalen.no/media/623624/original/orig_b759665c599d4e849fc59876f4ba0540.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623624/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623624/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623624/broadcast/4311_fa9602c1d46242ddbb9f55fd0edd0016.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623624/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:16:33.040000",
            "durationSec": 993.04,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:31:26.137000Z",
            "updatedTime": "2018-11-10T18:29:29.577206Z",
            "uploadedTime": "2010-05-12T04:31:26.137000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623624/theora/4311_af0e6a26fd294f93852ef9641888454e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623624/large_thumb/large.jpg"
        },
        {
            "id": 623626,
            "name": "Pønsj: Krigsdokumentar",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623626/theora/4312_faef128126a844e7a69e2619ac85633d.ogv",
                "original": "https://upload.frikanalen.no/media/623626/original/orig_3e30d4a1e54746628ca94a2d3c35824c.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623626/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623626/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623626/broadcast/4312_a8bcbaa699344e57a17f7380551ce904.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623626/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:20:00",
            "durationSec": 1200.0,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:36:11.353000Z",
            "updatedTime": "2018-11-10T18:29:29.574481Z",
            "uploadedTime": "2010-05-12T04:36:11Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623626/theora/4312_faef128126a844e7a69e2619ac85633d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623626/large_thumb/large.jpg"
        },
        {
            "id": 623627,
            "name": "Pønsj: Utdanning",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623627/theora/4314_4d2180afa2b647bb8dd2e3fd87ec8073.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623627/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623627/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623627/broadcast/4314_682524daa54143c78a92e089b1470276.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623627/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:20:59.760000",
            "durationSec": 1259.76,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:40:30.090000Z",
            "updatedTime": "2018-11-10T18:29:29.573146Z",
            "uploadedTime": "2010-05-12T04:40:30.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623627/theora/4314_4d2180afa2b647bb8dd2e3fd87ec8073.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623627/large_thumb/large.jpg"
        },
        {
            "id": 623628,
            "name": "Pønsj: Uke 18",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623628/theora/4315_c3baea1b89a2434cb1d01fac2be4d4de.ogv",
                "original": "https://upload.frikanalen.no/media/623628/original/orig_c0491dd7ccee495c9088f73dee5cfcde.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623628/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623628/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623628/broadcast/4315_0c7e2ffbc2724cdcbb496cf366acfaa2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623628/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:19:31.040000",
            "durationSec": 1171.04,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:42:15.107000Z",
            "updatedTime": "2018-11-10T18:29:29.571790Z",
            "uploadedTime": "2010-05-12T04:42:15.107000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623628/theora/4315_c3baea1b89a2434cb1d01fac2be4d4de.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623628/large_thumb/large.jpg"
        },
        {
            "id": 623629,
            "name": "Pønsj- Uke 19",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623629/theora/4316_4fb8ab1494a347d1919a45350756afa3.ogv",
                "original": "https://upload.frikanalen.no/media/623629/original/orig_a43848feced142549540175ea2701ed6.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623629/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623629/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623629/broadcast/4316_8e040e4e6633463baef13ddbb35069b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623629/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:22:11.720000",
            "durationSec": 1331.72,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:42:51.580000Z",
            "updatedTime": "2018-11-10T18:29:29.570411Z",
            "uploadedTime": "2010-05-12T04:42:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623629/theora/4316_4fb8ab1494a347d1919a45350756afa3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623629/large_thumb/large.jpg"
        },
        {
            "id": 623630,
            "name": "Pønsj9",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623630/theora/4317_957fea04707e453eaf56a483ef0469c9.ogv",
                "original": "https://upload.frikanalen.no/media/623630/original/orig_91aa44a738f948989cf42b3386c6ace9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623630/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623630/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623630/broadcast/4317_47b2ef26e5404c2d829a6c4e9ea059a1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623630/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:18:31.320000",
            "durationSec": 1111.32,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:44:32.687000Z",
            "updatedTime": "2018-11-10T18:29:29.569008Z",
            "uploadedTime": "2010-05-12T04:44:32.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623630/theora/4317_957fea04707e453eaf56a483ef0469c9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623630/large_thumb/large.jpg"
        },
        {
            "id": 625416,
            "name": "Empo TV - 14.11.13",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625416/theora/Empo-141113.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625416/large_thumb/Empo-141113.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625416/small_thumb/Empo-141113.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625416/broadcast/Empo-141113.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": false
            },
            "duration": "00:14:38.560000",
            "durationSec": 878.56,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:43:26Z",
            "updatedTime": "2020-08-30T20:17:06.106008Z",
            "uploadedTime": "2015-06-15T08:43:27Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625416/theora/Empo-141113.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625416/large_thumb/Empo-141113.jpg"
        },
        {
            "id": 625415,
            "name": "Empo TV - 14.09.04",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625415/theora/Empo-140904.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625415/small_thumb/Empo-140904.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625415/large_thumb/Empo-140904.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625415/broadcast/Empo-140904.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": false
            },
            "duration": "00:13:58",
            "durationSec": 838.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:43:18Z",
            "updatedTime": "2020-08-30T20:17:17.076395Z",
            "uploadedTime": "2015-06-15T08:43:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625415/theora/Empo-140904.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625415/large_thumb/Empo-140904.jpg"
        },
        {
            "id": 625413,
            "name": "Empo TV - 14.08.21",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625413/theora/EMPO-140821.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625413/small_thumb/EMPO-140821.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625413/large_thumb/EMPO-140821.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625413/broadcast/EMPO-140821.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": false
            },
            "duration": "00:11:51.240000",
            "durationSec": 711.24,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:42:58Z",
            "updatedTime": "2020-08-30T20:17:28.947536Z",
            "uploadedTime": "2015-06-15T08:42:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625413/theora/EMPO-140821.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625413/large_thumb/EMPO-140821.jpg"
        },
        {
            "id": 625411,
            "name": "Empo TV - 14.11.20",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625411/theora/Empo-141120.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625411/small_thumb/Empo-141120.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625411/large_thumb/Empo-141120.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625411/broadcast/Empo-141120.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": false
            },
            "duration": "00:15:00.120000",
            "durationSec": 900.12,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:58Z",
            "updatedTime": "2020-08-30T20:17:37.091246Z",
            "uploadedTime": "2015-06-15T08:40:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625411/theora/Empo-141120.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625411/large_thumb/Empo-141120.jpg"
        },
        {
            "id": 628056,
            "name": "Diesen i samtale med Andrey Kortunov",
            "header": "",
            "description": "US-Russia Grand Bargain Without Europe - Andrey Kortunov, Alexander Mercouris & Glenn Diesen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628056/theora/Diesen_Kortunov.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628056/broadcast/Diesen_Kortunov.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628056/large_thumb/Diesen_Kortunov.jpg",
                "original": "https://upload.frikanalen.no/media/628056/original/Diesen_Kortunov.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "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:59:56.480000",
            "durationSec": 3596.48,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-03-26T14:00:07.254846Z",
            "updatedTime": "2025-03-26T14:47:45.739401Z",
            "uploadedTime": "2025-03-26T14:04:28.394022Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628056/theora/Diesen_Kortunov.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628056/large_thumb/Diesen_Kortunov.jpg"
        },
        {
            "id": 623653,
            "name": "Misjon del 3",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623653/theora/4342_eb8c583d749e4355b608f7f1337e10a8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623653/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623653/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623653/broadcast/4342_2bfbc119270542e1956b2ca8bb20ae58.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623653/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-19T20:36:47.857000Z",
            "updatedTime": "2023-07-12T22:26:15.360813Z",
            "uploadedTime": "2010-05-19T20:36:47Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623653/theora/4342_eb8c583d749e4355b608f7f1337e10a8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623653/large_thumb/large.jpg"
        },
        {
            "id": 627965,
            "name": "Diesen i samtale med George Beebe",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627965/theora/Diesen_GeorgeBeebe.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627965/broadcast/Diesen_GeorgeBeebe.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627965/large_thumb/Diesen_GeorgeBeebe.jpg",
                "original": "https://upload.frikanalen.no/media/627965/original/Diesen_GeorgeBeebe.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "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:59:47.300000",
            "durationSec": 3587.3,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-10T11:07:23.533387Z",
            "updatedTime": "2024-11-25T07:51:13.188667Z",
            "uploadedTime": "2024-11-10T11:11:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627965/theora/Diesen_GeorgeBeebe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627965/large_thumb/Diesen_GeorgeBeebe.jpg"
        },
        {
            "id": 628048,
            "name": "Hilsen til Gaza og Jemen",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/628048/theora/Hilsen til Gaza og Jemen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628048/broadcast/Hilsen til Gaza og Jemen.dv",
                "original": "https://upload.frikanalen.no/media/628048/original/Hilsen til Gaza og Jemen.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628048/large_thumb/Hilsen til Gaza og Jemen.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:23:27.160000",
            "durationSec": 1407.16,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-03-19T19:59:08.364453Z",
            "updatedTime": "2025-03-20T07:30:08.200317Z",
            "uploadedTime": "2025-03-19T20:09:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628048/theora/Hilsen til Gaza og Jemen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628048/large_thumb/Hilsen til Gaza og Jemen.jpg"
        },
        {
            "id": 626766,
            "name": "TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626766/theora/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626766/broadcast/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626766/large_thumb/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.jpg",
                "original": "https://upload.frikanalen.no/media/626766/original/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:21:58.480000",
            "durationSec": 1318.48,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-04-08T10:35:38.237085Z",
            "updatedTime": "2025-09-13T18:49:45.508528Z",
            "uploadedTime": "2021-04-08T10:45:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626766/theora/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626766/large_thumb/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.jpg"
        },
        {
            "id": 627988,
            "name": "Cursed be Israel and Zionism",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627988/theora/Cursed be Israel and Zionism.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627988/broadcast/Cursed be Israel and Zionism.dv",
                "original": "https://upload.frikanalen.no/media/627988/original/Cursed be Israel and Zionism.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627988/large_thumb/Cursed be Israel and Zionism.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:03:48.440000",
            "durationSec": 228.44,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-28T22:52:08.543984Z",
            "updatedTime": "2024-11-28T22:58:32.427743Z",
            "uploadedTime": "2024-11-28T22:56:22.794764Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627988/theora/Cursed be Israel and Zionism.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627988/large_thumb/Cursed be Israel and Zionism.jpg"
        },
        {
            "id": 627846,
            "name": "Shofar - Gud bestemte tiden",
            "header": "",
            "description": "Alle tider er i Herrens hånd. Det er Herren som har skapt tiden\nog holder alt oppe til en orden og en rytme på tider, dager og år.\nGjennom historien er det noen tider som er blitt forandret eller gitt et\nnytt innhold. Det er et tegn i tiden.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627846/theora/Shofar 205 Gud Bestemte tiden.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627846/broadcast/Shofar 205 Gud Bestemte tiden.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627846/large_thumb/Shofar 205 Gud Bestemte tiden.jpg",
                "original": "https://upload.frikanalen.no/media/627846/original/Shofar 205 Gud Bestemte tiden.mov"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:25:50.500000",
            "durationSec": 1550.5,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-01-24T13:35:25.053518Z",
            "updatedTime": "2024-01-24T14:09:14.397396Z",
            "uploadedTime": "2024-01-24T13:42:41.983252Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627846/theora/Shofar 205 Gud Bestemte tiden.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627846/large_thumb/Shofar 205 Gud Bestemte tiden.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": "ola@frikanalen.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",
            "durationSec": 35.12,
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-08-28T11:44:47.647078Z",
            "updatedTime": "2025-09-13T05:45:42.677532Z",
            "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": 623616,
            "name": "Pønsj: Roboter",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623616/theora/4305_fbbcb0d0da8c47c2b95b9c5927c33529.ogv",
                "original": "https://upload.frikanalen.no/media/623616/original/orig_703860fd5c444f71901e9653d1721141.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623616/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623616/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623616/broadcast/4305_38efa6a235df44fe9f8ab2968cfaf227.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623616/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:18:20.310000",
            "durationSec": 1100.31,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-05-12T04:01:45.783000Z",
            "updatedTime": "2018-11-10T18:29:29.588165Z",
            "uploadedTime": "2010-05-12T04:01:45.783000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623616/theora/4305_fbbcb0d0da8c47c2b95b9c5927c33529.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623616/large_thumb/large.jpg"
        },
        {
            "id": 625265,
            "name": "Empo TV - del 162",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625265/theora/Empo-0114.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625265/small_thumb/Empo-0114.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625265/large_thumb/Empo-0114.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625265/broadcast/Empo-0114.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": false
            },
            "duration": "00:13:30",
            "durationSec": 810.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:43:57Z",
            "updatedTime": "2020-08-30T19:25:54.642568Z",
            "uploadedTime": "2014-05-05T06:43:59Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625265/theora/Empo-0114.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625265/large_thumb/Empo-0114.jpg"
        },
        {
            "id": 625263,
            "name": "Empo TV - del 163",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625263/theora/Empo-140109.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625263/large_thumb/Empo-140109.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625263/small_thumb/Empo-140109.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625263/broadcast/Empo-140109.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": false
            },
            "duration": "00:14:59.640000",
            "durationSec": 899.64,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:36:18Z",
            "updatedTime": "2020-08-30T19:27:05.053429Z",
            "uploadedTime": "2014-05-05T06:36:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625263/theora/Empo-140109.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625263/large_thumb/Empo-140109.jpg"
        },
        {
            "id": 625264,
            "name": "Empo TV - del 161",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625264/theora/Empo-131219.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625264/large_thumb/Empo-131219.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625264/small_thumb/Empo-131219.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625264/broadcast/Empo-131219.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": false
            },
            "duration": "00:14:37.320000",
            "durationSec": 877.32,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-05-05T06:39:12Z",
            "updatedTime": "2020-08-30T19:26:52.870626Z",
            "uploadedTime": "2014-05-05T06:39:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625264/theora/Empo-131219.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625264/large_thumb/Empo-131219.jpg"
        },
        {
            "id": 625390,
            "name": "Empo TV - 14.09.11",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625390/theora/Empo-140911.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625390/small_thumb/Empo-140911.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625390/large_thumb/Empo-140911.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625390/broadcast/Empo-140911.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": false
            },
            "duration": "00:13:50.680000",
            "durationSec": 830.68,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:36:22Z",
            "updatedTime": "2020-08-30T20:20:20.965695Z",
            "uploadedTime": "2015-06-15T08:36:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625390/theora/Empo-140911.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625390/large_thumb/Empo-140911.jpg"
        },
        {
            "id": 625389,
            "name": "Empo TV - 15.01.15",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625389/theora/Empo-150115.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625389/small_thumb/Empo-150115.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625389/large_thumb/Empo-150115.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625389/broadcast/Empo-150115.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": false
            },
            "duration": "00:12:58.720000",
            "durationSec": 778.72,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:36:12Z",
            "updatedTime": "2020-08-30T20:20:28.347692Z",
            "uploadedTime": "2015-06-15T08:36:13Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625389/theora/Empo-150115.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625389/large_thumb/Empo-150115.jpg"
        },
        {
            "id": 625388,
            "name": "Empo TV - 15.02.05",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625388/theora/Empo-150205.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625388/small_thumb/Empo-150205.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625388/large_thumb/Empo-150205.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625388/broadcast/Empo-150205.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": false
            },
            "duration": "00:14:29.840000",
            "durationSec": 869.84,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:35:45Z",
            "updatedTime": "2020-08-30T20:20:48.259384Z",
            "uploadedTime": "2015-06-15T08:35:45Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625388/theora/Empo-150205.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625388/large_thumb/Empo-150205.jpg"
        },
        {
            "id": 623696,
            "name": "Samtalaprogram 2",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623696/theora/4345_113bd69ba8bd4820aae30f635500b7b1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623696/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623696/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623696/broadcast/4345_354a550693384d36aa1ffd7ddb79f42d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623696/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-05-19T20:42:05.943000Z",
            "updatedTime": "2023-07-12T22:25:08.757840Z",
            "uploadedTime": "2010-05-19T20:42:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623696/theora/4345_113bd69ba8bd4820aae30f635500b7b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623696/large_thumb/large.jpg"
        },
        {
            "id": 625214,
            "name": "Empo TV - del 153",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625214/theora/Empo-131023.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625214/small_thumb/Empo-131023.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625214/large_thumb/Empo-131023.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625214/broadcast/Empo-131023.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": false
            },
            "duration": "00:15:00",
            "durationSec": 900.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-10-24T13:52:04Z",
            "updatedTime": "2020-08-30T19:33:03.486031Z",
            "uploadedTime": "2013-10-24T13:52:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625214/theora/Empo-131023.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625214/large_thumb/Empo-131023.jpg"
        },
        {
            "id": 623706,
            "name": "Samtalaprogram 3",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623706/theora/4408_c26037b783dd443593f67c6e6e81e80a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623706/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623706/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623706/broadcast/4408_ddae5908a5764a57ba1072dbe3c99e03.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623706/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-16T21:52:13.427000Z",
            "updatedTime": "2023-07-12T22:24:41.591966Z",
            "uploadedTime": "2010-06-16T21:52:13Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623706/theora/4408_c26037b783dd443593f67c6e6e81e80a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623706/large_thumb/large.jpg"
        },
        {
            "id": 623729,
            "name": "Bibelundervisning - del 6-1",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623729/theora/4410_f238cd00296b48c5880217773be10f77.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623729/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623729/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623729/broadcast/4410_b165b2a9daa54f99a5dac256cf13a3f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623729/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-16T22:11:05.987000Z",
            "updatedTime": "2023-07-12T22:24:20.624635Z",
            "uploadedTime": "2010-06-16T22:11:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623729/theora/4410_f238cd00296b48c5880217773be10f77.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623729/large_thumb/large.jpg"
        },
        {
            "id": 623730,
            "name": "Bibelundervisning - del 7",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623730/theora/4411_824c080204e54e84a84b8e2fc322e28a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623730/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623730/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623730/broadcast/4411_609e18acd3b9483c8da157a99676ada5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623730/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-16T22:14:33.367000Z",
            "updatedTime": "2023-07-12T22:23:55.342184Z",
            "uploadedTime": "2010-06-16T22:14:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623730/theora/4411_824c080204e54e84a84b8e2fc322e28a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623730/large_thumb/large.jpg"
        },
        {
            "id": 623732,
            "name": "Bibelundervisning - del 8",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623732/theora/4490_e45a42a88f4444598886cf357e9573a2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623732/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623732/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623732/broadcast/4490_8c4ee0ebabb6451bb9dfec43352465ee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623732/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-10T21:12:02.427000Z",
            "updatedTime": "2023-07-12T22:23:30.103996Z",
            "uploadedTime": "2010-07-10T21:12:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623732/theora/4490_e45a42a88f4444598886cf357e9573a2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623732/large_thumb/large.jpg"
        },
        {
            "id": 624293,
            "name": "Norsk tre på fest",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624293/theora/5348_e179738f071843b7b86eae8f807346ce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624293/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624293/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624293/broadcast/5348_3c0f7272373c4a90a5767535eb091aac.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624293/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:31.360000",
            "durationSec": 91.36,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T12:26:57Z",
            "updatedTime": "2018-11-10T18:29:28.705889Z",
            "uploadedTime": "2011-02-17T12:26:57Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624293/theora/5348_e179738f071843b7b86eae8f807346ce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624293/large_thumb/large.jpg"
        },
        {
            "id": 626777,
            "name": "Internasjonal solidaritetsdag for palestinske politiske fanger, 17. april",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626777/theora/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626777/broadcast/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.dv",
                "original": "https://upload.frikanalen.no/media/626777/original/Internasjonal solidaritetsdag for palestinske politiske fanger, 17. april",
                "largeThumb": "https://upload.frikanalen.no/media/626777/large_thumb/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:15:40.041754",
            "durationSec": 940.041754,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-04-17T13:47:54.604934Z",
            "updatedTime": "2021-04-17T14:19:24.600759Z",
            "uploadedTime": "2021-04-17T13:51:58.899742Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626777/theora/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626777/large_thumb/Internasjonal solidaritetsdag for palestinske politiske fanger, 17.jpg"
        },
        {
            "id": 627987,
            "name": "Journalister og folkemord",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627987/theora/Journalister og folkemord.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627987/broadcast/Journalister og folkemord.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627987/large_thumb/Journalister og folkemord.jpg",
                "original": "https://upload.frikanalen.no/media/627987/original/Journalister og folkemord.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:06:15.400000",
            "durationSec": 375.4,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-28T22:31:16.355086Z",
            "updatedTime": "2024-11-28T22:51:51.398875Z",
            "uploadedTime": "2024-11-28T22:48:21.620372Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627987/theora/Journalister og folkemord.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627987/large_thumb/Journalister og folkemord.jpg"
        },
        {
            "id": 627845,
            "name": "Shofar - Treets dag i Israel",
            "header": "",
            "description": "Hvert år markerer Israel treets dag. Det er 15 Shavat. Da plantes\net tre i landet, slik   Abraham gjorde når han kom til landet. Treets\ndag er med i gjenreisningen av Israel og et vitnesbyrd om Messias komme.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627845/theora/Shofar 204 Treets dag i Israel.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627845/broadcast/Shofar 204 Treets dag i Israel.dv",
                "original": "https://upload.frikanalen.no/media/627845/original/Shofar 204 Treets dag i Israel.mov",
                "largeThumb": "https://upload.frikanalen.no/media/627845/large_thumb/Shofar 204 Treets dag i Israel.jpg"
            },
            "creator": "haavard_urhaug@hotmail.com",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:25:12.240000",
            "durationSec": 1512.24,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-01-22T19:48:51.519112Z",
            "updatedTime": "2024-01-22T20:27:38.778934Z",
            "uploadedTime": "2024-01-22T20:01:40.616014Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627845/theora/Shofar 204 Treets dag i Israel.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627845/large_thumb/Shofar 204 Treets dag i Israel.jpg"
        },
        {
            "id": 623110,
            "name": "Silje Strandengen",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623110/theora/3517_5686ccf30cdb43088db6fedb00a0b18d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623110/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623110/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623110/broadcast/3517_924f00db42b54bee9e69816c78750cbf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623110/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:03.960000",
            "durationSec": 303.96,
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-09-18T18:10:28Z",
            "updatedTime": "2018-11-10T18:29:30.212383Z",
            "uploadedTime": "2009-09-18T18:10:28Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623110/theora/3517_5686ccf30cdb43088db6fedb00a0b18d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623110/large_thumb/large.jpg"
        },
        {
            "id": 626707,
            "name": "Trond Alis Kvarter - Israel og Sionisme",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626707/theora/Trond Alis Kvarter. Israel og Sionisme.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626707/broadcast/Trond Alis Kvarter. Israel og Sionisme.dv",
                "original": "https://upload.frikanalen.no/media/626707/original/Trond Alis Kvarter. Israel og Sionisme.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626707/large_thumb/Trond Alis Kvarter. Israel og Sionisme.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:13:03.566667",
            "durationSec": 783.566667,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-02-20T19:11:59.829257Z",
            "updatedTime": "2025-09-13T18:55:46.679271Z",
            "uploadedTime": "2021-02-20T19:13:54Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626707/theora/Trond Alis Kvarter. Israel og Sionisme.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626707/large_thumb/Trond Alis Kvarter. Israel og Sionisme.jpg"
        },
        {
            "id": 624272,
            "name": "Forsmak på fremtida",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624272/theora/4774_a024c877002743109d47a2485706a5c4.ogv",
                "original": "https://upload.frikanalen.no/media/624272/original/orig_28f2988acd0b48f0b056dae51c58cdad.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624272/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624272/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624272/broadcast/4774_88eb61f544c34218837fd082ef512a52.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624272/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:48.200000",
            "durationSec": 108.2,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-27T15:21:45.943000Z",
            "updatedTime": "2018-11-10T18:29:28.738512Z",
            "uploadedTime": "2010-09-27T15:21:45.943000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624272/theora/4774_a024c877002743109d47a2485706a5c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624272/large_thumb/large.jpg"
        },
        {
            "id": 627983,
            "name": "Diesen, Mercouris og Mearsheimer",
            "header": "",
            "description": "Slutten på krigen i Ukraina",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627983/theora/Diesen_Mearsheimer_V.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627983/broadcast/Diesen_Mearsheimer_V.dv",
                "original": "https://upload.frikanalen.no/media/627983/original/Diesen_Mearsheimer_V.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627983/large_thumb/Diesen_Mearsheimer_V.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "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:29:55.440000",
            "durationSec": 1795.44,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-24T22:05:53.973489Z",
            "updatedTime": "2025-01-01T22:31:48.145158Z",
            "uploadedTime": "2024-11-24T22:08:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627983/theora/Diesen_Mearsheimer_V.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627983/large_thumb/Diesen_Mearsheimer_V.jpg"
        },
        {
            "id": 626708,
            "name": "Trond Alis Kvarter - Anmeldelse av Midtøsten på 200 sider, og Arab and Jew in the land of Canaan",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626708/theora/Trond Alis Kvarter.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626708/broadcast/Trond Alis Kvarter.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626708/large_thumb/Trond Alis Kvarter.jpg",
                "original": "https://upload.frikanalen.no/media/626708/original/Trond Alis Kvarter.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:11:18.266667",
            "durationSec": 678.266667,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-02-20T19:55:53.151094Z",
            "updatedTime": "2025-09-13T18:55:02.147273Z",
            "uploadedTime": "2021-02-20T19:57:13Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626708/theora/Trond Alis Kvarter.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626708/large_thumb/Trond Alis Kvarter.jpg"
        },
        {
            "id": 623773,
            "name": "Misjon del 5",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623773/theora/4531_1dd0c4c69c124b33a48a4bdc7c107dfd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623773/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623773/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623773/broadcast/4531_333a26f5daa94e339a48586b993c6be2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623773/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "durationSec": 1680.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-01T20:26:29.500000Z",
            "updatedTime": "2023-07-12T22:36:30.834081Z",
            "uploadedTime": "2010-08-01T20:26:29Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623773/theora/4531_1dd0c4c69c124b33a48a4bdc7c107dfd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623773/large_thumb/large.jpg"
        },
        {
            "id": 626711,
            "name": "Palestine and The Rights of Return",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626711/theora/Palestine and The Rights of Return.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626711/broadcast/Palestine and The Rights of Return.dv",
                "original": "https://upload.frikanalen.no/media/626711/original/Palestine and The Rights of Return.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626711/large_thumb/Palestine and The Rights of Return.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:07:55.520000",
            "durationSec": 475.52,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-03-02T18:33:25.737757Z",
            "updatedTime": "2025-09-13T18:52:00.861362Z",
            "uploadedTime": "2021-03-02T18:33:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626711/theora/Palestine and The Rights of Return.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626711/large_thumb/Palestine and The Rights of Return.jpg"
        },
        {
            "id": 626715,
            "name": "Trond Alis Kvarter -  Om Hard Choises, av Hillary Clinton",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626715/theora/Trond Alis Kvarter - Hard Choises av Hillary Clinton.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626715/broadcast/Trond Alis Kvarter - Hard Choises av Hillary Clinton.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626715/large_thumb/Trond Alis Kvarter - Hard Choises av Hillary Clinton.jpg",
                "original": "https://upload.frikanalen.no/media/626715/original/Trond Alis Kvarter - Hard Choises av Hillary Clinton.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:06:59.680000",
            "durationSec": 419.68,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-03-06T13:24:25.006481Z",
            "updatedTime": "2025-09-13T18:51:04.566414Z",
            "uploadedTime": "2021-03-06T13:27:20Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626715/theora/Trond Alis Kvarter - Hard Choises av Hillary Clinton.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626715/large_thumb/Trond Alis Kvarter - Hard Choises av Hillary Clinton.jpg"
        },
        {
            "id": 628046,
            "name": "Diesen & Mearsheimer: Usas fredsinitiativ",
            "header": "",
            "description": "Glenn Diesen, Alexander Mercouris & John Mearsheimer about the US Push for Peace & Europe Panics",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628046/theora/Diesen_Mearsheimer8mars25.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628046/broadcast/Diesen_Mearsheimer8mars25.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628046/large_thumb/Diesen_Mearsheimer8mars25.jpg",
                "original": "https://upload.frikanalen.no/media/628046/original/Diesen_Mearsheimer8mars25.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "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:59:54.340000",
            "durationSec": 3594.34,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-03-19T12:35:03.695586Z",
            "updatedTime": "2025-03-19T13:30:12.076842Z",
            "uploadedTime": "2025-03-19T12:46:43.429619Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628046/theora/Diesen_Mearsheimer8mars25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628046/large_thumb/Diesen_Mearsheimer8mars25.jpg"
        },
        {
            "id": 624962,
            "name": "Empo TV - del 102",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624962/theora/6373_9c12664ed8f6467181592c02b4fc675a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624962/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624962/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624962/broadcast/6373_ab8041d3fec14ad7947916622fe0a16d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624962/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": false
            },
            "duration": "00:14:58.760000",
            "durationSec": 898.76,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-08-25T15:14:00.187000Z",
            "updatedTime": "2020-08-30T19:44:58.078319Z",
            "uploadedTime": "2012-08-25T15:14:00.187000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624962/theora/6373_9c12664ed8f6467181592c02b4fc675a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624962/large_thumb/large.jpg"
        }
    ]
}