GET /football
Endpoint
GET https://odds360.sportmicro.com/football
Purpose
Use this endpoint to retrieve the current football Odds360 feed.
Typical flow
- Find the match in the SportMicro football data service.
- Keep the football
match_id, league, teams, and start time. - Call
GET /footballto load the current Odds360 feed. - Move to the WebSockets page if you need live
updatesoroverrides.
Related SportMicro discovery endpoints
https://football.sportmicro.com/matches-livehttps://football.sportmicro.com/matches-by-datehttps://football.sportmicro.com/matches
Example
curl "https://odds360.sportmicro.com/football"
Notes
- Use the football introduction page for the bookmaker-scoped dashboard flow.
- Add your API key or token if your plan requires authenticated access.