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