Discover/betano.com API
live

betano.com APIbetano.com

Access Betano sports betting data via API. Retrieve 20 regional site listings and detailed event odds and markets by event ID and region.

Endpoints
2
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/2c345e08-8176-4558-9e5d-91a75f8768de/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/2c345e08-8176-4558-9e5d-91a75f8768de/get_regions' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Get list of all available regional Betano sites with their URLs and language codes. Returns static data about 20 regional Betano platforms including Argentina, Brazil, Portugal, Germany, and others.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "regions": "array of region objects each containing id, name, url, and lang"
  },
  "sample": {
    "data": {
      "regions": [
        {
          "id": "ar_caba",
          "url": "https://caba.betano.bet.ar/",
          "lang": "es-AR",
          "name": "Argentinian Spanish (CABA)"
        },
        {
          "id": "pt",
          "url": "https://www.betano.pt/",
          "lang": "pt-PT",
          "name": "Portuguese"
        },
        {
          "id": "de",
          "url": "https://www.betano.de/",
          "lang": "de-DE",
          "name": "German"
        }
      ]
    },
    "status": "success"
  }
}

About the betano.com API

The Betano API provides structured access to the Betano sports betting platform across 2 endpoints. The get_regions endpoint returns a list of 20 regional Betano sites — covering markets from Argentina and Brazil to Portugal and Germany — each with its URL and language code. The get_event_details endpoint returns odds and betting markets for a specific event, identified by event ID and region.

Regional Coverage

The get_regions endpoint takes no inputs and returns a static array of region objects. Each object includes an id, name, url, and lang field, representing one of Betano's 20 active regional platforms. This is the starting point for any workflow that targets a specific country's market — the id value from this response is what you pass as region_id in subsequent calls.

Event Details and Odds

The get_event_details endpoint accepts two required parameters: event_id (the identifier for a specific match or event) and region_id (obtained from get_regions). It returns a data object containing odds and betting market information for that event. This covers both pre-match and live events depending on availability in the targeted region.

Regional Geo-Fencing

Betano operates separate platforms for each country, and access to event data may be subject to regional geo-fencing. Requests for certain region and event combinations may be blocked or return incomplete data depending on where the request originates. The region_id parameter controls which regional platform is queried, so pairing it with the correct event_id for that region is necessary for reliable responses.

Common use cases
  • Map all active Betano regional sites and their language codes for a multi-market odds aggregator
  • Pull live or pre-match betting markets for a specific football event in Brazil using get_event_details
  • Build a region comparison tool that queries the same event across multiple region_id values to compare market availability
  • Monitor which Betano platforms are active and what URLs they use for redirect or deep-link workflows
  • Seed a database of Betano regional site metadata using the static output of get_regions
  • Integrate Betano odds data into a sports analytics dashboard alongside other bookmakers
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Betano have an official public developer API?+
Betano does not publish an official public developer API or documented data feed for third-party use. This Parse API provides structured access to the data available on Betano's regional platforms.
What does the `get_regions` endpoint actually return?+
It returns an array of region objects, each with four fields: id, name, url, and lang. The id is the value you use as region_id in calls to get_event_details. The list covers 20 regional Betano platforms including Argentina, Brazil, Portugal, and Germany, among others.
Does the API return sports category listings or match schedules, not just event details?+
Not currently. The API covers regional site metadata via get_regions and per-event odds data via get_event_details. Sports category listings, league hierarchies, and match schedule browsing are not exposed as endpoints. You can fork this API on Parse and revise it to add an endpoint that retrieves those listings.
What happens if I request event details for a region that geo-fences my request?+
The get_event_details endpoint may be blocked or return incomplete data for certain region and event combinations due to Betano's regional geo-fencing. This is a platform-level restriction tied to the region_id and the origin of the request, not a limitation of the API's parameters.
Does the API include historical odds or only current event data?+
The API returns data for current events as available on the targeted regional platform. Historical odds or past results are not covered by either endpoint. You can fork this API on Parse and revise it to add a historical data endpoint if that data becomes accessible.
Page content last updated . Spec covers 2 endpoints from betano.com.
Related APIs in SportsSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
vegasinsider.com API
Retrieve MLB betting odds from major sportsbooks including bet365, FanDuel, and DraftKings, covering Moneyline, Total, and Runline markets for any supported date. Easily compare odds across books to identify the best available lines.
puntoticket.com API
Browse and search events happening in Chile with PuntoTicket, viewing featured shows, filtering by category, and checking detailed pricing and availability for concerts, theater, sports, and more. Find the perfect event by exploring all listings or discovering what's trending right now.
130point.com API
Search for sold trading cards across eBay, Goldin, Heritage Auctions, Pristine Auction, MySlabs, and Fanatics Collect to find historical prices, sale dates, and marketplace information all in one place. Get comprehensive sales data to research card values and track market trends across multiple platforms instantly.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
whoscored.com API
Search for players and teams, then dive deep into their performance metrics, match statistics, and detailed passing data to analyze football games and player abilities. Get comprehensive insights on team performance, individual player stats, and play-by-play event information to power your football analysis and decision-making.