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": 3546,
    "next": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=3400&ordering=-header",
    "previous": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=3300&ordering=-header",
    "results": [
        {
            "id": 623985,
            "name": "misjon - Intervju med Solonka",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623985/theora/4824_4574435b09a044c6a7d677289c3e2975.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623985/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623985/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623985/broadcast/4824_4574435b09a044c6a7d677289c3e2975.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623985/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",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-11T19:04:49.303000Z",
            "updatedTime": "2023-07-12T22:30:33.389262Z",
            "uploadedTime": "2010-10-11T19:04:49Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623985/theora/4824_4574435b09a044c6a7d677289c3e2975.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623985/large_thumb/large.jpg"
        },
        {
            "id": 624079,
            "name": "DRØM: Jaer Skoles Musikkorps",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624079/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624079/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624079/broadcast/5050_d92613651e89450886f68f1354176973.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624079/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:15:00",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-12-07T11:57:17.233000Z",
            "updatedTime": "2018-11-10T18:29:28.981728Z",
            "uploadedTime": "2010-12-07T11:57:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624079/theora/5050_d92613651e89450886f68f1354176973.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624079/large_thumb/large.jpg"
        },
        {
            "id": 622212,
            "name": "Ekstremsport 2005 rafting2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622212/theora/1752_9fe06846aa634f939403761dec568162.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622212/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622212/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622212/broadcast/orig_Ekstremsportveko 2005 rafting2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622212/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:17.360000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:12:00Z",
            "updatedTime": "2018-11-10T18:29:31.031168Z",
            "uploadedTime": "2009-01-02T05:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622212/theora/1752_9fe06846aa634f939403761dec568162.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622212/large_thumb/large.jpg"
        },
        {
            "id": 622211,
            "name": "Ekstremsport 2005 rafting",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622211/theora/1751_a2b8a58d88424300bd8ba30c561053e1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622211/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622211/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622211/broadcast/orig_Ekstremsportveko 2005 rafting.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622211/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:14.800000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:11:00Z",
            "updatedTime": "2018-11-10T18:29:31.032524Z",
            "uploadedTime": "2009-01-02T05:11:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622211/theora/1751_a2b8a58d88424300bd8ba30c561053e1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622211/large_thumb/large.jpg"
        },
        {
            "id": 622208,
            "name": "Ekstremsport 2005 klatring",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622208/theora/1744_8984b03d0f9a4080b6f91640509f1e73.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622208/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622208/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622208/broadcast/orig_Ekstremsportveko 2005 klatring.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622208/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:05.960000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:04:00Z",
            "updatedTime": "2018-11-10T18:29:31.036562Z",
            "uploadedTime": "2009-01-02T05:04:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622208/theora/1744_8984b03d0f9a4080b6f91640509f1e73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622208/large_thumb/large.jpg"
        },
        {
            "id": 628044,
            "name": "Diesen i samtale med MK Bhadrakumar",
            "header": "",
            "description": "Glenn Diesen, Alexander Mercouris & MK Bhadrakumar: Can India Become a Global Powerhouse",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628044/theora/Diesen_Bhadrakumar.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628044/broadcast/Diesen_Bhadrakumar.dv",
                "original": "https://upload.frikanalen.no/media/628044/original/Diesen_Bhadrakumar.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628044/large_thumb/Diesen_Bhadrakumar.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:56:50.520000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-03-16T12:44:55.354512Z",
            "updatedTime": "2025-04-30T12:08:58.244935Z",
            "uploadedTime": "2025-03-16T12:57:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628044/theora/Diesen_Bhadrakumar.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628044/large_thumb/Diesen_Bhadrakumar.jpg"
        },
        {
            "id": 626296,
            "name": "Shofar 23 Basunhøytiden.mp4",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626296/theora/Shofar 23 Basunhøytiden.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626296/broadcast/Shofar 23 Basunhøytiden.dv",
                "original": "https://upload.frikanalen.no/media/626296/original/Shofar 23 Basunhøytiden.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626296/large_thumb/Shofar 23 Basunhøytiden.jpg"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:22:20.520000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-01T09:49:40.528803Z",
            "updatedTime": "2020-02-01T11:55:30.558327Z",
            "uploadedTime": "2020-02-01T10:04:24.076066Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626296/theora/Shofar 23 Basunhøytiden.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626296/large_thumb/Shofar 23 Basunhøytiden.jpg"
        },
        {
            "id": 625236,
            "name": "Empo TV - del 166",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625236/theora/Empo-140130.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625236/small_thumb/Empo-140130.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625236/large_thumb/Empo-140130.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625236/broadcast/Empo-140130.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-01-30T09:10:42Z",
            "updatedTime": "2020-08-30T19:29:50.049758Z",
            "uploadedTime": "2014-01-30T09:10:43Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625236/theora/Empo-140130.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625236/large_thumb/Empo-140130.jpg"
        },
        {
            "id": 622223,
            "name": "Ekstremsport 2005 base5",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622223/theora/1933_ed3742bb3d8b4fccbe7f3db5507e4465.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622223/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622223/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622223/broadcast/orig_Ekstremsportveko 2005 base5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622223/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:06:29.290000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T08:13:00Z",
            "updatedTime": "2018-11-10T18:29:31.016186Z",
            "uploadedTime": "2009-01-02T08:13:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622223/theora/1933_ed3742bb3d8b4fccbe7f3db5507e4465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622223/large_thumb/large.jpg"
        },
        {
            "id": 622222,
            "name": "Ekstremsport 2005 base4",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622222/theora/1932_63bfa48ed962474a8ef505c4a9950851.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622222/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622222/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622222/broadcast/orig_Ekstremsportveko 2005 base4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622222/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:31.350000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T08:12:00Z",
            "updatedTime": "2018-11-10T18:29:31.017556Z",
            "uploadedTime": "2009-01-02T08:12:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622222/theora/1932_63bfa48ed962474a8ef505c4a9950851.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622222/large_thumb/large.jpg"
        },
        {
            "id": 622221,
            "name": "Ekstremsport 2005 base3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622221/theora/1931_ef6f29254d064b47a623b2f78718d76f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622221/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622221/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622221/broadcast/orig_Ekstremsportveko 2005 base3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622221/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:06:14.270000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T08:11:00Z",
            "updatedTime": "2018-11-10T18:29:31.018920Z",
            "uploadedTime": "2009-01-02T08:11:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622221/theora/1931_ef6f29254d064b47a623b2f78718d76f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622221/large_thumb/large.jpg"
        },
        {
            "id": 622226,
            "name": "Medieinsp. - Åpning",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622226/theora/2050_9b3ad3db0c6f4ba286e3681d0213ea25.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622226/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622226/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622226/broadcast/orig_medieinspektørene del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622226/large_thumb/large.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:38.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T10:10:00Z",
            "updatedTime": "2023-07-17T22:07:54.342777Z",
            "uploadedTime": "2009-01-02T10:10:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622226/theora/2050_9b3ad3db0c6f4ba286e3681d0213ea25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622226/large_thumb/large.jpg"
        },
        {
            "id": 622219,
            "name": "Ekstremsport 2005 sykkel",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622219/theora/1761_dc2efa86f5594378933f4cace9ad8b2b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622219/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622219/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622219/broadcast/orig_Ekstremsportveko 2005 sykkel.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622219/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:07:45.840000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:21:00Z",
            "updatedTime": "2018-11-10T18:29:31.021642Z",
            "uploadedTime": "2009-01-02T05:21:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622219/theora/1761_dc2efa86f5594378933f4cace9ad8b2b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622219/large_thumb/large.jpg"
        },
        {
            "id": 622218,
            "name": "Ekstremsport 2005 sykkel2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622218/theora/1760_e49d619e32c245c5bfcfce34e552d136.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622218/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622218/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622218/broadcast/orig_Ekstremsportveko 2005 sykkel2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622218/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:21.640000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:20:00Z",
            "updatedTime": "2018-11-10T18:29:31.022987Z",
            "uploadedTime": "2009-01-02T05:20:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622218/theora/1760_e49d619e32c245c5bfcfce34e552d136.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622218/large_thumb/large.jpg"
        },
        {
            "id": 622217,
            "name": "Ekstremsport 2005 skydiving5",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622217/theora/1759_0136bf4c938e4796ac5355823de28c3b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622217/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622217/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622217/broadcast/orig_Ekstremsportveko 2005 skydiving5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622217/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:36.920000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:19:00Z",
            "updatedTime": "2018-11-10T18:29:31.024348Z",
            "uploadedTime": "2009-01-02T05:19:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622217/theora/1759_0136bf4c938e4796ac5355823de28c3b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622217/large_thumb/large.jpg"
        },
        {
            "id": 622216,
            "name": "Ekstremsport 2005 skydiving4",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622216/theora/1758_0c7ee7e3bcb342b88a6fc5a36a94eb1d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622216/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622216/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622216/broadcast/orig_Ekstremsportveko 2005 skydiving4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622216/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:03.960000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:18:00Z",
            "updatedTime": "2018-11-10T18:29:31.025684Z",
            "uploadedTime": "2009-01-02T05:18:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622216/theora/1758_0c7ee7e3bcb342b88a6fc5a36a94eb1d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622216/large_thumb/large.jpg"
        },
        {
            "id": 622215,
            "name": "Ekstremsport 2005 skydiving3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622215/theora/1757_04b80c0ba905435ead1085e4e29c1400.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622215/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622215/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622215/broadcast/orig_Ekstremsportveko 2005 skydiving3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622215/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:07:14.680000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:17:00Z",
            "updatedTime": "2018-11-10T18:29:31.027057Z",
            "uploadedTime": "2009-01-02T05:17:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622215/theora/1757_04b80c0ba905435ead1085e4e29c1400.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622215/large_thumb/large.jpg"
        },
        {
            "id": 622214,
            "name": "Ekstremsport 2005 skydiving2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622214/theora/1756_e0c0f4784c574c50a536ced645a98719.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622214/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622214/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622214/broadcast/orig_Ekstremsportveko 2005 skydiving2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622214/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:11",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:16:00Z",
            "updatedTime": "2018-11-10T18:29:31.028434Z",
            "uploadedTime": "2009-01-02T05:16:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622214/theora/1756_e0c0f4784c574c50a536ced645a98719.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622214/large_thumb/large.jpg"
        },
        {
            "id": 622213,
            "name": "Ekstremsport 2005 ski2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622213/theora/1754_e5bdf1f80ee9456a849526d0e215d0d3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622213/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622213/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622213/broadcast/orig_Ekstremsportveko 2005 ski2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622213/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:21.840000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:14:00Z",
            "updatedTime": "2018-11-10T18:29:31.029799Z",
            "uploadedTime": "2009-01-02T05:14:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622213/theora/1754_e5bdf1f80ee9456a849526d0e215d0d3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622213/large_thumb/large.jpg"
        },
        {
            "id": 625401,
            "name": "Empo TV - 14.10.23",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625401/theora/Empo-141023.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625401/small_thumb/Empo-141023.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625401/large_thumb/Empo-141023.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625401/broadcast/Empo-141023.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:39:08Z",
            "updatedTime": "2020-08-30T20:19:20.285619Z",
            "uploadedTime": "2015-06-15T08:39:09Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625401/theora/Empo-141023.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625401/large_thumb/Empo-141023.jpg"
        },
        {
            "id": 622230,
            "name": "PROMO Frikanalen",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622230/theora/2056_985f6cf2b7944e4f84d4382bba2ea048.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622230/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622230/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622230/broadcast/orig_PROMO Frikanalen.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622230/large_thumb/large.jpg"
            },
            "creator": "erik@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:25:55.240000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T10:16:00Z",
            "updatedTime": "2018-11-10T18:29:31.006712Z",
            "uploadedTime": "2009-01-02T10:16:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622230/theora/2056_985f6cf2b7944e4f84d4382bba2ea048.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622230/large_thumb/large.jpg"
        },
        {
            "id": 622210,
            "name": "Ekstremsport 2005 paragliding",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622210/theora/1747_7972d710c28a4f0aa257c0154b020511.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622210/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622210/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622210/broadcast/orig_Ekstremsportveko 2005 paragliding.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622210/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:14.840000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:07:00Z",
            "updatedTime": "2018-11-10T18:29:31.033857Z",
            "uploadedTime": "2009-01-02T05:07:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622210/theora/1747_7972d710c28a4f0aa257c0154b020511.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622210/large_thumb/large.jpg"
        },
        {
            "id": 622209,
            "name": "Ekstremsport 2005 longboard2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622209/theora/1746_e366dcff695d442ca4d5f63b6b54e255.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622209/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622209/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622209/broadcast/orig_Ekstremsportveko 2005 longboard2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622209/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:08.160000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:06:00Z",
            "updatedTime": "2018-11-10T18:29:31.035206Z",
            "uploadedTime": "2009-01-02T05:06:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622209/theora/1746_e366dcff695d442ca4d5f63b6b54e255.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622209/large_thumb/large.jpg"
        },
        {
            "id": 622207,
            "name": "Ekstremsport 2005 kayak5",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622207/theora/1743_2afc7d54e8b34c50ba2410d28aecb80f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622207/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622207/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622207/broadcast/orig_Ekstremsportveko 2005 kayak5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622207/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:05:22.600000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:03:00Z",
            "updatedTime": "2018-11-10T18:29:31.037894Z",
            "uploadedTime": "2009-01-02T05:03:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622207/theora/1743_2afc7d54e8b34c50ba2410d28aecb80f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622207/large_thumb/large.jpg"
        },
        {
            "id": 622206,
            "name": "Ekstremsport 2005 kayak3",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622206/theora/1742_33a6c4b4bfef4e3f8187f48691c3ad30.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622206/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622206/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622206/broadcast/orig_Ekstremsportveko 2005 kayak3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622206/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:02.320000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:02:00Z",
            "updatedTime": "2018-11-10T18:29:31.039237Z",
            "uploadedTime": "2009-01-02T05:02:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622206/theora/1742_33a6c4b4bfef4e3f8187f48691c3ad30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622206/large_thumb/large.jpg"
        },
        {
            "id": 622205,
            "name": "Ekstremsport 2005 hangglide2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622205/theora/1741_f601d023340540558a04209e09f66514.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622205/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622205/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622205/broadcast/orig_Ekstremsportveko 2005 hangglide2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622205/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:36.800000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T05:01:00Z",
            "updatedTime": "2018-11-10T18:29:31.041278Z",
            "uploadedTime": "2009-01-02T05:01:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622205/theora/1741_f601d023340540558a04209e09f66514.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622205/large_thumb/large.jpg"
        },
        {
            "id": 622204,
            "name": "Ekstremsport 2005 kayak6",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622204/theora/1739_ae169de3c5f24a22a4b456818c5af394.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622204/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622204/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622204/broadcast/orig_Ekstremsportveko 2005 kayak.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622204/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:57.440000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:59:00Z",
            "updatedTime": "2018-11-10T18:29:31.043984Z",
            "uploadedTime": "2009-01-02T04:59:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622204/theora/1739_ae169de3c5f24a22a4b456818c5af394.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622204/large_thumb/large.jpg"
        },
        {
            "id": 622203,
            "name": "Ekstremsport 2005 hangglide",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622203/theora/1736_7e78218f0e014e58868f6417378243bf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622203/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622203/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622203/broadcast/orig_Ekstremsportveko 2005 hangglide.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622203/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:13.680000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:56:00Z",
            "updatedTime": "2018-11-10T18:29:31.045757Z",
            "uploadedTime": "2009-01-02T04:56:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622203/theora/1736_7e78218f0e014e58868f6417378243bf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622203/large_thumb/large.jpg"
        },
        {
            "id": 622202,
            "name": "Ekstremsport 2005 base2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622202/theora/1734_794f50d9733e4b63bee802ceda631f22.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622202/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622202/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622202/broadcast/orig_Ekstremsportveko 2005 base2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622202/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:44.800000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:54:00Z",
            "updatedTime": "2018-11-10T18:29:31.047193Z",
            "uploadedTime": "2009-01-02T04:54:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622202/theora/1734_794f50d9733e4b63bee802ceda631f22.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622202/large_thumb/large.jpg"
        },
        {
            "id": 622201,
            "name": "Ekstremsport 2005 kayak",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622201/theora/1733_92cc5da4540f4421a2d9211c9c1209b4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622201/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622201/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622201/broadcast/orig_Ekstremsportveko 2005 kayak.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622201/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:57.440000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:53:00Z",
            "updatedTime": "2018-11-10T18:29:31.048594Z",
            "uploadedTime": "2009-01-02T04:53:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622201/theora/1733_92cc5da4540f4421a2d9211c9c1209b4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622201/large_thumb/large.jpg"
        },
        {
            "id": 622198,
            "name": "Ekstremsportveko 2008 del 6",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622198/theora/1728_62297bdbf7674ea68d3986a75bc9b4b8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622198/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622198/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622198/broadcast/orig_Ekstremsportveko 2008 del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622198/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:17:56.640000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:48:00Z",
            "updatedTime": "2018-11-10T18:29:31.052954Z",
            "uploadedTime": "2009-01-02T04:48:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622198/theora/1728_62297bdbf7674ea68d3986a75bc9b4b8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622198/large_thumb/large.jpg"
        },
        {
            "id": 622197,
            "name": "Ekstremsportveko 2008 del 4",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622197/theora/1726_4ec11d8696fb486e983d3df05aae825e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622197/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622197/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622197/broadcast/orig_Ekstremsportveko 2008 del 4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622197/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:18:35.520000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:46:00Z",
            "updatedTime": "2018-11-10T18:29:31.054359Z",
            "uploadedTime": "2009-01-02T04:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622197/theora/1726_4ec11d8696fb486e983d3df05aae825e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622197/large_thumb/large.jpg"
        },
        {
            "id": 622196,
            "name": "Ekstremsportveko 2007 del 1",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622196/theora/1721_59d34c773606422cb77009f0692e1f8d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622196/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622196/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622196/broadcast/orig_Ekstremsportveko 2007 del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622196/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "01:28:35.680000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:41:00Z",
            "updatedTime": "2018-11-10T18:29:31.055761Z",
            "uploadedTime": "2009-01-02T04:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622196/theora/1721_59d34c773606422cb77009f0692e1f8d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622196/large_thumb/large.jpg"
        },
        {
            "id": 622195,
            "name": "Ekstremsportveko 2006 del 6",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622195/theora/1719_1b3316ae0d804e4ca081883fd2a6b406.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622195/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622195/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622195/broadcast/orig_Ekstremsportveko 2006 del 6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622195/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:28.800000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:39:00Z",
            "updatedTime": "2018-11-10T18:29:31.057139Z",
            "uploadedTime": "2009-01-02T04:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622195/theora/1719_1b3316ae0d804e4ca081883fd2a6b406.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622195/large_thumb/large.jpg"
        },
        {
            "id": 622194,
            "name": "Ekstremsportveko 2006 del 5",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622194/theora/1718_392b087e246a4509bacab0391a3d510f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622194/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622194/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622194/broadcast/orig_Ekstremsportveko 2006 del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622194/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:16:04.480000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:38:00Z",
            "updatedTime": "2018-11-10T18:29:31.058552Z",
            "uploadedTime": "2009-01-02T04:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622194/theora/1718_392b087e246a4509bacab0391a3d510f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622194/large_thumb/large.jpg"
        },
        {
            "id": 622193,
            "name": "Ekstremsportveko 2006 del 4",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622193/theora/1717_ae2ef85eea1b4282892e80bef959d602.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622193/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622193/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622193/broadcast/orig_Ekstremsportveko 2006 del 4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622193/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:18:39.240000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:37:00Z",
            "updatedTime": "2018-11-10T18:29:31.059951Z",
            "uploadedTime": "2009-01-02T04:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622193/theora/1717_ae2ef85eea1b4282892e80bef959d602.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622193/large_thumb/large.jpg"
        },
        {
            "id": 622192,
            "name": "Ekstremsportveko 2006 del 2",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622192/theora/1715_a317e5baf536460e9492d67712e2a2ea.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622192/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622192/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622192/broadcast/orig_Ekstremsportveko 2006 del 2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622192/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:18:15.440000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:35:00Z",
            "updatedTime": "2018-11-10T18:29:31.061292Z",
            "uploadedTime": "2009-01-02T04:35:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622192/theora/1715_a317e5baf536460e9492d67712e2a2ea.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622192/large_thumb/large.jpg"
        },
        {
            "id": 622191,
            "name": "Ekstremsportveko 2006 del 1",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622191/theora/1714_52ec3f5651e94ad8a4f631eb9b96131e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622191/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622191/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622191/broadcast/orig_Ekstremsportveko 2006 del 1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622191/large_thumb/large.jpg"
            },
            "creator": "rokne@aagot.no",
            "organization": {
                "id": 125,
                "name": "400meterkunst",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1057,
                "editorName": "Aagot Rokne",
                "editorEmail": "rokne@aagot.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:49.360000",
            "categories": [
                "Idrett"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T04:34:00Z",
            "updatedTime": "2018-11-10T18:29:31.062628Z",
            "uploadedTime": "2009-01-02T04:34:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622191/theora/1714_52ec3f5651e94ad8a4f631eb9b96131e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622191/large_thumb/large.jpg"
        },
        {
            "id": 628090,
            "name": "Diesen og Mearsheimer om Trumps feila fred",
            "header": "",
            "description": "Er krigen i Ukraina nå Trumps krig?  - John Mearsheimer, Alexander Mercouris & Glenn Diesen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628090/theora/Diesen_Mercouris_Mearsheimer.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628090/broadcast/Diesen_Mercouris_Mearsheimer.dv",
                "original": "https://upload.frikanalen.no/media/628090/original/Diesen_Mercouris_Mearsheimer.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628090/large_thumb/Diesen_Mercouris_Mearsheimer.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:59:41.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-05-05T11:18:36.958447Z",
            "updatedTime": "2025-05-22T15:57:04.106778Z",
            "uploadedTime": "2025-05-05T11:23:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628090/theora/Diesen_Mercouris_Mearsheimer.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628090/large_thumb/Diesen_Mercouris_Mearsheimer.jpg"
        },
        {
            "id": 627887,
            "name": "Diesen i samtale med Mearsheimer",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627887/theora/Diesen_Mearsheimer.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627887/broadcast/Diesen_Mearsheimer.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627887/large_thumb/Diesen_Mearsheimer.jpg",
                "original": "https://upload.frikanalen.no/media/627887/original/Diesen_Mearsheimer.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "01:35:36.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-06-17T11:54:49.063837Z",
            "updatedTime": "2024-11-25T07:58:10.650285Z",
            "uploadedTime": "2024-06-17T12:55:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627887/theora/Diesen_Mearsheimer.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627887/large_thumb/Diesen_Mearsheimer.jpg"
        },
        {
            "id": 627909,
            "name": "Dreper for moro skyld",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627909/theora/Dreper for moro skyld..ogv",
                "broadcast": "https://upload.frikanalen.no/media/627909/broadcast/Dreper for moro skyld..dv",
                "original": "https://upload.frikanalen.no/media/627909/original/Dreper for moro skyld..mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627909/large_thumb/Dreper for moro skyld..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:08:41.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T15:44:30.076004Z",
            "updatedTime": "2024-08-30T15:49:18.495040Z",
            "uploadedTime": "2024-08-30T15:45:12.736326Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627909/theora/Dreper for moro skyld..ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627909/large_thumb/Dreper for moro skyld..jpg"
        },
        {
            "id": 624102,
            "name": "Born to play del 4",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624102/theora/5051_f55fc43354a147c29ccc7eebd2e85238.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624102/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624102/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624102/broadcast/5051_8538ef23501543eabd7b3e539a66aceb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624102/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:29:00",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-12-07T11:59:00.687000Z",
            "updatedTime": "2018-11-10T18:29:28.950073Z",
            "uploadedTime": "2010-12-07T11:59:00.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624102/theora/5051_f55fc43354a147c29ccc7eebd2e85238.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624102/large_thumb/large.jpg"
        },
        {
            "id": 625514,
            "name": "Empo TV - 16.03.10",
            "header": "",
            "description": "",
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625514/broadcast/Empo-160310-dv.avi",
                "original": "https://upload.frikanalen.no/media/625514/original/Empo-160310.avi",
                "theora": "https://upload.frikanalen.no/media/625514/theora/Empo-160310.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625514/small_thumb/Empo-160310.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625514/large_thumb/Empo-160310.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:13:16.040000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-03-11T18:19:05Z",
            "updatedTime": "2020-08-30T20:16:13.903754Z",
            "uploadedTime": "2016-03-11T18:19:07Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625514/theora/Empo-160310.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625514/large_thumb/Empo-160310.jpg"
        },
        {
            "id": 624154,
            "name": "Born to play del 3",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624154/theora/5138_0e9fa2d91f584f18b42bdb574c3467ad.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624154/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624154/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624154/broadcast/5138_0e9fa2d91f584f18b42bdb574c3467ad.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624154/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:27:20",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-12-28T14:18:43.373000Z",
            "updatedTime": "2018-11-10T18:29:28.887088Z",
            "uploadedTime": "2010-12-28T14:18:43.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624154/theora/5138_0e9fa2d91f584f18b42bdb574c3467ad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624154/large_thumb/large.jpg"
        },
        {
            "id": 625205,
            "name": "Empo TV - del 147",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625205/theora/Empo-130905.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625205/small_thumb/Empo-130905.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625205/large_thumb/Empo-130905.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625205/broadcast/Empo-130905.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-09-07T08:04:02Z",
            "updatedTime": "2020-08-30T19:34:16.602553Z",
            "uploadedTime": "2013-09-07T08:04:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625205/theora/Empo-130905.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625205/large_thumb/Empo-130905.jpg"
        },
        {
            "id": 623753,
            "name": "Informasjon om Frikanalen",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623753/theora/4513_438f7ddc5ca845d496e3ebc54e4a6eff.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623753/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623753/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623753/broadcast/4513_970ea53b487142bca349ec9455f9b9f8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623753/large_thumb/large.jpg"
            },
            "creator": "erik@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:01:26.240000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-07-22T10:24:15Z",
            "updatedTime": "2019-06-19T11:05:28.218253Z",
            "uploadedTime": "2010-07-22T10:24:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623753/theora/4513_438f7ddc5ca845d496e3ebc54e4a6eff.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623753/large_thumb/large.jpg"
        },
        {
            "id": 625409,
            "name": "Empo TV - 14.11.27",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625409/large_thumb/Empo-141127.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625409/small_thumb/Empo-141127.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625409/broadcast/Empo-141127.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:28:02.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:41:19Z",
            "updatedTime": "2020-08-30T20:18:00.063891Z",
            "uploadedTime": "2015-06-15T08:41:26Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625409/large_thumb/Empo-141127.jpg"
        },
        {
            "id": 625410,
            "name": "Empo TV - 15.01.22",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625410/theora/Empo-150122.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625410/large_thumb/Empo-150122.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625410/small_thumb/Empo-150122.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625410/broadcast/Empo-150122.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:13:09.320000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:41:09Z",
            "updatedTime": "2020-08-30T20:17:44.851619Z",
            "uploadedTime": "2015-06-15T08:41:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625410/theora/Empo-150122.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625410/large_thumb/Empo-150122.jpg"
        },
        {
            "id": 625179,
            "name": "Empo TV - del 136",
            "header": "",
            "description": "",
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625179/large_thumb/Empo-130523.jpg",
                "theora": "https://upload.frikanalen.no/media/625179/theora/Empo-130523.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625179/small_thumb/Empo-130523.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625179/broadcast/Empo-130523.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2013-05-23T11:16:21Z",
            "updatedTime": "2020-08-30T19:35:12.145917Z",
            "uploadedTime": "2013-05-23T11:16:22Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625179/theora/Empo-130523.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625179/large_thumb/Empo-130523.jpg"
        },
        {
            "id": 627968,
            "name": "Gunter Grass om krig i Midtøsten",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627968/theora/2024-11-11 12-59-44.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627968/broadcast/2024-11-11 12-59-44.dv",
                "original": "https://upload.frikanalen.no/media/627968/original/2024-11-11 12-59-44.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627968/large_thumb/2024-11-11 12-59-44.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:12:20.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-11T13:06:50.513215Z",
            "updatedTime": "2024-11-11T13:13:31.769046Z",
            "uploadedTime": "2024-11-11T13:07:51.441481Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627968/theora/2024-11-11 12-59-44.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627968/large_thumb/2024-11-11 12-59-44.jpg"
        }
    ]
}