{"info":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","description":"<html><head></head><body><p>You are browsing the official Go Ahead Eagles API. Please reach out to <a href=\"mailto:info@ga-eagles.nl\">info@ga-eagles.nl</a> if you would like to become an integration partner for the platform.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12054819","collectionId":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","publishedId":"T17Q64pj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"2D2B2E","highlight":"B02534"},"publishDate":"2020-10-12T08:34:39.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get token","event":[{"listen":"test","script":{"id":"0e74b10d-7425-43b7-82fb-49fe9712a850","exec":["let response = pm.response.json();","pm.environment.set('token', response.access_token);"],"type":"text/javascript","packages":{}}}],"id":"6240ca9e-63d1-4cd2-828a-83018c8d360f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"openid email profile","type":"text"}]},"url":"https://api.ga-eagles.nl/oauth/token","description":"<p>Request a token to authenticate further requests with the API.</p>\n","urlObject":{"path":["oauth","token"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[]}},"response":[{"id":"c36d6988-ede3-4b56-8f0a-1d6c14a07044","name":"/oauth/token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"},{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"*","type":"text"}]},"url":"https://api.ga-eagles.nl/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 31536000,\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI2IiwianRpIjoiZjI0OTBjYTYyzGRiODQ0M2Q0ZDA4YjBjMDNjYWEyZTcxOWRkMDY0MzU5ZTQ0ZGYwZDdjZWVmYmJmNzBjYzU1YmUxNGEyYTI2ZWM3OTMzOTkiLCJpYXQiOjE1OTQ4OTUxOTYsIm5iZiI6MTU5NDg5NTE5NiwiZXhwIjoxNjI2NDMxMTk2LCJzdWIiOiIiLCJzY29wZXMiOlsiKiJdfQ.L3wKvlssoo2dPsGFFhoYxYYVM8preI3pwAgJxkKNWoFPIdDei784x632z3xUnqvkhDmruGQkIKqC5ECbY72GDUEhLrPBXKDDfMGQZ55MVVbWdFv0J3GRztq-XowWLI_Pkj5IKRS37C6_RBNG0Z9vRczGvPiQgnsWMBGp4SbUdsC2PewsOXyuYqeX4JRfBbAjHLxay_houpLk3xEwnqeOoCf9cAPEdyGWSrzSrivtjh9OkhcHyhXN_tKJ_JQONx6XOyELHwPfa0rSmj_pIm1fJrA-PA_OfFSOIW3pWTiyQamy3gTS1zWEXCTDtNLa69Y0Jx1X5uj0Q_eX9-h8Gy48XTYQpN-iB4JQQjJtJln2huXiiz0mS5rFZLmqWCNYj_231S24URSlzKeN4-pWgpAHWfl4PIkqjY1fyrrQA5eHWb-S6GWJzi_ZtA-FkHRSzZ30gum5LN8ZmfSJz_uFISuUrNlONMKzPd37utIAXn5-EpRafVD4S1bXJAQ2XcwrV42yn2dGEO08ZEF_gXnrtRWrWr7jKeWxaJ1wSe9eZwgyqC7ro3oJ0DHvaMPSVMWP7Q9jGWHxoRdMEfO-40UfmBKdn-HFD7x5tMhMq5J1cKnkvpKNtw1s8jxUAEiOYL9khsUwhY_lNMxlA43rzCleGuHU63mh5vWthhFCDXI_baGK3Hs\"\n}"}],"_postman_id":"6240ca9e-63d1-4cd2-828a-83018c8d360f"}],"id":"631f1c2e-ee9d-4059-9905-96bda7a69678","description":"<p>A token for authentication needs to be requested from the API in order to authenticate further requests. This token is requested with your client ID and client secret (API token), which you received from Go Ahead Eagles.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"88ffcd00-426b-4f26-9944-979377fd7256","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a46adcb6-6317-41d1-9628-b350d3a61bd1","type":"text/javascript","exec":[""]}}],"_postman_id":"631f1c2e-ee9d-4059-9905-96bda7a69678"},{"name":"Club","item":[{"name":"Staff","item":[{"name":"Get staff listing","id":"2f00b5b4-13c9-4cd4-b927-33bd89e7e110","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/club/staff?page=1","description":"<p>Get a listing of staff members.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","staff"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"aaa0bde0-2fe2-41c8-a648-8bd4e8882117","name":"Get staff listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/club/staff?page=1","host":["https://api.ga-eagles.nl"],"path":["v1","club","staff"],"query":[{"key":"page","value":"1","description":"The page number to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 26 Apr 2021 11:05:27 GMT"},{"key":"X-RateLimit-Limit","value":"3100"},{"key":"X-RateLimit-Remaining","value":"3097"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"first_name\": \"Rene\",\n            \"last_name\": \"René Hake\",\n            \"date_of_birth\": \"1971-12-18\",\n            \"function\": \"Hoofdtrainer\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"staff_type\": {\n                \"keyname\": \"head-coach\",\n                \"name\": \"Head coach\"\n            },\n            \"thumb_image\": \"https://app.ga-eagles.nl/storage/20064/conversions/Rene-Hake-02-thumb.jpg\",\n            \"image\": \"https://app.ga-eagles.nl/storage/20064/Rene-Hake-02-thumb.jpg\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://api.ga-eagles.nl/v1/club/staff?page=1\",\n        \"last\": \"https://api.ga-eagles.nl/v1/club/staff?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://api.ga-eagles.nl/v1/club/staff?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://api.ga-eagles.nl/v1/club/staff\",\n        \"per_page\": 15,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"}],"_postman_id":"2f00b5b4-13c9-4cd4-b927-33bd89e7e110"},{"name":"Get staff member","id":"a44a3103-8413-42e4-b9ae-96c31b3d9a44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/club/staff/:id","description":"<p>Get a specific staff member.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","staff",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of staff member</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"33dbb857-bfd9-4385-8a7d-53af247df556","name":"Get staff member","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/club/staff/:id","host":["https://api.ga-eagles.nl"],"path":["v1","club","staff",":id"],"variable":[{"key":"id","value":"1","description":"ID of staff member"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"first_name\": \"Carla\",\n        \"last_name\": \"Whittie\",\n        \"function\": \"Assistent\",\n        \"date_of_birth\": \"1972-07-02\",\n        \"nationality\": {\n            \"iso_2\": \"NL\",\n            \"iso_3\": \"NLD\",\n            \"english\": \"Netherlands\",\n            \"dutch\": \"Nederland\"\n        },\n        \"staff_type\": {\n            \"keyname\": \"technische-staf\",\n            \"name\": \"Technische staf\"\n        },\n        \"thumb_image\": \"https://stg.gae.pinball.devlop.nl/storage/239/conversions/37b67cd2-ea8f-4161-889e-1d754482e885-thumb.jpg\",\n        \"image\": \"https://stg.gae.pinball.devlop.nl/storage/239/37b67cd2-ea8f-4161-889e-1d754482e885.jpg\"\n    }\n}"}],"_postman_id":"a44a3103-8413-42e4-b9ae-96c31b3d9a44"},{"name":"Create staff member","id":"ad3140d7-86fc-43b4-9ebe-9947f3ecccd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"","type":"text","description":"<p>First name</p>\n"},{"key":"last_name","value":"","type":"text","description":"<p>Last name</p>\n"},{"key":"date_of_birth","value":"","type":"text","description":"<p>Date of birth (YYYY-MM-DD)</p>\n"},{"key":"nationality","value":"","type":"text","description":"<p>Country code in ISO-3 (NLD)</p>\n"},{"key":"type","value":"","type":"text","description":"<p>Role of staff member: facility-staff, technical-staff, medical-staff, performance-staff, head-coach, assistent-coaches</p>\n"},{"key":"function","value":"","description":"<p>Function title of staff member</p>\n","type":"text"},{"key":"image","value":"","description":"<p>An image represented in Base64</p>\n","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/club/staff","description":"<p>Create a new club staff member.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","staff"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[]}},"response":[{"id":"806ace97-8811-4ea6-9c9d-59f8af7de028","name":"Create staff","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"René","type":"text","description":"First name"},{"key":"last_name","value":"Hake","type":"text","description":"Last name"},{"key":"date_of_birth","value":"1971-12-18","type":"text","description":"Date of birth (YYYY-MM-DD)"},{"key":"nationality","value":"NLD","type":"text","description":"Country code in ISO-3 (NLD)"},{"key":"type","value":"head-coach","type":"text","description":"Role of staff member: facility-staff, technical-staff, medical-staff, performance-staff, head-coach, assistent-coaches\n"},{"key":"function","value":"Hoofdtrainer","description":"Function title of staff member","type":"text"},{"key":"image","value":"","description":"An image represented in Base64","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/club/staff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Staff member has successfully been created.\"\n}"},{"id":"f704993a-ce5c-4ba2-873b-ecb5b2676798","name":"Create staff member","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"","type":"text","description":"First name"},{"key":"last_name","value":"","type":"text","description":"Last name"},{"key":"date_of_birth","value":"","type":"text","description":"Date of birth (YYYY-MM-DD)"},{"key":"nationality","value":"","type":"text","description":"Country code in ISO-3 (NLD)"},{"key":"type","value":"","type":"text","description":"Role or function"},{"key":"image","value":"","description":"An image represented in Base64","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/club/staff"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ad3140d7-86fc-43b4-9ebe-9947f3ecccd7"},{"name":"Update staff member","id":"a90e1612-dd38-4a01-86e5-60bfbcf28c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>First name</p>\n","key":"first_name","type":"text","value":""},{"description":"<p>Last name</p>\n","key":"last_name","type":"text","value":""},{"description":"<p>Date of birth (YYYY-MM-DD)</p>\n","key":"date_of_birth","type":"text","value":""},{"description":"<p>Country code in ISO-3 (NLD)</p>\n","key":"nationality","type":"text","value":""},{"description":"<p>Role of staff member: facility-staff, technical-staff, medical-staff, performance-staff, head-coach, assistent-coaches</p>\n","key":"type","type":"text","value":""},{"key":"function","value":"","description":"<p>Function title of staff member</p>\n","type":"text"},{"description":"<p>An image represented in Base64</p>\n","key":"image","type":"text","value":""}]},"url":"https://api.ga-eagles.nl/v1/club/staff/:id","description":"<p>Update a specific club staff member.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","staff",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of staff member</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"520fa07a-412b-4577-b47e-0f516c2a750c","name":"Update staff member","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"first_name","value":"Rene","type":"text","description":"First name"},{"key":"last_name","value":"René Hake","type":"text","description":"Last name"},{"key":"date_of_birth","value":"1971-12-17","type":"text","description":"Date of birth (YYYY-MM-DD)"},{"key":"nationality","value":"NLD","type":"text","description":"Country code in ISO-3 (NLD)"},{"key":"type","value":"head-coach","type":"text","description":"Role of staff member: facility-staff, technical-staff, medical-staff, performance-staff, head-coach, assistent-coaches"},{"key":"function","value":"Hoofdtrainer","description":"Function title of staff member","type":"text"},{"key":"image","value":"","description":"An image represented in Base64","type":"text"}]},"url":{"raw":"https://api.ga-eagles.nl/v1/club/staff/:id","host":["https://api.ga-eagles.nl"],"path":["v1","club","staff",":id"],"variable":[{"key":"id","value":"1","description":"ID of staff member"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Staff member has successfully been updated.\",\n    \"item\": {\n        \"id\": 1,\n        \"first_name\": \"Rene\",\n        \"last_name\": \"René Hake\",\n        \"date_of_birth\": \"1971-12-17T23:00:00.000000Z\",\n        \"function\": \"Hoofdtrainer\",\n        \"nationality\": {\n            \"iso_2\": \"NL\",\n            \"iso_3\": \"NLD\",\n            \"english\": \"Netherlands\",\n            \"dutch\": \"Nederland\"\n        },\n        \"staff_type\": {\n            \"keyname\": \"head-coach\",\n            \"name\": \"Head coach\",\n            \"translation_name\": \"Hoofdtrainer\"\n        },\n        \"thumb_image\": \"http://api.ga-eagles.test/images/player-placeholder.png\",\n        \"image\": null\n    }\n}"}],"_postman_id":"a90e1612-dd38-4a01-86e5-60bfbcf28c49"},{"name":"Delete staff member","id":"60f3649a-50aa-4602-a031-5fe46817566b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/club/staff/:id","description":"<p>Delete a specific club staff member.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","staff",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of staff member</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"0f1cc6ba-c4a6-42af-873b-57f486d3c93a","name":"Delete staff","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/club/staff/:id","host":["https://api.ga-eagles.nl"],"path":["v1","club","staff",":id"],"variable":[{"key":"id","value":"15","description":"ID of staff member"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Staff member has successfully been deleted.\"\n}"}],"_postman_id":"60f3649a-50aa-4602-a031-5fe46817566b"}],"id":"5fb737fb-8ec0-4a8f-b7fb-e57926e692ec","description":"<p>Endpoints for listing and managing club staff members.</p>\n","event":[{"listen":"prerequest","script":{"id":"bf8b5cbf-2d16-40b1-bae1-948967322539","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"94711c0d-681f-4d66-86f7-310fa715d369","type":"text/javascript","exec":[""]}}],"_postman_id":"5fb737fb-8ec0-4a8f-b7fb-e57926e692ec","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"Players","item":[{"name":"Get players listing","id":"c085daa4-dae5-41e0-8c6b-9ca580c7541a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/club/players?page=1","description":"<p>Get a listing of players.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","players"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"f2b27628-d37f-426d-a0fb-c64736960a11","name":"Get players listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/club/players?page=1","host":["https://api.ga-eagles.nl"],"path":["v1","club","players"],"query":[{"key":"page","value":"1","description":"The page number to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 21 Apr 2021 09:47:16 GMT"},{"key":"X-RateLimit-Limit","value":"300"},{"key":"X-RateLimit-Remaining","value":"299"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 360,\n            \"first_name\": \"Finn\",\n            \"last_name\": \"Stokkers\",\n            \"number\": 27,\n            \"date_of_birth\": \"1996-04-18\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 4,\n                \"name\": \"Aanvaller\",\n                \"plural\": \"Aanvallers\",\n                \"keyname\": \"attacker\"\n            },\n            \"history\": [\n                {\n                    \"id\": 377,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2022\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2022\"\n                },\n                {\n                    \"id\": 376,\n                    \"team\": {\n                        \"name\": \"RKC Waalwijk\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/14/814.png\"\n                    },\n                    \"start_year\": \"2020\",\n                    \"end_year\": \"2022\",\n                    \"period\": \"2020 - 2022\"\n                },\n                {\n                    \"id\": 375,\n                    \"team\": {\n                        \"name\": \"NAC Breda\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/29/637.png\"\n                    },\n                    \"start_year\": \"2019\",\n                    \"end_year\": \"2020\",\n                    \"period\": \"2019 - 2020\"\n                },\n                {\n                    \"id\": 374,\n                    \"team\": {\n                        \"name\": \"Fortuna Sittard\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/19/1459.png\"\n                    },\n                    \"start_year\": \"2017\",\n                    \"end_year\": \"2019\",\n                    \"period\": \"2017 - 2019\"\n                },\n                {\n                    \"id\": 373,\n                    \"team\": {\n                        \"name\": \"Sparta Rotterdam\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/23/919.png\"\n                    },\n                    \"start_year\": \"2014\",\n                    \"end_year\": \"2017\",\n                    \"period\": \"2014 - 2017\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 19,\n                \"goals\": 2,\n                \"assists\": 1,\n                \"yellow_cards\": 2,\n                \"red_cards\": 0,\n                \"appearances\": 16\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/28944/conversions/Finn_Stokkers-thumb.jpg\",\n            \"image\": \"/storage/28944/Finn_Stokkers.png\"\n        },\n        {\n            \"id\": 421,\n            \"first_name\": \"Dean\",\n            \"last_name\": \"James\",\n            \"number\": 5,\n            \"date_of_birth\": \"2000-04-30\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 2,\n                \"name\": \"Verdediger\",\n                \"plural\": \"Verdedigers\",\n                \"keyname\": \"defender\"\n            },\n            \"history\": [\n                {\n                    \"id\": 440,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2023\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2023\"\n                },\n                {\n                    \"id\": 439,\n                    \"team\": {\n                        \"name\": \"FC Volendam\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/28/2396.png\"\n                    },\n                    \"start_year\": \"2020\",\n                    \"end_year\": \"2023\",\n                    \"period\": \"2020 - 2023\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 37,\n                \"goals\": 1,\n                \"assists\": 1,\n                \"yellow_cards\": 2,\n                \"red_cards\": 0,\n                \"appearances\": 18\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/28935/conversions/Dean_James-thumb.jpg\",\n            \"image\": \"/storage/28935/Dean_James.png\"\n        },\n        {\n            \"id\": 430,\n            \"first_name\": \"Enric\",\n            \"last_name\": \"Llansana\",\n            \"number\": 21,\n            \"date_of_birth\": \"2001-04-12\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 3,\n                \"name\": \"Middenvelder\",\n                \"plural\": \"Middenvelders\",\n                \"keyname\": \"midfielder\"\n            },\n            \"history\": [\n                {\n                    \"id\": 417,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2022\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2022\"\n                },\n                {\n                    \"id\": 416,\n                    \"team\": {\n                        \"name\": \"Jong Ajax\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/31/2783.png\"\n                    },\n                    \"start_year\": \"2018\",\n                    \"end_year\": \"2022\",\n                    \"period\": \"2018 - 2022\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 15,\n                \"goals\": 4,\n                \"assists\": 2,\n                \"yellow_cards\": 1,\n                \"red_cards\": 2,\n                \"appearances\": 22\n            },\n            \"man_of_the_match_wins\": 1,\n            \"thumb_image\": \"/storage/28939/conversions/Enric_Llansana-thumb.jpg\",\n            \"image\": \"/storage/28939/Enric_Llansana.png\"\n        },\n        {\n            \"id\": 527,\n            \"first_name\": \"Mats\",\n            \"last_name\": \"Deijl\",\n            \"number\": 2,\n            \"date_of_birth\": \"1997-07-15\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": \"2025-12-31\",\n            \"position\": {\n                \"id\": 2,\n                \"name\": \"Verdediger\",\n                \"plural\": \"Verdedigers\",\n                \"keyname\": \"defender\"\n            },\n            \"history\": [\n                {\n                    \"id\": 390,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2021\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2021\"\n                },\n                {\n                    \"id\": 389,\n                    \"team\": {\n                        \"name\": \"FC Den Bosch\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/17/2385.png\"\n                    },\n                    \"start_year\": \"2014\",\n                    \"end_year\": \"2021\",\n                    \"period\": \"2014 - 2021\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 4,\n                \"goals\": 3,\n                \"assists\": 1,\n                \"yellow_cards\": 3,\n                \"red_cards\": 0,\n                \"appearances\": 23\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/30776/conversions/Mats_Deijl-380x570-thumb.jpg\",\n            \"image\": \"/storage/30776/Mats_Deijl-380x570.png\"\n        },\n        {\n            \"id\": 656,\n            \"first_name\": \"Mathis\",\n            \"last_name\": \"Suray\",\n            \"number\": 17,\n            \"date_of_birth\": \"2001-07-26\",\n            \"nationality\": {\n                \"iso_2\": \"BE\",\n                \"iso_3\": \"BEL\",\n                \"english\": \"Belgium\",\n                \"dutch\": \"België\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 3,\n                \"name\": \"Middenvelder\",\n                \"plural\": \"Middenvelders\",\n                \"keyname\": \"midfielder\"\n            },\n            \"history\": [\n                {\n                    \"id\": 415,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2024\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2024\"\n                },\n                {\n                    \"id\": 414,\n                    \"team\": {\n                        \"name\": \"FC Dordrecht\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/22/822.png\"\n                    },\n                    \"start_year\": \"2020\",\n                    \"end_year\": \"2024\",\n                    \"period\": \"2020 - 2024\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 40,\n                \"goals\": 1,\n                \"assists\": 0,\n                \"yellow_cards\": 2,\n                \"red_cards\": 0,\n                \"appearances\": 17\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/28945/conversions/Mathis_Suray-thumb.jpg\",\n            \"image\": \"/storage/28945/Mathis_Suray.png\"\n        },\n        {\n            \"id\": 678,\n            \"first_name\": \"Joris\",\n            \"last_name\": \"Kramer\",\n            \"number\": 4,\n            \"date_of_birth\": \"1996-08-02\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 2,\n                \"name\": \"Verdediger\",\n                \"plural\": \"Verdedigers\",\n                \"keyname\": \"defender\"\n            },\n            \"history\": [\n                {\n                    \"id\": 385,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2023\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2023\"\n                },\n                {\n                    \"id\": 384,\n                    \"team\": {\n                        \"name\": \"NEC Nijmegen\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/14/494.png\"\n                    },\n                    \"start_year\": \"2022\",\n                    \"end_year\": \"2023\",\n                    \"period\": \"2022 - 2023\"\n                },\n                {\n                    \"id\": 383,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2021\",\n                    \"end_year\": \"2022\",\n                    \"period\": \"2021 - 2022\"\n                },\n                {\n                    \"id\": 382,\n                    \"team\": {\n                        \"name\": \"SC Cambuur\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/27/1435.png\"\n                    },\n                    \"start_year\": \"2020\",\n                    \"end_year\": \"2021\",\n                    \"period\": \"2020 - 2021\"\n                },\n                {\n                    \"id\": 381,\n                    \"team\": {\n                        \"name\": \"AZ\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/29/61.png\"\n                    },\n                    \"start_year\": \"2019\",\n                    \"end_year\": \"2020\",\n                    \"period\": \"2019 - 2020\"\n                },\n                {\n                    \"id\": 380,\n                    \"team\": {\n                        \"name\": \"Jong AZ\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/11/3115.png\"\n                    },\n                    \"start_year\": \"2017\",\n                    \"end_year\": \"2019\",\n                    \"period\": \"2017 - 2019\"\n                },\n                {\n                    \"id\": 379,\n                    \"team\": {\n                        \"name\": \"FC Dordrecht\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/22/822.png\"\n                    },\n                    \"start_year\": \"2016\",\n                    \"end_year\": \"2017\",\n                    \"period\": \"2016 - 2017\"\n                },\n                {\n                    \"id\": 378,\n                    \"team\": {\n                        \"name\": \"AZ\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/29/61.png\"\n                    },\n                    \"start_year\": \"2014\",\n                    \"end_year\": \"2016\",\n                    \"period\": \"2014 - 2016\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 33,\n                \"goals\": 0,\n                \"assists\": 0,\n                \"yellow_cards\": 2,\n                \"red_cards\": 0,\n                \"appearances\": 23\n            },\n            \"man_of_the_match_wins\": 1,\n            \"thumb_image\": \"/storage/28937/conversions/Joris_Kramer-thumb.jpg\",\n            \"image\": \"/storage/28937/Joris_Kramer.png\"\n        },\n        {\n            \"id\": 697,\n            \"first_name\": \"Calvin\",\n            \"last_name\": \"Twigt\",\n            \"number\": 6,\n            \"date_of_birth\": \"2003-01-30\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 3,\n                \"name\": \"Middenvelder\",\n                \"plural\": \"Middenvelders\",\n                \"keyname\": \"midfielder\"\n            },\n            \"history\": [\n                {\n                    \"id\": 447,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2024\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2024\"\n                },\n                {\n                    \"id\": 446,\n                    \"team\": {\n                        \"name\": \"FC Volendam\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/28/2396.png\"\n                    },\n                    \"start_year\": \"2020\",\n                    \"end_year\": \"2024\",\n                    \"period\": \"2020 - 2024\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 44,\n                \"goals\": 0,\n                \"assists\": 0,\n                \"yellow_cards\": 1,\n                \"red_cards\": 0,\n                \"appearances\": 11\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/29268/conversions/Calvin_Twigta-thumb.jpg\",\n            \"image\": \"/storage/29268/Calvin_Twigta.png\"\n        },\n        {\n            \"id\": 737,\n            \"first_name\": \"Sven\",\n            \"last_name\": \"Jansen\",\n            \"number\": 30,\n            \"date_of_birth\": \"2004-10-23\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 1,\n                \"name\": \"Keeper\",\n                \"plural\": \"Keepers\",\n                \"keyname\": \"goalkeeper\"\n            },\n            \"history\": [\n                {\n                    \"id\": 401,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2020\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2020\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 1,\n                \"goals\": 0,\n                \"assists\": 0,\n                \"yellow_cards\": 0,\n                \"red_cards\": 0,\n                \"appearances\": 0\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/28936/conversions/Sven_Jansen-thumb.jpg\",\n            \"image\": \"/storage/28936/Sven_Jansen.png\"\n        },\n        {\n            \"id\": 769,\n            \"first_name\": \"Julius\",\n            \"last_name\": \"Dirksen\",\n            \"number\": 26,\n            \"date_of_birth\": \"2003-02-02\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 2,\n                \"name\": \"Verdediger\",\n                \"plural\": \"Verdedigers\",\n                \"keyname\": \"defender\"\n            },\n            \"history\": [\n                {\n                    \"id\": 443,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2024\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2024\"\n                },\n                {\n                    \"id\": 442,\n                    \"team\": {\n                        \"name\": \"FC Emmen\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/11/2475.png\"\n                    },\n                    \"start_year\": \"2022\",\n                    \"end_year\": \"2024\",\n                    \"period\": \"2022 - 2024\"\n                },\n                {\n                    \"id\": 441,\n                    \"team\": {\n                        \"name\": \"Jong Ajax\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/31/2783.png\"\n                    },\n                    \"start_year\": \"2020\",\n                    \"end_year\": \"2022\",\n                    \"period\": \"2020 - 2022\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 41,\n                \"goals\": 0,\n                \"assists\": 0,\n                \"yellow_cards\": 0,\n                \"red_cards\": 0,\n                \"appearances\": 4\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/29266/conversions/Julius_Dirksenq-thumb.jpg\",\n            \"image\": \"/storage/29266/Julius_Dirksenq.png\"\n        },\n        {\n            \"id\": 2227,\n            \"first_name\": \"Evert\",\n            \"last_name\": \"Linthorst\",\n            \"number\": 8,\n            \"date_of_birth\": \"2000-03-03\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 3,\n                \"name\": \"Middenvelder\",\n                \"plural\": \"Middenvelders\",\n                \"keyname\": \"midfielder\"\n            },\n            \"history\": [\n                {\n                    \"id\": 422,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2022\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2022\"\n                },\n                {\n                    \"id\": 421,\n                    \"team\": {\n                        \"name\": \"Al Ittihad Kalba\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/29/1245.png\"\n                    },\n                    \"start_year\": \"2021\",\n                    \"end_year\": \"2022\",\n                    \"period\": \"2021 - 2022\"\n                },\n                {\n                    \"id\": 420,\n                    \"team\": {\n                        \"name\": \"VVV-Venlo\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/11/2379.png\"\n                    },\n                    \"start_year\": \"2017\",\n                    \"end_year\": \"2021\",\n                    \"period\": \"2017 - 2021\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 11,\n                \"goals\": 0,\n                \"assists\": 3,\n                \"yellow_cards\": 2,\n                \"red_cards\": 0,\n                \"appearances\": 23\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/28938/conversions/Evert_Linthorst-thumb.jpg\",\n            \"image\": \"/storage/28938/Evert_Linthorst.png\"\n        },\n        {\n            \"id\": 2362,\n            \"first_name\": \"Jamal\",\n            \"last_name\": \"Amofa\",\n            \"number\": 25,\n            \"date_of_birth\": \"1998-11-25\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 2,\n                \"name\": \"Verdediger\",\n                \"plural\": \"Verdedigers\",\n                \"keyname\": \"defender\"\n            },\n            \"history\": [\n                {\n                    \"id\": 449,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2022\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2022\"\n                },\n                {\n                    \"id\": 448,\n                    \"team\": {\n                        \"name\": \"ADO Den Haag\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/8/1128.png\"\n                    },\n                    \"start_year\": \"2020\",\n                    \"end_year\": \"2022\",\n                    \"period\": \"2020 - 2022\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 20,\n                \"goals\": 0,\n                \"assists\": 0,\n                \"yellow_cards\": 2,\n                \"red_cards\": 0,\n                \"appearances\": 4\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/28926/conversions/Jamal_Amofa-thumb.jpg\",\n            \"image\": \"/storage/28926/Jamal_Amofa.png\"\n        },\n        {\n            \"id\": 3960,\n            \"first_name\": \"Gerrit\",\n            \"last_name\": \"Nauber\",\n            \"number\": 3,\n            \"date_of_birth\": \"1992-04-13\",\n            \"nationality\": {\n                \"iso_2\": \"DE\",\n                \"iso_3\": \"DEU\",\n                \"english\": \"Germany\",\n                \"dutch\": \"Duitsland\"\n            },\n            \"contract_until\": \"2027-12-31\",\n            \"position\": {\n                \"id\": 2,\n                \"name\": \"Verdediger\",\n                \"plural\": \"Verdedigers\",\n                \"keyname\": \"defender\"\n            },\n            \"history\": [\n                {\n                    \"id\": 394,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2021\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2021\"\n                },\n                {\n                    \"id\": 393,\n                    \"team\": {\n                        \"name\": \"Sandhausen\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/22/3510.png\"\n                    },\n                    \"start_year\": \"2019\",\n                    \"end_year\": \"2021\",\n                    \"period\": \"2019 - 2021\"\n                },\n                {\n                    \"id\": 392,\n                    \"team\": {\n                        \"name\": \"MSV Duisburg\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/22/3318.png\"\n                    },\n                    \"start_year\": \"2017\",\n                    \"end_year\": \"2019\",\n                    \"period\": \"2017 - 2019\"\n                },\n                {\n                    \"id\": 391,\n                    \"team\": {\n                        \"name\": \"Sportfreunde Lotte\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/31/1791.png\"\n                    },\n                    \"start_year\": \"2016\",\n                    \"end_year\": \"2017\",\n                    \"period\": \"2016 - 2017\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 2,\n                \"goals\": 2,\n                \"assists\": 0,\n                \"yellow_cards\": 3,\n                \"red_cards\": 0,\n                \"appearances\": 21\n            },\n            \"man_of_the_match_wins\": 1,\n            \"thumb_image\": \"/storage/30777/conversions/Gerrit_Nauber-380x570-thumb.jpg\",\n            \"image\": \"/storage/30777/Gerrit_Nauber-380x570.png\"\n        },\n        {\n            \"id\": 4929,\n            \"first_name\": \"Luca\",\n            \"last_name\": \"Everink\",\n            \"number\": 24,\n            \"date_of_birth\": \"2001-02-09\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 2,\n                \"name\": \"Verdediger\",\n                \"plural\": \"Verdedigers\",\n                \"keyname\": \"defender\"\n            },\n            \"history\": [\n                {\n                    \"id\": 451,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2023\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2023\"\n                },\n                {\n                    \"id\": 450,\n                    \"team\": {\n                        \"name\": \"FC Twente\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/17/593.png\"\n                    },\n                    \"start_year\": \"2021\",\n                    \"end_year\": \"2023\",\n                    \"period\": \"2021 - 2023\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 32,\n                \"goals\": 0,\n                \"assists\": 0,\n                \"yellow_cards\": 1,\n                \"red_cards\": 0,\n                \"appearances\": 4\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/28934/conversions/Luca_Everink-thumb.jpg\",\n            \"image\": \"/storage/28934/Luca_Everink.png\"\n        },\n        {\n            \"id\": 5694,\n            \"first_name\": \"Nando\",\n            \"last_name\": \"Verdoni\",\n            \"number\": 33,\n            \"date_of_birth\": \"2003-07-09\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 1,\n                \"name\": \"Keeper\",\n                \"plural\": \"Keepers\",\n                \"keyname\": \"goalkeeper\"\n            },\n            \"history\": [\n                {\n                    \"id\": 456,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2021\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2021\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 38,\n                \"goals\": 0,\n                \"assists\": 0,\n                \"yellow_cards\": 0,\n                \"red_cards\": 0,\n                \"appearances\": 0\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/28947/conversions/Nando_Verdoni-thumb.jpg\",\n            \"image\": \"/storage/28947/Nando_Verdoni.png\"\n        },\n        {\n            \"id\": 5732,\n            \"first_name\": \"Milan\",\n            \"last_name\": \"Smit\",\n            \"number\": 9,\n            \"date_of_birth\": \"2003-02-13\",\n            \"nationality\": {\n                \"iso_2\": \"NL\",\n                \"iso_3\": \"NLD\",\n                \"english\": \"Netherlands\",\n                \"dutch\": \"Nederland\"\n            },\n            \"contract_until\": null,\n            \"position\": {\n                \"id\": 4,\n                \"name\": \"Aanvaller\",\n                \"plural\": \"Aanvallers\",\n                \"keyname\": \"attacker\"\n            },\n            \"history\": [\n                {\n                    \"id\": 458,\n                    \"team\": {\n                        \"name\": \"Go Ahead Eagles\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                    },\n                    \"start_year\": \"2024\",\n                    \"end_year\": null,\n                    \"period\": \"Vanaf 2024\"\n                },\n                {\n                    \"id\": 457,\n                    \"team\": {\n                        \"name\": \"SC Cambuur\",\n                        \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/27/1435.png\"\n                    },\n                    \"start_year\": \"2021\",\n                    \"end_year\": \"2024\",\n                    \"period\": \"2021 - 2024\"\n                }\n            ],\n            \"stats\": {\n                \"id\": 49,\n                \"goals\": 1,\n                \"assists\": 0,\n                \"yellow_cards\": 1,\n                \"red_cards\": 0,\n                \"appearances\": 11\n            },\n            \"man_of_the_match_wins\": 0,\n            \"thumb_image\": \"/storage/29424/conversions/msmitvrijstaand-thumb.jpg\",\n            \"image\": \"/storage/29424/msmitvrijstaand.png\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"/v1/club/players?page=1\",\n        \"last\": \"/v1/club/players?page=2\",\n        \"prev\": null,\n        \"next\": \"/v1/club/players?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 2,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"/v1/club/players?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"/v1/club/players?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"/v1/club/players?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"/v1/club/players\",\n        \"per_page\": 15,\n        \"to\": 15,\n        \"total\": 26\n    }\n}"}],"_postman_id":"c085daa4-dae5-41e0-8c6b-9ca580c7541a"},{"name":"Get player","id":"9db19b12-744f-4311-acd8-55a6db02104c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/club/players/:id","description":"<p>Get a specific player.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","players",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of player</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"05a971b5-4ff0-4eb9-bd70-ac6a08b3f772","name":"Get player","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/club/players/:id","host":["https://api.ga-eagles.nl"],"path":["v1","club","players",":id"],"variable":[{"key":"id","value":"5744","description":"ID of player","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 21 Apr 2021 09:48:40 GMT"},{"key":"X-RateLimit-Limit","value":"300"},{"key":"X-RateLimit-Remaining","value":"298"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5744,\n        \"first_name\": \"Oliver\",\n        \"last_name\": \"Edvardsen\",\n        \"number\": 23,\n        \"date_of_birth\": \"1999-03-19\",\n        \"nationality\": {\n            \"iso_2\": \"NO\",\n            \"iso_3\": \"NOR\",\n            \"english\": \"Norway\",\n            \"dutch\": \"Noorwegen\"\n        },\n        \"contract_until\": null,\n        \"position\": {\n            \"id\": 4,\n            \"name\": \"Aanvaller\",\n            \"plural\": \"Aanvallers\",\n            \"keyname\": \"attacker\"\n        },\n        \"history\": [\n            {\n                \"id\": 419,\n                \"team\": {\n                    \"name\": \"Go Ahead Eagles\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/24/664.png\"\n                },\n                \"start_year\": \"2022\",\n                \"end_year\": null,\n                \"period\": \"Vanaf 2022\"\n            },\n            {\n                \"id\": 418,\n                \"team\": {\n                    \"name\": \"Stabæk\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/teams/4/484.png\"\n                },\n                \"start_year\": \"2019\",\n                \"end_year\": \"2022\",\n                \"period\": \"2019 - 2022\"\n            }\n        ],\n        \"stats\": {\n            \"id\": 21,\n            \"goals\": 9,\n            \"assists\": 3,\n            \"yellow_cards\": 1,\n            \"red_cards\": 0,\n            \"appearances\": 16\n        },\n        \"man_of_the_match_wins\": 4,\n        \"thumb_image\": \"/storage/28932/conversions/Oliver_Edvardsen-thumb.jpg\",\n        \"image\": \"/storage/28932/Oliver_Edvardsen.png\"\n    }\n}"}],"_postman_id":"9db19b12-744f-4311-acd8-55a6db02104c"},{"name":"Create player","id":"9f841503-4100-4506-92da-8f6b78481e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>First name</p>\n","key":"first_name","type":"text","value":""},{"description":"<p>Last name</p>\n","key":"last_name","type":"text","value":""},{"description":"<p>Date of birth (YYYY-MM-DD)</p>\n","key":"date_of_birth","type":"text","value":""},{"description":"<p>Country code in ISO-3 (NLD)</p>\n","key":"nationality","type":"text","value":""},{"description":"<p>Position of the player as keyname: defender, goalkeeper, midfielder,attacker</p>\n","key":"position","type":"text","value":""},{"description":"<p>An image represented in Base64</p>\n","key":"image","type":"text","value":""},{"key":"number","value":"","description":"<p>Number of the player</p>\n","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/club/players","description":"<p>Create a new player.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","players"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[]}},"response":[{"id":"55f9cb35-e09c-4dd9-95e9-01a19e2f195a","name":"Create player","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"description":"First name","key":"first_name","type":"text","value":"Marc"},{"description":"Last name","key":"last_name","type":"text","value":"Overmars"},{"description":"Date of birth (YYYY-MM-DD)","key":"date_of_birth","type":"text","value":"1973-03-29"},{"description":"Country code in ISO-3 (NLD)","key":"nationality","type":"text","value":"NLD"},{"description":"Position of the player","key":"position","type":"text","value":"defender"},{"description":"An image represented in Base64","key":"image","type":"text","value":""},{"key":"number","value":"11","description":"Number of the player","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/club/players"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Player has successfully been created.\"\n}"}],"_postman_id":"9f841503-4100-4506-92da-8f6b78481e78"},{"name":"Update player","id":"d706e96d-9b0d-46ba-8011-4682aae6b5c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>First name</p>\n","key":"first_name","type":"text","value":""},{"description":"<p>Last name</p>\n","key":"last_name","type":"text","value":""},{"description":"<p>Country code in ISO-3 (NLD)</p>\n","key":"nationality","type":"text","value":""},{"description":"<p>Position of the player as keyname: defender, goalkeeper, midfielder,attacker</p>\n","key":"position","type":"text","value":""},{"description":"<p>An image represented in Base64</p>\n","key":"image","type":"text","value":""},{"key":"number","value":"","description":"<p>Number of the player</p>\n","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/club/players/:id","description":"<p>Update the specified player.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","players",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of the player</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"79d30fb4-129a-4fcd-996a-0635705dc6b7","name":"Update player","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"description":"First name","key":"first_name","type":"text","value":"Marc"},{"description":"Last name","key":"last_name","type":"text","value":"Overmars"},{"description":"Date of birth (YYYY-MM-DD)","key":"date_of_birth","type":"text","value":"1973-03-29"},{"description":"Country code in ISO-3 (NLD)","key":"nationality","type":"text","value":"NLD"},{"description":"Position of the player","key":"position","type":"text","value":"defender"},{"key":"position_short","value":"LB","description":"Abbreviation of the player's position","type":"text","disabled":true},{"key":"position_category","value":"Middenvelder","description":"Category of the player's position","type":"text","disabled":true},{"description":"An image represented in Base64","key":"image","type":"text","value":""},{"key":"number","value":"11","description":"Number of the player","type":"text"}]},"url":{"raw":"https://api.ga-eagles.nl/v1/club/players/:id","host":["https://api.ga-eagles.nl"],"path":["v1","club","players",":id"],"variable":[{"key":"id","value":"19","description":"ID of the player"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Player has successfully been updated.\"\n}"}],"_postman_id":"d706e96d-9b0d-46ba-8011-4682aae6b5c7"},{"name":"Delete player","id":"73b4b9e0-1836-4f88-b691-a06814b8d88d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/club/players/:id","description":"<p>Delete a specific player.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","club","players",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of the player</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"c3b9ae56-f6b1-43ec-8440-412805243148","name":"Delete player","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/club/players/:id","host":["https://api.ga-eagles.nl"],"path":["v1","club","players",":id"],"variable":[{"key":"id","value":"1","description":"ID of player"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Player has successfully been deleted.\"\n}"}],"_postman_id":"73b4b9e0-1836-4f88-b691-a06814b8d88d"}],"id":"4d05c92d-a46b-4c2e-81e9-74b012fb76ea","description":"<p>Endpoints for listing and managing club players.</p>\n","event":[{"listen":"prerequest","script":{"id":"9bf3db65-0290-4a83-b889-2b0878660bf1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3c8998f2-f964-4c81-9834-637d68ca499d","type":"text/javascript","exec":[""]}}],"_postman_id":"4d05c92d-a46b-4c2e-81e9-74b012fb76ea","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}}],"id":"1a104728-f6ce-431a-9e1c-79710ead3102","description":"<p>Endpoints for listing and managing club staff and players.</p>\n","event":[{"listen":"prerequest","script":{"id":"788e93ab-a4bb-4e6e-bec2-e3b519109c5f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"69f62e28-3661-4ded-be44-cb67bf227e34","type":"text/javascript","exec":[""]}}],"_postman_id":"1a104728-f6ce-431a-9e1c-79710ead3102","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"Toto","item":[{"name":"Get toto","id":"e3c63191-aa84-4910-9283-c5942e6b4ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/toto/:season_id?page=1&season_id=1","description":"<p>Get a listing of TOTO results.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","toto",":season_id"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The id of the season</p>\n","type":"text/plain"},"key":"season_id","value":"1"}],"variable":[{"type":"string","value":"1","key":"season_id"}]}},"response":[{"id":"b4f9d5d9-f0b3-4a2a-90d8-7ae3feb2dd92","name":"Get toto","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/toto?page=1&season_id=1","host":["https://api.ga-eagles.nl"],"path":["v1","toto"],"query":[{"key":"page","value":"1","description":"The page number to return"},{"key":"season_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Oct 2020 11:27:40 GMT"},{"key":"X-RateLimit-Limit","value":"300"},{"key":"X-RateLimit-Remaining","value":"294"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"position\": 1,\n            \"points\": 10,\n            \"user\": {\n                \"id\": 488,\n                \"alias\": \"JB\",\n                \"email\": \"voegbedrijfbrouwer@ziggo.nl\",\n                \"avatar\": \"http://api.ga-eagles.test/users/WjnegQZbwZ/avatar\"\n            }\n        },\n        {\n            \"position\": 2,\n            \"points\": 10,\n            \"user\": {\n                \"id\": 444,\n                \"alias\": \"sjumie\",\n                \"email\": \"jeroensewuster@hotmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/Wjneg7ZewZ/avatar\"\n            }\n        },\n        {\n            \"position\": 3,\n            \"points\": 9,\n            \"user\": {\n                \"id\": 647,\n                \"alias\": \"Eagledinho\",\n                \"email\": \"keijzerdt@hotmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/OpnelE1aKB/avatar\"\n            }\n        },\n        {\n            \"position\": 4,\n            \"points\": 9,\n            \"user\": {\n                \"id\": 230,\n                \"alias\": \"Henry\",\n                \"email\": \"bonhofh@gmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/rlNbWPWdyg/avatar\"\n            }\n        },\n        {\n            \"position\": 5,\n            \"points\": 9,\n            \"user\": {\n                \"id\": 1129,\n                \"alias\": \"Jeffret\",\n                \"email\": \"jeffrey.dehaan82@gmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/Oy5eVzMeEP/avatar\"\n            }\n        },\n        {\n            \"position\": 6,\n            \"points\": 9,\n            \"user\": {\n                \"id\": 540,\n                \"alias\": \"Marcel’74\",\n                \"email\": \"marcelhilberink@hotmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/O5xe7OOe7r/avatar\"\n            }\n        },\n        {\n            \"position\": 7,\n            \"points\": 9,\n            \"user\": {\n                \"id\": 308,\n                \"alias\": \"RayZ\",\n                \"email\": \"rayzui@gmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/l4zbqZRdpr/avatar\"\n            }\n        },\n        {\n            \"position\": 8,\n            \"points\": 9,\n            \"user\": {\n                \"id\": 262,\n                \"alias\": \"ruud\",\n                \"email\": \"ruudvanderwal@gmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/K4oeEqNe0B/avatar\"\n            }\n        },\n        {\n            \"position\": 9,\n            \"points\": 8,\n            \"user\": {\n                \"id\": 1067,\n                \"alias\": \"Andy de Lange\",\n                \"email\": \"andydelange@gmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/7N1aMV5bWm/avatar\"\n            }\n        },\n        {\n            \"position\": 10,\n            \"points\": 8,\n            \"user\": {\n                \"id\": 880,\n                \"alias\": \"Bennie0570\",\n                \"email\": \"bennievdv@hotmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/GELe3pRa69/avatar\"\n            }\n        },\n        {\n            \"position\": 11,\n            \"points\": 8,\n            \"user\": {\n                \"id\": 102,\n                \"alias\": \"Bert\",\n                \"email\": \"b.vanwijhe@home.nl\",\n                \"avatar\": \"http://api.ga-eagles.test/users/Wpmbk5XezJ/avatar\"\n            }\n        },\n        {\n            \"position\": 12,\n            \"points\": 8,\n            \"user\": {\n                \"id\": 643,\n                \"alias\": \"Boskamp66\",\n                \"email\": \"marcelinobalster@gmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/QnXe0DNexr/avatar\"\n            }\n        },\n        {\n            \"position\": 13,\n            \"points\": 8,\n            \"user\": {\n                \"id\": 899,\n                \"alias\": \"Chayenne\",\n                \"email\": \"chayenne.keijzer@gmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/7LDdwA8a1Y/avatar\"\n            }\n        },\n        {\n            \"position\": 14,\n            \"points\": 8,\n            \"user\": {\n                \"id\": 524,\n                \"alias\": \"Dallie\",\n                \"email\": \"wdalhuizen@ziggo.nl\",\n                \"avatar\": \"http://api.ga-eagles.test/users/QJ0dN5NbLO/avatar\"\n            }\n        },\n        {\n            \"position\": 15,\n            \"points\": 8,\n            \"user\": {\n                \"id\": 828,\n                \"alias\": \"Demi\",\n                \"email\": \"demi.noorman@hotmail.com\",\n                \"avatar\": \"http://api.ga-eagles.test/users/JAPdRnEdGy/avatar\"\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://api.ga-eagles.test/v1/toto?page=1\",\n        \"last\": \"http://api.ga-eagles.test/v1/toto?page=165\",\n        \"prev\": null,\n        \"next\": \"http://api.ga-eagles.test/v1/toto?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 165,\n        \"path\": \"http://api.ga-eagles.test/v1/toto\",\n        \"per_page\": 15,\n        \"to\": 15,\n        \"total\": 2466\n    }\n}"}],"_postman_id":"e3c63191-aa84-4910-9283-c5942e6b4ff5"}],"id":"d67a72c9-3c52-4d2f-8519-467195714d9d","description":"<p>Endpoint for TOTO results from the official Go Ahead Eagles account.</p>\n","event":[{"listen":"prerequest","script":{"id":"b2e50b76-f0eb-414d-a915-54f938e98f08","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c99e750b-dc95-4f9f-970d-43a20d1946f6","type":"text/javascript","exec":[""]}}],"_postman_id":"d67a72c9-3c52-4d2f-8519-467195714d9d","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"Videos","item":[{"name":"Get YouTube videos","id":"0cf13c0a-6db4-4ce5-aa88-9f19ff73fdf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/videos?page=1","description":"<p>Get a listing of YouTube videos.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","videos"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"2b6ffde8-4238-4947-9f3c-f819c4d1c7e7","name":"Get YouTube videos","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/videos","host":["https://api.ga-eagles.nl"],"path":["v1","videos"],"query":[{"key":"page","value":"1","description":"The page number to return","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"video_id\": \"3CN_MatPaUc\",\n            \"title\": \"Incoming call: ESA-ISS-EX31\",\n            \"description\": \"Hoe een bijzonder telefoontje acht jaar later leidde tot een transfer naar Go Ahead Eagles...\\n\\nThis video may contain copyrighted material & is the property of the respective authors, artists and labels.\",\n            \"url\": \"https://youtube.com/watch?v=3CN_MatPaUc\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/3CN_MatPaUc/hqdefault.jpg\",\n            \"published_at\": \"2020-07-06 14:08:50\"\n        },\n        {\n            \"id\": 2,\n            \"video_id\": \"ZkND0lHVaGE\",\n            \"title\": \"Club Kippenhok = Club Kippersluis!\",\n            \"description\": \"Welkom, Kevin van Kippersluis! \\n\\nDe oud-speler van onder meer FC Volendam, SC Cambuur en Persib Bandung tekent voor één seizoen (plus optie voor een jaar). En dus wordt Club Kippenhok tijdelijk omgedoopt tot Club Kippersluis!\",\n            \"url\": \"https://youtube.com/watch?v=ZkND0lHVaGE\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/ZkND0lHVaGE/hqdefault.jpg\",\n            \"published_at\": \"2020-06-18 15:48:32\"\n        },\n        {\n            \"id\": 3,\n            \"video_id\": \"_c3guMpPdFk\",\n            \"title\": \"Eerste training seizoen 2020-2021\",\n            \"description\": \"Een uitgebreide samenvatting van de eerste training in Terwolde.\\n\\nMet onder meer interviews met Paul Bosvelt, Kees van Wonderen, Sam Beukema en Jan Willem van Dop\",\n            \"url\": \"https://youtube.com/watch?v=_c3guMpPdFk\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/_c3guMpPdFk/hqdefault.jpg\",\n            \"published_at\": \"2020-06-17 02:33:29\"\n        },\n        {\n            \"id\": 4,\n            \"video_id\": \"ULV-2ZiSc-c\",\n            \"title\": \"Bedankt, hummel! Welkom, Stanno!\",\n            \"description\": \"Op voetbalkledinggebied is de samenwerking tussen Go Ahead Eagles en Deventrade – waar hummel als merk onderdeel van uitmaakt – de langstlopende in Nederland: 31 jaar. Een gegeven waar beide partijen erg trots op zijn. De samenwerking tussen Deventrade en Go Ahead Eagles is tussentijds verlengd en wordt gecontinueerd, waarbij Go Ahead Eagles gaat spelen in wedstrijdshirts van Stanno, een ander innovatief merk waarvan Deventrade de ‘official supplier’ is.\",\n            \"url\": \"https://youtube.com/watch?v=ULV-2ZiSc-c\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/ULV-2ZiSc-c/hqdefault.jpg\",\n            \"published_at\": \"2020-06-15 14:46:19\"\n        },\n        {\n            \"id\": 5,\n            \"video_id\": \"l_ljMmwkhy4\",\n            \"title\": \"Interview Kees van Wonderen: 'Stabiele club waar altijd reuring is'\",\n            \"description\": \"Op veler verzoek: Het volledige interview met Kees van Wonderen uit #KowetKijkenXXL!\\n\\nWaarin hij onder meer jullie ingestuurde vragen beantwoordt.\",\n            \"url\": \"https://youtube.com/watch?v=l_ljMmwkhy4\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/l_ljMmwkhy4/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 6,\n            \"video_id\": \"bQJpwRs8__E\",\n            \"title\": \"Dank voor jullie support: win een match worn thuisshirt!\",\n            \"description\": \"ROOD-GELE WINACTIE!\\n\\nMet een slotbijeenkomst van spelers en staf kwam er gisteren officieel een einde aan het seizoen 2019/2020.\\n\\nHelaas moesten we deze jaargang noodgedwongen afsluiten zonder jullie, de supporters...\\n\\nOm jullie toch te bedanken voor jullie enorme support geven we op de volgende kanalen een match worn thuisshirt weg:\\n\\n✔️ Twitter.com/GAEagles\\n✔️ Instagram.com/GAEagles\\n✔️ Facebook.com/GAEagles\\n✔️ YouTube (hier dus)\\n\\nAbonneren en deze video liken = Kans maken! ❤️💛\\n\\nJe hebt tot zondagavond 20:00 uur om mee te doen! \\n\\nIn de volgende seizoenkaartmeter op woensdag maken we de winnaars bekend 💪\",\n            \"url\": \"https://youtube.com/watch?v=bQJpwRs8__E\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/bQJpwRs8__E/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 7,\n            \"video_id\": \"c1Z_GDH3ZEA\",\n            \"title\": \"MINI DOC: 'Springen als Michael Jordan, dat kon Gerrit ook'\",\n            \"description\": \"Na een halve eeuw mochten we clubicoon Gerrit Niehaus weer in De Adelaarshorst ontvangen.\\n\\nHet leverde deze indrukwekkende reportage op.\\n\\n🎥 Rocketboys\\n📸 Kick Uitgevers \\n📽️ Eddie Klunder\",\n            \"url\": \"https://youtube.com/watch?v=c1Z_GDH3ZEA\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/c1Z_GDH3ZEA/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 8,\n            \"video_id\": \"hEpevbqb3BU\",\n            \"title\": \"#KowetKijkenXXL: Interview Sam Beukema over contractverlenging\",\n            \"description\": \"Go Ahead Eagles heeft het contract van Sam Beukema (21) opengebroken en met twee jaar verlengd. De centrale verdediger lag vast tot de zomer van 2021 en zet nu een handtekening onder een verbintenis tot medio 2023.\\n\\nLees hier meer:\\nhttps://www.ga-eagles.nl/contract-sam-beukema-opengebroken-en-verlengd-tot-2023/\",\n            \"url\": \"https://youtube.com/watch?v=hEpevbqb3BU\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/hEpevbqb3BU/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 9,\n            \"video_id\": \"qnklN1Xmvlk\",\n            \"title\": \"#KowetKijkenXXL: Kijk mee naar de grootste clubuitzending ooit!\",\n            \"description\": \"Vrijdagavond 22 mei om 19:30 uur gaan de poorten van De Adelaarshorst eindelijk weer open. Niet voor een wedstrijd of Open Dag, maar voor de grootste (tv-)uitzending uit de geschiedenis van Go Ahead Eagles!\\n\\nPresentatie:\\nRob de Jong\\n\\nRegie:\\nWouter Rutgers\\n\\nCamera & edit:\\nRocketboys\\n\\nMet grote dank aan:\\nJan Willem van Dop\\nGeke Grootenhuis\\nJannie Kamphuis\\nGerrit Niehaus\\nDick Schneider\\nWietse Veenstra\\nNicolas Abdat\\nMarnix Kolder\\nJay Idzes\\nPaul Bosvelt\\nHeinz Stuy\\nNico van Zoghel\\nBert van Marwijk\\nJaap Houtkoper\\nGerard Somer\\nHan Kastermans\\nLeon Dijkman\\nSam Beukema\\nKees van Wonderen\\nDaniël Salas\\nRood-gele dichter\\nEddie Klunder\\nStudio Sport\\nChris Vosmeijer\\nBrain Visser\\nWesley de Bree\\nMiranda van Beijnum\\nLisa Verburg\\nStefan Rutgers\\nIrene Huis in 't Veld\\nSupportersvereniging Go Ahead Eagles\\nDRTV\\nRTV Apeldoorn\\nSalland1\\nRTV Oost\\nKick Uitgevers\\nClub Kippenhok\\nDaniel Crowley\\nJonathan Vosselman\\nJasper Heusinkveld\\nJoey Suk\\nErik ten Hag\\nStef Walbeek\\nDeniz Türüç\\nRandy Wolters\\nLeon de Kogel\\nBram Marbus\\nTheo Zwarthoed\\n\\nAlle supporters en sponsoren van Go Ahead Eagles\",\n            \"url\": \"https://youtube.com/watch?v=qnklN1Xmvlk\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/qnklN1Xmvlk/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 10,\n            \"video_id\": \"DyFBrWUKh0Y\",\n            \"title\": \"#KowetKijkenXXL: Doe jij mee aan de Marnix Kolder Kowet Kijken Quiz?\",\n            \"description\": \"Win jij de officiële Marnix Kolder Kowet Kijken Kennis Quiz Bokaal?\\n\\nDoe dan vrijdag 22 mei mee aan de gelijknamige quiz in Kowet Kijken XXL (aanvang: 19:30 uur). Gepresenteerd door – u raadt het al – Marnix Kolder! Het is een zeer uitdagende quiz, met de volgende spelregels:\\n\\n- Er wordt gespeeld in drie rondes: de fotoronde, paspoortronde en 100 jaar Vetkampstraat-ronde.\\n- Iedereen met een ticket kan meedoen.\\n- Stuur na elke ronde je antwoorden op naar info@ga-eagles.nl.\\n- Vermeld in deze e-mail je naam en vak, rij & plek van je E-ticket van Kowet Kijken XXL.\\n- Houd een (klad)blaadje bij de hand, om aanwijzingen of vragen te noteren, voor als het even te snel gaat.\\n- Zorg dat je je antwoorden hebt ingestuurd voordat Marnix de antwoorden van de vorige ronde bekendmaakt.\\n- De winnaar ontvangt de officiële bokaal (met inscriptie) en een exemplaar van ‘Hoi Papa’, met handtekeningen van Marnix Kolder en Michel Boerebach. - Ook de nummers 2 en 3 ontvangen dit boek.\\n- Het inschakelen van (digitale) hulpmiddelen om antwoorden op te zoeken is vanzelfsprekend niet toegestaan.\",\n            \"url\": \"https://youtube.com/watch?v=DyFBrWUKh0Y\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/DyFBrWUKh0Y/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 11,\n            \"video_id\": \"EAWfP7ij-EU\",\n            \"title\": \"Oproep Daniel Crowley #KowetKijkenXXL: 'Mis jullie!'\",\n            \"description\": \"Koop je kaarten op:\\nwww.ga-eagles.nl/online-tickets/\",\n            \"url\": \"https://youtube.com/watch?v=EAWfP7ij-EU\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/EAWfP7ij-EU/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 12,\n            \"video_id\": \"4046VEf5KzI\",\n            \"title\": \"Oproep Erik ten Hag #KowetKijkenXXL: 'Samen stadion vol!'\",\n            \"description\": \"Erik ten Hag is erbij!\\n\\nOp vrijdagavond 22 mei 2020 – exact vier jaar na onze laatste promotie – zenden we #KowetKijken XXL uit! Steun de club en koop een kaartje voor een compleet Avondje Adelaarshorst op YouTube met onder meer:\\n\\n- Legendarische wedstrijd(en)\\n- Kowet Kennisquiz\\n- Grote verloting met live uitreiking\\n- Persoonlijk dankwoord voor je komst\\n- Een officieel E-ticket\\n\\nLees hier meer:\\nhttps://www.ga-eagles.nl/kowet-kijken-xxl/\",\n            \"url\": \"https://youtube.com/watch?v=4046VEf5KzI\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/4046VEf5KzI/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 13,\n            \"video_id\": \"vZyknTVQ5ys\",\n            \"title\": \"#KowetKijken Jan Willem van Dop: 'Versteld van alle acties'\",\n            \"description\": \"Het interview met Jan Willem van Dop uit de nieuwste #KowetKijken!\\n\\nOver onder meer:\\n✔️ JUMPER nieuwe hoofdsponsor\\n✔️ Waar staat Go Ahead Eagles nu?\\n✔️ De seizoenkaartcampagne: #WEARETHEEAGLES👐\\n\\nOver de seizoenkaartcampagne gesproken: heb je vijf minuten over vandaag? Verleng of bestel je seizoenkaart! 💪\",\n            \"url\": \"https://youtube.com/watch?v=vZyknTVQ5ys\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/vZyknTVQ5ys/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 14,\n            \"video_id\": \"AOetbAJdFrk\",\n            \"title\": \"#KowetKijken: Go Ahead Eagles - Feyenoord (Eredivisie 2013)\",\n            \"description\": \"Een speciale #KowetKijken ter viering van 100 jaar Vetkampstraat! We hebben onder meer:\\n\\n- Herman Starink (Niet te Kraken) over het schitterende boek over 100 jaar Vetkampstraat\\n- Theo Ellenbroek over DVV Go Ahead\\n- Jan Willem van Dop over de seizoenkaartcampagne en heugelijk nieuws\\n\\n#KowetKijken dus!\",\n            \"url\": \"https://youtube.com/watch?v=AOetbAJdFrk\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/AOetbAJdFrk/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        },\n        {\n            \"id\": 15,\n            \"video_id\": \"7xFF8RrIQ2Q\",\n            \"title\": \"#KowetKijken: Zelfs met Cruijff en Gullit won Feyenoord niet\",\n            \"description\": \"Morgen keert om 19:30 uur in #KowetKijken een fijn affiche na 17 jaar terug op het hoogste niveau:\\n\\n𝗚𝗼 𝗔𝗵𝗲𝗮𝗱 𝗘𝗮𝗴𝗹𝗲𝘀 - 𝗙𝗲𝘆𝗲𝗻𝗼𝗼𝗿𝗱 (𝗘𝗿𝗲𝗱𝗶𝘃𝗶𝘀𝗶𝗲 𝟮𝟬𝟭𝟯)\\n\\nIn de jaren '80 en '90 ontpopte de thuisploeg zich tot een echte angstgegner voor de Rotterdammers... \\n\\nWant zelfs met Cruijff en Gullit won Feyenoord niet in De Adelaarshorst 👏\",\n            \"url\": \"https://youtube.com/watch?v=7xFF8RrIQ2Q\",\n            \"thumbnail\": \"https://i.ytimg.com/vi/7xFF8RrIQ2Q/hqdefault.jpg\",\n            \"published_at\": \"2020-05-29 19:07:00\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://stg.api.gae.pinball.devlop.nl/v1/videos?page=1\",\n        \"last\": \"https://stg.api.gae.pinball.devlop.nl/v1/videos?page=4\",\n        \"prev\": null,\n        \"next\": \"https://stg.api.gae.pinball.devlop.nl/v1/videos?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 4,\n        \"path\": \"https://stg.api.gae.pinball.devlop.nl/v1/videos\",\n        \"per_page\": 15,\n        \"to\": 15,\n        \"total\": 50\n    }\n}"}],"_postman_id":"0cf13c0a-6db4-4ce5-aa88-9f19ff73fdf9"}],"id":"86f1cc43-ef79-483a-9c9c-40a5dcb6ce57","description":"<p>Endpoints for videos from the official Go Ahead Eagles YouTube account.</p>\n","event":[{"listen":"prerequest","script":{"id":"123a63d6-6541-4c7b-84c7-1ac3d3da5606","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f5ef9508-ec71-4688-8628-33b162e3ad4d","type":"text/javascript","exec":[""]}}],"_postman_id":"86f1cc43-ef79-483a-9c9c-40a5dcb6ce57","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"News","item":[{"name":"Get news listing","id":"8991d27f-d17d-4187-9297-8c4344aaa6bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/news?page=1","description":"<p>Get a listing of news items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","news"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"b63d572d-a789-4319-89fa-22388819626a","name":"Get news listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/news?page=1","host":["https://api.ga-eagles.nl"],"path":["v1","news"],"query":[{"key":"page","value":"1","description":"The page number to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"draft\",\n            \"created_at\": \"2020-07-29 16:35:01\",\n            \"images\": []\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"draft\",\n            \"created_at\": \"2020-07-29 16:43:58\",\n            \"images\": [\n                \"https://stg.gae.pinball.devlop.nl/storage/181/cd3eb030-54e5-4adb-88a0-eca6a9a41a78.png\"\n            ]\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"published\",\n            \"created_at\": \"2020-07-30 10:53:58\",\n            \"images\": []\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"draft\",\n            \"created_at\": \"2020-07-30 14:17:17\",\n            \"images\": []\n        },\n        {\n            \"id\": 7,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"draft\",\n            \"created_at\": \"2020-07-30 14:17:53\",\n            \"images\": [\n                \"https://stg.gae.pinball.devlop.nl/storage/186/9c0ada77-65d2-4818-a04d-70275536e341.png\"\n            ]\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://stg.api.gae.pinball.devlop.nl/v1/news?page=1\",\n        \"last\": \"https://stg.api.gae.pinball.devlop.nl/v1/news?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://stg.api.gae.pinball.devlop.nl/v1/news\",\n        \"per_page\": 15,\n        \"to\": 5,\n        \"total\": 5\n    }\n}"},{"id":"ca1e5345-ad69-4610-ad4a-32997292b876","name":"Get news listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/news/20266?page=1","host":["https://api.ga-eagles.nl"],"path":["v1","news","20266"],"query":[{"key":"page","value":"1","description":"The page number to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Cache-Control","value":"no-transform"},{"key":"Date","value":"Tue, 14 Jan 2025 07:00:53 GMT"},{"key":"X-RateLimit-Limit","value":"3100"},{"key":"X-RateLimit-Remaining","value":"3099"},{"key":"Strict-Transport-Security","value":"max-age=15768000; includeSubDomains; preload"},{"key":"X-UA-Compatible","value":"IE=Edge"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"noindex, nofollow, nosnippet, noarchive"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 20266,\n        \"title\": \"Breum bezorgt Go Ahead Eagles driepunter in Sittard: 0-3 zege\",\n        \"content\": \"<p>De temperatuur is rond het vriespunt en Breum trapt af in het derde tenue namens Go Ahead Eagles voor de start van de tweede seizoenhelft. Na een trainingskamp in Estepona is de selectie van Simonis helemaal klaar voor de resterende wedstrijden. Na een aftastend begin van beide kanten sticht Victor Edvardsen het eerste gevaar met een kopbal die een meter naast de goal van Fortuna beland. De volgende kans is voor Antman die na en rommelige vrije trap de bal hard op het doel van Branderhorst trapt. De spelers uit Sittard beginnen erg fel aan de wedstrijd en maken vervelende kleine overtredingen. In de 20e minuut krijgt Victor opnieuw een kans vanaf de rand 16-meter lijn, maar hij schiet naast de goal. Het zijn voorzichtige speldenprikjes en de eerste echt grote kans moet nog komen.</p><p></p><p>Halverwege de eerste helft test Fosso voor het eerste De Busser vanaf 20 meter, maar dit is een makkelijke bal voor de Eagles doelman. In de 27e minuut komt Go Ahead op een voorsprong na een doelpunt van Breum. Antman wordt diep gestuurd en met een mooie loopactie passeert hij twee spelers van Fortuna en geeft de bal mooi voor aan Breum die de bal afdrukt. Fortuna wordt na een half uur spelen voor het eerst gevaarlijk met enkele schoten op de goal van Busser. Niet veel later is daar de 0-2 voor Go Ahead. Een vrije trap van James wordt vanaf de 16 meter hard ingetrapt door Nauber, maar de bal wordt van de doellijn getrapt.</p><p>Vlak voor rust probeert Fosso een bal voor te trappen namens Fortuna. De bal wordt aangeraakt en beland op de bovenkant van de lat. Oliver Edvardsen is tijdens de eerste helft nog redelijk onzichtbaar tot hij in de 42e minuut de bal krijgt en een gevaarlijk actie inzet waarbij Pinto aan de noodrem moet trekken. Breum gaat vervolgens achter de bal staan op zo’n 18 meter van de goal, maar schiet de bal over de goal van Branderhorst. In de 46e minuut kan Breum zijn tweede maken, maar hij schiet net voorlangs. Onder luid gezang van de 400 meegereisde fans uit Deventer gaat Eagles rusten met een 0-1 voorsprong. In de eerste helft heeft Go Ahead licht de overhand in Sittard.</p><p>Fortuna wisselt één keer tijdens de rust en Go Ahead start met dezelfde elf aan de tweede helft.</p><p></p><p>Meteen een uitstekende aanval met goed samenspel van Llansana en Breum.Laatstgenoemde legt de bal terug op Llansa maar hij mist de bal. In de minuut daaropvolgend is het alsnog raak opnieuw via Breum na een schitterende opening van James. Jacob schiet de bal vervolgens prachtig onderkant lat in de goal van Fortuna en viert zijn feest met de fans in het uitvak.</p><p></p><p>In de 52e minuut breekt Go Ahead opnieuw gevaarlijk uit met Antman die Victor Edvardsen in stelling brengt, maar op Branderhorst stuit. Grote kans op de 0-3. Trainer Danny Buijs heeft genoeg gezien en wisselt drie keer. Na een uur spelen krijgt Breum een uitstekende mogelijkheid voor zijn derde treffer. Na een goed uitgespeelde aanval van Go Ahead ontvang Breum de bal in het strafschop gebied van Fortuna, maar hij schiet rakelings naast. Na enkele grote kansen voor Go Ahead komt ook Fortuna gevaarlijk voor de goal van De Busser met voorzetten vanaf de zijkant. Na een fout van Fortuna kan Victor Edvardsen gevaarlijk uitbreken en moet Breum de 0-3 maken echter wordt zijn schot gekraakt, evenals de rebound. In de daarop volgende corner kan Deijl vrij inschieten en ook zijn inzet wordt van de doellijn gehaald. Nadat Buijs al zijn wissels heeft doorgevoerd kan Fortuna de aansluitingstreffer maken maar de bal beland op het dak van de goal. Breum maakt zijn hattrick compleet in de 87e minuut en brengt de stand op 0-3!</p><p></p><p>Go Ahead Eagles wint overtuigend in Sittard, maar vergeet de score uit te breiden. Na een winterstop van drie weken is Eagles sterk begonnen aan de tweede seizoenhelft. De drie punten gaan mee naar Deventer en de meereisde fans worden beloond met drie doelpunten van Breum. Woensdag 15 januari staat de 1/8e finale van de TOTO KNVB bekerwedstrijd op het programma in De Adelaarshorst. <a target=\\\"_blank\\\" rel=\\\"noopener noreferrer nofollow\\\" href=\\\"https://voetbal-go-ahead-eagles.iticketsro.com/\\\">Hier</a> zijn nog tickets te koop voor dit duel.</p><p></p>\",\n        \"content_json\": \"{\\\"type\\\":\\\"doc\\\",\\\"content\\\":[{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"De temperatuur is rond het vriespunt en Breum trapt af in het derde tenue namens Go Ahead Eagles voor de start van de tweede seizoenhelft. Na een trainingskamp in Estepona is de selectie van Simonis helemaal klaar voor de resterende wedstrijden. Na een aftastend begin van beide kanten sticht Victor Edvardsen het eerste gevaar met een kopbal die een meter naast de goal van Fortuna beland. De volgende kans is voor Antman die na en rommelige vrije trap de bal hard op het doel van Branderhorst trapt. De spelers uit Sittard beginnen erg fel aan de wedstrijd en maken vervelende kleine overtredingen. In de 20e minuut krijgt Victor opnieuw een kans vanaf de rand 16-meter lijn, maar hij schiet naast de goal. Het zijn voorzichtige speldenprikjes en de eerste echt grote kans moet nog komen.\\\"}]},{\\\"type\\\":\\\"paragraph\\\"},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Halverwege de eerste helft test Fosso voor het eerste De Busser vanaf 20 meter, maar dit is een makkelijke bal voor de Eagles doelman. In de 27e minuut komt Go Ahead op een voorsprong na een doelpunt van Breum. Antman wordt diep gestuurd en met een mooie loopactie passeert hij twee spelers van Fortuna en geeft de bal mooi voor aan Breum die de bal afdrukt. Fortuna wordt na een half uur spelen voor het eerst gevaarlijk met enkele schoten op de goal van Busser. Niet veel later is daar de 0-2 voor Go Ahead. Een vrije trap van James wordt vanaf de 16 meter hard ingetrapt door Nauber, maar de bal wordt van de doellijn getrapt.\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Vlak voor rust probeert Fosso een bal voor te trappen namens Fortuna. De bal wordt aangeraakt en beland op de bovenkant van de lat. Oliver Edvardsen is tijdens de eerste helft nog redelijk onzichtbaar tot hij in de 42e minuut de bal krijgt en een gevaarlijk actie inzet waarbij Pinto aan de noodrem moet trekken. Breum gaat vervolgens achter de bal staan op zo\\\\u2019n 18 meter van de goal, maar schiet de bal over de goal van Branderhorst. In de 46e minuut kan Breum zijn tweede maken, maar hij schiet net voorlangs. Onder luid gezang van de 400 meegereisde fans uit Deventer gaat Eagles rusten met een 0-1 voorsprong. In de eerste helft heeft Go Ahead licht de overhand in Sittard.\\\"}]},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Fortuna wisselt \\\\u00e9\\\\u00e9n keer tijdens de rust en Go Ahead start met dezelfde elf aan de tweede helft.\\\"}]},{\\\"type\\\":\\\"paragraph\\\"},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Meteen een uitstekende aanval met goed samenspel van Llansana en Breum.Laatstgenoemde legt de bal terug op Llansa maar hij mist de bal. In de minuut daaropvolgend is het alsnog raak opnieuw via Breum na een schitterende opening van James. Jacob schiet de bal vervolgens prachtig onderkant lat in de goal van Fortuna en viert zijn feest met de fans in het uitvak.\\\"}]},{\\\"type\\\":\\\"paragraph\\\"},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"In de 52e minuut breekt Go Ahead opnieuw gevaarlijk uit met Antman die Victor Edvardsen in stelling brengt, maar op Branderhorst stuit. Grote kans op de 0-3. Trainer Danny Buijs heeft genoeg gezien en wisselt drie keer. Na een uur spelen krijgt Breum een uitstekende mogelijkheid voor zijn derde treffer. Na een goed uitgespeelde aanval van Go Ahead ontvang Breum de bal in het strafschop gebied van Fortuna, maar hij schiet rakelings naast. Na enkele grote kansen voor Go Ahead komt ook Fortuna gevaarlijk voor de goal van De Busser met voorzetten vanaf de zijkant. Na een fout van Fortuna kan Victor Edvardsen gevaarlijk uitbreken en moet Breum de 0-3 maken echter wordt zijn schot gekraakt, evenals de rebound. In de daarop volgende corner kan Deijl vrij inschieten en ook zijn inzet wordt van de doellijn gehaald. Nadat Buijs al zijn wissels heeft doorgevoerd kan Fortuna de aansluitingstreffer maken maar de bal beland op het dak van de goal. Breum maakt zijn hattrick compleet in de 87e minuut en brengt de stand op 0-3!\\\"}]},{\\\"type\\\":\\\"paragraph\\\"},{\\\"type\\\":\\\"paragraph\\\",\\\"content\\\":[{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Go Ahead Eagles wint overtuigend in Sittard, maar vergeet de score uit te breiden. Na een winterstop van drie weken is Eagles sterk begonnen aan de tweede seizoenhelft. De drie punten gaan mee naar Deventer en de meereisde fans worden beloond met drie doelpunten van Breum. Woensdag 15 januari staat de 1\\\\/8e finale van de TOTO KNVB bekerwedstrijd op het programma in De Adelaarshorst. \\\"},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\"Hier\\\",\\\"marks\\\":[{\\\"type\\\":\\\"link\\\",\\\"attrs\\\":{\\\"href\\\":\\\"https:\\\\/\\\\/voetbal-go-ahead-eagles.iticketsro.com\\\\/\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer nofollow\\\"}}]},{\\\"type\\\":\\\"text\\\",\\\"text\\\":\\\" zijn nog tickets te koop voor dit duel.\\\"}]},{\\\"type\\\":\\\"paragraph\\\"}]}\",\n        \"status\": \"draft\",\n        \"created_at\": \"2025-01-14 07:56:15\",\n        \"featured\": 0,\n        \"images\": [],\n        \"social_media_images\": [],\n        \"send_push_notification_at\": null,\n        \"category\": {\n            \"keyname\": \"eerste-selectie\",\n            \"name\": \"Eerste Selectie\"\n        },\n        \"gallery\": {\n            \"subtitle\": \"Fotografie: Robert Koelewijn\",\n            \"images\": [\n                {\n                    \"url\": \"https://stg.gae.pinball.devlop.nl/storage/149/1PA4896bewerkt-scaled.jpg\",\n                    \"order_column\": 2\n                },\n                {\n                    \"url\": \"https://stg.gae.pinball.devlop.nl/storage/150/100125forgae015-scaled.jpg\",\n                    \"order_column\": 3\n                },\n                {\n                    \"url\": \"https://stg.gae.pinball.devlop.nl/storage/151/2PA2209bewerkt-scaled.jpg\",\n                    \"order_column\": 4\n                },\n                {\n                    \"url\": \"https://stg.gae.pinball.devlop.nl/storage/152/100125forgae020-scaled.jpg\",\n                    \"order_column\": 5\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"8991d27f-d17d-4187-9297-8c4344aaa6bd"},{"name":"Get news item","id":"4cd38f9f-dcef-4457-8c01-be7dcde7e9df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/news/:id","description":"<p>Get a specific news item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","news",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of news item</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"1741309c-1435-4dc0-8e45-c8a40aa9c082","name":"Get news item","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/news/:id","host":["https://api.ga-eagles.nl"],"path":["v1","news",":id"],"variable":[{"key":"id","value":"2","description":"ID of news item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"title\": \"Hello World\",\n        \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n        \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n        \"status\": \"draft\",\n        \"created_at\": \"2020-07-29 16:35:01\",\n        \"images\": []\n    }\n}"}],"_postman_id":"4cd38f9f-dcef-4457-8c01-be7dcde7e9df"},{"name":"Create news item","id":"37e55ed6-284a-4d68-afbd-7bfc994fa2ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","description":"<p>Title of the news item</p>\n","type":"text"},{"key":"description","value":"","description":"<p>Short description of the news item</p>\n","type":"text"},{"key":"content","value":"","description":"<p>Content of the news item</p>\n","type":"text"},{"key":"status","value":"","description":"<p>Status of the news item (published|draft)</p>\n","type":"text"},{"key":"images","value":"","description":"<p>An array of images represented in Base64</p>\n","type":"text"},{"key":"sent_pushnotification_at","value":"","description":"<p>Date time of push notification</p>\n","type":"text"},{"key":"category","value":"","description":"<p>The keyname of the news category (eerste-selectie|nieuws-algemeen|voetbalacademie|nieuws-maatschappelijk|nieuws-business|nieuws-kids|agenda-kids)</p>\n","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/news","description":"<p>Post a news item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","news"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[]}},"response":[{"id":"95389ca3-41b6-4c35-b643-3af7cbe983b7","name":"Create news item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Hello World","type":"text"},{"key":"description","value":"Venenatis augue tincidunt, sodales turpis","type":"text"},{"key":"content","value":"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.","type":"text"},{"key":"status","value":"draft","type":"text"},{"key":"images","value":"","type":"text"},{"key":"date","value":"2020-03-15","type":"text"},{"key":"sent_pushnotification_at","value":"2022-01-15 18:15","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/news"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"News item has successfully been created.\"\n}"}],"_postman_id":"37e55ed6-284a-4d68-afbd-7bfc994fa2ef"},{"name":"Update news item","id":"1a03718f-fe72-482f-ace9-1069e2701c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","type":"text","description":"<p>Title of the news item</p>\n"},{"key":"description","value":"","type":"text","description":"<p>Short description of the news item</p>\n"},{"key":"content","value":"","type":"text","description":"<p>Content of the news item</p>\n"},{"key":"status","value":"","type":"text","description":"<p>Status of the news item (published|draft)</p>\n"},{"key":"images","value":"","type":"text","description":"<p>An array of images represented in Base64</p>\n"},{"key":"sent_pushnotification_at","value":"","description":"<p>Date time of push notification</p>\n","type":"text"},{"key":"category","value":"","description":"<p>The keyname of the news category (eerste-selectie|nieuws-algemeen|voetbalacademie|nieuws-maatschappelijk|nieuws-business|nieuws-kids|agenda-kids)</p>\n","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/news/:id","description":"<p>Update a specific news item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","news",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of news item</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"76e14204-2f11-4323-9481-1f1431dbe89c","name":"Update news item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Hello World","type":"text","description":"Title of the news item"},{"key":"description","value":"Venenatis augue tincidunt, sodales turpis","type":"text","description":"Short description of the news item"},{"key":"content","value":"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.","type":"text","description":"Content of the news item"},{"key":"status","value":"published","type":"text","description":"Status of the news item (published|draft)"},{"key":"images","value":"","type":"text","description":"An array of images represented in Base64"},{"key":"sent_pushnotification_at","value":"","description":"Date time of push notification","type":"text"}]},"url":{"raw":"https://api.ga-eagles.nl/v1/news/:id","host":["https://api.ga-eagles.nl"],"path":["v1","news",":id"],"variable":[{"key":"id","value":"2","description":"ID of news item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"News item has successfully been updated.\"\n}"}],"_postman_id":"1a03718f-fe72-482f-ace9-1069e2701c2b"},{"name":"Delete news item","id":"5dc2deeb-e04d-48ed-8fe9-7f1ebcb1269e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/news/:id","description":"<p>Delete a specific news item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","news",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of news item</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"a80071b9-c7ca-4f92-9ef8-6937370f0c97","name":"Delete news item","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/news/:id","host":["https://api.ga-eagles.nl"],"path":["v1","news",":id"],"variable":[{"key":"id","value":"1","description":"ID of news item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"News item has successfully been deleted.\"\n}"}],"_postman_id":"5dc2deeb-e04d-48ed-8fe9-7f1ebcb1269e"}],"id":"c44b5f47-c67e-4ff9-8e6f-9c2c757aa333","description":"<p>Endpoints for news from the official Go Ahead Eagles website.</p>\n","event":[{"listen":"prerequest","script":{"id":"d4998459-ca96-4094-9ff8-9ca5e16db602","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e17f4db5-9b17-4453-b50f-4025122f23f5","type":"text/javascript","exec":[""]}}],"_postman_id":"c44b5f47-c67e-4ff9-8e6f-9c2c757aa333","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"Seasons","item":[{"name":"Get seasons","id":"bbd881ce-a323-4ae2-abf2-1f8674682899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/seasons?page=1","description":"<p>Get a listing of seasons.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","seasons"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"da3af641-a0cf-4833-ac45-0c52ed3083fa","name":"Get seasons","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/seasons?page=1","host":["https://api.ga-eagles.nl"],"path":["v1","seasons"],"query":[{"key":"page","value":"1","description":"The page number to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 16 Apr 2021 09:22:59 GMT"},{"key":"X-RateLimit-Limit","value":"300"},{"key":"X-RateLimit-Remaining","value":"297"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"2018/2019\",\n            \"start\": null,\n            \"end\": null,\n            \"league\": {\n                \"id\": 1,\n                \"name\": \"Eredivisie Playoffs\",\n                \"logo\": \"https://cdn.sportmonks.com/images//soccer/leagues/9/1353.png\",\n                \"is_cup\": 0\n            }\n        },\n        {\n            \"id\": 2,\n            \"name\": \"2020/2021\",\n            \"start\": null,\n            \"end\": \"2021-05-12\",\n            \"league\": {\n                \"id\": 2,\n                \"name\": \"Eerste Divisie\",\n                \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                \"is_cup\": 0\n            }\n        },\n        {\n            \"id\": 3,\n            \"name\": \"2020/2021\",\n            \"start\": null,\n            \"end\": null,\n            \"league\": {\n                \"id\": 3,\n                \"name\": \"KNVB Beker\",\n                \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/14/78.png\",\n                \"is_cup\": 1\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://api.ga-eagles.test/v1/seasons?page=1\",\n        \"last\": \"http://api.ga-eagles.test/v1/seasons?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://api.ga-eagles.test/v1/seasons?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://api.ga-eagles.test/v1/seasons\",\n        \"per_page\": 15,\n        \"to\": 3,\n        \"total\": 3\n    }\n}"}],"_postman_id":"bbd881ce-a323-4ae2-abf2-1f8674682899"},{"name":"Get seasons teams","id":"1a96cccc-e475-4484-90d4-c77000e3ce54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/seasons/:season_id/teams?page=1","description":"<p>Get a listing of teams for the specified season.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","seasons",":season_id","teams"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"description":{"content":"<p>Id of season</p>\n","type":"text/plain"},"type":"string","value":"1","key":"season_id"}]}},"response":[{"id":"56d388e9-fd34-4fbb-8d59-b1c9eda6ca8e","name":"Get seasons teams","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/seasons/:season_id/teams","host":["https://api.ga-eagles.nl"],"path":["v1","seasons",":season_id","teams"],"variable":[{"key":"season_id","value":"2","type":"string","description":"Id of season"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 18 May 2021 20:32:52 GMT"},{"key":"X-RateLimit-Limit","value":"3100"},{"key":"X-RateLimit-Remaining","value":"3098"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"NEC\",\n            \"code\": \"NEC\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/14/494.png\",\n            \"standing\": {\n                \"position\": 7,\n                \"games_played\": 38,\n                \"won\": 20,\n                \"draw\": 6,\n                \"lost\": 12,\n                \"goals_scored\": 68,\n                \"goals_against\": 45,\n                \"points\": 66\n            }\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Go Ahead Eagles\",\n            \"code\": \"GAE\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/24/664.png\",\n            \"standing\": {\n                \"position\": 2,\n                \"games_played\": 38,\n                \"won\": 23,\n                \"draw\": 8,\n                \"lost\": 7,\n                \"goals_scored\": 62,\n                \"goals_against\": 25,\n                \"points\": 77\n            }\n        },\n        {\n            \"id\": 5,\n            \"name\": \"De Graafschap\",\n            \"code\": \"GRA\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/17/1073.png\",\n            \"standing\": {\n                \"position\": 3,\n                \"games_played\": 38,\n                \"won\": 23,\n                \"draw\": 8,\n                \"lost\": 7,\n                \"goals_scored\": 67,\n                \"goals_against\": 47,\n                \"points\": 77\n            }\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Almere City\",\n            \"code\": \"ALM\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/25/1433.png\",\n            \"standing\": {\n                \"position\": 4,\n                \"games_played\": 38,\n                \"won\": 22,\n                \"draw\": 9,\n                \"lost\": 7,\n                \"goals_scored\": 75,\n                \"goals_against\": 48,\n                \"points\": 75\n            }\n        },\n        {\n            \"id\": 7,\n            \"name\": \"SC Cambuur\",\n            \"code\": \"CAM\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/27/1435.png\",\n            \"standing\": {\n                \"position\": 1,\n                \"games_played\": 38,\n                \"won\": 29,\n                \"draw\": 5,\n                \"lost\": 4,\n                \"goals_scored\": 109,\n                \"goals_against\": 36,\n                \"points\": 92\n            }\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Excelsior\",\n            \"code\": \"EXC\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/20/1652.png\",\n            \"standing\": {\n                \"position\": 9,\n                \"games_played\": 38,\n                \"won\": 14,\n                \"draw\": 6,\n                \"lost\": 18,\n                \"goals_scored\": 65,\n                \"goals_against\": 66,\n                \"points\": 48\n            }\n        },\n        {\n            \"id\": 9,\n            \"name\": \"TOP Oss\",\n            \"code\": \"OSS\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/24/2360.png\",\n            \"standing\": {\n                \"position\": 10,\n                \"games_played\": 38,\n                \"won\": 13,\n                \"draw\": 8,\n                \"lost\": 17,\n                \"goals_scored\": 40,\n                \"goals_against\": 57,\n                \"points\": 47\n            }\n        },\n        {\n            \"id\": 10,\n            \"name\": \"FC Den Bosch\",\n            \"code\": \"FDB\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/17/2385.png\",\n            \"standing\": {\n                \"position\": 19,\n                \"games_played\": 38,\n                \"won\": 8,\n                \"draw\": 8,\n                \"lost\": 22,\n                \"goals_scored\": 59,\n                \"goals_against\": 85,\n                \"points\": 32\n            }\n        },\n        {\n            \"id\": 11,\n            \"name\": \"FC Eindhoven\",\n            \"code\": \"EIN\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/0/320.png\",\n            \"standing\": {\n                \"position\": 15,\n                \"games_played\": 38,\n                \"won\": 10,\n                \"draw\": 10,\n                \"lost\": 18,\n                \"goals_scored\": 50,\n                \"goals_against\": 62,\n                \"points\": 40\n            }\n        },\n        {\n            \"id\": 12,\n            \"name\": \"NAC Breda\",\n            \"code\": \"NAC\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/29/637.png\",\n            \"standing\": {\n                \"position\": 5,\n                \"games_played\": 38,\n                \"won\": 22,\n                \"draw\": 7,\n                \"lost\": 9,\n                \"goals_scored\": 75,\n                \"goals_against\": 41,\n                \"points\": 73\n            }\n        },\n        {\n            \"id\": 13,\n            \"name\": \"FC Dordrecht\",\n            \"code\": \"DOR\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/22/822.png\",\n            \"standing\": {\n                \"position\": 20,\n                \"games_played\": 38,\n                \"won\": 8,\n                \"draw\": 3,\n                \"lost\": 27,\n                \"goals_scored\": 36,\n                \"goals_against\": 97,\n                \"points\": 27\n            }\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Telstar\",\n            \"code\": \"TEL\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/14/1550.png\",\n            \"standing\": {\n                \"position\": 13,\n                \"games_played\": 38,\n                \"won\": 10,\n                \"draw\": 11,\n                \"lost\": 17,\n                \"goals_scored\": 57,\n                \"goals_against\": 61,\n                \"points\": 41\n            }\n        },\n        {\n            \"id\": 15,\n            \"name\": \"MVV Maastricht\",\n            \"code\": \"MVV\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/3/1731.png\",\n            \"standing\": {\n                \"position\": 11,\n                \"games_played\": 38,\n                \"won\": 13,\n                \"draw\": 7,\n                \"lost\": 18,\n                \"goals_scored\": 50,\n                \"goals_against\": 72,\n                \"points\": 46\n            }\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Roda JC Kerkrade\",\n            \"code\": \"ROD\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/8/2344.png\",\n            \"standing\": {\n                \"position\": 8,\n                \"games_played\": 38,\n                \"won\": 15,\n                \"draw\": 12,\n                \"lost\": 11,\n                \"goals_scored\": 67,\n                \"goals_against\": 61,\n                \"points\": 57\n            }\n        },\n        {\n            \"id\": 17,\n            \"name\": \"FC Volendam\",\n            \"code\": \"VOL\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/28/2396.png\",\n            \"standing\": {\n                \"position\": 6,\n                \"games_played\": 38,\n                \"won\": 19,\n                \"draw\": 9,\n                \"lost\": 10,\n                \"goals_scored\": 79,\n                \"goals_against\": 52,\n                \"points\": 66\n            }\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Helmond Sport\",\n            \"code\": \"HEL\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/28/2460.png\",\n            \"standing\": {\n                \"position\": 12,\n                \"games_played\": 38,\n                \"won\": 11,\n                \"draw\": 12,\n                \"lost\": 15,\n                \"goals_scored\": 51,\n                \"goals_against\": 68,\n                \"points\": 45\n            }\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Jong Utrecht\",\n            \"code\": \"JUT\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/3/2755.png\",\n            \"standing\": {\n                \"position\": 18,\n                \"games_played\": 38,\n                \"won\": 11,\n                \"draw\": 2,\n                \"lost\": 25,\n                \"goals_scored\": 53,\n                \"goals_against\": 77,\n                \"points\": 35\n            }\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Jong Ajax\",\n            \"code\": \"JAJ\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/31/2783.png\",\n            \"standing\": {\n                \"position\": 16,\n                \"games_played\": 38,\n                \"won\": 10,\n                \"draw\": 10,\n                \"lost\": 18,\n                \"goals_scored\": 55,\n                \"goals_against\": 71,\n                \"points\": 40\n            }\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Jong PSV\",\n            \"code\": \"JPS\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/27/2971.png\",\n            \"standing\": {\n                \"position\": 14,\n                \"games_played\": 38,\n                \"won\": 10,\n                \"draw\": 10,\n                \"lost\": 18,\n                \"goals_scored\": 54,\n                \"goals_against\": 65,\n                \"points\": 40\n            }\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Jong AZ\",\n            \"code\": \"JAZ\",\n            \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/11/3115.png\",\n            \"standing\": {\n                \"position\": 17,\n                \"games_played\": 38,\n                \"won\": 11,\n                \"draw\": 5,\n                \"lost\": 22,\n                \"goals_scored\": 56,\n                \"goals_against\": 92,\n                \"points\": 38\n            }\n        }\n    ]\n}"}],"_postman_id":"1a96cccc-e475-4484-90d4-c77000e3ce54"},{"name":"Get seasons rounds","id":"52ca4159-00b5-4b8f-9262-739faaabe083","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/seasons/:season_id/rounds?page=1","description":"<p>Get a listing of rounds for the specified season.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","seasons",":season_id","rounds"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"description":{"content":"<p>Id of season</p>\n","type":"text/plain"},"type":"string","value":"1","key":"season_id"}]}},"response":[{"id":"a1facd91-8b6b-454c-860b-609d6c4cb90a","name":"Get seasons rounds","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/seasons/:season_id/rounds?page=1","host":["https://api.ga-eagles.nl"],"path":["v1","seasons",":season_id","rounds"],"query":[{"key":"page","value":"1","description":"The page number to return"}],"variable":[{"key":"season_id","value":"1","description":"Id of season"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 09 Oct 2020 08:13:35 GMT"},{"key":"X-RateLimit-Limit","value":"300"},{"key":"X-RateLimit-Remaining","value":"298"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"1\",\n            \"starting_at\": \"2020-08-28 00:00:00\",\n            \"ending_at\": \"2020-08-31 00:00:00\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"2\",\n            \"starting_at\": \"2020-09-05 00:00:00\",\n            \"ending_at\": \"2020-09-06 00:00:00\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"3\",\n            \"starting_at\": \"2020-09-11 00:00:00\",\n            \"ending_at\": \"2020-09-15 00:00:00\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"4\",\n            \"starting_at\": \"2020-09-18 00:00:00\",\n            \"ending_at\": \"2020-09-22 00:00:00\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"5\",\n            \"starting_at\": \"2020-09-25 00:00:00\",\n            \"ending_at\": \"2020-09-29 00:00:00\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"6\",\n            \"starting_at\": \"2020-10-02 00:00:00\",\n            \"ending_at\": \"2020-10-06 00:00:00\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://api.ga-eagles.test/v1/seasons/1/rounds?page=1\",\n        \"last\": \"http://api.ga-eagles.test/v1/seasons/1/rounds?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://api.ga-eagles.test/v1/seasons/1/rounds\",\n        \"per_page\": 15,\n        \"to\": 6,\n        \"total\": 6\n    }\n}"}],"_postman_id":"52ca4159-00b5-4b8f-9262-739faaabe083"}],"id":"3c6e5c2e-934a-4b5e-bc1a-7de89ea339ce","description":"<p>Endpoints for seasons.</p>\n","event":[{"listen":"prerequest","script":{"id":"256c8c96-818a-4f40-a05b-0258d00cafbe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"94949248-91d8-4498-874e-4de745cf2cbf","type":"text/javascript","exec":[""]}}],"_postman_id":"3c6e5c2e-934a-4b5e-bc1a-7de89ea339ce","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"Media","item":[{"name":"Get media listing","id":"f0e48e27-c48b-4463-ab10-f501d9f66523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.ga-eagles.nl/v1/media?page=1&filter[collection]=","description":"<p>Get a listing of media items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","media"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Get media from specific collection</p>\n","type":"text/plain"},"key":"filter[collection]","value":""}],"variable":[]}},"response":[{"id":"535dd0cf-8300-46cb-a423-9c3932de8424","name":"Get news listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/news?page=1","host":["https://api.ga-eagles.nl"],"path":["v1","news"],"query":[{"key":"page","value":"1","description":"The page number to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"draft\",\n            \"created_at\": \"2020-07-29 16:35:01\",\n            \"images\": []\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"draft\",\n            \"created_at\": \"2020-07-29 16:43:58\",\n            \"images\": [\n                \"https://stg.gae.pinball.devlop.nl/storage/181/cd3eb030-54e5-4adb-88a0-eca6a9a41a78.png\"\n            ]\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"published\",\n            \"created_at\": \"2020-07-30 10:53:58\",\n            \"images\": []\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"draft\",\n            \"created_at\": \"2020-07-30 14:17:17\",\n            \"images\": []\n        },\n        {\n            \"id\": 7,\n            \"title\": \"Hello World\",\n            \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n            \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n            \"status\": \"draft\",\n            \"created_at\": \"2020-07-30 14:17:53\",\n            \"images\": [\n                \"https://stg.gae.pinball.devlop.nl/storage/186/9c0ada77-65d2-4818-a04d-70275536e341.png\"\n            ]\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://stg.api.gae.pinball.devlop.nl/v1/news?page=1\",\n        \"last\": \"https://stg.api.gae.pinball.devlop.nl/v1/news?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://stg.api.gae.pinball.devlop.nl/v1/news\",\n        \"per_page\": 15,\n        \"to\": 5,\n        \"total\": 5\n    }\n}"}],"_postman_id":"f0e48e27-c48b-4463-ab10-f501d9f66523"},{"name":"Get media item","id":"8280b6e4-e3cc-4fd1-87b4-bf036535c782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/media/:id","description":"<p>Get a specific media item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","media",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of media item</p>\n","type":"text/plain"},"type":"string","value":"37","key":"id"}]}},"response":[{"id":"13bd4d8e-36f1-4aaa-b94e-f3c335789c5e","name":"Get news item","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/news/:id","host":["https://api.ga-eagles.nl"],"path":["v1","news",":id"],"variable":[{"key":"id","value":"2","description":"ID of news item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"title\": \"Hello World\",\n        \"content\": \"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.\",\n        \"description\": \"Venenatis augue tincidunt, sodales turpis\",\n        \"status\": \"draft\",\n        \"created_at\": \"2020-07-29 16:35:01\",\n        \"images\": []\n    }\n}"}],"_postman_id":"8280b6e4-e3cc-4fd1-87b4-bf036535c782"},{"name":"Create media item","id":"4d29bc56-6f76-48b2-b48a-a114b2e26bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"collection","value":"","description":"<p>The name of the collection</p>\n","type":"text"},{"key":"file","description":"<p>The file </p>\n","type":"file","value":null},{"key":"name","value":"","description":"<p>Name of the media item</p>\n","type":"text"},{"key":"public","value":"","description":"<p>Media item is public</p>\n","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/media","description":"<p>Post a news item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","media"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[]}},"response":[{"id":"7a44f08b-63c1-4e3b-9fd0-bb641a2c4489","name":"Create news item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Hello World","type":"text"},{"key":"description","value":"Venenatis augue tincidunt, sodales turpis","type":"text"},{"key":"content","value":"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.","type":"text"},{"key":"status","value":"draft","type":"text"},{"key":"images","value":"","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/news"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"News item has successfully been created.\"\n}"}],"_postman_id":"4d29bc56-6f76-48b2-b48a-a114b2e26bec"},{"name":"Update media item","id":"839d56ef-b836-4a61-8af3-41d5d4c09b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>Name of the media item</p>\n","type":"text"},{"key":"collection","value":"","description":"<p>Collection name of the media item</p>\n","type":"text"}]},"url":"https://api.ga-eagles.nl/v1/media/:id","description":"<p>Update a specific media item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","media",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of media item</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"5b80f2c0-9663-402c-9353-72c8bf10e5a8","name":"Update news item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Hello World","description":"Title of the news item","type":"text"},{"key":"description","value":"Venenatis augue tincidunt, sodales turpis","description":"Short description of the news item","type":"text"},{"key":"content","value":"Vestibulum eget dolor dignissim, venenatis augue tincidunt, sodales turpis. Nunc vehicula erat lectus, ut aliquet mi ornare at. In hac habitasse platea dictumst. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla facilisi. Donec et nisl vel tortor volutpat interdum ac ut eros. Proin consectetur dapibus turpis a pharetra. Cras viverra lacus vel libero sollicitudin blandit. Maecenas sed velit in tellus dictum placerat ut ut nisl. Phasellus augue mi, imperdiet non finibus vel, porta eget enim. Phasellus porttitor orci at cursus vehicula. Pellentesque arcu dolor, ullamcorper non sem vitae, sodales semper elit. Vestibulum ultrices sapien nec orci ullamcorper auctor. Proin tempus metus nibh, vitae porta orci tristique nec. Etiam vel quam quis augue hendrerit commodo nec tristique enim. Morbi rutrum fermentum maximus.","description":"Content of the news item","type":"text"},{"key":"status","value":"published","description":"Status of the news item (published|draft)","type":"text"},{"key":"images","value":"","description":"An array of images represented in Base64","type":"text"}]},"url":{"raw":"https://api.ga-eagles.nl/v1/news/:id","host":["https://api.ga-eagles.nl"],"path":["v1","news",":id"],"variable":[{"key":"id","value":"2","description":"ID of news item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"News item has successfully been updated.\"\n}"}],"_postman_id":"839d56ef-b836-4a61-8af3-41d5d4c09b02"},{"name":"Delete media item","id":"ed181a83-c43a-4fb4-b76c-2623b223bd22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/media/:id","description":"<p>Delete a specific media item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","media",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of media item</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"2aca9954-b7b7-491a-9fa3-c78b2b0b5c3d","name":"Delete news item","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/news/:id","host":["https://api.ga-eagles.nl"],"path":["v1","news",":id"],"variable":[{"key":"id","value":"1","description":"ID of news item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"News item has successfully been deleted.\"\n}"}],"_postman_id":"ed181a83-c43a-4fb4-b76c-2623b223bd22"}],"id":"e5d7b5a8-7991-46a1-9232-19a7cf8535c7","description":"<p>Endpoints for news from the official Go Ahead Eagles website.</p>\n","event":[{"listen":"prerequest","script":{"id":"a15fc381-2b0b-4c1c-9e03-7f37a916c489","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a7f14e57-59c2-4ff0-b1c9-7759809c0b9a","type":"text/javascript","exec":[""]}}],"_postman_id":"e5d7b5a8-7991-46a1-9232-19a7cf8535c7","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"Fixtures","item":[{"name":"Get upcoming fixtures","id":"fad7b2e3-7574-452d-ba1e-dce6682eac4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/fixtures/upcoming?page=1","description":"<p>Get a listing of upcoming fixtures.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","fixtures","upcoming"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"f134bd3e-904f-4cab-8822-654d76b4066d","name":"Get upcoming fixtures","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/fixtures/upcoming?page=1","host":["https://api.ga-eagles.nl"],"path":["v1","fixtures","upcoming"],"query":[{"key":"page","value":"1","description":"The page number to return"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 26 Apr 2021 14:11:32 GMT"},{"key":"X-RateLimit-Limit","value":"3100"},{"key":"X-RateLimit-Remaining","value":"3099"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 367,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-04-30T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 10,\n                    \"name\": \"FC Den Bosch\",\n                    \"code\": \"FDB\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/17/2385.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 11,\n                    \"name\": \"FC Eindhoven\",\n                    \"code\": \"EIN\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/0/320.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 368,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-04-30T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 5,\n                    \"name\": \"De Graafschap\",\n                    \"code\": \"GRA\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/17/1073.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 7,\n                    \"name\": \"SC Cambuur\",\n                    \"code\": \"CAM\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/27/1435.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 369,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-04-30T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 20,\n                    \"name\": \"Jong Ajax\",\n                    \"code\": \"JAJ\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/31/2783.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 6,\n                    \"name\": \"Almere City\",\n                    \"code\": \"ALM\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/25/1433.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 370,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-04-30T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 13,\n                    \"name\": \"FC Dordrecht\",\n                    \"code\": \"DOR\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/22/822.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 8,\n                    \"name\": \"Excelsior\",\n                    \"code\": \"EXC\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/20/1652.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 371,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-05-02T12:30:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 18,\n                    \"name\": \"Helmond Sport\",\n                    \"code\": \"HEL\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/28/2460.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 2,\n                    \"name\": \"Go Ahead Eagles\",\n                    \"code\": \"GAE\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/24/664.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 372,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-04-30T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 22,\n                    \"name\": \"Jong AZ\",\n                    \"code\": \"JAZ\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/11/3115.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 16,\n                    \"name\": \"Roda JC Kerkrade\",\n                    \"code\": \"ROD\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/8/2344.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 373,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-04-30T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 21,\n                    \"name\": \"Jong PSV\",\n                    \"code\": \"JPS\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/27/2971.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 14,\n                    \"name\": \"Telstar\",\n                    \"code\": \"TEL\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/14/1550.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 374,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-04-30T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 19,\n                    \"name\": \"Jong Utrecht\",\n                    \"code\": \"JUT\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/3/2755.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 9,\n                    \"name\": \"TOP Oss\",\n                    \"code\": \"OSS\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/24/2360.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 375,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-04-30T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 17,\n                    \"name\": \"FC Volendam\",\n                    \"code\": \"VOL\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/28/2396.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 15,\n                    \"name\": \"MVV Maastricht\",\n                    \"code\": \"MVV\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/3/1731.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 376,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-05-03T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 12,\n                    \"name\": \"NAC Breda\",\n                    \"code\": \"NAC\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/29/637.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 1,\n                    \"name\": \"NEC\",\n                    \"code\": \"NEC\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/14/494.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 377,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-05-07T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 7,\n                    \"name\": \"SC Cambuur\",\n                    \"code\": \"CAM\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/27/1435.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 13,\n                    \"name\": \"FC Dordrecht\",\n                    \"code\": \"DOR\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/22/822.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 378,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-05-07T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 14,\n                    \"name\": \"Telstar\",\n                    \"code\": \"TEL\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/14/1550.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 10,\n                    \"name\": \"FC Den Bosch\",\n                    \"code\": \"FDB\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/17/2385.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 379,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-05-07T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 8,\n                    \"name\": \"Excelsior\",\n                    \"code\": \"EXC\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/20/1652.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 22,\n                    \"name\": \"Jong AZ\",\n                    \"code\": \"JAZ\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/11/3115.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 380,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-05-07T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 5,\n                    \"name\": \"De Graafschap\",\n                    \"code\": \"GRA\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/17/1073.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 20,\n                    \"name\": \"Jong Ajax\",\n                    \"code\": \"JAJ\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/31/2783.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        },\n        {\n            \"id\": 381,\n            \"status\": \"NS\",\n            \"starting_at\": \"2021-05-07T18:00:00.000000Z\",\n            \"visitor\": {\n                \"team\": {\n                    \"id\": 1,\n                    \"name\": \"NEC\",\n                    \"code\": \"NEC\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/14/494.png\"\n                },\n                \"score\": 0\n            },\n            \"local\": {\n                \"team\": {\n                    \"id\": 2,\n                    \"name\": \"Go Ahead Eagles\",\n                    \"code\": \"GAE\",\n                    \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/24/664.png\"\n                },\n                \"score\": 0\n            },\n            \"season\": {\n                \"id\": 2,\n                \"name\": \"2020/2021\",\n                \"start\": null,\n                \"end\": \"2021-05-12\",\n                \"league\": {\n                    \"id\": 2,\n                    \"name\": \"Eerste Divisie\",\n                    \"logo\": \"https://cdn.sportmonks.com/images/soccer/leagues/10/74.png\",\n                    \"is_cup\": 0\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://api.ga-eagles.test/v1/fixtures/upcoming?page=1\",\n        \"last\": \"http://api.ga-eagles.test/v1/fixtures/upcoming?page=2\",\n        \"prev\": null,\n        \"next\": \"http://api.ga-eagles.test/v1/fixtures/upcoming?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 2,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://api.ga-eagles.test/v1/fixtures/upcoming?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"http://api.ga-eagles.test/v1/fixtures/upcoming?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://api.ga-eagles.test/v1/fixtures/upcoming?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"http://api.ga-eagles.test/v1/fixtures/upcoming\",\n        \"per_page\": 15,\n        \"to\": 15,\n        \"total\": 30\n    }\n}"}],"_postman_id":"fad7b2e3-7574-452d-ba1e-dce6682eac4c"},{"name":"Get live fixtures","id":"61da3410-2e28-4825-8653-09052b62f643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/fixtures/live?page=1","description":"<p>Get a listing of live fixtures.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","fixtures","live"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"61da3410-2e28-4825-8653-09052b62f643"},{"name":"Get fixture","id":"a59fb773-6f90-4e98-aef7-eea36f761a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/fixtures/:id","description":"<p>Get a specific fixture.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","fixtures",":id"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of the fixture</p>\n","type":"text/plain"},"type":"string","value":"1","key":"id"}]}},"response":[{"id":"1e49101c-2592-4e3b-a954-cfb0d04383a1","name":"Get fixture","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/fixtures/:id","host":["https://api.ga-eagles.nl"],"path":["v1","fixtures",":id"],"variable":[{"key":"id","value":"1","type":"string","description":"ID of the fixture"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.16"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 26 Apr 2021 14:11:44 GMT"},{"key":"X-RateLimit-Limit","value":"3100"},{"key":"X-RateLimit-Remaining","value":"3097"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"status\": \"FT\",\n        \"starting_at\": \"2019-05-19T10:15:00.000000Z\",\n        \"visitor\": {\n            \"team\": {\n                \"id\": 10,\n                \"name\": \"FC Den Bosch\",\n                \"code\": \"FDB\",\n                \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/17/2385.png\"\n            },\n            \"score\": 2\n        },\n        \"local\": {\n            \"team\": {\n                \"id\": 2,\n                \"name\": \"Go Ahead Eagles\",\n                \"code\": \"GAE\",\n                \"logo\": \"https://cdn.sportmonks.com/images//soccer/teams/24/664.png\"\n            },\n            \"score\": 2\n        },\n        \"season\": {\n            \"id\": 1,\n            \"name\": \"2018/2019\",\n            \"start\": null,\n            \"end\": null,\n            \"league\": {\n                \"id\": 1,\n                \"name\": \"Eredivisie Playoffs\",\n                \"logo\": \"https://cdn.sportmonks.com/images//soccer/leagues/9/1353.png\",\n                \"is_cup\": 0\n            }\n        }\n    }\n}"}],"_postman_id":"a59fb773-6f90-4e98-aef7-eea36f761a95"},{"name":"Get fixture MOTM","id":"d24c17b4-1152-4fce-80d2-f9c8378adbb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/fixtures/:id/motm","description":"<p>Get the MOTM of a specific fixture.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","fixtures",":id","motm"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>ID of the fixture</p>\n","type":"text/plain"},"type":"string","value":"1","key":"id"}]}},"response":[],"_postman_id":"d24c17b4-1152-4fce-80d2-f9c8378adbb7"}],"id":"c011ae8f-d7ec-4e89-a54e-7205aa5ea6c8","description":"<p>Endpoints for listing fixtures.</p>\n","event":[{"listen":"prerequest","script":{"id":"dc6688ac-f04b-4f0c-9643-ccd88fe444ab","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0069e5cf-dae2-4ce3-9e10-3c500294445f","type":"text/javascript","exec":[""]}}],"_postman_id":"c011ae8f-d7ec-4e89-a54e-7205aa5ea6c8","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"Rounds","item":[{"name":"Get round fixtures","id":"c2727624-e278-44e5-9ecf-380556d27688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/rounds/:id/fixtures?page=1","description":"<p>Get a listing of round fixtures.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","rounds",":id","fixtures"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[{"description":{"content":"<p>ID of the round</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[],"_postman_id":"c2727624-e278-44e5-9ecf-380556d27688"}],"id":"65a9ebb6-6379-4c2b-93a4-f8258570556b","description":"<p>Endpoints for listing rounds.</p>\n","_postman_id":"65a9ebb6-6379-4c2b-93a4-f8258570556b","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"Users","item":[{"name":"Communication Preferences","item":[{"name":"Update user communication preferences","id":"150e80f5-3c72-4b5a-971c-da7391c94526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"partner_offers\": true,\n    \"sms_notifications\": false,\n    \"club_news_and_offers\": true,\n    \"whatsapp_notifications\": false\n}"},"url":"https://api.ga-eagles.nl/v1/users/:email/communication-preferences","description":"<p>Update the communication preferences of a specific user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","users",":email","communication-preferences"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>Email of the user</p>\n","type":"text/plain"},"type":"any","value":"foo@bar.com","key":"email"}]}},"response":[{"id":"2dc6d3d8-ac6c-4fc5-b837-926471fd0d93","name":"Update user communication preferences","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"body":{"mode":"raw","raw":"{\n    \"partner_offers\": false,\n    \"sms_notifications\": false,\n    \"club_news_and_offers\": true,\n    \"whatsapp_notifications\": false\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.ga-eagles.nl/v1/users/:email/communication-preferences","host":["https://api.ga-eagles.nl"],"path":["v1","users",":email","communication-preferences"],"variable":[{"key":"email","value":"foo@bar.com","description":"Email of the user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"150e80f5-3c72-4b5a-971c-da7391c94526"}],"id":"65bc0bf1-c565-4808-b86a-1a98335eadaf","description":"<p>Endpoints for listing and managing users' communication preferences.</p>\n","_postman_id":"65bc0bf1-c565-4808-b86a-1a98335eadaf","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}},{"name":"Get users listing","id":"e0d36611-9bef-4e1b-91e8-f8989814a570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/users?page=1&filter[updated_after]=2025-07-10 11:02:00","description":"<p>Get a listing of users.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","users"],"host":["https://api.ga-eagles.nl"],"query":[{"description":{"content":"<p>The page number to return</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Return users updated after the specified timestamp</p>\n","type":"text/plain"},"key":"filter[updated_after]","value":"2025-07-10 11:02:00"}],"variable":[]}},"response":[{"id":"fc6500e0-3de9-4bbe-aaee-b7fb05bddd65","name":"Get users listing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":{"raw":"https://api.ga-eagles.nl/v1/users?page=1&filter[updated_after]=2025-07-10 11:02:00","host":["https://api.ga-eagles.nl"],"path":["v1","users"],"query":[{"key":"page","value":"1","description":"The page number to return"},{"key":"filter[updated_after]","value":"2025-07-10 11:02:00","description":"Return users updated after the specified timestamp"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e0d36611-9bef-4e1b-91e8-f8989814a570"},{"name":"Get user","id":"49733d2f-3261-4468-b07b-dfa65ba53cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{token}}"}],"url":"https://api.ga-eagles.nl/v1/users/:email","description":"<p>Get a specific user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}},"urlObject":{"path":["v1","users",":email"],"host":["https://api.ga-eagles.nl"],"query":[],"variable":[{"description":{"content":"<p>The email address of the specified user</p>\n","type":"text/plain"},"type":"any","value":"","key":"email"}]}},"response":[],"_postman_id":"49733d2f-3261-4468-b07b-dfa65ba53cb2"}],"id":"78dd7041-aaac-4ebd-8f8b-c33f9ab8f5e7","description":"<p>Endpoints for listing and managing users.</p>\n","_postman_id":"78dd7041-aaac-4ebd-8f8b-c33f9ab8f5e7","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","id":"4ca89390-a9c1-4819-b1fd-1871f7ff43f3","name":"Go Ahead Eagles - API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"cd95655a-137f-4a96-bb3c-6967aa1029f9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b9c5a1f-dc78-46a4-88e3-bf7d8d6820eb","type":"text/javascript","exec":[""]}}],"variable":[{"key":"host","value":"https://api.ga-eagles.nl"}]}