Skip to main content

GET /football

Endpoint

GET https://odds360.sportmicro.com/football

Purpose

Use this endpoint to retrieve the current football Odds360 feed.

Typical flow

  1. Find the match in the SportMicro football data service.
  2. Keep the football match_id, league, teams, and start time.
  3. Call GET /football to load the current Odds360 feed.
  4. Move to the WebSockets page if you need live updates or overrides.
  • https://football.sportmicro.com/matches-live
  • https://football.sportmicro.com/matches-by-date
  • https://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.