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=is_filler&page=4
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=is_filler&page=4",
    "results": [
        {
            "id": 623672,
            "name": "Utrop TV - nr 14",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623672/theora/4212_6e354b1143284fca959820262647d66d.ogv",
                "original": "https://upload.frikanalen.no/media/623672/original/orig_c4cd41b351fb4ff19ea252d32a976d9e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623672/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623672/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623672/broadcast/4212_c397515002774e61816e83591bce81be.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623672/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:55.680000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-08T09:58:53.170000Z",
            "updatedTime": "2018-11-10T18:29:29.514239Z",
            "uploadedTime": "2010-04-08T09:58:53.170000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623672/theora/4212_6e354b1143284fca959820262647d66d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623672/large_thumb/large.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": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "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": 627334,
            "name": "Refleksjoner om Ukraina-krigen",
            "header": "",
            "description": "Mariëlle Leraand, Ola Tunander og Lars Borgersrud innleder om krigen i Ukraina",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627334/theora/Ukrainakrigen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627334/broadcast/Ukrainakrigen.dv",
                "original": "https://upload.frikanalen.no/media/627334/original/Ukrainakrigen.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627334/large_thumb/Ukrainakrigen.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 133,
                "name": "Bevegelsen for Sosialisme",
                "homepage": null,
                "description": "",
                "postalAddress": "c/o Fellesdistribusjon SA, postboks 1420 Vika, 0155 OSLO",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 400 41 813",
                "fkmember": true
            },
            "duration": "01:39:13.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2022-05-03T06:03:52.791413Z",
            "updatedTime": "2022-07-27T05:46:19.273264Z",
            "uploadedTime": "2022-05-03T14:36:52Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627334/theora/Ukrainakrigen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627334/large_thumb/Ukrainakrigen.jpg"
        },
        {
            "id": 626638,
            "name": "Trond Alis kvarter XIV",
            "header": "Trond Ali og Hanan snakker om palestinere i israelske fengsler.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626638/theora/Trond Alis kvarter XIV.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626638/broadcast/Trond Alis kvarter XIV.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626638/large_thumb/Trond Alis kvarter XIV.jpg",
                "original": "https://upload.frikanalen.no/media/626638/original/Trond Alis kvarter XIV.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:13:52.640000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-12-07T09:40:32.140767Z",
            "updatedTime": "2020-12-09T23:09:18.135638Z",
            "uploadedTime": "2020-12-07T13:12:47.657708Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626638/theora/Trond Alis kvarter XIV.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626638/large_thumb/Trond Alis kvarter XIV.jpg"
        },
        {
            "id": 627399,
            "name": "Protest28AprilBaseavtaleUSA",
            "header": "Appeller mot baseavtale med USA. Protest foran Stortinget 28. april 2022",
            "description": "Protest i Oslo 28. april mot baseavtale med USA",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627399/theora/2022-04-28-imot-baseavtale.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627399/broadcast/2022-04-28-imot-baseavtale.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627399/large_thumb/2022-04-28-imot-baseavtale.jpg",
                "original": "https://upload.frikanalen.no/media/627399/original/2022-04-28-imot-baseavtale.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:38:25.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2022-05-23T09:01:26.674219Z",
            "updatedTime": "2022-05-23T10:58:59.625186Z",
            "uploadedTime": "2022-05-23T09:36:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627399/theora/2022-04-28-imot-baseavtale.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627399/large_thumb/2022-04-28-imot-baseavtale.jpg"
        },
        {
            "id": 623870,
            "name": "Utrop TV - nr 17",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623870/theora/4368_5c942da199374ce5b5ead05148cf8ebf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623870/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623870/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623870/broadcast/4368_9693dd1885534c37b21524f414b53aa8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623870/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:16:23.520000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-05-26T12:41:02.823000Z",
            "updatedTime": "2018-11-10T18:29:29.264385Z",
            "uploadedTime": "2010-05-26T12:41:02.823000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623870/theora/4368_5c942da199374ce5b5ead05148cf8ebf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623870/large_thumb/large.jpg"
        },
        {
            "id": 626550,
            "name": "Trond Alis kvarter IX",
            "header": "Trond Ali snakker med Hanan Khair Bakir",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626550/theora/TrondAliOgHanan.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626550/broadcast/TrondAliOgHanan.dv",
                "original": "https://upload.frikanalen.no/media/626550/original/TrondAliOgHanan.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626550/large_thumb/TrondAliOgHanan.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:23:55.840000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-10-24T22:53:40.231697Z",
            "updatedTime": "2020-10-25T13:47:35.681358Z",
            "uploadedTime": "2020-10-25T10:53:33.403284Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626550/theora/TrondAliOgHanan.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626550/large_thumb/TrondAliOgHanan.jpg"
        },
        {
            "id": 626546,
            "name": "#Tilhørighet",
            "header": "I sesongens første sending er tema tilhørighet. Vi har besøkt Smiløkka Arena hvor crewet fra podcasten Sm;podden filosoferer over ordet tilhørighet. Birgitte har besøkt rullestoldanseklubben Fristil, og Anders har tatt en prat med Faridah fra Abloom Filmfestival. Gjest i studio med Mattias er kultur- og likestillingsminister Abid Raja. Programledere er Erling Due Bergseth og Mats Sollid\r\n\r\nMusikk: Audioblocks.com",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626546/theora/202210-Tilhørighet-RH.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626546/broadcast/202210-Tilhørighet-RH.dv",
                "original": "https://upload.frikanalen.no/media/626546/original/202210-Tilhørighet-RH.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626546/large_thumb/202210-Tilhørighet-RH.jpg"
            },
            "creator": "rune.hagerup@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:58.440000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-10-22T14:21:54.495178Z",
            "updatedTime": "2020-10-22T14:46:03.462450Z",
            "uploadedTime": "2020-10-22T14:32:09.937719Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626546/theora/202210-Tilhørighet-RH.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626546/large_thumb/202210-Tilhørighet-RH.jpg"
        },
        {
            "id": 624655,
            "name": "Denne Overflod av Dyrebarhet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624655/theora/5856_a7a064324f474c519a166a56b42e3e30.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624655/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624655/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624655/broadcast/5856_a7a064324f474c519a166a56b42e3e30.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624655/large_thumb/large.jpg"
            },
            "creator": "helge2rp@online.no",
            "organization": {
                "id": 62,
                "name": "Forum for fred",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 2003,
                "editorName": "Helge Torp",
                "editorEmail": "helge2rp@online.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:23",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-12-05T19:37:56Z",
            "updatedTime": "2018-11-10T18:29:28.238257Z",
            "uploadedTime": "2011-12-05T19:37:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624655/theora/5856_a7a064324f474c519a166a56b42e3e30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624655/large_thumb/large.jpg"
        },
        {
            "id": 623664,
            "name": "Utrop TV - nr 13",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623664/theora/4211_c981161d7ac44af0b3c12b313d33bcf0.ogv",
                "original": "https://upload.frikanalen.no/media/623664/original/orig_199316200b944e71b21df9859880fd23.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623664/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623664/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623664/broadcast/4211_391f1560b23f44048bd74c287bbfa689.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623664/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-08T09:57:58.010000Z",
            "updatedTime": "2018-11-10T18:29:29.523902Z",
            "uploadedTime": "2010-04-08T09:57:58.010000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623664/theora/4211_c981161d7ac44af0b3c12b313d33bcf0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623664/large_thumb/large.jpg"
        },
        {
            "id": 626551,
            "name": "Norge som krigsnasjon",
            "header": "Terje Alnes snakker om Norge som permanent krigsnasjon (kortversjon)",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626551/theora/NorgePermanentKrigsnasjon.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626551/broadcast/NorgePermanentKrigsnasjon.dv",
                "original": "https://upload.frikanalen.no/media/626551/original/NorgePermanentKrigsnasjon.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626551/large_thumb/NorgePermanentKrigsnasjon.jpg"
            },
            "creator": "skrohn@broadpark.no",
            "organization": {
                "id": 142,
                "name": "Norge ut av NATO",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2232,
                "editorName": "Sonja Krohn",
                "editorEmail": "skrohn@broadpark.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:42:55.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-10-25T22:41:29.625232Z",
            "updatedTime": "2020-10-26T09:54:13.405286Z",
            "uploadedTime": "2020-10-26T06:54:34.160234Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626551/theora/NorgePermanentKrigsnasjon.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626551/large_thumb/NorgePermanentKrigsnasjon.jpg"
        },
        {
            "id": 627090,
            "name": "TAK - Hvem eier verden",
            "header": "Hvem eier verden",
            "description": "Hvem eier verden",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627090/theora/Hvem eier verden.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627090/broadcast/Hvem eier verden.dv",
                "original": "https://upload.frikanalen.no/media/627090/original/Hvem eier verden.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627090/large_thumb/Hvem eier verden.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:30:01.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-12-13T11:22:14.616083Z",
            "updatedTime": "2021-12-17T11:44:43.175571Z",
            "uploadedTime": "2021-12-13T11:40:10Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627090/theora/Hvem eier verden.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627090/large_thumb/Hvem eier verden.jpg"
        },
        {
            "id": 623710,
            "name": "Jonas Gahr Støre",
            "header": "Jusstudentenes menneskerettighetsuke 2010.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623710/theora/4462_46884b64c5334840b8feb2e02a70edb9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623710/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623710/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623710/broadcast/4462_39e41575f43f455492226a69cae0c9d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623710/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:16:30.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.frikanalen.no",
            "createdTime": "2010-06-30T15:19:27.467000Z",
            "updatedTime": "2018-11-10T18:29:29.472572Z",
            "uploadedTime": "2010-06-30T15:19:27.467000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623710/theora/4462_46884b64c5334840b8feb2e02a70edb9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623710/large_thumb/large.jpg"
        },
        {
            "id": 623491,
            "name": "Bazar Påskevandring",
            "header": "Bazar blir med 3- og 4-åringer på en spesiell påskeopplevelse i Hellemyr kirke denne gangen. Det er Solkollen barnehage i Kristiansand som inviterer barnehager til påskevandring i kirken, og nå ønsker de også at barnehager og menigheter i hele landet skal lære å gjøre det samme.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623491/theora/4066_d0d86ca9cf5a4a0b86a241863525b3c4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623491/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623491/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623491/broadcast/4066_7f0ffd79b41242d1b93af057ca4f35b4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623491/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-15T12:49:09.920000Z",
            "updatedTime": "2018-11-10T18:29:29.743844Z",
            "uploadedTime": "2010-03-15T12:49:09.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623491/theora/4066_d0d86ca9cf5a4a0b86a241863525b3c4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623491/large_thumb/large.jpg"
        },
        {
            "id": 627089,
            "name": "TAK - Ilan Pappé",
            "header": "Samtale med Ilan Pappé",
            "description": "Samtale med Ilan Pappé",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627089/theora/TAK - Samtale med Ilan Papp�.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627089/broadcast/TAK - Samtale med Ilan Papp�.dv",
                "original": "https://upload.frikanalen.no/media/627089/original/TAK - Samtale med Ilan Papp�.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627089/large_thumb/TAK - Samtale med Ilan Papp�.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:43:12.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-12-13T08:34:36.696273Z",
            "updatedTime": "2021-12-17T11:45:51.651273Z",
            "uploadedTime": "2021-12-13T08:43:12Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627089/theora/TAK - Samtale med Ilan Papp�.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627089/large_thumb/TAK - Samtale med Ilan Papp�.jpg"
        },
        {
            "id": 625102,
            "name": "AR6383 Arena",
            "header": "Aktualitet program med Bjørn Gjellum.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625102/theora/orig_cfcfe20066494a34a912e798f2b4491f.ogv",
                "original": "https://upload.frikanalen.no/media/625102/original/orig_cfcfe20066494a34a912e798f2b4491f.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625102/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625102/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625102/broadcast/6613_433eb32a1701475d8ada6cbc1e9950b4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625102/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:59",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-12-18T21:49:39.920000Z",
            "updatedTime": "2018-11-10T18:29:27.653349Z",
            "uploadedTime": "2012-12-18T21:49:39.920000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625102/theora/orig_cfcfe20066494a34a912e798f2b4491f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625102/large_thumb/large.jpg"
        },
        {
            "id": 624388,
            "name": "Går i strupen på overtru",
            "header": "Religion, homeopati og overnaturlege evner er rein svindel for å lure pengar av folk. Det meiner James Randi som nyleg besøkte Samfundet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624388/theora/5487_51981530dabc4d1d86f1719dbb1dad7b.ogv",
                "original": "https://upload.frikanalen.no/media/624388/original/orig_f9d4ccc718e249e59123e2ffd187e806.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624388/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624388/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624388/broadcast/5487_9266bf6ba2ad4d35acad7bb00808185c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624388/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:02:56.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-31T15:38:29.657000Z",
            "updatedTime": "2018-11-10T18:29:28.585740Z",
            "uploadedTime": "2011-03-31T15:38:29.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624388/theora/5487_51981530dabc4d1d86f1719dbb1dad7b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624388/large_thumb/large.jpg"
        },
        {
            "id": 624387,
            "name": "Earth Hour",
            "header": "Earth Hour har blitt arrangert for femte året på rad. Vi har tatt pulsen på engasjementet i Trondheim.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624387/theora/5486_9bc64061cda54a2a9591b8e1cfbaa1b9.ogv",
                "original": "https://upload.frikanalen.no/media/624387/original/orig_86cf547252b94989a8ca8f7c0aa086e8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624387/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624387/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624387/broadcast/5486_2c105688a729489993ba9195944b1f66.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624387/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:01.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-31T15:35:18.777000Z",
            "updatedTime": "2018-11-10T18:29:28.587168Z",
            "uploadedTime": "2011-03-31T15:35:18.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624387/theora/5486_9bc64061cda54a2a9591b8e1cfbaa1b9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624387/large_thumb/large.jpg"
        },
        {
            "id": 623488,
            "name": "Utrop TV - flerkulturelt magasin nr 05",
            "header": "Reportasjer og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623488/theora/4011_1c05a8abe28f4524a0b34c2ea5de4406.ogv",
                "original": "https://upload.frikanalen.no/media/623488/original/orig_f38b20e2237e4adb91095643130f955f.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623488/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623488/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623488/broadcast/4011_58e6790f72e24a36b4ea73f22df190ff.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623488/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:16.320000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-08T16:25:53.147000Z",
            "updatedTime": "2018-11-10T18:29:29.747992Z",
            "uploadedTime": "2010-03-08T16:25:53.147000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623488/theora/4011_1c05a8abe28f4524a0b34c2ea5de4406.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623488/large_thumb/large.jpg"
        },
        {
            "id": 623486,
            "name": "Utrop TV - flerkulturelt magasin nr 04",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623486/theora/4012_e40af92a9a5c48af9f7edf3d53b09f97.ogv",
                "original": "https://upload.frikanalen.no/media/623486/original/orig_caa793cfc0414e6b8784e341dce050c8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623486/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623486/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623486/broadcast/4012_e4a104736ce34a60a6e0576bc122d338.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623486/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:07.320000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-08T16:47:27.363000Z",
            "updatedTime": "2018-11-10T18:29:29.749395Z",
            "uploadedTime": "2010-03-08T16:47:27.363000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623486/theora/4012_e40af92a9a5c48af9f7edf3d53b09f97.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623486/large_thumb/large.jpg"
        }
    ]
}