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
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3937294e-3361-4340-bfe5-29b432f8d3e5/1/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_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"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3937294e-3361-4340-bfe5-29b432f8d3e5/2/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_getMatchById
Retrieve match details by match id.
200
null
[{"id": 489389, "week": {}, "stage": "Final", "date": "2023-10-01T03:00:00.000Z", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "awayTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "homeTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "league": {"id": 1635,...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "week": {"type": "object"}, "stage": {"type": "string"}, "date": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": ...
dd37f91c-6d42-406a-8e2c-803875ebf0bf/f6a1f4ec-f157-4050-950b-709d5aee8b2f/0/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_getMatches
Retrieve a list of all matches. At least one parameter has to be specified.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/f6a1f4ec-f157-4050-950b-709d5aee8b2f/1/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_getMatches
Retrieve a list of all matches. At least one parameter has to be specified.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/f6a1f4ec-f157-4050-950b-709d5aee8b2f/2/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_getMatches
Retrieve a list of all matches. At least one parameter has to be specified.
200
null
{"data": [{"id": 489389, "week": {}, "stage": "Final", "date": "2023-10-01T03:00:00.000Z", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "awayTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "homeTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "league": {"i...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "week": {"type": "object"}, "stage": {"type": "string"}, "date": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code speci...
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3270766d-bdd3-4860-b859-adad42365d9b/0/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeamById
Retrieve team details by team id.
200
null
[{"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO", "league": "NFL"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "object"}, "displayName": {"type": "string"}, "abbreviation": {"type": "string"}, "league": {"type": "string"}}, "required": ["id", "displayName", "abbreviation", "league"]}}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3270766d-bdd3-4860-b859-adad42365d9b/1/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeamById
Retrieve team details by team id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3270766d-bdd3-4860-b859-adad42365d9b/2/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeamById
Retrieve team details by team id.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/b74435b6-e7b6-4839-a845-ab90b513c663/0/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeams
Retrieve a list of all teams.
200
null
[{"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO", "league": "NFL"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "object"}, "displayName": {"type": "string"}, "abbreviation": {"type": "string"}, "league": {"type": "string"}}, "required": ["id", "displayName", "abbreviation", "league"]}}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/b74435b6-e7b6-4839-a845-ab90b513c663/1/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeams
Retrieve a list of all teams.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/b74435b6-e7b6-4839-a845-ab90b513c663/2/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeams
Retrieve a list of all teams.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
00741eb1-5f3e-4be8-958f-cd7459f191b9/9c3c124b-6dad-4131-8d39-05fc4f28fbc6/0/0
SureBets
API for Surebets in sports betting
8.3
List
Get all available Surebets
200
Example
{"list": [{"category": "Chile", "group": "Over/Under", "league": "Primera B", "name": "Cobreloa - Deportes Iquique", "start": "2023-05-04 00:30:00.000Z", "sport": "Football", "profit": 1, "odds": [{"type": "Over", "values": [{"odd": 1.58, "bookie_name": "22Bet"}, {"odd": 1.58, "bookie_name": "Marathonbet"}, {"odd": 1.5...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "group": {"type": "string"}, "league": {"type": "string"}, "name": {"type": "string"}, "start": {"type": "string"}, "sport": {"type": "strin...
80986d56-45df-4551-92c6-6831eff1aff2/f8e357f3-cd92-4ef6-839a-7c3bcd57019d/0/0
Live Football Transfers in Europe
An API showing all the latest Football transfer news across Leagues in Europe
6.3
Get All Live Football Transfers
This returns all the transfer news from a list of news and media sites from all over Europe.
200
Response
[{"title": "Paul Scholes and Rio Ferdinand pinpoint Erik ten Hag's Man Utd transfer howler", "url": "https://www.mirror.co.uk/sport/football/transfer-news/man-utd-bayern-scholes-ferdinand-30989710", "source": "themirror"}, {"title": "Gabriel Jesus opens up on \"secret agent\" role in Arsenal transfer plan", "url": "htt...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
80986d56-45df-4551-92c6-6831eff1aff2/bd9a53b0-556c-4239-a9d1-8a7f0bdf7445/0/0
Live Football Transfers in Europe
An API showing all the latest Football transfer news across Leagues in Europe
6.3
Get an individual Football Transfer info
This returns the info about a football transfer from a single news source
200
Response
[{"title": "Levy reveals Tottenham clause to re-sign KaneTottenham chairman Daniel Levy has confirmed the club have an option to re-sign striker Harry Kane as part of the transfer that took him to Bayern Munich.15hJames Olley", "url": "/football/story/_/id/38444375/tottenham-chairman-levy-reveals-clause-re-sign-harry-k...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
30d75788-e001-42e2-8a4e-f992c1b58a37/8e1f0189-2bde-4587-ad0c-e4583738fc43/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Teams Goals
Get the standing of teams' goals
200
Response
[{"position": 1, "name": "Napoli", "goals": 15}, {"position": 1, "name": "Udinese", "goals": 15}, {"position": 3, "name": "Inter", "goals": 13}, {"position": 3, "name": "Lazio", "goals": 13}, {"position": 3, "name": "Milan", "goals": 13}, {"position": 6, "name": "Atalanta", "goals": 11}, {"position": 7, "name": "Salern...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "name": {"type": "string"}, "goals": {"type": "integer"}}, "required": ["goals", "name", "position"]}}
30d75788-e001-42e2-8a4e-f992c1b58a37/3821b65c-ce95-4e94-af1c-cee6ed59449a/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Players Assists
Get standing of players' assists
200
Response
[{"position": 1, "name": "Gerard Deulofeu", "team": "Udinese", "assists": 5}, {"position": 1, "name": "Sergej Milinkovic-Savic", "team": "Lazio", "assists": 5}, {"position": 3, "name": "Roberto Pereyra", "team": "Udinese", "assists": 4}, {"position": 4, "name": "Rafael Leao", "team": "Milan", "assists": 3}, {"position"...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "name": {"type": "string"}, "team": {"type": "string"}, "assists": {"type": "integer"}}, "required": ["assists", "name", "position", "team"]}}
30d75788-e001-42e2-8a4e-f992c1b58a37/6c9850cb-a847-428c-8a01-50665716f492/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Teams Assists
Get the standing of teams' assists
200
Response
[{"position": 1, "name": "Napoli", "assists": 14}, {"position": 2, "name": "Udinese", "assists": 13}, {"position": 3, "name": "Inter", "assists": 10}, {"position": 3, "name": "Lazio", "assists": 10}, {"position": 3, "name": "Milan", "assists": 10}, {"position": 6, "name": "Atalanta", "assists": 8}, {"position": 7, "nam...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "name": {"type": "string"}, "assists": {"type": "integer"}}, "required": ["assists", "name", "position"]}}
30d75788-e001-42e2-8a4e-f992c1b58a37/723ce348-857f-4799-b401-0724fcdd7b19/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Players Goals
Get standing of players' goals
200
Response
[{"position": 1, "name": "Marko Arnautovic", "team": "Bologna", "goals": 6, "gamesPlayed": 7, "penalties": 2}, {"position": 2, "name": "Ciro Immobile", "team": "Lazio", "goals": 5, "gamesPlayed": 7, "penalties": 1}, {"position": 3, "name": "Dusan Vlahovic", "team": "Juventus", "goals": 4, "gamesPlayed": 6, "penalties":...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "name": {"type": "string"}, "team": {"type": "string"}, "goals": {"type": "integer"}, "gamesPlayed": {"type": "integer"}, "penalties": {"type": "integer"}}, "required": ["gamesPlaye...
30d75788-e001-42e2-8a4e-f992c1b58a37/47347dc6-4ffa-4f2f-9301-1286c571d203/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Calendar Day
Get all the matches in a specified calendar day
200
Response
{"day": 1, "games": [{"game_time": "13/08/2022 18:30", "homeTeam": "Milan", "homeGoals": "4", "homeGoalsPlayers": ["12' Hernandez (R)", "15' Rebic", "46' Diaz", "68' Rebic"], "awayTeam": "Udinese", "awayGoals": "2", "awayGoalsPlayers": ["2' Becao", "45' + 4' Masina"]}, {"game_time": "13/08/2022 18:30", "homeTeam": "Sa...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"day": {"type": "integer"}, "games": {"type": "array", "items": {"type": "object", "properties": {"game_time": {"type": "string"}, "homeTeam": {"type": "string"}, "homeGoals": {"type": "string"}, "homeGoalsPlayers": {"type": "array", "items"...
30d75788-e001-42e2-8a4e-f992c1b58a37/e27f7c31-8ecc-458b-a85b-43a6f421edd3/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Standing
Get current standings from Serie A
200
Response
[{"position": 1, "team": "Napoli", "points": 17, "gamesPlayed": 7, "gamesWon": 5, "gamesDrawn": 2, "gamesLost": 0, "homeGames": 3, "homeGamesWon": 2, "homeGamesDrawn": 1, "homeGamesLost": 0, "awayGames": 4, "awayGamesWon": 3, "awayGamesDrawn": 1, "awayGamesLost": 0, "goalsDone": 15, "goalsConceded": 5}, {"position": 2,...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "team": {"type": "string"}, "points": {"type": "integer"}, "gamesPlayed": {"type": "integer"}, "gamesWon": {"type": "integer"}, "gamesDrawn": {"type": "integer"}, "gamesLost": {"typ...
cb1916d3-002f-424b-87f8-eb8af08c3265/1277a3fd-03d0-45f9-9fa1-dff4823d3ffb/0/0
AllScores
Beware! Our live match updates may be faster than other API's. Enjoy our 24/7 wide coverage of real time scores data for 10 different sports and over 2,000 competitions worldwide, including Real-time Stats, Breaking News, In-Play Insights, Lineups, Live Tables, Fixtures, Social Buzz, Odds and much more. Supported 10 Sp...
9.4
Paging Games
Get games from paging for competitors or competitions.
200
null
{"bookmakers": [], "competitions": [], "competitors": [], "countries": [], "games": [], "last-update-id": 0, "paging": {"next-page": "", "previous-page": ""}, "requested-update-id": 0, "sports": [], "summary": {}, "ttl": 0}
{"type": "object", "properties": {"bookmakers": {"type": ["array", "null"], "items": {"type": "object"}}, "competitions": {"type": ["array", "null"], "items": {"type": "object"}}, "competitors": {"type": ["array", "null"], "items": {"type": "object"}}, "countries": {"type": ["array", "null"], "items": {"type": "object"...
cb1916d3-002f-424b-87f8-eb8af08c3265/895724ab-7744-4f2d-a578-002da063288e/0/0
AllScores
Beware! Our live match updates may be faster than other API's. Enjoy our 24/7 wide coverage of real time scores data for 10 different sports and over 2,000 competitions worldwide, including Real-time Stats, Breaking News, In-Play Insights, Lineups, Live Tables, Fixtures, Social Buzz, Odds and much more. Supported 10 Sp...
9.4
Results
Get results for competitors or competitions.
200
null
{"bookmakers": [], "competitions": [], "competitors": [], "countries": [], "games": [], "last-update-id": 0, "paging": {"next-page": "", "previous-page": ""}, "requested-update-id": 0, "sports": [], "summary": {}, "ttl": 0}
{"type": "object", "properties": {"bookmakers": {"type": ["array", "null"], "items": {"type": "object"}}, "competitions": {"type": ["array", "null"], "items": {"type": "object"}}, "competitors": {"type": ["array", "null"], "items": {"type": "object"}}, "countries": {"type": ["array", "null"], "items": {"type": "object"...
cb1916d3-002f-424b-87f8-eb8af08c3265/01099bdf-393e-44fc-9383-1b7f32739ed6/0/0
AllScores
Beware! Our live match updates may be faster than other API's. Enjoy our 24/7 wide coverage of real time scores data for 10 different sports and over 2,000 competitions worldwide, including Real-time Stats, Breaking News, In-Play Insights, Lineups, Live Tables, Fixtures, Social Buzz, Odds and much more. Supported 10 Sp...
9.4
Fixtures
Get fixtures for competitors or competitions.
200
null
{"bookmakers": [], "competitions": [], "competitors": [], "countries": [], "games": [], "last-update-id": 0, "paging": {"next-page": "", "previous-page": ""}, "requested-update-id": 0, "sports": [], "summary": {}, "ttl": 0}
{"type": "object", "properties": {"bookmakers": {"type": ["array", "null"], "items": {"type": "object"}}, "competitions": {"type": ["array", "null"], "items": {"type": "object"}}, "competitors": {"type": ["array", "null"], "items": {"type": "object"}}, "countries": {"type": ["array", "null"], "items": {"type": "object"...
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/61865999-17c0-457f-a46b-f2142a4a2f3d/0/0
livescore
BANKO BETS
null
BETS/LİST
The program that analyzes the past matches and predicts the match predictions by 90% thanks to the algorithm.
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}, "FT": {"ID": "1079072", "Guess": "1", "Rate": "1.56", "Perc": "68.70"}, "O/U": {"ID": "1079124", "Guess": "Over 2.50", "Rate": "1.89", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type"...
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/38d24f82-0c04-47e6-b9f5-d37356bf90b6/0/0
livescore
BANKO BETS
null
BETS/LİST10
FİLTER 10 MATCH BETS
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}, "FT": {"ID": "1079072", "Guess": "1", "Rate": "1.56", "Perc": "68.70"}, "O/U": {"ID": "1079124", "Guess": "Over 2.50", "Rate": "1.89", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type"...
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/1fccc968-f807-451f-9400-ad3989447ba7/0/0
livescore
BANKO BETS
null
BETS/LİST20
FİLTER 20 MATCH BETS
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}, "FT": {"ID": "1079072", "Guess": "1", "Rate": "1.56", "Perc": "68.70"}, "O/U": {"ID": "1079124", "Guess": "Over 2.50", "Rate": "1.89", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type"...
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/a1d9d2b9-ba19-4bf0-b05c-341ffb7a77a5/0/0
livescore
BANKO BETS
null
BETS/LİST30
FİLTER 30 MATCH BETS
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}, "FT": {"ID": "1079072", "Guess": "1", "Rate": "1.56", "Perc": "68.70"}, "O/U": {"ID": "1079124", "Guess": "Over 2.50", "Rate": "1.89", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type"...
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/b89eadc0-53e1-45ae-b7df-d98f9d5e93be/0/0
livescore
BANKO BETS
null
BETS/ALL MATCH
shows all matches without prediction information
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}}, "1": {"Date": "2021-04-22 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Granada", "Away": "Eibar"}}, "2": {"Date": "2021-04-22 - 20:00", "League": "Spanish La Liga", "Teams": {"Home...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ...
ae3e9412-7219-4f2b-9291-7f38b9bf5cfa/4a34f0fd-4cb1-4216-b357-072213ff0970/0/0
NHL API
This API provides instant access to the latest data for all operations and players in the NHL. It features scores, odds, bookmakers' stats, standings, and historical data.
9.7
NHL Team Info
This API endpoint will return the team info for a specific NHL team.
200
Response
{"team": {"id": "17", "uid": "s:70~l:90~t:17", "slug": "colorado-avalanche", "location": "Colorado", "name": "Avalanche", "nickname": "Avalanche", "abbreviation": "COL", "displayName": "Colorado Avalanche", "shortDisplayName": "Avalanche", "color": "860038", "alternateColor": "11497f", "isActive": true, "logos": [{"hre...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"team": {"type": "object", "properties": {"id": {"type": "string"}, "uid": {"type": "string"}, "slug": {"type": "string"}, "location": {"type": "string"}, "name": {"type": "string"}, "nickname": {"type": "string"}, "abbreviation": {"type": "...
7ad59cab-a5b8-41e5-b96e-731ba284b650/d54583fb-166c-4c77-9284-453557826653/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
5.1
Series List API
A list of currently running and upcoming cricket series from around the world. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
200
Response
[{"seriesid": "1003", "name": "T20 Blast 2021", "shortname": "T20 Blast ", "season": "2021", "type": "T20", "seriestype": "Major League", "startdate": "2021-06-09 19:30:00", "enddate": "2021-08-18 22:30:00", "standings": "no", "lineups": "yes", "statistics": "yes", "players": "no", "teams": 18, "matches": 0, "status":...
{"type": "array", "items": {"type": "object"}}
7ad59cab-a5b8-41e5-b96e-731ba284b650/472da7d4-f6ba-4c10-a459-3f9341e0c7b2/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
5.1
Matchlist By Seriesid
Using Series ID get the name, participating teams, start date, end date and match keys for the matches of a specified Series. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
200
Response
[{"seriesid": "1017", "seriesname": "India tour of Sri Lanka", "serieshortname": null, "matchid": "1192", "team1id": "1005", "team2id": "1001", "team1name": "Sri Lanka", "team2name": "India", "team1shortname": "SL", "team2shortname": "IND", "eventname": "SL vs IND", "type": "T20", "starttime": "2021-07-25 20:00:00", "s...
{"type": "array", "items": {"type": "object", "properties": {"seriesid": {"type": "string"}, "seriesname": {"type": "string"}, "serieshortname": {"type": "null"}, "matchid": {"type": "string"}, "team1id": {"type": "string"}, "team2id": {"type": "string"}, "team1name": {"type": "string"}, "team2name": {"type": "string"}...
7ad59cab-a5b8-41e5-b96e-731ba284b650/d9948e33-70cb-4629-b84d-0be382574c4c/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
5.1
Live Fantasy Score
Real-time and Low-Latency Match Live Score API. Get the match score, Batting, bowling and fielding information for a specified match in real time Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
200
Response
[{"seriesid": "1017", "matchid": "1192", "playerid": "1165", "playertype": "Batsman", "teamid": "1001", "playershortname": "S Dhawan", "playername": "Shikhar Dhawan", "runs": 46, "ballsplayed": 36, "fours": 4, "sixes": 1, "strikerate": 127.77, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "ca...
{"type": "array", "items": {"type": "object"}}
7ad59cab-a5b8-41e5-b96e-731ba284b650/25161982-7f00-442f-a40b-86acb35b7915/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
5.1
Fantasy Squad API
Using match ID get the list of players in the squad for the match as announced by the teams. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
200
Response
{"matchdetail": {"seriesid": "1017", "seriesname": "India tour of Sri Lanka", "serieshortname": null, "matchid": "1208", "team1id": "1005", "team2id": "1001", "team1name": "Sri Lanka", "team2name": "India", "team1shortname": "SL", "team2shortname": "IND", "eventname": "SL vs IND", "type": "T20", "starttime": "2021-07-2...
{"type": "object", "properties": {"matchdetail": {"type": "object", "properties": {"seriesid": {"type": "string"}, "seriesname": {"type": "string"}, "serieshortname": {"type": "null"}, "matchid": {"type": "string"}, "team1id": {"type": "string"}, "team2id": {"type": "string"}, "team1name": {"type": "string"}, "team2nam...
7ad59cab-a5b8-41e5-b96e-731ba284b650/4921559f-ee9a-412a-908b-4373d0a538af/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
5.1
Playing Eleven API
Get Playing Eleven by matchid when it's announced by the teams. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
200
Response
{"matchdetail": {"seriesid": "1017", "seriesname": "India tour of Sri Lanka", "serieshortname": null, "matchid": "1192", "team1id": "1005", "team2id": "1001", "team1name": "Sri Lanka", "team2name": "India", "team1shortname": "SL", "team2shortname": "IND", "eventname": "SL vs IND", "type": "T20", "starttime": "2021-07-2...
{"type": "object", "properties": {"matchdetail": {"type": "object", "properties": {"seriesid": {"type": "string"}, "seriesname": {"type": "string"}, "serieshortname": {"type": "null"}, "matchid": {"type": "string"}, "team1id": {"type": "string"}, "team2id": {"type": "string"}, "team1name": {"type": "string"}, "team2nam...
7ad59cab-a5b8-41e5-b96e-731ba284b650/ec4cb4a1-94ad-40d8-8049-c7c5ae2bca89/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
5.1
Live Matches API
A list of cricket matches from around the world that are currently Live. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at support@techflinch.com
200
Response
[{"seriesid": "1010", "seriesname": "Australia tour of West Indies 2021", "serieshortname": null, "matchid": "1023", "team1id": "1007", "team2id": "1003", "team1name": "West Indies", "team2name": "Australia", "team1shortname": "WI", "team2shortname": "AUS", "eventname": "WI vs AUS", "type": "ODI", "starttime": "2021-07...
{"type": "array", "items": {"type": "object", "properties": {"seriesid": {"type": "string"}, "seriesname": {"type": "string"}, "serieshortname": {"type": "null"}, "matchid": {"type": "string"}, "team1id": {"type": "string"}, "team2id": {"type": "string"}, "team1name": {"type": "string"}, "team2name": {"type": "string"}...
5b3e61a1e4b0d23f1ee78ad5/86f36daf-2469-4ae1-a552-622fe68c2460/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
odds from league id filtered by bookmaker
Get all available odds from one league you can filter by bookmaker or label like this : - /v2/odds/league/{league_id}/bookmaker/{bookmaker_id} - /v2/odds/league/{league_id}/label/{label_id} Update Frequency : Every day Recommended Calls : 1 call per day
200
Response
{"api": {"results": 0, "paging": {"current": 2, "total": 1}, "odds": []}}
{"type": "object", "properties": {"api": {"type": "object", "properties": {"results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}}, "odds": {"type": "array", "items": {"type": "object", "properties": {"fixture": {"type": "object", "prope...
5b3e61a1e4b0d23f1ee78ad5/4bb4e1ad-a0bf-40b8-ab29-048021af7397/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Top Yellow Cards
Get the 20 players with the most yellow cards for a league or cup. How it is calculated: * 1 : The player that received the higher number of yellow cards * 2 : The player that received the higher number of red cards * 3 : The player that assists in the higher number of matches * 4 : The ...
200
Response
{"errors": [], "get": "players/topyellowcards", "paging": {"current": 0, "total": 1}, "parameters": {"league": "39", "season": "2020"}, "response": [{"player": {"age": 28, "birth": {"country": "England", "date": "1993-03-05", "place": "Sheffield"}, "firstname": "Harry", "height": "194 cm", "id": 2935, "injured": false,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "object", "propertie...
5b3e61a1e4b0d23f1ee78ad5/fe2d5718-6a64-4844-a8a2-1327d482c8aa/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Teams seasons
Get the list of seasons available for a team. This endpoint requires at least one parameter. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all seasons available for a team from one team {id} https://api-football-v1.p.rapidapi.com/v3/teams/seasons?tea...
200
Response
{"get": "teams/seasons", "parameters": {"team": "33"}, "errors": [], "results": 12, "paging": {"current": 1, "total": 1}, "response": [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"team": {"type": "string"}}, "required": ["team"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current"...
5b3e61a1e4b0d23f1ee78ad5/e63ebd11-ffdb-4b9d-849b-6282fc44a2e6/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Coachs by team id
Get all the information about the coachs and their careers. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get coachs from one coach {id} https://api-football-v1.p.rapidapi.com/v3/coachs?id=1 Get coachs from one {team} https://api-football-v1.p.rapidapi.com/v3/coach...
200
Response
{"get": "coachs", "parameters": {"team": "33"}, "errors": [], "results": 1, "paging": {"current": 1, "total": 1}, "response": [{"id": 19, "name": "O. Solskj\u00e6r", "firstname": "Ole Gunnar", "lastname": "Solskj\u00e6r", "age": 48, "birth": {"date": "1973-02-26", "place": "Kristiansund", "country": "Norway"}, "nationa...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"team": {"type": "string"}}, "required": ["team"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current"...
5b3e61a1e4b0d23f1ee78ad5/eabbb8db-f3e0-4433-866d-006238b84207/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Odds Bets (In-play)
Get all available bets for in-play odds. All bets id can be used in endpoint odds/live as filters, but are not compatible with endpoint odds for pre-match odds. Update Frequency : This endpoint is updated every 60 seconds.
200
Response
{"get": "odds/live/bets", "parameters": [], "errors": [], "results": 249, "paging": {"current": 1, "total": 1}, "response": [{"id": 1, "name": "Over/Under Extra Time"}, {"id": 2, "name": "1x2 Extra Time"}, {"id": 3, "name": "Extra Time Asian Corners"}, {"id": 4, "name": "Extra Time Total Corners (3 Ways) (1st Half)"}, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": [...
5b3e61a1e4b0d23f1ee78ad5/2f85bd48-7895-4798-b449-6a34d361f786/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Teams countries
Get the list of countries available for the teams endpoint. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all countries available for the teams endpoints https://api-football-v1.p.rapidapi.com/v3/teams/countries
200
Response
{"get": "teams/countries", "parameters": [], "errors": [], "results": 228, "paging": {"current": 1, "total": 1}, "response": [{"name": "Afghanistan", "code": null, "flag": null}, {"name": "Albania", "code": "AL", "flag": "https://media.api-sports.io/flags/al.svg"}, {"name": "Algeria", "code": "DZ", "flag": "https://med...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": [...
5b3e61a1e4b0d23f1ee78ad5/f8d6ded2-629c-404e-9042-e676db17f2da/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Search Coach
Get all the information about the coachs and their careers. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get coachs from one coach {id} https://api-football-v1.p.rapidapi.com/v3/coachs?id=1 Get coachs from one {team} https://api-football-v1.p.rapidapi.com/v3/coach...
200
Response
{"get": "coachs", "parameters": {"search": "tuche"}, "errors": [], "results": 1, "paging": {"current": 1, "total": 1}, "response": [{"id": 40, "name": "T. Tuchel", "firstname": "Thomas", "lastname": "Tuchel", "age": 48, "birth": {"date": "1973-08-29", "place": "Krumbach", "country": "Germany"}, "nationality": "Germany"...
{"$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"}, "paging": {"type": "object", "properties": {"curr...
5b3e61a1e4b0d23f1ee78ad5/bc4dd9af-1471-4131-aa0c-6cbd6f57bbe5/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Search Bet
Get all available bets. All bets id can be used in endpoint odds as filters. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all available bets https://api-football-v1.p.rapidapi.com/v3/odds/bets Get bet from one {id} https://api-football-v1.p.rapidapi...
200
Response
{"get": "odds/bets", "parameters": {"search": "winner"}, "errors": [], "results": 4, "paging": {"current": 1, "total": 1}, "response": [{"id": 1, "name": "Match Winner"}, {"id": 3, "name": "Second Half Winner"}, {"id": 13, "name": "First Half Winner"}, {"id": 54, "name": "First 10 min Winner"}]}
{"$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"}, "paging": {"type": "object", "properties": {"curr...
5b3e61a1e4b0d23f1ee78ad5/4812ad53-f035-4fad-8b5e-d6f0839acac4/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Seasons
Get the list of available seasons. All seasons are only 4-digit keys, so for a league whose season is 2018-2019 like the English Premier League (EPL), the 2018-2019 season in the API will be 2018. All seasons can be used in other endpoints as filters. This endpoint does not require any parameters. Update Frequency : ...
200
Response
{"errors": [], "get": "api/v3/leagues/seasons", "paging": {"current": 1, "total": 1}, "parameters": [], "response": [2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022], "results": 15}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "array"}, "response"...
5b3e61a1e4b0d23f1ee78ad5/18a07c4d-527c-4094-878d-bef4b1f460e7/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Odds Mapping
Get the list of available odds. All fixtures, leagues id and date can be used in endpoint odds as filters. This endpoint uses a pagination system, you can navigate between the different pages thanks to the page parameter. Pagination : 100 results per page. Update Frequency : This endpoint is updated every day. Recomm...
200
Response
{"get": "odds/mapping", "parameters": [], "errors": [], "results": 100, "paging": {"current": 1, "total": 41}, "response": [{"league": {"id": 30, "season": 2022}, "fixture": {"id": 256210, "date": "2021-03-25T13:00:00+00:00", "timestamp": 1616677200}, "update": "2021-03-25T12:00:23+00:00"}, {"league": {"id": 30, "seaso...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": [...
5b3e61a1e4b0d23f1ee78ad5/8734ec7b-e1b9-434a-958d-445a666da70c/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Players statistics by fixture id
Get the players statistics from one fixture. Update Frequency : This endpoint is updated every minute. Recommended Calls : 1 call every minute for the fixtures in progress otherwise 1 call per day. Use Cases Get all available players statistics from one {fixture} https://api-football-v1.p.rapidapi.com/v3/fixtures/playe...
200
Response
{"get": "fixtures/players", "parameters": {"fixture": "169080"}, "errors": [], "results": 2, "paging": {"current": 1, "total": 1}, "response": [{"team": {"id": 2284, "name": "Monarcas", "logo": "https://media.api-sports.io/football/teams/2284.png", "update": "2020-05-13T15:02:15+00:00"}, "players": [{"player": {"id": 3...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"fixture": {"type": "string"}}, "required": ["fixture"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"cu...
5b3e61a1e4b0d23f1ee78ad5/4cd286e9-f45a-418a-a24d-cced817641e0/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Sidelined by player id
Get all available sidelined for a player or a coach. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all from one {player} https://api-football-v1.p.rapidapi.com/v3/sidelined?player=276 Get all from one {coach} https://api-football-v1.p.rapidapi.com/v3...
200
Response
{"get": "sidelined", "parameters": {"player": "276"}, "errors": [], "results": 34, "paging": {"current": 1, "total": 1}, "response": [{"type": "Groin Strain", "start": "2021-02-11", "end": "2021-03-15"}, {"type": "Suspended", "start": "2021-02-02", "end": "2021-02-04"}, {"type": "Ankle Ligaments", "start": "2020-12-14"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"player": {"type": "string"}}, "required": ["player"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"curr...
5b3e61a1e4b0d23f1ee78ad5/a083acc4-fc16-4efd-9680-a8e7c0d4435b/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Top Red Cards
Get the 20 players with the most red cards for a league or cup. How it is calculated: * 1 : The player that received the higher number of red cards * 2 : The player that received the higher number of yellow cards * 3 : The player that assists in the higher number of matches * 4 : The pla...
200
Response
{"errors": [], "get": "players/topredcards", "paging": {"current": 0, "total": 1}, "parameters": {"league": "39", "season": "2020"}, "response": [{"player": {"age": 30, "birth": {"country": "Serbia", "date": "1991-04-07", "place": "Kragujevac"}, "firstname": "Luka", "height": "186 cm", "id": 18852, "injured": false, "l...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "object", "propertie...
5b3e61a1e4b0d23f1ee78ad5/e5f7188a-c9c3-45d7-aabc-a7367f45319c/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Players Seasons by player id
Get all available seasons for players statistics filtered by a player {id}. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get all seasons available for a player {id} https://api-football-v1.p.rapidapi.com/v3/players/seasons?player=276
200
Response
{"get": "players/seasons", "parameters": {"player": "276"}, "errors": [], "results": 14, "paging": {"current": 1, "total": 1}, "response": [2009, 2010, 2011, 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": "object", "properties": {"player": {"type": "string"}}, "required": ["player"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"curr...
5b3e61a1e4b0d23f1ee78ad5/db1ef488-c164-4e7b-b338-c3707017b4df/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Timezone
Get the list of available timezone to be used in the fixtures endpoint. This endpoint does not require any parameters. Update Frequency : This endpoint contains all the existing timezone, it is not updated. Recommended Calls : 1 call when you need.
200
Response
{"get": "timezone", "parameters": [], "errors": [], "results": 425, "paging": {"current": 1, "total": 1}, "response": ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": [...
5b3e61a1e4b0d23f1ee78ad5/b1447aa5-e842-4288-b179-dd3e20a0a76f/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Bets
Get all available bets. All bets id can be used in endpoint odds as filters. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all available bets https://api-football-v1.p.rapidapi.com/v3/odds/bets Get bet from one {id} https://api-football-v1.p.rapidapi...
200
Response
{"get": "odds/bets", "parameters": [], "errors": [], "results": 81, "paging": {"current": 1, "total": 1}, "response": [{"id": 1, "name": "Match Winner"}, {"id": 2, "name": "Home/Away"}, {"id": 3, "name": "Second Half Winner"}, {"id": 4, "name": "Asian Handicap"}, {"id": 5, "name": "Goals Over/Under"}, {"id": 6, "name":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": [...
5b3e61a1e4b0d23f1ee78ad5/9d8b0ec0-f027-49e9-903e-52c1935d3eb3/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
odds from fixture id filter by bookemaker
Get all available odds from one fixture you can filter by bookmaker or label like this : - /v2/odds/fixture/{fixture_id}/bookmaker/{bookmaker_id} - /v2/odds/fixture/{fixture_id}/label/{label_id} Update Frequency : Every day Recommended Calls : 1 call per day
200
Example_1
{"api": {"results": 1, "odds": [{"fixture": {"league_id": 213, "fixture_id": 121009, "updateAt": 1559700905}, "bookmakers": [{"bookmaker_id": 6, "bookmaker_name": "Bwin", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.12"}, {"value": "Draw", "odd": "7.25"}, {"value": "Away...
{"type": "object", "properties": {"api": {"type": "object", "properties": {"results": {"type": "integer"}, "odds": {"type": "array", "items": {"type": "object", "properties": {"fixture": {"type": "object", "properties": {"league_id": {"type": "integer"}, "fixture_id": {"type": "integer"}, "updateAt": {"type": "integer"...
5b3e61a1e4b0d23f1ee78ad5/0750d03b-b669-44ee-85a1-238a3a544afc/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
odds from fixture id filter by label
Get all available odds from one fixture you can filter by bookmaker or label like this : - /v2/odds/fixture/{fixture_id}/bookmaker/{bookmaker_id} - /v2/odds/fixture/{fixture_id}/label/{label_id} Update Frequency : Every day Recommended Calls : 1 call per day
200
Example_1
{"api": {"results": 1, "odds": [{"fixture": {"league_id": 213, "fixture_id": 121009, "updateAt": 1559700905}, "bookmakers": [{"bookmaker_id": 6, "bookmaker_name": "Bwin", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.12"}, {"value": "Draw", "odd": "7.25"}, {"value": "Away...
{"type": "object", "properties": {"api": {"type": "object", "properties": {"results": {"type": "integer"}, "odds": {"type": "array", "items": {"type": "object", "properties": {"fixture": {"type": "object", "properties": {"league_id": {"type": "integer"}, "fixture_id": {"type": "integer"}, "updateAt": {"type": "integer"...
5b3e61a1e4b0d23f1ee78ad5/564a3ea1-e135-4cce-911a-4e2ec9814e56/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
odds from league id filtered by label
Get all available odds from one league you can filter by bookmaker or label like this : - /v2/odds/league/{league_id}/bookmaker/{bookmaker_id} - /v2/odds/league/{league_id}/label/{label_id} Update Frequency : Every day Recommended Calls : 1 call per day
200
Response
{"api": {"results": 0, "paging": {"current": 2, "total": 1}, "odds": []}}
{"type": "object", "properties": {"api": {"type": "object", "properties": {"results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}}, "odds": {"type": "array", "items": {"type": "object", "properties": {"fixture": {"type": "object", "prope...
5b3e61a1e4b0d23f1ee78ad5/5d96b854-9f1b-461d-8826-d2c2cc246a1f/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Coachs by coach id
Get all the information about the coachs and their careers. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get coachs from one coach {id} https://api-football-v1.p.rapidapi.com/v3/coachs?id=1 Get coachs from one {team} https://api-football-v1.p.rapidapi.com/v3/coach...
200
Response
{"errors": [], "get": "coachs", "paging": {"current": 1, "total": 1}, "parameters": {"id": "276"}, "response": [{"age": 42, "birth": {"country": "Argentina", "date": "1979-04-19", "place": "Rafaela"}, "career": [{"end": null, "start": "2021-01-01", "team": {"id": 469, "logo": "https://media.api-sports.io/football/teams...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "object", "propertie...
5b3e61a1e4b0d23f1ee78ad5/a7fb39e5-0bc7-4c07-8026-8a5da41a5dba/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Players Seasons
Get all available seasons for players statistics. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day.
200
Response
{"errors": [], "get": "api/v3/players/seasons", "paging": {"current": 1, "total": 1}, "parameters": [], "response": [1966, 1982, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "array"}, "response"...
5b3e61a1e4b0d23f1ee78ad5/9cd8d019-b49a-4eda-a9e2-2778cb002ec5/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Transfers by player id
Get all available transfers for players and teams Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all transfers from one {player} https://api-football-v1.p.rapidapi.com/v3/transfers?player=35845 Get all transfers from one {team} https://api-football-v1...
200
Response
{"get": "transfers", "parameters": {"player": "35845"}, "errors": [], "results": 1, "paging": {"current": 1, "total": 1}, "response": [{"player": {"id": 35845, "name": "Hern\u00e1n Dar\u00edo Burbano"}, "update": "2021-04-06T06:12:50+00:00", "transfers": [{"date": "2021-01-19", "type": "N/A", "teams": {"in": {"id": 114...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"player": {"type": "string"}}, "required": ["player"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"curr...
5b3e61a1e4b0d23f1ee78ad5/ee8b9814-89ec-4b97-8bcf-84a4c260244d/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Trophies by player id
Get all available trophies for a player or a coach. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all trophies from one {player} https://api-football-v1.p.rapidapi.com/v3/trophies?player=276 Get all trophies from one {coach} https://api-football-v1.p...
200
Response
{"get": "trophies", "parameters": {"player": "276"}, "errors": [], "results": 42, "paging": {"current": 1, "total": 1}, "response": [{"league": "Sudamericano U20", "country": "South-America", "season": "Peru 2011", "place": "Winner"}, {"league": "Troph\u00e9e des Champions", "country": "France", "season": "2020/2021", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"player": {"type": "string"}}, "required": ["player"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"curr...
5b3e61a1e4b0d23f1ee78ad5/7b00b13f-bc11-4408-89f1-259b39e48a54/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Sidelined by coach id
Get all available sidelined for a player or a coach. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all from one {player} https://api-football-v1.p.rapidapi.com/v3/sidelined?player=276 Get all from one {coach} https://api-football-v1.p.rapidapi.com/v3...
200
Response
{"get": "sidelined", "parameters": {"coach": "276"}, "errors": [], "results": 1, "paging": {"current": 1, "total": 1}, "response": [{"type": "Broken Leg", "start": "2013-02-15", "end": "2013-05-15"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"coach": {"type": "string"}}, "required": ["coach"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"curren...
5b3e61a1e4b0d23f1ee78ad5/b3bed79f-39d8-4fea-8a12-69952db8736a/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Trophies by coach id
Get all available trophies for a player or a coach. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all trophies from one {player} https://api-football-v1.p.rapidapi.com/v3/trophies?player=276 Get all trophies from one {coach} https://api-football-v1.p...
200
Response
{"get": "trophies", "parameters": {"coach": "276"}, "errors": [], "results": 5, "paging": {"current": 1, "total": 1}, "response": [{"league": "Primera Nacional", "country": "Argentina", "season": "2010/2011", "place": "Winner"}, {"league": "Primera Divisi\u00f3n", "country": "Venezuela", "season": "2007/2008", "place":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"coach": {"type": "string"}}, "required": ["coach"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"curren...
5b3e61a1e4b0d23f1ee78ad5/7f5eac01-3f4c-4792-91b2-be7abcbbb7a6/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Fixtures Rounds
Get the rounds for a league or a cup. The round can be used in endpoint fixtures as filters Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get all available rounds from one {league} & {season} https://api-football-v1.p.rapidapi.com/v3/rounds?league=39&season=2019 Ge...
200
Response
{"get": "fixtures/rounds", "parameters": {"league": "39", "season": "2020"}, "errors": [], "results": 38, "paging": {"current": 1, "total": 1}, "response": ["Regular Season - 1", "Regular Season - 2", "Regular Season - 3", "Regular Season - 4", "Regular Season - 5", "Regular Season - 6", "Regular Season - 7", "Regular ...
{"$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"}, "paging":...
5b3e61a1e4b0d23f1ee78ad5/1124ffcf-1a4d-4bbf-9936-ee102a0593a5/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Fixtures Current Round
Get the rounds for a league or a cup. The round can be used in endpoint fixtures as filters Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get all available rounds from one {league} & {season} https://api-football-v1.p.rapidapi.com/v3/rounds?league=39&season=2019 Ge...
200
Response
{"errors": [], "get": "fixtures/rounds", "paging": {"current": 1, "total": 1}, "parameters": {"current": "true", "league": "39", "season": "2020"}, "response": ["Regular Season - 31"], "results": 1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "object", "propertie...
af9bd927-be3f-4cd9-8123-39ae9120b04c/3152e821-4922-4bfe-baf7-6358015b1542/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/news-detail
Get news detail by news slug
200
Response
{"data": {"article": [{"p": "Manchester United striker Odion Ighalo labelled Nigeria's government \"killers\" after security forces and soldiers reportedly opened fire on protestors in Lagos."}, {"p": "There have been ongoing protests in Nigeria against police brutality and the Special Anti-Robbery Squad (SARS) police ...
{"properties": {"data": {"properties": {"article": {"items": {"properties": {"p": {"type": "string"}}, "type": "object"}, "type": "array"}, "author": {"type": "string"}, "image": {"properties": {"alt": {"type": "string"}, "height": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "string"}}, "type": "ob...
af9bd927-be3f-4cd9-8123-39ae9120b04c/918d5083-6473-4dd1-83fa-c183b51c9f6e/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/league-table
Get current league table standings by league_code and country_code
200
Response
{"data": {"away": [{"draw": 0, "games_played": 3, "goals_against": 2, "goals_diff": 7, "goals_for": 9, "lost": 0, "points": 9, "rank": 1, "team_id": "2901", "team_name": "Leicester City", "won": 3}, {"draw": 0, "games_played": 2, "goals_against": 3, "goals_diff": 8, "goals_for": 11, "lost": 0, "points": 6, "rank": 2, "...
{"properties": {"data": {"properties": {"away": {"items": {"properties": {"draw": {"type": "integer"}, "games_played": {"type": "integer"}, "goals_against": {"type": "integer"}, "goals_diff": {"type": "integer"}, "goals_for": {"type": "integer"}, "lost": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"typ...
af9bd927-be3f-4cd9-8123-39ae9120b04c/808f6fd7-e0d5-4409-8fd3-89728dbb62da/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/leagues-by-country
Get all leagues in a country by country_code
200
Response
{"data": [{"league_code": "premier-league", "league_id": 292, "league_name": "Premier League"}, {"league_code": "sky-bet-championship", "league_id": 886, "league_name": "Sky Bet Championship"}, {"league_code": "sky-bet-league-1", "league_id": 705, "league_name": "Sky Bet League 1"}, {"league_code": "league-2", "league_...
{"properties": {"data": {"items": {"properties": {"league_code": {"type": "string"}, "league_id": {"type": "integer"}, "league_name": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/582b3ffd-eaa4-4311-8779-8bd4f139ddf3/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/live-matches
Get all matches by league
200
Response
{"data": [{"country_code": "kazakhstan", "country_id": "249", "country_name": "Kazakhstan", "league_code": "premier-league", "league_id": "1301", "league_name": "Premier League", "matches": [{"last_update": null, "match_id": "80541", "round": 15, "round_info": "15", "score": {"full_time": {"team_1": "0", "team_2": "0"}...
{"properties": {"data": {"items": {"properties": {"country_code": {"type": "string"}, "country_id": {"type": "string"}, "country_name": {"type": "string"}, "league_code": {"type": "string"}, "league_id": {"type": "string"}, "league_name": {"type": "string"}, "matches": {"items": {"properties": {"last_update": {"type": ...
af9bd927-be3f-4cd9-8123-39ae9120b04c/558f3f04-d6d2-466b-9639-f7c3a47f86ff/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-commentaries
Get match tracker / commentaries by match_id
200
Response
{"data": [{"IT": 22, "Min": 90, "MinEx": 7, "Txt": "That's it! The referee blows the final whistle"}, {"Min": 90, "MinEx": 7, "Txt": "Ball possession: Everton: 42%, Liverpool: 58%."}, {"Min": 90, "MinEx": 7, "Txt": "Dominic Calvert-Lewin from Everton tries to head the ball to a team mate, but the keeper is first to it....
{"properties": {"data": {"items": {"type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/b3f3a94f-3e9c-47e1-b35c-7548c9c069af/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-events
Get match events / incidents during a match by match_id
200
Response
{"data": [{"event": "GOAL", "id": "521210", "minute": 23, "player_name": "Hirving Lozano", "score": [1, 0], "sort": 3, "team": 1}, {"events": [{"event": "GOAL", "id": "521210", "minute": 27, "player_name": "Hirving Lozano", "score": [2, 0], "sort": 1, "team": 1}, {"event": "GOAL_ASSIST", "id": "46104", "minute": 27, "p...
{"properties": {"data": {"items": {"type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/e07b19c3-36aa-4dc5-bf07-46bccec6175f/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-h2h
Get team_1 & team_2 latest matches and Head to latest Head matches by match_id
200
Response
{"data": {"h2h": {"last_matches": [{"country_name": "England 1", "league_id": "862234", "league_name": "Premier League", "match_date": 20200621180000, "score": {"team_1": "0", "team_2": "0"}, "team_1": {"country_name": "England", "id": "2917", "name": "Everton"}, "team_2": {"country_name": "England", "id": "3340", "nam...
{"properties": {"data": {"properties": {"h2h": {"properties": {"last_matches": {"items": {"properties": {"country_name": {"type": "string"}, "league_id": {"type": "string"}, "league_name": {"type": "string"}, "match_date": {"type": "integer"}, "score": {"properties": {"team_1": {"type": "string"}, "team_2": {"type": "s...
af9bd927-be3f-4cd9-8123-39ae9120b04c/4a2a65b6-9e11-4f13-bf8c-5ebce23af3d6/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-lineups
Get match line-ups for team_1 and team_2 by match_id
200
Response
{"data": {"substitution": [{"id": "562062", "id_opposite": "921341", "in_out": "OUT", "minute": 46, "player_name": "Samuel Castillejo", "sort": 0, "team": "team_1"}, {"id": "921341", "id_opposite": "562062", "in_out": "IN", "minute": 46, "player_name": "Alexis Saelemaekers", "sort": 0, "team": "team_1"}, {"id": "827315...
{"properties": {"data": {"properties": {"substitution": {"items": {"properties": {"id": {"type": "string"}, "id_opposite": {"type": "string"}, "in_out": {"type": "string"}, "minute": {"type": "integer"}, "player_name": {"type": "string"}, "sort": {"type": "integer"}, "team": {"type": "string"}}, "type": "object"}, "typ...
af9bd927-be3f-4cd9-8123-39ae9120b04c/f2157d9f-f49c-4cd9-8fc9-b14733da6040/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-statistics
Get a match's statistics by match_id
200
Response
{"data": {"team_1": {"corners": 7, "counter_attacks": 8, "crosses": 26, "fouls": 14, "goal_kicks": 2, "goalkeeper_saves": 4, "id": "2988", "name": "AC Milan", "offsides": 4, "possesion": 53, "red_cards": 0, "score": "2", "score_half_1": "1", "shots_blocked": 3, "shots_off_target": 8, "shots_on_target": 5, "throw_ins": ...
{"properties": {"data": {"properties": {"team_1": {"properties": {"corners": {"type": "integer"}, "counter_attacks": {"type": "integer"}, "crosses": {"type": "integer"}, "fouls": {"type": "integer"}, "goal_kicks": {"type": "integer"}, "goalkeeper_saves": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "...
af9bd927-be3f-4cd9-8123-39ae9120b04c/351b6dc6-ab2c-41d6-826e-ca0b702a5d1c/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/matches-by-date
Get all matches by date. Filtered by country_code and league_code
200
Response
{"data": [{"country_code": "england", "country_id": "34", "country_name": "England", "league_code": "premier-league", "league_id": "292", "league_name": "Premier League", "matches": [{"last_update": 20201017121354, "match_id": "267554", "round": 5, "round_info": "5", "score": {"full_time": {"team_1": "2", "team_2": "2"...
{"properties": {"data": {"items": {"properties": {"country_code": {"type": "string"}, "country_id": {"type": "string"}, "country_name": {"type": "string"}, "league_code": {"type": "string"}, "league_id": {"type": "string"}, "league_name": {"type": "string"}, "matches": {"items": {"properties": {"last_update": {"type": ...
af9bd927-be3f-4cd9-8123-39ae9120b04c/db7482e2-79a3-47a8-a156-3bf9b68da9dd/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/matches-by-league
Get all matches by league
200
Response
{"data": [{"last_update": null, "match_id": "316422", "round": 1016, "round_info": "1/16", "score": {"full_time": {"team_1": 0, "team_2": 0}, "half_time": {"team_1": 0, "team_2": 0}}, "status": "Postp.", "team_1": {"country": "Haiti", "id": "12762", "name": "Arcahaie"}, "team_2": {"country": "Belize", "id": "101507", "...
{"properties": {"data": {"items": {"properties": {"last_update": {"type": "null"}, "match_id": {"type": "string"}, "round": {"type": "integer"}, "round_info": {"type": "string"}, "score": {"properties": {"full_time": {"type": "object"}, "half_time": {"type": "object"}}, "type": "object"}, "status": {"type": "string"}, ...
af9bd927-be3f-4cd9-8123-39ae9120b04c/48d51067-ca82-43f4-9df3-60cfe7296f7c/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/news-list
Get news list from livescore soccer news
200
Response
{"data": [{"caption": "RB Leipzig head coach Julian Nagelsmann", "description": "RB Leipzig boss Julian Nagelsmann is reportedly on Manchester City's radar.", "id": 65247, "image": "https://news.livescore.com/newsapi/04/soccer/image/rumour-has-it-man-city-nagelsmann-guardiola-7-1qe3e948almbi1hmflpwrhehi1.jpg", "publish...
{"properties": {"data": {"items": {"properties": {"caption": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image": {"type": "string"}, "published": {"type": "string"}, "published_epoch": {"type": "integer"}, "slug": {"type": "string"}, "thumbnail_1": {"type": "string"}, "thumbnail_2...
af9bd927-be3f-4cd9-8123-39ae9120b04c/4a9e8fb8-756e-4f00-a311-ab6efd2e973c/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/timezones
Get timezones
200
Response
{"data": ["-12:00", "-11:00", "-10:00", "-9:30", "-9:00", "-8:30", "-8:00", "-7:00", "-6:00", "-5:00", "-4:30", "-4:00", "-3:30", "-3:00", "-2:30", "-2:00", "-1:00", "0:00", "+1:00", "+2:00", "+3:00", "+3:30", "+4:00", "+4:30", "+5:00", "+5:30", "+5:45", "+6:00", "+6:30", "+6:45", "+7:00", "+7:30", "+8:00", "+8:30", "+...
{"properties": {"data": {"items": {"type": "string"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/ef8cbc8d-b0f5-4c90-84ed-3c0c3a089709/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/countries
Get all countries & federations
200
Response
{"data": [{"country_code": "england", "country_id": "34", "country_name": "England"}, {"country_code": "spain", "country_id": "195", "country_name": "Spain"}, {"country_code": "italy", "country_id": "50", "country_name": "Italy"}, {"country_code": "germany", "country_id": "137", "country_name": "Germany"}, {"country_co...
{"properties": {"data": {"items": {"properties": {"country_code": {"type": "string"}, "country_id": {"type": "string"}, "country_name": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
4aa04910-3dde-4e14-8604-26a7f5aac9b2/8a19225e-5f30-441d-af8f-22a6565e003b/0/0
Serie A Standings
Italian Serie A Standings & Table
6.8
Serie A Standings
Serie A Standings
200
Response
[{"team": {"name": "AC Milan", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/103.png", "abbreviation": "MIL"}, "stats": {"wins": 26, "losses": 4, "ties": 8, "gamesPlayed": 38, "goalsFor": 69, "goalsAgainst": 31, "points": 86, "rank": 1, "goalDifference": 38}}, {"team": {"name": "Internazionale", "logo": "https:...
{"$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...
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/d07a5912-98b3-4308-8eca-778a0104596a/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Search Champions
Find Champions by season, rider, country, constructor and/or class.
200
Response
[{"id": 4, "season": "2021", "rider": "Fabio Quartararo", "country": "FR", "constructor": "Yamaha", "class": "MotoGP\u2122"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "season": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}, "constructor": {"type": "string"}, "class": {"type": "string"}}, "required": ["class", "construct...
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/f4a99783-1898-4ff2-a80d-b55cac5258a0/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get one Champion
Gets a specific Champion by ID.
200
Response
{"id": 4, "season": "2021", "rider": "Fabio Quartararo", "country": "FR", "constructor": "Yamaha", "class": "MotoGP\u2122"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "season": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}, "constructor": {"type": "string"}, "class": {"type": "string"}}, "required": ["class", "constructor", "country", "id", "ride...
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/24f0b170-aee2-470e-a8cd-6bf2e35774fa/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get all Champions
Gets hundreds of results about the riders who have become world champions.
200
Response
{"current_page": 1, "data": [{"id": 4, "season": "2021", "rider": "Fabio Quartararo", "country": "FR", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 14, "season": "2021", "rider": "Remy Gardner", "country": "AU", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 24, "season": "2021", "rider": "Pedro A...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "season": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}, "constructor": {"t...
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/290e8132-06de-49d8-b993-baa234ee53f4/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Search Poles
Find Poles by rider and/or country.
200
Response
[{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/4173b5df-bf29-43c0-9df5-51ec18c9d04c/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get one Pole
Gets a specific Pole by ID.
200
Response
{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/cdff1d3a-a840-4410-add9-2e6635fbb080/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get all Poles
Gets hundreds of results about the total number of poles a rider has completed.
200
Response
{"current_page": 1, "data": [{"id": 4, "times": "90", "rider": "Marc Marquez", "country": "ES"}, {"id": 14, "times": "69", "rider": "Jorge Lorenzo", "country": "ES"}, {"id": 24, "times": "65", "rider": "Valentino Rossi", "country": "IT"}, {"id": 34, "times": "58", "rider": "Mick Doohan", "country": "AU"}, {"id": 44, "t...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["coun...
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/776f3269-53f2-4b64-bd55-fd8169fc52a9/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Search Podiums
Find Podiums by rider and/or country.
200
Response
[{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/4ff0d7bd-c2e4-4026-87c3-cd70b4ce32bc/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get one Podium
Gets a specific Podium by ID.
200
Response
{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/1246337b-1b1e-431d-b82c-5ccb252c65dd/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get all Podiums
Gets hundreds of results about the total number of podiums a rider has completed.
200
Response
{"current_page": 1, "data": [{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}, {"id": 14, "times": "159", "rider": "Giacomo Agostini", "country": "IT"}, {"id": 24, "times": "153", "rider": "Dani Pedrosa", "country": "ES"}, {"id": 34, "times": "152", "rider": "Jorge Lorenzo", "country": "ES"}, {"id...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["coun...
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/e8e64772-b7a7-4ccc-ab31-e7bb34d110f6/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Search Fastest Laps
Find Fastest Laps by rider and/or country.
200
Response
[{"id": 14, "times": "96", "rider": "Valentino Rossi", "country": "IT"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/ed8c2802-8ccb-43ff-9c13-7ed943be838c/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get one Fastest Lap
Gets a specific Fastest Lap by ID.
200
Response
{"id": 4, "times": "117", "rider": "Giacomo Agostini", "country": "IT"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/86b48acc-797b-44c4-9143-5d6a75323f69/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get all Fastest Laps
Gets hundreds of results about the total number of fastest laps a rider has completed.
200
Response
{"current_page": 1, "data": [{"id": 4, "times": "117", "rider": "Giacomo Agostini", "country": "IT"}, {"id": 14, "times": "96", "rider": "Valentino Rossi", "country": "IT"}, {"id": 24, "times": "81", "rider": "Angel Nieto", "country": "ES"}, {"id": 34, "times": "79", "rider": "Mike Hailwood", "country": "GB"}, {"id": 4...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["coun...
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/feefa467-73dc-4ceb-82ce-468b2adaaf7f/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Search Grand Prix Race Winners
Find Grand Prix race winners by rider, circuit, class, constructor, country or season.
200
Response
[{"id": 11884, "circuit": "Nelson Piquet", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1189", "rider": "Valentino Rossi", "season": "1999", "uid": "Ux9kSOojRjFOQOX6Ne3y", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=60",...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "circuit": {"type": "string"}, "class": {"type": "string"}, "constructor": {"type": "string"}, "country": {"type": "string"}, "index": {"type": "string"}, "rider": {"type": "string"}, "se...
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/eb1663f3-0c08-4848-b8e4-784c0f238031/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get one Grand Prix Race Winner
Gets a specific Grand Prix race winner by ID.
200
Response
{"id": 4, "circuit": "TT Circuit Assen", "class": "Moto3\u2122", "constructor": "Husqvarna", "country": "JP", "index": "1", "rider": "Ayumu Sasaki", "season": "2022", "uid": "F4oup9bOuFloAR8AIZSm", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "circuit": {"type": "string"}, "class": {"type": "string"}, "constructor": {"type": "string"}, "country": {"type": "string"}, "index": {"type": "string"}, "rider": {"type": "string"}, "season": {"type": "string"}, ...
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/55a888ee-71c0-4433-aa23-593d134c7530/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total numbe...
null
Get all Grand Prix Race Winners
Gets hundreds of Grand Prix race winners.
200
Response
{"current_page": 1, "data": [{"id": 4, "circuit": "TT Circuit Assen", "class": "Moto3\u2122", "constructor": "Husqvarna", "country": "JP", "index": "1", "rider": "Ayumu Sasaki", "season": "2022", "uid": "F4oup9bOuFloAR8AIZSm", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-cla...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "circuit": {"type": "string"}, "class": {"type": "string"}, "constructor": {"type": "string"}, "country": {"...
7736ded9-7f1e-4b9b-972b-687507572756/0a3dac32-be7d-4654-bf16-ff05d0d25d84/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getCountryByCountryCode
Retrieve country details by country code.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/0a3dac32-be7d-4654-bf16-ff05d0d25d84/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getCountryByCountryCode
Retrieve country details by country code.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/0a3dac32-be7d-4654-bf16-ff05d0d25d84/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getCountryByCountryCode
Retrieve country details by country code.
200
null
[{"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}]
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}}
7736ded9-7f1e-4b9b-972b-687507572756/d701b2a4-0d3f-42a5-b9b3-d54415c1003d/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getAllCountries
Retrieve a list of all supported.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/d701b2a4-0d3f-42a5-b9b3-d54415c1003d/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getAllCountries
Retrieve a list of all supported.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/d701b2a4-0d3f-42a5-b9b3-d54415c1003d/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getAllCountries
Retrieve a list of all supported.
200
null
[{"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}]
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}}
7736ded9-7f1e-4b9b-972b-687507572756/3c1a8166-355f-4acb-a52a-d50c1552b8cc/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
HighlightsController_getHighlightById
Retrieve highlight details by highlight id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/3c1a8166-355f-4acb-a52a-d50c1552b8cc/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
HighlightsController_getHighlightById
Retrieve highlight details by highlight id.
200
null
[{"id": 28, "type": "VERIFIED", "imgUrl": {}, "title": "NBL: Adelaide vs Melbourne United", "description": {}, "url": "https://example.com/highlight/213123safas132e", "match": {"id": 489389, "week": {}, "stage": "Final", "date": "2023-10-01T03:00:00.000Z", "country": {"code": "AU", "name": "Australia", "logo": "https:/...
{"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": "string", "description": "Url location of t...