Skip to main content

GET /football-history

Endpoint

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

Purpose

Use this endpoint to retrieve historical football Odds360 records.

Typical use cases

  • review previous odds states
  • inspect odds movement over time
  • support auditing or backtesting workflows
  1. Identify the football match in SportMicro.
  2. Keep the same match_id and match metadata.
  3. Call GET /football-history when you need historical context instead of only the current state.

Example

curl "https://odds360.sportmicro.com/football-history"

Notes

  • Use GET /football for the current feed.
  • Use the WebSockets page for real-time updates.