{"info":{"_postman_id":"3c3e089b-4443-4324-a49d-b2761947bfff","name":"Kijkwijzer REST API","description":"# Introduction\nThe Kijkwijzer REST API allows you to get all the publically available information on kijkwijzer.nl in JSON format\n\n# Overview\nThe API is written according to the [JSON API Specification](https://jsonapi.org/format)\n\nImportant note: We don't require you to send you the header:\n\n`Content-Type: application/vnd.api+json`.\n\n# Authentication\nAuthentication is based on the IP-adres of the server that interacts with the API. Please contact Kijkwijzer to apply for access.\n\n# Error Codes\n`403` - You don't have access to this resource (most your IP is not not whitelisted)\n\n`404` - Resource is not found or endpoint does not exist\n\n`429` - You've reached the rate limit, please wait until the retention time is passed\n\n`500` - Server error. This means there is something wrong on our end. Let us know when this happens\n\n# Rate limit\nThe current limit is 60 requests per min","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"/ping","id":"0bc6ebd4-d9f2-43da-b8e9-d528dc72eb1c","request":{"method":"GET","header":[],"url":"{{baseUrl}}/ping","description":"The purpose of this call is to see if you have access to the API and if the API is up"},"response":[],"_postman_id":"0bc6ebd4-d9f2-43da-b8e9-d528dc72eb1c"},{"name":"/v1/genres","id":"ee374698-21c3-4272-9ab1-63afa146e1b2","request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/genres","description":"Get all the genres"},"response":[{"id":"ba8f2a7d-b54b-455d-8373-c1ebbd2a2c81","name":"Get all genres","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/genres"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Sun, 12 May 2019 12:31:01 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"drama\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Drama\"\n            }\n        },\n        {\n            \"id\": \"romantiek\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Romantiek\"\n            }\n        },\n        {\n            \"id\": \"humor\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Humor\"\n            }\n        },\n        {\n            \"id\": \"actie\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Actie\"\n            }\n        },\n        {\n            \"id\": \"avontuur\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Avontuur\"\n            }\n        },\n        {\n            \"id\": \"oorlog\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Oorlog\"\n            }\n        },\n        {\n            \"id\": \"western\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Western\"\n            }\n        },\n        {\n            \"id\": \"scifie\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Science fiction\"\n            }\n        },\n        {\n            \"id\": \"thriller\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Thriller\"\n            }\n        },\n        {\n            \"id\": \"misdaad\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Misdaad\"\n            }\n        },\n        {\n            \"id\": \"nieuwsactua\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Nieuws / actualiteiten\"\n            }\n        },\n        {\n            \"id\": \"biografie\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Biografie\"\n            }\n        },\n        {\n            \"id\": \"sport\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Sport\"\n            }\n        },\n        {\n            \"id\": \"muziek\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Muziek\"\n            }\n        },\n        {\n            \"id\": \"kunst\",\n            \"type\": \"genres\",\n            \"attributes\": {\n                \"title\": \"Kunst\"\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n    }\n}"}],"_postman_id":"ee374698-21c3-4272-9ab1-63afa146e1b2"},{"name":"/v1/production_types","id":"43e85b8b-d195-4790-8068-d2526ef71a1b","request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/production_types","description":"Get all the productiont types"},"response":[{"id":"9d05aa6c-a46d-431e-b5cf-55a366d43bee","name":"Get all production types","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/production_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Sun, 12 May 2019 12:31:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"movie\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Speelfilm\"\n            }\n        },\n        {\n            \"id\": \"series\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Serie\"\n            }\n        },\n        {\n            \"id\": \"tv_show\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"TV programma\"\n            }\n        },\n        {\n            \"id\": \"trailer\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Trailer\"\n            }\n        },\n        {\n            \"id\": \"promo\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Promo\"\n            }\n        },\n        {\n            \"id\": \"music_video\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Muziekclip\"\n            }\n        },\n        {\n            \"id\": \"commercial\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Commercial\"\n            }\n        },\n        {\n            \"id\": \"documentary\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Documentaire\"\n            }\n        },\n        {\n            \"id\": \"single_episode\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Losse aflevering\"\n            }\n        },\n        {\n            \"id\": \"teaser\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Teaser\"\n            }\n        },\n        {\n            \"id\": \"recap\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Recap\"\n            }\n        },\n        {\n            \"id\": \"animation\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Animation\"\n            }\n        },\n        {\n            \"id\": \"short-film\",\n            \"type\": \"production_types\",\n            \"attributes\": {\n                \"title\": \"Short film\"\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://kijkwijzer.test/rest/api/v1/production_types\",\n        \"first\": \"https://kijkwijzer.test/rest-api/v1/production_types?page=1\",\n        \"last\": \"https://kijkwijzer.test/rest-api/v1/production_types?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https://kijkwijzer.test/rest-api/v1/production_types\",\n        \"per_page\": 15,\n        \"to\": 13,\n        \"total\": 13\n    }\n}"}],"_postman_id":"43e85b8b-d195-4790-8068-d2526ef71a1b"},{"name":"/v1/production_years","id":"af98bf1d-8e19-448e-8f64-c1aecb87f381","request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/production_years","description":"Get all the production years"},"response":[{"id":"17a3613a-b3ca-4950-843a-8954113cf0a6","name":"/v1/production_years","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/production_years"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Sun, 12 May 2019 08:57:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"production_years\": [\n            1822,\n            1850,\n            1883,\n            1887,\n            1890,\n            1900,\n            1902,\n            1913,\n            1914,\n            1916,\n            1920,\n            1922,\n            1923,\n            1926,\n            1927,\n            1928,\n            1929,\n            1930,\n            1931,\n            1932,\n            1933,\n            1934,\n            1935,\n            1936,\n            1937,\n            1938,\n            1939,\n            1940,\n            1941,\n            1942,\n            1943,\n            1944,\n            1945,\n            1946,\n            1947,\n            1948,\n            1949,\n            1950,\n            1951,\n            1952,\n            1953,\n            1954,\n            1955,\n            1956,\n            1957,\n            1958,\n            1959,\n            1960,\n            1961,\n            1962,\n            1963,\n            1964,\n            1965,\n            1966,\n            1967,\n            1968,\n            1969,\n            1970,\n            1971,\n            1972,\n            1973,\n            1974,\n            1975,\n            1976,\n            1977,\n            1978,\n            1979,\n            1980,\n            1981,\n            1982,\n            1983,\n            1984,\n            1985,\n            1986,\n            1987,\n            1988,\n            1989,\n            1990,\n            1991,\n            1992,\n            1993,\n            1994,\n            1995,\n            1996,\n            1997,\n            1998,\n            1999,\n            2000,\n            2001,\n            2002,\n            2003,\n            2004,\n            2005,\n            2006,\n            2007,\n            2008,\n            2009,\n            2010,\n            2011,\n            2012,\n            2013,\n            2014,\n            2015,\n            2016,\n            2017,\n            2018,\n            2019,\n            2020,\n            2022,\n            2048,\n            2918\n        ]\n    }\n}"}],"_postman_id":"af98bf1d-8e19-448e-8f64-c1aecb87f381"},{"name":"/v1/ages","id":"efab478a-e828-4c4e-864e-43d270e40a50","request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/ages","description":"Get all age classifications"},"response":[{"id":"fc84c154-34f6-468c-a14b-6518411c9b75","name":"/v1/ages","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/ages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Sun, 12 May 2019 08:57:48 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"al\",\n            \"type\": \"ages\",\n            \"attributes\": {\n                \"description\": \"Niet schadelijk/Alle Leeftijden\"\n            }\n        },\n        {\n            \"id\": \"6\",\n            \"type\": \"ages\",\n            \"attributes\": {\n                \"description\": \"Let op met kinderen tot 6 jaar\"\n            }\n        },\n        {\n            \"id\": \"9\",\n            \"type\": \"ages\",\n            \"attributes\": {\n                \"description\": \"Let op met kinderen tot 9 jaar\"\n            }\n        },\n        {\n            \"id\": \"12\",\n            \"type\": \"ages\",\n            \"attributes\": {\n                \"description\": \"Let op met kinderen tot 12 jaar\"\n            }\n        },\n        {\n            \"id\": \"16\",\n            \"type\": \"ages\",\n            \"attributes\": {\n                \"description\": \"Let op met kinderen tot 16 jaar\"\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://kijkwijzer.test/rest/api/v1/ages\"\n    }\n}"}],"_postman_id":"efab478a-e828-4c4e-864e-43d270e40a50"},{"name":"/v1/icons","id":"8a540720-ea98-47d9-8bf1-a939184ec683","request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/icons","description":"Get all icon classifications"},"response":[{"id":"3adbe098-4301-4660-98e1-a96215b66252","name":"/v1/icons","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/icons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Sun, 12 May 2019 08:58:00 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"violence\",\n            \"type\": \"icon\",\n            \"attributes\": {\n                \"title\": \"Geweld\",\n                \"code\": \"v\"\n            }\n        },\n        {\n            \"id\": \"fear\",\n            \"type\": \"icon\",\n            \"attributes\": {\n                \"title\": \"Angst\",\n                \"code\": \"f\"\n            }\n        },\n        {\n            \"id\": \"sex\",\n            \"type\": \"icon\",\n            \"attributes\": {\n                \"title\": \"Seks\",\n                \"code\": \"s\"\n            }\n        },\n        {\n            \"id\": \"discrimination\",\n            \"type\": \"icon\",\n            \"attributes\": {\n                \"title\": \"Discriminatie\",\n                \"code\": \"d\"\n            }\n        },\n        {\n            \"id\": \"drugs\",\n            \"type\": \"icon\",\n            \"attributes\": {\n                \"title\": \"Drug- en/of alcoholmisbruik\",\n                \"code\": \"h\"\n            }\n        },\n        {\n            \"id\": \"language\",\n            \"type\": \"icon\",\n            \"attributes\": {\n                \"title\": \"Grof taalgebruik\",\n                \"code\": \"l\"\n            }\n        },\n        {\n            \"id\": \"\",\n            \"type\": \"icon\",\n            \"attributes\": {\n                \"title\": \"\",\n                \"code\": \"\"\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://kijkwijzer.test/rest-api/v1/icons\"\n    }\n}"}],"_postman_id":"8a540720-ea98-47d9-8bf1-a939184ec683"},{"name":"/v1/production/{{productionId}}","id":"2c016210-3db9-4d6c-917d-b38c75e913a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1/production/:productionId","host":["{{baseUrl}}"],"path":["v1","production",":productionId"],"variable":[{"key":"productionId","value":"{{productionId}}"}]},"description":"Get the production details"},"response":[{"id":"7d2f7c99-5a4f-4623-a30c-f1dded085f38","name":"Series example","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/production/{{productionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Wed, 08 May 2019 14:41:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 83333,\n        \"type\": \"productions\",\n        \"attributes\": {\n            \"title\": \"Happily Never After seizoen 3\",\n            \"sub_title\": \"\",\n            \"director\": \"Ward N. Norton\",\n            \"producer\": \"\",\n            \"length_original\": null,\n            \"length_edited\": null,\n            \"season\": null,\n            \"production_year\": \"2014\",\n            \"nfc_number\": null,\n            \"isan_number\": null,\n            \"release_date\": null,\n            \"rightful_owner\": \"\",\n            \"organization\": \"RTL Nederland S.A.\",\n            \"artist\": null,\n            \"created_at\": \"2015-06-04 17:11:21\",\n            \"updated_at\": \"2015-06-04 17:11:37\"\n        },\n        \"meta\": {\n            \"age\": \"9\",\n            \"icons\": [\n                \"9\",\n                \"F\"\n            ],\n            \"all_icons\": {\n                \"s\": \"al\",\n                \"d\": \"al\",\n                \"h\": \"al\",\n                \"v\": \"6\",\n                \"f\": \"9\"\n            }\n        },\n        \"links\": {\n            \"self\": \"https://kijkwijzer.test/rest-api/v1/production/83333\"\n        },\n        \"relationships\": {\n            \"production_type\": {\n                \"data\": {\n                    \"id\": \"serie\",\n                    \"type\": \"production_types\",\n                    \"attributes\": {\n                        \"title\": \"Serie (ook soap)\"\n                    }\n                }\n            },\n            \"genres\": {\n                \"data\": [\n                    {\n                        \"id\": \"misdaad\",\n                        \"type\": \"genres\",\n                        \"attributes\": {\n                            \"title\": \"Misdaad\"\n                        }\n                    }\n                ],\n                \"links\": {\n                    \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                }\n            }\n        }\n    }\n}"},{"id":"a53f375c-ea54-4be7-bbf3-9b7383f71c59","name":"Not found","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/production/0"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Wed, 08 May 2019 19:11:30 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": \"404\",\n            \"title\": \"production not found\"\n        }\n    ]\n}"},{"id":"ce0d9101-b085-4df0-9b4f-2283c95ac70b","name":"Production example","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1/production/{{productionId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Wed, 08 May 2019 19:14:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 124018,\n        \"type\": \"productions\",\n        \"attributes\": {\n            \"title\": \"Incredibles 2\",\n            \"sub_title\": null,\n            \"director\": \"Brad Bird\",\n            \"producer\": null,\n            \"length_original\": null,\n            \"length_edited\": null,\n            \"season\": null,\n            \"production_year\": \"2018\",\n            \"nfc_number\": null,\n            \"isan_number\": null,\n            \"release_date\": \"2018-06-27\",\n            \"rightful_owner\": null,\n            \"organization\": \"The Walt Disney Company (Benelux) BV \",\n            \"artist\": null,\n            \"created_at\": \"2018-06-07 07:01:46\",\n            \"updated_at\": \"2018-06-07 08:45:54\"\n        },\n        \"meta\": {\n            \"age\": \"6\",\n            \"icons\": [\n                \"6\",\n                \"V\",\n                \"F\"\n            ],\n            \"all_icons\": {\n                \"v\": \"6\",\n                \"f\": \"6\",\n                \"s\": \"al\",\n                \"d\": \"al\",\n                \"h\": \"al\",\n                \"l\": \"al\"\n            }\n        },\n        \"links\": {\n            \"self\": \"https://kijkwijzer.test/rest-api/v1/production/124018\"\n        },\n        \"relationships\": {\n            \"production_type\": {\n                \"data\": {\n                    \"id\": \"movie\",\n                    \"type\": \"production_types\",\n                    \"attributes\": {\n                        \"title\": \"Speelfilm\"\n                    }\n                }\n            },\n            \"genres\": {\n                \"data\": [\n                    {\n                        \"id\": \"Komedie\",\n                        \"type\": \"genres\",\n                        \"attributes\": {\n                            \"title\": \"Komedie\"\n                        }\n                    },\n                    {\n                        \"id\": \"animatie\",\n                        \"type\": \"genres\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    },\n                    {\n                        \"id\": \"actie\",\n                        \"type\": \"genres\",\n                        \"attributes\": {\n                            \"title\": \"Actie\"\n                        }\n                    },\n                    {\n                        \"id\": \"avontuur\",\n                        \"type\": \"genres\",\n                        \"attributes\": {\n                            \"title\": \"Avontuur\"\n                        }\n                    }\n                ],\n                \"links\": {\n                    \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"2c016210-3db9-4d6c-917d-b38c75e913a6"},{"name":"/v1/production/search","id":"fd5fbf26-a32b-4006-912e-aeb1caf029ce","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1/production/search?per_page={{perPage}}&page={{page}}&title={{productionTitle}}&production_year={{productionYear}}&release_date={{releaseDate}}&nfc_number={{nfcNumer}}&isan_number={{isanNumber}}","host":["{{baseUrl}}"],"path":["v1","production","search"],"query":[{"key":"per_page","value":"{{perPage}}","description":"Items per page:\nDefault value: 10 , Max value: 100"},{"key":"page","value":"{{page}}","description":"Current page\n"},{"key":"title","value":"{{productionTitle}}","description":"Title of Production"},{"key":"production_year","value":"{{productionYear}}","description":"Year of production"},{"key":"release_date","value":"{{releaseDate}}","description":"Release date: YYYY-MM-DD"},{"key":"nfc_number","value":"{{nfcNumer}}","description":"NFC number"},{"key":"isan_number","value":"{{isanNumber}}","description":"ISAN number"}]},"description":"Search productions. Currently supported filters:\n- NFC (exact match)\n- ISAN (exact match)\n- release date *warning: this field is not reliable as it's optional to fill in for coders*\n- production_year\n- title (This is not a smart search, it's strict with typos)\n\n*Title search example*\n\nLet's we have a production with the titled \"Rogue One: A Star Wars Story\"\n\nTo find it we can use the following queries for title:\n- Star wars\n- Star wars story\n- Rogue one\n- Rogue one: star wars\n\nThese query will not work\n- Star wars Rogue one *wrong order of words*\n- Rogue one - star wars *wrong puncuation*"},"response":[{"id":"893bf537-78a0-4094-a5bd-d091867ce146","name":"Validation error","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1/production/search","host":["{{baseUrl}}"],"path":["v1","production","search"],"query":[{"key":"title","value":"Star+wars","disabled":true}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Sun, 12 May 2019 08:59:07 GMT"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"title\": [\n            \"The title field is required.\"\n        ]\n    }\n}"},{"id":"8eebb884-6b3a-4c1f-9064-f04ed977d0cb","name":"Basic search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1/production/search?title=Star+wars","host":["{{baseUrl}}"],"path":["v1","production","search"],"query":[{"key":"title","value":"Star+wars"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Sun, 12 May 2019 08:58:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"60"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 134671,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Lego Star Wars: All-Stars (seizoen 1)\",\n                \"sub_title\": null,\n                \"director\": \"Frederik Budolph\",\n                \"producer\": \"LEGO\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"The Walt Disney Company Benelux\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2018-12-28 14:48:10\",\n                \"updated_at\": \"2018-12-28 14:53:56\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"6\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/134671\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animation\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animation\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"animatie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Animatie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 133678,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: Episode VI (Return of the Jedi)(Trailer)\",\n                \"sub_title\": null,\n                \"director\": \"Richard Marquand\",\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"1983\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"The Walt Disney Company Benelux\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-12-11 16:50:46\",\n                \"updated_at\": \"2018-12-11 16:52:54\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/133678\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 133677,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: Episode V (The Empire Strikes Back)(Trailer)\",\n                \"sub_title\": null,\n                \"director\": \"Irvin Kershner\",\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"1980\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"The Walt Disney Company Benelux\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-12-11 16:45:52\",\n                \"updated_at\": \"2018-12-11 16:48:16\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/133677\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 133676,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: Episode IV (A New Hope)(Trailer)\",\n                \"sub_title\": null,\n                \"director\": \"George Lucas\",\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"1977\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"The Walt Disney Company Benelux\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-12-11 16:22:39\",\n                \"updated_at\": \"2018-12-11 16:35:53\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/133676\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 133674,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: Episode II (Attack Of The Clones)(Trailer)\",\n                \"sub_title\": null,\n                \"director\": \"George Lucas\",\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2002\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"The Walt Disney Company Benelux\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-12-11 16:14:57\",\n                \"updated_at\": \"2018-12-11 16:19:28\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/133674\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 133666,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: Episode I (The Phantom Menace) (Trailer)\",\n                \"sub_title\": null,\n                \"director\": \"George Lucas\",\n                \"producer\": \"Rick McCallum (I) / George Lucas\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"1999\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"The Walt Disney Company Benelux\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-12-11 15:56:12\",\n                \"updated_at\": \"2018-12-11 16:00:57\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/133666\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 132342,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Disney As Told By Emoji\",\n                \"sub_title\": null,\n                \"director\": null,\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": null,\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": \"2015-02-27\",\n                \"rightful_owner\": null,\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-11-28 14:00:31\",\n                \"updated_at\": \"2018-12-10 11:58:37\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"6\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/132342\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"series\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Serie\"\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 132330,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars Forces of Destiny (Season 2)\",\n                \"sub_title\": null,\n                \"director\": null,\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": null,\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": \"2018-03-19\",\n                \"rightful_owner\": null,\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-11-28 13:09:13\",\n                \"updated_at\": \"2018-11-28 13:18:45\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/132330\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"series\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Serie\"\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 132315,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars Forces of Destiny (Season 1)\",\n                \"sub_title\": null,\n                \"director\": null,\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": null,\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": \"2017-07-09\",\n                \"rightful_owner\": null,\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-11-28 11:54:58\",\n                \"updated_at\": \"2018-11-28 13:01:44\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/132315\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"series\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Serie\"\n                        }\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 129973,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars Resistance\",\n                \"sub_title\": null,\n                \"director\": \"Justin Ridge\",\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 1,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": null,\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2018-10-11 15:17:47\",\n                \"updated_at\": \"2018-10-11 15:36:31\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"6\",\n                    \"s\": \"al\",\n                    \"l\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/129973\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animation\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animation\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"animatie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Animatie\"\n                            }\n                        },\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 127029,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars Forces of Destiny\",\n                \"sub_title\": \"Star Wars: De Krachten van het Lot\",\n                \"director\": \"Brad Rau\",\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 2,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": null,\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2018-08-13 09:54:01\",\n                \"updated_at\": \"2018-08-13 09:57:07\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"6\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"l\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/127029\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"tv_show\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"TV programma\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 127028,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars Forces of Destiny\",\n                \"sub_title\": \"Star Wars: De Krachten van het Lot\",\n                \"director\": \"Brad Rau\",\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 1,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": null,\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2018-08-13 09:50:55\",\n                \"updated_at\": \"2018-08-13 09:57:27\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"6\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"l\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/127028\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"tv_show\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"TV programma\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 121787,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Solo: A Star Wars Story\",\n                \"sub_title\": \"\",\n                \"director\": \"Ron Howard\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-05-18 10:59:41\",\n                \"updated_at\": \"2018-05-18 10:59:41\"\n            },\n            \"meta\": {\n                \"age\": \"12\",\n                \"icons\": [\n                    \"12\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"f\": \"12\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"v\": \"12\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/121787\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"speelfilm\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Speelfilm\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 121238,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Freemaker Adventures\",\n                \"sub_title\": \"De Avonturen van de Bouwmeesters\",\n                \"director\": \"Bill Motz, Bob Roth\",\n                \"producer\": \"Wil Film, LEGO Group, Lucasfilm, Disney XD\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 2,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2018-05-01 15:14:34\",\n                \"updated_at\": \"2018-05-01 15:14:34\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"f\": \"6\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"v\": \"al\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/121238\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animatie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"humor\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Humor\"\n                            }\n                        },\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 119577,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"SOLO: A Star Wars Story\",\n                \"sub_title\": \"\\\"60\",\n                \"director\": \"Ron Howard\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-04-09 16:01:29\",\n                \"updated_at\": \"2018-04-09 16:01:29\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"v\": \"6\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/119577\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"commercial\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Commercial\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 119576,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"SOLO: A Star Wars Story\",\n                \"sub_title\": \"30\\\"\",\n                \"director\": \" Ron Howard \",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-04-09 15:58:41\",\n                \"updated_at\": \"2018-04-09 15:58:54\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"v\": \"6\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/119576\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"commercial\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Commercial\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 119305,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Clone Wars: Season 6\",\n                \"sub_title\": \"\",\n                \"director\": \"NA\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2014\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Netflix\",\n                \"artist\": null,\n                \"created_at\": \"2018-03-29 03:11:33\",\n                \"updated_at\": \"2018-03-29 03:11:33\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"f\": \"6\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"v\": \"6\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/119305\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"serie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Serie (ook soap)\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        },\n                        {\n                            \"id\": \"animatie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Animatie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 119299,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Clone Wars: Season 5\",\n                \"sub_title\": \"\",\n                \"director\": \"NA\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2012\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Netflix\",\n                \"artist\": null,\n                \"created_at\": \"2018-03-29 02:57:33\",\n                \"updated_at\": \"2018-03-29 02:58:03\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"f\": \"6\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"v\": \"6\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/119299\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"serie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Serie (ook soap)\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        },\n                        {\n                            \"id\": \"animatie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Animatie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 119293,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Clone Wars: Season 3\",\n                \"sub_title\": \"\",\n                \"director\": \"NA\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2010\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Netflix\",\n                \"artist\": null,\n                \"created_at\": \"2018-03-29 02:33:34\",\n                \"updated_at\": \"2018-03-29 02:33:34\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"f\": \"6\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"v\": \"6\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/119293\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"serie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Serie (ook soap)\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        },\n                        {\n                            \"id\": \"animatie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Animatie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 117898,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"SOLO: A Star Wars Story\",\n                \"sub_title\": \"\",\n                \"director\": \" Ron Howard \",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-03-20 10:57:47\",\n                \"updated_at\": \"2018-03-20 10:57:47\"\n            },\n            \"meta\": {\n                \"age\": \"12\",\n                \"icons\": [\n                    \"12\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"v\": \"12\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/117898\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 116347,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"SOLO: A Star Wars Story\",\n                \"sub_title\": \"\",\n                \"director\": \" Ron Howard \",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2018-03-06 14:52:30\",\n                \"updated_at\": \"2018-03-06 14:52:30\"\n            },\n            \"meta\": {\n                \"age\": \"12\",\n                \"icons\": [\n                    \"12\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"12\",\n                    \"f\": \"9\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/116347\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"teaser\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Teaser\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 114927,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Clone Wars: Season 2\",\n                \"sub_title\": \"\",\n                \"director\": \"NA\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2009\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Netflix\",\n                \"artist\": null,\n                \"created_at\": \"2018-01-25 19:46:08\",\n                \"updated_at\": \"2018-01-25 19:46:08\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"6\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/114927\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"serie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Serie (ook soap)\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        },\n                        {\n                            \"id\": \"animatie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Animatie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 114921,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Clone Wars: Season 1\",\n                \"sub_title\": \"\",\n                \"director\": \"NA\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2008\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Netflix\",\n                \"artist\": null,\n                \"created_at\": \"2018-01-25 18:23:23\",\n                \"updated_at\": \"2018-01-25 18:23:23\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"6\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/114921\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"serie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Serie (ook soap)\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        },\n                        {\n                            \"id\": \"animatie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Animatie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 112190,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Last Jedi\",\n                \"sub_title\": \"\",\n                \"director\": \"Rian Johnson\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2017-12-12 10:12:07\",\n                \"updated_at\": \"2017-12-12 10:12:07\"\n            },\n            \"meta\": {\n                \"age\": \"12\",\n                \"icons\": [\n                    \"12\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"12\",\n                    \"f\": \"12\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/112190\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"speelfilm\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Speelfilm\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 111720,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Last Jedi\",\n                \"sub_title\": \"SWTLJ FLIGHT\",\n                \"director\": \"Rian Johnson\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2017-11-27 16:20:50\",\n                \"updated_at\": \"2017-11-27 16:20:50\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/111720\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"commercial\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Commercial\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 111719,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Last Jedi\",\n                \"sub_title\": \"SWTLJ WOW KIDS\",\n                \"director\": \"Rian Johnson\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2017-11-27 16:17:48\",\n                \"updated_at\": \"2017-11-27 16:19:00\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/111719\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"commercial\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Commercial\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 111326,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars Rebels\",\n                \"sub_title\": \"\",\n                \"director\": \"Simon Kinberg\",\n                \"producer\": \"Lucasfilm Animation\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 4,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2017-11-16 13:43:59\",\n                \"updated_at\": \"2017-11-16 13:43:59\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"6\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/111326\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animatie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        },\n                        {\n                            \"id\": \"misdaad\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Misdaad\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 109352,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"The Toys That Made Us \",\n                \"sub_title\": \"\",\n                \"director\": \"Tom Stern\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Netflix\",\n                \"artist\": null,\n                \"created_at\": \"2017-10-13 00:36:52\",\n                \"updated_at\": \"2017-10-13 00:37:33\"\n            },\n            \"meta\": {\n                \"age\": \"9\",\n                \"icons\": [\n                    \"9\",\n                    \"F\",\n                    \"L\"\n                ],\n                \"all_icons\": {\n                    \"l\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"9\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/109352\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"serie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Serie (ook soap)\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"kunst\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Kunst\"\n                            }\n                        },\n                        {\n                            \"id\": \"human interest\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Human interest\"\n                            }\n                        },\n                        {\n                            \"id\": \"Informatief\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Informatief\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 108865,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Force of Destiny - Shorts\",\n                \"sub_title\": \"De Krachten van het Lot\",\n                \"director\": \"Brad Rau\",\n                \"producer\": \"Lucasfilm Animation, Ghostbot\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 1,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2017-09-29 15:55:44\",\n                \"updated_at\": \"2017-09-29 15:55:44\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/108865\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animatie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        },\n                        {\n                            \"id\": \"animatie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Animatie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 103352,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Last Jedi\",\n                \"sub_title\": \"\",\n                \"director\": \" Rian Johnson \",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2017-07-05 12:45:59\",\n                \"updated_at\": \"2017-07-05 12:45:59\"\n            },\n            \"meta\": {\n                \"age\": \"12\",\n                \"icons\": [\n                    \"12\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"12\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/103352\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"teaser\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Teaser\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 102447,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Freemaker Adventures Shorts\",\n                \"sub_title\": \"De Avonturen van de Bouwmeesters\",\n                \"director\": \"Michael Hegner, Jens Møller \",\n                \"producer\": \"Lucasfilm\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 1,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2017-05-30 10:09:30\",\n                \"updated_at\": \"2017-05-30 10:09:30\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/102447\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animatie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"humor\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Humor\"\n                            }\n                        },\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 97337,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Rogue One: A Star Wars Story\",\n                \"sub_title\": \"\",\n                \"director\": \"Gareth Edwards\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2016\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2016-12-12 13:39:10\",\n                \"updated_at\": \"2016-12-12 13:39:10\"\n            },\n            \"meta\": {\n                \"age\": \"12\",\n                \"icons\": [\n                    \"12\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"12\",\n                    \"f\": \"12\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/97337\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"speelfilm\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Speelfilm\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 97041,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Rogue One: A Star Wars Story\",\n                \"sub_title\": \"Call Sign 20\\\" Spot\",\n                \"director\": \"Gareth Edwards\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2016\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2016-11-29 11:52:13\",\n                \"updated_at\": \"2016-11-29 11:52:13\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/97041\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"promo\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Promo\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 97040,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Rogue One: A Star Wars Story\",\n                \"sub_title\": \"Hope 20\\\" Spot\",\n                \"director\": \"Gareth Edwards\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2016\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2016-11-29 11:50:17\",\n                \"updated_at\": \"2016-11-29 11:50:17\"\n            },\n            \"meta\": {\n                \"age\": \"al\",\n                \"icons\": [\n                    \"AL\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"al\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/97040\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"promo\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Promo\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 97037,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Rogue One: A Star Wars Story\",\n                \"sub_title\": \"Breath\",\n                \"director\": \"Gareth Edwards \",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2016\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2016-11-29 08:55:42\",\n                \"updated_at\": \"2016-11-29 08:55:42\"\n            },\n            \"meta\": {\n                \"age\": \"al\",\n                \"icons\": [\n                    \"AL\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"al\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/97037\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"commercial\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Commercial\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 96497,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Rogue One: A Star Wars Story\",\n                \"sub_title\": \"\",\n                \"director\": \"Gareth Edwards\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2016\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"The Walt Disney Company (Benelux) BV \",\n                \"artist\": null,\n                \"created_at\": \"2016-11-09 10:01:46\",\n                \"updated_at\": \"2016-11-09 10:01:46\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/96497\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 94763,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars Rebels\",\n                \"sub_title\": \"\",\n                \"director\": \"Simon Kinberg\",\n                \"producer\": \"Lucasfilm Animation\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 3,\n                \"production_year\": \"2016\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2016-09-07 16:25:47\",\n                \"updated_at\": \"2016-09-07 16:25:47\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"6\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/94763\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animatie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        },\n                        {\n                            \"id\": \"misdaad\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Misdaad\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 93839,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Freemaker Adventures\",\n                \"sub_title\": \"De Avonturen van de Bouwmeesters\",\n                \"director\": \"Bill Motz, Bob Roth\",\n                \"producer\": \"Wil Film, LEGO Group, Lucasfilm, Disney XD\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 1,\n                \"production_year\": \"2016\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2016-08-04 11:29:22\",\n                \"updated_at\": \"2016-09-05 10:09:05\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"al\",\n                    \"f\": \"6\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/93839\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animatie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"humor\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Humor\"\n                            }\n                        },\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 92385,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars Rebels\",\n                \"sub_title\": \"\",\n                \"director\": \"Simon Kinberg, Dave Filoni\",\n                \"producer\": \"Lucasfilm Animation\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 2,\n                \"production_year\": \"2015\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2016-05-31 14:20:05\",\n                \"updated_at\": \"2016-05-31 14:20:05\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"6\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/92385\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animatie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        },\n                        {\n                            \"id\": \"misdaad\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Misdaad\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 92344,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Star Wars: The Resistance Rises 1\",\n                \"sub_title\": \"Poe To The Rescue\",\n                \"director\": \"Bill Motz, Bob Roth\",\n                \"producer\": \"Wil Film, LEGO Group, Lucasfilm, Disney XD\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2015\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Disney Channels Benelux BV\",\n                \"artist\": null,\n                \"created_at\": \"2016-05-30 13:42:53\",\n                \"updated_at\": \"2016-07-25 10:35:10\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"al\",\n                    \"f\": \"6\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/92344\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animatie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"humor\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Humor\"\n                            }\n                        },\n                        {\n                            \"id\": \"actie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Actie\"\n                            }\n                        },\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://kijkwijzer.test/rest-api/v1/production/search?title=Star%20wars\",\n        \"first\": \"https://kijkwijzer.test/rest-api/v1/production/search?title=Star+wars&page=1\",\n        \"last\": \"https://kijkwijzer.test/rest-api/v1/production/search?title=Star+wars&page=3\",\n        \"prev\": null,\n        \"next\": \"https://kijkwijzer.test/rest-api/v1/production/search?title=Star+wars&page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 3,\n        \"path\": \"https://kijkwijzer.test/rest-api/v1/production/search?title=Star+wars\",\n        \"per_page\": 40,\n        \"to\": 40,\n        \"total\": 83\n    }\n}"}],"_postman_id":"fd5fbf26-a32b-4006-912e-aeb1caf029ce"},{"name":"/v1/production/updated","id":"c48f9ba5-b6d5-4a05-9ed4-b93d9d01f4fc","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1/production/updated?start_date={{startDate}}&end_date={{endDate}}&per_page={{perPage}}&page={{page}}&production_types={{productionType}}","host":["{{baseUrl}}"],"path":["v1","production","updated"],"query":[{"key":"start_date","value":"{{startDate}}","description":"Start Range: YYYY-MM-DD HH:II:SS"},{"key":"end_date","value":"{{endDate}}","description":"End Range: YYYY-MM-DD HH:II:SS"},{"key":"per_page","value":"{{perPage}}","description":"Items per page: \nDefault value: 100 , Max value: 100"},{"key":"page","value":"{{page}}","description":"current page"},{"key":"production_types","value":"{{productionType}}","description":"Comma seperated list of production type ids"}]},"description":"Get the updated productions from a date range"},"response":[{"id":"dee53d68-87df-446c-9de4-4c2e6e844a6f","name":"/v1/production/updated","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1/production/updated?start_date=2018-01-01&end_date=2019-01-03&per_page=5","host":["{{baseUrl}}"],"path":["v1","production","updated"],"query":[{"key":"start_date","value":"2018-01-01","description":"Start Range"},{"key":"end_date","value":"2019-01-03","description":"End Range"},{"key":"per_page","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Sun, 12 May 2019 08:59:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 99549,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Pig Goat Banana Cricket\",\n                \"sub_title\": \"\",\n                \"director\": \"Onbekend\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2015\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Viacom International Media Networks Northern Europe\",\n                \"artist\": null,\n                \"created_at\": \"2017-02-20 12:18:42\",\n                \"updated_at\": \"2018-01-02 11:30:28\"\n            },\n            \"meta\": {\n                \"age\": \"al\",\n                \"icons\": [\n                    \"AL\",\n                    \"L\"\n                ],\n                \"all_icons\": {\n                    \"l\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"al\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/99549\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"animatie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Animatie\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"humor\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Humor\"\n                            }\n                        },\n                        {\n                            \"id\": \"amusement\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Amusement\"\n                            }\n                        },\n                        {\n                            \"id\": \"Komedie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Komedie\"\n                            }\n                        },\n                        {\n                            \"id\": \"animatie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Animatie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 112891,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"A Man of Integrity\",\n                \"sub_title\": \"Lerd\",\n                \"director\": \"Mohammad Rasoulof\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": \"20000426\",\n                \"isan_number\": null,\n                \"release_date\": \"2018-05-03\",\n                \"rightful_owner\": \"\",\n                \"organization\": \"Cinéart Nederland B.V.\",\n                \"artist\": null,\n                \"created_at\": \"2018-01-01 18:08:48\",\n                \"updated_at\": \"2018-01-02 12:03:42\"\n            },\n            \"meta\": {\n                \"age\": \"al\",\n                \"icons\": [\n                    \"AL\",\n                    \"L\"\n                ],\n                \"all_icons\": {\n                    \"l\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"al\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/112891\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"speelfilm\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Speelfilm\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"drama\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Drama\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 112892,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Answers with Bayless Conley\",\n                \"sub_title\": \"\",\n                \"director\": \"Various\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 9,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"RTL Nederland S.A.\",\n                \"artist\": null,\n                \"created_at\": \"2018-01-02 12:06:44\",\n                \"updated_at\": \"2018-01-02 12:06:44\"\n            },\n            \"meta\": {\n                \"age\": \"al\",\n                \"icons\": [\n                    \"AL\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"al\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/112892\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"talkshow\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Talkshow\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"religie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Religie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 112893,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Films en Sterren 2018\",\n                \"sub_title\": \"Films en Sterren 2018\",\n                \"director\": \"FCCE\",\n                \"producer\": \"FCCE\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 20,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"RTL Nederland S.A.\",\n                \"artist\": null,\n                \"created_at\": \"2018-01-02 12:08:18\",\n                \"updated_at\": \"2018-01-02 12:08:18\"\n            },\n            \"meta\": {\n                \"age\": \"9\",\n                \"icons\": [\n                    \"9\",\n                    \"F\",\n                    \"L\"\n                ],\n                \"all_icons\": {\n                    \"l\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"9\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/112893\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"rubriek\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Rubriek/magazine\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"achtergrondinfo\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Achtergrondinformatie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 112894,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Modern Family S9\",\n                \"sub_title\": \"\",\n                \"director\": \"Onbekend\",\n                \"producer\": \"Onbekend\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"Viacom International Media Networks Northern Europe\",\n                \"artist\": null,\n                \"created_at\": \"2018-01-02 12:16:04\",\n                \"updated_at\": \"2018-01-02 12:16:04\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\",\n                    \"L\"\n                ],\n                \"all_icons\": {\n                    \"l\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"6\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/112894\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"amusement\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Amusement\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"drama\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Drama\"\n                            }\n                        },\n                        {\n                            \"id\": \"humor\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Humor\"\n                            }\n                        },\n                        {\n                            \"id\": \"amusement\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Amusement\"\n                            }\n                        },\n                        {\n                            \"id\": \"lifestyle\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Lifestyle\"\n                            }\n                        },\n                        {\n                            \"id\": \"familie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Familie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://kijkwijzer.test/rest-api/v1/production/updated?end_date=2019-01-03&per_page=5&start_date=2018-01-01\",\n        \"first\": \"https://kijkwijzer.test/rest-api/v1/production/updated?start_date=2018-01-01&end_date=2019-01-03&per_page=5&page=1\",\n        \"last\": \"https://kijkwijzer.test/rest-api/v1/production/updated?start_date=2018-01-01&end_date=2019-01-03&per_page=5&page=1733\",\n        \"prev\": null,\n        \"next\": \"https://kijkwijzer.test/rest-api/v1/production/updated?start_date=2018-01-01&end_date=2019-01-03&per_page=5&page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1733,\n        \"path\": \"https://kijkwijzer.test/rest-api/v1/production/updated?start_date=2018-01-01&end_date=2019-01-03&per_page=5\",\n        \"per_page\": \"5\",\n        \"to\": 5,\n        \"total\": 8661\n    }\n}"}],"_postman_id":"c48f9ba5-b6d5-4a05-9ed4-b93d9d01f4fc"},{"name":"/v1/production/deleted","id":"37d213f1-6d8f-44bf-9100-d34b385d7173","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1/production/deleted?start_date={{startDate}}&end_date={{endDate}}&per_page={{perPage}}&page={{page}}","host":["{{baseUrl}}"],"path":["v1","production","deleted"],"query":[{"key":"start_date","value":"{{startDate}}","description":"Start Range: YYYY-MM-DD HH:II:SS"},{"key":"end_date","value":"{{endDate}}","description":"End Range: YYYY-MM-DD HH:II:SS"},{"key":"per_page","value":"{{perPage}}","description":"Items per page: \nDefault value: 100 , Max value: 100"},{"key":"page","value":"{{page}}","description":"Current page"}]},"description":"Get the deleted productions from a date range"},"response":[{"id":"c0483a13-3c3c-492d-babb-66bd31076234","name":"Deleted production example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1/production/deleted?start_date=2018-01-02&end_date=2019-01-03&per_page=10","host":["{{baseUrl}}"],"path":["v1","production","deleted"],"query":[{"key":"start_date","value":"2018-01-02","description":"Start Range"},{"key":"end_date","value":"2019-01-03","description":"End Range"},{"key":"per_page","value":"10","description":"items per page"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.1"},{"key":"Date","value":"Sun, 12 May 2019 09:02:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.0.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 57484,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Z test clip \",\n                \"sub_title\": \"\",\n                \"director\": null,\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2012\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": null,\n                \"organization\": \"NICAM (Nederlands Instituut voor de Classificatie)\",\n                \"artist\": \"Ztest\",\n                \"created_at\": \"2012-01-27 11:48:20\",\n                \"updated_at\": \"2018-06-05 15:22:35\"\n            },\n            \"meta\": {\n                \"age\": \"al\",\n                \"icons\": [\n                    \"AL\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"al\",\n                    \"f\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/57484\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"clip\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Clip\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"Dance\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Dance\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 96994,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"ATOMIC BLONDE\",\n                \"sub_title\": null,\n                \"director\": \"David Leitch\",\n                \"producer\": \"Focus Features\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"Universal Pictures\",\n                \"organization\": \"NICAM (Nederlands Instituut voor de Classificatie)\",\n                \"artist\": null,\n                \"created_at\": \"2016-11-25 16:53:47\",\n                \"updated_at\": \"2018-06-06 09:24:11\"\n            },\n            \"meta\": {\n                \"age\": \"16\",\n                \"icons\": [\n                    \"16\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"l\": \"al\",\n                    \"s\": \"12\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"16\",\n                    \"f\": \"12\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/96994\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"movie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Speelfilm\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"thriller\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Thriller\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 109496,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Broad Daylight\",\n                \"sub_title\": \"\",\n                \"director\": null,\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2004\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": null,\n                \"organization\": \"Viacom International Media Networks Northern Europe\",\n                \"artist\": \"Gabriel Rios\",\n                \"created_at\": \"2017-10-18 13:08:33\",\n                \"updated_at\": \"2018-05-31 10:32:32\"\n            },\n            \"meta\": {\n                \"age\": \"12\",\n                \"icons\": [\n                    \"12\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"v\": \"12\",\n                    \"f\": \"9\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/109496\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"clip\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Clip\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"pop\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Pop\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 119732,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Hard Paint\",\n                \"sub_title\": \"Tinta Bruta\",\n                \"director\": \" Filipe Matzembacher\",\n                \"producer\": \"\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": \"\",\n                \"organization\": \"ARTI FILM v.o.f.\",\n                \"artist\": null,\n                \"created_at\": \"2018-04-12 15:38:16\",\n                \"updated_at\": \"2018-06-19 13:33:07\"\n            },\n            \"meta\": {\n                \"age\": \"16\",\n                \"icons\": [\n                    \"16\",\n                    \"V\",\n                    \"S\",\n                    \"L\"\n                ],\n                \"all_icons\": {\n                    \"f\": \"9\",\n                    \"s\": \"16\",\n                    \"d\": \"al\",\n                    \"l\": \"al\",\n                    \"v\": \"16\",\n                    \"h\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/119732\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"speelfilm\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Speelfilm\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"drama\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Drama\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 123902,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"The House With A Clock In Its Walls\",\n                \"sub_title\": null,\n                \"director\": \"Eli Roth\",\n                \"producer\": \"Eric Kripke\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": \"2018-09-27\",\n                \"rightful_owner\": \"Amblin Entertainment\",\n                \"organization\": \"Entertainment One Benelux B.V.\",\n                \"artist\": null,\n                \"created_at\": \"2018-06-05 09:53:43\",\n                \"updated_at\": \"2018-06-05 09:57:34\"\n            },\n            \"meta\": {\n                \"age\": \"9\",\n                \"icons\": [\n                    \"9\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"9\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"l\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/123902\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"avontuur\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Avontuur\"\n                            }\n                        },\n                        {\n                            \"id\": \"familie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Familie\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 123974,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Atomic Blonde\",\n                \"sub_title\": null,\n                \"director\": \"David Leitch\",\n                \"producer\": \"Focus Features\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2017\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": \"2016-11-25\",\n                \"rightful_owner\": \"Universal pictures\",\n                \"organization\": \"NICAM (Nederlands Instituut voor de Classificatie)\",\n                \"artist\": null,\n                \"created_at\": \"2018-06-06 08:25:40\",\n                \"updated_at\": \"2018-06-06 08:42:10\"\n            },\n            \"meta\": {\n                \"age\": \"16\",\n                \"icons\": [\n                    \"16\",\n                    \"V\",\n                    \"L\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"16\",\n                    \"f\": \"12\",\n                    \"s\": \"12\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"l\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/123974\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"movie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Speelfilm\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"thriller\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Thriller\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 123990,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Whitney\",\n                \"sub_title\": null,\n                \"director\": \"Kevin Macdonald\",\n                \"producer\": \"Jonathan Chinn\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": \"43008973\",\n                \"release_date\": \"2018-08-09\",\n                \"rightful_owner\": \"Miramax\",\n                \"organization\": \"Entertainment One Benelux B.V.\",\n                \"artist\": null,\n                \"created_at\": \"2018-06-06 10:08:25\",\n                \"updated_at\": \"2018-06-11 12:03:09\"\n            },\n            \"meta\": {\n                \"age\": \"al\",\n                \"icons\": [\n                    \"AL\",\n                    \"L\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"al\",\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"l\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/123990\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"muziek\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Muziek\"\n                            }\n                        },\n                        {\n                            \"id\": \"biografie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Biografie\"\n                            }\n                        },\n                        {\n                            \"id\": \"pop\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Pop\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 124086,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"detectivemaand\",\n                \"sub_title\": null,\n                \"director\": \"marianne jacobs\",\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": null,\n                \"organization\": \"Nederlandse Publieke Omroep\",\n                \"artist\": null,\n                \"created_at\": \"2018-06-08 07:18:58\",\n                \"updated_at\": \"2018-06-08 07:22:19\"\n            },\n            \"meta\": {\n                \"age\": \"12\",\n                \"icons\": [\n                    \"12\",\n                    \"F\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"12\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"l\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/124086\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"promo\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Promo\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"misdaad\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Misdaad\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 124087,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"detectivemaand 2018\",\n                \"sub_title\": null,\n                \"director\": \"m.jacobs\",\n                \"producer\": null,\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": null,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": null,\n                \"rightful_owner\": null,\n                \"organization\": \"Nederlandse Publieke Omroep\",\n                \"artist\": null,\n                \"created_at\": \"2018-06-08 07:50:03\",\n                \"updated_at\": \"2018-06-08 07:54:38\"\n            },\n            \"meta\": {\n                \"age\": \"6\",\n                \"icons\": [\n                    \"6\",\n                    \"V\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"6\",\n                    \"f\": \"al\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"l\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/124087\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"trailer\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Trailer\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"misdaad\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Misdaad\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 124634,\n            \"type\": \"productions\",\n            \"attributes\": {\n                \"title\": \"Tik Tik Tik\",\n                \"sub_title\": \"Tik Tik Tik\",\n                \"director\": \"Shakti Soundar Rajan\",\n                \"producer\": \"Nemichand Jhabak\",\n                \"length_original\": null,\n                \"length_edited\": null,\n                \"season\": 1,\n                \"production_year\": \"2018\",\n                \"nfc_number\": null,\n                \"isan_number\": null,\n                \"release_date\": \"2018-06-22\",\n                \"rightful_owner\": \"Kollywood Cinema Entertainment\",\n                \"organization\": \"7kcinema\",\n                \"artist\": null,\n                \"created_at\": \"2018-06-21 23:32:16\",\n                \"updated_at\": \"2018-06-21 23:37:47\"\n            },\n            \"meta\": {\n                \"age\": \"12\",\n                \"icons\": [\n                    \"12\",\n                    \"V\",\n                    \"F\",\n                    \"L\"\n                ],\n                \"all_icons\": {\n                    \"v\": \"12\",\n                    \"f\": \"12\",\n                    \"s\": \"al\",\n                    \"d\": \"al\",\n                    \"h\": \"al\",\n                    \"l\": \"al\"\n                }\n            },\n            \"links\": {\n                \"self\": \"https://kijkwijzer.test/rest-api/v1/production/124634\"\n            },\n            \"relationships\": {\n                \"production_type\": {\n                    \"data\": {\n                        \"id\": \"movie\",\n                        \"type\": \"production_types\",\n                        \"attributes\": {\n                            \"title\": \"Speelfilm\"\n                        }\n                    }\n                },\n                \"genres\": {\n                    \"data\": [\n                        {\n                            \"id\": \"scifie\",\n                            \"type\": \"genres\",\n                            \"attributes\": {\n                                \"title\": \"Science fiction\"\n                            }\n                        }\n                    ],\n                    \"links\": {\n                        \"self\": \"https://kijkwijzer.test/rest-api/v1/genres\"\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"self\": \"https://kijkwijzer.test/rest-api/v1/production/deleted?end_date=2019-01-03&per_page=10&start_date=2018-01-02\",\n        \"first\": \"https://kijkwijzer.test/rest-api/v1/production/deleted?start_date=2018-01-02&end_date=2019-01-03&per_page=10&page=1\",\n        \"last\": \"https://kijkwijzer.test/rest-api/v1/production/deleted?start_date=2018-01-02&end_date=2019-01-03&per_page=10&page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"https://kijkwijzer.test/rest-api/v1/production/deleted?start_date=2018-01-02&end_date=2019-01-03&per_page=10\",\n        \"per_page\": \"10\",\n        \"to\": 10,\n        \"total\": 10\n    }\n}"}],"_postman_id":"37d213f1-6d8f-44bf-9100-d34b385d7173"}],"event":[{"listen":"prerequest","script":{"id":"94c963ae-d2d0-4c74-9f01-24ccc9e4fac2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a8a7e98a-67e4-4683-a5dd-fedc4da527ec","type":"text/javascript","exec":[""]}}]}