{ "info": { "_postman_id": "0715de12-1aad-46d1-8aa0-3c321343d264", "name": "Sportmonks Football Fixtures Standings API", "description": "REST API providing soccer/football data including livescores, fixtures, schedules,\nstandings, teams, players, predictions, and odds across 2,500+ leagues worldwide.\n\nAll endpoints accept the API token either as an `Authorization` header or as an\n`api_token` query parameter. Responses are JSON and support `include`, `filters`,\nand `select` query parameters for response shaping.\n\n\nContact Support:\n Name: Sportmonks Support\n Email: support@sportmonks.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:00:50.000Z", "updatedAt": "2026-07-28T03:00:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-0715de12-1aad-46d1-8aa0-3c321343d264" }, "item": [ { "name": "standings", "item": [ { "name": "seasons", "item": [ { "name": "{seasonId}", "item": [ { "name": "Get Standings By Season", "id": "a94d497a-0233-4f55-b9b6-b0b75e1fcfc9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/standings/seasons/:seasonId?include=", "host": [ "{{baseUrl}}" ], "path": [ "standings", "seasons", ":seasonId" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" } ], "variable": [ { "id": "1e928fc0-2954-444c-8adf-62c414143b9f", "key": "seasonId", "value": "", "description": "(Required) " } ] }, "description": "Returns the league table for a given season." }, "response": [ { "id": "9a5dcb8b-9551-4283-86da-cc3bf01e7403", "name": "Standings for the season.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/standings/seasons/:seasonId?include=", "host": [ "{{baseUrl}}" ], "path": [ "standings", "seasons", ":seasonId" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" } ], "variable": [ { "key": "seasonId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:51.000Z", "updatedAt": "2026-07-28T03:00:51.000Z", "uid": "35240-9a5dcb8b-9551-4283-86da-cc3bf01e7403" } ], "createdAt": "2026-07-28T03:00:51.000Z", "updatedAt": "2026-07-28T03:00:51.000Z", "uid": "35240-a94d497a-0233-4f55-b9b6-b0b75e1fcfc9" } ], "id": "e30179ee-36c6-4a34-92cc-24d68225b795", "createdAt": "2026-07-28T03:00:50.000Z", "updatedAt": "2026-07-28T03:00:50.000Z", "uid": "35240-e30179ee-36c6-4a34-92cc-24d68225b795" } ], "id": "40e8a907-bd87-4b3b-a791-ac477ca29caf", "createdAt": "2026-07-28T03:00:50.000Z", "updatedAt": "2026-07-28T03:00:50.000Z", "uid": "35240-40e8a907-bd87-4b3b-a791-ac477ca29caf" } ], "id": "030f7e02-52bc-42bf-b724-cf9dc2b2ab8b", "createdAt": "2026-07-28T03:00:50.000Z", "updatedAt": "2026-07-28T03:00:50.000Z", "uid": "35240-030f7e02-52bc-42bf-b724-cf9dc2b2ab8b" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.sportmonks.com/v3/football" } ] }