If you're building in Node.js, Next.js, or a serverless worker and need UK football bookmaker odds, you don't need an SDK. UK Odds API is plain REST JSON, so any HTTP client works: fetch, undici, axios, or node-fetch. Authenticate with a single X-Api-Key header and start pulling fixtures, odds, and best-price data straight into your app.
Works anywhere Node.js runs
The API is called over standard HTTPS, so it runs the same in a long-lived Node server, a Next.js API route or server action, an Express backend, or an edge worker like Cloudflare Workers or Vercel Edge Functions. There's no client library to install or maintain, just fetch or axios and your API key.
Endpoints available in Node.js
The same endpoint set as every other language: events for fixtures and competitions, odds for match odds by market, best for the top odds across bookmakers, batch for multiple fixtures in one call, history for historical odds movement, and arbitrage for cross-bookmaker value opportunities. Access to history and arbitrage depends on your plan.
UK football coverage
Pre-match odds across the Premier League, Championship, League One, League Two, and major cups, pulled from UK-facing bookmakers. Markets include match odds, over/under, both teams to score, and Asian handicap, depending on plan and fixture.
No SDK lock-in
Use fetch, undici, or axios. Keep the API key on the server in Next.js route handlers or workers.