Skip to content
SportsDataAPI Real-time sports data

Handball Odds API

Champions League, World Championships, and Olympic tournaments. Live scores and team data.

EHF, Bundesliga · 30+ countries

What You Get With Handball API

Core data points available through the Handball API.

live scores

Real-time live scores data for handball competitions worldwide.

statistics

Real-time statistics data for handball competitions worldwide.

odds

Real-time odds data for handball competitions worldwide.

Handball API Endpoints

8 endpoints covering every aspect of handball data.

GET /games Games by date, league, team
GET /games/statistics Goals, saves, turnovers

Handball API Coverage

Comprehensive handball data across leagues and competitions worldwide.

211
Leagues
43
Countries
800+
Data Points
Real-time
Updates
211 leagues across 43 countries
League ScheduleHistorical dataStandingsOdds
Africa
African Championship -
African Championship Women -
African Games -
African Games Women -
Asia
Asian Championship -
Asian Championship Women -
Asian Games -
Asian Games Women -
Austria
HLA
OHB Cup - -
OHB Cup Women - -
Supercup - -
WHA Women
Belarus
Division 1 -
Belgium
Division 1 -
Bosnia-And-Herzegovina
Premijer Liga - -
Bulgaria
A RHG -
Croatia
1. HRL Women -
Premijer liga -
Czech-Republic
Czech Cup - -
Czech Cup Women - -
Extraliga
Denmark
1. Division
1. Division Women -
888ligaen - -
Bambusa Kvindeligaen Women
Herre Handbold Ligaen
HTH Ligaen Women - -
Santander Cup - -
Santander Cup Women - -
Super Cup - -
Super Cup Women - -

Handball API Use Cases

See how developers use handball data in production.

Betting Apps

Build handball betting features with real-time odds from 30+ bookmakers worldwide.

Analytics

Power handball prediction models with years of historical match and player data.

Media

Display live handball scores, stats, and odds on your website or app in real-time.

Handball API Code Example

Integrate handball data in minutes with a simple REST call.

curl -X GET "https://v3.handball.sportsdataapi.com/games" \
  -H "x-apisports-key: YOUR_API_KEY"
import requests

url = "https://v3.handball.sportsdataapi.com/games"
headers = {"x-apisports-key": "YOUR_API_KEY"}

response = requests.get(url, headers=headers)
data = response.json()
print(data)
Sample Response
{
  "get": "games",
  "results": 1,
  "response": [{
    "id": 4510,
    "date": "2024-11-20T18:45:00+00:00",
    "status": { "long": "Game Finished", "short": "FT" },
    "league": { "id": 30, "name": "EHF Champions League" },
    "teams": {
      "home": { "id": 55, "name": "THW Kiel" },
      "away": { "id": 56, "name": "FC Barcelona" }
    },
    "scores": {
      "home": 28,
      "away": 31
    }
  }]
}

Start free. Scale when ready.

Get 100 free handball API requests per day. No credit card required.

Upgrade to PRO for full real-time data, live odds, and unlimited historical access.

Handball API FAQ

Common questions about the Handball API.

What handball leagues does the API cover?

EHF Champions League, World Championships, Olympic tournaments, Bundesliga, LNH, ASOBAL, and 20+ domestic leagues across 30+ countries.

Does the API include game statistics?

Yes. Detailed game statistics including goals, saves, turnovers, suspensions, and shot accuracy for supported competitions.

Can I get historical handball data?

Yes. Full match history and season archives going back multiple seasons are available on PRO plans and above.

Is there a free plan for handball data?

Yes. The free plan includes 100 requests per day with access to games, standings, and basic statistics for major handball leagues.

Already have an account?