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

{
    "count": 3563,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3500&ordering=header&page=72",
    "results": [
        {
            "id": 622115,
            "name": "Menneskesønnen del 11A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622115/theora/1544_584e8de0a59e4332b3e9d68ca6f32588.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622115/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622115/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622115/broadcast/orig_Menneskesønnen del 11A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622115/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:44:00Z",
            "updatedTime": "2018-11-10T18:29:31.190046Z",
            "uploadedTime": "2009-01-02T01:44:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622115/theora/1544_584e8de0a59e4332b3e9d68ca6f32588.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622115/large_thumb/large.jpg"
        },
        {
            "id": 622114,
            "name": "Menneskesønnen del 09A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622114/theora/1543_708702c8b92e4109839b94a801bdc6a1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622114/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622114/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622114/broadcast/orig_Menneskesønnen del 9A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622114/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:43:00Z",
            "updatedTime": "2018-11-10T18:29:31.191699Z",
            "uploadedTime": "2009-01-02T01:43:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622114/theora/1543_708702c8b92e4109839b94a801bdc6a1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622114/large_thumb/large.jpg"
        },
        {
            "id": 622113,
            "name": "Menneskesønnen del 10A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622113/theora/1542_62ec96b210f549d5b13c2eec5e159c0d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622113/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622113/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622113/broadcast/orig_Menneskesønnen del 10A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622113/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:42:00Z",
            "updatedTime": "2018-11-10T18:29:31.193165Z",
            "uploadedTime": "2009-01-02T01:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622113/theora/1542_62ec96b210f549d5b13c2eec5e159c0d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622113/large_thumb/large.jpg"
        },
        {
            "id": 622112,
            "name": "Menneskesønnen del 08A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622112/theora/1541_e38f7017063847788ee0cafcf84acaf8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622112/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622112/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622112/broadcast/orig_Menneskesønnen del 8A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622112/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:41:00Z",
            "updatedTime": "2018-11-10T18:29:31.194869Z",
            "uploadedTime": "2009-01-02T01:41:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622112/theora/1541_e38f7017063847788ee0cafcf84acaf8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622112/large_thumb/large.jpg"
        },
        {
            "id": 622111,
            "name": "Menneskesønnen del 07A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622111/theora/1540_f44af467b8a34428be4adea2419d1519.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622111/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622111/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622111/broadcast/orig_Menneskesønnen del 7A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622111/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:40:00Z",
            "updatedTime": "2018-11-10T18:29:31.196806Z",
            "uploadedTime": "2009-01-02T01:40:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622111/theora/1540_f44af467b8a34428be4adea2419d1519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622111/large_thumb/large.jpg"
        },
        {
            "id": 622110,
            "name": "Menneskesønnen del 06A",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622110/theora/1539_39d13312b49a492f8381d52c5c2a6f34.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622110/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622110/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622110/broadcast/orig_Menneskesønnen del 6A.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622110/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:39:00Z",
            "updatedTime": "2018-11-10T18:29:31.198611Z",
            "uploadedTime": "2009-01-02T01:39:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622110/theora/1539_39d13312b49a492f8381d52c5c2a6f34.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622110/large_thumb/large.jpg"
        },
        {
            "id": 622109,
            "name": "Hope Channel logo 2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622109/theora/1538_8a79721afd9446c98861cef7a084cf45.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622109/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622109/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622109/broadcast/orig_Hope Channel logo 02.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622109/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:10.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:38:00Z",
            "updatedTime": "2018-11-10T18:29:31.200383Z",
            "uploadedTime": "2009-01-02T01:38:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622109/theora/1538_8a79721afd9446c98861cef7a084cf45.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622109/large_thumb/large.jpg"
        },
        {
            "id": 622108,
            "name": "Hope Channel logo 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622108/theora/1537_f2c6e94fb71245a58935eb7861fc5b9e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622108/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622108/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622108/broadcast/orig_Hope Channel logo 01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622108/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:04.920000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:37:00Z",
            "updatedTime": "2018-11-10T18:29:31.201935Z",
            "uploadedTime": "2009-01-02T01:37:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622108/theora/1537_f2c6e94fb71245a58935eb7861fc5b9e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622108/large_thumb/large.jpg"
        },
        {
            "id": 622107,
            "name": "Hope Channel sømløs 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622107/theora/1536_5771ab514096438e8f55404387009b22.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622107/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622107/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622107/broadcast/orig_Hope Channel soemloes 01.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622107/large_thumb/large.jpg"
            },
            "creator": "yngvar.borresen@hopechannel.no",
            "organization": {
                "id": 53,
                "name": "Syvendedags Adventistsamfunnet - Den norske union",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1056,
                "editorName": "Yngvar Børresen",
                "editorEmail": "yngvar.borresen@hopechannel.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:29.400000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T01:36:00Z",
            "updatedTime": "2018-11-10T18:29:31.203560Z",
            "uploadedTime": "2009-01-02T01:36:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622107/theora/1536_5771ab514096438e8f55404387009b22.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622107/large_thumb/large.jpg"
        },
        {
            "id": 622106,
            "name": "Akkurat Nå - Episode 07",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622106/theora/1344_ae301ff3722e48faabf0d95078832f24.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622106/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622106/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622106/broadcast/orig_Akkurat Nå - Episode 7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622106/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:50:30.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T22:24:00Z",
            "updatedTime": "2018-11-10T18:29:31.205095Z",
            "uploadedTime": "2009-01-01T22:24:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622106/theora/1344_ae301ff3722e48faabf0d95078832f24.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622106/large_thumb/large.jpg"
        },
        {
            "id": 623673,
            "name": "Den norske kirke i eksil de 56-2",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623673/theora/4401_2b9479696861494db1d16ff21ed00e61.ogv",
                "original": "https://upload.frikanalen.no/media/623673/original/orig_0d576c502ef041a5be1777f01905f4b1.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623673/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623673/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623673/broadcast/4401_e11e6415d28542f49dea97fb25956981.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623673/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:58.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-09T17:41:45.197000Z",
            "updatedTime": "2018-11-10T18:29:29.512897Z",
            "uploadedTime": "2010-06-09T17:41:45.197000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623673/theora/4401_2b9479696861494db1d16ff21ed00e61.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623673/large_thumb/large.jpg"
        },
        {
            "id": 622103,
            "name": "Akkurat Nå - Episode 05",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622103/theora/1302_248fb786461e48f2b6c4a7aa4430afab.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622103/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622103/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622103/broadcast/orig_ESTV - Akkurat Nå - del 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622103/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:48:01.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T21:42:00Z",
            "updatedTime": "2018-11-10T18:29:31.210275Z",
            "uploadedTime": "2009-01-01T21:42:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622103/theora/1302_248fb786461e48f2b6c4a7aa4430afab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622103/large_thumb/large.jpg"
        },
        {
            "id": 623677,
            "name": "Akkurat Nå 13.06.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623677/theora/4158_3d3df30f2a3a47ffb51ddb9809a32665.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623677/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623677/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623677/broadcast/4158_b35b91bea5484fcaabe0b5b6541ddb68.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623677/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:53:51.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T10:56:47.080000Z",
            "updatedTime": "2018-11-10T18:29:29.509712Z",
            "uploadedTime": "2010-03-25T10:56:47.080000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623677/theora/4158_3d3df30f2a3a47ffb51ddb9809a32665.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623677/large_thumb/large.jpg"
        }
    ]
}