id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
64c007b6-313c-4256-8e8c-335f48213827/79cf4b7d-5b13-48f7-ad82-ebce0719b492/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Search Teams
Get data about teams. The team id are unique in the API and teams keep it among all the leagues/cups in which they participate. This endpoint requires at least one parameter.
200
Response
{"get": "teams", "parameters": {"search": "Atzgersdorf"}, "errors": [], "results": 3, "response": [{"id": 25, "name": "Atzgersdorf", "logo": "https://media.api-sports.io/handball/teams/25.png", "national": false, "country": {"id": 1, "name": "Austria", "code": "AT", "flag": "https://media.api-sports.io/flags/at.svg"}},...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "...
64c007b6-313c-4256-8e8c-335f48213827/b3ed24d7-1924-4415-955f-de8ba513e1d8/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Search Leagues
Get the list of available leagues and cups. The league id are unique in the API and leagues keep it across all seasons Most of the parameters of this endpoint can be used together.
200
Response
{"get": "leagues", "parameters": {"search": "hla"}, "errors": [], "results": 1, "response": [{"id": 2, "name": "HLA", "type": "League", "logo": "https://media.api-sports.io/handball/leagues/2.png", "country": {"id": 1, "name": "Austria", "code": "AT", "flag": "https://media.api-sports.io/flags/at.svg"}, "seasons": [{"s...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "...
64c007b6-313c-4256-8e8c-335f48213827/7eb2fd8e-f77e-4554-ad5f-7c60f270ea33/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Search Countries
Get the list of available countries. The name, id and code fields can be used in other endpoints as filters. All the parameters of this endpoint can be used together.
200
Response
{"get": "countries", "parameters": {"search": "austria"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Austria", "code": "AT", "flag": "https://media.api-sports.io/flags/at.svg"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "...
64c007b6-313c-4256-8e8c-335f48213827/98932de2-ed43-476a-8582-3fb935a0262a/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Odds/bets
Get all available bets. All bets id can be used in endpoint odds as filters
200
Response
{"get": "odds", "parameters": [], "errors": [], "results": 35, "response": [{"id": 1, "name": "3Way Result"}, {"id": 2, "name": "Home/Away"}, {"id": 3, "name": "2nd Half 3Way Result"}, {"id": 4, "name": "Asian Handicap"}, {"id": 5, "name": "Over/Under"}, {"id": 6, "name": "Over/Under 1st Half"}, {"id": 7, "name": "Over...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "st...
64c007b6-313c-4256-8e8c-335f48213827/8bd07ea4-c1a3-484f-a6a9-460a3ef571b3/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Odds
Get odds from games or leagues. We provide pre-match odds between 1 and 7 days before the game. We keep a 7-day history (The availability of odds may vary according to the leagues, seasons, games and bookmakers) Odds are updated once a day
200
Response
{"get": "odds", "parameters": {"game": "19"}, "errors": [], "results": 1, "response": [{"game": {"id": 19}, "league": {"id": 1, "name": "WHA Women", "type": "League", "season": 2021, "logo": "https://media.api-sports.io/handball/leagues/1.png"}, "country": {"id": 1, "name": "Austria", "code": "AT", "flag": "https://med...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"game": {"type": "string"}}, "required": ["game"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "obje...
64c007b6-313c-4256-8e8c-335f48213827/5345b51b-279f-4bcd-abbe-46077a16da79/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Standings/groups
Get the list of available groups for a league to be used in the standings endpoint.
200
Response
{"get": "standings", "parameters": {"league": "1", "season": "2021"}, "errors": [], "results": 1, "response": ["Regular Season"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response...
64c007b6-313c-4256-8e8c-335f48213827/667c7ad6-0a92-4c79-a059-bc80dda18d54/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Standings/stages
Get the list of available stages for a league to be used in the standings endpoint.
200
Response
{"get": "standings", "parameters": {"league": "1", "season": "2021"}, "errors": [], "results": 1, "response": ["WHA Women"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response...
64c007b6-313c-4256-8e8c-335f48213827/6254df19-82e2-4611-bf20-10b8702015d0/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Standings
Get the standings for a league. Return a table of one or more rankings according to the league / cup. Some competitions have several rankings in a year, regular season, pre season etc… To know the list of available stages or groups you have to use the endpoint standings/stages or standings/groups Standings are updated...
200
Response
{"get": "standings", "parameters": {"league": "1", "season": "2021"}, "errors": [], "results": 1, "response": [[{"position": 1, "stage": "WHA Women", "group": {"name": "Regular Season"}, "team": {"id": 8, "name": "Hypo NO W", "logo": "https://media.api-sports.io/handball/teams/8.png"}, "league": {"id": 1, "name": "WHA ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response...
64c007b6-313c-4256-8e8c-335f48213827/945665f0-1438-4d53-b7b0-cea486f58a91/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Teams/statistics
Return the statistics for a team according to a league and season
200
Response
{"get": "teams", "parameters": {"league": "1", "season": "2018", "team": "1"}, "errors": [], "results": 5, "response": {"country": {"id": 1, "name": "Austria", "code": "AT", "flag": "https://media.api-sports.io/flags/at.svg"}, "league": {"id": 1, "name": "WHA Women", "type": "League", "logo": "https://media.api-sports....
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}, "team": {"type": "string"}}, "required": ["league", "season", "team"]}, "errors": {"type": "array"}, "resu...
64c007b6-313c-4256-8e8c-335f48213827/a2c03dbc-af47-46c7-a92c-9a7a5fb18067/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Teams
Get data about teams. The team id are unique in the API and teams keep it among all the leagues/cups in which they participate. This endpoint requires at least one parameter.
200
Response
{"get": "teams", "parameters": {"league": "1", "season": "2021"}, "errors": [], "results": 12, "response": [{"id": 1, "name": "Atzgersdorf W", "logo": "https://media.api-sports.io/handball/teams/1.png", "national": false, "country": {"id": 1, "name": "Austria", "code": "AT", "flag": "https://media.api-sports.io/flags/a...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response...
64c007b6-313c-4256-8e8c-335f48213827/fb0986ba-b902-400f-94fa-2667e24e8989/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Countries
Get the list of available countries. The name, id and code fields can be used in other endpoints as filters. All the parameters of this endpoint can be used together.
200
Response
{"get": "countries", "parameters": [], "errors": [], "results": 38, "response": [{"id": 1, "name": "Austria", "code": "AT", "flag": "https://media.api-sports.io/flags/at.svg"}, {"id": 2, "name": "Belarus", "code": "BY", "flag": "https://media.api-sports.io/flags/by.svg"}, {"id": 3, "name": "Belgium", "code": "BE", "fla...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "st...
64c007b6-313c-4256-8e8c-335f48213827/1cdee2b3-eb18-405a-bfac-1091cfb0ca53/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Seasons
All seasons are only 4-digit keys, so for a league whose season is 2018-2019 the season in the API will be 2018. All seasons can be used in other endpoints as filters. This endpoint does not require any parameters.
200
Response
{"get": "seasons", "parameters": [], "errors": [], "results": 11, "response": [2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "integer"}}}, "required": ["errors", "get", "parameters", "response", "r...
64c007b6-313c-4256-8e8c-335f48213827/163384da-9922-4d45-988d-65e43634bf8f/0/0
API-HANDBALL
+195 Handball Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/handball/v1. Widgets : https://www.api-football.com/widgets
9.5
Timezone
Get the list of available timezone to be used in the games endpoint. This endpoint does not require any parameters.
200
Response
{"get": "timezone", "parameters": [], "errors": [], "results": 425, "response": ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Af...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "string"}}}, "required": ["errors", "get", "parameters", "response", "re...
a87d44fe-af6a-4695-b008-0fe0ace3642e/80b1bec6-a5af-46f3-bfa2-4806d8cc097a/0/0
ApiFootball
Get reliable and accurate Football Livescore API feed from us. We allow developers to integrate Football Livescore API’s to mobile applications and websites
null
Players
Returns available players
200
Response
[{"player_age": "35", "player_country": "Portugal", "player_goals": "0", "player_key": 3183500916, "player_match_played": "0", "player_name": "Ronaldo Cristiano", "player_number": "7", "player_red_cards": "0", "player_type": "Forwards", "player_yellow_cards": "0", "team_key": "8326", "team_name": "Portugal"}, {"player_...
{"items": {"properties": {"player_age": {"type": "string"}, "player_country": {"type": "string"}, "player_goals": {"type": "string"}, "player_key": {"type": "integer"}, "player_match_played": {"type": "string"}, "player_name": {"type": "string"}, "player_number": {"type": "string"}, "player_red_cards": {"type": "string...
a87d44fe-af6a-4695-b008-0fe0ace3642e/0ea59bbc-fcdf-4462-b546-7e616723b490/0/0
ApiFootball
Get reliable and accurate Football Livescore API feed from us. We allow developers to integrate Football Livescore API’s to mobile applications and websites
null
Standings
Returns standings for leagues included in your current subscription plan
200
Response
[{"away_league_D": "0", "away_league_GA": "3", "away_league_GF": "13", "away_league_L": "0", "away_league_PTS": "12", "away_league_W": "4", "away_league_payed": "4", "away_league_position": "1", "away_promotion": "", "country_name": "England", "home_league_D": "2", "home_league_GA": "6", "home_league_GF": "8", "home_le...
{"items": {"properties": {"away_league_D": {"type": "string"}, "away_league_GA": {"type": "string"}, "away_league_GF": {"type": "string"}, "away_league_L": {"type": "string"}, "away_league_PTS": {"type": "string"}, "away_league_W": {"type": "string"}, "away_league_payed": {"type": "string"}, "away_league_position": {"t...
a87d44fe-af6a-4695-b008-0fe0ace3642e/60fbf78b-2d45-4884-a4f7-fafb3b9c07f7/0/0
ApiFootball
Get reliable and accurate Football Livescore API feed from us. We allow developers to integrate Football Livescore API’s to mobile applications and websites
null
Countries
Returns list of supported countries included in your current subscription plan
200
Response
[{"country_id": "8", "country_logo": "https://apiv2.apifootball.com/badges/logo_country/8_austria.png", "country_name": "Austria"}, {"country_id": "12", "country_logo": "https://apiv2.apifootball.com/badges/logo_country/12_belarus.png", "country_name": "Belarus"}, {"country_id": "13", "country_logo": "https://apiv2.api...
{"items": {"properties": {"country_id": {"type": "string"}, "country_logo": {"type": "string"}, "country_name": {"type": "string"}}, "type": "object"}, "type": "array"}
a87d44fe-af6a-4695-b008-0fe0ace3642e/88234ac0-9857-4513-9355-0bf7391981f8/0/0
ApiFootball
Get reliable and accurate Football Livescore API feed from us. We allow developers to integrate Football Livescore API’s to mobile applications and websites
null
Competitions
Returns list of supported competitions included in your current subscription plan
200
Response
[{"country_id": "31", "country_logo": "https://apiv2.apifootball.com/badges/logo_country/31_croatia.png", "country_name": "Croatia", "league_id": "110", "league_logo": "https://apiv2.apifootball.com/badges/logo_leagues/110_1-hnl.png", "league_name": "1. HNL", "league_season": "2020/2021"}, {"country_id": "33", "country...
{"items": {"properties": {"country_id": {"type": "string"}, "country_logo": {"type": "string"}, "country_name": {"type": "string"}, "league_id": {"type": "string"}, "league_logo": {"type": "string"}, "league_name": {"type": "string"}, "league_season": {"type": "string"}}, "type": "object"}, "type": "array"}
a87d44fe-af6a-4695-b008-0fe0ace3642e/6f6adb68-2b81-4e2a-961f-28782354858c/0/0
ApiFootball
Get reliable and accurate Football Livescore API feed from us. We allow developers to integrate Football Livescore API’s to mobile applications and websites
null
Events (Results / Fixtures)
Returns events included in your current subscription plan
200
Response
[{"cards": [{"away_fault": "Faucher J.", "card": "yellow card", "home_fault": "", "info": "", "time": "25"}, {"away_fault": "Kovacevic A.", "card": "yellow card", "home_fault": "", "info": "", "time": "38"}, {"away_fault": "", "card": "yellow card", "home_fault": "Velez F.", "info": "", "time": "49"}, {"away_fault": "B...
{"items": {"properties": {"cards": {"items": {"properties": {"away_fault": {"type": "string"}, "card": {"type": "string"}, "home_fault": {"type": "string"}, "info": {"type": "string"}, "time": {"type": "string"}}, "type": "object"}, "type": "array"}, "country_id": {"type": "string"}, "country_logo": {"type": "string"},...
a87d44fe-af6a-4695-b008-0fe0ace3642e/bc60910d-0552-4190-8ad1-b0b3ac47eef3/0/0
ApiFootball
Get reliable and accurate Football Livescore API feed from us. We allow developers to integrate Football Livescore API’s to mobile applications and websites
null
Lineups
Returns lineups of one event
200
Response
{"24562": {"lineup": {"away": {"coach": [{"lineup_number": "-1", "lineup_player": "Inzaghi S.", "lineup_position": "", "player_key": "232473475"}], "missing_players": [{"lineup_number": "-1", "lineup_player": "Anderson F.", "lineup_position": "", "player_key": "1150205776"}, {"lineup_number": "-1", "lineup_player": "Ba...
{"properties": {"24562": {"properties": {"lineup": {"properties": {"away": {"properties": {"coach": {"items": {"properties": {"lineup_number": {"type": "string"}, "lineup_player": {"type": "string"}, "lineup_position": {"type": "string"}, "player_key": {"type": "string"}}, "type": "object"}, "type": "array"}, "missing_...
a87d44fe-af6a-4695-b008-0fe0ace3642e/143309d7-526f-41dc-b9fe-6e6f6fc5a80c/0/0
ApiFootball
Get reliable and accurate Football Livescore API feed from us. We allow developers to integrate Football Livescore API’s to mobile applications and websites
null
Statistics
Returns statistics of one event
200
Response
{"24562": {"statistics": [{"away": "40%", "home": "60%", "type": "Ball Possession"}, {"away": "10", "home": "18", "type": "Goal Attempts"}, {"away": "5", "home": "6", "type": "Shots on Goal"}, {"away": "1", "home": "5", "type": "Shots off Goal"}, {"away": "4", "home": "7", "type": "Blocked Shots"}, {"away": "11", "home...
{"properties": {"24562": {"properties": {"statistics": {"items": {"properties": {"away": {"type": "string"}, "home": {"type": "string"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}}, "type": "object"}
a87d44fe-af6a-4695-b008-0fe0ace3642e/fb34abfb-cd3f-4389-ac6c-64030e758939/0/0
ApiFootball
Get reliable and accurate Football Livescore API feed from us. We allow developers to integrate Football Livescore API’s to mobile applications and websites
null
H2H
Returns the last games between submiteted teams and the last games of each team
200
Response
{"firstTeam_VS_secondTeam": [{"country_id": "41", "country_logo": "https://apiv2.apifootball.com/badges/logo_country/41_england.png", "country_name": "England", "league_id": "148", "league_logo": "https://apiv2.apifootball.com/badges/logo_leagues/148_premier-league.png", "league_name": "Premier League", "match_awayteam...
{"properties": {"firstTeam_VS_secondTeam": {"items": {"properties": {"country_id": {"type": "string"}, "country_logo": {"type": "string"}, "country_name": {"type": "string"}, "league_id": {"type": "string"}, "league_logo": {"type": "string"}, "league_name": {"type": "string"}, "match_awayteam_halftime_score": {"type": ...
a87d44fe-af6a-4695-b008-0fe0ace3642e/b2c39420-9703-43d4-bfbe-946e5394319a/0/0
ApiFootball
Get reliable and accurate Football Livescore API feed from us. We allow developers to integrate Football Livescore API’s to mobile applications and websites
null
Predictions
Returns mathematical calculated predictions for the events included in your current subscription plan
200
Response
[{"country_id": "54", "country_name": "Greece", "league_id": "209", "league_name": "Super League", "match_awayteam_extra_score": "0", "match_awayteam_halftime_score": "0", "match_awayteam_id": "3431", "match_awayteam_name": "Xanthi FC", "match_awayteam_penalty_score": "", "match_awayteam_score": "\u00a00", "match_awayt...
{"items": {"properties": {"country_id": {"type": "string"}, "country_name": {"type": "string"}, "league_id": {"type": "string"}, "league_name": {"type": "string"}, "match_awayteam_extra_score": {"type": "string"}, "match_awayteam_halftime_score": {"type": "string"}, "match_awayteam_id": {"type": "string"}, "match_awayt...
7fb87771-243b-4eb1-9428-d34fa635710d/006c7cc4-3816-4901-80e0-3fbe7a985054/0/0
tennisprodata
API for accessing professional tennis data
8.6
Get Live Scores
API to get live scores for an active tournament.
200
Response
{"scores": [{"tournament": "paris", "draw": "singles", "player_1": "D. Altmaier", "player_2": "H. Rune", "player_1_game_score": "15", "player_2_game_score": "15", "player_1_set_1_score": "2", "player_2_set_1_score": "1", "player_1_set_2_score": "", "player_2_set_2_score": ""}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"scores": {"type": "array", "items": {"type": "object", "properties": {"tournament": {"type": "string"}, "draw": {"type": "string"}, "player_1": {"type": "string"}, "player_2": {"type": "string"}, "player_1_game_score": {"type": "string"}, "...
7fb87771-243b-4eb1-9428-d34fa635710d/bcbcd939-4490-476e-a4ed-4f83fe35f5d7/0/0
tennisprodata
API for accessing professional tennis data
8.6
Get Tournament Results
API for getting tournament results for a given tournament.
200
Response
{"results": [{"tournament": "paris", "tournament_id": "352", "year": "2022", "round": "Finals", "winner": "Holger Rune", "winner_designation": "", "loser": "Novak Djokovic", "loser_designation": "6", "score": "366375", "is_match_completed": true, "first_set_score": "36", "second_set_score": "63", "third_set_score": "75...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tournament": {"type": "string"}, "tournament_id": {"type": "string"}, "year": {"type": "string"}, "round": {"type": "string"}, "winner": {"type": "string"}, "winner_des...
7fb87771-243b-4eb1-9428-d34fa635710d/fa2af788-12ea-4d7f-82b1-5bf4c2c72957/0/0
tennisprodata
API for accessing professional tennis data
8.6
Get Annual Tournaments
API for finding all tournaments in a given year.
200
Response
{"tournaments": [{"tournament_id": "9900", "tournament_title": "United Cup", "tournament_name": "brisbane-perth-sydney", "location": "Brisbane-Perth-Sydney, Australia", "dates": "2022.12.29", "link": "/en/tournaments/brisbane-perth-sydney/9900/overview"}, {"tournament_id": "2843", "tournament_title": "Adelaide Internat...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tournaments": {"type": "array", "items": {"type": "object", "properties": {"tournament_id": {"type": "string"}, "tournament_title": {"type": "string"}, "tournament_name": {"type": "string"}, "location": {"type": "string"}, "dates": {"type":...
7fb87771-243b-4eb1-9428-d34fa635710d/7e153ef0-552f-4ee8-8e91-cb99e85550be/0/0
tennisprodata
API for accessing professional tennis data
8.6
Get Player Info
Endpoint for retrieving data for specific players.
200
Response
{"bio": [{"player_name": "Tommy Paul", "age": "26", "dob": "(1997.05.17)", "turned_pro": "2015", "weight": "180lbs(82kg)", "height": "6'1\"(185cm)", "birthplace": "Voorhees, NJ, USA", "plays": "Right-Handed, Two-Handed Backhand", "coach": "Brad Stine"}], "current": [{"singles_rank": "12", "doubles_rank": "339", "single...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"bio": {"type": "array", "items": {"type": "object", "properties": {"player_name": {"type": "string"}, "age": {"type": "string"}, "dob": {"type": "string"}, "turned_pro": {"type": "string"}, "weight": {"type": "string"}, "height": {"type": "...
940c4b2c-cd52-4d71-8623-c2b663fa09f9/30fbb13c-4ee6-4523-bbd7-aef25364c6b8/0/0
Chelsea FC News Live
API showing all the news surrounding Chelsea Football Club
0.2
Get Single Source Chelsea FC News
This will return the Chelsea FC news from a specific source.
200
New Example
[{"title": "Chelsea FC Starting Xi Prediction at Brentford", "url": "https://c.newsnow.co.uk/A/1099847555?-11199:832", "sourceName": "NewsNow"}, {"title": "Chelsea social media jibe against Arsenal backfires to expose lack of awareness of club history", "url": "https://c.newsnow.co.uk/A/1099847439?-11199:832", "sourceN...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "sourceName": {"type": "string"}}, "required": ["sourceName", "title", "url"]}}
4c920f6c-7727-4c6c-9892-5fe4acc6bee1/dee8675d-77f4-4d11-92b6-de7ec472e65a/0/0
Today Football Prediction
Daily Football Prediction & Betting Tips with AI powered analysis and probability statistics. High efficiency, average bookie odds, profit-loss calculation, value betting. Limitted Time: Ultra Plan is only $4.99/mo
9.2
VIP Prediction Scores
This VIP endpoint returns match score predictions with average goal stats. Same query strings and pagination functionality is supported with /predictions/list Use /predictions/list endpoint to get market bet predictions.
200
Response
{"pagination": {"no_of_docs_total": 7, "no_of_docs_in_page": 7, "page": 1}, "matches": [{"id": "62fb54c82c9a2e8d643c7965", "home_team": "Aston Villa", "away_team": "Everton", "date": "2022-08-13", "date_time": "2022-08-13T11:30:00.000Z", "league": "1", "prediction_score": "3 - 1", "average_goals": 3.01, "result_score":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"pagination": {"type": "object", "properties": {"no_of_docs_total": {"type": "integer"}, "no_of_docs_in_page": {"type": "integer"}, "page": {"type": "integer"}}, "required": ["no_of_docs_in_page", "no_of_docs_total", "page"]}, "matches": {"t...
4c920f6c-7727-4c6c-9892-5fe4acc6bee1/8b4d9771-a747-4f36-b5f8-3686d6f30c36/0/0
Today Football Prediction
Daily Football Prediction & Betting Tips with AI powered analysis and probability statistics. High efficiency, average bookie odds, profit-loss calculation, value betting. Limitted Time: Ultra Plan is only $4.99/mo
9.2
Daily Predictions
Returns Daily Football Predictions with pagination support. Search/filter can be used by date, league, market-type. Use predictions/{matchId}/details endpoint to see more information about any particular match prediction. Use predictions/scores endpoint to get score prediction and average goals.
200
Response
{"pagination": {"no_of_docs_total": 7, "no_of_docs_in_page": 7, "page": 1}, "matches": [{"id": "62fb54c82c9a2e8d643c7965", "home_team": "Aston Villa", "away_team": "Everton", "date": "2022-08-13", "date_time": "2022-08-13T11:30:00.000Z", "league": "1", "prediction": "O", "prediction_odd": 2, "prediction_probability": 6...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"pagination": {"type": "object", "properties": {"no_of_docs_total": {"type": "integer"}, "no_of_docs_in_page": {"type": "integer"}, "page": {"type": "integer"}}, "required": ["no_of_docs_in_page", "no_of_docs_total", "page"]}, "matches": {"t...
4c920f6c-7727-4c6c-9892-5fe4acc6bee1/c6f2138f-b666-46cf-a29a-9a2fb2a0fa5f/0/0
Today Football Prediction
Daily Football Prediction & Betting Tips with AI powered analysis and probability statistics. High efficiency, average bookie odds, profit-loss calculation, value betting. Limitted Time: Ultra Plan is only $4.99/mo
9.2
VIP Featured Predictions
Returns Daily Featured Prediction results which have higher probability and better odds than others. More efficient selections. Compare its performance from stats/performance endpoint.
200
Response
{"date": "2022-08-18", "matches": [{"id": "62fdee58de641a4a1dd2887b", "home_team": "Fluminense RJ", "away_team": "Fortaleza", "date": "2022-08-18", "date_time": "2022-08-17T23:00:00.000Z", "league": "476", "prediction": "1", "prediction_odd": 1.65, "prediction_probability": 54, "is_finished": true, "result_score": "2 -...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"date": {"type": "string"}, "matches": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "home_team": {"type": "string"}, "away_team": {"type": "string"}, "date": {"type": "string"}, "date_time": {"type":...
4c920f6c-7727-4c6c-9892-5fe4acc6bee1/2fc1200b-b214-41f6-8e60-a87739f9e972/0/0
Today Football Prediction
Daily Football Prediction & Betting Tips with AI powered analysis and probability statistics. High efficiency, average bookie odds, profit-loss calculation, value betting. Limitted Time: Ultra Plan is only $4.99/mo
9.2
Prediction Details
Shows all details about the match, its prediction and the prediction results.
200
Response
{"match": {"id": "62fb54c82c9a2e8d643c7965", "home_team": "Aston Villa", "away_team": "Everton", "date": "2022-08-13", "date_time": "2022-08-13T11:30:00.000Z", "league": "1", "predictions": {"1X2": {"prediction": "1", "probabilities": {"1": 47, "2": 20, "X": 33}}, "OU25": {"prediction": "O", "probabilities": {"U": 40, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"match": {"type": "object", "properties": {"id": {"type": "string"}, "home_team": {"type": "string"}, "away_team": {"type": "string"}, "date": {"type": "string"}, "date_time": {"type": "string"}, "league": {"type": "string"}, "predictions": ...
4c920f6c-7727-4c6c-9892-5fe4acc6bee1/41bc7f17-082f-4681-af5b-f624620dbdf8/0/0
Today Football Prediction
Daily Football Prediction & Betting Tips with AI powered analysis and probability statistics. High efficiency, average bookie odds, profit-loss calculation, value betting. Limitted Time: Ultra Plan is only $4.99/mo
9.2
Stats - Performance
Returns statistics of AI prediction module with selected odds, prediction probabilities and profit-loss calculation. Profit-Loss: calculated by considering only single bet is played from 1 unit amount. If the bet is won, gets prediction odd as positive number else -1.
200
Response
{"date": "2022-08-13", "featured": {"classic": {"profit_loss": 6.94, "winning_percentage": 58.33, "count": 24, "count_won": 14, "count_lost": 10, "avg_prob": 48.63, "avg_odd": 2.28}, "ou25": {"profit_loss": 2.63, "winning_percentage": 66.67, "count": 24, "count_won": 16, "count_lost": 8, "avg_prob": 58.83, "avg_odd": 1...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"date": {"type": "string"}, "featured": {"type": "object", "properties": {"classic": {"type": "object", "properties": {"profit_loss": {"type": "number"}, "winning_percentage": {"type": "number"}, "count": {"type": "integer"}, "count_won": {"...
22f1be07-282b-45aa-8a8c-544c83b48fa6/f38f8832-d062-4b20-b55a-1bd0956fd3fe/0/0
nba-all-in-api-jsdw
Api dinamica para una pagina de nba
null
Nba standings
this endpoint will return the actual position off all the nba teams
200
New Example
[{"LogoEquipo": "https://rsc.mundodeportivo.com/img/teams/chicago-bulls-v1000632.png", "NombreEquipo": "Chicago Bulls", "Posicionamiento": "1.", "PJ": "39", "PG": "27", "PP": "12", "Porcentaje": "0.692"}, {"LogoEquipo": "https://rsc.mundodeportivo.com/img/teams/brooklyn-nets-v1000632.png", "NombreEquipo": "Brooklyn Net...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"LogoEquipo": {"type": "string"}, "NombreEquipo": {"type": "string"}, "Posicionamiento": {"type": "string"}, "PJ": {"type": "string"}, "PG": {"type": "string"}, "PP": {"type": "string"}, "Porcentaje": {"type": "str...
22f1be07-282b-45aa-8a8c-544c83b48fa6/ad333eab-c74d-426a-8bbb-b72db306dbad/0/0
nba-all-in-api-jsdw
Api dinamica para una pagina de nba
null
Get all NBA latest matches
This endpoint will return the latest matches of the nba.
200
New Example
[{"team1": {"teams": "https://rsc.mundodeportivo.com/img/teams/washington-wizards-v1000632.png", "score": "106"}, "team2": {"teams": "https://rsc.mundodeportivo.com/img/teams/orlando-magic-v1000632.png", "score": "112"}, "EstadoPartido": "FINAL"}, {"team1": {"teams": "https://rsc.mundodeportivo.com/img/teams/indiana-pa...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"team1": {"type": "object", "properties": {"teams": {"type": "string"}, "score": {"type": "string"}}, "required": ["score", "teams"]}, "team2": {"type": "object", "properties": {"teams": {"type": "string"}, "score"...
9e115a47-6d77-450e-aae2-0ff89633ec98/89e1b70a-ea13-473e-a081-e21c1455d343/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Champion
Get championship team data for the given year.
200
Response
{"year": "1983", "season": "1982-1983", "champion": "NC State", "nickname": "Wolfpack", "coach": "Jim Valvano", "record": "26-10", "championship_score": "54-52", "seed": "6"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "champion": {"type": "string"}, "nickname": {"type": "string"}, "coach": {"type": "string"}, "record": {"type": "string"}, "championship_score": {"type": "string"}, "seed": {"type": "string"}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/a2bdcbcf-ce4d-469e-ae9e-3f18c6c420d4/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Most Outstanding Player
Get the tournament Most Outstanding Player for the given year. '*' indicates player was not on the championship team.
200
Response
{"year": "1961", "season": "1960-1961", "mop": "Jerry Lucas, Ohio State*"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "mop": {"type": "string"}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/f87d3de2-ca4c-4f41-a3d7-bb6537d12b74/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Seeds
Get the number 1 seeds for the given year (only available from 1979 onwards).
200
Response
{"year": "2011", "season": "2010-2011", "number_one_seeds": "Ohio State, Kansas, Pittsburgh, Duke"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "number_one_seeds": {"type": "string"}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/b9919b9b-60e1-4175-a9ad-ffa0bcb7f433/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
List of nicknames
Get a list of every Final Four team nickname sorted alphabetically.
200
Response
{"nicknames": ["49ers", "Aggies", "Badgers", "Bearcats", "Bears", "Beavers", "Big Green", "Blue Demons", "Blue Devils", "Boilermakers", "Bonnies", "Braves", "Broncos", "Bruins", "Buckeyes", "Buffaloes", "Bulldogs", "Cardinal", "Cardinals", "Cavaliers", "Cougars", "Cowboys", "Crusaders", "Cyclones", "Demon Deacons", "Do...
{"type": "object", "properties": {"nicknames": {"type": "array", "items": {"type": "string"}}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/c86425f8-338b-4ffb-8b19-9c72cc593772/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Team appearances
Get a list of every team and the years they appeared in the Final Four.
200
Response
{"team_appearances": {"Arizona": ["1988", "1994", "1997", "2001"], "Arkansas": ["1941", "1945", "1978", "1990", "1994", "1995"], "Auburn": ["2019"], "Baylor": ["1948", "1950", "2021"], "Bradley": ["1950", "1954"], "Butler": ["2010", "2011"], "CCNY": ["1947", "1950"], "California": ["1946", "1959", "1960"], "Charlotte":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"team_appearances": {"type": "object", "properties": {"Arizona": {"type": "array", "items": {"type": "string"}}, "Arkansas": {"type": "array", "items": {"type": "string"}}, "Auburn": {"type": "array", "items": {"type": "string"}}, "Baylor": ...
9e115a47-6d77-450e-aae2-0ff89633ec98/713ee068-238e-413a-9595-244987d2c678/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Team championships by count
Get a list of teams ranked by total number of championships.
200
Response
{"team_championships_by_count": {"1": ["Arizona", "Arkansas", "Baylor", "CCNY", "California", "Georgetown", "Holy Cross", "La Salle", "Loyola Chicago", "Marquette", "Maryland", "Michigan", "Ohio State", "Oregon", "Stanford", "Syracuse", "UNLV", "UTEP", "Utah", "Virginia", "Wisconsin", "Wyoming"], "2": ["Cincinnati", "F...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"team_championships_by_count": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "ar...
9e115a47-6d77-450e-aae2-0ff89633ec98/0768ba90-1269-450a-8e97-559880938a73/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Coach appearances
Get a list of every coach along with the team and year of each Final Four appearance.
200
Response
{"coach_appearances": {"Adolph Rupp": ["Kentucky, 1942", "Kentucky, 1948", "Kentucky, 1949", "Kentucky, 1951", "Kentucky, 1958", "Kentucky, 1966"], "Al McGuire": ["Marquette, 1974", "Marquette, 1977"], "Alex Severance": ["Villanova, 1939"], "Alvin Julian": ["Holy Cross, 1947"], "Bebe Lee": ["Colorado, 1955"], "Ben Carn...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"coach_appearances": {"type": "object", "properties": {"Adolph Rupp": {"type": "array", "items": {"type": "string"}}, "Al McGuire": {"type": "array", "items": {"type": "string"}}, "Alex Severance": {"type": "array", "items": {"type": "string...
9e115a47-6d77-450e-aae2-0ff89633ec98/0449ae12-8a6a-4ca2-9aaf-dcc8626c0351/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Team appearances by count
Get a list of team appearances in the Final Four ranked by count.
200
Response
{"team_appearances_by_count": {"1": ["Auburn", "Charlotte", "Dayton", "Drake", "Duquesne", "Florida State", "George Mason", "Georgia", "Indiana State", "Iowa State", "Jacksonville", "Minnesota", "Mississippi State", "New Mexico State", "Notre Dame", "Penn", "Penn State", "Pittsburgh", "Princeton", "Rutgers", "SMU", "Sa...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"team_appearances_by_count": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "arra...
9e115a47-6d77-450e-aae2-0ff89633ec98/4644c059-fe54-4b89-bff1-8aa9cd1bca94/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Coach championships by count
Get a list of coaches ranked by total number of championships.
200
Response
{"coach_championships_by_count": {"1": ["Al McGuire", "Alvin Julian", "Don Haskins", "Everett Dean", "Everett Shelton", "Forrest Allen", "Frank McGuire", "Fred Taylor", "Gary Williams", "George Ireland", "Harold Foster", "Howard Hobson", "Jerry Tarkanian", "Jim Boeheim", "Jim Harrick", "Jim Valvano", "Joe Hall", "John ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"coach_championships_by_count": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "a...
9e115a47-6d77-450e-aae2-0ff89633ec98/12af50be-b86c-4e6b-b7cf-b7ce38055227/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Coach appearances by count
Get a list of coach appearances in the Final Four ranked by count.
200
Response
{"coach_appearances_by_count": {"1": ["Alex Severance", "Alvin Julian", "Bebe Lee", "Ben Carnevale", "Bill E. Foster", "Bill Hodges", "Billy Tubbs", "Bob Feerick", "Bob Weinhauer", "Bobby Cremins", "Bones McKinney", "Bruce Pearl", "Bruce Weber", "Bully Gilstrap", "Butch van Breda Kolff", "Chick Davies", "Chris Beard", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"coach_appearances_by_count": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "arr...
9e115a47-6d77-450e-aae2-0ff89633ec98/3865e6e8-f804-4948-bef7-25569819d290/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Detail
Get the full Final Four data set for the given year.
200
Response
{"year": "1999", "season": "1998-1999", "champion": "UConn", "champion_nickname": "Huskies", "champion_coach": "Jim Calhoun", "champion_record": "34-2", "championship_score": "77-74", "runner_up": "Duke", "runner_up_nickname": "Blue Devils", "runner_up_coach": "Mike Krzyzewski", "semifinalist_1": "Michigan State", "sem...
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "champion": {"type": "string"}, "champion_nickname": {"type": "string"}, "champion_coach": {"type": "string"}, "champion_record": {"type": "string"}, "championship_score": {"type": "string"}, "runner_up": {"type": "string"}, "ru...
9e115a47-6d77-450e-aae2-0ff89633ec98/021102ed-cfb6-493b-a4f4-853de2ca5124/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
List of schools
Get a list of every Final Four school sorted alphabetically.
200
Response
{"schools": ["Arizona", "Arkansas", "Auburn", "Baylor", "Bradley", "Butler", "CCNY", "California", "Charlotte", "Cincinnati", "Colorado", "Dartmouth", "Dayton", "DePaul", "Drake", "Duke", "Duquesne", "Florida", "Florida State", "George Mason", "Georgetown", "Georgia", "Georgia Tech", "Gonzaga", "Holy Cross", "Houston",...
{"type": "object", "properties": {"schools": {"type": "array", "items": {"type": "string"}}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/b6c5eaa1-88f1-46fa-97ae-24ecf618604f/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
List of teams
Get a list of every Final Four team sorted alphabetically.
200
Response
{"teams": ["Arizona Wildcats", "Arkansas Razorbacks", "Auburn Tigers", "Baylor Bears", "Bradley Braves", "Butler Bulldogs", "CCNY Beavers", "California Golden Bears", "Charlotte 49ers", "Cincinnati Bearcats", "Colorado Buffaloes", "Dartmouth Big Green", "Dayton Flyers", "DePaul Blue Demons", "Drake Bulldogs", "Duke Blu...
{"type": "object", "properties": {"teams": {"type": "array", "items": {"type": "string"}}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/9c92bfc4-e6ed-4ad5-a808-cee85dde4c3e/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
List of locations
Get a list of every Final Four location sorted alphabetically.
200
Response
{"locations": ["Albuquerque, NM", "Arlington, TX", "Atlanta, GA", "Charlotte, NC", "College Park, MD", "Dallas, TX", "Denver, CO", "Detroit, MI", "East Rutherford, NJ", "Evanston, IL", "Greensboro, NC", "Houston, TX", "Indianapolis, IN", "Kansas City, MO", "Lexington, KY", "Los Angeles, CA", "Louisville, KY", "Minneapo...
{"type": "object", "properties": {"locations": {"type": "array", "items": {"type": "string"}}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/08513fa7-9eb0-4fb8-87f8-c853b69f3f87/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
List of venues
Get a list of every Final Four venue sorted alphabetically.
200
Response
{"venues": ["AT&T Stadium", "Alamadome", "Astrodome", "Caesars Superdome", "Charlotte Coliseum", "Checkerdome", "Cole Field House", "Continental Airlines Arena", "Cow Palace", "Edward Jones Dome", "Ford Field", "Freedom Hall", "Georgia Dome", "Greensboro Coliseum", "Hec Edmunson Pavilion", "Hoosier Dome", "Kemper Arena...
{"type": "object", "properties": {"venues": {"type": "array", "items": {"type": "string"}}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/7e3be127-a18b-4134-abc3-d0ed99859fc1/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
List of MOPs
Get a list of every Final Four Most Outstanding Player sorted alphabetically.
200
Response
{"mops": ["Akeem Olajuwon, Houston*", "Alex Groza, Kentucky", "Anderson Hunt, UNLV", "Anthony Davis, Kentucky", "Arnie Ferrin, Utah", "Art Heyman, Duke*", "B. H. Born, Kansas*", "Bill Bradley, Princeton*", "Bill Russell, San Francisco", "Bill Spivey, Kentucky", "Bill Walton, UCLA", "Bob Kurland, Oklahoma State", "Bobby...
{"type": "object", "properties": {"mops": {"type": "array", "items": {"type": "string"}}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/ed90176f-263f-4bb4-b03e-9d16e8a8ceff/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
List of coaches
Get a list of every Final Four coach sorted alphabetically.
200
Response
{"coaches": ["Adolph Rupp", "Al McGuire", "Alex Severance", "Alvin Julian", "Bebe Lee", "Ben Carnevale", "Ben Howland", "Bill E. Foster", "Bill Guthridge", "Bill Henderson", "Bill Hodges", "Bill Self", "Billy Donovan", "Billy Tubbs", "Bo Ryan", "Bob Feerick", "Bob Huggins", "Bob Knight", "Bob Weinhauer", "Bobby Cremins...
{"type": "object", "properties": {"coaches": {"type": "array", "items": {"type": "string"}}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/832f6dad-b707-455a-add0-9ed05e439acb/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
List of champions
Get a list of every National Champion sorted alphabetically.
200
Response
{"champions": ["Arizona Wildcats", "Arkansas Razorbacks", "Baylor Bears", "CCNY Beavers", "California Golden Bears", "Cincinnati Bearcats", "Duke Blue Devils", "Florida Gators", "Georgetown Hoyas", "Holy Cross Crusaders", "Indiana Hoosiers", "Kansas Jayhawks", "Kentucky Wildcats", "La Salle Explorers", "Louisville Card...
{"type": "object", "properties": {"champions": {"type": "array", "items": {"type": "string"}}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/89c6a328-8af2-4ffa-ab32-ec57a92aee59/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Runner-up
Get runner-up team data for the given year.
200
Response
{"year": "1959", "season": "1958-1959", "runner_up": "West Virginia", "nickname": "Mountaineers", "coach": "Fred Schaus", "championship_score": "71-70"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "runner_up": {"type": "string"}, "nickname": {"type": "string"}, "coach": {"type": "string"}, "championship_score": {"type": "string"}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/553da6ff-f9a8-4cda-95cd-d016f2039b9d/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Schools
Get number of schools in tournament for the given year.
200
Response
{"year": "1959", "season": "1958-1959", "schools": "23"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "schools": {"type": "string"}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/eb5bd724-0f2c-4e8d-8f85-eee14906413a/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Summary
Get the basic Final Four data set for the given year.
200
Response
{"year": "1980", "season": "1979-1980", "champion": "Louisville", "final_four": "Louisville, UCLA, Purdue, Iowa", "mop": "Darrell Griffith, Louisville", "number_one_seeds": "Syracuse, LSU, Kentucky, DePaul"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "champion": {"type": "string"}, "final_four": {"type": "string"}, "mop": {"type": "string"}, "number_one_seeds": {"type": "string"}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/24555e61-a1f9-417d-b29b-5d3ad66e3925/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Location
Get the Final Four city and venue for the given year.
200
Response
{"year": "1952", "season": "1951-1952", "location": "Seattle, WA", "venue": "Hec Edmunson Pavilion"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "location": {"type": "string"}, "venue": {"type": "string"}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/8530d57e-2211-4b56-a941-f57cc70ae06c/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Fourth Place
Get fourth place team data (only available between 1946 and 1981) for the given year.
200
Response
{"year": "1962", "season": "1961-1962", "fourth_place": "UCLA", "nickname": "Bruins", "coach": "John Wooden"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "fourth_place": {"type": "string"}, "nickname": {"type": "string"}, "coach": {"type": "string"}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/15f59803-6fcb-4168-8bd4-2de7431b53b0/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Third Place
Get third place data (only available between 1946 and 1981) for the given year.
200
Response
{"year": "1970", "season": "1969-1970", "third_place": "New Mexico State", "nickname": "Aggies", "coach": "Larry Weise"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "third_place": {"type": "string"}, "nickname": {"type": "string"}, "coach": {"type": "string"}}}
9e115a47-6d77-450e-aae2-0ff89633ec98/b7b18ecf-f7a1-4819-8f4f-b26815f7fbd8/0/0
NCAA Final Four
Historical data for every NCAA Men's Final Four. Get champions, coaches, records, seeds, final four teams and more in JSON format.
7.9
Final Four
Get the Final Four teams for the given year.
200
Response
{"year": "1966", "season": "1965-1966", "final_four": "UTEP, Kentucky, Duke, Utah"}
{"type": "object", "properties": {"year": {"type": "string"}, "season": {"type": "string"}, "final_four": {"type": "string"}}}
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/5af454c2-b5c5-493d-ae4c-a0e97ba4a705/0/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Match list
Get list of the match by date. Status: Played, Playing, Fixture, Cancelled
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/1c050ee9-5677-4136-a0f4-43830dcf2781/0/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Match data
Get match data by match uuid. Ex.: season, competition, area, form, h2h, table, lineup, commentaries, teams stats
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/286f9a62-801d-4f46-a710-8be876d8510b/1/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Match list alt
Get list of the match by date. Status: Played, Playing, Fixture, Cancelled
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/eeb03368-34f0-413a-93d0-70b166ecf75f/1/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Search multi
Search team, player by query
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/1585f129-5474-4646-a936-372772a0ce30/1/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Explore competitions
Get a list of competitions by area_id
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/c5deff99-8983-4193-ae50-0feb3b9f1201/0/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Competition data
Get competition data
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/f25f16ca-d4e3-4e72-838a-5622a61d091f/0/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Team Squad statistics
Get Team Squad statistics
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/370ac089-18de-4968-a3c1-3e8088e9307d/0/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Players photo
Get player photo
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/1ff93aba-9045-4d09-aa9d-33cd04a16202/1/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Competition image
Get competition image
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/7c6a0a29-dc1b-4009-bb91-08737f06523e/1/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Team image
Get team image
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/b61c4343-0500-4ca2-907f-b0eed83a8ba8/0/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Area flag
Get area flag by area_uid
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/932f1c95-8625-4376-bc62-9a2afc00ab80/1/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Player data
Get player data. Ex.: clubs career, internationals career
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
087abad6-ac4e-4d70-9be8-2c90fb0fe5a7/74217de9-1600-499f-b13d-e84e40a2168c/0/0
Soccerway Feed
Soccerway Feed API covers over 1000 football leagues & cups from 134+ countries. It is the world’s largest football database. Data without delay, instant update. Historical data since 1901. You can make a site like soccerway.com, aiscore.com, tipsscore.com Support: tipsters@rapi.one / t.me/api_tipsters
9.8
Team Data
Get team data. Squad, staff, tables, matches, rankings
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
9a7eef89-d09d-413b-936a-548ef1d188ee/9ad403c6-0dc0-43b3-b970-670d5a3d4b71/2/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Team Depth Charts
Returns player depth charts for a team
200
200 Response
{"data": {"NFL": [{"Buffalo Bills": {"C": {"1": {"id": 1392, "player": "Mitch Morse"}, "2": {"id": 436, "player": "Spencer Long"}}, "K": {"1": {"id": 1707, "player": "Steven Hauschka"}}, "P": {"1": {"id": 3302, "player": "Corey Bojorquez"}}, "CB": {"1": {"id": 2763, "player": "Tre'Davious White"}, "2": {"id": 3366, "pl...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object", "properties": {"Buffalo Bills": {"type": "object", "properties": {"C": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "...
9a7eef89-d09d-413b-936a-548ef1d188ee/930a190c-377a-4861-b82f-7a6895ff50b8/1/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Player Injuries
Returns a record of each player's injury on a team
200
200 Response
{"data": {"NFL": [{"team": "Buffalo Bills", "team_id": 1, "injuries": [{"injury": "Hamstring", "player": "Devin Singletary", "returns": "Week To Week", "player_id": "4288", "date_injured": "2019-9-29"}, {"injury": "Concussion", "player": "Josh Allen", "returns": "Week To Week", "player_id": "3348", "date_injured": "201...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "string"}, "team_id": {"type": "integer"}, "injuries": {"type": "array", "items": {"type": "object", "properties": {"injury": {"type": "string"}, "player": {"t...
9a7eef89-d09d-413b-936a-548ef1d188ee/80581af2-4b96-4ccf-97a7-abe6b2658b32/1/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Player Season Statistics
Returns Player Season Statistics
200
200 Response
{"data": {"NFL": [{"player_id": 55, "player": "Robert Woods", "team": "Los Angeles Rams", "team_id": 8, "regular_season": {"sacks": 0, "tackles": 2, "receptions": 26, "fumbles_lost": 0, "games_played": 4, "rushing_long": 20, "rushing_yards": 43, "receiving_long": 37, "receiving_yards": 307, "rushing_attempts": 5, "DK_f...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object", "properties": {"player_id": {"type": "integer"}, "player": {"type": "string"}, "team": {"type": "string"}, "team_id": {"type": "integer"}, "regular_season": {"type": "object"}, "postseason": ...
9a7eef89-d09d-413b-936a-548ef1d188ee/77c1221e-58d8-4572-a90a-8ddcba4da167/0/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Player Information
This endpoint returns player demographic information
200
200 Response
{"data": {"NFL": [{"player_id": 55, "player": "Robert Woods", "team": "Los Angeles Rams", "team_id": 8, "number": 17, "status": "ACT", "position": "WR", "position_category": "OFF", "height": "6'0\"", "weight": 195, "age": "April 10, 1992", "college": "USC", "img": "2d98fd1e-5744-5709-b1e7-3f0a4d63609b.png", "all_star":...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object"}}}}}}
9a7eef89-d09d-413b-936a-548ef1d188ee/20f47fb1-f1a8-471c-8cf0-ca48b592cb99/2/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Team Season Statistics
Returns statistics for teams
200
200 Response
{"data": {"NFL": [{"team_id": 1, "team": "Buffalo Bills", "regular_season": {"sacks": 7, "points": 76, "safeties": 0, "penalties": 31, "turnovers": 10, "first_downs": 95, "total_plays": 274, "total_yards": 1549, "games_played": 4, "blocked_kicks": 0, "blocked_punts": 0, "kicks_blocked": 0, "passing_yards": 960, "penalt...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object", "properties": {"team_id": {"type": "integer"}, "team": {"type": "string"}, "regular_season": {"type": "object", "properties": {"sacks": {"type": "integer"}, "points": {"type": "integer"}, "sa...
9a7eef89-d09d-413b-936a-548ef1d188ee/499dcc46-827e-4da9-b5c6-340ea262845d/1/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Team Information
This endpoint returns team information
200
200 Response
{"data": {"NFL": [{"team_id": 1, "team": "Buffalo Bills", "abbrv": "BUF", "mascot": "Bills", "conf": "American Football Conference - East", "location": "Orchard Park, New York", "city": "Orchard Park", "state": "New York", "arena": "Ralph Wilson Stadium", "country": "United States", "latitude": 42.774, "longitude": -78...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object", "properties": {"team_id": {"type": "integer"}, "team": {"type": "string"}, "abbrv": {"type": "string"}, "mascot": {"type": "string"}, "conf": {"type": "string"}, "location": {"type": "string"...
9a7eef89-d09d-413b-936a-548ef1d188ee/b528a295-a97e-47d9-bac9-345325a7deb4/1/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Live Game Data
This endpoint provides real-time game box scores.
200
200 Response
{"data": {"NFL": [{"week": 4, "sport": "NFL", "season": "2019-2020", "status": "completed", "game_ID": "20190929-11-21", "full_box": {"current": {"Down": null, "poss": "", "field": "", "Quarter": "F", "RedZone": null, "Distance": null, "YardLine": null, "Possession": null, "TimeRemaining": null, "YardLineTerritory": nu...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object", "properties": {"week": {"type": "integer"}, "sport": {"type": "string"}, "season": {"type": "string"}, "status": {"type": "string"}, "game_ID": {"type": "string"}, "full_box": {"type": "objec...
9a7eef89-d09d-413b-936a-548ef1d188ee/2d6576d8-0825-4bf1-8a35-790a341f89ba/0/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Daily Schedule
Returns season schedule for the specified date or "now" returns current day's schedule. Daily schedule is changed at 10 AM ET.
200
200 Response
{"data": {"NFL": [{"away_team": "Buffalo Bills", "home_team": "Tennessee Titans", "away_team_ID": 1, "home_team_ID": 6, "game_ID": "20191006-1-6", "game_time": "Sun, 06 Oct 2019 17:00:00 GMT", "season_type": "Regular Season", "event_name": null, "round": null, "season": "2019-2020", "week": 5, "status": "scheduled", "c...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object", "properties": {"away_team": {"type": "string"}, "home_team": {"type": "string"}, "away_team_ID": {"type": "integer"}, "home_team_ID": {"type": "integer"}, "game_ID": {"type": "string"}, "game...
9a7eef89-d09d-413b-936a-548ef1d188ee/6de13997-7d38-432e-9776-beb527f94e34/0/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Season Schedule
Returns season schedule for the specified season. If omitted, returns the schedule for current season.
200
200 Response
{"data": {"NFL": [{"away_team": "Denver Broncos", "home_team": "Atlanta Falcons", "away_team_ID": 19, "home_team_ID": 29, "game_ID": "20190801-19-29", "game_time": "Fri, 02 Aug 2019 00:00:00 GMT", "season_type": "Preseason", "event_name": null, "round": null, "season": "2019-2020", "week": 0, "status": "completed", "ci...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object", "properties": {"away_team": {"type": "string"}, "home_team": {"type": "string"}, "away_team_ID": {"type": "integer"}, "home_team_ID": {"type": "integer"}, "game_ID": {"type": "string"}, "game...
9a7eef89-d09d-413b-936a-548ef1d188ee/b6e01bde-be83-4baa-a3b4-2598700e9e68/1/0
Football - DataFeeds by Rolling Insights
Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NFL.
7.2
Weekly Schedule
Returns all events from the date specified plus 7 days in advance
200
200 Response
{"data": {"NFL": [{"away_team": "Tampa Bay Buccaneers", "home_team": "Carolina Panthers", "away_team_ID": 12, "home_team_ID": 5, "game_ID": "20190912-12-5", "game_time": "Fri, 13 Sep 2019 00:20:00 GMT", "season_type": "Regular Season", "event_name": null, "round": null, "season": "2019-2020", "week": 2, "status": "comp...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"NFL": {"type": "array", "items": {"type": "object", "properties": {"away_team": {"type": "string"}, "home_team": {"type": "string"}, "away_team_ID": {"type": "integer"}, "home_team_ID": {"type": "integer"}, "game_ID": {"type": "string"}, "game...
f6471db6-c025-43bc-a43c-1d5053934cb6/199f48ef-7810-423e-a2b9-94f5b03bd4dd/0/0
Football Live Scores
Get the football live scores delivered to your application. No need to scrape or deal with google complexity, just call this API and easily integrate it with your app.
0.3
Get only matches that contain updates
Endpoint to receive just the match updates from your previous last request. This requires providing the timestamp of the last request in the query param. An update is considered a change in the match status (NS, HT, FT) or a change in the home score or away score.
200
New Example
{"data": [{"id": 1, "league": "Premier League", "match_time": "11/12/2021 10:16:00", "score": [4, 11], "status": "18min", "teams": ["Newcastle United", "Norwich City"]}], "last_update_human": "11/12/2021 10:35:42", "last_update_timestamp": "1639218942", "source": "scrape", "status": "OK"}
{"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}}
f6471db6-c025-43bc-a43c-1d5053934cb6/27595036-8bf1-4814-9c82-a2cc04736067/0/0
Football Live Scores
Get the football live scores delivered to your application. No need to scrape or deal with google complexity, just call this API and easily integrate it with your app.
0.3
Get live results sorted by league
Call this endpoint to get a list of live scores based on league
200
New Example
{"data": {"Bundesliga": [{"id": 2, "league": "Bundesliga", "match_time": "03/12/2021 19:30:00", "score": [0, 0], "status": "NS", "teams": ["Union Berlin", "RB Leipzig"]}, {"id": 18, "league": "Bundesliga", "match_time": "04/12/2021 14:30:00", "score": [0, 0], "status": "NS", "teams": ["Arminia Bielefeld", "Koln"]}, {"i...
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Bundesliga": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "league": {"type": "string"}, "match_time": {"type": "string"}, "score": {"type": "array", "items": {"type": "integer"}}, "status": {"type": "...
f6471db6-c025-43bc-a43c-1d5053934cb6/277c9cf5-317a-4679-b89b-f8c98b92c876/0/0
Football Live Scores
Get the football live scores delivered to your application. No need to scrape or deal with google complexity, just call this API and easily integrate it with your app.
0.3
Get live football matches and scores for today
Call this endpoint to return a list of matches and scores for today. Match status legend: - NS - not started - HT - half time - FT - full time - POS - postponed
200
New Example
{"data": [{"id": 1, "league": "Primera Division", "match_time": "03/12/2021 20:00:00", "score": [0, 0], "status": "NS", "teams": ["Granada", "Deportivo Alaves"]}, {"id": 2, "league": "Bundesliga", "match_time": "03/12/2021 19:30:00", "score": [0, 0], "status": "NS", "teams": ["Union Berlin", "RB Leipzig"]}, {"id": 3, "...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "league": {"type": "string"}, "match_time": {"type": "string"}, "score": {"type": "array", "items": {"type": "integer"}}, "status": {"type": "string"}, "teams": {"type": "array", "items": {"...
676fac6f-eaf4-4d22-98aa-afc981b642d7/04fa6d87-b5c6-43d8-812d-2500d80883ee/0/0
IPL API
It is api thats gives the data about IPL(2008-2020) matches data .
7.5
getMatchesByTeam
get all the matches by a particular team
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
bb16ab32-9dae-4f5a-8f25-43a1e64a9a6b/d1ef4631-8492-4a20-b240-47c8399f1370/0/0
Golf Course Finder
This API will return golf courses within a mile radius of the passed latitude and longitude. It will also return the place details from Google.
8.8
Get Courses
This endpoint will return courses within a mile radius of the passed latitude and longitude
200
Response
{"courses": [{"name": "Golf Links Course at Pebble Beach Golf Links", "zip_code": "93953", "distance": 0}, {"name": "Cypress Point Club", "zip_code": "93953", "distance": 0.3}, {"name": "Cypress Point Club", "zip_code": "93953", "distance": 0.3}, {"name": "Spyglass Hill Golf Course", "zip_code": "93953", "distance": 1}...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"courses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "zip_code": {"type": "string"}, "distance": {"type": "number"}}, "required": ["distance", "name", "zip_code"]}}}, "required": ["courses"]}
bb16ab32-9dae-4f5a-8f25-43a1e64a9a6b/795473ab-f052-402d-a46b-688b568b2c72/0/0
Golf Course Finder
This API will return golf courses within a mile radius of the passed latitude and longitude. It will also return the place details from Google.
8.8
Course Details
This endpoint will return the course details from Google Places
200
Response
{"course_details": {"html_attributions": [], "result": {"formatted_address": "1700 17 Mile Dr, Pebble Beach, CA 93953, USA", "formatted_phone_number": "(831) 574-5609", "name": "Pebble Beach Golf Links", "photos": [{"height": 1365, "html_attributions": ["<a href=\"https://maps.google.com/maps/contrib/107736964102048637...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"course_details": {"type": "object", "properties": {"html_attributions": {"type": "array"}, "result": {"type": "object", "properties": {"formatted_address": {"type": "string"}, "formatted_phone_number": {"type": "string"}, "name": {"type": "...
61666fdd-611f-4347-97da-a4c55c43bd02/ccc68ca4-1b0c-4e18-957c-702a7b0b97b1/0/0
Russian Premier League Standings
Russian Premier League Standings & Table
null
Russian Premier League Standings
Russian Premier League Standings
200
Response
[{"team": {"name": "Zenit St Petersburg", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/2533.png", "abbreviation": "ZEN"}, "stats": {"wins": 19, "losses": 3, "ties": 8, "gamesPlayed": 30, "goalsFor": 66, "goalsAgainst": 28, "points": 65, "rank": 1, "goalDifference": 38}}, {"team": {"name": "Sochi", "logo": "htt...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "logo", "name"]}, "stats": {"type": "object", "pro...
b300bfc5-95fb-492e-93dd-1cab58b8e454/3ddbed4a-fbc1-4a31-b912-608fc0946ec6/0/0
BicycleConstructor
BicycleConstructor
null
details
get details
200
getDetails
{"data": [{"id": 1, "name": "frame"}, {"id": 2, "name": "cable"}, {"id": 3, "name": "chain"}]}
{"properties": {"data": {"items": {"properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
af930241-1098-48d7-afd5-ce61c8db7cb0/4e9e2393-5080-4044-b104-fe510da1029e/0/0
wrestling
A simple wrestling api
0.1
Get wrestling news by source
Returns crown jewel news by source
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
af930241-1098-48d7-afd5-ce61c8db7cb0/ae5304a8-ec51-4980-b5bb-dcf7abba2d8f/0/0
wrestling
A simple wrestling api
0.1
Get all wrestling news
Returns all wrestling news
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/ffe3c70a-3d7f-4278-bf39-9533ebf748fb/0/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
MatchController_getMatches
Retrieve a list of all matches.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/ffe3c70a-3d7f-4278-bf39-9533ebf748fb/1/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
MatchController_getMatches
Retrieve a list of all matches.
200
null
{"data": [{"id": 1, "round": "Regular Season - 32", "date": "2023-05-20T15:30:00.000Z", "league": "NFL", "season": 2023, "awayTeam": {"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO"}, "homeTeam": {"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviat...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "round": {"type": "string"}, "date": {"type": "string"}, "league": {"type": "string"}, "season": {"type": "number"}, "awayTeam": {"type": "object", "properties": {"id": {"type": "number"}, "l...
8d2f36e9-863f-41be-b617-3e31c635c6ae/ffe3c70a-3d7f-4278-bf39-9533ebf748fb/2/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
MatchController_getMatches
Retrieve a list of all matches.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/7829e641-bff8-4063-83e2-8d6aaca92a8f/0/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
MatchController_getMatchById
Retrieve match details by match id.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/7829e641-bff8-4063-83e2-8d6aaca92a8f/1/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
MatchController_getMatchById
Retrieve match details by match id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/7829e641-bff8-4063-83e2-8d6aaca92a8f/2/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
MatchController_getMatchById
Retrieve match details by match id.
200
null
[{"id": 1, "round": "Regular Season - 32", "date": "2023-05-20T15:30:00.000Z", "league": "NFL", "season": 2023, "awayTeam": {"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO"}, "homeTeam": {"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "round": {"type": "string"}, "date": {"type": "string"}, "league": {"type": "string"}, "season": {"type": "number"}, "awayTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type":...
8d2f36e9-863f-41be-b617-3e31c635c6ae/43b87474-03b8-447f-8007-c897b0390732/0/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
HighlightsController_getHighlights
Retrieve a list of all highlights.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
8d2f36e9-863f-41be-b617-3e31c635c6ae/43b87474-03b8-447f-8007-c897b0390732/1/0
NFL, NCAA Highlights API
Real time NFL, NCAA highlights covering jaw dropping plays, match recaps, post match interviews.
7.6
HighlightsController_getHighlights
Retrieve a list of all highlights.
200
null
{"data": [{"id": 1, "type": "VERIFIED", "imgUrl": {}, "title": "NFL: New Orleans Saints vs Kansas City Chiefs", "description": {}, "url": "https://example.com/highlight/v23r23fds2cff", "match": {"id": 1, "round": "Regular Season - 32", "date": "2023-05-20T15:30:00.000Z", "league": "NFL", "season": 2023, "awayTeam": {"i...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}, "imgUrl": {"type": "object", "description": "Preview picture of the highlight."}, "title": {"type": "string"}, "description": {"type": "object"}, "url": {"type": "...