HandballAPI
HandballAPI offers you live scores and live results from most popular handball leagues like German Bundesliga, Spain Liga Asobal, Denmark mens Handboldligaen and France D1. We also provide livescore, results, statistics, tables and fixtures from important cups like European handball Champions League, SEHA league and EHF handball Cup. You can find livescores for international teams handball…
HandballAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Match | ||
| GET |
MatchDetails /api/handball/match/{id} |
Get handball match details by ID. |
| GET |
MatchBestPlayers /api/handball/match/{id}/best-players |
Get best players for a handball match by ID. |
| GET |
MatchHeadToHeadDuel /api/handball/match/{id}/duel |
Get headtohead resume for a handball match by ID. |
| GET |
PreMatchForm /api/handball/match/{id}/form |
Get pregame form for a handball match by ID. |
| GET |
MatchIncidents /api/handball/match/{id}/incidents |
Get incidents for a handball match by ID. |
| GET |
MatchSchedules /api/handball/matches/{day}/{month}/{year} |
Get handball matches by date. |
| GET |
LiveMatches /api/handball/matches/live |
Get live handball matches. |
| GET |
CategorySchedules /api/handball/category/{id}/events/{day}/{month}/{year} |
Get handball matches by category and date. |
| GET |
MatchStatistics /api/handball/match/{id}/statistics |
Get statistics for a handball match by ID. |
| GET |
MatchVotes /api/handball/match/{id}/votes |
Get votes for a handball match by ID. |
| GET |
HeadToHeadMatches /api/handball/match/{customId}/h2h |
Get headtohead events for a handball match by custom ID. |
| GET |
MatchLineups /api/handball/match/{id}/lineups |
Get lineups and player statistics for a handball match by ID. |
| GET |
MatchStreaks /api/handball/match/{id}/streaks |
Get team streaks for a handball match by ID. |
| GET |
MatchOdds /api/handball/match/{id}/odds |
Get odds for a handball match by ID. |
| GET |
MatchHighlights /api/handball/match/{id}/highlights |
Get highlights of a handball match by ID. |
| Tournament | ||
| GET |
LeagueAwayStandings /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/standings/away |
Get away standings for a handball unique tournament and season |
| GET |
LeaguePlayerStatisticsType /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/player-statistics/types |
Get player statistics types for a handball unique tournament and season |
| GET |
LeagueOverallTopPlayers /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/top-players/overall |
Get overall top players for a handball unique tournament and season |
| GET |
LeagueAwayTeamEvents /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/team-events/away |
Get away team events for a handball unique tournament and season |
| GET |
LeagueLastMatches /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/matches/last/{page} |
Get structured cup trees for a handball unique tournament season |
| GET |
LeagueTotalTeamEvents /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/team-events/total |
Get total team events for a handball unique tournament and season |
| GET |
Categories /api/handball/tournament/categories |
Get handball categories |
| GET |
LeaguePerGameTopPlayers /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/top-players-per-game/all/overall |
Get overall top players per game for a handball unique tournament and season |
| GET |
LeagueGroupMatches /api/handball/tournament/{tournamentId}/season/{seasonId}/matches |
Get group events for a handball tournament season |
| GET |
LeagueEventsByRound /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/matches/round/{round} |
Get matches by round for a handball unique tournament season |
| GET |
LeagueOverallTopTeams /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/top-teams/overall |
Get overall top teams for a handball unique tournament and season |
| GET |
LeagueLogoImage /api/handball/unique-tournament/{tournamentId}/image |
Get image of a handball unique tournament by ID |
| GET |
LeagueNextMatches /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/matches/next/{page} |
Get structured cup trees for a handball unique tournament season |
| GET |
LeagueMedia /api/handball/unique-tournament/{tournamentId}/media |
Get media for a handball unique tournament |
| GET |
LeagueRounds /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/rounds |
Get rounds for a handball unique tournament season |
| GET |
LeagueEventsByRoundAndSlug /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/matches/round/{round}/slug/{slug} |
Get matches by round and slug for a handball unique tournament season |
| GET |
LeagueDetails /api/handball/unique-tournament/{tournamentId} |
Get details of a handball unique tournament by ID |
| GET |
LeagueSeasons /api/handball/unique-tournament/{tournamentId}/seasons |
Get seasons of a handball unique tournament by ID |
| GET |
LeagueGroups /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/groups |
Get groups for a handball unique tournament season |
| GET |
CategoryTournaments /api/handball/unique-tournament/all/category/{id} |
Get tournaments by category. |
| GET |
LeagueCupTrees /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/cuptrees |
Get structured cup trees for a handball unique tournament season |
| GET |
LeagueHomeTeamEvents /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/team-events/home |
Get home team events for a handball unique tournament and season |
| GET |
LeagueHomeStandings /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/standings/home |
Get home standings for a handball unique tournament and season |
| GET |
LeagueTotalStandings /api/handball/unique-tournament/{tournamentId}/season/{seasonId}/standings/total |
Get total standings for a handball unique tournament and season |
| Player | ||
| GET |
PlayerImage /api/handball/player/{id}/image |
Get image of a handball player by ID |
| GET |
PlayerDetails /api/handball/player/{id} |
Get details of a handball player by ID |
| GET |
PlayerOverallStatistics /api/handball/player/{id}/unique-tournament/{tournamentId}/season/{seasonId}/statistics/overall |
Get overall player statistics for a handball player in a unique tournament season |
| GET |
PlayerStatisticsSeasons /api/handball/player/{id}/statistics/season |
Get player statistics seasons for a handball player by ID |
| GET |
PlayerLastMatches /api/handball/player/{id}/matches/previous/{page} |
Get last matches of a handball player by ID |
| GET |
PlayerNearMatches /api/handball/player/{id}/matches/near |
Get near matches of a handball player by ID |
| Team | ||
| GET |
TeamNextMatches /api/handball/team/{id}/matches/next/{page} |
Get upcoming matches for a handball team by ID and page |
| GET |
TeamStandingsSeasons /api/handball/team/{id}/standings/seasons |
Get seasons standings for a handball team by ID |
| GET |
TeamLogoImage /api/handball/team/{id}/image |
Get team image |
| GET |
TeamPlayersStatisticsSeasons /api/handball/team/{id}/player-statistics/seasons |
Get player statistics seasons for a handball team by ID |
| GET |
TeamPlayers /api/handball/team/{id}/players |
Get players for a handball team by ID |
HandballAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 4 / second |
|
| PRO | $9.99 / month | 6 / second |
|
| ULTRA | $14.99 / month | 8 / second |
|
| MEGA Recommended | $24.99 / month | 10 / second |
|