{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.globalsportsystems.org"
        }
    ],
    "info": {
        "name": "Global Sport Systems API",
        "_postman_id": "79a4646e-63d0-4005-84fe-e349c87eeb86",
        "description": "Partner JSON API of the Global Sport Systems ecosystem: teams, players, tournaments, games, standings, statistics and photo albums.",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "OPTIONS v1\/{any}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/:any",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/:any",
                            "variable": [
                                {
                                    "id": "any",
                                    "key": "any",
                                    "value": "|{+-0p",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "OPTIONS",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Games",
            "description": "\n\u0418\u0433\u0440\u044b \u0442\u0443\u0440\u043d\u0438\u0440\u043e\u0432 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043b\u0438\u0433 \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430.",
            "item": [
                {
                    "name": "List games",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/games",
                            "query": [
                                {
                                    "key": "tournament_id",
                                    "value": "",
                                    "description": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u0442\u0443\u0440\u043d\u0438\u0440\u0443.",
                                    "disabled": true
                                },
                                {
                                    "key": "team_id",
                                    "value": "",
                                    "description": "\u0418\u0433\u0440\u044b \u0441 \u0443\u0447\u0430\u0441\u0442\u0438\u0435\u043c \u043a\u043e\u043c\u0430\u043d\u0434\u044b.",
                                    "disabled": true
                                },
                                {
                                    "key": "date_from",
                                    "value": "2026-01-01",
                                    "description": "date Y-m-d.",
                                    "disabled": false
                                },
                                {
                                    "key": "date_to",
                                    "value": "",
                                    "description": "date Y-m-d.",
                                    "disabled": true
                                },
                                {
                                    "key": "status",
                                    "value": "finished",
                                    "description": "scheduled \/ live \/ finished \/ postponed \/ cancelled.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "50",
                                    "description": "1\u2013100, default 50.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/games?tournament_id=&team_id=&date_from=2026-01-01&date_to=&status=finished&per_page=50&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"tournament_id\":16,\"team_id\":16,\"date_from\":\"2026-07-21\",\"date_to\":\"2026-07-21\",\"per_page\":22,\"page\":67}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get a game",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/games\/:game_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/games\/:game_id",
                            "variable": [
                                {
                                    "id": "game_id",
                                    "key": "game_id",
                                    "value": 10134,
                                    "description": "The ID of the game."
                                },
                                {
                                    "id": "game",
                                    "key": "game",
                                    "value": 9001,
                                    "description": "ID \u0438\u0433\u0440\u044b."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Game rosters",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/games\/:game_id\/roster",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/games\/:game_id\/roster",
                            "variable": [
                                {
                                    "id": "game_id",
                                    "key": "game_id",
                                    "value": 10134,
                                    "description": "The ID of the game."
                                },
                                {
                                    "id": "game",
                                    "key": "game",
                                    "value": 9001,
                                    "description": "ID \u0438\u0433\u0440\u044b."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "\u0421\u043e\u0441\u0442\u0430\u0432\u044b \u043e\u0431\u0435\u0438\u0445 \u043a\u043e\u043c\u0430\u043d\u0434 \u0441 per-game \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u043e\u0439 (stats \u2014 \u0441\u044b\u0440\u043e\u0439 JSON \u043c\u0430\u0442\u0447\u0430)."
                    },
                    "response": []
                },
                {
                    "name": "Game events",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/games\/:game_id\/events",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/games\/:game_id\/events",
                            "variable": [
                                {
                                    "id": "game_id",
                                    "key": "game_id",
                                    "value": 10134,
                                    "description": "The ID of the game."
                                },
                                {
                                    "id": "game",
                                    "key": "game",
                                    "value": 9001,
                                    "description": "ID \u0438\u0433\u0440\u044b."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "\u0421\u043e\u0431\u044b\u0442\u0438\u044f \u0438\u0433\u0440\u044b (\u0433\u043e\u043b\u044b, \u0448\u0442\u0440\u0430\u0444\u044b, \u0431\u0443\u043b\u043b\u0438\u0442\u044b, ...) \u0432 \u0445\u0440\u043e\u043d\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u043e\u043c \u043f\u043e\u0440\u044f\u0434\u043a\u0435."
                    },
                    "response": []
                },
                {
                    "name": "Game photo albums",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/games\/:game_id\/albums",
                            "query": [
                                {
                                    "key": "per_page",
                                    "value": "",
                                    "description": "1\u2013100, default 50.",
                                    "disabled": true
                                },
                                {
                                    "key": "page",
                                    "value": "",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/games\/:game_id\/albums?per_page=&page=",
                            "variable": [
                                {
                                    "id": "game_id",
                                    "key": "game_id",
                                    "value": 10134,
                                    "description": "The ID of the game."
                                },
                                {
                                    "id": "game",
                                    "key": "game",
                                    "value": 9001,
                                    "description": "ID \u0438\u0433\u0440\u044b."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"per_page\":1,\"page\":22}"
                        },
                        "description": "\u0428\u043e\u0440\u0442\u043a\u0430\u0442 \u0434\u043b\u044f GET \/v1\/albums?game_id={id}."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Leagues",
            "description": "\n\u0421\u0432\u043e\u0434\u043d\u044b\u0435 \u0441\u0435\u0437\u043e\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043b\u0438\u0433 \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430.",
            "item": [
                {
                    "name": "League season standings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/leagues\/:league_id\/standings",
                            "query": [
                                {
                                    "key": "season_id",
                                    "value": "",
                                    "description": "ID \u0441\u0435\u0437\u043e\u043d\u0430 (default \u2014 \u0441\u0432\u0435\u0436\u0438\u0439 \u0441\u0435\u0437\u043e\u043d \u0441 \u0434\u0430\u043d\u043d\u044b\u043c\u0438).",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/leagues\/:league_id\/standings?season_id=",
                            "variable": [
                                {
                                    "id": "league_id",
                                    "key": "league_id",
                                    "value": 1008,
                                    "description": "The ID of the league."
                                },
                                {
                                    "id": "league",
                                    "key": "league",
                                    "value": 1132,
                                    "description": "ID \u043b\u0438\u0433\u0438."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"season_id\":16}"
                        },
                        "description": "\u0421\u0432\u043e\u0434\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430 \u043a\u043e\u043c\u0430\u043d\u0434 \u043b\u0438\u0433\u0438 \u0437\u0430 \u0441\u0435\u0437\u043e\u043d (\u043f\u043e \u0432\u043e\u0437\u0440\u0430\u0441\u0442\u043d\u044b\u043c \u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u044f\u043c),\n\u0438\u0437 \u0441\u0435\u0437\u043e\u043d\u043d\u043e\u0433\u043e \u0430\u0433\u0440\u0435\u0433\u0430\u0442\u0430 league_stats_team_season."
                    },
                    "response": []
                },
                {
                    "name": "League season leaders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/leagues\/:league_id\/stats",
                            "query": [
                                {
                                    "key": "season_id",
                                    "value": "",
                                    "description": "ID \u0441\u0435\u0437\u043e\u043d\u0430 (default \u2014 \u0441\u0432\u0435\u0436\u0438\u0439 \u0441\u0435\u0437\u043e\u043d \u0441 \u0434\u0430\u043d\u043d\u044b\u043c\u0438).",
                                    "disabled": true
                                },
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "1\u201350, default 10.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/leagues\/:league_id\/stats?season_id=&limit=10",
                            "variable": [
                                {
                                    "id": "league_id",
                                    "key": "league_id",
                                    "value": 1008,
                                    "description": "The ID of the league."
                                },
                                {
                                    "id": "league",
                                    "key": "league",
                                    "value": 1132,
                                    "description": "ID \u043b\u0438\u0433\u0438."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"season_id\":16,\"limit\":22}"
                        },
                        "description": "Top scorers \u0438 top goalies \u043b\u0438\u0433\u0438 \u0437\u0430 \u0441\u0435\u0437\u043e\u043d (league_stats_player \/ goalie)."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Photo albums",
            "description": "\n\u0424\u043e\u0442\u043e\u0430\u043b\u044c\u0431\u043e\u043c\u044b \u043b\u0438\u0433\/\u0442\u0443\u0440\u043d\u0438\u0440\u043e\u0432\/\u0438\u0433\u0440 \u0438\u0437 scope \u0442\u043e\u043a\u0435\u043d\u0430. \u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u043e\u0442\u0434\u0430\u044e\u0442\u0441\u044f\n\u0442\u0440\u0435\u043c\u044f \u0433\u043e\u0442\u043e\u0432\u044b\u043c\u0438 URL \u0440\u0430\u0437\u043c\u0435\u0440\u043e\u0432 (thumbnail \/ medium \/ large).",
            "item": [
                {
                    "name": "List albums",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/albums",
                            "query": [
                                {
                                    "key": "league_id",
                                    "value": "1132",
                                    "description": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u043b\u0438\u0433\u0435 (\u0438\u0437 scope \u0442\u043e\u043a\u0435\u043d\u0430).",
                                    "disabled": false
                                },
                                {
                                    "key": "tournament_id",
                                    "value": "",
                                    "description": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u0442\u0443\u0440\u043d\u0438\u0440\u0443.",
                                    "disabled": true
                                },
                                {
                                    "key": "game_id",
                                    "value": "",
                                    "description": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u0438\u0433\u0440\u0435.",
                                    "disabled": true
                                },
                                {
                                    "key": "per_page",
                                    "value": "50",
                                    "description": "1\u2013100, default 50.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/albums?league_id=1132&tournament_id=&game_id=&per_page=50&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"league_id\":16,\"tournament_id\":16,\"game_id\":16,\"per_page\":22,\"page\":67}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get an album with photos",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/albums\/:album_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/albums\/:album_id",
                            "variable": [
                                {
                                    "id": "album_id",
                                    "key": "album_id",
                                    "value": 16,
                                    "description": "The ID of the album."
                                },
                                {
                                    "id": "album",
                                    "key": "album",
                                    "value": 77,
                                    "description": "ID \u0430\u043b\u044c\u0431\u043e\u043c\u0430."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Players",
            "description": "\n\u0418\u0433\u0440\u043e\u043a\u0438, \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u043d\u044b\u0435 \u0432 \u0442\u0443\u0440\u043d\u0438\u0440\u0430\u0445 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043b\u0438\u0433 \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430.\n\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u043e\u0442\u0434\u0430\u0451\u0442\u0441\u044f \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e \u044d\u0442\u0438\u043c \u043b\u0438\u0433\u0430\u043c \u2014 \u0447\u0443\u0436\u0438\u0435 \u043b\u0438\u0433\u0438 \u0438\u0433\u0440\u043e\u043a\u0430\n\u043d\u0435 \u0440\u0430\u0441\u043a\u0440\u044b\u0432\u0430\u044e\u0442\u0441\u044f.",
            "item": [
                {
                    "name": "List players",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/players",
                            "query": [
                                {
                                    "key": "search",
                                    "value": "\u0418\u0432\u0430\u043d\u043e\u0432",
                                    "description": "\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u0444\u0430\u043c\u0438\u043b\u0438\u0438\/\u0438\u043c\u0435\u043d\u0438 (ru + en).",
                                    "disabled": false
                                },
                                {
                                    "key": "team_id",
                                    "value": "",
                                    "description": "\u0422\u043e\u043b\u044c\u043a\u043e \u0438\u0433\u0440\u043e\u043a\u0438 \u0434\u0430\u043d\u043d\u043e\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u044b.",
                                    "disabled": true
                                },
                                {
                                    "key": "birth_year",
                                    "value": "",
                                    "description": "\u0413\u043e\u0434 \u0440\u043e\u0436\u0434\u0435\u043d\u0438\u044f.",
                                    "disabled": true
                                },
                                {
                                    "key": "per_page",
                                    "value": "50",
                                    "description": "1\u2013100, default 50.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/players?search=%D0%98%D0%B2%D0%B0%D0%BD%D0%BE%D0%B2&team_id=&birth_year=&per_page=50&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"team_id\":16,\"birth_year\":16,\"per_page\":22,\"page\":67}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get a player",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/players\/:player_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/players\/:player_id",
                            "variable": [
                                {
                                    "id": "player_id",
                                    "key": "player_id",
                                    "value": 1,
                                    "description": "The ID of the player."
                                },
                                {
                                    "id": "player",
                                    "key": "player",
                                    "value": 4510,
                                    "description": "ID \u0438\u0433\u0440\u043e\u043a\u0430."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "\u041a\u0430\u0440\u0442\u043e\u0447\u043a\u0430 \u0438\u0433\u0440\u043e\u043a\u0430 + \u0435\u0433\u043e \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043b\u0438\u0433\n(\u0441\u0430\u043c\u0430\u044f \u0441\u0432\u0435\u0436\u0430\u044f \u2014 \u043f\u0435\u0440\u0432\u043e\u0439, \u043e\u043d\u0430 \u0436\u0435 current_team)."
                    },
                    "response": []
                },
                {
                    "name": "Player aggregated stats",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/players\/:player_id\/stats",
                            "query": [
                                {
                                    "key": "season_id",
                                    "value": "",
                                    "description": "\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u044c \u043e\u0434\u043d\u0438\u043c \u0441\u0435\u0437\u043e\u043d\u043e\u043c.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/players\/:player_id\/stats?season_id=",
                            "variable": [
                                {
                                    "id": "player_id",
                                    "key": "player_id",
                                    "value": 1,
                                    "description": "The ID of the player."
                                },
                                {
                                    "id": "player",
                                    "key": "player",
                                    "value": 4510,
                                    "description": "ID \u0438\u0433\u0440\u043e\u043a\u0430."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"season_id\":16}"
                        },
                        "description": "\u0410\u0433\u0440\u0435\u0433\u0430\u0442\u044b \u0438\u0437 \u0442\u0443\u0440\u043d\u0438\u0440\u043d\u043e\u0439 \u0438 \u0441\u0435\u0437\u043e\u043d\u043d\u043e\u0439 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0438 \u2014 \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e \u0442\u0443\u0440\u043d\u0438\u0440\u0430\u043c\n\u0438 \u043b\u0438\u0433\u0430\u043c \u0438\u0437 scope \u0442\u043e\u043a\u0435\u043d\u0430."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Teams",
            "description": "\n\u041a\u043e\u043c\u0430\u043d\u0434\u044b, \u0443\u0447\u0430\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0435 \u0432 \u0442\u0443\u0440\u043d\u0438\u0440\u0430\u0445 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043b\u0438\u0433 \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430.",
            "item": [
                {
                    "name": "List teams",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/teams",
                            "query": [
                                {
                                    "key": "league_id",
                                    "value": "1132",
                                    "description": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u043b\u0438\u0433\u0435 (\u0434\u043e\u043b\u0436\u043d\u0430 \u0432\u0445\u043e\u0434\u0438\u0442\u044c \u0432 scope \u0442\u043e\u043a\u0435\u043d\u0430).",
                                    "disabled": false
                                },
                                {
                                    "key": "tournament_id",
                                    "value": "",
                                    "description": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u0442\u0443\u0440\u043d\u0438\u0440\u0443.",
                                    "disabled": true
                                },
                                {
                                    "key": "club_id",
                                    "value": "",
                                    "description": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u043a\u043b\u0443\u0431\u0443.",
                                    "disabled": true
                                },
                                {
                                    "key": "search",
                                    "value": "\u0428\u0443\u0448\u0430\u0440\u044b",
                                    "description": "\u041f\u043e\u0438\u0441\u043a \u043f\u043e name \/ name_en \/ short_name.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "50",
                                    "description": "1\u2013100, default 50.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/teams?league_id=1132&tournament_id=&club_id=&search=%D0%A8%D1%83%D1%88%D0%B0%D1%80%D1%8B&per_page=50&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"league_id\":16,\"tournament_id\":16,\"club_id\":16,\"search\":\"n\",\"per_page\":7,\"page\":66}"
                        },
                        "description": "\u041f\u0430\u0433\u0438\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u043a\u043e\u043c\u0430\u043d\u0434 \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 scope \u0442\u043e\u043a\u0435\u043d\u0430."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":123,\"slug\":\"team-a-2010\",\"name\":\"\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u0410\",\"name_en\":\"Team A\",\"short_name\":null,\"short_name_en\":null,\"team_year\":2010,\"type\":\"child\",\"status\":\"active\",\"sport\":{\"id\":1,\"key\":\"hockey\",\"name\":\"Hockey\"},\"club\":null,\"city\":{\"id\":7,\"name\":\"\u0421\u0430\u043d\u043a\u0442-\u041f\u0435\u0442\u0435\u0440\u0431\u0443\u0440\u0433\",\"name_en\":\"Saint Petersburg\"},\"logo_url\":\"https:\/\/s3.example\/logos\/123.webp\",\"created_at\":\"2025-09-01T10:30:00+00:00\",\"updated_at\":\"2026-04-10T14:22:15+00:00\"}],\"meta\":{\"pagination\":{\"total\":2,\"count\":1,\"per_page\":1,\"current_page\":1,\"total_pages\":2}},\"links\":{\"self\":\"https:\/\/api.globalsportsystems.org\/v1\/teams?per_page=1\",\"first\":\"https:\/\/api.globalsportsystems.org\/v1\/teams?per_page=1&page=1\",\"last\":\"https:\/\/api.globalsportsystems.org\/v1\/teams?per_page=1&page=2\",\"next\":\"https:\/\/api.globalsportsystems.org\/v1\/teams?per_page=1&page=2\",\"prev\":null}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a team",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/teams\/:team_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/teams\/:team_id",
                            "variable": [
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": 1,
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": 123,
                                    "description": "ID \u043a\u043e\u043c\u0430\u043d\u0434\u044b."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Team roster with basic stats",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/teams\/:team_id\/players",
                            "query": [
                                {
                                    "key": "season_id",
                                    "value": "",
                                    "description": "ID \u0441\u0435\u0437\u043e\u043d\u0430 (default \u2014 \u0442\u0435\u043a\u0443\u0449\u0438\u0439).",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/teams\/:team_id\/players?season_id=",
                            "variable": [
                                {
                                    "id": "team_id",
                                    "key": "team_id",
                                    "value": 1,
                                    "description": "The ID of the team."
                                },
                                {
                                    "id": "team",
                                    "key": "team",
                                    "value": 123,
                                    "description": "ID \u043a\u043e\u043c\u0430\u043d\u0434\u044b."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"season_id\":16}"
                        },
                        "description": "\u0421\u043e\u0441\u0442\u0430\u0432 \u043a\u043e\u043c\u0430\u043d\u0434\u044b \u0432 \u0441\u0435\u0437\u043e\u043d\u0435 (default \u2014 \u0442\u0435\u043a\u0443\u0449\u0438\u0439) \u0432 \u0440\u0430\u043c\u043a\u0430\u0445 \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043b\u0438\u0433,\n\u0441 \u0431\u0430\u0437\u043e\u0432\u043e\u0439 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u043e\u0439 \u0438\u0437 \u0442\u0443\u0440\u043d\u0438\u0440\u043d\u044b\u0445 \u0430\u0433\u0440\u0435\u0433\u0430\u0442\u043e\u0432."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Tournaments",
            "description": "\n\u0422\u0443\u0440\u043d\u0438\u0440\u044b \u0434\u043e\u0432\u0435\u0440\u0435\u043d\u043d\u044b\u0445 \u043b\u0438\u0433 \u0432\u0430\u0448\u0435\u0433\u043e \u0442\u043e\u043a\u0435\u043d\u0430.",
            "item": [
                {
                    "name": "List tournaments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/tournaments",
                            "query": [
                                {
                                    "key": "league_id",
                                    "value": "1132",
                                    "description": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u043b\u0438\u0433\u0435 (\u0438\u0437 scope \u0442\u043e\u043a\u0435\u043d\u0430).",
                                    "disabled": false
                                },
                                {
                                    "key": "season_id",
                                    "value": "",
                                    "description": "\u0424\u0438\u043b\u044c\u0442\u0440 \u043f\u043e \u0441\u0435\u0437\u043e\u043d\u0443.",
                                    "disabled": true
                                },
                                {
                                    "key": "status",
                                    "value": "active",
                                    "description": "draft \/ active \/ finished \/ archived.",
                                    "disabled": false
                                },
                                {
                                    "key": "search",
                                    "value": "",
                                    "description": "\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u043d\u0430\u0437\u0432\u0430\u043d\u0438\u044e.",
                                    "disabled": true
                                },
                                {
                                    "key": "per_page",
                                    "value": "50",
                                    "description": "1\u2013100, default 50.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/tournaments?league_id=1132&season_id=&status=active&search=&per_page=50&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"league_id\":16,\"season_id\":16,\"search\":\"n\",\"per_page\":7,\"page\":66}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get a tournament",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/tournaments\/:tournament_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/tournaments\/:tournament_id",
                            "variable": [
                                {
                                    "id": "tournament_id",
                                    "key": "tournament_id",
                                    "value": 10565,
                                    "description": "The ID of the tournament."
                                },
                                {
                                    "id": "tournament",
                                    "key": "tournament",
                                    "value": 45,
                                    "description": "ID \u0442\u0443\u0440\u043d\u0438\u0440\u0430."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "\u041c\u0435\u0442\u0430 \u0442\u0443\u0440\u043d\u0438\u0440\u0430 + \u043a\u043e\u043c\u0430\u043d\u0434\u044b-\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0438 + \u0441\u043f\u0438\u0441\u043e\u043a \u044d\u0442\u0430\u043f\u043e\u0432."
                    },
                    "response": []
                },
                {
                    "name": "Tournament table (standings)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/tournaments\/:tournament_id\/table",
                            "query": [],
                            "raw": "{{baseUrl}}\/v1\/tournaments\/:tournament_id\/table",
                            "variable": [
                                {
                                    "id": "tournament_id",
                                    "key": "tournament_id",
                                    "value": 10565,
                                    "description": "The ID of the tournament."
                                },
                                {
                                    "id": "tournament",
                                    "key": "tournament",
                                    "value": 45,
                                    "description": "ID \u0442\u0443\u0440\u043d\u0438\u0440\u0430."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "\u0422\u0443\u0440\u043d\u0438\u0440\u043d\u0430\u044f \u0442\u0430\u0431\u043b\u0438\u0446\u0430 \u043f\u043e \u044d\u0442\u0430\u043f\u0430\u043c \u2014 \u0442\u043e\u0442 \u0436\u0435 \u0430\u0433\u0440\u0435\u0433\u0430\u0442, \u0447\u0442\u043e \u0438 \u043d\u0430 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0445\n\u043f\u043e\u0440\u0442\u0430\u043b\u0430\u0445 (\u043f\u0435\u0440\u0435\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u043a\u0440\u043e\u043d\u043e\u043c \u043f\u043e\u0441\u043b\u0435 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043c\u0430\u0442\u0447\u0430)."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"tournament\":{\"id\":45,\"slug\":\"allowed-cup\",\"name\":\"\u041a\u0443\u0431\u043e\u043a\",\"name_en\":\"Cup\"},\"stages\":[{\"id\":3,\"name\":\"\u0413\u0440\u0443\u043f\u043f\u0430 \u0410\",\"name_en\":\"Group A\",\"type\":\"round-robin\",\"sort_order\":1,\"standings\":[{\"position\":1,\"team\":{\"id\":11,\"team_id\":123,\"name\":\"\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u0410\",\"name_en\":\"Team A\",\"short_name\":null,\"short_name_en\":null,\"additional_name\":null,\"display_name\":\"\u041a\u043e\u043c\u0430\u043d\u0434\u0430 \u0410\",\"logo_url\":\"https:\/\/s3.example\/logos\/123.webp\",\"is_placeholder\":false,\"is_out_of_standings\":false,\"final_position\":null},\"games_played\":5,\"wins_total\":4,\"wins\":4,\"wins_ot\":0,\"wins_so\":0,\"draws\":0,\"losses_total\":1,\"losses\":1,\"losses_ot\":0,\"losses_so\":0,\"scores_for\":20,\"scores_against\":8,\"points\":8}]}]}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Tournament schedule",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/tournaments\/:tournament_id\/schedule",
                            "query": [
                                {
                                    "key": "date_from",
                                    "value": "",
                                    "description": "date Y-m-d.",
                                    "disabled": true
                                },
                                {
                                    "key": "date_to",
                                    "value": "",
                                    "description": "date Y-m-d.",
                                    "disabled": true
                                },
                                {
                                    "key": "status",
                                    "value": "",
                                    "description": "scheduled \/ live \/ finished \/ postponed \/ cancelled.",
                                    "disabled": true
                                },
                                {
                                    "key": "per_page",
                                    "value": "",
                                    "description": "1\u2013200, default 100.",
                                    "disabled": true
                                },
                                {
                                    "key": "page",
                                    "value": "",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/tournaments\/:tournament_id\/schedule?date_from=&date_to=&status=&per_page=&page=",
                            "variable": [
                                {
                                    "id": "tournament_id",
                                    "key": "tournament_id",
                                    "value": 10565,
                                    "description": "The ID of the tournament."
                                },
                                {
                                    "id": "tournament",
                                    "key": "tournament",
                                    "value": 45,
                                    "description": "ID \u0442\u0443\u0440\u043d\u0438\u0440\u0430."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"date_from\":\"2026-07-21\",\"date_to\":\"2026-07-21\",\"per_page\":1,\"page\":22}"
                        },
                        "description": "\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440\u044c \u0438\u0433\u0440 \u0442\u0443\u0440\u043d\u0438\u0440\u0430 \u043e\u0442 \u0441\u0442\u0430\u0440\u044b\u0445 \u043a \u043d\u043e\u0432\u044b\u043c."
                    },
                    "response": []
                },
                {
                    "name": "Tournament leaders",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/tournaments\/:tournament_id\/stats",
                            "query": [
                                {
                                    "key": "limit",
                                    "value": "10",
                                    "description": "1\u201350, default 10.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/tournaments\/:tournament_id\/stats?limit=10",
                            "variable": [
                                {
                                    "id": "tournament_id",
                                    "key": "tournament_id",
                                    "value": 10565,
                                    "description": "The ID of the tournament."
                                },
                                {
                                    "id": "tournament",
                                    "key": "tournament",
                                    "value": 45,
                                    "description": "ID \u0442\u0443\u0440\u043d\u0438\u0440\u0430."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"limit\":1}"
                        },
                        "description": "Top scorers \u0438 top goalies \u0438\u0437 \u0442\u0443\u0440\u043d\u0438\u0440\u043d\u044b\u0445 \u0430\u0433\u0440\u0435\u0433\u0430\u0442\u043e\u0432."
                    },
                    "response": []
                },
                {
                    "name": "Tournament photo albums",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "v1\/tournaments\/:tournament_id\/albums",
                            "query": [
                                {
                                    "key": "per_page",
                                    "value": "",
                                    "description": "1\u2013100, default 50.",
                                    "disabled": true
                                },
                                {
                                    "key": "page",
                                    "value": "",
                                    "description": "\u041d\u043e\u043c\u0435\u0440 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/v1\/tournaments\/:tournament_id\/albums?per_page=&page=",
                            "variable": [
                                {
                                    "id": "tournament_id",
                                    "key": "tournament_id",
                                    "value": 10565,
                                    "description": "The ID of the tournament."
                                },
                                {
                                    "id": "tournament",
                                    "key": "tournament",
                                    "value": 45,
                                    "description": "ID \u0442\u0443\u0440\u043d\u0438\u0440\u0430."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"per_page\":1,\"page\":22}"
                        },
                        "description": "\u0428\u043e\u0440\u0442\u043a\u0430\u0442 \u0434\u043b\u044f GET \/v1\/albums?tournament_id={id}."
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "Authorization",
                "type": "string"
            }
        ]
    }
}