List of videos

Query parameters

q - Free search query.

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

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

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

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

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

name - the exact name/title of the video

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

organization - Frikanalen ID of organization behind video

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

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

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

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

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

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

{
    "count": 3370,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3300&ordering=-publish_on_web&page=3",
    "results": [
        {
            "id": 624808,
            "name": "Empo tv - del 84",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624808/theora/6074_939ac22ddd7b4b23afa8ee1661654320.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624808/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624808/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624808/broadcast/6074_f08d36f7a06841bba98d55e6fafc5276.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624808/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:38.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-03-06T08:05:53.350000Z",
            "updatedTime": "2020-08-30T19:50:04.318077Z",
            "uploadedTime": "2012-03-06T08:05:53.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624808/theora/6074_939ac22ddd7b4b23afa8ee1661654320.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624808/large_thumb/large.jpg"
        },
        {
            "id": 625528,
            "name": "Empo TV - 16.04.14",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625528/theora/Empo-160414.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625528/broadcast/Empo-160414.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625528/small_thumb/Empo-160414.jpg",
                "original": "https://upload.frikanalen.no/media/625528/original/Empo-160414.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625528/large_thumb/Empo-160414.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 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:59.680000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2016-04-15T08:33:23Z",
            "updatedTime": "2020-08-30T20:15:45.636572Z",
            "uploadedTime": "2016-04-15T08:33:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625528/theora/Empo-160414.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625528/large_thumb/Empo-160414.jpg"
        },
        {
            "id": 624969,
            "name": "Empo TV - del 104",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624969/theora/6375_48602c2080be41e3ae6d88c4d609d4d6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624969/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624969/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624969/broadcast/6375_9459a975d9ee4542a8688cfed6bd8a1b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624969/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:19.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-08-25T15:36:10.840000Z",
            "updatedTime": "2020-08-30T19:44:15.710428Z",
            "uploadedTime": "2012-08-25T15:36:10.840000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624969/theora/6375_48602c2080be41e3ae6d88c4d609d4d6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624969/large_thumb/large.jpg"
        },
        {
            "id": 627624,
            "name": "Stopp NATO 5. november 2022, del 2",
            "header": "Del to - foredrag av Viktor Blichfeldt",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627624/theora/Stopp-NATO-Victor.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627624/broadcast/Stopp-NATO-Victor.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627624/large_thumb/Stopp-NATO-Victor.jpg",
                "original": "https://upload.frikanalen.no/media/627624/original/Stopp-NATO-Victor.mp4"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 908 24 189",
                "fkmember": true
            },
            "duration": "00:20:52.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-11-10T10:42:14.599671Z",
            "updatedTime": "2022-11-20T10:12:04.339049Z",
            "uploadedTime": "2022-11-10T10:47:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627624/theora/Stopp-NATO-Victor.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627624/large_thumb/Stopp-NATO-Victor.jpg"
        },
        {
            "id": 626180,
            "name": "Viktig Info - Overgang til ny plattform",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626180/theora/Viktig_Info.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626180/broadcast/Viktig_Info.dv",
                "original": "https://upload.frikanalen.no/media/626180/original/Viktig_Info.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626180/large_thumb/Viktig_Info.jpg"
            },
            "creator": "erikvol@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:01:04.800000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2019-06-14T12:30:28.167612Z",
            "updatedTime": "2020-08-31T18:52:48.479142Z",
            "uploadedTime": "2019-06-14T12:33:02.844923Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626180/theora/Viktig_Info.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626180/large_thumb/Viktig_Info.jpg"
        },
        {
            "id": 623264,
            "name": "Empo tv - del 08",
            "header": "empo tv (tidligere Tellus tv) er norges første tv-kanal hvor mennesker med utviklingshemming er reportere, programledere og teknikkere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623264/theora/3279_0a43ecc3aee44c84a64162f555c207ec.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623264/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623264/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623264/broadcast/3279_0ef3a5690f7b4a17a4e0d357b5e2854a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623264/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:22:47",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.tellustv.no",
            "createdTime": "2009-08-24T11:56:37.287000Z",
            "updatedTime": "2020-08-30T20:05:48.096428Z",
            "uploadedTime": "2009-08-24T11:56:37.287000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623264/theora/3279_0a43ecc3aee44c84a64162f555c207ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623264/large_thumb/large.jpg"
        },
        {
            "id": 625495,
            "name": "Random Aussies - Hamilton",
            "header": "Random Aussies - Hamilton\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625495/broadcast/8 - Hamilton.dv",
                "original": "https://upload.frikanalen.no/media/625495/original/8 - Hamilton.mp4",
                "theora": "https://upload.frikanalen.no/media/625495/theora/8 - Hamilton.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625495/small_thumb/8 - Hamilton.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625495/large_thumb/8 - Hamilton.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 918 59 508",
                "fkmember": true
            },
            "duration": "00:25:10",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:02:54.339078Z",
            "uploadedTime": "2016-05-29T22:23:43.774484Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625495/theora/8 - Hamilton.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625495/large_thumb/8 - Hamilton.jpg"
        },
        {
            "id": 623432,
            "name": "Empo tv - del 13",
            "header": "empo tv (tidligere Tellus tv) er norges første tv-kanal hvor mennesker med utviklingshemming er reportere, programledere og teknikkere.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623432/theora/3696_8b51f62ea8b149be96d495e327e993b1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623432/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623432/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623432/broadcast/3696_2f7b314bb1e14910ae6ca1015c473bdc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623432/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:21:28.720000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2009-12-16T09:46:12.823000Z",
            "updatedTime": "2020-08-30T20:05:02.380471Z",
            "uploadedTime": "2009-12-16T09:46:12.823000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623432/theora/3696_8b51f62ea8b149be96d495e327e993b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623432/large_thumb/large.jpg"
        },
        {
            "id": 623459,
            "name": "timetravelling",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623459/theora/4055_bceebba1ba1641e291b222100cb0097b.ogv",
                "original": "https://upload.frikanalen.no/media/623459/original/orig_828502f951e84a329e838a3742932022.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623459/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623459/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623459/broadcast/4055_dc6626cecb804a58814105fbbb3178d1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623459/large_thumb/large.jpg"
            },
            "creator": "hschilde@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:03:30.850000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.frikanalen.no",
            "createdTime": "2010-03-10T15:23:21.913000Z",
            "updatedTime": "2020-09-02T06:28:30.119329Z",
            "uploadedTime": "2010-03-10T15:23:21.913000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623459/theora/4055_bceebba1ba1641e291b222100cb0097b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623459/large_thumb/large.jpg"
        },
        {
            "id": 623458,
            "name": "Shaun Bartlett -Timetravelling",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623458/theora/4053_ebc3e31cfd2848ac85d22b59a8c9a1f0.ogv",
                "original": "https://upload.frikanalen.no/media/623458/original/orig_bf40d18ba8a94708ad99883689d1b4f9.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623458/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623458/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623458/broadcast/4053_39be51a7d05b40b7af1b0bab4815dec2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623458/large_thumb/large.jpg"
            },
            "creator": "hschilde@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:03:30.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.frikanalen.no",
            "createdTime": "2010-03-10T14:09:13Z",
            "updatedTime": "2020-09-02T06:28:44.959030Z",
            "uploadedTime": "2010-03-10T14:09:13Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623458/theora/4053_ebc3e31cfd2848ac85d22b59a8c9a1f0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623458/large_thumb/large.jpg"
        },
        {
            "id": 625253,
            "name": "Empo TV - del 174",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625253/theora/Empo-140327.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625253/small_thumb/Empo-140327.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625253/large_thumb/Empo-140327.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625253/broadcast/Empo-140327.avi"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:25:44.920000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-04-02T23:24:12Z",
            "updatedTime": "2020-08-30T19:30:45.246726Z",
            "uploadedTime": "2014-04-02T23:24:13Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625253/theora/Empo-140327.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625253/large_thumb/Empo-140327.jpg"
        },
        {
            "id": 625082,
            "name": "Empo tv - del 114",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625082/theora/6535_7e3011bd5830474996a715b3aecaff52.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625082/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625082/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625082/broadcast/6535_872b58205bde43cda1ff3169479c2473.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625082/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T10:52:21.703000Z",
            "updatedTime": "2020-08-30T19:41:14.317130Z",
            "uploadedTime": "2012-11-07T10:52:21.703000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625082/theora/6535_7e3011bd5830474996a715b3aecaff52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625082/large_thumb/large.jpg"
        },
        {
            "id": 625075,
            "name": "Empo tv - del 113",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625075/theora/6536_77469d7004cb4820883a978c51d786e6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625075/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625075/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625075/broadcast/6536_ec64ef79c68b4c96947822e0963e1c50.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625075/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T11:17:31.253000Z",
            "updatedTime": "2020-08-30T19:41:40.560266Z",
            "uploadedTime": "2012-11-07T11:17:31.253000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625075/theora/6536_77469d7004cb4820883a978c51d786e6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625075/large_thumb/large.jpg"
        },
        {
            "id": 623455,
            "name": "Shaun Bartlett - Silk",
            "header": "Shaun Bartlett Musikkvideo",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623455/theora/4049_63471bf001b147f99fee9f7739e71a52.ogv",
                "original": "https://upload.frikanalen.no/media/623455/original/orig_8ab7a96987cc48d6819267578dfc6cac.dv",
                "smallThumb": "https://upload.frikanalen.no/media/623455/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623455/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623455/broadcast/4049_09b79adfbe8d4cd58432c9c4d228d7f5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623455/large_thumb/large.jpg"
            },
            "creator": "hschilde@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:03:42.400000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.frikanalen.no",
            "createdTime": "2010-03-10T13:29:10Z",
            "updatedTime": "2020-09-02T06:28:54.859462Z",
            "uploadedTime": "2010-03-10T13:29:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623455/theora/4049_63471bf001b147f99fee9f7739e71a52.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623455/large_thumb/large.jpg"
        },
        {
            "id": 625494,
            "name": "Random Aussies - Mooloolaba",
            "header": "Random Aussies - Mooloolaba\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625494/original/7 - Mooloolaba.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625494/broadcast/7 - Mooloolaba.dv",
                "theora": "https://upload.frikanalen.no/media/625494/theora/7 - Mooloolaba.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625494/small_thumb/7 - Mooloolaba.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625494/large_thumb/7 - Mooloolaba.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 918 59 508",
                "fkmember": true
            },
            "duration": "00:24:21",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:03:10.979454Z",
            "uploadedTime": "2016-05-29T22:23:57.307940Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625494/theora/7 - Mooloolaba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625494/large_thumb/7 - Mooloolaba.jpg"
        },
        {
            "id": 624564,
            "name": "Empo tv - del 56",
            "header": "Empotv er et talerør for mennesker med utviklingshemming. Nye sendinger hver uke.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624564/theora/5684_fb608afc16924f5093d43a42af5847ac.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624564/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624564/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624564/broadcast/5684_f7f415b6ac3447d08c9627d4d747e842.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624564/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2011-07-08T08:28:21.277000Z",
            "updatedTime": "2020-08-30T19:54:48.051557Z",
            "uploadedTime": "2011-07-08T08:28:21.277000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624564/theora/5684_fb608afc16924f5093d43a42af5847ac.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624564/large_thumb/large.jpg"
        },
        {
            "id": 625493,
            "name": "Random Aussies - Bundaberg",
            "header": "Random Aussies - Bundaberg\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625493/original/6- Bundaberg.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625493/broadcast/6- Bundaberg.dv",
                "theora": "https://upload.frikanalen.no/media/625493/theora/6- Bundaberg.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625493/large_thumb/6- Bundaberg.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625493/small_thumb/6- Bundaberg.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 918 59 508",
                "fkmember": true
            },
            "duration": "00:25:04",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:03:26.757420Z",
            "uploadedTime": "2016-05-29T22:24:04.641387Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625493/theora/6- Bundaberg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625493/large_thumb/6- Bundaberg.jpg"
        },
        {
            "id": 625492,
            "name": "Random Aussies - Stanthorpe",
            "header": "Random Aussies - Stanthorpe\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625492/broadcast/5 - Stanthorpe.dv",
                "original": "https://upload.frikanalen.no/media/625492/original/5 - Stanthorpe.mp4",
                "theora": "https://upload.frikanalen.no/media/625492/theora/5 - Stanthorpe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625492/small_thumb/5 - Stanthorpe.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625492/large_thumb/5 - Stanthorpe.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 918 59 508",
                "fkmember": true
            },
            "duration": "00:25:08",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:03:39.262059Z",
            "uploadedTime": "2016-05-29T22:24:07.111088Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625492/theora/5 - Stanthorpe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625492/large_thumb/5 - Stanthorpe.jpg"
        },
        {
            "id": 626545,
            "name": "Trond Alis kvarter: Om Maher Alkhras",
            "header": "Trond Ali om Maher Alkhras",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626545/theora/Trond Alis om Maher Alkhras.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626545/broadcast/Trond Alis om Maher Alkhras.dv",
                "original": "https://upload.frikanalen.no/media/626545/original/Trond Alis om Maher Alkhras.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626545/large_thumb/Trond Alis om Maher Alkhras.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 406 16 181",
                "fkmember": true
            },
            "duration": "00:29:01.560000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-10-21T23:22:14.000454Z",
            "updatedTime": "2021-03-31T19:11:22.778160Z",
            "uploadedTime": "2020-10-21T23:31:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626545/theora/Trond Alis om Maher Alkhras.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626545/large_thumb/Trond Alis om Maher Alkhras.jpg"
        },
        {
            "id": 627625,
            "name": "Stopp NATO 5. november 2022, del 3",
            "header": "Del tre - foredrag med Geir Hem",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627625/theora/Stopp-NATO-Geir_Hem.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627625/broadcast/Stopp-NATO-Geir_Hem.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627625/large_thumb/Stopp-NATO-Geir_Hem.jpg",
                "original": "https://upload.frikanalen.no/media/627625/original/Stopp-NATO-Geir_Hem.mp4"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 908 24 189",
                "fkmember": true
            },
            "duration": "00:26:49.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2022-11-10T11:11:46.694668Z",
            "updatedTime": "2022-11-20T10:11:45.446952Z",
            "uploadedTime": "2022-11-10T11:18:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627625/theora/Stopp-NATO-Geir_Hem.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627625/large_thumb/Stopp-NATO-Geir_Hem.jpg"
        }
    ]
}