We collect odds.
Every UK bookmaker and exchange in one place. Finally a complete UK feed.
Access the most complete UK football odds dataset available via API. UK Odds API gives you clean, normalised football odds data from all major UK bookmakers through one documented API.
# List UK football fixtures for a date curl "https://api.ukoddsapi.com/v1/football/events ?schedule_date=2026-04-25" \ -H "X-Api-Key: YOUR_KEY" # Example response (truncated): { "count": 64, "events": [ { "event_id": "evt_2771c03edfa878a3099ad85d5c7d", "league_name": "English Premier League", "home_team": "Arsenal", "away_team": "Newcastle", "kickoff_utc": "2026-04-25T16:30:00Z", "markets_with_odds": 100, "unique_bookmaker_codes": 27 } // ... 63 more events ] }
# Fetch all odds — Arsenal v Newcastle curl "https://api.ukoddsapi.com/v1/football/events /evt_2771c03edfa878a3099ad85d5c7d/odds" \ -H "X-Api-Key: YOUR_KEY" # Returns 12 market types · 27 bookmakers · ~4000 selections # Stable UO*** codes — never change when brands rebrand
{ "event_id": "evt_2771c03edfa878a3099ad85d5c7d", "event_title": "Arsenal v Newcastle", "competition": "English Premier League Matches", "kickoff_utc": "2026-04-25T16:30:00Z", "summary": { "markets_with_odds": 100, "bookmakers_count": 27 }, "markets": [ { "market_name": "Win Market", "market_group": "Win Markets", "selection_count": 81 }, { "market_name": "Both Teams To Score", "market_group": "Score Betting", "selection_count": 54 }, { "market_name": "Total Goals Over/Under", "market_group": "Score Betting", "selection_count": 400 }, { "market_name": "Anytime Goalscorer", "market_group": "Player Betting", "selection_count": 987 }, { "market_name": "First Goalscorer", "market_group": "Player Betting", "selection_count": 917 }, { "market_name": "Correct Score", "market_group": "Score Betting", "selection_count": 876 }, { "market_name": "Asian Handicap", "market_group": "Handicap Betting", "selection_count": 314 } // ... 5 more markets ] }
How it works
Every UK bookmaker and exchange in one place. Finally a complete UK feed.
Deep market coverage (100+ markets) with consistent naming, grouping and validation. So your comparisons don’t break.
One straightforward API with clear docs. Build dashboards, alerts and arbitrage tools without juggling providers.
What you get
A focused API built for one job: UK football odds, from every bookmaker, in one clean format.
Bet365, Betfair, Paddy Power, Sky Bet, William Hill, Coral, Ladbrokes and more — all in one normalised response.
Match winner, both teams to score, over/under, corners, cards, correct score, player props and more — with consistent market keys. View full market coverage.
Browse supported football countries, top competitions, and league categories in one place. View league coverage.
Discover football fixtures across a rolling seven-day London calendar window. Always aligned to when UK matches actually kick off.
Clean REST resources, predictable JSON, and errors you can handle — plus OpenAPI so you can generate clients and ship integrations fast.
Cross-bookmaker comparison in one call — normalised odds from every UK bookmaker so you can surface edges without wiring up separate feeds.
How it works
Sign up free and get your key. No card needed to look around.
Build your app or tools with our API in minutes, not months.
Get every UK bookmaker's odds in one clean developer friendly API.
Realtime data
Build faster with accurate, developer-friendly UK Odds API.
Plans
Start lean. Scale up when you're ready.
For testing and prototypes
£129/month
For prototypes and early products
£249/month
For serious products and dashboards
£549/month
For trading tools and production apps
Bookmakers we cover
We have the largest collection of UK Bookmaker Odds and Markets on the internet
FAQ
UK Odds API is a REST API that returns JSON. You send your API key with each request, pick fixtures and markets from the paths or query parameters, and receive normalised odds from UK bookmakers in one response shape. You can try calls in our live OpenAPI (Swagger) page and read the full reference before you write any integration code.
All major UK bookmakers, including Bet365, Betfair, Paddy Power, Sky Bet, William Hill, Coral, Ladbrokes, Betway, 888sport, Unibet, and Spreadex. The full list is in the docs.
We cover major football leagues worldwide — including the UK leagues, Europe’s top competitions, and many more — based on what UK bookmakers actually price up.
See the current list on our coverage page: View league coverage.
Starter suits early builds: 10 UK bookmakers, core markets, and a solid hourly quota.
Pro adds full bookmaker coverage, core + full markets, and historical odds.
Scale is aimed at production trading tools: higher request limits, full bookmaker coverage, and the arbitrage endpoints.
Yes — we provide a football arbitrage feed that returns active 2-way opportunities for a date, and an endpoint for a single event. Responses include the market, the best two legs (bookmaker codes + odds), and an optional stake split for plug-and-play bet placement.
You can call /v1/football/arbitrage?date=YYYY-MM-DD (day feed) or /v1/football/events/{event_id}/arbitrage (single event). Access depends on your plan.
Yes. Historical odds endpoints are available on Pro and Scale plans so you can build charts, alerts, and backtests from real price movements.
Core markets are the most-used match markets: 1X2, BTTS, total goals, corners, and cards.
Full markets adds deeper coverage when available, such as player shots and shots on target (SOT), team props (team goals/corners), and additional lines/variants.
You can browse every supported market here: View market coverage.
We update odds every minute.
Your plan controls request volume and access to premium endpoints (like arbitrage and history), but the data feed itself is continuously refreshed.
Each HTTP call you make to our API counts towards the limits on your plan (for example, requests per hour or per day on the free tier). Your dashboard shows usage so you can stay within quota.
Yes. Create a free account, generate an API key, and then use the Swagger playground at api.ukoddsapi.com/docs to test endpoints in your browser.
You can copy working requests straight from Swagger into Postman, Node, or Python once you’re happy with the response shape.
Get API access in under a minute. No card required to start exploring.