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
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/d1eb45d6-6339-4bda-93a8-beae2f98f524/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Odds
Get odds from games or leagues. We provide pre-match odds between 1 and 7 days before the game. We keep a 7-day history (The availability of odds may vary according to the leagues, seasons, games and bookmakers) Odds are updated once a day
200
Response
{"errors": [], "get": "odds", "parameters": {"game": "1107"}, "response": [{"bookmakers": [{"bets": [{"id": 1, "name": "3Way Result", "values": [{"odd": "1.33", "value": "Home"}, {"odd": "21.00", "value": "Draw"}, {"odd": "3.25", "value": "Away"}]}, {"id": 4, "name": "Asian Handicap", "values": [{"odd": "1.80", "value"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"game": {"type": "string"}}, "required": ["game"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"bookmakers"...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/9ce5a72d-daa9-40a7-8f54-0bdbd9c13270/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Timezone
Get the list of available timezone to be used in the games endpoint. This endpoint does not require any parameters.
200
Response
{"errors": [], "get": "timezone", "parameters": [], "response": ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "array"}, "response": {"type": "array", "items": {"type": "string"}}, "results": {"type": "integer"}}, "required": ["errors", "get", "parameters", "response", "re...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/b519cb5c-4477-4a9f-b17b-33fb4585114c/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Games
For all requests to games you can add the query parameter timezone to your request in order to retrieve the list of games in the time zone of your choice like “Europe/London“ To know the list of available time zones you have to use the endpoint timezone. Available status Games are updated every 15 seconds This endpoin...
200
Response
{"errors": [], "get": "games", "parameters": {"id": "8279"}, "response": [{"country": {"code": "FR", "flag": "https://media.api-sports.io/flags/fr.svg", "id": 7, "name": "France"}, "date": "2018-09-22T12:45:00+00:00", "id": 8279, "league": {"id": 16, "logo": "https://media.api-sports.io/rugby/leagues/16.png", "name": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"country": {"typ...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/5e653e45-7f66-4659-8377-7cf65b8b445d/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Teams Statistics
Returns the statistics of a team in relation to a given competition and season. It is possible to add the date parameter to calculate statistics from the beginning of the season to the given date. By default the API returns the statistics of all games played by the team for the competition and the season.
200
Response
{"errors": [], "get": "teams", "parameters": {"league": "3", "season": "2019", "team": "29"}, "response": {"country": {"code": "AU", "flag": "https://media.api-sports.io/flags/au.svg", "id": 2, "name": "Australia"}, "games": {"draws": {"all": {"percentage": "0.00", "total": 0}, "away": {"percentage": "0.00", "total": 0...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}, "team": {"type": "string"}}, "required": ["league", "season", "team"]}, "resp...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/160dbf31-f578-4e89-afb7-8686dc40a155/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Standings Stages
Get the list of available stages for a league to be used in the standings endpoint.
200
Response
{"errors": [], "get": "standings", "parameters": {"league": "3", "season": "2019"}, "response": ["NRC"], "results": 1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "response": {"type": "array", "items": {"...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/cd2fe15e-49c5-407f-99f9-cff956d594e7/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Standings Groups
Get the list of available groups for a league to be used in the standings endpoint.
200
Response
{"errors": [], "get": "standings", "parameters": {"league": "3", "season": "2019"}, "response": ["Regular Season"], "results": 1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "response": {"type": "array", "items": {"...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/a7f873f2-055f-4d7c-951f-07037d343882/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Head To Heads
Get heads to heads between two teams.
200
Response
{"errors": [], "get": "games", "parameters": {"h2h": "368-367"}, "response": [{"country": {"code": "AU", "flag": "https://media.api-sports.io/flags/au.svg", "id": 24, "name": "Australia-Oceania"}, "date": "2019-08-31T03:00:00+00:00", "id": 3074, "league": {"id": 49, "logo": "https://media.api-sports.io/rugby/leagues/49...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"h2h": {"type": "string"}}, "required": ["h2h"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"country": {"t...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/764a7e6a-d2ff-47b0-a28b-498cd3c8a1a5/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Search Leagues
Get the list of available leagues and cups. The league id are unique in the API and leagues keep it across all seasons Most of the parameters of this endpoint can be used together.
200
Response
{"errors": [], "get": "leagues", "parameters": {"search": "top 14"}, "response": [{"country": {"code": "FR", "flag": "https://media.api-sports.io/flags/fr.svg", "id": 7, "name": "France"}, "id": 16, "logo": "https://media.api-sports.io/rugby/leagues/16.png", "name": "Top 14", "seasons": [{"current": true, "end": "2021-...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"country...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/e6d608b4-70c0-4169-b94f-b39c6b26012b/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Search Countries
Get the list of available countries. The name, id and code fields can be used in other endpoints as filters. All the parameters of this endpoint can be used together.
200
Response
{"errors": [], "get": "countries", "parameters": {"search": "france"}, "response": [{"code": "FR", "flag": "https://media.api-sports.io/flags/fr.svg", "id": 7, "name": "France"}], "results": 1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"code": ...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/54fc60e3-bcc2-42d3-ba3e-2e025092ad2c/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Search Bookmakers
Get all available bookmakers. All bookmakers id can be used in endpoint odds as filters.
200
Response
{"errors": [], "get": "odds", "parameters": {"search": "Bet365"}, "response": [{"id": 4, "name": "Bet365"}], "results": 1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/e71a29d0-04a3-4d74-acbf-c6a9241c269b/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Search Bets
Get all available bets. All bets id can be used in endpoint odds as filters
200
Response
{"errors": [], "get": "odds", "parameters": {"search": "Home"}, "response": [{"id": 2, "name": "Home/Away"}, {"id": 12, "name": "Home win both halves"}, {"id": 17, "name": "Home/Away - 1st Half"}, {"id": 18, "name": "Home/Away - 2nd Half"}, {"id": 21, "name": "Home Trail in Match"}, {"id": 26, "name": "Total - Home"}, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/d36892ec-3efd-4580-9192-64a05e78f92e/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Teams
Get data about teams. The team id are unique in the API and teams keep it among all the leagues/cups in which they participate. This endpoint requires at least one parameter.
200
Response
{"errors": [], "get": "teams", "parameters": {"id": "119"}, "response": [{"arena": {"capacity": 3000, "location": "Rouen, France", "name": "Stade Jean-mermoz"}, "country": {"code": "FR", "flag": "https://media.api-sports.io/flags/fr.svg", "id": 7, "name": "France"}, "founded": 2009, "id": 119, "logo": "https://media.ap...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"arena": {"type"...
91d89c2a-4bc7-4bf3-8f23-5dc9b476744b/ffe79be0-8527-4dbd-b2c4-92c48e16f7ac/0/0
API-RUGBY
Rugby Leagues & Cups with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data, Countries, Seasons. Documentation : https://api-sports.io/documentation/rugby/v1. Widgets : https://www.api-football.com/widgets
9.7
Search Teams
Get data about teams. The team id are unique in the API and teams keep it among all the leagues/cups in which they participate. This endpoint requires at least one parameter.
200
Response
{"errors": [], "get": "teams", "parameters": {"search": "Rouen"}, "response": [{"arena": {"capacity": 3000, "location": "Rouen, France", "name": "Stade Jean-mermoz"}, "country": {"code": "FR", "flag": "https://media.api-sports.io/flags/fr.svg", "id": 7, "name": "France"}, "founded": 2009, "id": 119, "logo": "https://me...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"arena":...
662f71a6-694e-468d-bf36-23e83233e5f8/beeab556-71cf-49b6-8c20-123013ea96b4/0/0
Football Ranking
Check the rankings of your favorite leagues always updated
null
FootballRank
You can call the API to get the ranking of your favorite league, choosing from [ITA for Italian Serie A, GER for German Bundesliga, SPA for Spanish La Liga, FRA1 for French Ligue 1, EUR for European Championship Finals, EURW for European World Cup Qualifiers, CHMP for Champions League, UEFA for UEFA Europa League, ENGP...
200
Example_1
{"competition": "Italian Serie A", "day": "11", "lastUpdate": "2021-11-02T09:46:45Z", "team": [{"name": "Napoli", "position": "1", "won": "10", "lost": "0", "draw": "1", "points": "31", "played": "11", "goalMade": "23", "goalsConceded": "3"}, {"name": "Milan", "position": "2", "won": "10", "lost": "0", "draw": "1", "po...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"competition": {"type": "string"}, "day": {"type": "string"}, "lastUpdate": {"type": "string"}, "team": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "won": {"type": ...
a1eb62b9-7d5b-41a8-b9c1-224b5f74ac1a/95b0ab85-2fc5-47d8-8149-60616b4cbe32/0/0
Current PDGA United States Tour Rankings
an API that returns current PDGA United States Tour Rankings. Data includes player name, rating, picture, and PDGA profile . Includes male and female disc golf players.
0
Get Women's Rankings
This endpoint will return back data from the PDGA United States Tour including player name, rank, rating, picture & PDGA profile url.
200
Response
[{"name": "Paige Pierce", "rank": "1", "rating": "981", "imgurl": "https://www.pdga.com/files/styles/large/public/pictures/picture-4101-1630012514.jpg", "profile": "https://www.pdga.com/player/29190"}, {"name": "Kristin Tattar", "rank": "2", "rating": "985", "imgurl": "https://www.pdga.com/files/styles/large/public/pic...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rank": {"type": "string"}, "rating": {"type": "string"}, "imgurl": {"type": "string"}, "profile": {"type": "string"}}}}
a1eb62b9-7d5b-41a8-b9c1-224b5f74ac1a/247581df-65ba-4556-a953-3f612ecbe0f2/0/0
Current PDGA United States Tour Rankings
an API that returns current PDGA United States Tour Rankings. Data includes player name, rating, picture, and PDGA profile . Includes male and female disc golf players.
0
Get Men's Rankings
This endpoint will return back data from the PDGA United States Tour including player name, rank, rating, picture & PDGA profile url.
200
Response
[{"name": "Richard Wysocki", "rank": "1", "rating": "1053", "imgurl": "https://www.pdga.com/files/styles/large/public/pictures/picture-3488-1645648320.jpg", "profile": "https://www.pdga.com/player/38008"}, {"name": "Paul McBeth", "rank": "2", "rating": "1049", "imgurl": "https://www.pdga.com/files/styles/large/public/p...
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rank": {"type": "string"}, "rating": {"type": "string"}, "imgurl": {"type": "string"}, "profile": {"type": "string"}}}}
67d1616c-9c07-41df-ac98-af1c6c951db6/f703c77a-b7eb-4e85-97ac-06e6778c568d/0/0
Soccer/Football Live Info
Get live football/soccer scores, transfers, fixtures, and results with our API. Stay updated with the latest football information effortlessly.
7.8
Get Live Scores
This endpoint retrieves real-time data, including league names, round details, start dates, team names, scores, and match results. This endpoint provides up-to-date information on ongoing matches.
200
Response
[{"logoImage": "https://cdn.sportfeeds.io/sdl/images/competition/badge/small/4oogyu6o156iphvdvphwpck10.png", "leagueName": "Europe - UEFA Champions League", "round": "", "startDate": "2023-07-19T15:00:00.000Z", "matches": [{"team1": "Valmiera", "team1Scores": "", "team2Scores": "", "resultNow": "AGG 1 - 2", "team2": "O...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"logoImage": {"type": "string"}, "leagueName": {"type": "string"}, "round": {"type": "string"}, "startDate": {"type": "string"}, "matches": {"type": "array", "items": {"type": "object", "properties": {"team1": {"ty...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/e7bbbc18-8774-46ff-bdac-aadd3230a099/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_venues
Returns an array of venues for given query. Maximum number of returned items is 10 if the more parameter is an empty string. If more is anything else the maximum number of returned items is 100.
200
null
{"venues": [{"city": {"name": ""}, "stadium": {"name": "", "capacity": 0}, "id": 0, "country": {}}]}
{"properties": {"venues": {"type": "array", "items": {"properties": {"city": {"properties": {"name": {"type": "string"}}, "type": "object"}, "stadium": {"properties": {"name": {"type": "string"}, "capacity": {"type": ["integer", "null"]}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the ent...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/44a1890c-5040-4862-8e32-f492d2e48344/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_tennispower
Get tennis power rankings for event
200
null
{"tennisPowerRankings": [{"set": 0, "game": 0, "value": 0, "breakOccurred": true}]}
{"properties": {"tennisPowerRankings": {"type": "array", "items": {"properties": {"set": {"type": "integer"}, "game": {"type": "integer"}, "value": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "breakOccurred": {"type": "boolean"}}, "type": "object"}}}, "typ...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/c96bb0bb-1422-4f3b-9502-22f488b84686/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_searchactionold
Deprecated. See new route
200
null
{"results": [{"name": "", "slug": "", "shortName": "", "sport": {"id": 0, "slug": "", "name": ""}, "teams": [{"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColo...
{"properties": {"results": {"type": "array", "items": {"anyOf": [{"properties": {"name": {"title": "Manager name.", "type": "string"}, "slug": {"title": "Name slug.", "type": "string"}, "shortName": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": ...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/0eb0e804-08fc-437a-9eed-52d2c3ef5913/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_changedodds
Get all changed odds for event/provider.
200
null
{"changedOdds": [{"timestamp": "", "choice1": {"name": "", "fractionalValue": "", "changeFromInitial": 0, "changeFromLast": 0}, "choice2": {"name": "", "fractionalValue": "", "changeFromInitial": 0, "changeFromLast": 0}, "choice3": {"name": "", "fractionalValue": "", "changeFromInitial": 0, "changeFromLast": 0}}]}
{"properties": {"changedOdds": {"type": "array", "items": {"properties": {"timestamp": {"title": "Odds change timestamp.", "type": "string"}, "choice1": {"properties": {"name": {"type": ["string", "null"]}, "fractionalValue": {"type": ["string", "null"]}, "changeFromInitial": {"title": "Percentage.", "type": ["number",...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/74d9d40a-b930-4230-ad29-22ff573d970f/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_uniquestagesmotorsport
Returns an array of unique stages for given query. Maximum number of returned items is 10.
200
null
{"uniqueStages": [{"category": {}, "name": "", "slug": "", "id": 0}]}
{"properties": {"uniqueStages": {"type": "array", "items": {"properties": {"category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**O...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/3e0a240c-a13b-43d5-a3c6-72078ceb5668/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_media
Returns highlights and media of a tournament.
200
null
{"media": [{"title": "", "subtitle": "", "url": "", "thumbnailUrl": "", "mediaType": 0, "forCountries": [], "doFollow": true, "keyHighlight": true, "id": 0, "createdAtTimestamp": 0, "sourceUrl": ""}]}
{"properties": {"media": {"type": "array", "items": {"properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "url": {"type": "string"}, "thumbnailUrl": {"type": ["string", "null"]}, "mediaType": {"type": "integer"}, "forCountries": {"type": ["array", "null"], "items": {"type": "string"}}, "doFollow"...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/814bd4e8-4424-4905-a752-791218befa92/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_uniquetournamentswithtotw
Returns an array of unique tournaments for given query. Query length must be at least 2 characters. Maximum number of returned items is 10.
200
null
{"uniqueTournaments": [{"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {"name": "", "slug": "", "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "tennisPoints": 0, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}]}
{"properties": {"uniqueTournaments": {"type": "array", "items": {"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"title": "Name.", "description": "Name of the tournament.", "type": "string"}, "slug": {"title": "Slug.", "description": "Normalized name of the tourn...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/314e0cf8-a7c0-4e3e-830d-35d5b5022550/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_teams
Returns an array of teams for given query. Maximum number of returned items is 10 if the more parameter is an empty string. If more is anything else the maximum number of returned items is 100.
200
null
{"teams": [{"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "tournament": {"name": "", "slug": "", "category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}...
{"properties": {"teams": {"type": "array", "items": {"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"title": "Name.", "description": "Name of the team.", "type": "string"}, "slug": {"title": "Slug.", "description": "Normalized name of the team.", "type": "string"}, "shortName": {"t...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/c52859c9-e989-451a-8d12-dabe3943129a/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_details
Returns tournament details, an example 1
200
null
{"tournament": [{"name": "", "slug": "", "category": {}, "uniqueTournament": {}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}]}
{"properties": {"tournament": {"type": "array", "items": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "string"}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "proper...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/638fb73d-059d-4cb2-96bd-70b195852516/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_uniquetournamentswithstandings
Returns an array of unique tournaments for given query. Query length must be at least 2 characters. Maximum number of returned items is 10.
200
null
{"uniqueTournaments": [{"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {"name": "", "slug": "", "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "tennisPoints": 0, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}]}
{"properties": {"uniqueTournaments": {"type": "array", "items": {"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"title": "Name.", "description": "Name of the tournament.", "type": "string"}, "slug": {"title": "Slug.", "description": "Normalized name of the tourn...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/5273f548-430f-4e38-bffd-d88404ab18eb/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_roundevents_2
Get events for tournament, season and round.
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "hasEventPlayer...
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "st...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/47b6e4af-2c77-4b26-94c5-6639cdbbbdc0/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_seasonrounds
Get tournament rounds for specified season.
200
null
{"currentRound": {"round": 0, "name": "", "slug": "", "prefix": ""}, "rounds": [{"round": 0, "name": "", "slug": "", "prefix": ""}]}
{"properties": {"currentRound": {"properties": {"round": {"type": "integer"}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "prefix": {"type": ["string", "null"]}}, "type": "object"}, "rounds": {"type": "array", "items": {"properties": {"round": {"type": "integer"}, "name": {"type": ["stri...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/53fca410-9302-4427-9c3d-d9bdc4ab3ed8/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_races
Return races in which driver participates. Parameter span indicates whether future start dates are wanted or past start dates. An example: 7135
200
null
{"races": [{"stage": {"uniqueStage": {"category": {}, "name": "", "slug": "", "id": 0}, "description": "", "slug": "", "type": {"id": 0, "name": ""}, "status": {"description": "", "type": ""}, "year": "", "id": 0, "country": {}, "name": "", "info": [], "startDateTimestamp": 0, "endDateTimestamp": 0, "seasonStageName": ...
{"properties": {"races": {"type": "array", "items": {"properties": {"stage": {"properties": {"uniqueStage": {"allOf": [{"properties": {"category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/8d4b97fa-245d-4f3d-a81c-8a26e41de962/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_teamsbysportslug
Returns an array of teams for given query. Maximum number of returned items is 10.
200
null
{"teams": [{"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "tournament": {"name": "", "slug": "", "category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}...
{"properties": {"teams": {"type": "array", "items": {"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"title": "Name.", "description": "Name of the team.", "type": "string"}, "slug": {"title": "Slug.", "description": "Normalized name of the team.", "type": "string"}, "shortName": {"t...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/451bbbe1-019b-4158-b7e7-0189aa996a57/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_informplayers
Get in form players based on previous 5 matches in current tournament season.
200
null
{"home": [{"player": {}, "statistics": [], "eventId": 0}], "away": [{"player": {}, "statistics": [], "eventId": 0}]}
{"properties": {"home": {"type": "array", "items": {"properties": {"player": {"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omit...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/eca2f364-0daf-405e-ae5c-d9b53a8f5f6c/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_roundevents_3
Get events for tournament, season and round.
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "hasEventPlayer...
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "st...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/4479a307-80bd-46b8-92d0-98e531f0bb85/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_seasonevents_1
Get events for tournament and season.
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "hasEventPlayer...
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "st...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/40847efe-7b99-43a4-83e4-752ecd82651f/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_featuredplayers
Get featured players for teams participating in event. To see return values go to sandbox tab and enter this id: event: 7828244
200
null
{"home": {"player": {}, "statistics": [], "eventId": 0}, "away": {"player": {}, "statistics": [], "eventId": 0}}
{"properties": {"home": {"oneOf": [{"properties": {"player": {"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "positi...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/ca1194a5-7c6e-48c1-9618-172d72bc3bf2/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_search
200
null
{"results": [{"name": "", "slug": "", "shortName": "", "sport": {"id": 0, "slug": "", "name": ""}, "teams": [{"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColo...
{"properties": {"results": {"type": "array", "items": {"anyOf": [{"properties": {"name": {"title": "Manager name.", "type": "string"}, "slug": {"title": "Name slug.", "type": "string"}, "shortName": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": ...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d8b551fb-03b2-4ca7-afdc-750daed65c80/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_teamstreakbettingodds
Get team streaks data for event.
200
null
{"general": [{"sourceId": 0, "structureType": 0, "marketId": 0, "marketName": "", "choiceGroup": "", "isLive": true, "fid": 0, "suspended": true, "id": 0, "choices": [{"initialFractionalValue": "", "fractionalValue": "", "sourceId": 0, "name": "", "winning": true, "slipContent": "", "change": 0}]}], "head2head": [{"sou...
{"properties": {"general": {"type": "array", "items": {"properties": {"sourceId": {"type": ["integer", "null"]}, "structureType": {"type": "integer"}, "marketId": {"type": "integer"}, "marketName": {"type": "string"}, "choiceGroup": {"type": ["string", "null"]}, "isLive": {"type": "boolean"}, "fid": {"type": ["integer"...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/3725ccca-dd1d-4ef3-a54d-4045de949189/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_standings
Get tournament standings for specified season and type (total, home, away).
200
null
{"standings": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "hasPerformanceGraphFeature": true, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true...
{"properties": {"standings": {"type": "array", "items": {"properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "string"}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific cou...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/5120e8bf-007b-48ab-8dde-f1ff97d82660/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_averagepositions
Get average positions for players.
200
null
{"home": [{"player": {}, "averageX": 0, "averageY": 0, "pointsCount": 0}], "away": [{"player": {}, "averageX": 0, "averageY": 0, "pointsCount": 0}], "substitutions": [{"playerIn": {}, "playerOut": {}, "injury": true, "playerNameIn": "", "playerNameOut": "", "id": "", "time": 0, "addedTime": 0, "timeSeconds": 0, "isHome...
{"properties": {"home": {"type": "array", "items": {"properties": {"player": {"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omit...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/659538cb-4912-4f18-9a5a-da168cde99a5/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_esportsgames
Get list of games for specific esports events
200
null
{"games": [{"length": 0, "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "map": {"name": "", "id": 0}, "homeScore": {"display": 0, "period1": 0, "period2": 0, "overtime": 0}, "awayScore": {"display": 0, "period1": 0, "period2": 0, "overtime": 0}, "homeTeamStartingSide": 0, "hasCompleteS...
{"properties": {"games": {"type": "array", "items": {"required": ["status"], "properties": {"length": {"type": ["integer", "null"]}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "i...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/44d219f4-5c28-4442-9943-918f02ec50ae/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_cuptree
Returns cuptree for tournament and season.
200
null
{"cupTree": {"id": 0, "name": "", "currentRound": 0, "rounds": [{"order": 0, "description": "", "blocks": [], "type": 0, "id": 0}], "type": 0}}
{"properties": {"cupTree": {"properties": {"id": {"type": "integer"}, "name": {"type": ["string", "null"]}, "currentRound": {"type": ["integer", "null"]}, "rounds": {"type": "array", "items": {"properties": {"order": {"type": "integer"}, "description": {"type": "string"}, "blocks": {"type": "array", "items": {"properti...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/b0e28b6f-82b6-4f7a-8d9b-390263edfe88/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_meta
Get the SEO meta for this event. To see return values go to sandbox tab and enter this id: event: FabsGdb
200
null
{"meta": {"currentSeasonEventCount": 0, "previousSeasonEventCount": 0, "homeTeamStandingsPosition": 0, "awayTeamStandingsPosition": 0, "competitionType": ""}}
{"properties": {"meta": {"properties": {"currentSeasonEventCount": {"type": ["integer", "null"]}, "previousSeasonEventCount": {"type": ["integer", "null"]}, "homeTeamStandingsPosition": {"type": ["integer", "null"]}, "awayTeamStandingsPosition": {"type": ["integer", "null"]}, "competitionType": {"type": ["string", "nul...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/1b147697-44bc-49a1-abd1-0dce9e566da4/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_seasons
Returns tournament seasons.
200
null
{"seasons": [{"name": "", "year": "", "seasonCoverageInfo": {}, "id": 0}]}
{"properties": {"seasons": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "year": {"type": "string"}, "seasonCoverageInfo": {"allOf": [{"properties": {"editorCoverageLevel": {"description": "**Omitted**"}}, "type": "object"}]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", ...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/6cae2856-573f-47e0-890c-38947d0bbbee/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_referees
Returns an array of referees for given query. Maximum number of returned items is 10 if the more parameter is an empty string. If more is anything else the maximum number of returned items is 100.
200
null
{"referees": [{"name": "", "slug": "", "yellowCards": 0, "redCards": 0, "yellowRedCards": 0, "games": 0, "sport": {"id": 0, "slug": "", "name": ""}, "id": 0}]}
{"properties": {"referees": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "yellowCards": {"type": ["integer", "null"]}, "redCards": {"type": ["integer", "null"]}, "yellowRedCards": {"type": ["integer", "null"]}, "games": {"type": ["integer", "null"]}, "sport": {"titl...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/0eb2fd39-5abe-4aff-84e6-821c20096727/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_seasonstatistics
Get all season statistics for a team in a unique tournament and season.
200
null
{"statistics": {"goalsScored": 0, "goalsConceded": 0, "ownGoals": 0, "assists": 0, "shots": 0, "penaltyGoals": 0, "penaltiesTaken": 0, "freeKickGoals": 0, "freeKickShots": 0, "goalsFromInsideTheBox": 0, "goalsFromOutsideTheBox": 0, "shotsFromInsideTheBox": 0, "shotsFromOutsideTheBox": 0, "headedGoals": 0, "leftFootGoal...
{"properties": {"statistics": {"oneOf": [{"properties": {"goalsScored": {"type": ["integer", "null"]}, "goalsConceded": {"type": ["integer", "null"]}, "ownGoals": {"type": ["integer", "null"]}, "assists": {"type": ["integer", "null"]}, "shots": {"type": ["integer", "null"]}, "penaltyGoals": {"type": ["integer", "null"]...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/80177c29-ba23-4a81-87ff-3acb1d67ff89/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_eventplayerheatmap
Exmaple: event: 7693131, player: 18886
200
null
{"heatmap": [{"x": 0, "y": 0}]}
{"properties": {"heatmap": {"type": "array", "items": {"properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/fdbe1c60-6183-4742-b67c-9f0c46b6b3eb/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_teamseasonstatsrank
Get statistics ranks for given unique tournament, season, season type and statistics type.
200
null
{"ranks": [{"rankTotal": 0, "rankPerGame": 0, "value": 0}], "teamCount": 0, "matches": 0, "awardedMatches": 0}
{"properties": {"ranks": {"type": "array", "items": {"properties": {"rankTotal": {"type": ["integer", "null"]}, "rankPerGame": {"type": ["integer", "null"]}, "value": {"oneOf": [{"type": ["integer", "null"]}, {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/1013ff99-7b06-428a-9cab-23a2b938116e/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_uniquetournaments
Returns an array of unique tournaments for given query. Maximum number of returned items is 10 if the more parameter is an empty string. If more is anything else the maximum number of returned items is 100.
200
null
{"uniqueTournaments": [{"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {"name": "", "slug": "", "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "tennisPoints": 0, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}]}
{"properties": {"uniqueTournaments": {"type": "array", "items": {"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"title": "Name.", "description": "Name of the tournament.", "type": "string"}, "slug": {"title": "Slug.", "description": "Normalized name of the tourn...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/4b0af14b-24b4-4307-855f-9270ca40096a/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_roundevents
Get events for tournament, season and round.
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "hasEventPlayer...
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "st...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/7579a9fc-db27-4897-9374-09d6d179a93d/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_childevents
Returns the list of child event ids
200
null
{"childEvents": []}
{"properties": {"childEvents": {"type": "array", "items": {"type": "integer"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/87eb420a-7f9a-41d4-bb7e-72ee09c77cf2/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_uniquetournamentswithpowerrankings
Returns an array of unique tournaments for given query. Query length must be at least 2 characters. Maximum number of returned items is 10.
200
null
{"uniqueTournaments": [{"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {"name": "", "slug": "", "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "tennisPoints": 0, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}]}
{"properties": {"uniqueTournaments": {"type": "array", "items": {"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"title": "Name.", "description": "Name of the tournament.", "type": "string"}, "slug": {"title": "Slug.", "description": "Normalized name of the tourn...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/286e3f16-288f-4836-be95-8021a39b07a1/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_rankings
Legacy endpoint; Returns an array of TeamRanking (or its subclasses) entities for a particular team. For subclass types, consult Rankings section, rankings for type action. Use new route instead
200
null
{"rankings": [{"uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "id": 0, "country": {}, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {...
{"properties": {"rankings": {"type": "array", "items": {"properties": {"uniqueTournament": {"allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"title": "Name.", "description": "Name of the tournament.", "type": "string"}, "slug": {"title": "Slug.", "descr...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/3c80b48e-2fa0-4e90-a34e-d9e7748f79c6/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_media
Returns media and highlights of an event. An example: 7836705
200
null
{"media": [{"title": "", "subtitle": "", "url": "", "thumbnailUrl": "", "mediaType": 0, "forCountries": [], "doFollow": true, "keyHighlight": true, "id": 0, "createdAtTimestamp": 0, "sourceUrl": ""}]}
{"properties": {"media": {"type": "array", "items": {"properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "url": {"type": "string"}, "thumbnailUrl": {"type": ["string", "null"]}, "mediaType": {"type": "integer"}, "forCountries": {"type": ["array", "null"], "items": {"type": "string"}}, "doFollow"...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a7fcd7ec-3739-46bf-973e-8d4871db2cdb/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_bestplayers
Best players for each team in the event. Example ids divided per sport: football: 7828036 basketball: 7932054 ice-hockey: 7863311 handball: 7892350 baseball: 8029999 american-football: 8094790
200
null
{"bestHomeTeamPlayer": {"value": "", "label": "", "player": {}}, "bestAwayTeamPlayer": {"value": "", "label": "", "player": {}}}
{"properties": {"bestHomeTeamPlayer": {"properties": {"value": {"type": "string"}, "label": {"type": "string"}, "player": {"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Omit...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d3265d00-c2f4-4895-b462-ffc2931770a9/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_tournament_teamevents
Last 5 events for each team for specified season and type (total, home, away).
200
null
{"teamEvents": []}
{"properties": {"teamEvents": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winn...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/8e209544-2ccc-4391-9ee4-8abaf5e8193b/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_careerstatistics
200
null
{"issued": {"strikes": {"total": {}, "head": {}, "body": {}, "legs": {}, "distance": {}, "clinch": {}, "ground": {}}, "significantStrikes": {"total": {}, "head": {}, "body": {}, "legs": {}, "distance": {}, "clinch": {}, "ground": {}}, "takedowns": {"total": {}, "head": {}, "body": {}, "legs": {}, "distance": {}, "clinc...
{"properties": {"issued": {"properties": {"strikes": {"allOf": [{"properties": {"total": {"allOf": [{"properties": {"attempted": {"allOf": [{"description": "**Omitted**"}]}, "landed": {"allOf": [{"description": "**Omitted**"}]}, "defended": {"allOf": [{"description": "**Omitted**"}]}, "succeeded": {"allOf": [{"descript...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/390664c7-e7af-409f-8da7-8a644b4d20af/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_shotmapperplayer
200
null
{"shotmap": [{"player": {}, "isHome": true, "shotType": "miss", "goalType": "regular", "situation": "regular", "shootoutOrder": 0, "playerCoordinates": {"x": 0, "y": 0, "z": 0}, "bodyPart": "head", "goalMouthLocation": "close-left", "goalMouthCoordinates": {"x": 0, "y": 0, "z": 0}, "blockCoordinates": {"x": 0, "y": 0, ...
{"properties": {"shotmap": {"oneOf": [{"type": "array", "items": {"properties": {"player": {"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"descrip...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/9e182b77-d4af-4579-a497-70f1c4b384b0/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_managers
Get event managers. If manager id is known then {home|away}Manager is serialized, otherwise {home|away}ManagerName is serialized. event: 7541937 event: 6664415 event: 6967336 event: 7514484
200
null
{"homeManager": {"name": "", "slug": "", "shortName": "", "id": 0}, "awayManager": {"name": "", "slug": "", "shortName": "", "id": 0}, "homeManagerName": "", "awayManagerName": ""}
{"properties": {"homeManager": {"oneOf": [{"properties": {"name": {"title": "Manager name.", "type": "string"}, "slug": {"title": "Name slug.", "type": "string"}, "shortName": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "awa...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/8523773f-3c73-4e41-bcb2-6d78a7fda8cc/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_tweets
Property user is an object which constains properties name, profile_image_url_https, screen_name which are all strings.
200
null
{"tweets": [{"text": "", "user": []}]}
{"properties": {"tweets": {"type": "array", "items": {"properties": {"text": {"type": "string"}, "user": {"type": "array", "items": {"type": "string"}}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/02f7d348-008b-4171-8489-9f080a848292/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_teamoftheweekrounds
Get team of the week rounds in given unique tournament that are present in given season
200
null
{"rounds": [{"roundName": "", "roundSlug": "", "id": 0, "createdAtTimestamp": 0}]}
{"properties": {"rounds": {"type": "array", "items": {"properties": {"roundName": {"type": "string"}, "roundSlug": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "createdAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/e90dcebe-ff0d-4580-9737-c9c9f29aa113/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_events
Returns events in which team played. Parameter span indicates whether future start dates are wanted or past start dates. An example: 38
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "country": {}, ...
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "st...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/47052dc7-311f-46f7-9248-0e84a062b387/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_playerstatistics
All player statistics in the event to be shown in event player statistics dialog. Example ids divided per sport: football - event: 7828036, player: 27583 basketball - event: 7932054, player: 816997 ice-hockey - event: 7863311, player: 134378 handball - event: 7892350, player: 926364 baseball - event: 8029999, player: ...
200
null
{"player": {}, "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0...
{"properties": {"player": {"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "position": {"description": "**Omitted**"}...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/fa58f6ad-cac9-4ec3-a6ec-e113e70d0fe6/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_lineups
Lineups and box score statistics for all players participating in the event. Example ids divided per sport: football: 7828036 basketball: 7932054 ice-hockey: 7863311 handball: 7892350 baseball: 8029999 american-football: 8094790
200
null
{"confirmed": true, "home": {"players": [{"avgRating": 0, "player": {"name": "", "firstName": "", "lastName": "", "slug": "", "shortName": "", "position": "", "marketValue": 0, "userCount": 0, "id": 0, "marketValueCurrency": "", "dateOfBirthTimestamp": 0}, "shirtNumber": 0, "jerseyNumber": "", "position": "", "substitu...
{"properties": {"confirmed": {"type": "boolean"}, "home": {"properties": {"players": {"type": "array", "items": {"properties": {"avgRating": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "player": {"allOf": [{"required": ["name"], "properties": {"n...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/221dcb72-06f9-4ba1-b246-625089bd351b/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_innings
Unlike other routes, this one prioritises showing playerName instead of player.name. The reason is that playerName may contain additional information related to the inning, such as (W). To see return values go to sandbox tab and enter this id: event: 8357205
200
null
{"innings": [{"number": 0, "superOver": 0, "battingTeam": {}, "bowlingTeam": {}, "score": 0, "wickets": 0, "overs": 0, "extra": 0, "wide": 0, "noBall": 0, "bye": 0, "legBye": 0, "penalty": 0, "isInningDeclare": 0, "currentBatsman": {}, "currentBowler": {}, "id": 0, "bowlingLine": [{"player": {}, "playerName": "", "over...
{"properties": {"innings": {"type": "array", "items": {"properties": {"number": {"type": "integer"}, "superOver": {"type": ["integer", "null"]}, "battingTeam": {"allOf": [{"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitt...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a5df9e65-dc19-4cb1-b5c9-fd561bf38850/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_uniquetournaments
Returns unique tournaments in which team is participating An example: 38
200
null
{"uniqueTournaments": [{"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {"name": "", "slug": "", "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "tennisPoints": 0, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}]}
{"properties": {"uniqueTournaments": {"type": "array", "items": {"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"title": "Name.", "description": "Name of the tournament.", "type": "string"}, "slug": {"title": "Slug.", "description": "Normalized name of the tourn...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/29a07306-d78f-4797-be48-62a27f2a55ba/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_details
200
null
{"event": {"tournament": {"name": "", "slug": "", "category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "uniqueTournament": {}, "priority": 0, "roundPrefix": "", "competitionType": 0, "id": 0, "isLive": true}, "season": {"name": "", "year": "", "seasonCoverageInfo": {}, "id": 0}, "roundI...
{"properties": {"event": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "string"}, "category": {"title"...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/93d25b04-2cfd-4228-aedf-e652e061e191/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_highlights
Returns the highlights of an event. An example: 7836705
200
null
{"highlights": [{"title": "", "subtitle": "", "url": "", "thumbnailUrl": "", "mediaType": 0, "forCountries": [], "doFollow": true, "keyHighlight": true, "id": 0, "createdAtTimestamp": 0, "sourceUrl": ""}]}
{"properties": {"highlights": {"type": "array", "items": {"properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "url": {"type": "string"}, "thumbnailUrl": {"type": ["string", "null"]}, "mediaType": {"type": "integer"}, "forCountries": {"type": ["array", "null"], "items": {"type": "string"}}, "doFo...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/06a247c9-55fb-461f-9de0-c72d4cc9d711/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_shotmap
200
null
{"shotmap": [{"player": {}, "isHome": true, "shotType": "miss", "goalType": "regular", "situation": "regular", "shootoutOrder": 0, "playerCoordinates": {"x": 0, "y": 0, "z": 0}, "bodyPart": "head", "goalMouthLocation": "close-left", "goalMouthCoordinates": {"x": 0, "y": 0, "z": 0}, "blockCoordinates": {"x": 0, "y": 0, ...
{"properties": {"shotmap": {"oneOf": [{"type": "array", "items": {"properties": {"player": {"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"descrip...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d90c46ca-aa91-4785-a723-0974b0f8fd38/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_goaldistributions
Get team goal distributions (home, away, overall) for given unique tournament and season
200
null
{"goalDistributions": [{"type": "", "periods": [{"periodStart": 0, "periodEnd": 0, "scoredGoals": 0, "concededGoals": 0, "id": 0}], "matches": 0, "scoredGoals": 0, "concededGoals": 0, "id": 0}]}
{"properties": {"goalDistributions": {"type": "array", "items": {"properties": {"type": {"type": "string"}, "periods": {"type": "array", "items": {"properties": {"periodStart": {"type": "integer"}, "periodEnd": {"type": "integer"}, "scoredGoals": {"type": ["integer", "null"]}, "concededGoals": {"type": ["integer", "nul...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/129b42ee-0722-4d5b-82a1-1f7456343863/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_pregameform
Get pregame form for teams participating in event. To see return values go to sandbox tab and enter this id: event: 7828244
200
null
{"homeTeam": {"avgRating": "", "position": 0, "value": "", "form": []}, "awayTeam": {"avgRating": "", "position": 0, "value": "", "form": []}, "label": ""}
{"properties": {"homeTeam": {"required": ["position", "value", "form"], "properties": {"avgRating": {"type": ["string", "null"]}, "position": {"type": "integer"}, "value": {"type": "string"}, "form": {"type": "array", "items": {"type": "string"}}}, "type": "object"}, "awayTeam": {"required": ["position", "value", "form...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/335580e2-1993-4786-aa71-04f1883af44b/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_comments
200
null
{"comments": {"text": "", "type": "breakStart", "goalType": "", "periodType": "regular", "addedTime": 0, "timeSeconds": 0, "isHome": true, "player": {}, "playerIn": {}, "playerOut": {}, "reversedPeriodTime": 0, "reversedPeriodTimeSeconds": 0, "id": 0, "time": 0, "yardline": 0, "teamHalf": 0, "yardsToFirstDown": 0, "dow...
{"properties": {"comments": {"properties": {"text": {"type": "string"}, "type": {"type": "string", "enum": ["breakStart", "cornerKick", "freeKick", "goalKick", "injury", "injuryReturn", "injuryTimeShown", "matchEnded", "matchStarted", "offside", "penaltyAwarded", "penaltyMissed", "penaltyScored", "penaltyShootout", "pe...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/87f9852a-73be-453f-bede-92ee4ee6ca25/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_standingsseasons
Get tournament-season pairs if standings exist for given team.
200
null
{"tournamentSeasons": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "seasons": [{"name": "", "year": "", "seasonCoverageInfo": {}, "id": 0}]}]}
{"properties": {"tournamentSeasons": {"type": "array", "items": {"properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "string"}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a spec...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/49bb3712-b7a5-4533-a09e-e5fd2479a575/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_uniquetournamentswithcuptree
Returns an array of unique tournaments for given query. Query length must be at least 2 characters. Maximum number of returned items is 10.
200
null
{"uniqueTournaments": [{"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {"name": "", "slug": "", "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "tennisPoints": 0, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}]}
{"properties": {"uniqueTournaments": {"type": "array", "items": {"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"title": "Name.", "description": "Name of the tournament.", "type": "string"}, "slug": {"title": "Slug.", "description": "Normalized name of the tourn...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/2cf422a7-e8c1-49be-8111-c6796ddbf542/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_managers
Returns an array of managers for given query. Maximum number of returned items is 10 if the more parameter is an empty string. If more is anything else the maximum number of returned items is 100.
200
null
{"managers": [{"name": "", "slug": "", "shortName": "", "sport": {"id": 0, "slug": "", "name": ""}, "teams": [{"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "teamCol...
{"properties": {"managers": {"type": "array", "items": {"properties": {"name": {"title": "Manager name.", "type": "string"}, "slug": {"title": "Name slug.", "type": "string"}, "shortName": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"},...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/850f4c7a-167b-4dad-9ef4-de931be07974/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_eventplayershotmap
Exmaple: event: 7171268, player: 817214
200
null
{"shotmap": [{"type": 0, "x": 0, "y": 0, "id": 0, "period": ""}]}
{"properties": {"shotmap": {"type": "array", "items": {"properties": {"type": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "period": {"type": ["string", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d377b60e-1232-43e6-a719-be07489789b6/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_pointbypoint
Get tennis event point by point incidents. event: 8077039
200
null
{"pointByPoint": [{"set": 0, "games": [{"game": 0, "points": [], "score": {}}]}]}
{"properties": {"pointByPoint": {"type": "array", "items": {"properties": {"set": {"type": "integer"}, "games": {"type": "array", "items": {"properties": {"game": {"type": "integer"}, "points": {"type": "array", "items": {"properties": {"homePoint": {"description": "**Omitted**"}, "awayPoint": {"description": "**Omitte...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/ecf49c4f-c191-4dd3-8a9d-fe9c1d979fb2/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_driverhistory
Get career history stats for driver.
200
null
{"total": [{"racesStarted": 0, "victories": 0, "podiums": 0, "polePositions": 0}], "bySeason": [{"stage": {"uniqueStage": {"category": {}, "name": "", "slug": "", "id": 0}, "description": "", "slug": "", "year": "", "id": 0, "name": "", "startDateTimestamp": 0, "endDateTimestamp": 0}, "parentTeam": {"name": "", "slug":...
{"properties": {"total": {"type": "array", "items": {"properties": {"racesStarted": {"type": "integer"}, "victories": {"type": "integer"}, "podiums": {"type": "integer"}, "polePositions": {"type": "integer"}}, "type": "object"}}, "bySeason": {"type": "array", "items": {"properties": {"stage": {"properties": {"uniqueSta...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d75b494e-9d8c-486e-8866-b57093d75b28/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_transfers
Returns list of team transfers An example: 38
200
null
{"transfersIn": [{"player": {"name": "", "firstName": "", "lastName": "", "slug": "", "shortName": "", "position": "", "userCount": 0, "id": 0, "cricketPlayerInfo": "BaLH"}, "transferFrom": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": ""...
{"properties": {"transfersIn": {"type": "array", "items": {"properties": {"player": {"required": ["name"], "properties": {"name": {"title": "Player name.", "type": "string"}, "firstName": {"title": "Player first name.", "type": ["string", "null"]}, "lastName": {"title": "Player last name.", "type": ["string", "null"]},...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/c0cc0320-0c10-4eff-98e0-bbf35e5f1fca/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_topplayers
Get top players for given unique tournament, season and type
200
null
{"topPlayers": [{"statistics": {"type": "", "appearances": 0, "id": 0}, "playedEnough": true, "player": {"name": "", "firstName": "", "lastName": "", "slug": "", "shortName": "", "position": "", "userCount": 0, "id": 0, "cricketPlayerInfo": "BaLH"}, "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport...
{"properties": {"topPlayers": {"type": "array", "items": {"properties": {"statistics": {"properties": {"type": {"type": "string"}, "appearances": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}, "playedEnough": {"type": "boolean"}...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/185255bd-f8f1-4f34-bb73-16c63bcbfc57/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_seasonevents
Get events for uniqueTournament, season and team optionally.
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "country": {}, ...
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "st...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/4a8a1e81-1aa0-4cc6-b96d-378469c58293/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_head2head
Get head to head data for event. To see return values go to sandbox tab and enter this id: id: 8109124
200
null
{"teamDuel": {"homeWins": 0, "awayWins": 0, "draws": 0}, "managerDuel": {"homeWins": 0, "awayWins": 0, "draws": 0}}
{"properties": {"teamDuel": {"oneOf": [{"properties": {"homeWins": {"type": "integer"}, "awayWins": {"type": "integer"}, "draws": {"type": "integer"}}, "type": "object"}]}, "managerDuel": {"oneOf": [{"properties": {"homeWins": {"type": "integer"}, "awayWins": {"type": "integer"}, "draws": {"type": "integer"}}, "type": ...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/af18c3e7-31a2-4330-8c8d-0d3259953982/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_player_nearevents
An example: 331737
200
null
{"previousEvent": {}, "nextEvent": {}}
{"properties": {"previousEvent": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description":...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/3eb9c44f-e46e-4644-88a0-7c5a227201ad/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_esportsgame_rounds
Get list of rounds for specific esports game
200
null
{"normaltimeRounds": [{"outcome": 0, "winnerCode": 0, "homeTeamSide": 0}], "overtimeRounds": [{"outcome": 0, "winnerCode": 0, "homeTeamSide": 0}], "overtimeChunkSize": 0, "roundsInAHalf": 0}
{"properties": {"normaltimeRounds": {"type": "array", "items": {"properties": {"outcome": {"type": ["integer", "null"]}, "winnerCode": {"type": ["integer", "null"]}, "homeTeamSide": {"type": ["integer", "null"]}}, "type": "object"}}, "overtimeRounds": {"type": ["array", "null"], "items": {"properties": {"outcome": {"ty...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/8e524ccd-c2c9-4a0b-9bbc-27405bdfabf2/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_racesforseason
Return races in which driver participates for given stage season.
200
null
{"races": [{"stage": {"uniqueStage": {"category": {}, "name": "", "slug": "", "id": 0}, "description": "", "slug": "", "type": {"id": 0, "name": ""}, "status": {"description": "", "type": ""}, "year": "", "id": 0, "country": {}, "name": "", "info": [], "startDateTimestamp": 0, "endDateTimestamp": 0, "competitorResults"...
{"properties": {"races": {"type": "array", "items": {"properties": {"stage": {"properties": {"uniqueStage": {"allOf": [{"properties": {"category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/5ae0dcfa-5746-4957-aac5-5478ba5c1c4d/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_seasonheatmap
Get team's season heat map. Points are objects in format: { "x" : 4, "y" : 12.5, "count": 2 } An example: - id: 2829 - uniqueTournamentId: 8 - seasonId: 18020
200
null
{"matches": 0, "points": []}
{"properties": {"matches": {"type": "integer"}, "points": {"type": "array", "items": {"additionalProperties": {"type": "number"}}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a089a73b-38e6-495e-9247-3bf51776d434/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_eventsbyuniquetournamentanddate
Events for given unique tournament on given date.
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0...
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "st...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/57a8f0c7-bf2b-4162-b5f0-7a858b8a0766/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_statisticsinfo
Get info about players and statistics for given unique tournament and season.
200
null
{"nationalities": {}, "teams": [], "statisticsGroups": {}, "hideHomeAndAway": true}
{"properties": {"nationalities": {"additionalProperties": {"type": "string"}}, "teams": {"type": "array", "items": {"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "ge...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/9f120146-bf92-4013-8554-efd69c4f27bc/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_topratingplayers
Get top players ratings for unique tournament, season, type and team.
200
null
{"topPlayers": [{"statistics": {"type": "", "appearances": 0, "id": 0}, "playedEnough": true, "player": {"name": "", "firstName": "", "lastName": "", "slug": "", "shortName": "", "position": "", "userCount": 0, "id": 0, "cricketPlayerInfo": "BaLH"}, "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport...
{"properties": {"topPlayers": {"type": "array", "items": {"properties": {"statistics": {"properties": {"type": {"type": "string"}, "appearances": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}, "playedEnough": {"type": "boolean"}...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/fe9b2017-7b20-49d5-a5db-179d6639fc22/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_event_series
Get the cup block (series) to which the event belongs. To see return values go to sandbox tab and enter this id: event: 7814952
200
null
{"series": []}
{"properties": {"series": {"type": "array", "items": {"type": "integer"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/78122444-9e1a-4207-8e2d-95018ddfff97/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_teamoftheweekplayers
Get team of the week players for given team of the week round
200
null
{"formation": "", "players": [{"player": {}, "team": {}, "event": {}, "rating": "", "order": 0, "id": 0}]}
{"properties": {"formation": {"type": "string"}, "players": {"type": "array", "items": {"properties": {"player": {"allOf": [{"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Om...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/b7e4a69a-54fb-4e27-be6c-18afec206c8e/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_search_players
Returns an array of players for given query. Maximum number of returned items is 10 if the more parameter is an empty string. If more is anything else the maximum number of returned items is 100.
200
null
{"players": [{"name": "", "firstName": "", "lastName": "", "slug": "", "shortName": "", "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "tournament": {"name": "", "slug": "", "category": {}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "primaryU...
{"properties": {"players": {"type": "array", "items": {"required": ["name", "team"], "properties": {"name": {"title": "Player name.", "type": "string"}, "firstName": {"title": "Player first name.", "type": ["string", "null"]}, "lastName": {"title": "Player last name.", "type": ["string", "null"]}, "slug": {"title": "Pl...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/c59e9402-d105-438d-a3a3-1b833e1f7005/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_players
Returns players who play for given team. Also, returns two sublists: national and foreign players.
200
null
{"players": [{"player": {"name": "", "firstName": "", "lastName": "", "slug": "", "shortName": "", "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "tournament": {}, "primaryUniqueTournament": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, ...
{"required": ["players", "foreignPlayers"], "properties": {"players": {"type": "array", "items": {"properties": {"player": {"required": ["name", "team"], "properties": {"name": {"title": "Player name.", "type": "string"}, "firstName": {"title": "Player first name.", "type": ["string", "null"]}, "lastName": {"title": "P...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/e8e3c049-d1c4-471e-affa-49e2ba3fff65/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_roundevents
Get events for uniqueTournament, season and round.
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "hasEventPlayer...
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "st...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/2e5f767b-2e13-473a-8296-45a294582edc/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_team_media
Returns media and highlights of an team.
200
null
{"media": [{"title": "", "subtitle": "", "url": "", "thumbnailUrl": "", "mediaType": 0, "forCountries": [], "doFollow": true, "keyHighlight": true, "id": 0, "createdAtTimestamp": 0, "sourceUrl": ""}]}
{"properties": {"media": {"type": "array", "items": {"properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}, "url": {"type": "string"}, "thumbnailUrl": {"type": ["string", "null"]}, "mediaType": {"type": "integer"}, "forCountries": {"type": ["array", "null"], "items": {"type": "string"}}, "doFollow"...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/30f19bdf-1e5f-4ac4-9f05-ded3fee49cd1/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_seasoninfo
Returns unique tournament information by season, an example unique tournament 17 and season 23776
200
null
{"info": {"goals": 0, "homeTeamWins": 0, "awayTeamWins": 0, "draws": 0, "yellowCards": 0, "redCards": 0, "numberOfRounds": 0, "hostCities": [], "newcomersUpperDivision": [], "newcomersLowerDivision": [], "newcomersOther": [], "numberOfCompetitors": 0, "totalPrizeMoney": 0, "totalPrizeMoneyCurrency": "", "winner": {}, "...
{"properties": {"info": {"properties": {"goals": {"type": ["integer", "null"]}, "homeTeamWins": {"title": "Total number of events which home team has won.", "type": ["integer", "null"]}, "awayTeamWins": {"title": "Total number of events which away team has won.", "type": ["integer", "null"]}, "draws": {"title": "Total ...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/b3496e69-dec5-492a-8d00-0dac9b26d38e/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_esportsgame_playerstatistics
Get player statistics for specific esports game
200
null
{"homeTeamPlayers": [{"assists": 0, "character": {"name": "", "slug": "", "id": 0}, "deaths": 0, "goldEarned": 0, "health": 0, "kills": 0, "level": 0, "minionsKilled": 0, "role": "", "player": {}}], "awayTeamPlayers": [{"assists": 0, "character": {"name": "", "slug": "", "id": 0}, "deaths": 0, "goldEarned": 0, "health"...
{"properties": {"homeTeamPlayers": {"oneOf": [{"type": "array", "items": {"properties": {"assists": {"type": ["integer", "null"]}, "character": {"allOf": [{"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "typ...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/322f5336-ff47-4942-944e-bbf3548c3219/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_standings
Get unique tournament standings for specified season and type (total, home, away).
200
null
{"standings": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "hasPerformanceGraphFeature": true, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true...
{"properties": {"standings": {"type": "array", "items": {"properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "string"}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific cou...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/2fdad285-2a46-4ebc-b154-09cb54e98e3d/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_roundevents_3
Get events for uniqueTournament, season and round.
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "hasEventPlayer...
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"title": "Tournament name.", "type": "string"}, "slug": {"title": "Tournament name slug.", "type": "st...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/78446d42-331c-44ca-94e0-0ddcb578458c/1/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_player_lastyearsummary
Get players last year summary. Additionally, a map of unique tournaments in which the player has played is returned.
200
null
{"summary": [{"type": "", "timestamp": 0, "value": "", "uniqueTournamentId": 0}], "uniqueTournamentsMap": {}}
{"properties": {"summary": {"type": "array", "items": {"properties": {"type": {"type": "string"}, "timestamp": {"type": "integer"}, "value": {"type": ["string", "null"]}, "uniqueTournamentId": {"type": ["integer", "null"]}}, "type": "object"}}, "uniqueTournamentsMap": {"additionalProperties": {"title": "Unique Tourname...
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/3b5afa3b-2984-4c91-9029-f8382d9e4738/0/0
SportAPI
Sofascore is the most powerful sports API for live scores and football scores, results and stats. And not just football – choose from more than 20+ sports, 5000+ leagues and tournaments, millions of events and many esports competitions. Analyze almost any live score and statistics on the planet.
1.6
api_v1_uniquetournament_cuptrees
Returns list of cuptrees for unique tournament and season.
200
null
{"cupTrees": [{"id": 0, "name": "", "currentRound": 0, "rounds": [{"order": 0, "description": "", "blocks": [], "type": 0, "id": 0}], "type": 0}]}
{"properties": {"cupTrees": {"type": "array", "items": {"properties": {"id": {"type": "integer"}, "name": {"type": ["string", "null"]}, "currentRound": {"type": ["integer", "null"]}, "rounds": {"type": "array", "items": {"properties": {"order": {"type": "integer"}, "description": {"type": "string"}, "blocks": {"type": ...