Returns a single event by its unique identifier
cURL
curl --request GET \ --url https://api.odds-api.io/v3/events/{id}
{ "away": "<string>", "date": "<string>", "home": "<string>", "id": 123, "league": { "name": "<string>", "slug": "<string>" }, "scores": { "away": 123, "home": 123 }, "sport": { "name": "<string>", "slug": "<string>" }, "status": "<string>" }
Event ID
API key for authentication
OK
Show child attributes
Was this page helpful?