Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing documentation for Polymarket US
cURL
curl --request GET \ --url https://gateway.polymarket.us/v2/sports/{slug}
{ "sport": { "name": "<string>", "slug": "<string>", "image": "<string>", "leagues": [ { "name": "<string>", "slug": "<string>", "image": "<string>", "isOperational": true, "id": 123, "sportId": 123, "tagId": 123, "resolution": "<string>", "ordering": "<string>", "activeSeriesId": 123, "createdAt": "<string>", "abbreviation": "<string>" } ], "id": 123, "tagId": 123, "createdAt": "<string>", "defaultJerseyImage": "<string>" } }
Retrieve a sport by its slug, with all leagues attached
Sport slug
Sport with leagues
Show child attributes