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
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/beb8f41c-c5b4-4431-b456-81c919fbe6ee/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_statistics
Team statistics for teams participating in event. Example ids divided per sport: football: 7828036 basketball: 7932054 ice-hockey: 7863311 handball: 7892350 baseball: 8029999 american-football: 8094790
200
null
{"statistics": {"period": "", "groups": [{"groupName": "", "statisticsItems": [{"name": "", "home": "", "away": "", "compareCode": 0, "statisticsType": "", "valueType": ""}]}]}}
{"properties": {"statistics": {"properties": {"period": {"type": "string"}, "groups": {"type": "array", "items": {"properties": {"groupName": {"type": "string"}, "statisticsItems": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "home": {"type": "string"}, "away": {"type": "string"}, "compareCode": {"type": "integer"}, "statisticsType": {"type": "string"}, "valueType": {"type": "string"}, "homeValue": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}, "awayValue": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}, "homeTotal": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}, "awayTotal": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}}, "type": "object"}}}, "type": "object"}}}, "type": "object"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/6e2ce9d2-6a34-4606-9d78-66eea270cc1a/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_seasongroups
Get unique tournament groups for specified season. A tournament group consists of a tournament id and the group name.
200
null
{"groups": [{"tournamentId": 0, "groupName": ""}]}
{"properties": {"groups": {"type": "array", "items": {"properties": {"tournamentId": {"type": "integer"}, "groupName": {"type": "string"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/19dd7cd3-bd5d-47b9-ac2b-51513a5d0887/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_seasontournaments
Get tournaments in given unique tournament that are present in given season
200
null
{"tournaments": [{"name": "", "slug": "", "category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "tennisPoints": 0, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "competitionType": 0, "firstCupRound": 0, "id": 0, "isLive": true}]}
{"properties": {"tournaments": {"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.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "competitionType": {"title": "Tournament competition type, if exists can be 1 (League) or 2 (Cup).", "type": ["integer", "null"]}, "firstCupRound": {"title": "Tournament first cup round. Used for SofaEditor tournaments.", "description": "If cup starts with 16 teams then this value is 8 (from CupRound::FINAL_SIXTEEN)\nOnly valid if tournament.competitionType is Tournament::COMPETITION_TYPE_CUP.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/89221817-a5f0-44cf-b193-293f7aa3107a/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_teamstreaks
Get team streaks data for event.
200
null
{"general": [{"name": "", "value": "", "team": "", "continued": true}], "head2head": [{"name": "", "value": "", "team": "", "continued": true}]}
{"properties": {"general": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "value": {"type": "string"}, "team": {"type": "string"}, "continued": {"type": ["boolean", "null"]}}, "type": "object"}}, "head2head": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "value": {"type": "string"}, "team": {"type": "string"}, "continued": {"type": ["boolean", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a75bb21e-5776-4eb9-93cc-d42dbf80b52a/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_2
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": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}], "hasNextPage": true}
{"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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}, "hasNextPage": {"type": "boolean"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/b61fa0b8-90e2-4317-9892-80e698230b97/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_1
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, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/ac51b7ff-9eef-482b-8565-1d974c45f0d4/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_1
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": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}], "hasNextPage": true}
{"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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}, "hasNextPage": {"type": "boolean"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/224fcc03-9a51-4609-935b-f53830cc9c8d/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_powerrankings
Returns power rankings rows for specific round
200
null
{"powerRankings": [{"team": {}, "rank": 0, "points": 0, "id": 0}]}
{"properties": {"powerRankings": {"type": "array", "items": {"properties": {"team": {"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}, "rank": {"type": "integer"}, "points": {"type": "integer"}, "id": {"type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/3745704f-ff1d-4986-ac1c-26116fb4af50/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_details
Returns unique tournament details, an example 17
200
null
{"uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "logo": {"md5": "", "id": 0}, "darkLogo": {"md5": "", "id": 0}, "category": {"name": "", "slug": "", "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "tier": 0, "titleHolder": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {"alpha2": "", "name": ""}, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "titleHolderTitles": 0, "mostTitles": 0, "mostTitlesTeams": [{"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {"alpha2": "", "name": ""}, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}], "groundType": "", "numberOfSets": 0, "tennisPoints": 0, "linkedUniqueTournaments": [], "hasStandingsGroups": true, "hasRounds": true, "hasPlayoffSeries": true, "upperDivisions": [], "lowerDivisions": [], "hasDisabledHomeAwayStandings": true, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "shortName": "", "yearOfFoundation": 0, "chairman": "", "owner": "", "numberOfCompetitors": 0, "numberOfDivisions": 0, "periodLength": {"normaltime": 0, "overtime": 0}, "id": 0, "country": {"alpha2": "", "name": ""}, "startDateTimestamp": 0, "endDateTimestamp": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}}
{"properties": {"uniqueTournament": {"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "logo": {"allOf": [{"properties": {"md5": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "darkLogo": {"allOf": [{"properties": {"md5": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "userCount": {"type": "integer"}, "tier": {"title": "Unique tournament tier / division level.", "type": ["integer", "null"]}, "titleHolder": {"title": "Current title holder team.", "allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}]}, "titleHolderTitles": {"title": "Number of titles current title holder has won.", "type": ["integer", "null"]}, "mostTitles": {"title": "Biggest number of titles a team has won in this unique tournament.", "type": ["integer", "null"]}, "mostTitlesTeams": {"title": "Teams which have won biggest number of titles in this unique tournament.", "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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "numberOfSets": {"title": "Number of sets.", "type": ["integer", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "linkedUniqueTournaments": {"title": "Related unique tournaments.", "type": "array", "items": {"description": "**Omitted**"}}, "hasStandingsGroups": {"type": ["boolean", "null"]}, "hasRounds": {"type": ["boolean", "null"]}, "hasPlayoffSeries": {"type": ["boolean", "null"]}, "upperDivisions": {"type": "array", "items": {"description": "**Omitted**"}}, "lowerDivisions": {"type": "array", "items": {"description": "**Omitted**"}}, "hasDisabledHomeAwayStandings": {"type": ["boolean", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "shortName": {"title": "Short name of UT set by admin", "type": ["string", "null"]}, "yearOfFoundation": {"type": ["integer", "null"]}, "chairman": {"type": ["string", "null"]}, "owner": {"type": ["string", "null"]}, "numberOfCompetitors": {"type": ["integer", "null"]}, "numberOfDivisions": {"type": ["integer", "null"]}, "periodLength": {"properties": {"normaltime": {"type": ["integer", "null"]}, "overtime": {"type": ["integer", "null"]}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "startDateTimestamp": {"type": ["integer", "null"]}, "endDateTimestamp": {"type": ["integer", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/e10605c7-dc36-4fb4-be1f-19c5c4088a7e/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_tournamentseasonteams
Get teams that have played in given unique tournament, tournament and season.
200
null
{"teams": [{"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "category": {"name": "", "slug": "", "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {"alpha2": "", "name": ""}, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}]}
{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/b5b6b16a-7b11-4efa-a01c-2307dca15281/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_teamevents
Last 5 events for each team for specified season and type (total, home, away).
200
null
{"tournamentTeamEvents": []}
{"properties": {"tournamentTeamEvents": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/75c8e51f-2c83-41fd-93de-48c2e04959e0/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_seasonshotactions
Get all shot actions by a player for given unique tournament, season and type.
200
null
{"appearances": 0, "shotActions": [{"x": 0, "y": 0, "made": 0, "missed": 0}]}
{"properties": {"appearances": {"type": "integer"}, "shotActions": {"type": "array", "items": {"properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "made": {"type": "integer"}, "missed": {"type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/2ad39219-7c39-462a-91f2-9cdeb59d3fda/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_mmaevents
Gets MMA events for a UniqueTournament (organization)
200
null
{"events": [{"venue": {"city": {"name": ""}, "stadium": {"name": "", "capacity": 0}, "id": 0, "country": {}}, "gender": "", "fightType": "unknown", "weightClass": "atom", "winType": "WP", "tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "country": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "order": 0, "fightState": 0, "finalRound": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}]}
{"properties": {"events": {"type": "array", "items": {"required": ["status", "homeTeam", "awayTeam"], "properties": {"venue": {"allOf": [{"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 entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "gender": {"type": "string"}, "fightType": {"type": "string", "enum": ["unknown", "earlyprelims", "prelims", "maincard"]}, "weightClass": {"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}, "winType": {"type": "string", "enum": ["WP", "RSC", "WO", "ABD", "UD", "MD", "SD", "TD", "RTD", "KO", "TKO", "SUB", "TB", "NC", "DQ", "CNC", "OT"]}, "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 country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "order": {"title": "Order in which fights in the tournament will occur.", "type": "integer"}, "fightState": {"type": "string", "enum": [0, 10, 1, 2, 3, 4, 5, 6]}, "finalRound": {"title": "Round in which the fight ended", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/12e83d8b-d3bd-4916-b42e-d8aa5c92c5da/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_lastratings
To see return values go to sandbox tab and enter: - id: 750 - uniqueTournamentId: 7 - seasonId: 17351
200
null
{"statistics": [{"eventId": 0, "event": {}, "startTimestamp": 0, "rating": 0, "opponent": {}, "isHome": true}]}
{"properties": {"statistics": {"type": "array", "items": {"properties": {"eventId": {"type": "integer"}, "event": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}, "startTimestamp": {"type": "integer"}, "rating": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "opponent": {"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}, "isHome": {"type": "boolean"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/cbb9de63-69a6-4caa-bb00-c1a498737fbe/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_structuredcuptrees
Returns specially structured cup tree data.
200
null
{"cupTrees": [{"id": 0, "name": "", "currentView": 0, "views": [], "thirdPlaceCupBlock": {}}]}
{"properties": {"cupTrees": {"type": "array", "items": {"properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "currentView": {"type": "integer"}, "views": {"title": "incorrect type but needed for OpenApi", "type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "thirdPlaceCupBlock": {"allOf": [{"properties": {"blockId": {"description": "**Omitted**"}, "finished": {"description": "**Omitted**"}, "matchesInRound": {"description": "**Omitted**"}, "order": {"description": "**Omitted**"}, "result": {"description": "**Omitted**"}, "homeTeamScore": {"description": "**Omitted**"}, "awayTeamScore": {"description": "**Omitted**"}, "participants": {"description": "**Omitted**"}, "hasNextRoundLink": {"description": "**Omitted**"}, "eventInProgress": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "events": {"description": "**Omitted**"}, "seriesStartDateTimestamp": {"description": "**Omitted**"}, "automaticProgression": {"description": "**Omitted**"}}, "type": "object"}]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a3cd808a-eefb-4984-949b-d4bd9726407c/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_seasonteams
Get teams that have played in given unique tournament and season.
200
null
{"teams": [{"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}]}
{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d096bc84-3be8-42ca-b977-5d0bbb975aea/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_events_1
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": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}], "hasNextPage": true}
{"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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}, "hasNextPage": {"type": "boolean"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/32d5a6b2-4db6-42a4-8c88-63efbd0676a3/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_penaltyhistory
200
null
{"penalties": [{"event": {}, "outcome": "miss", "zone": "close-left", "id": 0, "x": 0, "y": 0}], "scored": 0, "attempts": 0}
{"properties": {"penalties": {"type": "array", "items": {"properties": {"event": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}, "outcome": {"type": "string", "enum": ["miss", "post", "save", "block", "goal"]}, "zone": {"type": "string", "enum": ["close-left", "close-high-left", "close-right", "close-high-right", "close-high", "left", "high", "right", "low-left", "high-left", "low-centre", "high-centre", "low-right", "high-right"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "x": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "y": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}, "type": "object"}}, "scored": {"type": "integer"}, "attempts": {"type": "integer"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/033446b2-0eb3-48aa-a4d1-770cf07a58fd/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_careerstatistics
Get player career statistics of different types.
200
null
{"statistics": [{"type": "", "id": 0}]}
{"properties": {"statistics": {"oneOf": [{"type": "array", "items": {"properties": {"type": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}, "property": null}, {"type": "array", "items": {"properties": {"battingBallsFaced": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingAverage": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingStrikeRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingCaught": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingFifties": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingFours": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingHighScore": {"type": ["string", "null"]}, "battingHundreds": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingInnings": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingMatches": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingNotOuts": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingRuns": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingSixes": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "battingStumped": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingMatches": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingBalls": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingBBI": {"type": ["string", "null"]}, "bowlingBBM": {"type": ["string", "null"]}, "bowlingAverage": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingStrikeRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingConceded": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingEconomyRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingFiveWickets": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingFourWickets": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingInningsBowled": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingTenWickets": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "bowlingWickets": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "type": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}, "property": null}]}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/28517623-9a48-4fe1-98e9-f29f380a8c2c/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_5
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, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/bf410451-c146-4836-b006-ce8232e4108b/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_transferhistory
Get player's transfer history. An example: 136710
200
null
{"transferHistory": [{"player": {}, "transferFrom": {}, "transferTo": {}, "fromTeamName": "", "toTeamName": "", "type": 1, "transferFee": 0, "transferFeeDescription": "", "round": 0, "pick": 0, "id": 0, "transferDateTimestamp": 0, "transferFeeRaw": {"value": 0, "currency": ""}}]}
{"properties": {"transferHistory": {"type": "array", "items": {"properties": {"player": {"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "position": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "cricketPlayerInfo": {"description": "**Omitted**"}}, "type": "object"}, "transferFrom": {"title": "Transfer from team.", "allOf": [{"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}]}, "transferTo": {"title": "Transfer to team.", "allOf": [{"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}]}, "fromTeamName": {"type": ["string", "null"]}, "toTeamName": {"type": ["string", "null"]}, "type": {"allOf": [{"type": "string", "enum": [1, 2, 3, 4, 5, 6, 7]}]}, "transferFee": {"type": ["integer", "null"]}, "transferFeeDescription": {"type": ["string", "null"]}, "round": {"type": ["integer", "null"]}, "pick": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "transferDateTimestamp": {"type": "integer"}, "transferFeeRaw": {"allOf": [{"properties": {"value": {"type": ["integer", "null"]}, "currency": {"type": ["string", "null"]}}, "type": "object"}]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/4f4461ff-8ecc-4aae-a482-c38bcf018223/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_mainevents
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": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}], "hasNextPage": true}
{"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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}, "hasNextPage": {"type": "boolean"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/b3943155-5388-4850-baa4-06490bb3159d/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_details
Returns the player details. An example: 750
200
null
{"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, "national": true, "type": 0, "id": 0, "country": {"alpha2": "", "name": ""}, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "position": "", "jerseyNumber": "", "height": 0, "preferredFoot": "", "marketValue": 0, "retired": true, "userCount": 0, "deceased": true, "gender": "", "id": 0, "country": {"alpha2": "", "name": ""}, "shirtNumber": 0, "dateOfBirthTimestamp": 0, "dateOfDeathTimestamp": 0, "contractUntilTimestamp": 0, "cricketPlayerInfo": "BaLH", "managerId": 0, "proposedMarketValue": 0, "proposedMarketValueRaw": {"value": 0, "currency": ""}}}
{"properties": {"player": {"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": "Player name slug.", "type": "string"}, "shortName": {"type": ["string", "null"]}, "team": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "tournament": {"allOf": [{"properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "uniqueTournament": {"description": "**Omitted**"}, "priority": {"description": "**Omitted**"}, "roundPrefix": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "isLive": {"description": "**Omitted**"}}, "type": "object"}]}, "primaryUniqueTournament": {"allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "country": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}]}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "position": {"type": ["string", "null"]}, "jerseyNumber": {"type": ["string", "null"]}, "height": {"type": ["integer", "null"], "maximum": 240, "minimum": 140}, "preferredFoot": {"type": ["string", "null"]}, "marketValue": {"type": ["integer", "null"]}, "retired": {"type": ["boolean", "null"]}, "userCount": {"type": "integer"}, "deceased": {"type": ["boolean", "null"]}, "gender": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "shirtNumber": {"type": ["integer", "null"]}, "dateOfBirthTimestamp": {"type": ["integer", "null"]}, "dateOfDeathTimestamp": {"type": ["integer", "null"]}, "contractUntilTimestamp": {"type": ["integer", "null"]}, "cricketPlayerInfo": {"allOf": [{"type": "string", "enum": ["BaLH", "BaRH"]}]}, "managerId": {"type": ["integer", "null"]}, "proposedMarketValue": {"type": ["integer", "null"]}, "proposedMarketValueRaw": {"allOf": [{"properties": {"value": {"type": ["integer", "null"]}, "currency": {"type": ["string", "null"]}}, "type": "object"}]}}, "type": "object"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/6e362cb7-fdfb-47ed-8d2c-40f4ee9adc8a/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_uniquetournamentseasonteams
Returns unique tournaments, seasons and teams in which player has played. An example: 331737
200
null
{"uniqueTournamentSeasonTeams": [{"uniqueTournamentId": 0, "uniqueTournamentName": "", "seasonId": 0, "seasonName": "", "teamId": 0, "teamName": ""}]}
{"properties": {"uniqueTournamentSeasonTeams": {"type": "array", "items": {"properties": {"uniqueTournamentId": {"type": "integer"}, "uniqueTournamentName": {"type": "string"}, "seasonId": {"type": "integer"}, "seasonName": {"type": "string"}, "teamId": {"type": "integer"}, "teamName": {"type": "string"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/bbd4f665-6bb1-47f7-b9c8-c78cc4c30ddd/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_uniquestage_seasons
Returns season stages for given UniqueStage.
200
null
{"seasons": [{"uniqueStage": {"category": {}, "name": "", "slug": "", "id": 0}, "description": "", "slug": "", "year": "", "id": 0, "name": "", "startDateTimestamp": 0, "endDateTimestamp": 0}]}
{"properties": {"seasons": {"type": "array", "items": {"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": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "name": {"title": "Unique stage name.", "type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "description": {"type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "year": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "name": {"title": "Alias for getDescription() to align with other entities", "type": "string"}, "startDateTimestamp": {"type": ["integer", "null"]}, "endDateTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/db908de7-9c04-4526-a874-97d7c71e2fc8/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_seasons
Returns seasons of a unique tournament, an example 17
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.", "type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/07ad9d4d-57c4-4677-bb10-8d907968993c/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_media
Returns highlights and media of an unique tournament. An example: 17
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": {"type": "boolean"}, "keyHighlight": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "createdAtTimestamp": {"type": ["integer", "null"]}, "sourceUrl": {"type": "string"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/5345a58d-93c3-4d4d-b222-c78cd316aa08/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_penaltyhistory_1
200
null
{"penalties": [{"event": {}, "outcome": "miss", "zone": "close-left", "id": 0, "x": 0, "y": 0}], "scored": 0, "attempts": 0}
{"properties": {"penalties": {"type": "array", "items": {"properties": {"event": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}, "outcome": {"type": "string", "enum": ["miss", "post", "save", "block", "goal"]}, "zone": {"type": "string", "enum": ["close-left", "close-high-left", "close-right", "close-high-right", "close-high", "left", "high", "right", "low-left", "high-left", "low-centre", "high-centre", "low-right", "high-right"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "x": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "y": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}, "type": "object"}}, "scored": {"type": "integer"}, "attempts": {"type": "integer"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/2ec7303b-8e72-40e8-b22e-95d09c5b9c0c/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_powerrankingrounds
Returns power ranking rounds by unique tournament and season
200
null
{"powerRankingRounds": [{"round": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "id": 0}]}
{"properties": {"powerRankingRounds": {"type": "array", "items": {"properties": {"round": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/7ef7729c-dc9c-4f01-9f02-10468ce6f011/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_media
Returns media for a player.
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": {"type": "boolean"}, "keyHighlight": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "createdAtTimestamp": {"type": ["integer", "null"]}, "sourceUrl": {"type": "string"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/164c9c72-aa0b-498c-b6f8-235e9cc2cc42/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_2
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, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/438d7feb-5feb-4ccd-817b-8935c2d091e4/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_seasonshotactionareas
Get average league percentage for each basketball court area, as well as five p1-p5 ordered percentiles of player shooting percentage in that area.
200
null
{"shotActionAreas": [{"area": 0, "p1": 0, "p2": 0, "p3": 0, "p4": 0, "p5": 0, "average": 0}]}
{"properties": {"shotActionAreas": {"type": "array", "items": {"properties": {"area": {"type": "integer"}, "p1": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "p2": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "p3": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "p4": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "p5": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "average": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/07c64241-4f43-4d5c-9328-cbab90843c18/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_7
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, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/645f3ad0-1f00-4641-8823-3514e10e43a0/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_statistics
Team statistics for teams participating in given game.
200
null
{"homeStatistics": {"bans": [{"name": "", "slug": "", "id": 0}], "chemtechDrakeKills": 0, "cloudDrakeKills": 0, "color": 0, "dragonKills": 0, "elderDrakeKills": 0, "goldEarned": 0, "heraldKilled": true, "hextechDrakeKills": 0, "infernalDrakeKills": 0, "inhibitorKills": 0, "kills": 0, "mountainDrakeKills": 0, "nashorKills": 0, "oceanDrakeKills": 0, "towerKills": 0}, "awayStatistics": {"bans": [{"name": "", "slug": "", "id": 0}], "chemtechDrakeKills": 0, "cloudDrakeKills": 0, "color": 0, "dragonKills": 0, "elderDrakeKills": 0, "goldEarned": 0, "heraldKilled": true, "hextechDrakeKills": 0, "infernalDrakeKills": 0, "inhibitorKills": 0, "kills": 0, "mountainDrakeKills": 0, "nashorKills": 0, "oceanDrakeKills": 0, "towerKills": 0}}
{"properties": {"homeStatistics": {"oneOf": [{"properties": {"bans": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}, "chemtechDrakeKills": {"type": ["integer", "null"]}, "cloudDrakeKills": {"type": ["integer", "null"]}, "color": {"type": ["integer", "null"]}, "dragonKills": {"type": ["integer", "null"]}, "elderDrakeKills": {"type": ["integer", "null"]}, "goldEarned": {"type": ["integer", "null"]}, "heraldKilled": {"type": ["boolean", "null"]}, "hextechDrakeKills": {"type": ["integer", "null"]}, "infernalDrakeKills": {"type": ["integer", "null"]}, "inhibitorKills": {"type": ["integer", "null"]}, "kills": {"type": ["integer", "null"]}, "mountainDrakeKills": {"type": ["integer", "null"]}, "nashorKills": {"type": ["integer", "null"]}, "oceanDrakeKills": {"type": ["integer", "null"]}, "towerKills": {"type": ["integer", "null"]}}, "type": "object"}, {"properties": {"bans": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}, "barracksDestroyed": {"type": ["integer", "null"]}, "barracksRemaining": {"type": ["integer", "null"]}, "faction": {"type": ["integer", "null"]}, "firstBlood": {"type": ["boolean", "null"]}, "kills": {"type": ["integer", "null"]}, "towersDestroyed": {"type": ["integer", "null"]}, "towersRemaining": {"type": ["integer", "null"]}}, "type": "object"}]}, "awayStatistics": {"oneOf": [{"properties": {"bans": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}, "chemtechDrakeKills": {"type": ["integer", "null"]}, "cloudDrakeKills": {"type": ["integer", "null"]}, "color": {"type": ["integer", "null"]}, "dragonKills": {"type": ["integer", "null"]}, "elderDrakeKills": {"type": ["integer", "null"]}, "goldEarned": {"type": ["integer", "null"]}, "heraldKilled": {"type": ["boolean", "null"]}, "hextechDrakeKills": {"type": ["integer", "null"]}, "infernalDrakeKills": {"type": ["integer", "null"]}, "inhibitorKills": {"type": ["integer", "null"]}, "kills": {"type": ["integer", "null"]}, "mountainDrakeKills": {"type": ["integer", "null"]}, "nashorKills": {"type": ["integer", "null"]}, "oceanDrakeKills": {"type": ["integer", "null"]}, "towerKills": {"type": ["integer", "null"]}}, "type": "object"}, {"properties": {"bans": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}, "barracksDestroyed": {"type": ["integer", "null"]}, "barracksRemaining": {"type": ["integer", "null"]}, "faction": {"type": ["integer", "null"]}, "firstBlood": {"type": ["boolean", "null"]}, "kills": {"type": ["integer", "null"]}, "towersDestroyed": {"type": ["integer", "null"]}, "towersRemaining": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/756a3602-3c4c-4805-9ab0-9386e9ef5a17/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_sport_categories
Returns the categories of a sport. An example: football
200
null
{"categories": [{"name": "", "slug": "", "sport": {"id": 0, "slug": "", "name": ""}, "priority": 0, "id": 0, "flag": "", "alpha2": ""}]}
{"properties": {"categories": {"type": "array", "items": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "priority": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/ce707c4f-d577-4eb4-8fac-f2c6a7434274/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_sport_scheduledinverse
Return scheduled events for given sport and date
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": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/c89a3acc-e431-4e8d-a779-032a31bfece6/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_sport_datecategories
Returns the categories of all events played on a particular date alongside with extra info on live events, event player statistics, etc. Timezone offset is in seconds. Example parameters: football, 2019-03-04, -3600
200
null
{"categories": [{"category": {}, "totalEvents": 0, "totalVideos": 0, "totalEventPlayerStatistics": 0, "uniqueTournamentIds": []}]}
{"properties": {"categories": {"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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "totalEvents": {"type": "integer"}, "totalVideos": {"type": ["integer", "null"]}, "totalEventPlayerStatistics": {"type": ["integer", "null"]}, "uniqueTournamentIds": {"type": ["array", "null"], "items": {"type": "integer"}}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a515f76a-76f3-4655-bc9b-2226e770cdc3/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_sport_scheduledodds
Return odds for scheduled events for given sport and date. Please note that the API response is not documented correctly as the format is not supported. The actual value of odds field is a map { event.id(string) => BettingOdds }
200
null
{"odds": [{"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}]}]}
{"properties": {"odds": {"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", "null"]}, "suspended": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "choices": {"type": "array", "items": {"required": ["fractionalValue", "name"], "properties": {"initialFractionalValue": {"type": ["string", "null"]}, "fractionalValue": {"type": ["string", "null"]}, "sourceId": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "winning": {"type": ["boolean", "null"]}, "slipContent": {"type": ["string", "null"]}, "change": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/e81143e6-971a-42a2-bf56-e09dd73199e8/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_sport_tournamentsbysportanddate
Tournaments (for given sport) that have events played on given date.
200
null
{"tournaments": [{"name": "", "slug": "", "category": {}, "uniqueTournament": {}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}]}
{"properties": {"tournaments": {"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.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a36573e7-7293-4130-82d1-9e03fab75945/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_odds_recommendedprematchodds
200
null
{"odds": [{"event": {"tournament": {"name": "", "slug": "", "category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "uniqueTournament": {}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}}, "hasXg": true, "id": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "finalResultOnly": true, "deletedAtTimestamp": 0}, "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}]}]}
{"properties": {"odds": {"type": "array", "items": {"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": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"description": "**Omitted**"}, "inning2": {"description": "**Omitted**"}, "inning3": {"description": "**Omitted**"}, "inning4": {"description": "**Omitted**"}, "inning5": {"description": "**Omitted**"}, "inning6": {"description": "**Omitted**"}, "inning7": {"description": "**Omitted**"}, "inning8": {"description": "**Omitted**"}, "inning9": {"description": "**Omitted**"}, "inning10": {"description": "**Omitted**"}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"description": "**Omitted**"}, "inning2": {"description": "**Omitted**"}, "inning3": {"description": "**Omitted**"}, "inning4": {"description": "**Omitted**"}, "inning5": {"description": "**Omitted**"}, "inning6": {"description": "**Omitted**"}, "inning7": {"description": "**Omitted**"}, "inning8": {"description": "**Omitted**"}, "inning9": {"description": "**Omitted**"}, "inning10": {"description": "**Omitted**"}}, "type": "object"}]}}, "type": "object"}, "hasXg": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "sourceId": {"type": ["integer", "null"]}, "structureType": {"type": "integer"}, "marketId": {"type": "integer"}, "marketName": {"type": "string"}, "choiceGroup": {"type": ["string", "null"]}, "isLive": {"type": "boolean"}, "fid": {"type": ["integer", "null"]}, "suspended": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "choices": {"type": "array", "items": {"required": ["fractionalValue", "name"], "properties": {"initialFractionalValue": {"type": ["string", "null"]}, "fractionalValue": {"type": ["string", "null"]}, "sourceId": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "winning": {"type": ["boolean", "null"]}, "slipContent": {"type": ["string", "null"]}, "change": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/44eab4c9-9f49-468a-80e4-f5797e9a322d/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_odds_toprankedstreaks
Get top 30 highest-ranked Team Streaks for upcoming events.
200
null
{"highValueStreaks": [{"eventTeamStreak": {"team": {}, "type": "", "streakName": "", "value": "", "continued": true, "id": 0, "name": ""}, "bettingOdds": {"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}]}, "choiceName": "", "rank": 0, "event": {}}]}
{"properties": {"highValueStreaks": {"type": "array", "items": {"properties": {"eventTeamStreak": {"properties": {"team": {"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}, "type": {"type": "string"}, "streakName": {"type": "string"}, "value": {"type": "string"}, "continued": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "bettingOdds": {"properties": {"sourceId": {"type": ["integer", "null"]}, "structureType": {"type": "integer"}, "marketId": {"type": "integer"}, "marketName": {"type": "string"}, "choiceGroup": {"type": ["string", "null"]}, "isLive": {"type": "boolean"}, "fid": {"type": ["integer", "null"]}, "suspended": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "choices": {"type": "array", "items": {"required": ["fractionalValue", "name"], "properties": {"initialFractionalValue": {"type": ["string", "null"]}, "fractionalValue": {"type": ["string", "null"]}, "sourceId": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "winning": {"type": ["boolean", "null"]}, "slipContent": {"type": ["string", "null"]}, "change": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}, "choiceName": {"type": "string"}, "rank": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "event": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/1ab9a6a4-695f-466d-ad7c-3334bfd65255/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_odds_topteamstreaks_1
Get top team streaks for provider and sport. Sport is optional and if omitted returns data for all sports.
200
null
{"topTeamStreaks": [{"team": {}, "type": "", "streakName": "", "value": "", "continued": true, "id": 0, "name": ""}]}
{"properties": {"topTeamStreaks": {"type": "array", "items": {"properties": {"team": {"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}, "type": {"type": "string"}, "streakName": {"type": "string"}, "value": {"type": "string"}, "continued": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "name": {"type": "string"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/8bc349eb-623d-4406-9fd8-2f2700e05a83/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_odds_topwinning
Get top winning odds for provider and sport. Sport is optional and if omitted returns odds for all sports.
200
null
{"events": [], "winningOddsMap": [{"fractionalValue": "", "expected": 0, "actual": 0, "id": 0}], "oddsMap": [{"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}]}]}
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}}, "winningOddsMap": {"type": "array", "items": {"properties": {"fractionalValue": {"type": "string"}, "expected": {"type": "integer"}, "actual": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}, "oddsMap": {"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", "null"]}, "suspended": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "choices": {"type": "array", "items": {"required": ["fractionalValue", "name"], "properties": {"initialFractionalValue": {"type": ["string", "null"]}, "fractionalValue": {"type": ["string", "null"]}, "sourceId": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "winning": {"type": ["boolean", "null"]}, "slipContent": {"type": ["string", "null"]}, "change": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/86d62284-7d64-4adc-b7a5-2d300ff23ed3/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_odds_providers
Get all odds providers for country. Example: HR
200
null
{"providers": [{"provider": {"name": "", "slug": "", "defaultBetSlipLink": "", "country": "", "id": 0, "colors": []}, "branded": true, "weight": 0, "featuredOddsType": "", "defaultBetSlipLink": "", "betSlipLink": "", "group": 0, "sort": 0, "type": "", "campaignId": 0, "monetized": true, "fallbackProvider": {"name": "", "slug": "", "defaultBetSlipLink": "", "country": "", "id": 0, "colors": []}, "oddsOffset": 0, "id": 0, "impressionCostEncrypted": ""}]}
{"properties": {"providers": {"type": "array", "items": {"properties": {"provider": {"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "defaultBetSlipLink": {"type": ["string", "null"]}, "oddsFrom": {"allOf": [{"description": "**Omitted**"}]}, "liveOddsFrom": {"allOf": [{"description": "**Omitted**"}]}, "country": {"title": "Null means it's international", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "colors": {"title": "Legacy structure", "type": ["array", "null"], "items": {"type": "string"}}}, "type": "object"}, "branded": {"type": "boolean"}, "weight": {"title": "Percentage of market share.", "type": "integer"}, "featuredOddsType": {"type": "string"}, "defaultBetSlipLink": {"type": ["string", "null"]}, "betSlipLink": {"type": "string"}, "group": {"title": "Group identifier when more than one odds provider is shown at the time.", "type": ["integer", "null"]}, "sort": {"title": "Odds provider position in a group.", "type": ["integer", "null"]}, "type": {"type": "string"}, "campaignId": {"title": "Campaign identifier.", "type": "integer"}, "monetized": {"title": "True if sofa makes money with this campaign, otherwise false.", "description": "There are some default campaigns that earn money by CPM.", "type": "boolean"}, "fallbackProvider": {"allOf": [{"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "defaultBetSlipLink": {"type": ["string", "null"]}, "oddsFrom": {"allOf": [{"description": "**Omitted**"}]}, "liveOddsFrom": {"allOf": [{"description": "**Omitted**"}]}, "country": {"title": "Null means it's international", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "colors": {"title": "Legacy structure", "type": ["array", "null"], "items": {"type": "string"}}}, "type": "object"}]}, "oddsOffset": {"title": "Value used to slightly change odds in country odds provider area for providers that does not provide their own in case provider is part of a group", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "impressionCostEncrypted": {"type": "string"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/7e677b94-3a9c-4e1c-8818-27fcda7fd524/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_1
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, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/615aee07-e1d0-44cd-bd78-3297c1330cc2/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_stage_featuredstages
200
null
{"stages": [{"uniqueStage": {"category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "name": "", "slug": "", "id": 0}, "description": "", "slug": "", "type": {"id": 0, "name": ""}, "status": {"description": "", "type": ""}, "year": "", "id": 0, "country": {"alpha2": "", "name": ""}, "name": "", "info": [], "startDateTimestamp": 0, "endDateTimestamp": 0, "seasonStageName": "", "winner": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {"alpha2": "", "name": ""}, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "flag": "", "stageParent": []}]}
{"properties": {"stages": {"type": "array", "items": {"properties": {"uniqueStage": {"allOf": [{"properties": {"category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "name": {"title": "Unique stage name.", "type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "description": {"type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "type": {"properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "status": {"properties": {"description": {"type": ["string", "null"]}, "type": {"type": ["string", "null"]}}, "type": "object"}, "year": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "name": {"title": "Alias for getDescription() to align with other entities", "type": "string"}, "info": {"oneOf": [{"type": ["array", "null"], "items": {"type": "string"}}, {"type": "array", "items": {"type": "integer"}}]}, "startDateTimestamp": {"type": ["integer", "null"]}, "endDateTimestamp": {"type": ["integer", "null"]}, "seasonStageName": {"type": ["string", "null"]}, "winner": {"allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}]}, "flag": {"type": ["string", "null"]}, "stageParent": {"oneOf": [{"type": ["array", "null"], "items": {"type": "string"}}, {"type": "array", "items": {"type": "integer"}}]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/b1b35f3e-7de1-49da-8edf-6b0058166cc3/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_odds_featuredeventsbytiers
200
null
{"featuredEvents": [{"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, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0}, "hasXg": true, "id": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "finalResultOnly": true, "deletedAtTimestamp": 0}]}
{"required": ["featuredEvents"], "properties": {"featuredEvents": {"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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"description": "**Omitted**"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"description": "**Omitted**"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"description": "**Omitted**"}]}}, "type": "object"}, "hasXg": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "maxItems": 1}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/57cdd2dd-d24e-4362-a4e3-bf6d376e3cc5/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_odds_currentfeaturedevents
200
null
{"featuredEvents": []}
{"properties": {"featuredEvents": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/9e095253-2267-45d8-9e78-314f7225a336/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_rankings_sportsummary_1
200
null
{"rankings": [{"rankingType": {"sport": {"id": 0, "slug": "", "name": ""}, "category": {}, "uniqueTournament": {}, "name": "", "slug": "", "gender": "", "weightClass": "atom", "id": 0, "lastUpdatedTimestamp": 0}, "rankingRows": [{"year": 0, "team": {}, "uniqueTournament": {}, "lastEvent": {}, "name": "", "position": 0, "points": 0, "previousPosition": 0, "bestPosition": 0, "id": 0, "bestPositionTimestamp": 0, "tournamentsPlayed": 0, "previousPoints": 0, "nextWinPoints": 0, "maxPoints": 0, "playingTeams": 0, "totalTeams": 0, "currentTournamentName": ""}]}]}
{"properties": {"rankings": {"type": "array", "items": {"properties": {"rankingType": {"properties": {"sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "category": {"allOf": [{"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "slug": {"type": "string"}, "gender": {"type": ["string", "null"]}, "weightClass": {"allOf": [{"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "lastUpdatedTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "rankingRows": {"type": "array", "items": {"properties": {"year": {"type": ["integer", "null"]}, "team": {"allOf": [{"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}]}, "lastEvent": {"allOf": [{"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "position": {"title": "Contains current position (or ranking), rows are meant to be ordered ASC\nusing this parameter. This parameter can be 0 in some sports, denoting\na champion of the ranking.", "type": "integer"}, "points": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "previousPosition": {"type": ["integer", "null"]}, "bestPosition": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "bestPositionTimestamp": {"type": ["integer", "null"]}, "tournamentsPlayed": {"type": ["integer", "null"]}, "previousPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "nextWinPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "maxPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "playingTeams": {"type": ["integer", "null"]}, "totalTeams": {"type": ["integer", "null"]}, "currentTournamentName": {"type": ["string", "null"]}}, "type": "object"}}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d1fc8808-cc66-47f3-8d94-0e63c758da98/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_odds_tophead2head
Get top 20 head to head results Map keys are event.id from events
200
null
{"events": [], "h2hMap": [{"homeWins": 0, "awayWins": 0, "draws": 0}]}
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}}, "h2hMap": {"type": "array", "items": {"properties": {"homeWins": {"type": "integer"}, "awayWins": {"type": "integer"}, "draws": {"type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/c813d80a-50dd-491a-88a7-60bf99b9ea3e/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_odds_topteamstreaks
Get top team streaks for provider and sport. Sport is optional and if omitted returns data for all sports.
200
null
{"topTeamStreaks": [{"team": {}, "type": "", "streakName": "", "value": "", "continued": true, "id": 0, "name": ""}]}
{"properties": {"topTeamStreaks": {"type": "array", "items": {"properties": {"team": {"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}, "type": {"type": "string"}, "streakName": {"type": "string"}, "value": {"type": "string"}, "continued": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "name": {"type": "string"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/8137a489-c08c-4936-9ab4-08a13f5a3821/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_rankings_uniquetournamentweightclassrankings
Returns rankings that contain a certain team
200
null
{"rankingType": {"sport": {"id": 0, "slug": "", "name": ""}, "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "id": 0, "country": {}, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "name": "", "slug": "", "gender": "", "weightClass": "atom", "id": 0, "lastUpdatedTimestamp": 0}, "rankingRows": [{"year": 0, "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "id": 0, "country": {}, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "lastEvent": {"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, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0}, "hasXg": true, "id": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "finalResultOnly": true, "deletedAtTimestamp": 0}, "name": "", "position": 0, "points": 0, "previousPosition": 0, "bestPosition": 0, "id": 0, "country": {}, "bestPositionTimestamp": 0, "tournamentsPlayed": 0, "previousPoints": 0, "nextWinPoints": 0, "maxPoints": 0, "playingTeams": 0, "totalTeams": 0, "currentTournamentName": ""}]}
{"properties": {"rankingType": {"properties": {"sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "category": {"allOf": [{"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "slug": {"type": "string"}, "gender": {"type": ["string", "null"]}, "weightClass": {"allOf": [{"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "lastUpdatedTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "rankingRows": {"type": "array", "items": {"properties": {"year": {"type": ["integer", "null"]}, "team": {"allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "lastEvent": {"allOf": [{"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": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"description": "**Omitted**"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"description": "**Omitted**"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"description": "**Omitted**"}]}}, "type": "object"}, "hasXg": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "position": {"title": "Contains current position (or ranking), rows are meant to be ordered ASC\nusing this parameter. This parameter can be 0 in some sports, denoting\na champion of the ranking.", "type": "integer"}, "points": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "previousPosition": {"type": ["integer", "null"]}, "bestPosition": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "bestPositionTimestamp": {"type": ["integer", "null"]}, "tournamentsPlayed": {"type": ["integer", "null"]}, "previousPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "nextWinPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "maxPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "playingTeams": {"type": ["integer", "null"]}, "totalTeams": {"type": ["integer", "null"]}, "currentTournamentName": {"type": ["string", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/4eaf7489-d1ee-41ec-acfc-59eab33825ae/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_manager_index
Returns the manager details. An example: 76039
200
null
{"manager": {"name": "", "slug": "", "shortName": "", "sport": {"id": 0, "slug": "", "name": ""}, "teams": [{"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "category": {}, "tournament": {"name": "", "slug": "", "category": {}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "primaryUniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "hasPerformanceGraphFeature": true, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}, "capMaximum": 0, "luxuryTaxThreshold": 0, "signedPlayers": 0, "activeCap": 0, "totalCap": 0, "capSpace": 0}], "preferredFormation": "", "deceased": true, "id": 0, "country": {"alpha2": "", "name": ""}, "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "category": {}, "tournament": {"name": "", "slug": "", "category": {}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "primaryUniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "hasPerformanceGraphFeature": true, "id": 0, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}, "capMaximum": 0, "luxuryTaxThreshold": 0, "signedPlayers": 0, "activeCap": 0, "totalCap": 0, "capSpace": 0}, "formerPlayerId": 0, "nationality": "", "nationalityISO2": "", "performance": {"total": 0, "wins": 0, "draws": 0, "losses": 0, "goalsScored": 0, "goalsConceded": 0, "totalPoints": 0}, "dateOfBirthTimestamp": 0, "dateOfDeathTimestamp": 0}}
{"properties": {"manager": {"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"}, "name": {"type": "string"}}, "type": "object"}, "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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "tournament": {"allOf": [{"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.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"description": "**Omitted**"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}]}, "primaryUniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}, "capMaximum": {"type": ["integer", "null"]}, "luxuryTaxThreshold": {"type": ["integer", "null"]}, "signedPlayers": {"type": ["integer", "null"]}, "activeCap": {"type": ["integer", "null"]}, "totalCap": {"type": ["integer", "null"]}, "capSpace": {"type": ["integer", "null"]}}, "type": "object"}}, "preferredFormation": {"type": ["string", "null"]}, "deceased": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "team": {"allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "tournament": {"allOf": [{"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.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"description": "**Omitted**"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}]}, "primaryUniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}, "capMaximum": {"type": ["integer", "null"]}, "luxuryTaxThreshold": {"type": ["integer", "null"]}, "signedPlayers": {"type": ["integer", "null"]}, "activeCap": {"type": ["integer", "null"]}, "totalCap": {"type": ["integer", "null"]}, "capSpace": {"type": ["integer", "null"]}}, "type": "object"}]}, "formerPlayerId": {"type": ["integer", "null"]}, "nationality": {"type": ["string", "null"]}, "nationalityISO2": {"type": ["string", "null"]}, "performance": {"allOf": [{"properties": {"total": {"type": "integer"}, "wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}, "goalsScored": {"type": "integer"}, "goalsConceded": {"type": "integer"}, "totalPoints": {"type": "integer"}}, "type": "object"}]}, "dateOfBirthTimestamp": {"type": ["integer", "null"]}, "dateOfDeathTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d61429f0-f46b-4c63-9499-9ae3deab72ad/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_odds_tophead2head_1
Get top 20 head to head results Map keys are event.id from events
200
null
{"events": [], "h2hMap": [{"homeWins": 0, "awayWins": 0, "draws": 0}]}
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}}, "h2hMap": {"type": "array", "items": {"properties": {"homeWins": {"type": "integer"}, "awayWins": {"type": "integer"}, "draws": {"type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/71ca3059-2ca5-4731-8351-09e01d210631/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_uniquetournamentssps
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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/e60fab25-4174-4e4f-8243-5b204b2e2d4f/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_suggest
Returns an array of suggestion string for given query. Maximum number of returned items is 10.
200
null
{"suggestions": []}
{"properties": {"suggestions": {"type": "array", "items": {"type": "string"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/2cfc558a-e767-4821-8b15-aa6b9dbb1248/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_teamshotmap
200
null
{"shotmap": [{"x": 0, "y": 0, "made": 0, "missed": 0}]}
{"properties": {"shotmap": {"type": "array", "items": {"properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "made": {"type": "integer"}, "missed": {"type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a3413c6e-5485-45a5-aa84-d476eb5fb6b9/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_performance
200
null
{"events": {"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}, "points": {}}
{"properties": {"events": {"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": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "points": {"additionalProperties": {"type": "integer"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/e0c838ba-4c4b-4243-93f3-d5f4cf032ec7/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_teamheatmap
Get heatmap data for team in event. Points are objects in format { "x" : 4, "y" : 12.5 }
200
null
{"points": {}}
{"properties": {"points": {"additionalProperties": {"type": "number"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/35392140-c3f1-41b8-ae8e-dbc343a84d62/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_allodds
Get all odds for event/provider.
200
null
{"markets": [{"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}]}]}
{"properties": {"markets": {"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", "null"]}, "suspended": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "choices": {"type": "array", "items": {"required": ["fractionalValue", "name"], "properties": {"initialFractionalValue": {"type": ["string", "null"]}, "fractionalValue": {"type": ["string", "null"]}, "sourceId": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "winning": {"type": ["boolean", "null"]}, "slipContent": {"type": ["string", "null"]}, "change": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a3758e6b-2e15-4bef-87c3-e343bf551da5/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_seasonevents
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, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}], "hasNextPage": true}
{"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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}, "hasNextPage": {"type": "boolean"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/ac8a4fce-7373-4f2c-8ab6-dcdd989d9dbc/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_uniquetournamentseditor
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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/23976b7e-c68a-4f75-919a-ce5fb5226001/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_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"}}]}
{"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"}, "player": {"allOf": [{"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"]}, "slug": {"title": "Player name slug.", "type": "string"}, "shortName": {"type": ["string", "null"]}, "position": {"type": ["string", "null"]}, "userCount": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "cricketPlayerInfo": {"allOf": [{"type": "string", "enum": ["BaLH", "BaRH"]}]}}, "type": "object"}]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/376c44a0-4908-4023-b640-c7abde56ba65/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_defaultsuggestions
200
null
{"results": [{"type": "", "entity": {}, "score": 0}]}
{"properties": {"results": {"type": "array", "items": {"properties": {"type": {"type": "string"}, "entity": {"type": "object"}, "score": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/25736e80-2fff-4940-8853-65b0a7ab02f2/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_details
200
null
{"team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "category": {}, "tournament": {}, "primaryUniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "hasPerformanceGraphFeature": true, "id": 0, "country": {}, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "userCount": 0, "manager": {"name": "", "slug": "", "shortName": "", "id": 0, "country": {}}, "teamRankings": [{"year": 0, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "hasPerformanceGraphFeature": true, "id": 0, "country": {}, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "lastEvent": {"tournament": {}, "customId": "", "status": {}, "winnerCode": 0, "homeScore": {}, "awayScore": {}, "hasXg": true, "id": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "finalResultOnly": true, "deletedAtTimestamp": 0}, "name": "", "position": 0, "points": 0, "previousPosition": 0, "bestPosition": 0, "id": 0, "country": {}, "bestPositionTimestamp": 0, "tournamentsPlayed": 0, "previousPoints": 0, "nextWinPoints": 0, "maxPoints": 0, "playingTeams": 0, "totalTeams": 0, "currentTournamentName": ""}], "playerTeamInfo": {"nickname": "", "residence": "", "birthplace": "", "height": 0, "reach": 0, "weight": 0, "fightingStyle": "boxing", "weightClass": "atom", "plays": "left-handed", "turnedPro": "", "prizeCurrent": 0, "prizeTotal": 0, "number": 0, "id": 0, "birthDateTimestamp": 0, "currentUniqueTournamentSinceTimestamp": 0, "prizeCurrentRaw": {"value": 0, "currency": ""}, "prizeTotalRaw": {"value": 0, "currency": ""}, "currentRanking": 0, "currentUniqueTournamentUntilTimestamp": 0}, "venue": {"city": {"name": ""}, "stadium": {"name": "", "capacity": 0}, "id": 0, "country": {}}, "foundationDate": "", "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "fullName": "", "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}, "foundationDateTimestamp": 0, "capMaximum": 0, "luxuryTaxThreshold": 0, "signedPlayers": 0, "activeCap": 0, "totalCap": 0, "capSpace": 0}}
{"properties": {"team": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "tournament": {"allOf": [{"properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "uniqueTournament": {"description": "**Omitted**"}, "priority": {"description": "**Omitted**"}, "roundPrefix": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "isLive": {"description": "**Omitted**"}}, "type": "object"}]}, "primaryUniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "userCount": {"type": "integer"}, "manager": {"allOf": [{"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"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "teamRankings": {"title": "Currently used only in MMA", "type": "array", "items": {"properties": {"year": {"type": ["integer", "null"]}, "team": {"allOf": [{"description": "**Omitted**"}]}, "uniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "lastEvent": {"allOf": [{"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "uniqueTournament": {"description": "**Omitted**"}, "priority": {"description": "**Omitted**"}, "roundPrefix": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "isLive": {"description": "**Omitted**"}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"description": "**Omitted**"}, "description": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"properties": {"current": {"description": "**Omitted**"}, "display": {"description": "**Omitted**"}, "period1": {"description": "**Omitted**"}, "period2": {"description": "**Omitted**"}, "period3": {"description": "**Omitted**"}, "period4": {"description": "**Omitted**"}, "period5": {"description": "**Omitted**"}, "period6": {"description": "**Omitted**"}, "period7": {"description": "**Omitted**"}, "period1TieBreak": {"description": "**Omitted**"}, "period2TieBreak": {"description": "**Omitted**"}, "period3TieBreak": {"description": "**Omitted**"}, "period4TieBreak": {"description": "**Omitted**"}, "period5TieBreak": {"description": "**Omitted**"}, "point": {"description": "**Omitted**"}, "normaltime": {"description": "**Omitted**"}, "extra1": {"description": "**Omitted**"}, "extra2": {"description": "**Omitted**"}, "overtime": {"description": "**Omitted**"}, "penalties": {"description": "**Omitted**"}, "aggregated": {"description": "**Omitted**"}, "series": {"description": "**Omitted**"}, "innings": {"description": "**Omitted**"}}, "type": "object"}, "awayScore": {"properties": {"current": {"description": "**Omitted**"}, "display": {"description": "**Omitted**"}, "period1": {"description": "**Omitted**"}, "period2": {"description": "**Omitted**"}, "period3": {"description": "**Omitted**"}, "period4": {"description": "**Omitted**"}, "period5": {"description": "**Omitted**"}, "period6": {"description": "**Omitted**"}, "period7": {"description": "**Omitted**"}, "period1TieBreak": {"description": "**Omitted**"}, "period2TieBreak": {"description": "**Omitted**"}, "period3TieBreak": {"description": "**Omitted**"}, "period4TieBreak": {"description": "**Omitted**"}, "period5TieBreak": {"description": "**Omitted**"}, "point": {"description": "**Omitted**"}, "normaltime": {"description": "**Omitted**"}, "extra1": {"description": "**Omitted**"}, "extra2": {"description": "**Omitted**"}, "overtime": {"description": "**Omitted**"}, "penalties": {"description": "**Omitted**"}, "aggregated": {"description": "**Omitted**"}, "series": {"description": "**Omitted**"}, "innings": {"description": "**Omitted**"}}, "type": "object"}, "hasXg": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "position": {"title": "Contains current position (or ranking), rows are meant to be ordered ASC\nusing this parameter. This parameter can be 0 in some sports, denoting\na champion of the ranking.", "type": "integer"}, "points": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "previousPosition": {"type": ["integer", "null"]}, "bestPosition": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "bestPositionTimestamp": {"type": ["integer", "null"]}, "tournamentsPlayed": {"type": ["integer", "null"]}, "previousPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "nextWinPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "maxPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "playingTeams": {"type": ["integer", "null"]}, "totalTeams": {"type": ["integer", "null"]}, "currentTournamentName": {"type": ["string", "null"]}}, "type": "object"}}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "residence": {"type": ["string", "null"]}, "birthplace": {"type": ["string", "null"]}, "height": {"title": "Player's height, stored in meters.", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "reach": {"title": "Player's hand reach, stored in meters.", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "weight": {"title": "Player's weight, stored in kilograms.", "type": ["integer", "null"]}, "fightingStyle": {"allOf": [{"type": "string", "enum": ["boxing", "brazilian-jiu-jitsu", "jiu-jitsu", "judo", "karate", "kickboxing", "kung-fu", "taekwondo", "wrestling", "striker", "freestyle", "muay-thai", "mma"]}]}, "weightClass": {"allOf": [{"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}]}, "plays": {"title": "Right or left hand.", "allOf": [{"type": "string", "enum": ["left-handed", "right-handed", "ambidextrous"]}]}, "turnedPro": {"type": ["string", "null"]}, "prizeCurrent": {"title": "Prize money acquired this year by the player, stored in euros.", "type": ["integer", "null"]}, "prizeTotal": {"title": "Total prize money acquired by the player, stored in euros.", "type": ["integer", "null"]}, "number": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "birthDateTimestamp": {"type": ["integer", "null"]}, "currentUniqueTournamentSinceTimestamp": {"type": ["integer", "null"]}, "prizeCurrentRaw": {"allOf": [{"properties": {"value": {"type": ["integer", "null"]}, "currency": {"type": ["string", "null"]}}, "type": "object"}]}, "prizeTotalRaw": {"allOf": [{"properties": {"value": {"type": ["integer", "null"]}, "currency": {"type": ["string", "null"]}}, "type": "object"}]}, "currentRanking": {"type": ["integer", "null"]}, "currentUniqueTournamentUntilTimestamp": {"type": ["integer", "null"]}}, "type": "object"}]}, "venue": {"allOf": [{"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 entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "foundationDate": {"type": ["string", "null"], "format": "date-time"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "fullName": {"type": "string"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}, "foundationDateTimestamp": {"type": ["integer", "null"]}, "capMaximum": {"type": ["integer", "null"]}, "luxuryTaxThreshold": {"type": ["integer", "null"]}, "signedPlayers": {"type": ["integer", "null"]}, "activeCap": {"type": ["integer", "null"]}, "totalCap": {"type": ["integer", "null"]}, "capSpace": {"type": ["integer", "null"]}}, "type": "object"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d59c4f18-1c24-47f5-802b-912cf8244c8c/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_featuredodds
Get featured odds for event/provider. Response featured is a HashMap<string,BettingOdds>, where every key is a value from CountryOddsProvider.featuredOddsType. You need to lookup the key for the provider you selected. Eg. if featuredOddsType was default, you need to use featured.default value as your BettingOdds
200
null
{"featured": {}, "hasMoreOdds": true}
{"properties": {"featured": {"additionalProperties": {"properties": {"sourceId": {"type": ["integer", "null"]}, "structureType": {"type": "integer"}, "marketId": {"type": "integer"}, "marketName": {"type": "string"}, "choiceGroup": {"type": ["string", "null"]}, "isLive": {"type": "boolean"}, "fid": {"type": ["integer", "null"]}, "suspended": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "choices": {"type": "array", "items": {"required": ["fractionalValue", "name"], "properties": {"initialFractionalValue": {"type": ["string", "null"]}, "fractionalValue": {"type": ["string", "null"]}, "sourceId": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "winning": {"type": ["boolean", "null"]}, "slipContent": {"type": ["string", "null"]}, "change": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}}, "hasMoreOdds": {"type": "boolean"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/5120ef10-ad82-4a05-9f1a-bd5096f95145/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_sport_extendedmainevents
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": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/b26c3dc7-9a66-4143-b6c0-247e2b26061b/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_sport_eventslive
Return live events for given sport
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": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d03b34f8-814e-4faf-9120-71871efc3b44/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_sport_scheduledextended
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": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "competitionType": 0, "id": 0, "isLive": true}, "season": {"name": "", "year": "", "seasonCoverageInfo": {}, "id": 0}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "attendance": 0, "venue": {"city": {"name": ""}, "stadium": {"name": "", "capacity": 0}, "id": 0, "country": {}}, "referee": {"name": "", "slug": "", "yellowCards": 0, "redCards": 0, "yellowRedCards": 0, "games": 0, "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "country": {}}, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0, "period1StartTimestamp": 0, "period2StartTimestamp": 0, "extra1StartTimestamp": 0, "extra2StartTimestamp": 0, "penaltiesStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "manOfMatch": {"name": "", "firstName": "", "lastName": "", "slug": "", "shortName": "", "position": "", "userCount": 0, "id": 0, "country": {}, "cricketPlayerInfo": "BaLH"}, "crowdsourcingDataDisplayEnabled": true, "id": 0, "currentPeriodStartTimestamp": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "defaultPeriodCount": 0, "defaultPeriodLength": 0, "lastPeriod": "", "finalResultOnly": true, "hasBet365LiveStream": true, "bet365ExcludedCountryCodes": [], "cupMatchesInRound": 0, "groundType": "", "isAwarded": true, "statusReason": "", "cricketBallProperties": [], "createdByNickname": "", "eventEditorName": "", "deletedAtTimestamp": 0, "fanRatingEvent": true, "seasonStatisticsType": "", "showTotoPromo": true, "awayTeamRanking": 0, "homeTeamRanking": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "competitionType": {"title": "Tournament competition type, if exists can be 1 (League) or 2 (Cup).", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "season": {"allOf": [{"properties": {"name": {"type": "string"}, "year": {"type": "string"}, "seasonCoverageInfo": {"allOf": [{"properties": {"editorCoverageLevel": {"description": "**Omitted**"}}, "type": "object"}]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "attendance": {"type": ["integer", "null"]}, "venue": {"allOf": [{"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 entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "referee": {"allOf": [{"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "yellowCards": {"type": ["integer", "null"]}, "redCards": {"type": ["integer", "null"]}, "yellowRedCards": {"type": ["integer", "null"]}, "games": {"type": ["integer", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}, "period1StartTimestamp": {"type": ["integer", "null"]}, "period2StartTimestamp": {"type": ["integer", "null"]}, "extra1StartTimestamp": {"type": ["integer", "null"]}, "extra2StartTimestamp": {"type": ["integer", "null"]}, "penaltiesStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "manOfMatch": {"allOf": [{"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"]}, "slug": {"title": "Player name slug.", "type": "string"}, "shortName": {"type": ["string", "null"]}, "position": {"type": ["string", "null"]}, "userCount": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "cricketPlayerInfo": {"allOf": [{"type": "string", "enum": ["BaLH", "BaRH"]}]}}, "type": "object"}]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "defaultPeriodCount": {"title": "Return number of normaltime periods", "type": ["integer", "null"]}, "defaultPeriodLength": {"title": "Return normaltime period duration in minutes.", "type": ["integer", "null"]}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "hasBet365LiveStream": {"type": ["boolean", "null"]}, "bet365ExcludedCountryCodes": {"type": ["array", "null"], "items": {"type": "string"}}, "cupMatchesInRound": {"type": ["integer", "null"]}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "statusReason": {"type": ["string", "null"]}, "cricketBallProperties": {"type": ["array", "null"], "items": {"type": "string"}}, "createdByNickname": {"type": ["string", "null"]}, "eventEditorName": {"type": ["string", "null"]}, "deletedAtTimestamp": {"type": ["integer", "null"]}, "fanRatingEvent": {"type": "boolean"}, "seasonStatisticsType": {"type": ["string", "null"]}, "showTotoPromo": {"type": "boolean"}, "awayTeamRanking": {"title": "Returns ranking of a team relevant to this event. This is intended to be parsed and\nstored to show the rankings of those teams at the time of the event.", "type": ["integer", "null"]}, "homeTeamRanking": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/69b3b2e2-b27b-419f-b1de-1748eccc536a/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_sport_livecategories
Returns map which contains category id as key and number of live events in that category as value.
200
null
{"liveCategories": {}}
{"properties": {"liveCategories": {"additionalProperties": {"type": "integer"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/b4fcb2b6-0ea3-4c9d-bab0-29c1d90e0798/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_sport_dailyeventcount
Returns live and total event count by sports for the day. Timezone offset is in seconds.
200
null
{"sportSlug": [{"live": 0, "total": 0}]}
{"properties": {"sportSlug": {"type": "array", "items": {"properties": {"live": {"type": "integer"}, "total": {"type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/8b990516-e288-4de3-9e44-8ddf8176c26e/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_sport_scheduled
Return scheduled events for given sport and date
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": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d686163c-f294-4a35-ab56-12ecf0591eca/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_referee_statistics
Returns the referee statistics for known tournaments. An example: 52662
200
null
{"statistics": [{"uniqueTournament": {}, "appearances": 0, "yellowCards": 0, "redCards": 0, "yellowRedCards": 0, "penalty": 0}]}
{"properties": {"statistics": {"type": "array", "items": {"properties": {"uniqueTournament": {"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}, "appearances": {"type": "integer"}, "yellowCards": {"type": "integer"}, "redCards": {"type": "integer"}, "yellowRedCards": {"type": "integer"}, "penalty": {"type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/31642b47-477c-4fa6-a272-f0db12f1d3f5/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_referee_details
Returns the referee details. An example: 52662
200
null
{"referee": {"name": "", "slug": "", "yellowCards": 0, "redCards": 0, "yellowRedCards": 0, "games": 0, "sport": {"id": 0, "slug": "", "name": ""}, "id": 0, "country": {"alpha2": "", "name": ""}, "dateOfBirthTimestamp": 0, "firstLeagueDebutTimestamp": 0}}
{"properties": {"referee": {"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "yellowCards": {"type": ["integer", "null"]}, "redCards": {"type": ["integer", "null"]}, "yellowRedCards": {"type": ["integer", "null"]}, "games": {"type": ["integer", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "dateOfBirthTimestamp": {"type": ["integer", "null"]}, "firstLeagueDebutTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/1b1c86c3-450c-4930-af64-a194074de526/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_stage_media
Returns the media and highlights of a stage. An example: 73326
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": {"type": "boolean"}, "keyHighlight": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "createdAtTimestamp": {"type": ["integer", "null"]}, "sourceUrl": {"type": "string"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/94aa7893-806c-4d9f-ab70-3d14c9f85a82/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_odds_tophighvaluestreaks
Get top 30 highest-ranked Team Streaks for upcoming events.
200
null
{"general": [{"event": {}, "streak": {"name": "", "team": "", "value": ""}}], "head2head": [{"event": {}, "streak": {"name": "", "team": "", "value": ""}}]}
{"properties": {"general": {"type": "array", "items": {"properties": {"event": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}, "streak": {"properties": {"name": {"type": "string"}, "team": {"type": "string"}, "value": {"type": "string"}}, "type": "object"}}, "type": "object"}}, "head2head": {"type": "array", "items": {"properties": {"event": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}, "streak": {"properties": {"name": {"type": "string"}, "team": {"type": "string"}, "value": {"type": "string"}}, "type": "object"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/1d5f8244-b735-4e65-a0cc-d979b7b1ac91/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_odds_topdropping
Get top dropping odds for provider and sport. Sport is optional and if omitted returns odds for all sports. Actual response sample looks like this (but it can't be generated): json { "events": [...], "oddsMap": { "1234": { //normal DroppingOddsView data "choiceName": "string", "percentage": 0, "odds": {...} }, "5678": {...}, ... } }
200
null
{"events": [], "oddsMap": [{"choiceName": "", "percentage": 0, "odds": {"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}]}}]}
{"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}}, "oddsMap": {"type": "array", "items": {"properties": {"choiceName": {"title": "Choice name with the most drop", "type": "string"}, "percentage": {"title": "Drop percentage", "type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "odds": {"properties": {"sourceId": {"type": ["integer", "null"]}, "structureType": {"type": "integer"}, "marketId": {"type": "integer"}, "marketName": {"type": "string"}, "choiceGroup": {"type": ["string", "null"]}, "isLive": {"type": "boolean"}, "fid": {"type": ["integer", "null"]}, "suspended": {"type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "choices": {"type": "array", "items": {"required": ["fractionalValue", "name"], "properties": {"initialFractionalValue": {"type": ["string", "null"]}, "fractionalValue": {"type": ["string", "null"]}, "sourceId": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "winning": {"type": ["boolean", "null"]}, "slipContent": {"type": ["string", "null"]}, "change": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/26ea630f-fe8b-4395-ba09-2557ea9e8415/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_referee_events
Returns events in which the referee has participated or will participate. An example: 52662
200
null
{"events": [{"tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}], "hasNextPage": true}
{"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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}, "hasNextPage": {"type": "boolean"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/16739f7d-51d7-427b-a972-197f58e178e6/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_transfer_index
Returns the list of transfers with applied filters
200
null
{"transfers": [{"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": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "transferTo": {"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, "losses": 0}}, "fromTeamName": "", "toTeamName": "", "type": 1, "transferFee": 0, "transferFeeDescription": "", "round": 0, "pick": 0, "id": 0, "transferDateTimestamp": 0, "transferFeeRaw": {"value": 0, "currency": ""}}]}
{"properties": {"transfers": {"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"]}, "slug": {"title": "Player name slug.", "type": "string"}, "shortName": {"type": ["string", "null"]}, "position": {"type": ["string", "null"]}, "userCount": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "cricketPlayerInfo": {"allOf": [{"type": "string", "enum": ["BaLH", "BaRH"]}]}}, "type": "object"}, "transferFrom": {"title": "Transfer from team.", "allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}]}, "transferTo": {"title": "Transfer to team.", "allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}]}, "fromTeamName": {"type": ["string", "null"]}, "toTeamName": {"type": ["string", "null"]}, "type": {"allOf": [{"type": "string", "enum": [1, 2, 3, 4, 5, 6, 7]}]}, "transferFee": {"type": ["integer", "null"]}, "transferFeeDescription": {"type": ["string", "null"]}, "round": {"type": ["integer", "null"]}, "pick": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "transferDateTimestamp": {"type": "integer"}, "transferFeeRaw": {"allOf": [{"properties": {"value": {"type": ["integer", "null"]}, "currency": {"type": ["string", "null"]}}, "type": "object"}]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/19be881a-834d-443b-ba27-0e2e4f8f5fd6/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_rankings_weightclassrankings
Returns rankings that contain a certain team
200
null
{"rankings": [{"rankingType": {"sport": {"id": 0, "slug": "", "name": ""}, "category": {}, "uniqueTournament": {}, "name": "", "slug": "", "gender": "", "weightClass": "atom", "id": 0, "lastUpdatedTimestamp": 0}, "rankingRows": [{"year": 0, "team": {}, "uniqueTournament": {}, "lastEvent": {}, "name": "", "position": 0, "points": 0, "previousPosition": 0, "bestPosition": 0, "id": 0, "bestPositionTimestamp": 0, "tournamentsPlayed": 0, "previousPoints": 0, "nextWinPoints": 0, "maxPoints": 0, "playingTeams": 0, "totalTeams": 0, "currentTournamentName": ""}]}]}
{"properties": {"rankings": {"type": "array", "items": {"properties": {"rankingType": {"properties": {"sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "category": {"allOf": [{"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "slug": {"type": "string"}, "gender": {"type": ["string", "null"]}, "weightClass": {"allOf": [{"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "lastUpdatedTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "rankingRows": {"type": "array", "items": {"properties": {"year": {"type": ["integer", "null"]}, "team": {"allOf": [{"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}]}, "lastEvent": {"allOf": [{"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "position": {"title": "Contains current position (or ranking), rows are meant to be ordered ASC\nusing this parameter. This parameter can be 0 in some sports, denoting\na champion of the ranking.", "type": "integer"}, "points": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "previousPosition": {"type": ["integer", "null"]}, "bestPosition": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "bestPositionTimestamp": {"type": ["integer", "null"]}, "tournamentsPlayed": {"type": ["integer", "null"]}, "previousPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "nextWinPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "maxPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "playingTeams": {"type": ["integer", "null"]}, "totalTeams": {"type": ["integer", "null"]}, "currentTournamentName": {"type": ["string", "null"]}}, "type": "object"}}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/56e490e4-2fc4-4ec0-bfff-7b0d93ef7601/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_rankings_rankings
200
null
{"rankingType": {"sport": {"id": 0, "slug": "", "name": ""}, "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "id": 0, "country": {}, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "name": "", "slug": "", "gender": "", "weightClass": "atom", "id": 0, "lastUpdatedTimestamp": 0}, "rankingRows": [{"year": 0, "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "id": 0, "country": {}, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "lastEvent": {"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, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0}, "hasXg": true, "id": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "finalResultOnly": true, "deletedAtTimestamp": 0}, "name": "", "position": 0, "points": 0, "previousPosition": 0, "bestPosition": 0, "id": 0, "country": {}, "bestPositionTimestamp": 0, "tournamentsPlayed": 0, "previousPoints": 0, "nextWinPoints": 0, "maxPoints": 0, "playingTeams": 0, "totalTeams": 0, "currentTournamentName": ""}]}
{"properties": {"rankingType": {"properties": {"sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "category": {"allOf": [{"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "slug": {"type": "string"}, "gender": {"type": ["string", "null"]}, "weightClass": {"allOf": [{"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "lastUpdatedTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "rankingRows": {"type": "array", "items": {"properties": {"year": {"type": ["integer", "null"]}, "team": {"allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "lastEvent": {"allOf": [{"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": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"description": "**Omitted**"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"description": "**Omitted**"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"description": "**Omitted**"}]}}, "type": "object"}, "hasXg": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "position": {"title": "Contains current position (or ranking), rows are meant to be ordered ASC\nusing this parameter. This parameter can be 0 in some sports, denoting\na champion of the ranking.", "type": "integer"}, "points": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "previousPosition": {"type": ["integer", "null"]}, "bestPosition": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "bestPositionTimestamp": {"type": ["integer", "null"]}, "tournamentsPlayed": {"type": ["integer", "null"]}, "previousPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "nextWinPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "maxPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "playingTeams": {"type": ["integer", "null"]}, "totalTeams": {"type": ["integer", "null"]}, "currentTournamentName": {"type": ["string", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/fe8ad490-c131-4af5-ad6a-1fed1a7b4c9a/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_rankings_sportsummary
200
null
{"rankings": [{"rankingType": {"sport": {"id": 0, "slug": "", "name": ""}, "category": {}, "uniqueTournament": {}, "name": "", "slug": "", "gender": "", "weightClass": "atom", "id": 0, "lastUpdatedTimestamp": 0}, "rankingRows": [{"year": 0, "team": {}, "uniqueTournament": {}, "lastEvent": {}, "name": "", "position": 0, "points": 0, "previousPosition": 0, "bestPosition": 0, "id": 0, "bestPositionTimestamp": 0, "tournamentsPlayed": 0, "previousPoints": 0, "nextWinPoints": 0, "maxPoints": 0, "playingTeams": 0, "totalTeams": 0, "currentTournamentName": ""}]}]}
{"properties": {"rankings": {"type": "array", "items": {"properties": {"rankingType": {"properties": {"sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "category": {"allOf": [{"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "slug": {"type": "string"}, "gender": {"type": ["string", "null"]}, "weightClass": {"allOf": [{"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "lastUpdatedTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "rankingRows": {"type": "array", "items": {"properties": {"year": {"type": ["integer", "null"]}, "team": {"allOf": [{"title": "Team", "description": "Represents a sports team.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "gender": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "nameCode": {"description": "**Omitted**"}, "ranking": {"description": "**Omitted**"}, "disabled": {"description": "**Omitted**"}, "national": {"description": "**Omitted**"}, "parentTeam": {"description": "**Omitted**"}, "type": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "teamColors": {"description": "**Omitted**"}, "wdlRecord": {"description": "**Omitted**"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}]}, "lastEvent": {"allOf": [{"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "position": {"title": "Contains current position (or ranking), rows are meant to be ordered ASC\nusing this parameter. This parameter can be 0 in some sports, denoting\na champion of the ranking.", "type": "integer"}, "points": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "previousPosition": {"type": ["integer", "null"]}, "bestPosition": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "bestPositionTimestamp": {"type": ["integer", "null"]}, "tournamentsPlayed": {"type": ["integer", "null"]}, "previousPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "nextWinPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "maxPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "playingTeams": {"type": ["integer", "null"]}, "totalTeams": {"type": ["integer", "null"]}, "currentTournamentName": {"type": ["string", "null"]}}, "type": "object"}}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/f3c187d6-5896-4773-bb8b-f53963eedb7e/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_topplayerspergame
Get top players per game for given unique tournament, season and type
200
null
{"topPlayers": [{"statistic": 0, "player": {}, "event": {}}]}
{"properties": {"topPlayers": {"type": "array", "items": {"properties": {"statistic": {"type": "number", "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "player": {"required": ["name"], "properties": {"name": {"description": "**Omitted**"}, "firstName": {"description": "**Omitted**"}, "lastName": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "shortName": {"description": "**Omitted**"}, "position": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "cricketPlayerInfo": {"description": "**Omitted**"}}, "type": "object"}, "event": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/e2c801a2-862b-4a43-a3a5-45d3bec6e9a9/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_seasonstatisticstypes
Get season statistics types for given unique tournament and season
200
null
{"types": {}}
{"properties": {"types": {"additionalProperties": {"type": "string"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/7d7bc302-a5e4-4e2a-aa6e-d94b069e4b44/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_topteams
Get top teams for given unique tournament, season and type
200
null
{"topTeams": [{"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, "losses": 0}}, "statistics": {"matches": 0, "awardedMatches": 0, "id": 0}}]}
{"properties": {"topTeams": {"type": "array", "items": {"properties": {"team": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "statistics": {"properties": {"matches": {"type": "integer"}, "awardedMatches": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/fb93ee17-e7a4-4108-9512-b502c3b60d26/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_statistics
200
null
{"results": [{"id": 0, "player": {"name": "", "firstName": "", "lastName": "", "slug": "", "shortName": "", "position": "", "userCount": 0, "id": 0, "cricketPlayerInfo": "BaLH"}, "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, "losses": 0}}}], "page": 0, "pages": 0}
{"properties": {"results": {"type": "array", "items": {"properties": {"id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "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"]}, "slug": {"title": "Player name slug.", "type": "string"}, "shortName": {"type": ["string", "null"]}, "position": {"type": ["string", "null"]}, "userCount": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "cricketPlayerInfo": {"allOf": [{"type": "string", "enum": ["BaLH", "BaRH"]}]}}, "type": "object"}, "team": {"allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}]}}, "type": "object"}}, "page": {"type": "integer"}, "pages": {"type": "integer"}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/ffd96c1d-00a1-44cd-9bcc-e23a6a0ee1f3/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_roundevents_4
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, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/962d58ce-156e-4810-8601-6453b54241e9/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_attributeoverviews
Get player attribute overviews together with average attribute overview for his position.
200
null
{"averageAttributeOverviews": [{"attacking": 0, "technical": 0, "tactical": 0, "defending": 0, "creativity": 0, "saves": 0, "anticipation": 0, "ballDistribution": 0, "aerial": 0, "position": "", "yearShift": 0, "id": 0}], "playerAttributeOverviews": [{"attacking": 0, "technical": 0, "tactical": 0, "defending": 0, "creativity": 0, "saves": 0, "anticipation": 0, "ballDistribution": 0, "aerial": 0, "position": "", "yearShift": 0, "id": 0}]}
{"properties": {"averageAttributeOverviews": {"type": "array", "items": {"properties": {"attacking": {"type": ["integer", "null"]}, "technical": {"type": ["integer", "null"]}, "tactical": {"type": ["integer", "null"]}, "defending": {"type": ["integer", "null"]}, "creativity": {"type": ["integer", "null"]}, "saves": {"type": ["integer", "null"]}, "anticipation": {"type": ["integer", "null"]}, "ballDistribution": {"type": ["integer", "null"]}, "aerial": {"type": ["integer", "null"]}, "position": {"type": "string"}, "yearShift": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}, "playerAttributeOverviews": {"type": "array", "items": {"properties": {"attacking": {"type": ["integer", "null"]}, "technical": {"type": ["integer", "null"]}, "tactical": {"type": ["integer", "null"]}, "defending": {"type": ["integer", "null"]}, "creativity": {"type": ["integer", "null"]}, "saves": {"type": ["integer", "null"]}, "anticipation": {"type": ["integer", "null"]}, "ballDistribution": {"type": ["integer", "null"]}, "aerial": {"type": ["integer", "null"]}, "position": {"type": "string"}, "yearShift": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/284894c1-c9fb-4267-96f1-f41b368366cf/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_statisticsseasons
Get uniqueTournament-season pairs if statistics exist for given player.
200
null
{"uniqueTournamentSeasons": [{"uniqueTournament": {}, "seasons": [{"name": "", "year": "", "seasonCoverageInfo": {}, "id": 0}]}], "typesMap": {}}
{"properties": {"uniqueTournamentSeasons": {"type": "array", "items": {"properties": {"uniqueTournament": {"title": "Unique Tournament", "description": "Represents a sports competition.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "primaryColorHex": {"description": "**Omitted**"}, "secondaryColorHex": {"description": "**Omitted**"}, "category": {"description": "**Omitted**"}, "userCount": {"description": "**Omitted**"}, "tennisPoints": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "displayInverseHomeAwayTeams": {"description": "**Omitted**"}, "hasDownDistance": {"description": "**Omitted**"}}, "type": "object"}, "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.", "type": "integer"}}, "type": "object"}}}, "type": "object"}}, "typesMap": {"additionalProperties": {"type": "string"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d8c87fb9-1eb6-43b7-a2a5-9849ae3746e3/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_seasonheatmap
Get player's season heat map. Points are objects in format: { "x" : 4, "y" : 12.5, "count": 2 } An example: - id: 7635 - 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/7fcb0880-d1ca-4d88-994f-71cbdd6fea4e/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_teampositiongraph
200
null
{"graphData": [{"events": [], "week": 0, "position": 0, "timeframeStart": 0, "timeframeEnd": 0}]}
{"properties": {"graphData": {"type": "array", "items": {"properties": {"events": {"type": "array", "items": {"title": "Event", "description": "Represents a sport match.", "required": ["status", "homeTeam", "awayTeam"], "properties": {"tournament": {"description": "**Omitted**"}, "customId": {"description": "**Omitted**"}, "status": {"description": "**Omitted**"}, "winnerCode": {"description": "**Omitted**"}, "homeTeam": {"description": "**Omitted**"}, "awayTeam": {"description": "**Omitted**"}, "homeScore": {"description": "**Omitted**"}, "awayScore": {"description": "**Omitted**"}, "hasXg": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "startTimestamp": {"description": "**Omitted**"}, "endTimestamp": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "finalResultOnly": {"description": "**Omitted**"}, "deletedAtTimestamp": {"description": "**Omitted**"}}, "type": "object"}}, "week": {"type": "integer"}, "position": {"type": "integer"}, "timeframeStart": {"type": "integer"}, "timeframeEnd": {"type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/d2da31c4-bcde-4a67-b9be-1f84e9e4354a/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_mmaevents_2
Gets MMA events for a UniqueTournament (organization)
200
null
{"events": [{"venue": {"city": {"name": ""}, "stadium": {"name": "", "capacity": 0}, "id": 0, "country": {}}, "gender": "", "fightType": "unknown", "weightClass": "atom", "winType": "WP", "tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "country": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "order": 0, "fightState": 0, "finalRound": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}]}
{"properties": {"events": {"type": "array", "items": {"required": ["status", "homeTeam", "awayTeam"], "properties": {"venue": {"allOf": [{"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 entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "gender": {"type": "string"}, "fightType": {"type": "string", "enum": ["unknown", "earlyprelims", "prelims", "maincard"]}, "weightClass": {"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}, "winType": {"type": "string", "enum": ["WP", "RSC", "WO", "ABD", "UD", "MD", "SD", "TD", "RTD", "KO", "TKO", "SUB", "TB", "NC", "DQ", "CNC", "OT"]}, "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 country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "order": {"title": "Order in which fights in the tournament will occur.", "type": "integer"}, "fightState": {"type": "string", "enum": [0, 10, 1, 2, 3, 4, 5, 6]}, "finalRound": {"title": "Round in which the fight ended", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/7bb18ca1-0a6e-4239-9fae-431e6bd9849e/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_mmaevents_1
Gets MMA events for a UniqueTournament (organization)
200
null
{"events": [{"venue": {"city": {"name": ""}, "stadium": {"name": "", "capacity": 0}, "id": 0, "country": {}}, "gender": "", "fightType": "unknown", "weightClass": "atom", "winType": "WP", "tournament": {"name": "", "slug": "", "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "groundType": "", "tennisPoints": 0, "crowdsourcingEnabled": true, "hasPerformanceGraphFeature": true, "id": 0, "country": {}, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "order": 0, "fightState": 0, "finalRound": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 0}]}
{"properties": {"events": {"type": "array", "items": {"required": ["status", "homeTeam", "awayTeam"], "properties": {"venue": {"allOf": [{"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 entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "gender": {"type": "string"}, "fightType": {"type": "string", "enum": ["unknown", "earlyprelims", "prelims", "maincard"]}, "weightClass": {"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}, "winType": {"type": "string", "enum": ["WP", "RSC", "WO", "ABD", "UD", "MD", "SD", "TD", "RTD", "KO", "TKO", "SUB", "TB", "NC", "DQ", "CNC", "OT"]}, "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 country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "order": {"title": "Order in which fights in the tournament will occur.", "type": "integer"}, "fightState": {"type": "string", "enum": [0, 10, 1, 2, 3, 4, 5, 6]}, "finalRound": {"title": "Round in which the fight ended", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/820e4a13-3901-4cc3-8ffb-60f7b78d6390/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_seasonrounds
Get unique 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": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "prefix": {"type": ["string", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/82199151-2783-4a99-8f39-2dab744ed0bb/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_6
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, "hasEventPlayerStatistics": true, "hasBoxScore": true, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "priority": 0, "roundPrefix": "", "id": 0, "isLive": true}, "roundInfo": {"round": 0, "name": "", "slug": "", "cupRoundType": 0}, "customId": "", "status": {"code": 0, "description": "", "type": "notstarted"}, "winnerCode": 0, "aggregatedWinnerCode": 0, "homeTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "playerTeamInfo": {"nickname": "", "id": 0}, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "subTeams": [], "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0, "innings": {}, "inningsBaseball": {"run": 0, "hits": 0, "errors": 0, "score": 0, "wickets": 0, "overs": 0, "runRate": 0, "targetRunRate": 0, "inningDeclare": 0, "powerplay1": 0, "battingPowerplay": 0, "thirdPowerplay": 0}}, "coverage": 0, "time": {"current": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "overtime": 0, "penalties": 0, "played": 0, "periodLength": 0, "overtimeLength": 0, "totalPeriodCount": 0, "injuryTime1": 0, "injuryTime2": 0, "injuryTime3": 0, "injuryTime4": 0, "initial": 0, "max": 0, "extra": 0, "currentPeriodStartTimestamp": 0}, "changes": {"changes": [], "changeTimestamp": 0}, "hasGlobalHighlights": true, "hasXg": true, "hasEventPlayerStatistics": true, "hasEventPlayerHeatMap": true, "detailId": 0, "crowdsourcingDataDisplayEnabled": true, "id": 0, "parentEventId": 0, "previousLegEventId": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "periods": [], "lastPeriod": "", "finalResultOnly": true, "groundType": "", "isAwarded": true, "deletedAtTimestamp": 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": "string"}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "groundType": {"title": "Ground type in tennis.", "type": ["string", "null"]}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "crowdsourcingEnabled": {"title": "Tells if users can post suggests on UT.", "type": "boolean"}, "hasPerformanceGraphFeature": {"title": "Tells if UT has performance graph.", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "hasBoxScore": {"type": ["boolean", "null"]}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "roundInfo": {"properties": {"round": {"type": ["integer", "null"]}, "name": {"type": ["string", "null"]}, "slug": {"type": ["string", "null"]}, "cupRoundType": {"type": ["integer", "null"]}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "aggregatedWinnerCode": {"type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "playerTeamInfo": {"allOf": [{"properties": {"nickname": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "subTeams": {"type": "array", "items": {"description": "**Omitted**"}}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"properties": {"inning1": {"allOf": [{"description": "**Omitted**"}]}, "inning2": {"allOf": [{"description": "**Omitted**"}]}, "inning3": {"allOf": [{"description": "**Omitted**"}]}, "inning4": {"allOf": [{"description": "**Omitted**"}]}, "inning5": {"allOf": [{"description": "**Omitted**"}]}, "inning6": {"allOf": [{"description": "**Omitted**"}]}, "inning7": {"allOf": [{"description": "**Omitted**"}]}, "inning8": {"allOf": [{"description": "**Omitted**"}]}, "inning9": {"allOf": [{"description": "**Omitted**"}]}, "inning10": {"allOf": [{"description": "**Omitted**"}]}}, "type": "object"}]}, "inningsBaseball": {"allOf": [{"properties": {"run": {"type": ["integer", "null"]}, "hits": {"type": ["integer", "null"]}, "errors": {"type": ["integer", "null"]}, "score": {"type": ["integer", "null"]}, "wickets": {"type": ["integer", "null"]}, "overs": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "runRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "targetRunRate": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "inningDeclare": {"type": ["integer", "null"]}, "powerplay1": {"type": ["integer", "null"]}, "battingPowerplay": {"type": ["integer", "null"]}, "thirdPowerplay": {"type": ["integer", "null"]}}, "type": "object"}]}}, "type": "object"}, "coverage": {"title": "-1 - Unknown\n 1 - Best\n 4 - Worst.", "type": ["integer", "null"]}, "time": {"properties": {"current": {"title": "Current time of match.", "type": ["integer", "null"]}, "period1": {"title": "Duration of each period of the match.", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "overtime": {"title": "Overtime.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout time.", "type": ["integer", "null"]}, "played": {"title": "Total game time for sports with clock stopping.", "type": ["integer", "null"]}, "periodLength": {"title": "Normaltime period duration.", "type": ["integer", "null"]}, "overtimeLength": {"title": "Overtime period duration.", "type": ["integer", "null"]}, "totalPeriodCount": {"title": "Normaltime period count.", "type": ["integer", "null"]}, "injuryTime1": {"title": "Injury time duration for every period.", "type": ["integer", "null"]}, "injuryTime2": {"type": ["integer", "null"]}, "injuryTime3": {"type": ["integer", "null"]}, "injuryTime4": {"type": ["integer", "null"]}, "initial": {"title": "Starting time for the current period.", "description": "Exp.: in football for the second half this value will be 45min.", "type": ["integer", "null"]}, "max": {"title": "Maximum time value for the current period.", "description": "Exp.: in football for the second half this value will be 90min.", "type": ["integer", "null"]}, "extra": {"title": "Maximum time value for the current period beyond the 'max'\nExp.: in football this is injury (additional referee added) time.", "type": ["integer", "null"]}, "currentPeriodStartTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "changes": {"properties": {"changes": {"type": ["array", "null"], "items": {"type": "string"}}, "changeTimestamp": {"type": "integer"}}, "type": "object"}, "hasGlobalHighlights": {"type": "boolean"}, "hasXg": {"type": ["boolean", "null"]}, "hasEventPlayerStatistics": {"type": ["boolean", "null"]}, "hasEventPlayerHeatMap": {"type": ["boolean", "null"]}, "detailId": {"title": "0 - A decision on how this game will be covered has not yet been made.", "description": "1 - This game will be covered to the maximum level of detail; all ball events with time stamps and x/y coordinates.\n2 - All ball events are collected by without positional information.\n3 - Provides just data on shots, goals with assists, throwins, freekicks, corners, offside\u2019s, cards & substitutions.\n4 - This game will only have data on start/end of match, team lineups, cards, goals and scores.\n5 - This will only have start and end times, goals and the scorers.\n6 - This game will only have scores information available; the goal scorers will not be included.", "type": ["integer", "null"]}, "crowdsourcingDataDisplayEnabled": {"title": "Tells if crowdsourcing data will be displayed on platforms", "type": "boolean"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "parentEventId": {"type": ["integer", "null"]}, "previousLegEventId": {"type": ["integer", "null"]}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "periods": {"type": ["array", "null"], "items": {"type": "string"}}, "lastPeriod": {"type": ["string", "null"]}, "finalResultOnly": {"type": "boolean"}, "groundType": {"type": ["string", "null"]}, "isAwarded": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/72e45151-1275-44e7-9f8f-e8705f954b88/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_stageseasons
Get a list of stage seasons that the team participates in. An example: 7135
200
null
{"stageSeasons": [{"uniqueStage": {"category": {}, "name": "", "slug": "", "id": 0}, "description": "", "slug": "", "year": "", "id": 0, "name": "", "startDateTimestamp": 0, "endDateTimestamp": 0}]}
{"properties": {"stageSeasons": {"type": "array", "items": {"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": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "name": {"title": "Unique stage name.", "type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "description": {"type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "year": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "name": {"title": "Alias for getDescription() to align with other entities", "type": "string"}, "startDateTimestamp": {"type": ["integer", "null"]}, "endDateTimestamp": {"type": ["integer", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/7125d527-4048-4330-b408-ac75c15d17c0/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_bans
List of characters that team forbid for other team to choose. Order chronologically, separated by team.
200
null
{"homeTeamBans": [{"name": "", "slug": "", "id": 0}], "awayTeamBans": [{"name": "", "slug": "", "id": 0}]}
{"properties": {"homeTeamBans": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}, "awayTeamBans": {"type": "array", "items": {"properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/2042d3fb-1cad-4c9f-b382-20c4122c3b2c/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_stage_substages
200
null
{"stages": [{"uniqueStage": {"category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "name": "", "slug": "", "id": 0}, "description": "", "slug": "", "type": {"id": 0, "name": ""}, "status": {"description": "", "type": ""}, "year": "", "id": 0, "country": {"alpha2": "", "name": ""}, "name": "", "info": [], "startDateTimestamp": 0, "endDateTimestamp": 0, "seasonStageName": "", "winner": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {"alpha2": "", "name": ""}, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "flag": "", "stageParent": []}]}
{"properties": {"stages": {"type": "array", "items": {"properties": {"uniqueStage": {"allOf": [{"properties": {"category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "name": {"title": "Unique stage name.", "type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "description": {"type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "type": {"properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "status": {"properties": {"description": {"type": ["string", "null"]}, "type": {"type": ["string", "null"]}}, "type": "object"}, "year": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "name": {"title": "Alias for getDescription() to align with other entities", "type": "string"}, "info": {"oneOf": [{"type": ["array", "null"], "items": {"type": "string"}}, {"type": "array", "items": {"type": "integer"}}]}, "startDateTimestamp": {"type": ["integer", "null"]}, "endDateTimestamp": {"type": ["integer", "null"]}, "seasonStageName": {"type": ["string", "null"]}, "winner": {"allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}]}, "flag": {"type": ["string", "null"]}, "stageParent": {"oneOf": [{"type": ["array", "null"], "items": {"type": "string"}}, {"type": "array", "items": {"type": "integer"}}]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/843dbaa2-28b0-468b-b62f-9ff9488a1cee/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_rankings_rankings_1
200
null
{"rankingType": {"sport": {"id": 0, "slug": "", "name": ""}, "category": {}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "id": 0, "country": {}, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "name": "", "slug": "", "gender": "", "weightClass": "atom", "id": 0, "lastUpdatedTimestamp": 0}, "rankingRows": [{"year": 0, "team": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "uniqueTournament": {"name": "", "slug": "", "primaryColorHex": "", "secondaryColorHex": "", "category": {}, "userCount": 0, "tennisPoints": 0, "id": 0, "country": {}, "displayInverseHomeAwayTeams": true, "hasDownDistance": true}, "lastEvent": {"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, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "awayTeam": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {}, "teamColors": {}, "wdlRecord": {}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0}, "awayScore": {"current": 0, "display": 0, "period1": 0, "period2": 0, "period3": 0, "period4": 0, "period5": 0, "period6": 0, "period7": 0, "period1TieBreak": 0, "period2TieBreak": 0, "period3TieBreak": 0, "period4TieBreak": 0, "period5TieBreak": 0, "point": "", "normaltime": 0, "extra1": 0, "extra2": 0, "overtime": 0, "penalties": 0, "aggregated": 0, "series": 0}, "hasXg": true, "id": 0, "startTimestamp": 0, "endTimestamp": 0, "slug": "", "finalResultOnly": true, "deletedAtTimestamp": 0}, "name": "", "position": 0, "points": 0, "previousPosition": 0, "bestPosition": 0, "id": 0, "country": {}, "bestPositionTimestamp": 0, "tournamentsPlayed": 0, "previousPoints": 0, "nextWinPoints": 0, "maxPoints": 0, "playingTeams": 0, "totalTeams": 0, "currentTournamentName": ""}]}
{"properties": {"rankingType": {"properties": {"sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "category": {"allOf": [{"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "slug": {"type": "string"}, "gender": {"type": ["string", "null"]}, "weightClass": {"allOf": [{"type": "string", "enum": ["atom", "straw", "fly", "bantam", "feather", "light", "superlight", "welter", "superwelter", "middle", "supermiddle", "lightheavy", "cruiser", "heavy", "superheavy", "openweight", "catch"]}]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "lastUpdatedTimestamp": {"type": ["integer", "null"]}}, "type": "object"}, "rankingRows": {"type": "array", "items": {"properties": {"year": {"type": ["integer", "null"]}, "team": {"allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}]}, "uniqueTournament": {"allOf": [{"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 tournament.", "type": "string"}, "primaryColorHex": {"type": ["string", "null"]}, "secondaryColorHex": {"type": ["string", "null"]}, "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": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "tennisPoints": {"title": "Number of points.", "type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "displayInverseHomeAwayTeams": {"type": "boolean"}, "hasDownDistance": {"type": ["boolean", "null"]}}, "type": "object"}]}, "lastEvent": {"allOf": [{"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": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "sport": {"description": "**Omitted**"}, "id": {"description": "**Omitted**"}, "flag": {"description": "**Omitted**"}, "alpha2": {"description": "**Omitted**"}}, "type": "object"}, "uniqueTournament": {"title": "Tournament belongs to Unique tournament.", "allOf": [{"description": "**Omitted**"}]}, "priority": {"title": "Tournament priority.", "type": "integer"}, "roundPrefix": {"title": "Prefix for round names of all events in the tournament.", "description": "E.g. \"UCL Preliminary Round\" Tournament has round prefix \"Preliminary\".", "type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "isLive": {"title": "Currently used only for MMA tournaments because they have several events (fights) in succession.", "description": "When the first fight in the tournament starts the flag is set to true.\nWhen the last fight in the tournament ends the flag is set back to false.", "type": "boolean"}}, "type": "object"}, "customId": {"type": "string"}, "status": {"required": ["code", "description", "type"], "properties": {"code": {"type": "integer"}, "description": {"type": "string"}, "type": {"type": "string", "enum": ["notstarted", "inprogress", "canceled", "postponed", "finished", "suspended", "willcontinue", "delayed", "interrupted", "unknown", "preliminary", "closed", "notplayed"]}}, "type": "object"}, "winnerCode": {"title": "0 - Undefined\n1 - Home Team\n2 - Away Team\n3 - Draw.", "type": ["integer", "null"]}, "homeTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}, "awayTeam": {"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "teamColors": {"properties": {"primary": {"description": "**Omitted**"}, "secondary": {"description": "**Omitted**"}, "text": {"description": "**Omitted**"}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"description": "**Omitted**"}, "draws": {"description": "**Omitted**"}, "losses": {"description": "**Omitted**"}}, "type": "object"}}, "type": "object"}, "homeScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"description": "**Omitted**"}]}}, "type": "object"}, "awayScore": {"properties": {"current": {"title": "Current score contains final score of the match, including penalties.", "type": ["integer", "null"]}, "display": {"title": "Score displayed to the end user.", "description": "During penalty shootout display score includes normaltime [+ overtime] + penalties, but when it ends it contains score without penalties.", "type": ["integer", "null"]}, "period1": {"title": "Scores for every period of the match.", "description": "Football:\n - period1: 1st half\n - period2: 2nd half\n - overtime: 1st extra + 2nd extra\n\nBasketball:\n - period1..4: quarters\n\nTennis:\n - period1..5: sets, e.g. 6:2", "type": ["integer", "null"]}, "period2": {"type": ["integer", "null"]}, "period3": {"type": ["integer", "null"]}, "period4": {"type": ["integer", "null"]}, "period5": {"type": ["integer", "null"]}, "period6": {"type": ["integer", "null"]}, "period7": {"type": ["integer", "null"]}, "period1TieBreak": {"title": "Tennis tie-break score for every set in the match.", "type": ["integer", "null"]}, "period2TieBreak": {"type": ["integer", "null"]}, "period3TieBreak": {"type": ["integer", "null"]}, "period4TieBreak": {"type": ["integer", "null"]}, "period5TieBreak": {"type": ["integer", "null"]}, "point": {"title": "Points in a game (tennis, volleyball, table-tennis, ...).", "description": "E.g. 40 - 30 in tennis.", "type": ["string", "null"]}, "normaltime": {"title": "Sum of scores from regular periods (non-overtime).", "type": ["integer", "null"]}, "extra1": {"title": "First extra time score.", "type": ["integer", "null"]}, "extra2": {"title": "Second extra time score.", "type": ["integer", "null"]}, "overtime": {"title": "Overtime score.", "description": "May be used for sports with more than two extra periods\nor in case we only need accumulated extra time scores.", "type": ["integer", "null"]}, "penalties": {"title": "Penalty shootout score.", "type": ["integer", "null"]}, "aggregated": {"title": "Aggregated score is the combined number of goals team has scored over two or more games.", "type": ["integer", "null"]}, "series": {"title": "Series score is the number of games team won in a series.", "description": "E.g. In NBA playoff finals 21/22 Celtics - Warriors 4 - 2", "type": ["integer", "null"]}, "innings": {"title": "Innings scores.", "allOf": [{"description": "**Omitted**"}]}}, "type": "object"}, "hasXg": {"type": ["boolean", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "startTimestamp": {"title": "Start timestamp.", "description": "Unix timestamp representing the start time of the event.", "type": "integer"}, "endTimestamp": {"type": ["integer", "null"]}, "slug": {"type": "string"}, "finalResultOnly": {"type": "boolean"}, "deletedAtTimestamp": {"type": ["integer", "null"]}}, "type": "object"}]}, "name": {"type": ["string", "null"]}, "position": {"title": "Contains current position (or ranking), rows are meant to be ordered ASC\nusing this parameter. This parameter can be 0 in some sports, denoting\na champion of the ranking.", "type": "integer"}, "points": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "previousPosition": {"type": ["integer", "null"]}, "bestPosition": {"type": ["integer", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "bestPositionTimestamp": {"type": ["integer", "null"]}, "tournamentsPlayed": {"type": ["integer", "null"]}, "previousPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "nextWinPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "maxPoints": {"type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "playingTeams": {"type": ["integer", "null"]}, "totalTeams": {"type": ["integer", "null"]}, "currentTournamentName": {"type": ["string", "null"]}}, "type": "object"}}}, "type": "object"}
24410c86-5ce2-4b18-adbf-cc0cd1eb1c2c/a10eeb3a-b821-4eed-a37a-1baa80a8ab23/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_stage_substageswithrankings
200
null
{"stages": [{"uniqueStage": {"category": {"name": "", "slug": "", "sport": {}, "id": 0, "flag": "", "alpha2": ""}, "name": "", "slug": "", "id": 0}, "description": "", "slug": "", "type": {"id": 0, "name": ""}, "status": {"description": "", "type": ""}, "year": "", "id": 0, "country": {"alpha2": "", "name": ""}, "name": "", "info": [], "startDateTimestamp": 0, "endDateTimestamp": 0, "seasonStageName": "", "winner": {"name": "", "slug": "", "shortName": "", "gender": "", "sport": {"id": 0, "slug": "", "name": ""}, "userCount": 0, "nameCode": "", "ranking": 0, "disabled": true, "national": true, "type": 0, "id": 0, "country": {"alpha2": "", "name": ""}, "teamColors": {"primary": "", "secondary": "", "text": ""}, "wdlRecord": {"wins": 0, "draws": 0, "losses": 0}}, "flag": "", "stageParent": []}]}
{"properties": {"stages": {"type": "array", "items": {"properties": {"uniqueStage": {"allOf": [{"properties": {"category": {"title": "Category", "description": "Helps in narrowing down a sport to a specific country or discipline.", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"title": "SportEnum", "properties": {"id": {"description": "**Omitted**"}, "slug": {"description": "**Omitted**"}, "name": {"description": "**Omitted**"}}, "type": "object"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": ["string", "null"]}}, "type": "object"}, "name": {"title": "Unique stage name.", "type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}}, "type": "object"}]}, "description": {"type": "string"}, "slug": {"title": "Player name slug.", "type": "string"}, "type": {"properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "type": "object"}, "status": {"properties": {"description": {"type": ["string", "null"]}, "type": {"type": ["string", "null"]}}, "type": "object"}, "year": {"type": ["string", "null"]}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "name": {"title": "Alias for getDescription() to align with other entities", "type": "string"}, "info": {"oneOf": [{"type": ["array", "null"], "items": {"type": "string"}}, {"type": "array", "items": {"type": "integer"}}]}, "startDateTimestamp": {"type": ["integer", "null"]}, "endDateTimestamp": {"type": ["integer", "null"]}, "seasonStageName": {"type": ["string", "null"]}, "winner": {"allOf": [{"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": {"type": ["string", "null"]}, "gender": {"type": ["string", "null"]}, "sport": {"title": "SportEnum", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "userCount": {"type": "integer"}, "nameCode": {"type": ["string", "null"]}, "ranking": {"type": ["integer", "null"]}, "disabled": {"type": ["boolean", "null"]}, "national": {"type": ["boolean", "null"]}, "parentTeam": {"allOf": [{"description": "**Omitted**"}]}, "type": {"type": "integer"}, "id": {"title": "ID.", "description": "Internal ID of the entity.", "type": "integer"}, "country": {"properties": {"alpha2": {"title": "Country alpha2.", "type": ["string", "null"]}, "name": {"type": ["string", "null"]}}, "type": "object"}, "teamColors": {"properties": {"primary": {"type": ["string", "null"]}, "secondary": {"type": ["string", "null"]}, "text": {"type": ["string", "null"]}}, "type": "object"}, "wdlRecord": {"properties": {"wins": {"type": "integer"}, "draws": {"type": "integer"}, "losses": {"type": "integer"}}, "type": "object"}}, "type": "object"}]}, "flag": {"type": ["string", "null"]}, "stageParent": {"oneOf": [{"type": ["array", "null"], "items": {"type": "string"}}, {"type": "array", "items": {"type": "integer"}}]}}, "type": "object"}}}, "type": "object"}