{"info":{"_postman_id":"dd302fc3-2a6f-45d7-8230-26b23b961732","name":"SportsAPI-V3","description":"<html><head></head><body><p>The API service is based on the REST architecture and supports a number of resources accessed with HTTP protocol. The client should send a HTTP GET request and in return will receive JSON document.</p>\n<h1 id=\"general-rules\">General rules</h1>\n<p>SportsAPI integration should be made as <strong>backend to backend</strong> solution.<br>All data provided by STATSCORE SportsAPI should be pulled and stored by customer.<br>End-users should made requests for those data directly from customers internal storage.</p>\n<p>Feed updates are provided by both PUSH and PULL methods.</p>\n<h2 id=\"data-consumption\">Data consumption</h2>\n<p><strong>PULL data</strong></p>\n<p>Most of data can be taken by using PULL method:</p>\n<ul>\n<li>PULL methods should be used to get initial data and periodic updates for most of resources except live results and live stats - those should be received by PUSH feed.</li>\n</ul>\n<p><strong>Pagination</strong></p>\n<p>Please note pulled data could be paginated. That mean not all data are returned in once request.<br>When data is paginated you will receive proper link to the next page.</p>\n<p>Example: <a href=\"https://api.statscore.com/v3/events&amp;page=2\">https://api.statscore.com/v3/events&amp;page=2</a> returns the 2nd page of requested events.</p>\n<p><strong>PUSH data</strong></p>\n<ul>\n<li>PUSH method should be used to get live data changes like livescore and live statistics.<br>You will find more about PUSH Setup in the separate folder of this docs.</li>\n</ul>\n<h2 id=\"limitations\">Limitations</h2>\n<p>Pulling data is limited to 100 requests per minute for each resource separately.</p>\n<p>If you exceed allowed nr of requests your account will be blocked for 5 minutes.<br>If you will continously exceed allowed nr of request your account can be disabled.</p>\n<h1 id=\"using-timestamps\">Using timestamps</h1>\n<p>When the PULL request is made, the response contains a <strong>timestamp</strong> value showing the time of generated response.<br>You can use this value in your next request to get only data that are changed since that time. To do it just add <strong>timestamp</strong> query parameter.<br>Example: <a href=\"https://api.statscore.com/v2/events?token=%7Byour-token%7D&amp;timestamp=%7Btimestamp%7D\">https://api.statscore.com/v2/events?token={your-token}×tamp={timestamp}</a></p>\n<h1 id=\"translations\">Translations</h1>\n<p>The feed language is English. If you would like to get translated data you should use Translations method. Detailed information about how to use that method is included in this doc.</p>\n<h1 id=\"unified-data-structure\">Unified data structure</h1>\n<p>We have standardised the output for ALL sports, so we offer same format and data structure.<br>The main purpose of our sports data structure is to describe sports events such as fixtures, matches, races and leagues standings in the same format across all sports. The data structure is designed to be easily integrated into the customer's system, it's very flexible and will easily support any future updates.</p>\n<h1 id=\"http-status-codes\">HTTP Status codes</h1>\n<p>For each request the HTTP Status code is also returned with a response. A list of all possible HTTP status codes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP status code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 OK</td>\n<td>Successful request</td>\n</tr>\n<tr>\n<td>304 Not Modified</td>\n<td>Sent if data is older than provided \"If-Modified-Since\" HTTP Header</td>\n</tr>\n<tr>\n<td>400 Bad Request</td>\n<td>You have provided a parameter that the function does not support</td>\n</tr>\n<tr>\n<td>401 Unauthorized</td>\n<td>You have not provided a username/password or authkey</td>\n</tr>\n<tr>\n<td>403 Forbidden</td>\n<td>You have not been authenticated or your subscription does not permit you to request the data you have requested</td>\n</tr>\n<tr>\n<td>404 Not Found</td>\n<td>You have requested non-existent data</td>\n</tr>\n<tr>\n<td>429 Too Many Requests</td>\n<td>You have made too many requests</td>\n</tr>\n<tr>\n<td>500 Internal Server Error</td>\n<td>Error is caused by a malfunction on our side. Our IT department is notified about this automatically</td>\n</tr>\n<tr>\n<td>501 Not Implemented</td>\n<td>The sport and/or function you have requested does not exist</td>\n</tr>\n<tr>\n<td>503 Service unavailable</td>\n<td>The Web server is currently unable to handle the HTTP request due to maintenance of the server</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"support\">Support</h1>\n<p>Our support team, based in Katowice, exists for one purpose: to serve and delight STATSCORE customers. Have a question? Our team will help you find answers 24 hours a day, 365 days a year.<br>There are two ways to contact our support team:</p>\n<ul>\n<li>send us an email at <a href=\"mailto:tech-support@statscore.com\">tech-support@statscore.com</a></li>\n<li>create ticket in our customer service at: <a href=\"http://support.statscore.com\">http://support.statscore.com</a></li>\n</ul>\n<h2 id=\"features-and-bugs\">Features and bugs</h2>\n<p>We love to hear your requests for new features and improvements!</p>\n<p>Sometimes bugs do happen. If you find one, please contact us and we will do our best to fix it as soon as possible.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"General rules","slug":"general-rules"},{"content":"Using timestamps","slug":"using-timestamps"},{"content":"Translations","slug":"translations"},{"content":"Unified data structure","slug":"unified-data-structure"},{"content":"HTTP Status codes","slug":"http-status-codes"},{"content":"Support","slug":"support"}],"owner":"6290221","collectionId":"dd302fc3-2a6f-45d7-8230-26b23b961732","publishedId":"UVyoXdqs","public":true,"customColor":{"top-bar":"000000","right-sidebar":"555555","highlight":"00AEEF"},"publishDate":"2022-03-30T12:13:12.000Z"},"item":[{"name":"Auth","item":[{"name":"Auth - Get Token","event":[{"listen":"prerequest","script":{"id":"b8a97824-2268-49c2-800d-cefb590a06b0","exec":["//set your credentials\r","postman.setEnvironmentVariable(\"secret_key\", \"d6SaNQUmsB1qBFiNdofKQw1MWEvuZ5j6lqY\");\r","postman.setEnvironmentVariable(\"client_id\", 375);\r","\r","//set env\r","postman.setEnvironmentVariable(\"base-url\", \"https://api.statscore.com\");\r","postman.setEnvironmentVariable(\"api-ver\", \"v2\");\r","postman.setEnvironmentVariable(\"event_id\", 1653325);\r","postman.setEnvironmentVariable(\"season_id\", 29543);\r","\r",""],"type":"text/javascript"}},{"listen":"test","script":{"id":"efbd2cae-51ef-404b-8305-f07317de0dee","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"token\", jsonData.api.data.token);","postman.setEnvironmentVariable(\"timestamp-events\", jsonData.api.timestamp);"],"type":"text/javascript"}}],"id":"45564094-4ad1-4e89-a84b-f6f42d5c98fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/auth?client_id={{client_id}}&secret_key={{secret_key}}","description":"<p>This method will generate your token that allows you to make API requests.\nUse your individual credentials like: client_id and secret_key to generate token.</p>\n","urlObject":{"path":["{{api-ver}}","auth"],"host":["{{url}}"],"query":[{"key":"client_id","value":"{{client_id}}"},{"key":"secret_key","value":"{{secret_key}}"}],"variable":[]}},"response":[{"id":"37aeda11-90e2-4e8f-9530-89b19ed0b389","name":"Auth - Get Token","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/auth?client_id={{client_id}}&secret_key={{secret_key}}","host":["{{url}}"],"path":["{{api-ver}}","auth"],"query":[{"key":"client_id","value":"{{client_id}}"},{"key":"secret_key","value":"{{secret_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2019 10:14:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"api_ver\": \"3.1\",\n    \"timestamp\": 1556792083,\n    \"method\": \"auth\",\n    \"data\": {\n        \"token\": \"5865904f059e8c8be0981a1bc9ea5de3\",\n        \"token_expiration\": 1556878483\n    }\n}\n"}],"_postman_id":"45564094-4ad1-4e89-a84b-f6f42d5c98fa"}],"id":"65dc134e-f1b5-4c87-b12a-0c6a5b1749cb","description":"<h2 id=\"authentication\">Authentication</h2>\n<p>Access to the API is based on the oAuth 2.0 authorization method. This means access is given using a unique token without any IP's restriction.</p>\n<p>You can generate tokens by using a GET request including query parameters like: <strong>client_id</strong> and <strong>secret_key</strong>. These two parameters are assigned to your account and will be sent to you by the e-mail. Each generated token is valid for 24 hours. Token should be sent with all subsequent requests.</p>\n","event":[{"listen":"prerequest","script":{"id":"e3846e8e-4a39-4821-896e-3627ad5ece20","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"06d2a373-0a38-4e4b-af61-0c5f5de8ea85","type":"text/javascript","exec":[""]}}],"_postman_id":"65dc134e-f1b5-4c87-b12a-0c6a5b1749cb"},{"name":"Setup data","item":[{"name":"Sports","item":[{"name":"Sports Index","event":[{"listen":"test","script":{"id":"4c8d782c-92dd-4722-b4eb-d9efdd53573a","exec":["pm.test(\"Response is OK\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"137266a5-99ec-4b5e-9532-dde12555efec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/sports?token={{token}}","description":"<p>Returns a list of all available sports.</p>\n<p><strong>Suggested request frequency:</strong> Only when the API version is changed.</p>\n","urlObject":{"path":["{{api-ver}}","sports"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"30d76bdd-1e4d-4139-afe2-cf33fdb44ac1","name":"Sports Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/sports?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","sports"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Mar 2019 08:33:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"sports.index\",\n   \"data\":{\n      \"sports\":[\n         {\n            \"id\":1,\n            \"name\":\"Basketball\",\n            \"active\":\"yes\",\n            \"participant_quantity\":\"2\",\n            \"has_timer\":\"yes\",\n            \"ut\":1412922509\n         },\n         {\n            \"id\":5,\n            \"name\":\"Soccer\",\n            \"active\":\"yes\",\n            \"participant_quantity\":\"2\",\n            \"has_timer\":\"yes\",\n            \"ut\":1412922509\n         },\n         {\n            \"id\":11,\n            \"name\":\"Ski-Jumping\",\n            \"active\":\"yes\",\n            \"participant_quantity\":\"more\",\n            \"has_timer\":\"no\",\n            \"ut\":1412922509\n         }\n      ]\n   }\n}"}],"_postman_id":"137266a5-99ec-4b5e-9532-dde12555efec"},{"name":"Sports Details","event":[{"listen":"test","script":{"id":"2e178408-d6a1-42bd-8711-ddbd29a8ea70","exec":["pm.test(\"Response is OK\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"d8e8bfda-abc6-4a1e-9021-b8eb3047e627","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/sports/{{sport_id}}?token={{token}}","description":"<p>Returns all information about the structure and data used in selected sport like:</p>\n<ul>\n<li>statuses</li>\n<li>incidents</li>\n<li>details</li>\n<li>statistics and results</li>\n<li>standings types</li>\n<li>venues details</li>\n</ul>\n<p><strong>Suggested request frequency:</strong> Only when the API version is changed.</p>\n","urlObject":{"path":["{{api-ver}}","sports","{{sport_id}}"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"5a026538-a45c-46a1-b64f-4f8fafcaaf3a","name":"Sports Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/v3/sports/5?token={{token}}","host":["{{url}}"],"path":["v3","sports","5"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Mar 2019 13:28:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"sports.details\",\n   \"data\":{\n        \"sport\":{\n            \"id\":5,\n            \"name\":\"Soccer\",\n            \"active\":\"yes\",\n            \"participant_quantity\":\"2\",\n            \"has_timer\":\"yes\",\n            \"ut\":1412922509,\n            \"statuses\":[\n                {\n                    \"id\":1,\n                    \"name\":\"Not started\",\n                    \"short_name\":\"Sched.\",\n                    \"type\":\"scheduled\",\n                    \"ut\":1415797229\n                },\n                {\n                    \"id\":6,\n                    \"name\":\"Start delayed\",\n                    \"short_name\":\"Delay.\",\n                    \"type\":\"scheduled\",\n                    \"ut\":1415797229\n                }\n            ],\n            \"results\":[\n                {\n                    \"id\":412,\n                    \"name\":\"Progress\",\n                    \"type\":\"team\",\n                    \"data_type\":\"binary\"\n                },\n                {\n                    \"id\":411,\n                    \"name\":\"Winner\",\n                    \"type\":\"team\",\n                    \"data_type\":\"binary\"\n                }\n            ],\n            \"stats\":{\n                \"team\":[\n                    {\n                    \"id\":20,\n                    \"name\":\"Shots on target\",\n                    \"data_type\":\"integer\"\n                    },\n                    {\n                    \"id\":21,\n                    \"name\":\"Shots off target\",\n                    \"data_type\":\"integer\"\n                    }\n                ],\n                \"person\":[\n                    {\n                    \"id\":20,\n                    \"name\":\"Shots on target\",\n                    \"data_type\":\"integer\"\n                    },\n                    {\n                    \"id\":21,\n                    \"name\":\"Shots off target\",\n                    \"data_type\":\"integer\"\n                    }\n                ]\n            },\n            \"details\":[\n                {\n                    \"id\":8,\n                    \"name\":\"Weather conditions\",\n                    \"possible_values\":[\n                    {\n                        \"value\":\"Good\",\n                        \"key\":1\n                    },\n                    {\n                        \"value\":\"Windy\",\n                        \"key\":2\n                    },\n                    {\n                        \"value\":\"Stormy\",\n                        \"key\":3\n                    },\n                    {\n                        \"value\":\"Rainy\",\n                        \"key\":4\n                    },\n                    {\n                        \"value\":\"Heavy rain\",\n                        \"key\":5\n                    },\n                    {\n                        \"value\":\"Light rain\",\n                        \"key\":6\n                    },\n                    {\n                        \"value\":\"Cloudy\",\n                        \"key\":7\n                    },\n                    {\n                        \"value\":\"Heavy snow\",\n                        \"key\":8\n                    },\n                    {\n                        \"value\":\"Light snow\",\n                        \"key\":9\n                    },\n                    {\n                        \"value\":\"Sunny\",\n                        \"key\":10\n                    },\n                    {\n                        \"value\":\"Hot\",\n                        \"key\":11\n                    },\n                    {\n                        \"value\":\"Very hot\",\n                        \"key\":12\n                    },\n                    {\n                        \"value\":\"Wet\",\n                        \"key\":13\n                    },\n                    {\n                        \"value\":\"Dry\",\n                        \"key\":14\n                    }\n                    ],\n                    \"nullable\":\"no\",\n                    \"default\":\"1\"\n                },\n                {\n                    \"id\":36,\n                    \"name\":\"Pitch conditions\",\n                    \"code\":\"pitch_conditions_id\",\n                    \"data_type\":null,\n                    \"is_season_detail\":0,\n                    \"description\":null,\n                    \"input\":\"select\",\n                    \"type\":null,\n                    \"related_statuses\":[\n                    \n                    ],\n                    \"possible_values\":[\n                    {\n                        \"value\":\"Good\",\n                        \"key\":1\n                    },\n                    {\n                        \"value\":\"Wet\",\n                        \"key\":2\n                    },\n                    {\n                        \"value\":\"Snowy\",\n                        \"key\":3\n                    },\n                    {\n                        \"value\":\"Excellent\",\n                        \"key\":4\n                    },\n                    {\n                        \"value\":\"Regular\",\n                        \"key\":5\n                    },\n                    {\n                        \"value\":\"Wet and fast\",\n                        \"key\":6\n                    },\n                    {\n                        \"value\":\"Slow due to water\",\n                        \"key\":7\n                    },\n                    {\n                        \"value\":\"Frozen\",\n                        \"key\":8\n                    },\n                    {\n                        \"value\":\"Hard or frozen\",\n                        \"key\":9\n                    },\n                    {\n                        \"value\":\"Artificial pitch\",\n                        \"key\":10\n                    }\n                    ],\n                    \"nullable\":\"yes\",\n                    \"default\":null\n                },\n                {\n                    \"id\":16,\n                    \"name\":\"Period length\",\n                    \"related_statuses\":[\n                    8,\n                    10,\n                    19,\n                    20,\n                    33\n                    ],\n                    \"possible_values\":[\n                    \n                    ],\n                    \"format\":\"integer\",\n                    \"nullable\":\"no\",\n                    \"default\":\"45\"\n                }\n            ],\n            \"standings_types\":[\n                {\n                    \"id\":176,\n                    \"name\":\"Assists\",\n                    \"ut\":1499245735,\n                    \"columns\":[\n                    {\n                        \"id\":294,\n                        \"name\":\"Assists\",\n                        \"short_name\":\"Assists\",\n                        \"code\":\"assists\"\n                    },\n                    {\n                        \"id\":1,\n                        \"name\":\"Matches played\",\n                        \"short_name\":\"MP\",\n                        \"code\":\"mp\"\n                    },\n                    {\n                        \"id\":397,\n                        \"name\":\"Assists per match\",\n                        \"short_name\":\"ASPM\",\n                        \"code\":\"assists_per_match\"\n                    },\n                    {\n                        \"id\":195,\n                        \"name\":\"Manual rank\",\n                        \"short_name\":\"MR\",\n                        \"code\":\"manual_rank\"\n                    }\n                    ]\n                },\n                {\n                    \"id\":5,\n                    \"name\":\"Away standings\",\n                    \"ut\":1434609534,\n                    \"columns\":[\n                    {\n                        \"id\":35,\n                        \"name\":\"Away matches played\",\n                        \"short_name\":\"AMP\",\n                        \"code\":\"away_mp\"\n                    },\n                    {\n                        \"id\":15,\n                        \"name\":\"Away won\",\n                        \"short_name\":\"AW\",\n                        \"code\":\"away_won\"\n                    },\n                    {\n                        \"id\":16,\n                        \"name\":\"Away draw\",\n                        \"short_name\":\"AD\",\n                        \"code\":\"away_draw\"\n                    },\n                    {\n                        \"id\":17,\n                        \"name\":\"Away lost\",\n                        \"short_name\":\"AL\",\n                        \"code\":\"away_lost\"\n                    },\n                    {\n                        \"id\":18,\n                        \"name\":\"Away goals difference\",\n                        \"short_name\":\"AGD\",\n                        \"code\":\"away_goals_diff\"\n                    },\n                    {\n                        \"id\":30,\n                        \"name\":\"Away goals scored\",\n                        \"short_name\":\"AGS\",\n                        \"code\":\"away_goals_scored\"\n                    },\n                    {\n                        \"id\":31,\n                        \"name\":\"Away goals allowed\",\n                        \"short_name\":\"AGA\",\n                        \"code\":\"away_goals_allowed\"\n                    },\n                    {\n                        \"id\":49,\n                        \"name\":\"Away points\",\n                        \"short_name\":\"A Pts\",\n                        \"code\":\"away_pts\"\n                    },\n                    {\n                        \"id\":62,\n                        \"name\":\"Away form\",\n                        \"short_name\":\"A Form\",\n                        \"code\":\"away_form\"\n                    },\n                    {\n                        \"id\":367,\n                        \"name\":\"Away goals ratio\",\n                        \"short_name\":\"AGR\",\n                        \"code\":\"away_goals_ratio\"\n                    },\n                    {\n                        \"id\":195,\n                        \"name\":\"Manual rank\",\n                        \"short_name\":\"MR\",\n                        \"code\":\"manual_rank\"\n                    }\n                    ]\n                }\n            ],\n            \"venues_details\":[\n                {\n                    \"id\":14,\n                    \"name\":\"Capacity\",\n                    \"description\":null\n                },\n                {\n                    \"id\":37,\n                    \"name\":\"Is stadium covered?\",\n                    \"description\":null\n                }\n            ]\n        }\n   }\n}"}],"_postman_id":"d8e8bfda-abc6-4a1e-9021-b8eb3047e627"}],"id":"16419bcf-f203-4a91-8f5e-2d8d135cda9d","event":[{"listen":"prerequest","script":{"id":"46b925ea-28af-417f-90d7-dac80430a9b7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"48a62efd-30c8-454b-a02d-9c227e562a85","type":"text/javascript","exec":[""]}}],"_postman_id":"16419bcf-f203-4a91-8f5e-2d8d135cda9d","description":""},{"name":"Areas","item":[{"name":"Areas Index","id":"e1ccc810-d9af-4e33-90d8-63d98126edd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/areas?token={{token}}","description":"<p>Returns a list of all available areas (continents and countries).</p>\n<p><strong>Suggested request frequency:</strong> Once per 24 hours.</p>\n","urlObject":{"path":["{{api-ver}}","areas"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"8f7b9b12-45dd-4e86-adaf-30eb14fcf511","name":"Areas Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base-url}}/{{api-ver}}/areas?token={{token}}","host":["{{base-url}}"],"path":["{{api-ver}}","areas"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Apr 2019 10:47:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"areas.index\",\n   \"data\":{\n      \"areas\":[\n         {\n            \"id\":1,\n            \"area_code\":\"AFG\",\n            \"name\":\"Afghanistan\",\n            \"parent_area_id\":\"210\",\n            \"ut\":1514992911\n         },\n         {\n            \"id\":2,\n            \"area_code\":\"ALB\",\n            \"name\":\"Albania\",\n            \"parent_area_id\":\"209\",\n            \"ut\":1514992911\n         }\n      ]\n   }\n}"}],"_postman_id":"e1ccc810-d9af-4e33-90d8-63d98126edd0"}],"id":"6c060280-2e57-4d87-a380-0a11ebf0bfe4","event":[{"listen":"prerequest","script":{"id":"00051943-c976-4fe6-9e01-245b671d5437","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"326aeae5-a8a2-404d-9cbd-eb3bd81c6ae4","type":"text/javascript","exec":[""]}}],"_postman_id":"6c060280-2e57-4d87-a380-0a11ebf0bfe4","description":""},{"name":"Tours","item":[{"name":"Tours Index","id":"d9c4bdb0-8f6f-4a2a-b661-89f2b8139bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/tours?token={{token}}","description":"<p>Returns a list of all available tours that could be related to the competitions e.g. ATP Tour, WTA Tour.</p>\n<p><strong>Suggested request frequency:</strong> Once per 24 hours.</p>\n","urlObject":{"path":["{{api-ver}}","tours"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"c5e251e0-b2be-4b59-8d81-ffc583d068a9","name":"Tours Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base-url}}/{{api-ver}}/tours?token={{token}}","host":["{{base-url}}"],"path":["{{api-ver}}","tours"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Apr 2019 12:26:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"tours.index\",\n        \"data\": {\n            \"tours\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"ATP Tour\",\n                    \"sport_id\": 4,\n                    \"sort_order\": 1,\n                    \"ut\": 1508316215\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"WTA Tour (W)\",\n                    \"sport_id\": 4,\n                    \"sort_order\": 2,\n                    \"ut\": 1508316218\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"d9c4bdb0-8f6f-4a2a-b661-89f2b8139bf3"}],"id":"05b80551-fb81-4422-8223-5517137e4d30","_postman_id":"05b80551-fb81-4422-8223-5517137e4d30","description":""},{"name":"Rounds","item":[{"name":"Rounds Index","id":"a76b482f-70ca-436d-ad1c-236b3ac12889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/rounds?token={{token}}","description":"<p>Returns a list of all available rounds which could be related to the event f.e Round 1, Quarterfinals etc.</p>\n<p><strong>Suggested request frequency:</strong> Once per 24 hours.</p>\n","urlObject":{"path":["{{api-ver}}","rounds"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"ae472dda-8931-45fb-9cf5-55926bb4c0fc","name":"Rounds Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base-url}}/{{api-ver}}/rounds?token={{token}}","host":["{{base-url}}"],"path":["{{api-ver}}","rounds"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Apr 2019 12:18:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"rounds.index\",\n   \"data\":{\n      \"rounds\":[\n         {\n            \"id\":211,\n            \"name\":\"Preliminary Round\",\n            \"sort\":1,\n            \"ut\":1490003988\n         },\n         {\n            \"id\":222,\n            \"name\":\"2nd Preliminary Round\",\n            \"sort\":2,\n            \"ut\":1490003994\n         }\n      ]\n   }\n}"}],"_postman_id":"a76b482f-70ca-436d-ad1c-236b3ac12889"}],"id":"dd187b61-f0af-41d7-8882-ea9521fbc9e7","event":[{"listen":"prerequest","script":{"id":"61e0c44b-39ae-4503-8bf8-b2e16a11a4cd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"02f570b7-ab90-471d-8b09-d186586a0f0f","type":"text/javascript","exec":[""]}}],"_postman_id":"dd187b61-f0af-41d7-8882-ea9521fbc9e7","description":""},{"name":"Groups","item":[{"name":"Groups Index","id":"a93d21df-5fe9-4438-a1b6-ca184e7f4198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/groups?token={{token}}","description":"<p>Returns a list of all available group f.e Group A, Group B etc.</p>\n<p><strong>Suggested request frequency:</strong> Once per 24 hours.</p>\n","urlObject":{"path":["{{api-ver}}","groups"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"239c994b-5212-4095-ba1c-88489891ee40","name":"Groups Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base-url}}/{{api-ver}}/groups?token={{token}}&stage_id={{stage_id}}","host":["{{base-url}}"],"path":["{{api-ver}}","groups"],"query":[{"key":"token","value":"{{token}}"},{"key":"stage_id","value":"{{stage_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Apr 2019 10:56:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"groups.index\",\n   \"data\":{\n      \"groups\":[\n         {\n            \"id\":6,\n            \"name\":\"Group F\",\n            \"ut\":1574943145\n         },\n         {\n            \"id\":1,\n            \"name\":\"Group A\",\n            \"ut\":1574943145\n         }\n      ]\n   }\n}"}],"_postman_id":"a93d21df-5fe9-4438-a1b6-ca184e7f4198"}],"id":"6f01a0a6-e077-4756-85e8-eb097ca6a31c","_postman_id":"6f01a0a6-e077-4756-85e8-eb097ca6a31c","description":""}],"id":"d3b4596c-9e53-45be-961f-2d4dce541574","description":"<p>It is recommended to request and store data from the endpoints listed in this folder. This data are being used in the other resources as an additional information for the events, standings etc.</p>\n<p>Good approach is to get all data once and then use Timestamps in the query, cause the changes are made very rare.</p>\n","event":[{"listen":"prerequest","script":{"id":"c45eb267-3290-41ea-afe9-d0bf6ccc2242","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c183780c-bdea-4645-ad4b-375532d277c5","type":"text/javascript","exec":[""]}}],"_postman_id":"d3b4596c-9e53-45be-961f-2d4dce541574"},{"name":"Competitions (Leagues)","item":[{"name":"Competitions Index","event":[{"listen":"test","script":{"id":"2e178408-d6a1-42bd-8711-ddbd29a8ea70","exec":["pm.test(\"Response is OK\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"77acb795-0e81-4621-8ecb-15e845778eda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/sports/{{sport_id}}/competitions?token={{token}}&timestamp=1556792083","description":"<p>Returns a list of all available competitions.<br />Competitions holds the same ID's across all Seasons.</p>\n<p>Example:</p>\n<ul>\n<li>English Premier League will have always: 1528</li>\n<li>Premier League Season 2020/21 is: 46324</li>\n<li>Premier League Season 2021/22 is: 49102</li>\n</ul>\n<p><strong>Suggested request frequency:</strong> Once per 24 hours with timestamp.</p>\n","urlObject":{"path":["{{api-ver}}","sports","{{sport_id}}","competitions"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"description":{"content":"<p>Optional - to get updates</p>\n","type":"text/plain"},"key":"timestamp","value":"1556792083"}],"variable":[]}},"response":[{"id":"6a1f1036-bf2b-43c4-afb0-99f40fd4a0e5","name":"Competitions Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/sports/{{sport_id}}/competitions?token={{token}}&timestamp=1556792083","host":["{{url}}"],"path":["{{api-ver}}","sports","{{sport_id}}","competitions"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"1556792083","description":"Optional - to get updates"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Mar 2019 13:28:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"competitions.index\",\n   \"data\":{\n      \"competitions\":[\n         {\n            \"id\":181,\n            \"name\":\"Africa Championship\",\n            \"short_name\":\"AfroBasket\",\n            \"mini_name\":\"AFR\",\n            \"gender\":\"male\",\n            \"type\":\"international\",\n            \"area_id\":211,\n            \"sport_id\":1,\n            \"tour_id\":0,\n            \"status\":\"active\",\n            \"ut\":1591181633\n         },\n         {\n            \"id\":1595,\n            \"name\":\"Africa Cup of Nations\",\n            \"short_name\":\"Africa CON\",\n            \"mini_name\":\"AFR\",\n            \"gender\":\"male\",\n            \"type\":\"international\",\n            \"area_id\":211,\n            \"sport_id\":1,\n            \"tour_id\":0,\n            \"status\":\"active\",\n            \"ut\":1591181633\n         }\n      ]\n   }\n}"}],"_postman_id":"77acb795-0e81-4621-8ecb-15e845778eda"},{"name":"Seasons Index","event":[{"listen":"test","script":{"id":"2e178408-d6a1-42bd-8711-ddbd29a8ea70","exec":["pm.test(\"Response is OK\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"90c168c6-1e50-4db1-b0a3-8ca4475a849c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/sports/{{sport_id}}/seasons?token={{token}}&timestamp","description":"<p>Returns a list of all available seasons played in the competitions. Season includes information about potential stage that can be played during the season.</p>\n<p>Example:<br />Season: World Cup can include 2 stages:</p>\n<ul>\n<li>Group Stage</li>\n<li>Play offs</li>\n</ul>\n<p><strong>Suggested request frequency:</strong> Once per 4 hours with timestamp.</p>\n","urlObject":{"path":["{{api-ver}}","sports","{{sport_id}}","seasons"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"description":{"content":"<p>Optional - to get updates</p>\n","type":"text/plain"},"key":"timestamp","value":null}],"variable":[]}},"response":[{"id":"0f0dc472-f4cd-431f-bfa2-dfc5522299b8","name":"Seasons Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/sports/{{sport_id}}/seasons?token={{token}}&timestamp=1556792083","host":["{{url}}"],"path":["{{api-ver}}","sports","{{sport_id}}","seasons"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"1556792083","description":"Optional - to get updates"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Mar 2019 13:28:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"seasons.index\",\n   \"data\":{\n      \"seasons\":[\n         {\n            \"id\":51620,\n            \"competition_id\":5805,\n            \"name\":\"World Cup 2023\",\n            \"year\":\"2023\",\n            \"actual\":\"yes\",\n            \"ut\":1637331063,\n            \"stats_lvl\":\"bronze\",\n            \"stages\":[\n               {\n                  \"id\":117013,\n                  \"stage_name_id\":54,\n                  \"start_date\":\"2023-09-07\",\n                  \"end_date\":\"\",\n                  \"groups_nr\":0,\n                  \"is_current\":\"yes\",\n                  \"ut\":1637331086,\n                  \"has_brackets\":\"no\"\n               }\n            ]\n         },\n         {\n            \"id\":44252,\n            \"competition_id\":7404,\n            \"name\":\"WC Qualification 2023\",\n            \"year\":\"2023\",\n            \"actual\":\"yes\",\n            \"ut\":1637331063,\n            \"stats_lvl\":\"bronze\",\n            \"stages\":[]\n         }\n      ]\n   }\n}"}],"_postman_id":"90c168c6-1e50-4db1-b0a3-8ca4475a849c"}],"id":"2ddad0e4-8f2b-4a78-826b-76828d26dd16","_postman_id":"2ddad0e4-8f2b-4a78-826b-76828d26dd16","description":""},{"name":"Events (Matches)","item":[{"name":"Events Index","id":"c2fc87b2-0a27-4783-92c2-4b2521344485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{url}}/{{api-ver}}/sports/{{sport_id}}/events?token={{token}}&timestamp=2026-05-19T11:28:12.917Z","urlObject":{"path":["{{api-ver}}","sports","{{sport_id}}","events"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"description":{"content":"<p>Optional - to get updates</p>\n","type":"text/plain"},"key":"timestamp","value":"2026-05-19T11:28:12.917Z"}],"variable":[]}},"response":[{"id":"b520b8a7-56ec-4920-ac59-94d8cfac7399","name":"Events Index","originalRequest":{"method":"GET","header":[{"key":"sport_id","value":"5","description":"soccer","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/{{api-ver}}/sports/{{sport_id}}/events?token={{token}}&timestamp=2026-05-19T11:28:12.917Z","host":["{{url}}"],"path":["{{api-ver}}","sports","{{sport_id}}","events"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.917Z","description":"Optional - to get updates"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 16:57:57 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=f5b5eed8798658eb"},{"key":"x-srv-span","value":"v=1;s=858e8836eee181d5"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647968077"},{"key":"ETag","value":"W/\"58b-6WIMk9ZA3K5eB0QxB65zVkLCnNo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"events.index\",\n   \"data\":{\n      \"events\":[\n         {\n            \"id\":4404158,\n            \"name\":\"Wisla Krakow - Legia Warszawa\",\n            \"start_date\":\"2022-03-15T17:30:00.000+00:00\",\n            \"participants\":[\n               {\n                  \"id\":124311,\n                  \"score\":\"0\",\n                  \"host\":true\n               },\n               {\n                  \"id\":435353,\n                  \"score\":\"1\",\n                  \"host\":false\n               }\n            ],\n            \"coverage\":{\n               \"coverage_type\":\"from_tv\",\n               \"ft_only\":\"no\",\n               \"event_stats_lvl\":\"bronze\",\n               \"scoutsfeed\":\"no\",\n               \"latency\":null\n            },\n            \"clock_data\":{\n               \"clock_time\":10944,\n               \"clock_status\":\"running\"\n            },\n            \"day\":\"\",\n            \"winner_id\":null,\n            \"progress_id\":null,\n            \"neutral_venue\":\"no\",\n            \"result_verified_at\":\"2022-03-15T17:30:00.000+00:00\",\n            \"protocol_verified_at\":null,\n            \"round_id\":null,\n            \"venue_id\":null,\n            \"area_id\":211,\n            \"sport_id\":1,\n            \"tour_id\":0,\n            \"group_id\":123,\n            \"status_id\":11,\n            \"competition\":{\n               \"id\":123411,\n               \"name\":\"PKO Ekstraklasa\",\n               \"season\":\"2021/22\",\n               \"season_id\":243,\n               \"stage\":\"Regular season\",\n               \"stage_id\":1231\n            },\n            \"updates\":null,\n            \"item_status\":\"active\",\n            \"ut\":1647374794\n         },\n         {\n            \"id\":4404159,\n            \"name\":\"Lech Poznan - Ruch Chorzow\",\n            \"start_date\":\"2022-03-15T17:30:00.000+00:00\",\n            \"participants\":[\n               {\n                  \"id\":124311,\n                  \"score\":\"0\",\n                  \"host\":true\n               },\n               {\n                  \"id\":435353,\n                  \"score\":\"1\",\n                  \"host\":false\n               }\n            ],\n            \"coverage\":{\n               \"coverage_type\":\"from_tv\",\n               \"ft_only\":\"no\",\n               \"event_stats_lvl\":\"bronze\",\n               \"scoutsfeed\":\"no\",\n               \"latency\":null\n            },\n            \"clock_data\":{\n               \"clock_time\":10944,\n               \"clock_status\":\"running\"\n            },\n            \"day\":\"\",\n            \"winner_id\":null,\n            \"progress_id\":null,\n            \"neutral_venue\":\"no\",\n            \"result_verified_at\":\"2022-03-15T17:30:00.000+00:00\",\n            \"protocol_verified_at\":null,\n            \"round_id\":null,\n            \"venue_id\":null,\n            \"area_id\":211,\n            \"sport_id\":1,\n            \"tour_id\":0,\n            \"group_id\":123,\n            \"status_id\":11,\n            \"competition\":{\n               \"id\":123411,\n               \"name\":\"PKO Ekstraklasa\",\n               \"season\":\"2021/22\",\n               \"season_id\":243,\n               \"stage\":\"Regular season\",\n               \"stage_id\":1231\n            },\n            \"updates\":{\n               \"stats\":\"URL\",\n               \"details\":\"URL\",\n               \"lineups\":\"{{url}}/v3/events/{{event_id}}/lineups\",\n               \"incidents\":\"URL\",\n               \"players-stats\":\"URL\"\n            },\n            \"item_status\":\"active\",\n            \"ut\":1647374794\n         }\n      ]\n   }\n}"}],"_postman_id":"c2fc87b2-0a27-4783-92c2-4b2521344485"},{"name":"Events details","id":"5317f828-dcad-42a9-8d5b-abeca67e85aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/events/{{event_id}}/details?token={{token}}&timestamp=2026-05-19T11:28:12.918Z","urlObject":{"path":["{{api-ver}}","events","{{event_id}}","details"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.918Z"}],"variable":[]}},"response":[{"id":"99f1247e-e0e7-4d41-88fe-94577e15245a","name":"Events details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/events/{{event_id}}/details?token={{token}}&timestamp=2026-05-19T11:28:12.918Z","host":["{{url}}"],"path":["{{api-ver}}","events","{{event_id}}","details"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.918Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 16:54:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"events.details\",\n   \"data\":{\n    \"events-details\": [\n        {\n            \"id\": 8,\n            \"name\": \"Weather conditions\",\n            \"value\": \"Sunny\",\n            \"value_id\": \"??\"\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Pitch conditions\",\n            \"value\": \"Good\",\n            \"value_id\": 1\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Period length\",\n            \"value\": \"45\"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Extra period length\",\n            \"value\": \"15\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Number of periods\",\n            \"value\": \"2\"\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Extra period type - soccer\",\n            \"value\": \"No Extra Time\"\n        },\n        {\n            \"id\": 141,\n            \"name\": \"Attendance\",\n            \"value\": \"3468\"\n        },\n        {\n            \"id\": 226,\n            \"name\": \"Kickoff team\",\n            \"value\": \"away\"\n        },\n        {\n            \"id\": 227,\n            \"name\": \"Penalty shootout starting\",\n            \"value\": \"\"\n        },\n        {\n            \"id\": 151,\n            \"name\": \"Injury time\",\n            \"value\": \"\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"First half start date\",\n            \"value\": \"2022-03-20 11:41:34\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Second half start date\",\n            \"value\": \"2022-03-20 12:43:30\"\n        },\n        {\n            \"id\": 44,\n            \"name\": \"First extra half start date\",\n            \"value\": \"\"\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Second extra half start date\",\n            \"value\": \"\"\n        },\n        {\n            \"id\": 150,\n            \"name\": \"Penalty shootout start date\",\n            \"value\": \"\"\n        },\n        {\n            \"id\": 201,\n            \"name\": \"First half injury time\",\n            \"value\": \"1\"\n        },\n        {\n            \"id\": 202,\n            \"name\": \"Second half injury time\",\n            \"value\": \"3\"\n        },\n        {\n            \"id\": 203,\n            \"name\": \"First extra half injury time\",\n            \"value\": \"\"\n        },\n        {\n            \"id\": 204,\n            \"name\": \"Second extra half injury time\",\n            \"value\": \"\"\n        },\n        {\n            \"id\": 205,\n            \"name\": \"Has lineups\",\n            \"value\": \"yes\"\n        },\n        {\n            \"id\": 124,\n            \"name\": \"Timer direction\",\n            \"value\": \"up\"\n        },\n        {\n            \"id\": 160,\n            \"name\": \"Ball movement\",\n            \"value\": \"yes\"\n        },\n        {\n            \"id\": 178,\n            \"name\": \"Has formations\",\n            \"value\": \"yes\"\n        }\n        ]\n    }\n}"}],"_postman_id":"5317f828-dcad-42a9-8d5b-abeca67e85aa"},{"name":"Events lineups","id":"435f8676-f99b-4962-bb86-036abf7d9ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/events/{{event_id}}/lineups?token={{token}}&timestamp=2026-05-19T11:28:12.918Z","urlObject":{"path":["{{api-ver}}","events","{{event_id}}","lineups"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.918Z"}],"variable":[]}},"response":[{"id":"aebccc83-ee34-4780-a7fa-e656f45f6116","name":"Events lineups","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/events/{{event_id}}/lineups?token={{token}}&timestamp=2026-05-19T11:28:12.918Z","host":["{{url}}"],"path":["{{api-ver}}","events","{{event_id}}","lineups"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.918Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 14:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"events.lineups\",\n   \"data\":{\n      \"events-lineups\":{\n         \"event_id\":1231412,\n         \"lineups\":[\n            {\n               \"participant_id\":193291,\n               \"participant_team_id\":136764,\n               \"shirt_nr\":5,\n               \"placement\":\"1st lineup\",\n               \"role\":\"player\"\n            },\n            {\n               \"participant_id\":208907,\n               \"participant_team_id\":136764,\n               \"shirt_nr\":56,\n               \"placement\":\"bench\",\n               \"role\":\"coach\"\n            }\n         ],\n         \"referees\":[\n            {\n               \"participant_id\":208907,\n               \"type\":\"main\"\n            }\n         ]\n      }\n   }\n}"}],"_postman_id":"435f8676-f99b-4962-bb86-036abf7d9ff4"},{"name":"Events incidents","id":"58c6f236-6e29-4c77-bbcc-35eec14af2fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/events/{{event_id}}/incidents?token={{token}}&timestamp=2026-05-19T11:28:12.918Z","urlObject":{"path":["{{api-ver}}","events","{{event_id}}","incidents"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.918Z"}],"variable":[]}},"response":[{"id":"1541a9a1-dff8-4571-80bb-f6c61087b2c2","name":"Events incidents","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/events/{{event_id}}/incidents?token={{token}}&timestamp=2026-05-19T11:28:12.919Z","host":["{{url}}"],"path":["{{api-ver}}","events","{{event_id}}","incidents"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.919Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 14:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"events.incidents\",\n   \"data\":{\n      \"events-incidents\":[\n         {\n            \"id\":\"5-188085197\",\n            \"incident_id\":413,\n            \"participant_id\":136764,\n            \"subparticipant_id\":314568,\n            \"event_status_id\":33,\n            \"event_time\":\"35:13\",\n            \"event_id\": 1243124,\n            \"for\":\"own\",\n            \"confirmation\":\"confirmed\",\n            \"attribute_ids\":[\n               415,\n               400,\n               424,\n               419\n            ],\n            \"additional_info\":{\n               \"goalkeeper_id\":234934\n            },\n            \"ut\":1647778725\n         }\n      ]\n   }\n}"}],"_postman_id":"58c6f236-6e29-4c77-bbcc-35eec14af2fa"}],"id":"4431fe75-8d79-4cea-8f38-b3a4c1430e60","description":"<p>This folder describes all the methods related to the events (matches). This data will be changed most frequently, so the requests should be made every 5 minute (due to cache).</p>\n<p>However, to get all data as fast as you can we strongly reccomend to get pushes from our AMQP server.</p>\n","_postman_id":"4431fe75-8d79-4cea-8f38-b3a4c1430e60"},{"name":"Participants (Teams & Players)","item":[{"name":"Participants index","id":"8296c03c-fa2e-4bf0-8b86-6c65e34b3245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/sport/{{sport_id}}/participants?token={{token}}&timestamp=2026-05-19T11:28:12.919Z","urlObject":{"path":["{{api-ver}}","sport","{{sport_id}}","participants"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.919Z"}],"variable":[]}},"response":[{"id":"4d37f588-5033-4313-837c-6df98810ade7","name":"Participants index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/sport/{{sport_id}}/participants?token={{token}}&timestamp=2026-05-19T11:28:12.919Z","host":["{{url}}"],"path":["{{api-ver}}","sport","{{sport_id}}","participants"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.919Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 14:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"participants.index\",\n   \"data\":{\n      \"participants\":[\n         {\n            \"id\":1007,\n            \"type\":\"team\",\n            \"name\":\"Team soccer A\",\n            \"short_name\":\"Team soccer A\",\n            \"acronym\":\"TSA\",\n            \"gender\":\"male\",\n            \"area_id\":144,\n            \"sport_id\":5,\n            \"logo\":\"no\",\n            \"virtual\":\"no\",\n            \"team_data\":{\n               \"national\":\"no\",\n               \"website\":\"\",\n               \"founded\":\"\",\n               \"phone\":\"\",\n               \"email\":\"\",\n               \"address\":\"\",\n               \"venue_id\":\"\"\n            },\n            \"player_data\":{\n               \n            },\n            \"ut\":946677600\n         },\n         {\n            \"id\":1004,\n            \"type\":\"person\",\n            \"name\":\"Robert Lewandowski\",\n            \"short_name\":\"R. Lewandowski\",\n            \"acronym\":\"TSA\",\n            \"gender\":\"male\",\n            \"area_id\":144,\n            \"sport_id\":5,\n            \"logo\":\"no\",\n            \"virtual\":\"no\",\n            \"team_data\":{\n               \n            },\n            \"player_data\":{\n               \"shirt_nr\":\"\",\n               \"weight\":\"\",\n               \"height\":\"\",\n               \"nickname\":\"\",\n               \"position_name\":\"\",\n               \"position_id\":\"\",\n               \"birthdate\":\"\",\n               \"born_place\":\"\",\n               \"is_retired\":\"no\",\n               \"subtype\":\"\"\n            },\n            \"ut\":946677600\n         }\n      ]\n   }\n}"}],"_postman_id":"8296c03c-fa2e-4bf0-8b86-6c65e34b3245"},{"name":"Squad index","id":"50802309-b457-48a9-99c0-d3a71fdf32df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/sport/{{sport_id}}/squad?token={{token}}&timestamp=2026-05-19T11:28:12.919Z","urlObject":{"path":["{{api-ver}}","sport","{{sport_id}}","squad"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.919Z"}],"variable":[]}},"response":[{"id":"b0528754-0c13-441d-86a4-508f13e36db7","name":"Squad index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/sport/{{sport_id}}/squad?token={{token}}&timestamp=2026-05-19T11:28:12.919Z","host":["{{url}}"],"path":["{{api-ver}}","sport","{{sport_id}}","squad"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.922Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 14:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"squad.index\",\n   \"data\":{\n      \"squad\":[\n         {\n            \"season_id\":49102,\n            \"partipant_id\":136194,\n            \"upadate-url\":\"/participants/136194/squad?season_id=49102\"\n         },\n         {\n            \"season_id\":49102,\n            \"partipant_id\":136195,\n            \"update-url\":\"/participants/136195/squad?season_id=49102\"\n         }\n      ]\n   }\n}"}],"_postman_id":"50802309-b457-48a9-99c0-d3a71fdf32df"},{"name":"Participants-squad","id":"d64ed5f7-a0b1-4d20-9015-f9b91440423b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/participants/136194/squad?season_id=49102&token={{token}}","urlObject":{"path":["{{api-ver}}","participants","136194","squad"],"host":["{{url}}"],"query":[{"key":"season_id","value":"49102"},{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"191bab56-e6a2-44ab-b5c7-da9c574281a3","name":"Participants-squad","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/participants/136194/squad?season_id=49102&token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","participants","136194","squad"],"query":[{"key":"season_id","value":"49102"},{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 14:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"api_ver\": \"3.1\",\n    \"timestamp\": 1556792083,\n    \"method\": \"participants-squad\",\n    \"data\": [\n        {\n            \"season_id\": 49102,\n            \"partipant_id\": 136194,\n            \"player_participant_id\": 150813,\n            \"team_connection\": \"current\"\n        },\n        {\n            \"season_id\": 49102,\n            \"partipant_id\": 136194,\n            \"player_participant_id\": 150875,\n            \"team_connection\": \"transfer_inner\"\n        }\n    ]\n}"}],"_postman_id":"d64ed5f7-a0b1-4d20-9015-f9b91440423b"}],"id":"305c2bd2-e2ba-4e61-91cc-a807017fcd95","_postman_id":"305c2bd2-e2ba-4e61-91cc-a807017fcd95","description":""},{"name":"Stats (Event & Season)","item":[{"name":"Events participants-stats","id":"dbdc1caa-bbbd-4522-8bd6-e30cb6ccce1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/events/{{event_id}}/participants-stats?token={{token}}&timestamp=2026-05-19T11:28:12.922Z","urlObject":{"path":["{{api-ver}}","events","{{event_id}}","participants-stats"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.922Z"}],"variable":[]}},"response":[{"id":"149928c1-c37a-41ea-959d-42f656f9d03a","name":"Event participants-stats","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/events/{{event_id}}/participants-stats?token={{token}}&timestamp=2026-05-19T11:28:12.922Z","host":["{{url}}"],"path":["{{api-ver}}","events","{{event_id}}","participants-stats"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.923Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 14:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"events.participants-stats\",\n   \"data\":{\n      \"events-participants-stats\":[\n         {\n            \"participant_id\":137824,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         },\n         {\n            \"participant_id\":10100387,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         }\n      ]\n   }\n}"}],"_postman_id":"dbdc1caa-bbbd-4522-8bd6-e30cb6ccce1f"},{"name":"Events subparticipants-stats","id":"4fc1e9fb-1b68-47c7-8390-51213b662f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/events/{{event_id}}/subparticipants-stats?token={{token}}&timestamp=2026-05-19T11:28:12.923Z","urlObject":{"path":["{{api-ver}}","events","{{event_id}}","subparticipants-stats"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.923Z"}],"variable":[]}},"response":[{"id":"0b96fa6f-5c53-42d8-8782-e856dc9e0961","name":"Events subparticipants-stats","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/events/{{event_id}}/subparticipants-stats?token={{token}}&timestamp=2026-05-19T11:28:12.923Z","host":["{{url}}"],"path":["{{api-ver}}","events","{{event_id}}","subparticipants-stats"],"query":[{"key":"token","value":"{{token}}"},{"key":"timestamp","value":"2026-05-19T11:28:12.923Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 14:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"events.subparticipants-stats\",\n   \"data\":{\n      \"events-subparticipants-stats\":[\n         {\n            \"participant_id\":137824,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         },\n         {\n            \"participant_id\":10100387,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         }\n      ]\n   }\n}"}],"_postman_id":"4fc1e9fb-1b68-47c7-8390-51213b662f12"},{"name":"Season participants-stats","id":"d21eab17-c069-42d1-a16f-d1248a1a9f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/seasons/{{season_id}}/participants-stats?token={{token}}","urlObject":{"path":["{{api-ver}}","seasons","{{season_id}}","participants-stats"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"16f50f36-3588-44a7-a77b-747e389d3e55","name":"Season participants-stats","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/seasons/{{season_id}}/participants-stats?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","seasons","{{season_id}}","participants-stats"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 14:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"season.participants-stats\",\n   \"data\":{\n      \"events-participants-stats\":[\n         {\n            \"participant_id\":137824,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         },\n         {\n            \"participant_id\":10100387,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         }\n      ]\n   }\n}"}],"_postman_id":"d21eab17-c069-42d1-a16f-d1248a1a9f6f"},{"name":"Season subparticipants-stats","id":"a320dcf7-57da-42fa-855c-1aaf1489110e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/seasons/{{season_id}}/subparticipants-stats?token={{token}}","urlObject":{"path":["{{api-ver}}","seasons","{{season_id}}","subparticipants-stats"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"95e45263-5864-4a54-b3f7-32733e48097d","name":"Season subparticipants-stats","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/seasons/{{season_id}}/subparticipants-stats?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","seasons","{{season_id}}","subparticipants-stats"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Mar 2022 14:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=a629fff48d07d5db"},{"key":"x-srv-span","value":"v=1;s=acfcc70d72c12975"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"120"},{"key":"X-RateLimit-Remaining","value":"119"},{"key":"X-RateLimit-Reset","value":"1647961167"},{"key":"ETag","value":"W/\"96-S/5iQ2y1qqIInh5BwoPc+chvDJU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"season.subparticipants-stats\",\n   \"data\":{\n      \"events-subparticipants-stats\":[\n         {\n            \"participant_id\":137824,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         },\n         {\n            \"participant_id\":10100387,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         }\n      ]\n   }\n}"}],"_postman_id":"a320dcf7-57da-42fa-855c-1aaf1489110e"}],"id":"354cca24-ad31-4c1e-93e6-24816502dde5","_postman_id":"354cca24-ad31-4c1e-93e6-24816502dde5","description":""},{"name":"Standings (League Tables)","item":[{"name":"Standings index","id":"35b66392-bc10-4150-b3ec-b5a577070de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/sports/{{sport_id}}/standings?token={{token}}","description":"<p>Returns a list of all available standings.</p>\n","urlObject":{"path":["{{api-ver}}","sports","{{sport_id}}","standings"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"bc64d514-19a9-4160-82cd-c86777e933ec","name":"Standings index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/sports/{{sport_id}}/standings?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","sports","{{sport_id}}","standings"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Apr 2019 07:25:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"standings.index\",\n   \"data\":{\n      \"standings\":[\n         {\n            \"id\":55,\n            \"sport_id\":5,\n            \"competition_id\":null,\n            \"season_id\":null,\n            \"stage_id\":null,\n            \"type_id\":90,\n            \"item_status\":\"active\",\n            \"ut\":1587539633\n         },\n         {\n            \"id\":114187,\n            \"sport_id\":5,\n            \"competition_id\":1123,\n            \"season_id\":46025,\n            \"stage_id\":null,\n            \"type_id\":99,\n            \"item_status\":\"active\",\n            \"ut\":1587539633\n         }\n      ]\n   }\n}"}],"_postman_id":"35b66392-bc10-4150-b3ec-b5a577070de6"},{"name":"Standings details","id":"923ea895-5e4e-45c4-8e27-9dbeffde5fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/sports/{{sport_id}}/standings/{{standings_id}}?token={{token}}","urlObject":{"path":["{{api-ver}}","sports","{{sport_id}}","standings","{{standings_id}}"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"b55c3f4b-3e24-4a98-8275-a38017dd4883","name":"Standings details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/sports/{{sport_id}}/standings/{{standings_id}}?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","sports","{{sport_id}}","standings","{{standings_id}}"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Apr 2019 10:13:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"standings.details\",\n   \"data\":{\n      \"standing-details\":{\n         \"id\":51971,\n         \"name\":\"League standings - Europe, UEFA Champions League 2018/19, stage: Group Stage\",\n         \"sport_id\":5,\n         \"type_id\":2,\n         \"competition_id\":1658,\n         \"season_id\":35256,\n         \"stage_id\":92433,\n         \"type_name\":\"League standings\",\n         \"subtype\":\"standings\",\n         \"item_status\":\"active\",\n         \"reset_group_rank\":\"yes\",\n         \"ut\":1555452370,\n         \"positions\":[\n            {\n               \"participant_id\":136359,\n               \"rank\":1,\n               \"last_rank\":3,\n               \"group_id\":1,\n               \"zone_id\":26,\n               \"zone_colour\":\"#002400\",\n               \"columns\":[\n                  {\n                     \"id\":1,\n                     \"value\":6\n                  },\n                  {\n                     \"id\":2,\n                     \"value\":4\n                  }\n               ]\n            },\n            {\n               \"participant_id\":136923,\n               \"rank\":1,\n               \"last_rank\":3,\n               \"group_id\":1,\n               \"zone_id\":26,\n               \"zone_colour\":\"#002400\",\n               \"columns\":[\n                  {\n                     \"id\":1,\n                     \"value\":6\n                  },\n                  {\n                     \"id\":2,\n                     \"value\":4\n                  }\n               ]\n            }\n         ],\n         \"corrections\":[]\n      }\n   }\n}"}],"_postman_id":"923ea895-5e4e-45c4-8e27-9dbeffde5fd2"},{"name":"Standings types","id":"e1ef2b11-384f-4e74-aacb-b16d6ea91e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/sports/{{sport_id}}/standings-types?token={{token}}","description":"<p>Returns standings types.</p>\n","urlObject":{"path":["{{api-ver}}","sports","{{sport_id}}","standings-types"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"48aa96f4-d42b-40a6-9ee1-e02192fdd068","name":"Standings types","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/sports/{{sport_id}}/standings-types?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","sports","{{sport_id}}","standings-types"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Mar 2022 20:53:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=15397266e9bc6ae4"},{"key":"x-srv-span","value":"v=1;s=4ee390300d8f1be7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-RateLimit-Reset","value":"1648500865"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"ETag","value":"W/\"602-Y40df+QnGK/fsasbzM/Pr+sKBQs\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"standings.types\",\n   \"data\":{\n      \"standings-types\":[\n         {\n            \"id\":176,\n            \"name\":\"Assists\",\n            \"ut\":1499245735,\n            \"columns\":[\n               {\n                  \"id\":294,\n                  \"name\":\"Assists\",\n                  \"short_name\":\"Assists\",\n                  \"code\":\"assists\"\n               },\n               {\n                  \"id\":1,\n                  \"name\":\"Matches played\",\n                  \"short_name\":\"MP\",\n                  \"code\":\"mp\"\n               },\n               {\n                  \"id\":397,\n                  \"name\":\"Assists per match\",\n                  \"short_name\":\"ASPM\",\n                  \"code\":\"assists_per_match\"\n               },\n               {\n                  \"id\":195,\n                  \"name\":\"Manual rank\",\n                  \"short_name\":\"MR\",\n                  \"code\":\"manual_rank\"\n               }\n            ]\n         },\n         {\n            \"id\":9,\n            \"name\":\"FIFA ranking\",\n            \"ut\":1434609534,\n            \"columns\":[\n               {\n                  \"id\":8,\n                  \"name\":\"Points\",\n                  \"short_name\":\"Pts\",\n                  \"code\":\"pts\"\n               },\n               {\n                  \"id\":195,\n                  \"name\":\"Manual rank\",\n                  \"short_name\":\"MR\",\n                  \"code\":\"manual_rank\"\n               }\n            ]\n         }\n      ]\n   }\n}"}],"_postman_id":"e1ef2b11-384f-4e74-aacb-b16d6ea91e44"},{"name":"Brackets details","id":"7c5ee3be-3836-4f2f-8727-43f642b034df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/brackets?token={{token}}&stage_id=103969","description":"<p>Returns standings types.</p>\n","urlObject":{"path":["{{api-ver}}","brackets"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"stage_id","value":"103969"}],"variable":[]}},"response":[{"id":"bc581274-9e54-4e4d-be72-d9bcf777f163","name":"Brackets","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/brackets?token={{token}}&stage_id=103969","host":["{{url}}"],"path":["{{api-ver}}","brackets"],"query":[{"key":"token","value":"{{token}}"},{"key":"stage_id","value":"103969"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Mar 2022 20:53:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"x-srv-trace","value":"v=1;t=15397266e9bc6ae4"},{"key":"x-srv-span","value":"v=1;s=4ee390300d8f1be7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-RateLimit-Reset","value":"1648500865"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"ETag","value":"W/\"602-Y40df+QnGK/fsasbzM/Pr+sKBQs\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"brackets-details\",\n   \"data\":{\n      \"nodes\":[\n         {\n            \"id\":37,\n            \"stage_id\":103969,\n            \"parent_id\":29,\n            \"series_id\":1,\n            \"event_id\":3276969,\n            \"start_date\":\"2021-06-27 21:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137868,\n                  \"name\":\"Belgium\"\n               },\n               {\n                  \"id\":137968,\n                  \"name\":\"Portugal\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":36,\n            \"stage_id\":103969,\n            \"parent_id\":29,\n            \"series_id\":1,\n            \"event_id\":3276967,\n            \"start_date\":\"2021-06-26 21:00:00\",\n            \"participants\":[\n               {\n                  \"id\":138011,\n                  \"name\":\"Italy\"\n               },\n               {\n                  \"id\":137864,\n                  \"name\":\"Austria\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":35,\n            \"stage_id\":103969,\n            \"parent_id\":28,\n            \"series_id\":1,\n            \"event_id\":3276971,\n            \"start_date\":\"2021-06-28 21:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137899,\n                  \"name\":\"France\"\n               },\n               {\n                  \"id\":137993,\n                  \"name\":\"Switzerland\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":34,\n            \"stage_id\":103969,\n            \"parent_id\":28,\n            \"series_id\":1,\n            \"event_id\":3276972,\n            \"start_date\":\"2021-06-28 18:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137881,\n                  \"name\":\"Croatia\"\n               },\n               {\n                  \"id\":137911,\n                  \"name\":\"Spain\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":33,\n            \"stage_id\":103969,\n            \"parent_id\":27,\n            \"series_id\":1,\n            \"event_id\":3276973,\n            \"start_date\":\"2021-06-29 21:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137994,\n                  \"name\":\"Sweden\"\n               },\n               {\n                  \"id\":138002,\n                  \"name\":\"Ukraine\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":32,\n            \"stage_id\":103969,\n            \"parent_id\":27,\n            \"series_id\":1,\n            \"event_id\":3276974,\n            \"start_date\":\"2021-06-29 18:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137856,\n                  \"name\":\"England\"\n               },\n               {\n                  \"id\":137957,\n                  \"name\":\"Germany\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":31,\n            \"stage_id\":103969,\n            \"parent_id\":26,\n            \"series_id\":1,\n            \"event_id\":3276970,\n            \"start_date\":\"2021-06-27 18:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137912,\n                  \"name\":\"Netherlands\"\n               },\n               {\n                  \"id\":137886,\n                  \"name\":\"Czech Republic\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":30,\n            \"stage_id\":103969,\n            \"parent_id\":26,\n            \"series_id\":1,\n            \"event_id\":3276968,\n            \"start_date\":\"2021-06-26 18:00:00\",\n            \"participants\":[\n               {\n                  \"id\":138007,\n                  \"name\":\"Wales\"\n               },\n               {\n                  \"id\":137887,\n                  \"name\":\"Denmark\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":29,\n            \"stage_id\":103969,\n            \"parent_id\":25,\n            \"series_id\":2,\n            \"event_id\":3276978,\n            \"start_date\":\"2021-07-02 21:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137868,\n                  \"name\":\"Belgium\"\n               },\n               {\n                  \"id\":138011,\n                  \"name\":\"Italy\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":28,\n            \"stage_id\":103969,\n            \"parent_id\":25,\n            \"series_id\":2,\n            \"event_id\":3276975,\n            \"start_date\":\"2021-07-02 18:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137993,\n                  \"name\":\"Switzerland\"\n               },\n               {\n                  \"id\":137911,\n                  \"name\":\"Spain\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":27,\n            \"stage_id\":103969,\n            \"parent_id\":24,\n            \"series_id\":2,\n            \"event_id\":3276980,\n            \"start_date\":\"2021-07-03 21:00:00\",\n            \"participants\":[\n               {\n                  \"id\":138002,\n                  \"name\":\"Ukraine\"\n               },\n               {\n                  \"id\":137856,\n                  \"name\":\"England\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":26,\n            \"stage_id\":103969,\n            \"parent_id\":24,\n            \"series_id\":2,\n            \"event_id\":3276979,\n            \"start_date\":\"2021-07-03 18:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137886,\n                  \"name\":\"Czech Republic\"\n               },\n               {\n                  \"id\":137887,\n                  \"name\":\"Denmark\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":25,\n            \"stage_id\":103969,\n            \"parent_id\":23,\n            \"series_id\":3,\n            \"event_id\":3276981,\n            \"start_date\":\"2021-07-06 21:00:00\",\n            \"participants\":[\n               {\n                  \"id\":138011,\n                  \"name\":\"Italy\"\n               },\n               {\n                  \"id\":137911,\n                  \"name\":\"Spain\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":24,\n            \"stage_id\":103969,\n            \"parent_id\":23,\n            \"series_id\":3,\n            \"event_id\":3276982,\n            \"start_date\":\"2021-07-07 21:00:00\",\n            \"participants\":[\n               {\n                  \"id\":137856,\n                  \"name\":\"England\"\n               },\n               {\n                  \"id\":137887,\n                  \"name\":\"Denmark\"\n               }\n            ],\n            \"bye\":0\n         },\n         {\n            \"id\":23,\n            \"stage_id\":103969,\n            \"parent_id\":null,\n            \"series_id\":4,\n            \"event_id\":3276983,\n            \"start_date\":\"2021-07-11 21:00:00\",\n            \"participants\":[\n               {\n                  \"id\":138011,\n                  \"name\":\"Italy\"\n               },\n               {\n                  \"id\":137856,\n                  \"name\":\"England\"\n               }\n            ],\n            \"bye\":0\n         }\n      ]\n   }\n}"}],"_postman_id":"7c5ee3be-3836-4f2f-8727-43f642b034df"}],"id":"18413569-432a-4263-a772-1bb779f4b063","event":[{"listen":"prerequest","script":{"id":"9898ed3a-ffed-403a-b06a-692f10ec7301","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4a813e78-df43-4a6c-a8fc-9fdf80d819d3","type":"text/javascript","exec":[""]}}],"_postman_id":"18413569-432a-4263-a772-1bb779f4b063","description":""},{"name":"Venues (Stadiums)","item":[{"name":"Venues index","event":[{"listen":"test","script":{"id":"fc248441-204a-4372-be29-ec77815c056c","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"timestamp-venues\", jsonData.api.timestamp);"],"type":"text/javascript"}}],"id":"bf6755ce-c158-495e-8c69-30a5e4d48d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/venues?token={{token}}","description":"<p>Returns a list of all available venues.</p>\n<p><strong>Suggested request frequency:</strong> Once per 24 hours with timestamps.</p>\n","urlObject":{"path":["{{api-ver}}","venues"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"819424aa-d312-4500-9dfc-95c13ade2788","name":"Venues index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/venues?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","venues"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 29 Mar 2019 08:44:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"venues.index\",\n   \"data\":{\n      \"venues\":[\n         {\n            \"id\":1,\n            \"name\":\"Camp Nou\",\n            \"short_name\":\"Camp Nou\",\n            \"country\":\"Spain\",\n            \"status\":\"active\",\n            \"url\":\"\",\n            \"city\":\"Barcelona\",\n            \"lat\":\"41.381014\",\n            \"lng\":\"2.122881\",\n            \"opened\":\"\",\n            \"photo\":\"no\",\n            \"ut\":1529103325\n         },\n         {\n            \"id\":2,\n            \"name\":\"Lysgardsbakken\",\n            \"short_name\":\"Lysgardsbakken\",\n            \"country\":\"Norway\",\n            \"status\":\"active\",\n            \"url\":\"\",\n            \"city\":\"Lillehammer\",\n            \"lat\":\"61.125605\",\n            \"lng\":\"10.488001\",\n            \"opened\":\"1994-01-01\",\n            \"photo\":\"no\",\n            \"ut\":1519825685\n         }\n      ]\n   }\n}"}],"_postman_id":"bf6755ce-c158-495e-8c69-30a5e4d48d29"},{"name":"Venues details","id":"cbd5a538-2b7f-4fa2-be82-883d9e273ed7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/venues/1?token={{token}}","urlObject":{"path":["{{api-ver}}","venues","1"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"57eb6c79-ead5-4e9a-aa31-f1a93daf1de1","name":"Venues details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/venues/1?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","venues","1"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Mar 2019 22:57:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"venues.details\",\n   \"data\":{\n      \"venue\":{\n         \"id\":1,\n         \"status\":\"active\",\n         \"url\":\"\",\n         \"city\":\"Barcelona\",\n         \"lat\":\"41.381014\",\n         \"lng\":\"2.122881\",\n         \"opened\":\"\",\n         \"photo\":\"no\",\n         \"ut\":1529103325,\n         \"sports\":[\n            {\n               \"id\":5,\n               \"venue-sport-details\":[\n                  {\n                     \"id\":14,\n                     \"name\":\"Capacity\",\n                     \"value\":99354\n                  },\n                  {\n                     \"id\":24,\n                     \"name\":\"Architect\",\n                     \"value\":\"Francesc Mitjans\"\n                  },\n                  {\n                     \"id\":25,\n                     \"name\":\"Field size (m)\",\n                     \"value\":\"105 m × 68 m\"\n                  },\n                  {\n                     \"id\":26,\n                     \"name\":\"Owner\",\n                     \"value\":\"FC Barcelona\"\n                  },\n                  {\n                     \"id\":27,\n                     \"name\":\"Operator\",\n                     \"value\":null\n                  },\n                  {\n                     \"id\":28,\n                     \"name\":\"Executive suites\",\n                     \"value\":null\n                  },\n                  {\n                     \"id\":29,\n                     \"name\":\"Record attendance\",\n                     \"value\":120000\n                  },\n                  {\n                     \"id\":30,\n                     \"name\":\"Built (1990-1994)\",\n                     \"value\":\"1954-1957\"\n                  },\n                  {\n                     \"id\":31,\n                     \"name\":\"Construction cost\",\n                     \"value\":\"€ 1.73M\"\n                  },\n                  {\n                     \"id\":32,\n                     \"name\":\"Former names\",\n                     \"value\":null\n                  },\n                  {\n                     \"id\":33,\n                     \"name\":\"UEFA Category\",\n                     \"value\":\"Category IV\"\n                  },\n                  {\n                     \"id\":34,\n                     \"name\":\"Opened\",\n                     \"value\":\"1957-09-24\"\n                  },\n                  {\n                     \"id\":35,\n                     \"name\":\"First match\",\n                     \"value\":\"1957-09-24\"\n                  },\n                  {\n                     \"id\":36,\n                     \"name\":\"Pitch illumination (lux)\",\n                     \"value\":2180\n                  },\n                  {\n                     \"id\":37,\n                     \"name\":\"Is stadium covered?\",\n                     \"value\":\"no\"\n                  }\n               ]\n            }\n         ]\n      }\n   }\n}"}],"_postman_id":"cbd5a538-2b7f-4fa2-be82-883d9e273ed7"},{"name":"Venues info","id":"05429045-b488-4591-8bf0-9e457aec2b82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/venues-info?token={{token}}","urlObject":{"path":["{{api-ver}}","venues-info"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"ef3958f6-90ef-4792-8ffa-fda2448dc461","name":"Venues info","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/venues-info?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","venues-info"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Mar 2019 22:57:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"venues.info\",\n   \"data\":{\n      \"venue_info\":[\n         {\n            \"id\":14,\n            \"name\":\"Capacity\"\n         },\n         {\n            \"id\":24,\n            \"name\":\"Architect\"\n         }\n      ]\n   }\n}"}],"_postman_id":"05429045-b488-4591-8bf0-9e457aec2b82"}],"id":"5438c87a-fd72-40b1-969f-045fb8bc17d9","_postman_id":"5438c87a-fd72-40b1-969f-045fb8bc17d9","description":""},{"name":"Translations","item":[{"name":"Languages","item":[{"name":"Languages Index","id":"9574299b-a693-4e11-91ce-86ce49125ce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/languages?token={{token}}","description":"<p>Returns a list of all available languages.</p>\n<p><strong>Suggested request frequency:</strong> Only when the API version is changed.</p>\n","urlObject":{"path":["{{api-ver}}","languages"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"b7b33e60-0bb3-4b80-9dc3-75a8f003819b","name":"Languages Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/languages?token={{token}}","host":["{{url}}"],"path":["{{api-ver}}","languages"],"query":[{"key":"token","value":"{{token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Apr 2019 11:12:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"languages.index\",\n   \"data\":{\n      \"languages\":[\n         {\n            \"id\":1,\n            \"code\":\"en\",\n            \"name\":\"English\",\n            \"original_name\":\"English\",\n            \"active\":\"yes\"\n         },\n         {\n            \"id\":40,\n            \"code\":\"zh-CN\",\n            \"name\":\"Chinese Simplified\",\n            \"original_name\":\"简体字\",\n            \"active\":\"yes\"\n         }\n      ]\n   }\n}"}],"_postman_id":"9574299b-a693-4e11-91ce-86ce49125ce5"}],"id":"81f5552d-dca3-44aa-8e97-b59c728fea26","_postman_id":"81f5552d-dca3-44aa-8e97-b59c728fea26","description":""},{"name":"Translations","item":[{"name":"Translations index","id":"d90c2294-84f8-40da-bcae-ef1abd36db3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/translations?token={{token}}","urlObject":{"path":["{{api-ver}}","translations"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"}],"variable":[]}},"response":[{"id":"78c7a837-b22b-4b9d-9ff4-2e5453b38ff7","name":"Translations Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base-url}}/{{api-ver}}/translations?token={{token}}&language_id=2","host":["{{base-url}}"],"path":["{{api-ver}}","translations"],"query":[{"key":"token","value":"{{token}}"},{"key":"language_id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Apr 2019 11:12:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"api_ver\":\"3.1\",\n   \"timestamp\":1556792083,\n   \"method\":\"translations.index\",\n   \"data\":{\n      \"translations\":[\n         {\n            \"id\":1,\n            \"resource\":\"participants\",\n            \"field\":\"short_name\",\n            \"resource_id\": 1,\n            \"resource_value\": \"Morzine Avoriaz HC\",\n            \"statscore_translation\":\"Morzine Avoriaz HC\",\n            \"client_translation\": null\n         },\n         {\n            \"id\":1,\n            \"resource\":\"participants\",\n            \"field\":\"name\",\n            \"resource_id\": 1,\n            \"resource_value\": \"Morzine Avoriaz HC\",\n            \"statscore_translation\":null,\n            \"client_translation\": null\n         }\n      ]\n   }\n}"}],"_postman_id":"d90c2294-84f8-40da-bcae-ef1abd36db3d"}],"id":"7cac0412-c32d-43af-91d7-0e9dd817b444","_postman_id":"7cac0412-c32d-43af-91d7-0e9dd817b444","description":""}],"id":"e66d6907-5b71-44e3-b51f-db58f77ad7bb","_postman_id":"e66d6907-5b71-44e3-b51f-db58f77ad7bb","description":""},{"name":"PUSH Feed (Live data & Play by play)","item":[{"name":"AMQP Feed examples","id":"57f73c7f-7956-4451-b489-437b23dd0c25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/{{api-ver}}/amqp/{{event_id}}?token={{token}}&type=events-lineups","urlObject":{"path":["{{api-ver}}","amqp","{{event_id}}"],"host":["{{url}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"type","value":"events-lineups"}],"variable":[]}},"response":[{"id":"c8218286-370c-426e-86b2-bf6378092cff","name":"AMQP-events","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/amqp/{{event_id}}?token={{token}}&type=events","host":["{{url}}"],"path":["{{api-ver}}","amqp","{{event_id}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"type","value":"events"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2019 10:30:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"amqp_ver\":\"2.1\",\n   \"uuid\": \"5bf31c86-594d-4e48-b9e0-e4485f52e3c7\",\n   \"timestamp\":1556792083,\n   \"msg_type\":\"events-details\",\n   \"data\":{\n      \"event\":{\n         \"id\":4404158,\n         \"name\":\"Wisla Krakow - Legia Warszawa\",\n         \"start_date\":\"2022-03-15T17:30:00.000+00:00\",\n         \"participants\":[\n            {\n               \"id\":124311,\n               \"score\":\"0\",\n               \"host\":true\n            },\n            {\n               \"id\":435353,\n               \"score\":\"1\",\n               \"host\":false\n            }\n         ],\n         \"coverage\":{\n            \"coverage_type\":\"from_tv\",\n            \"ft_only\":\"no\",\n            \"event_stats_lvl\":\"bronze\",\n            \"scoutsfeed\":\"no\",\n            \"latency\":null\n         },\n         \"clock_data\":{\n            \"clock_time\":10944,\n            \"clock_status\":\"running\"\n         },\n         \"day\":\"\",\n         \"winner_id\":null,\n         \"progress_id\":null,\n         \"neutral_venue\":\"no\",\n         \"result_verified_at\":\"2022-03-15T17:30:00.000+00:00\",\n         \"protocol_verified_at\":null,\n         \"round_id\":null,\n         \"venue_id\":null,\n         \"area_id\":211,\n         \"sport_id\":1,\n         \"tour_id\":0,\n         \"group_id\":123,\n         \"status_id\":11,\n         \"competition\":{\n            \"id\":123411,\n            \"name\":\"PKO Ekstraklasa\",\n            \"season\":\"2021/22\",\n            \"season_id\":243,\n            \"stage\":\"Regular season\",\n            \"stage_id\":1231\n         },\n         \"updates\":null,\n         \"item_status\":\"active\",\n         \"ut\":1647374794\n      }\n   }\n}"},{"id":"3b5b454c-90ee-4675-8b15-7cbf3168188c","name":"AMQP-events-incidents","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/amqp/{{event_id}}?token={{token}}&type=events-incidents","host":["{{url}}"],"path":["{{api-ver}}","amqp","{{event_id}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"type","value":"events-incidents"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2019 10:30:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"amqp_ver\":\"2.1\",\n   \"uuid\": \"5bf31c86-594d-4e48-b9e0-e4485f52e3c7\",\n   \"timestamp\":1556792083,\n   \"msg_type\":\"events-incidents\",\n   \"data\":{\n      \"event-incident\":{\n         \"id\":\"5-188085197\",\n         \"incident_id\":413,\n         \"participant_id\":136764,\n         \"subparticipant_id\":314568,\n         \"event_status_id\":33,\n         \"event_time\":\"35:13\",\n         \"event_id\": 12435,\n         \"for\":\"own\",\n         \"confirmation\":\"confirmed\",\n         \"attribute_ids\":[\n            415,\n            400,\n            424,\n            419\n         ],\n         \"additional_info\":{\n            \"goalkeeper_id\":234934\n         },\n         \"ut\":1647778725\n      }\n   }\n}"},{"id":"8518269d-7c5b-4412-bf33-1e9bca8d1dd1","name":"AMQP-events-lineups","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/amqp/{{event_id}}?token={{token}}&type=events-lineups","host":["{{url}}"],"path":["{{api-ver}}","amqp","{{event_id}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"type","value":"events-lineups"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2019 10:30:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"amqp_ver\":\"2.1\",\n   \"uuid\":\"5bf31c86-594d-4e48-b9e0-e4485f52e3c7\",\n   \"timestamp\":1556792083,\n   \"msg_type\":\"events-lineups\",\n   \"data\":{\n      \"events-lineups\":{\n         \"event_id\":1231412,\n         \"lineups\":[\n            {\n               \"participant_id\":193291,\n               \"participant_team_id\":136764,\n               \"shirt_nr\":5,\n               \"placement\":\"1st lineup\",\n               \"role\":\"player\"\n            },\n            {\n               \"participant_id\":208907,\n               \"participant_team_id\":136764,\n               \"shirt_nr\":56,\n               \"placement\":\"bench\",\n               \"role\":\"coach\"\n            }\n         ],\n         \"referees\":[\n            {\n               \"participant_id\":208907,\n               \"type\":\"main\"\n            }\n         ]\n      }\n   }\n}"},{"id":"6cbd08b1-5ca9-41fc-9e71-555244b6f152","name":"AMQP-events-participants-stats","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/amqp/{{event_id}}?token={{token}}&type=events-participants-stats","host":["{{url}}"],"path":["{{api-ver}}","amqp","{{event_id}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"type","value":"events-participants-stats"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2019 10:30:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"amqp_ver\":\"2.1\",\n   \"uuid\": \"5bf31c86-594d-4e48-b9e0-e4485f52e3c7\",\n   \"timestamp\":1556792083,\n   \"msg_type\":\"events-participants-stats\",\n   \"data\": {\n      \"events-participants-stats\":[\n         {\n            \"participant_id\":137824,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         },\n         {\n            \"participant_id\":10100387,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         }\n      ]\n   }\n}"},{"id":"38fcd351-ba07-41e6-85ed-35f9c8486df3","name":"AMQP-events-subparticipants-stats","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/amqp/{{event_id}}?token={{token}}&type=events-subparticipants-stats","host":["{{url}}"],"path":["{{api-ver}}","amqp","{{event_id}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"type","value":"events-subparticipants-stats"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2019 10:30:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"amqp_ver\":\"2.1\",\n   \"uuid\": \"5bf31c86-594d-4e48-b9e0-e4485f52e3c7\",\n   \"timestamp\":1556792083,\n   \"msg_type\":\"events-subparticipants-stats\",\n   \"data\":{\n      \"events-subparticipants-stats\":[\n         {\n            \"participant_id\":137824,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         },\n         {\n            \"participant_id\":10100387,\n            \"stats\":[\n               {\n                  \"id\":4,\n                  \"value\":0,\n                  \"data_type\":\"integer\"\n               },\n               {\n                  \"id\":5,\n                  \"value\":1,\n                  \"data_type\":\"integer\"\n               }\n            ]\n         }\n      ]\n   }\n}"},{"id":"b9c6e028-a21b-4b35-a453-e0a13de3d772","name":"AMQP-standings-details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/{{api-ver}}/amqp/{{event_id}}?token={{token}}&type=standings-details","host":["{{url}}"],"path":["{{api-ver}}","amqp","{{event_id}}"],"query":[{"key":"token","value":"{{token}}"},{"key":"type","value":"standings-details"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2019 10:30:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Expose-Headers","value":"Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PATCH, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n   \"amqp_ver\":\"2.1\",\n   \"uuid\": \"5bf31c86-594d-4e48-b9e0-e4485f52e3c7\",\n   \"timestamp\":1556792083,\n   \"msg_type\":\"standings-details\",\n   \"data\":{\n      \"standing-details\":{\n         \"id\":51971,\n         \"name\":\"League standings - Europe, UEFA Champions League 2018/19, stage: Group Stage\",\n         \"sport_id\":5,\n         \"type_id\":2,\n         \"competition_id\":1658,\n         \"season_id\":35256,\n         \"stage_id\":92433,\n         \"type_name\":\"League standings\",\n         \"subtype\":\"standings\",\n         \"item_status\":\"active\",\n         \"reset_group_rank\":\"yes\",\n         \"ut\":1555452370,\n         \"positions\":[\n            {\n               \"participant_id\":136359,\n               \"rank\":1,\n               \"last_rank\":3,\n               \"group_id\":1,\n               \"zone_id\":26,\n               \"zone_colour\":\"#002400\",\n               \"columns\":[\n                  {\n                     \"id\":1,\n                     \"value\":6\n                  },\n                  {\n                     \"id\":2,\n                     \"value\":4\n                  }\n               ]\n            },\n            {\n               \"participant_id\":136923,\n               \"rank\":1,\n               \"last_rank\":3,\n               \"group_id\":1,\n               \"zone_id\":26,\n               \"zone_colour\":\"#002400\",\n               \"columns\":[\n                  {\n                     \"id\":1,\n                     \"value\":6\n                  },\n                  {\n                     \"id\":2,\n                     \"value\":4\n                  }\n               ]\n            }\n         ],\n         \"corrections\":[]\n      }\n   }\n}"}],"_postman_id":"57f73c7f-7956-4451-b489-437b23dd0c25"}],"id":"6b456d22-b2a3-4a80-9867-bf0a204df4de","event":[{"listen":"prerequest","script":{"id":"b6984377-7edb-4230-82ba-479576b14da2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a321a2d3-9b2d-4121-8992-f2dc1f19f06f","type":"text/javascript","exec":[""]}}],"_postman_id":"6b456d22-b2a3-4a80-9867-bf0a204df4de","description":""}]}