{ "info": { "_postman_id": "ced94689-9672-4136-b7b4-003ca22563c3", "name": "Sportmonks Football Fixtures 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:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "lastUpdatedBy": "35240", "uid": "35240-ced94689-9672-4136-b7b4-003ca22563c3" }, "item": [ { "name": "fixtures", "item": [ { "name": "{id}", "item": [ { "name": "Get Fixture By ID", "id": "6c1853e2-f67d-49ce-a238-eaf53ee29e78", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/fixtures/:id?include=", "host": [ "{{baseUrl}}" ], "path": [ "fixtures", ":id" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" } ], "variable": [ { "id": "861a4e7e-12ac-401e-a0ac-d82e5bd7e749", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Returns a single fixture by its identifier." }, "response": [ { "id": "51177fb1-f36f-4371-82d9-48295d61baca", "name": "A single fixture.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/fixtures/:id?include=", "host": [ "{{baseUrl}}" ], "path": [ "fixtures", ":id" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"sport_id\": \"\",\n \"league_id\": \"\",\n \"season_id\": \"\",\n \"stage_id\": \"\",\n \"round_id\": \"\",\n \"state_id\": \"\",\n \"venue_id\": \"\",\n \"name\": \"\",\n \"starting_at\": \"\",\n \"result_info\": \"\",\n \"leg\": \"\",\n \"details\": \"\",\n \"length\": \"\",\n \"placeholder\": \"\",\n \"has_odds\": \"\",\n \"has_premium_odds\": \"\",\n \"starting_at_timestamp\": \"\"\n },\n \"subscription\": {\n \"meta\": {}\n },\n \"rate_limit\": {\n \"resets_in_seconds\": \"\",\n \"remaining\": \"\",\n \"requested_entity\": \"\"\n }\n}", "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-51177fb1-f36f-4371-82d9-48295d61baca" } ], "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-6c1853e2-f67d-49ce-a238-eaf53ee29e78" } ], "id": "08a21c3f-528b-4cd6-904a-4012f2b8ab88", "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-08a21c3f-528b-4cd6-904a-4012f2b8ab88" }, { "name": "date", "item": [ { "name": "{date}", "item": [ { "name": "List Fixtures By Date", "id": "d4ae9928-da28-411c-a2ef-ee4397dfe876", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/fixtures/date/:date?include=", "host": [ "{{baseUrl}}" ], "path": [ "fixtures", "date", ":date" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" } ], "variable": [ { "id": "9c33126f-d73f-4d22-a119-17796a352b70", "key": "date", "value": "", "description": "(Required) " } ] }, "description": "Returns fixtures scheduled on a specific calendar date (YYYY-MM-DD)." }, "response": [ { "id": "e3563d4b-4438-40ca-bdd4-dcbdc7bd3f34", "name": "Fixtures on the given date.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/fixtures/date/:date?include=", "host": [ "{{baseUrl}}" ], "path": [ "fixtures", "date", ":date" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" } ], "variable": [ { "key": "date" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"sport_id\": \"\",\n \"league_id\": \"\",\n \"season_id\": \"\",\n \"stage_id\": \"\",\n \"round_id\": \"\",\n \"state_id\": \"\",\n \"venue_id\": \"\",\n \"name\": \"\",\n \"starting_at\": \"\",\n \"result_info\": \"\",\n \"leg\": \"\",\n \"details\": \"\",\n \"length\": \"\",\n \"placeholder\": \"\",\n \"has_odds\": \"\",\n \"has_premium_odds\": \"\",\n \"starting_at_timestamp\": \"\"\n },\n {\n \"id\": \"\",\n \"sport_id\": \"\",\n \"league_id\": \"\",\n \"season_id\": \"\",\n \"stage_id\": \"\",\n \"round_id\": \"\",\n \"state_id\": \"\",\n \"venue_id\": \"\",\n \"name\": \"\",\n \"starting_at\": \"\",\n \"result_info\": \"\",\n \"leg\": \"\",\n \"details\": \"\",\n \"length\": \"\",\n \"placeholder\": \"\",\n \"has_odds\": \"\",\n \"has_premium_odds\": \"\",\n \"starting_at_timestamp\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": \"\",\n \"per_page\": \"\",\n \"current_page\": \"\",\n \"next_page\": \"\",\n \"has_more\": \"\"\n },\n \"subscription\": {\n \"meta\": {}\n },\n \"rate_limit\": {\n \"resets_in_seconds\": \"\",\n \"remaining\": \"\",\n \"requested_entity\": \"\"\n }\n}", "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-e3563d4b-4438-40ca-bdd4-dcbdc7bd3f34" } ], "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-d4ae9928-da28-411c-a2ef-ee4397dfe876" } ], "id": "d53f2ac5-5d78-44f6-924c-96fc38fae5f3", "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-d53f2ac5-5d78-44f6-924c-96fc38fae5f3" } ], "id": "310efcc3-3094-46f3-ae5e-8fafe077a266", "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-310efcc3-3094-46f3-ae5e-8fafe077a266" }, { "name": "List Fixtures", "id": "1b444215-df79-41d6-853e-57e4d3fbfdce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/fixtures?include=&filters=&page=", "host": [ "{{baseUrl}}" ], "path": [ "fixtures" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" }, { "description": "Semicolon-separated filter expressions applied to the collection.", "key": "filters", "value": "" }, { "description": "Page number for paginated collection responses.", "key": "page", "value": "" } ] }, "description": "Returns paginated fixtures across leagues and seasons." }, "response": [ { "id": "7d73ff9e-a9cd-4142-acae-3ab438ab487f", "name": "A paginated list of fixtures.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/fixtures?include=&filters=&page=", "host": [ "{{baseUrl}}" ], "path": [ "fixtures" ], "query": [ { "description": "Semicolon-separated list of related entities to embed in the response.", "key": "include", "value": "" }, { "description": "Semicolon-separated filter expressions applied to the collection.", "key": "filters", "value": "" }, { "description": "Page number for paginated collection responses.", "key": "page", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"sport_id\": \"\",\n \"league_id\": \"\",\n \"season_id\": \"\",\n \"stage_id\": \"\",\n \"round_id\": \"\",\n \"state_id\": \"\",\n \"venue_id\": \"\",\n \"name\": \"\",\n \"starting_at\": \"\",\n \"result_info\": \"\",\n \"leg\": \"\",\n \"details\": \"\",\n \"length\": \"\",\n \"placeholder\": \"\",\n \"has_odds\": \"\",\n \"has_premium_odds\": \"\",\n \"starting_at_timestamp\": \"\"\n },\n {\n \"id\": \"\",\n \"sport_id\": \"\",\n \"league_id\": \"\",\n \"season_id\": \"\",\n \"stage_id\": \"\",\n \"round_id\": \"\",\n \"state_id\": \"\",\n \"venue_id\": \"\",\n \"name\": \"\",\n \"starting_at\": \"\",\n \"result_info\": \"\",\n \"leg\": \"\",\n \"details\": \"\",\n \"length\": \"\",\n \"placeholder\": \"\",\n \"has_odds\": \"\",\n \"has_premium_odds\": \"\",\n \"starting_at_timestamp\": \"\"\n }\n ],\n \"pagination\": {\n \"count\": \"\",\n \"per_page\": \"\",\n \"current_page\": \"\",\n \"next_page\": \"\",\n \"has_more\": \"\"\n },\n \"subscription\": {\n \"meta\": {}\n },\n \"rate_limit\": {\n \"resets_in_seconds\": \"\",\n \"remaining\": \"\",\n \"requested_entity\": \"\"\n }\n}", "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-7d73ff9e-a9cd-4142-acae-3ab438ab487f" } ], "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-1b444215-df79-41d6-853e-57e4d3fbfdce" } ], "id": "22ec4054-4a18-49e1-904f-27faaf91e773", "createdAt": "2026-07-28T03:00:39.000Z", "updatedAt": "2026-07-28T03:00:39.000Z", "uid": "35240-22ec4054-4a18-49e1-904f-27faaf91e773" } ], "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" } ] }