Odds API · Docs
WagerWise Odds API reference.
Easy to query. Filter, sort, select fields, and get JSON.
Quickstart
Send an API key as a header, hit a resource URL, and shape the result with query parameters. No SDK required.
curl 'https://odds.wagerwise.win/sports?active=is.true&select=key,title' \ -H 'Authorization: Bearer $WW_API_KEY'
No custom routes to memorize — standard REST query grammar and JSON responses.
- Base URL
- https://odds.wagerwise.win
- Auth
- Authorization: Bearer <api-key>
- Format
- application/json
- Query grammar
- REST filters
- Resources
- 9 — see Resources
- Core resources
- sports · bookmakers · events · current_odds · odds_snapshots · market_catalog · futures_markets · futures_outcomes · bookmaker_regions
Next