The odds from Italian ADM licensees that global odds APIs don't carry — Sisal, Snai, GoldBet, Eurobet, Lottomatica and 40+ more — in one normalized JSON, with bet365, Betfair Exchange and Pinnacle as a sharp reference.
If you've tried to build anything on the Italian market — a comparison tool, a bot, a model, a dashboard — you've probably hit the wall: global odds APIs don't cover Italian ADM bookmakers. They cover US, UK and offshore operators, but they have no license and no integration with Sisal, Snai, GoldBet, Eurobet, Lottomatica and the other Italian licensees. For the regulated Italian market they're blind.
odss-api exists for exactly that gap: we read the ADM licensees' public feeds directly — the same odds you see on their sites — and expose them normalized in a stable JSON, plus bet365, Betfair Exchange and Pinnacle as a sharp reference.
40+ ADM licensees, read from their direct feeds. Among others:
The live active list, with country, playable_it and is_exchange flags, is always at GET /api/v1/bookmakers — public, no key. Per-region coverage is at GET /api/v1/coverage.
GET /api/v1/odds returns all cross-book odds by event and market, filterable by sport, league, market and bookmaker.curl -H "x-api-key: odss_live_..." \ "https://odss-api.com/api/v1/odds?sport=calcio&market=1x2&bookmakers=sisal,snai,goldbet"
| Feature | odss-api | Global APIs |
|---|---|---|
| Italian ADM bookmakers | 40+ direct | Absent |
| bet365 / Betfair / Pinnacle | Yes (reference) | Partial |
| Billing model | Per account (monthly quota) | Often per book or credits |
| Cross-book matching | Deterministic event_id | Often heuristic |
| Freshness | Per-book last_update | Often not exposed |
| Free tier | Free forever | Varies |
Comparison against the average of the global providers reviewed (2026). Our side is verifiable from the public endpoints and the status page.
40+ ADM licensees read directly from their public feeds — Sisal, Snai, GoldBet, Eurobet, Lottomatica, Planetwin365, Betflag, bet365 and more — plus bet365, Betfair Exchange and Pinnacle as a reference. The active list is at GET /api/v1/bookmakers.
They cover US/UK/offshore operators and have no license or integration with the ADM licensees. odss-api reads the Italian feeds directly to fill the gap.
Normalized JSON with a deterministic event_id shared by every market of the same fixture and a last_update per quote. One endpoint (GET /api/v1/odds) returns all cross-book odds.
Yes, the Free plan is forever (500 requests/month) with the same coverage as the paid plans. Just an email for the key, no card.
Test it with your own data. The Free plan has the same coverage as the paid plans: the best way to verify.
Get a free key →