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
7736ded9-7f1e-4b9b-972b-687507572756/3c1a8166-355f-4acb-a52a-d50c1552b8cc/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
HighlightsController_getHighlightById
Retrieve highlight details by highlight id.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/de2f3607-d043-4af0-8d0f-4f1003d6f2dd/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
HighlightsController_getHighlights
Retrieve a list of all highlights.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/de2f3607-d043-4af0-8d0f-4f1003d6f2dd/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
HighlightsController_getHighlights
Retrieve a list of all highlights.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/de2f3607-d043-4af0-8d0f-4f1003d6f2dd/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
HighlightsController_getHighlights
Retrieve a list of all highlights.
200
null
{"data": [{"id": 28, "type": "VERIFIED", "imgUrl": {}, "title": "NBL: Adelaide vs Melbourne United", "description": {}, "url": "https://example.com/highlight/213123safas132e", "match": {"id": 489389, "week": {}, "stage": "Final", "date": "2023-10-01T03:00:00.000Z", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "awayTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "homeTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "league": {"id": 1635, "season": 2023, "name": "NBL", "logo": {}}}}], "pagination": {"totalCount": 490, "offset": 20, "limit": 100}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}, "imgUrl": {"type": "object", "description": "Preview picture of the highlight."}, "title": {"type": "string"}, "description": {"type": "object"}, "url": {"type": "string", "description": "Url location of the video highlight."}, "match": {"type": "object", "properties": {"id": {"type": "number"}, "week": {"type": "object"}, "stage": {"type": "string"}, "date": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "number"}, "season": {"type": "number"}, "name": {"type": "string"}, "logo": {"type": "object"}}, "required": ["id", "season", "name"]}}, "required": ["id", "stage", "date", "country", "awayTeam", "homeTeam", "league"]}}, "required": ["id", "type", "title", "url", "match"]}}, "pagination": {"type": "object", "properties": {"totalCount": {"type": "number", "description": "Available number of items, relevant to the provided query."}, "offset": {"type": "number"}, "limit": {"type": "number"}}, "required": ["totalCount", "offset", "limit"]}}, "required": ["data", "pagination"]}
7736ded9-7f1e-4b9b-972b-687507572756/00118726-9f48-40b3-a30a-7655a6711448/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
TeamsController_getTeams
Retrieve a list of all teams.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/00118726-9f48-40b3-a30a-7655a6711448/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
TeamsController_getTeams
Retrieve a list of all teams.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/00118726-9f48-40b3-a30a-7655a6711448/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
TeamsController_getTeams
Retrieve a list of all teams.
200
null
{"data": [{"id": 7592, "logo": {}, "name": "Adelaide"}], "pagination": {"totalCount": 490, "offset": 20, "limit": 100}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "pagination": {"type": "object", "properties": {"totalCount": {"type": "number", "description": "Available number of items, relevant to the provided query."}, "offset": {"type": "number"}, "limit": {"type": "number"}}, "required": ["totalCount", "offset", "limit"]}}, "required": ["data", "pagination"]}
7736ded9-7f1e-4b9b-972b-687507572756/f23e4568-e17b-4513-a700-f23665f9d7f1/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
LeaguesController_getLeagueById
Retrieve league details by league id.
200
null
[{"id": 1635, "logo": {}, "name": "NBL", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "seasons": [{"season": 2023}]}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}, "seasons": {"type": "array", "items": {"type": "object", "properties": {"season": {"type": "number"}}, "required": ["season"]}}}, "required": ["id", "name", "country", "seasons"]}}
7736ded9-7f1e-4b9b-972b-687507572756/f23e4568-e17b-4513-a700-f23665f9d7f1/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
LeaguesController_getLeagueById
Retrieve league details by league id.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/f23e4568-e17b-4513-a700-f23665f9d7f1/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
LeaguesController_getLeagueById
Retrieve league details by league id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/72961ab3-ce35-4d0f-a22b-c631d26b474b/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
LeaguesController_getLeagues
Retrieve a list of all leagues.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/72961ab3-ce35-4d0f-a22b-c631d26b474b/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
LeaguesController_getLeagues
Retrieve a list of all leagues.
200
null
{"data": [{"id": 1635, "logo": {}, "name": "NBL", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "seasons": [{"season": 2023}]}], "pagination": {"totalCount": 490, "offset": 20, "limit": 100}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}, "seasons": {"type": "array", "items": {"type": "object", "properties": {"season": {"type": "number"}}, "required": ["season"]}}}, "required": ["id", "name", "country", "seasons"]}}, "pagination": {"type": "object", "properties": {"totalCount": {"type": "number", "description": "Available number of items, relevant to the provided query."}, "offset": {"type": "number"}, "limit": {"type": "number"}}, "required": ["totalCount", "offset", "limit"]}}, "required": ["data", "pagination"]}
7736ded9-7f1e-4b9b-972b-687507572756/72961ab3-ce35-4d0f-a22b-c631d26b474b/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
LeaguesController_getLeagues
Retrieve a list of all leagues.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/bec69e50-bc7f-4e9a-a923-316a1d3087dc/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
TeamsController_getTeamById
Retrieve team details by team id.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/bec69e50-bc7f-4e9a-a923-316a1d3087dc/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
TeamsController_getTeamById
Retrieve team details by team id.
200
null
[{"id": 7592, "logo": {}, "name": "Adelaide"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}}
7736ded9-7f1e-4b9b-972b-687507572756/bec69e50-bc7f-4e9a-a923-316a1d3087dc/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
TeamsController_getTeamById
Retrieve team details by team id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/5cf24904-f0ef-47c0-b470-d89ef9a7a47d/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
MatchesController_getMatchById
Retrieve match details by match id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/5cf24904-f0ef-47c0-b470-d89ef9a7a47d/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
MatchesController_getMatchById
Retrieve match details by match id.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/5cf24904-f0ef-47c0-b470-d89ef9a7a47d/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
MatchesController_getMatchById
Retrieve match details by match id.
200
null
[{"id": 489389, "week": {}, "stage": "Final", "date": "2023-10-01T03:00:00.000Z", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "awayTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "homeTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "league": {"id": 1635, "season": 2023, "name": "NBL", "logo": {}}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "week": {"type": "object"}, "stage": {"type": "string"}, "date": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "number"}, "season": {"type": "number"}, "name": {"type": "string"}, "logo": {"type": "object"}}, "required": ["id", "season", "name"]}}, "required": ["id", "stage", "date", "country", "awayTeam", "homeTeam", "league"]}}
7736ded9-7f1e-4b9b-972b-687507572756/aaf2c028-1e5c-4884-82f4-4a0fa8168f13/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
MatchesController_getMatches
Retrieve a list of all matches. At least one parameter has to be specified.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/aaf2c028-1e5c-4884-82f4-4a0fa8168f13/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
MatchesController_getMatches
Retrieve a list of all matches. At least one parameter has to be specified.
200
null
{"data": [{"id": 489389, "week": {}, "stage": "Final", "date": "2023-10-01T03:00:00.000Z", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "awayTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "homeTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "league": {"id": 1635, "season": 2023, "name": "NBL", "logo": {}}}], "pagination": {"totalCount": 490, "offset": 20, "limit": 100}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "week": {"type": "object"}, "stage": {"type": "string"}, "date": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "number"}, "season": {"type": "number"}, "name": {"type": "string"}, "logo": {"type": "object"}}, "required": ["id", "season", "name"]}}, "required": ["id", "stage", "date", "country", "awayTeam", "homeTeam", "league"]}}, "pagination": {"type": "object", "properties": {"totalCount": {"type": "number", "description": "Available number of items, relevant to the provided query."}, "offset": {"type": "number"}, "limit": {"type": "number"}}, "required": ["totalCount", "offset", "limit"]}}, "required": ["data", "pagination"]}
7736ded9-7f1e-4b9b-972b-687507572756/aaf2c028-1e5c-4884-82f4-4a0fa8168f13/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
MatchesController_getMatches
Retrieve a list of all matches. At least one parameter has to be specified.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
f2997415-33ae-4cc5-9f3f-223bd3d12921/ba768b6a-bac4-43cb-91ca-750befdf0e23/0/0
F1 Live Motorsport Data
Formula 1 data for the ultimate motorsport fanatic!
9.3
Session
Provides session details for a given session id found in the Races endpoint. Contains information on drivers times, session weather, speed traps, and session status. Updated throughout each session.
200
Response
{"meta": {"description": "British Grand Prix - 70th Anniversary, Race, 2020", "fields": {"drivers_array": {"comments": "String - updated post session, may contain info on retirement pr penalities etc.", "current_lap": "Integer - laps completed", "current_tyre": "String - available in qualifying sessions and race only", "did_not_start": "Integer - 1 or 0; whether driver started race or not", "disqualified": "Integer - 1 or 0; whether driver was disqualified or not", "gap": "String - gap to driver in lead; leader will be blank", "id": "Integer - unique driver id", "interval": "String - gap to driver in front; race only", "last_update": "Timestamp - ISO UTC Format 2020-08-09T13:10:00+00:00", "name": "String", "position": "Integer", "retired": "Integer - 1 or 0; whether driver retired from race", "stops": "Integer - number of pits; only relevant to race, consider displaying current_lap value in non-race sessions", "team_id": "Integer - unique team id", "team_name": "String", "time": "String - non-race sessions fastest lap; race last lap"}, "race": {"country": "String - race country", "name": "String - race name", "race_id": "Integer", "season": "Integer - race season", "status": "String - Confirmed,Postponed,Cancelled", "track": "String - race track"}, "session": {"details": {"comments": "Integer", "finished_ts": "String - Indicates when the chequered flag was waived. Blank OR ISO UTC Format Timestamp 2020-08-09T13:10:00+00:00", "laps": "Integer - Number of completed laps in session. In non-race sessions, this value is the highest number of laps completed by a driver in that session", "status": "String - Not Started, In Progress, Podium, Finished", "updated_ts": "Timestamp - ISO UTC Format 2020-08-09T13:10:00+00:00"}, "flag_history_array": {"detail": "String", "flag": "String - NS=Not Started, G=Green, Y=Yellow, R=Red, C=Chequered", "id": "Integer", "session_timer": "String - non-race sessions, countdown; race session elapsed time", "timestamp": "Timestamp - ISO UTC Format 2020-08-09T13:10:00+00:00"}, "general": {"date": "Timestamp - ISO UTC Format 2020-08-09T13:10:00+00:00", "id": "Integer - unique session id", "session_name": "String - Practice 1, Practice 2, Practice 3, Qualifying 1, Qualifying 2, Qualifying 3, Grid, Race, FastestLap"}}, "speed": {"last_update": "Timestamp - ISO UTC Format 2020-08-09T13:10:00+00:00", "note": "Default is null; will be null for Grid and FastestLap files; sessions prior to 2020 season do not associated speed data", "top_speeds": {"drivers_array": {"driver": "String - driver name", "driver_id": "Integer", "position": "Integer - ranking in this sector", "speed": "String", "team_id": "Integer", "team_name": "String"}, "sector": "Integer - sector number"}}, "weather_array": {"air_temp": "String", "conditions": "String", "humidity": "String", "id": "Integer", "pressure": "String", "timestamp": "Timestamp - ISO UTC Format 2020-08-09T13:10:00+00:00", "track_temp": "String", "wind_speed": "String"}}, "title": "Session Feed"}, "results": {"drivers": [{"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "1:19:41.993", "id": 262348, "interval": "", "last_update": "2020-08-09T14:45:01+00:00", "name": "Max Verstappen", "position": 1, "retired": 0, "stops": 2, "team_id": 33121, "team_name": "Red Bull", "time": "1:30.545"}, {"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "11.326", "id": 65527, "interval": "11.326", "last_update": "2020-08-09T14:35:11+00:00", "name": "Lewis Hamilton", "position": 2, "retired": 0, "stops": 2, "team_id": 58685, "team_name": "Mercedes", "time": "1:32.378"}, {"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "19.231", "id": 278857, "interval": "7.905", "last_update": "2020-08-09T14:35:11+00:00", "name": "Valtteri Bottas", "position": 3, "retired": 0, "stops": 2, "team_id": 58685, "team_name": "Mercedes", "time": "1:35.416"}, {"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "29.289", "id": 986827, "interval": "10.058", "last_update": "2020-08-09T14:35:11+00:00", "name": "Charles Leclerc", "position": 4, "retired": 0, "stops": 1, "team_id": 183197, "team_name": "Ferrari", "time": "1:31.841"}, {"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "39.146", "id": 1073722, "interval": "9.857", "last_update": "2020-08-09T14:35:11+00:00", "name": "Alex Albon", "position": 5, "retired": 0, "stops": 2, "team_id": 33121, "team_name": "Red Bull", "time": "1:32.684"}, {"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "42.538", "id": 2262088, "interval": "3.392", "last_update": "2020-08-09T14:35:11+00:00", "name": "Lance Stroll", "position": 6, "retired": 0, "stops": 2, "team_id": 65311, "team_name": "Racing Point", "time": "1:32.515"}, {"comments": "", "current_lap": 52, "current_tyre": "soft-used", "did_not_start": 0, "disqualified": 0, "gap": "55.951", "id": 258763, "interval": "13.413", "last_update": "2020-08-09T14:35:11+00:00", "name": "Nico Hulkenberg", "position": 7, "retired": 0, "stops": 3, "team_id": 65311, "team_name": "Racing Point", "time": "1:30.087"}, {"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "64.773", "id": 307612, "interval": "8.822", "last_update": "2020-08-09T14:35:11+00:00", "name": "Esteban Ocon", "position": 8, "retired": 0, "stops": 1, "team_id": 31205, "team_name": "Renault", "time": "1:32.052"}, {"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "65.544", "id": 1619431, "interval": "0.771", "last_update": "2020-08-09T14:35:11+00:00", "name": "Lando Norris", "position": 9, "retired": 0, "stops": 2, "team_id": 56525, "team_name": "McLaren", "time": "1:30.876"}, {"comments": "", "current_lap": 52, "current_tyre": "medium-new", "did_not_start": 0, "disqualified": 0, "gap": "69.669", "id": 45871, "interval": "4.125", "last_update": "2020-08-09T14:35:11+00:00", "name": "Daniil Kvyat", "position": 10, "retired": 0, "stops": 2, "team_id": 199493, "team_name": "AlphaTauri", "time": "1:30.738"}, {"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "70.642", "id": 2975914, "interval": "0.973", "last_update": "2020-08-09T14:35:11+00:00", "name": "Pierre Gasly", "position": 11, "retired": 0, "stops": 2, "team_id": 199493, "team_name": "AlphaTauri", "time": "1:30.092"}, {"comments": "", "current_lap": 52, "current_tyre": "medium-used", "did_not_start": 0, "disqualified": 0, "gap": "73.370", "id": 96004, "interval": "2.728", "last_update": "2020-08-09T14:35:11+00:00", "name": "Sebastian Vettel", "position": 12, "retired": 0, "stops": 2, "team_id": 183197, "team_name": "Ferrari", "time": "1:30.832"}, {"comments": "", "current_lap": 52, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "74.070", "id": 261679, "interval": "0.700", "last_update": "2020-08-09T14:35:11+00:00", "name": "Carlos Sainz", "position": 13, "retired": 0, "stops": 2, "team_id": 56525, "team_name": "McLaren", "time": "1:30.745"}, {"comments": "", "current_lap": 51, "current_tyre": "medium-used", "did_not_start": 0, "disqualified": 0, "gap": "1 LAP", "id": 175030, "interval": "23.326", "last_update": "2020-08-09T14:35:11+00:00", "name": "Daniel Ricciardo", "position": 14, "retired": 0, "stops": 3, "team_id": 31205, "team_name": "Renault", "time": "1:33.260"}, {"comments": "", "current_lap": 51, "current_tyre": "medium-new", "did_not_start": 0, "disqualified": 0, "gap": "1 LAP", "id": 194182, "interval": "16.393", "last_update": "2020-08-09T14:35:11+00:00", "name": "Kimi Raikkonen", "position": 15, "retired": 0, "stops": 1, "team_id": 71583, "team_name": "Alfa Romeo Racing", "time": "1:33.480"}, {"comments": "", "current_lap": 51, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "1 LAP", "id": 207316, "interval": "2.170", "last_update": "2020-08-09T14:35:11+00:00", "name": "Romain Grosjean", "position": 16, "retired": 0, "stops": 2, "team_id": 143585, "team_name": "Haas", "time": "1:30.793"}, {"comments": "", "current_lap": 51, "current_tyre": "medium-used", "did_not_start": 0, "disqualified": 0, "gap": "1 LAP", "id": 1054273, "interval": "5.800", "last_update": "2020-08-09T14:35:11+00:00", "name": "Antonio Giovinazzi", "position": 17, "retired": 0, "stops": 2, "team_id": 71583, "team_name": "Alfa Romeo Racing", "time": "1:32.130"}, {"comments": "", "current_lap": 51, "current_tyre": "medium-used", "did_not_start": 0, "disqualified": 0, "gap": "1 LAP", "id": 2293954, "interval": "0.882", "last_update": "2020-08-09T14:35:11+00:00", "name": "George Russell", "position": 18, "retired": 0, "stops": 3, "team_id": 163637, "team_name": "Williams", "time": "1:32.224"}, {"comments": "", "current_lap": 51, "current_tyre": "medium-new", "did_not_start": 0, "disqualified": 0, "gap": "1 LAP", "id": 1641904, "interval": "0.607", "last_update": "2020-08-09T14:35:11+00:00", "name": "Nicholas Latifi", "position": 19, "retired": 0, "stops": 3, "team_id": 163637, "team_name": "Williams", "time": "1:32.110"}, {"comments": "Not Classified. Did Not Finish.", "current_lap": 43, "current_tyre": "hard-new", "did_not_start": 0, "disqualified": 0, "gap": "", "id": 37273, "interval": "", "last_update": "2020-08-09T14:45:01+00:00", "name": "Kevin Magnussen", "position": 20, "retired": 1, "stops": 3, "team_id": 143585, "team_name": "Haas", "time": ""}], "race": {"country": "Great Britain", "name": "British Grand Prix - 70th Anniversary", "race_id": 344, "season": "2020", "status": "Complete", "track": "Silverstone"}, "session": {"details": {"comments": "Hamilton scored an additional point for setting the fastest lap of the race. The classification is subject to appeals lodged with the ICA. Magnussen received a 5-second time penalty for leaving the track and rejoining unsafely.", "finished_ts": "2020-08-09T14:32:13+00:00", "laps": 52, "last_update": "2020-08-09T17:25:01+00:00", "status": "Podium"}, "flag_history": [{"detail": "", "flag": "NS", "id": 6291, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:02:18+00:00"}, {"detail": "", "flag": "NS", "id": 6292, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:03:11+00:00"}, {"detail": "", "flag": "NS", "id": 6293, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:04:41+00:00"}, {"detail": "", "flag": "NS", "id": 6294, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:05:10+00:00"}, {"detail": "", "flag": "NS", "id": 6295, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:06:10+00:00"}, {"detail": "", "flag": "NS", "id": 6296, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:07:11+00:00"}, {"detail": "", "flag": "NS", "id": 6297, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:08:11+00:00"}, {"detail": "", "flag": "NS", "id": 6298, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:09:10+00:00"}, {"detail": "", "flag": "NS", "id": 6299, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:10:11+00:00"}, {"detail": "", "flag": "NS", "id": 6300, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:11:12+00:00"}, {"detail": "", "flag": "NS", "id": 6301, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:12:10+00:00"}, {"detail": "", "flag": "NS", "id": 6302, "session_timer": "00:00:00", "timestamp": "2020-08-09T13:13:10+00:00"}, {"detail": "", "flag": "NS", "id": 6303, "session_timer": "00:00:50", "timestamp": "2020-08-09T13:14:10+00:00"}, {"detail": "", "flag": "G", "id": 6304, "session_timer": "00:01:51", "timestamp": "2020-08-09T13:15:11+00:00"}, {"detail": "", "flag": "G", "id": 6305, "session_timer": "00:02:50", "timestamp": "2020-08-09T13:16:10+00:00"}, {"detail": "", "flag": "G", "id": 6306, "session_timer": "00:03:50", "timestamp": "2020-08-09T13:17:10+00:00"}, {"detail": "", "flag": "G", "id": 6307, "session_timer": "00:04:50", "timestamp": "2020-08-09T13:18:10+00:00"}, {"detail": "", "flag": "G", "id": 6308, "session_timer": "00:05:50", "timestamp": "2020-08-09T13:19:10+00:00"}, {"detail": "", "flag": "G", "id": 6309, "session_timer": "00:06:50", "timestamp": "2020-08-09T13:20:10+00:00"}, {"detail": "", "flag": "G", "id": 6310, "session_timer": "00:07:50", "timestamp": "2020-08-09T13:21:10+00:00"}, {"detail": "", "flag": "G", "id": 6311, "session_timer": "00:08:50", "timestamp": "2020-08-09T13:22:10+00:00"}, {"detail": "", "flag": "G", "id": 6312, "session_timer": "00:09:50", "timestamp": "2020-08-09T13:23:10+00:00"}, {"detail": "", "flag": "G", "id": 6313, "session_timer": "00:10:50", "timestamp": "2020-08-09T13:24:10+00:00"}, {"detail": "", "flag": "G", "id": 6314, "session_timer": "00:11:51", "timestamp": "2020-08-09T13:25:11+00:00"}, {"detail": "", "flag": "G", "id": 6315, "session_timer": "00:12:50", "timestamp": "2020-08-09T13:26:10+00:00"}, {"detail": "", "flag": "G", "id": 6316, "session_timer": "00:13:50", "timestamp": "2020-08-09T13:27:10+00:00"}, {"detail": "", "flag": "G", "id": 6317, "session_timer": "00:14:50", "timestamp": "2020-08-09T13:28:10+00:00"}, {"detail": "", "flag": "G", "id": 6318, "session_timer": "00:15:51", "timestamp": "2020-08-09T13:29:11+00:00"}, {"detail": "", "flag": "G", "id": 6319, "session_timer": "00:16:50", "timestamp": "2020-08-09T13:30:10+00:00"}, {"detail": "", "flag": "G", "id": 6320, "session_timer": "00:17:50", "timestamp": "2020-08-09T13:31:10+00:00"}, {"detail": "", "flag": "G", "id": 6321, "session_timer": "00:18:50", "timestamp": "2020-08-09T13:32:10+00:00"}, {"detail": "", "flag": "G", "id": 6322, "session_timer": "00:19:50", "timestamp": "2020-08-09T13:33:11+00:00"}, {"detail": "", "flag": "G", "id": 6323, "session_timer": "00:20:50", "timestamp": "2020-08-09T13:34:10+00:00"}, {"detail": "", "flag": "G", "id": 6324, "session_timer": "00:21:51", "timestamp": "2020-08-09T13:35:11+00:00"}, {"detail": "", "flag": "G", "id": 6325, "session_timer": "00:22:50", "timestamp": "2020-08-09T13:36:10+00:00"}, {"detail": "", "flag": "G", "id": 6326, "session_timer": "00:23:50", "timestamp": "2020-08-09T13:37:10+00:00"}, {"detail": "", "flag": "G", "id": 6327, "session_timer": "00:24:50", "timestamp": "2020-08-09T13:38:10+00:00"}, {"detail": "", "flag": "G", "id": 6328, "session_timer": "00:25:50", "timestamp": "2020-08-09T13:39:10+00:00"}, {"detail": "", "flag": "G", "id": 6329, "session_timer": "00:26:51", "timestamp": "2020-08-09T13:40:11+00:00"}, {"detail": "", "flag": "G", "id": 6330, "session_timer": "00:27:50", "timestamp": "2020-08-09T13:41:10+00:00"}, {"detail": "", "flag": "G", "id": 6331, "session_timer": "00:28:50", "timestamp": "2020-08-09T13:42:10+00:00"}, {"detail": "", "flag": "G", "id": 6332, "session_timer": "00:29:50", "timestamp": "2020-08-09T13:43:10+00:00"}, {"detail": "", "flag": "G", "id": 6333, "session_timer": "00:30:50", "timestamp": "2020-08-09T13:44:10+00:00"}, {"detail": "", "flag": "G", "id": 6334, "session_timer": "00:31:51", "timestamp": "2020-08-09T13:45:11+00:00"}, {"detail": "", "flag": "G", "id": 6335, "session_timer": "00:32:50", "timestamp": "2020-08-09T13:46:10+00:00"}, {"detail": "", "flag": "G", "id": 6336, "session_timer": "00:33:50", "timestamp": "2020-08-09T13:47:10+00:00"}, {"detail": "", "flag": "G", "id": 6337, "session_timer": "00:34:50", "timestamp": "2020-08-09T13:48:11+00:00"}, {"detail": "", "flag": "G", "id": 6338, "session_timer": "00:35:50", "timestamp": "2020-08-09T13:49:10+00:00"}, {"detail": "", "flag": "G", "id": 6339, "session_timer": "00:36:50", "timestamp": "2020-08-09T13:50:10+00:00"}, {"detail": "", "flag": "G", "id": 6340, "session_timer": "00:37:50", "timestamp": "2020-08-09T13:51:10+00:00"}, {"detail": "", "flag": "G", "id": 6341, "session_timer": "00:38:50", "timestamp": "2020-08-09T13:52:10+00:00"}, {"detail": "", "flag": "G", "id": 6342, "session_timer": "00:39:49", "timestamp": "2020-08-09T13:53:10+00:00"}, {"detail": "", "flag": "G", "id": 6343, "session_timer": "00:40:49", "timestamp": "2020-08-09T13:54:10+00:00"}, {"detail": "", "flag": "G", "id": 6344, "session_timer": "00:41:49", "timestamp": "2020-08-09T13:55:11+00:00"}, {"detail": "", "flag": "G", "id": 6345, "session_timer": "00:42:49", "timestamp": "2020-08-09T13:56:10+00:00"}, {"detail": "", "flag": "G", "id": 6346, "session_timer": "00:43:49", "timestamp": "2020-08-09T13:57:10+00:00"}, {"detail": "", "flag": "G", "id": 6347, "session_timer": "00:44:49", "timestamp": "2020-08-09T13:58:10+00:00"}, {"detail": "", "flag": "G", "id": 6348, "session_timer": "00:45:49", "timestamp": "2020-08-09T13:59:10+00:00"}, {"detail": "", "flag": "G", "id": 6349, "session_timer": "00:46:49", "timestamp": "2020-08-09T14:00:10+00:00"}, {"detail": "", "flag": "G", "id": 6350, "session_timer": "00:47:49", "timestamp": "2020-08-09T14:01:10+00:00"}, {"detail": "", "flag": "G", "id": 6351, "session_timer": "00:48:49", "timestamp": "2020-08-09T14:02:10+00:00"}, {"detail": "", "flag": "G", "id": 6352, "session_timer": "00:49:49", "timestamp": "2020-08-09T14:03:10+00:00"}, {"detail": "", "flag": "G", "id": 6353, "session_timer": "00:50:49", "timestamp": "2020-08-09T14:04:11+00:00"}, {"detail": "", "flag": "G", "id": 6354, "session_timer": "00:51:51", "timestamp": "2020-08-09T14:05:12+00:00"}, {"detail": "", "flag": "G", "id": 6355, "session_timer": "00:52:49", "timestamp": "2020-08-09T14:06:10+00:00"}, {"detail": "", "flag": "G", "id": 6356, "session_timer": "00:53:50", "timestamp": "2020-08-09T14:07:11+00:00"}, {"detail": "", "flag": "G", "id": 6357, "session_timer": "00:54:49", "timestamp": "2020-08-09T14:08:10+00:00"}, {"detail": "", "flag": "G", "id": 6358, "session_timer": "00:55:51", "timestamp": "2020-08-09T14:09:11+00:00"}, {"detail": "", "flag": "G", "id": 6359, "session_timer": "00:56:49", "timestamp": "2020-08-09T14:10:10+00:00"}, {"detail": "", "flag": "G", "id": 6360, "session_timer": "00:57:49", "timestamp": "2020-08-09T14:11:10+00:00"}, {"detail": "", "flag": "G", "id": 6361, "session_timer": "00:58:49", "timestamp": "2020-08-09T14:12:10+00:00"}, {"detail": "", "flag": "G", "id": 6362, "session_timer": "00:59:49", "timestamp": "2020-08-09T14:13:10+00:00"}, {"detail": "", "flag": "G", "id": 6363, "session_timer": "01:00:49", "timestamp": "2020-08-09T14:14:10+00:00"}, {"detail": "", "flag": "G", "id": 6364, "session_timer": "01:01:50", "timestamp": "2020-08-09T14:15:11+00:00"}, {"detail": "", "flag": "G", "id": 6365, "session_timer": "01:02:49", "timestamp": "2020-08-09T14:16:10+00:00"}, {"detail": "", "flag": "G", "id": 6366, "session_timer": "01:03:49", "timestamp": "2020-08-09T14:17:10+00:00"}, {"detail": "", "flag": "G", "id": 6367, "session_timer": "01:05:04", "timestamp": "2020-08-09T14:18:25+00:00"}, {"detail": "", "flag": "G", "id": 6368, "session_timer": "01:05:49", "timestamp": "2020-08-09T14:19:10+00:00"}, {"detail": "", "flag": "G", "id": 6369, "session_timer": "01:06:49", "timestamp": "2020-08-09T14:20:10+00:00"}, {"detail": "", "flag": "G", "id": 6370, "session_timer": "01:07:50", "timestamp": "2020-08-09T14:21:12+00:00"}, {"detail": "", "flag": "G", "id": 6371, "session_timer": "01:08:49", "timestamp": "2020-08-09T14:22:10+00:00"}, {"detail": "", "flag": "G", "id": 6372, "session_timer": "01:09:49", "timestamp": "2020-08-09T14:23:10+00:00"}, {"detail": "", "flag": "G", "id": 6373, "session_timer": "01:10:49", "timestamp": "2020-08-09T14:24:10+00:00"}, {"detail": "", "flag": "G", "id": 6374, "session_timer": "01:11:51", "timestamp": "2020-08-09T14:25:12+00:00"}, {"detail": "", "flag": "G", "id": 6375, "session_timer": "01:12:49", "timestamp": "2020-08-09T14:26:10+00:00"}, {"detail": "", "flag": "G", "id": 6376, "session_timer": "01:13:49", "timestamp": "2020-08-09T14:27:10+00:00"}, {"detail": "", "flag": "G", "id": 6377, "session_timer": "01:14:49", "timestamp": "2020-08-09T14:28:10+00:00"}, {"detail": "", "flag": "G", "id": 6378, "session_timer": "01:15:49", "timestamp": "2020-08-09T14:29:10+00:00"}, {"detail": "", "flag": "G", "id": 6379, "session_timer": "01:16:49", "timestamp": "2020-08-09T14:30:10+00:00"}, {"detail": "", "flag": "G", "id": 6380, "session_timer": "01:17:50", "timestamp": "2020-08-09T14:31:11+00:00"}, {"detail": "", "flag": "C", "id": 6381, "session_timer": "01:18:51", "timestamp": "2020-08-09T14:32:12+00:00"}, {"detail": "CHEQUERED FLAG Lap 52", "flag": "C", "id": 6382, "session_timer": "01:19:49", "timestamp": "2020-08-09T14:33:10+00:00"}, {"detail": "CHEQUERED FLAG Lap 52", "flag": "C", "id": 6383, "session_timer": "01:20:50", "timestamp": "2020-08-09T14:34:10+00:00"}, {"detail": "CHEQUERED FLAG Lap 52", "flag": "C", "id": 6384, "session_timer": "01:21:49", "timestamp": "2020-08-09T14:35:11+00:00"}], "general": {"date": "2020-08-09T13:10:00+00:00", "id": 2757, "session_name": "Race"}}, "speed": {"last_update": "2020-08-09T14:35:12+00:00", "top_speeds": [{"drivers": [{"driver": "Carlos Sainz", "driver_id": 261679, "position": 1, "speed": "324 km/h", "team_id": 56525, "team_name": "McLaren"}, {"driver": "Sebastian Vettel", "driver_id": 96004, "position": 2, "speed": "324 km/h", "team_id": 183197, "team_name": "Ferrari"}, {"driver": "Max Verstappen", "driver_id": 262348, "position": 3, "speed": "324 km/h", "team_id": 33121, "team_name": "Red Bull"}, {"driver": "Alex Albon", "driver_id": 1073722, "position": 4, "speed": "322 km/h", "team_id": 33121, "team_name": "Red Bull"}, {"driver": "Romain Grosjean", "driver_id": 207316, "position": 5, "speed": "322 km/h", "team_id": 143585, "team_name": "Haas"}, {"driver": "George Russell", "driver_id": 2293954, "position": 6, "speed": "322 km/h", "team_id": 163637, "team_name": "Williams"}], "sector": "1"}, {"drivers": [{"driver": "Lewis Hamilton", "driver_id": 65527, "position": 1, "speed": "269 km/h", "team_id": 58685, "team_name": "Mercedes"}, {"driver": "Max Verstappen", "driver_id": 262348, "position": 2, "speed": "269 km/h", "team_id": 33121, "team_name": "Red Bull"}, {"driver": "Alex Albon", "driver_id": 1073722, "position": 3, "speed": "266 km/h", "team_id": 33121, "team_name": "Red Bull"}, {"driver": "Lando Norris", "driver_id": 1619431, "position": 4, "speed": "266 km/h", "team_id": 56525, "team_name": "McLaren"}, {"driver": "Valtteri Bottas", "driver_id": 278857, "position": 5, "speed": "265 km/h", "team_id": 58685, "team_name": "Mercedes"}, {"driver": "Pierre Gasly", "driver_id": 2975914, "position": 6, "speed": "265 km/h", "team_id": 199493, "team_name": "AlphaTauri"}], "sector": "2"}, {"drivers": [{"driver": "Max Verstappen", "driver_id": 262348, "position": 1, "speed": "255 km/h", "team_id": 33121, "team_name": "Red Bull"}, {"driver": "Lewis Hamilton", "driver_id": 65527, "position": 2, "speed": "255 km/h", "team_id": 58685, "team_name": "Mercedes"}, {"driver": "Alex Albon", "driver_id": 1073722, "position": 3, "speed": "254 km/h", "team_id": 33121, "team_name": "Red Bull"}, {"driver": "Pierre Gasly", "driver_id": 2975914, "position": 4, "speed": "254 km/h", "team_id": 199493, "team_name": "AlphaTauri"}, {"driver": "Nico Hulkenberg", "driver_id": 258763, "position": 5, "speed": "254 km/h", "team_id": 65311, "team_name": "Racing Point"}, {"driver": "Carlos Sainz", "driver_id": 261679, "position": 6, "speed": "253 km/h", "team_id": 56525, "team_name": "McLaren"}], "sector": "3"}]}, "weather": [{"air_temp": "24.1\u00b0C", "conditions": "Dry", "humidity": "61.9%", "id": 1718, "pressure": "1001.2 mm/Hg", "timestamp": "2020-08-09T13:02:19+00:00", "track_temp": "42\u00b0C", "wind_speed": "14.04 km/h"}, {"air_temp": "24\u00b0C", "conditions": "Dry", "humidity": "61.9%", "id": 1719, "pressure": "1001.2 mm/Hg", "timestamp": "2020-08-09T13:03:12+00:00", "track_temp": "42.3\u00b0C", "wind_speed": "10.8 km/h"}, {"air_temp": "24.2\u00b0C", "conditions": "Dry", "humidity": "61.4%", "id": 1720, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:04:42+00:00", "track_temp": "42.7\u00b0C", "wind_speed": "8.28 km/h"}, {"air_temp": "24.2\u00b0C", "conditions": "Dry", "humidity": "61.4%", "id": 1721, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:05:11+00:00", "track_temp": "42.7\u00b0C", "wind_speed": "8.28 km/h"}, {"air_temp": "24.3\u00b0C", "conditions": "Dry", "humidity": "61.5%", "id": 1722, "pressure": "1001.2 mm/Hg", "timestamp": "2020-08-09T13:06:11+00:00", "track_temp": "42.8\u00b0C", "wind_speed": "8.64 km/h"}, {"air_temp": "24.3\u00b0C", "conditions": "Dry", "humidity": "61.1%", "id": 1723, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:07:12+00:00", "track_temp": "42.7\u00b0C", "wind_speed": "10.44 km/h"}, {"air_temp": "24.4\u00b0C", "conditions": "Dry", "humidity": "61.2%", "id": 1724, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:08:12+00:00", "track_temp": "42.9\u00b0C", "wind_speed": "7.56 km/h"}, {"air_temp": "24.5\u00b0C", "conditions": "Dry", "humidity": "61%", "id": 1725, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:09:11+00:00", "track_temp": "43.3\u00b0C", "wind_speed": "14.76 km/h"}, {"air_temp": "24.2\u00b0C", "conditions": "Dry", "humidity": "61.4%", "id": 1726, "pressure": "1001.2 mm/Hg", "timestamp": "2020-08-09T13:10:12+00:00", "track_temp": "42.9\u00b0C", "wind_speed": "12.6 km/h"}, {"air_temp": "24.2\u00b0C", "conditions": "Dry", "humidity": "61.3%", "id": 1727, "pressure": "1001.2 mm/Hg", "timestamp": "2020-08-09T13:11:13+00:00", "track_temp": "42.7\u00b0C", "wind_speed": "8.28 km/h"}, {"air_temp": "24.2\u00b0C", "conditions": "Dry", "humidity": "61.9%", "id": 1728, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:12:11+00:00", "track_temp": "42.7\u00b0C", "wind_speed": "8.64 km/h"}, {"air_temp": "24.4\u00b0C", "conditions": "Dry", "humidity": "61.1%", "id": 1729, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:13:11+00:00", "track_temp": "42.9\u00b0C", "wind_speed": "12.24 km/h"}, {"air_temp": "24.2\u00b0C", "conditions": "Dry", "humidity": "61.2%", "id": 1730, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:14:11+00:00", "track_temp": "42.9\u00b0C", "wind_speed": "11.52 km/h"}, {"air_temp": "24.2\u00b0C", "conditions": "Dry", "humidity": "61.7%", "id": 1731, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:15:12+00:00", "track_temp": "42\u00b0C", "wind_speed": "11.16 km/h"}, {"air_temp": "24.5\u00b0C", "conditions": "Dry", "humidity": "61.2%", "id": 1732, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:16:11+00:00", "track_temp": "42.6\u00b0C", "wind_speed": "13.32 km/h"}, {"air_temp": "24.9\u00b0C", "conditions": "Dry", "humidity": "59.9%", "id": 1733, "pressure": "1001.2 mm/Hg", "timestamp": "2020-08-09T13:17:11+00:00", "track_temp": "42.8\u00b0C", "wind_speed": "6.84 km/h"}, {"air_temp": "24.9\u00b0C", "conditions": "Dry", "humidity": "59.9%", "id": 1734, "pressure": "1001.1 mm/Hg", "timestamp": "2020-08-09T13:18:11+00:00", "track_temp": "43\u00b0C", "wind_speed": "6.84 km/h"}, {"air_temp": "24.9\u00b0C", "conditions": "Dry", "humidity": "59.4%", "id": 1735, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:19:11+00:00", "track_temp": "43.1\u00b0C", "wind_speed": "7.2 km/h"}, {"air_temp": "24.9\u00b0C", "conditions": "Dry", "humidity": "59.8%", "id": 1736, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:20:11+00:00", "track_temp": "43\u00b0C", "wind_speed": "6.84 km/h"}, {"air_temp": "25\u00b0C", "conditions": "Dry", "humidity": "59.4%", "id": 1737, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:21:11+00:00", "track_temp": "43\u00b0C", "wind_speed": "11.88 km/h"}, {"air_temp": "25.1\u00b0C", "conditions": "Dry", "humidity": "58.7%", "id": 1738, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:22:11+00:00", "track_temp": "43.3\u00b0C", "wind_speed": "8.64 km/h"}, {"air_temp": "25.2\u00b0C", "conditions": "Dry", "humidity": "58.7%", "id": 1739, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:23:11+00:00", "track_temp": "43.1\u00b0C", "wind_speed": "12.6 km/h"}, {"air_temp": "25.1\u00b0C", "conditions": "Dry", "humidity": "58.3%", "id": 1740, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:24:11+00:00", "track_temp": "43.1\u00b0C", "wind_speed": "10.8 km/h"}, {"air_temp": "25.1\u00b0C", "conditions": "Dry", "humidity": "58.4%", "id": 1741, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:25:12+00:00", "track_temp": "43.1\u00b0C", "wind_speed": "10.8 km/h"}, {"air_temp": "25.3\u00b0C", "conditions": "Dry", "humidity": "58.2%", "id": 1742, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:26:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "6.84 km/h"}, {"air_temp": "25.4\u00b0C", "conditions": "Dry", "humidity": "57.8%", "id": 1743, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:27:11+00:00", "track_temp": "43.4\u00b0C", "wind_speed": "8.28 km/h"}, {"air_temp": "25.5\u00b0C", "conditions": "Dry", "humidity": "58.3%", "id": 1744, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:28:11+00:00", "track_temp": "43.8\u00b0C", "wind_speed": "7.56 km/h"}, {"air_temp": "25.4\u00b0C", "conditions": "Dry", "humidity": "58.1%", "id": 1745, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:29:12+00:00", "track_temp": "43.8\u00b0C", "wind_speed": "6.84 km/h"}, {"air_temp": "25.5\u00b0C", "conditions": "Dry", "humidity": "58.5%", "id": 1746, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:30:11+00:00", "track_temp": "44\u00b0C", "wind_speed": "7.56 km/h"}, {"air_temp": "25.7\u00b0C", "conditions": "Dry", "humidity": "57.3%", "id": 1747, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:31:11+00:00", "track_temp": "44\u00b0C", "wind_speed": "10.8 km/h"}, {"air_temp": "25.7\u00b0C", "conditions": "Dry", "humidity": "57.2%", "id": 1748, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:32:11+00:00", "track_temp": "44\u00b0C", "wind_speed": "9.72 km/h"}, {"air_temp": "25.7\u00b0C", "conditions": "Dry", "humidity": "56.8%", "id": 1749, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:33:12+00:00", "track_temp": "43.5\u00b0C", "wind_speed": "4.68 km/h"}, {"air_temp": "25.5\u00b0C", "conditions": "Dry", "humidity": "57.4%", "id": 1750, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:34:11+00:00", "track_temp": "42.9\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "25.4\u00b0C", "conditions": "Dry", "humidity": "57.9%", "id": 1751, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:35:12+00:00", "track_temp": "42.9\u00b0C", "wind_speed": "5.4 km/h"}, {"air_temp": "25.5\u00b0C", "conditions": "Dry", "humidity": "58.3%", "id": 1752, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T13:36:11+00:00", "track_temp": "43.3\u00b0C", "wind_speed": "7.92 km/h"}, {"air_temp": "25.4\u00b0C", "conditions": "Dry", "humidity": "58.4%", "id": 1753, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:37:11+00:00", "track_temp": "43.5\u00b0C", "wind_speed": "8.28 km/h"}, {"air_temp": "25.4\u00b0C", "conditions": "Dry", "humidity": "57.8%", "id": 1754, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:38:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "11.16 km/h"}, {"air_temp": "25.4\u00b0C", "conditions": "Dry", "humidity": "58.5%", "id": 1755, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T13:39:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "7.56 km/h"}, {"air_temp": "25.2\u00b0C", "conditions": "Dry", "humidity": "59.1%", "id": 1756, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:40:12+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "8.64 km/h"}, {"air_temp": "25.4\u00b0C", "conditions": "Dry", "humidity": "58.3%", "id": 1757, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T13:41:11+00:00", "track_temp": "44\u00b0C", "wind_speed": "5.04 km/h"}, {"air_temp": "25.5\u00b0C", "conditions": "Dry", "humidity": "58.4%", "id": 1758, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:42:11+00:00", "track_temp": "43.9\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "25.4\u00b0C", "conditions": "Dry", "humidity": "58.9%", "id": 1759, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:43:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "7.92 km/h"}, {"air_temp": "25.5\u00b0C", "conditions": "Dry", "humidity": "57.8%", "id": 1760, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:44:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "9.0 km/h"}, {"air_temp": "25.6\u00b0C", "conditions": "Dry", "humidity": "57.9%", "id": 1761, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T13:45:12+00:00", "track_temp": "44\u00b0C", "wind_speed": "8.28 km/h"}, {"air_temp": "25.9\u00b0C", "conditions": "Dry", "humidity": "56.8%", "id": 1762, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:46:11+00:00", "track_temp": "44\u00b0C", "wind_speed": "9.0 km/h"}, {"air_temp": "25.8\u00b0C", "conditions": "Dry", "humidity": "56.8%", "id": 1763, "pressure": "1001 mm/Hg", "timestamp": "2020-08-09T13:47:11+00:00", "track_temp": "43.8\u00b0C", "wind_speed": "7.56 km/h"}, {"air_temp": "25.9\u00b0C", "conditions": "Dry", "humidity": "56.5%", "id": 1764, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:48:11+00:00", "track_temp": "43.8\u00b0C", "wind_speed": "3.6 km/h"}, {"air_temp": "26.3\u00b0C", "conditions": "Dry", "humidity": "55%", "id": 1765, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:49:11+00:00", "track_temp": "44.5\u00b0C", "wind_speed": "6.12 km/h"}, {"air_temp": "26.4\u00b0C", "conditions": "Dry", "humidity": "54.7%", "id": 1766, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:50:11+00:00", "track_temp": "44.6\u00b0C", "wind_speed": "3.6 km/h"}, {"air_temp": "26.5\u00b0C", "conditions": "Dry", "humidity": "54.6%", "id": 1767, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:51:11+00:00", "track_temp": "44.6\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "26.6\u00b0C", "conditions": "Dry", "humidity": "54.3%", "id": 1768, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:52:11+00:00", "track_temp": "44.6\u00b0C", "wind_speed": "6.84 km/h"}, {"air_temp": "26.6\u00b0C", "conditions": "Dry", "humidity": "54.5%", "id": 1769, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:53:11+00:00", "track_temp": "44.8\u00b0C", "wind_speed": "5.04 km/h"}, {"air_temp": "26.7\u00b0C", "conditions": "Dry", "humidity": "55%", "id": 1770, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:54:11+00:00", "track_temp": "44.4\u00b0C", "wind_speed": "10.8 km/h"}, {"air_temp": "26.4\u00b0C", "conditions": "Dry", "humidity": "55.4%", "id": 1771, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T13:55:12+00:00", "track_temp": "43.7\u00b0C", "wind_speed": "9.36 km/h"}, {"air_temp": "26.2\u00b0C", "conditions": "Dry", "humidity": "56.5%", "id": 1772, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T13:56:11+00:00", "track_temp": "43.2\u00b0C", "wind_speed": "11.88 km/h"}, {"air_temp": "26\u00b0C", "conditions": "Dry", "humidity": "56.4%", "id": 1773, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:57:11+00:00", "track_temp": "43.4\u00b0C", "wind_speed": "9.72 km/h"}, {"air_temp": "25.9\u00b0C", "conditions": "Dry", "humidity": "56.8%", "id": 1774, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T13:58:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "3.96 km/h"}, {"air_temp": "25.9\u00b0C", "conditions": "Dry", "humidity": "56.5%", "id": 1775, "pressure": "1000.9 mm/Hg", "timestamp": "2020-08-09T13:59:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "5.4 km/h"}, {"air_temp": "25.7\u00b0C", "conditions": "Dry", "humidity": "57.2%", "id": 1776, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:00:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "6.84 km/h"}, {"air_temp": "25.8\u00b0C", "conditions": "Dry", "humidity": "57.1%", "id": 1777, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:01:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "7.2 km/h"}, {"air_temp": "25.8\u00b0C", "conditions": "Dry", "humidity": "57%", "id": 1778, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:02:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "7.92 km/h"}, {"air_temp": "25.5\u00b0C", "conditions": "Dry", "humidity": "57.8%", "id": 1779, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:03:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "25.6\u00b0C", "conditions": "Dry", "humidity": "58.2%", "id": 1780, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:04:12+00:00", "track_temp": "43.2\u00b0C", "wind_speed": "7.2 km/h"}, {"air_temp": "25.6\u00b0C", "conditions": "Dry", "humidity": "57.7%", "id": 1781, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:05:13+00:00", "track_temp": "43.2\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "25.7\u00b0C", "conditions": "Dry", "humidity": "57.6%", "id": 1782, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:06:11+00:00", "track_temp": "43.5\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "26\u00b0C", "conditions": "Dry", "humidity": "56.8%", "id": 1783, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:07:11+00:00", "track_temp": "43.7\u00b0C", "wind_speed": "5.4 km/h"}, {"air_temp": "26.5\u00b0C", "conditions": "Dry", "humidity": "54.8%", "id": 1784, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:08:11+00:00", "track_temp": "45.1\u00b0C", "wind_speed": "8.64 km/h"}, {"air_temp": "26.6\u00b0C", "conditions": "Dry", "humidity": "55%", "id": 1785, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:09:12+00:00", "track_temp": "45\u00b0C", "wind_speed": "6.12 km/h"}, {"air_temp": "26.8\u00b0C", "conditions": "Dry", "humidity": "54.5%", "id": 1786, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:10:11+00:00", "track_temp": "44.3\u00b0C", "wind_speed": "8.28 km/h"}, {"air_temp": "26.6\u00b0C", "conditions": "Dry", "humidity": "54.9%", "id": 1787, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:11:11+00:00", "track_temp": "44\u00b0C", "wind_speed": "12.24 km/h"}, {"air_temp": "26.5\u00b0C", "conditions": "Dry", "humidity": "55.4%", "id": 1788, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:12:11+00:00", "track_temp": "43.7\u00b0C", "wind_speed": "10.8 km/h"}, {"air_temp": "26.4\u00b0C", "conditions": "Dry", "humidity": "55.3%", "id": 1789, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:13:11+00:00", "track_temp": "43.7\u00b0C", "wind_speed": "5.4 km/h"}, {"air_temp": "26.5\u00b0C", "conditions": "Dry", "humidity": "55.1%", "id": 1790, "pressure": "1000.6 mm/Hg", "timestamp": "2020-08-09T14:14:11+00:00", "track_temp": "43.8\u00b0C", "wind_speed": "9.36 km/h"}, {"air_temp": "26.2\u00b0C", "conditions": "Dry", "humidity": "56.2%", "id": 1791, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:15:12+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "6.12 km/h"}, {"air_temp": "26.3\u00b0C", "conditions": "Dry", "humidity": "55.7%", "id": 1792, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:16:11+00:00", "track_temp": "43.7\u00b0C", "wind_speed": "5.76 km/h"}, {"air_temp": "26.4\u00b0C", "conditions": "Dry", "humidity": "55.4%", "id": 1793, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:17:11+00:00", "track_temp": "43.9\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "26.4\u00b0C", "conditions": "Dry", "humidity": "56.1%", "id": 1794, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:18:26+00:00", "track_temp": "43.7\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "26.2\u00b0C", "conditions": "Dry", "humidity": "56.5%", "id": 1795, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:19:11+00:00", "track_temp": "44.1\u00b0C", "wind_speed": "8.64 km/h"}, {"air_temp": "26.3\u00b0C", "conditions": "Dry", "humidity": "56.6%", "id": 1796, "pressure": "1000.6 mm/Hg", "timestamp": "2020-08-09T14:20:11+00:00", "track_temp": "44.1\u00b0C", "wind_speed": "2.52 km/h"}, {"air_temp": "26.4\u00b0C", "conditions": "Dry", "humidity": "55.2%", "id": 1797, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:21:13+00:00", "track_temp": "44.3\u00b0C", "wind_speed": "7.2 km/h"}, {"air_temp": "26.2\u00b0C", "conditions": "Dry", "humidity": "56.6%", "id": 1798, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:22:11+00:00", "track_temp": "44.3\u00b0C", "wind_speed": "5.04 km/h"}, {"air_temp": "26.4\u00b0C", "conditions": "Dry", "humidity": "55.9%", "id": 1799, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:23:11+00:00", "track_temp": "44.1\u00b0C", "wind_speed": "5.04 km/h"}, {"air_temp": "26.6\u00b0C", "conditions": "Dry", "humidity": "55.6%", "id": 1800, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:24:11+00:00", "track_temp": "43.9\u00b0C", "wind_speed": "5.04 km/h"}, {"air_temp": "26.8\u00b0C", "conditions": "Dry", "humidity": "54.3%", "id": 1801, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:25:13+00:00", "track_temp": "43.9\u00b0C", "wind_speed": "10.8 km/h"}, {"air_temp": "26.3\u00b0C", "conditions": "Dry", "humidity": "56%", "id": 1802, "pressure": "1000.6 mm/Hg", "timestamp": "2020-08-09T14:26:11+00:00", "track_temp": "43.7\u00b0C", "wind_speed": "11.16 km/h"}, {"air_temp": "26.1\u00b0C", "conditions": "Dry", "humidity": "57%", "id": 1803, "pressure": "1000.6 mm/Hg", "timestamp": "2020-08-09T14:27:11+00:00", "track_temp": "43.7\u00b0C", "wind_speed": "10.44 km/h"}, {"air_temp": "26.2\u00b0C", "conditions": "Dry", "humidity": "56.4%", "id": 1804, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:28:11+00:00", "track_temp": "43.8\u00b0C", "wind_speed": "9.0 km/h"}, {"air_temp": "26\u00b0C", "conditions": "Dry", "humidity": "56.5%", "id": 1805, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:29:11+00:00", "track_temp": "43.6\u00b0C", "wind_speed": "7.92 km/h"}, {"air_temp": "26\u00b0C", "conditions": "Dry", "humidity": "56.5%", "id": 1806, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:30:11+00:00", "track_temp": "43.2\u00b0C", "wind_speed": "6.84 km/h"}, {"air_temp": "25.9\u00b0C", "conditions": "Dry", "humidity": "57.4%", "id": 1807, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:31:12+00:00", "track_temp": "43.2\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "26\u00b0C", "conditions": "Dry", "humidity": "57.4%", "id": 1808, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:32:13+00:00", "track_temp": "43.3\u00b0C", "wind_speed": "5.4 km/h"}, {"air_temp": "26.1\u00b0C", "conditions": "Dry", "humidity": "56.6%", "id": 1809, "pressure": "1000.7 mm/Hg", "timestamp": "2020-08-09T14:33:11+00:00", "track_temp": "43.5\u00b0C", "wind_speed": "6.48 km/h"}, {"air_temp": "25.9\u00b0C", "conditions": "Dry", "humidity": "57.3%", "id": 1810, "pressure": "1000.6 mm/Hg", "timestamp": "2020-08-09T14:34:11+00:00", "track_temp": "43.5\u00b0C", "wind_speed": "5.4 km/h"}, {"air_temp": "26\u00b0C", "conditions": "Dry", "humidity": "57.2%", "id": 1811, "pressure": "1000.8 mm/Hg", "timestamp": "2020-08-09T14:35:12+00:00", "track_temp": "43.4\u00b0C", "wind_speed": "3.6 km/h"}]}}
{"properties": {"meta": {"properties": {"description": {"type": "string"}, "fields": {"properties": {"drivers_array": {"properties": {"comments": {"type": "string"}, "current_lap": {"type": "string"}, "current_tyre": {"type": "string"}, "did_not_start": {"type": "string"}, "disqualified": {"type": "string"}, "gap": {"type": "string"}, "id": {"type": "string"}, "interval": {"type": "string"}, "last_update": {"type": "string"}, "name": {"type": "string"}, "position": {"type": "string"}, "retired": {"type": "string"}, "stops": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "time": {"type": "string"}}, "type": "object"}, "race": {"properties": {"country": {"type": "string"}, "name": {"type": "string"}, "race_id": {"type": "string"}, "season": {"type": "string"}, "status": {"type": "string"}, "track": {"type": "string"}}, "type": "object"}, "session": {"properties": {"details": {"properties": {"comments": {"type": "string"}, "finished_ts": {"type": "string"}, "laps": {"type": "string"}, "status": {"type": "string"}, "updated_ts": {"type": "string"}}, "type": "object"}, "flag_history_array": {"properties": {"detail": {"type": "string"}, "flag": {"type": "string"}, "id": {"type": "string"}, "session_timer": {"type": "string"}, "timestamp": {"type": "string"}}, "type": "object"}, "general": {"properties": {"date": {"type": "string"}, "id": {"type": "string"}, "session_name": {"type": "string"}}, "type": "object"}}, "type": "object"}, "speed": {"properties": {"last_update": {"type": "string"}, "note": {"type": "string"}, "top_speeds": {"properties": {"drivers_array": {"properties": {"driver": {"type": "string"}, "driver_id": {"type": "string"}, "position": {"type": "string"}, "speed": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}}, "type": "object"}, "sector": {"type": "string"}}, "type": "object"}}, "type": "object"}, "weather_array": {"properties": {"air_temp": {"type": "string"}, "conditions": {"type": "string"}, "humidity": {"type": "string"}, "id": {"type": "string"}, "pressure": {"type": "string"}, "timestamp": {"type": "string"}, "track_temp": {"type": "string"}, "wind_speed": {"type": "string"}}, "type": "object"}}, "type": "object"}, "title": {"type": "string"}}, "type": "object"}, "results": {"properties": {"drivers": {"items": {"properties": {"comments": {"type": "string"}, "current_lap": {"type": "integer"}, "current_tyre": {"type": "string"}, "did_not_start": {"type": "integer"}, "disqualified": {"type": "integer"}, "gap": {"type": "string"}, "id": {"type": "integer"}, "interval": {"type": "string"}, "last_update": {"type": "string"}, "name": {"type": "string"}, "position": {"type": "integer"}, "retired": {"type": "integer"}, "stops": {"type": "integer"}, "team_id": {"type": "integer"}, "team_name": {"type": "string"}, "time": {"type": "string"}}, "type": "object"}, "type": "array"}, "race": {"properties": {"country": {"type": "string"}, "name": {"type": "string"}, "race_id": {"type": "integer"}, "season": {"type": "string"}, "status": {"type": "string"}, "track": {"type": "string"}}, "type": "object"}, "session": {"properties": {"details": {"properties": {"comments": {"type": "string"}, "finished_ts": {"type": "string"}, "laps": {"type": "integer"}, "last_update": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "flag_history": {"items": {"properties": {"detail": {"type": "string"}, "flag": {"type": "string"}, "id": {"type": "integer"}, "session_timer": {"type": "string"}, "timestamp": {"type": "string"}}, "type": "object"}, "type": "array"}, "general": {"properties": {"date": {"type": "string"}, "id": {"type": "integer"}, "session_name": {"type": "string"}}, "type": "object"}}, "type": "object"}, "speed": {"properties": {"last_update": {"type": "string"}, "top_speeds": {"items": {"properties": {"drivers": {"items": {"properties": {"driver": {"type": "string"}, "driver_id": {"type": "integer"}, "position": {"type": "integer"}, "speed": {"type": "string"}, "team_id": {"type": "integer"}, "team_name": {"type": "string"}}, "type": "object"}, "type": "array"}, "sector": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}, "weather": {"items": {"properties": {"air_temp": {"type": "string"}, "conditions": {"type": "string"}, "humidity": {"type": "string"}, "id": {"type": "integer"}, "pressure": {"type": "string"}, "timestamp": {"type": "string"}, "track_temp": {"type": "string"}, "wind_speed": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}}, "type": "object"}
f2997415-33ae-4cc5-9f3f-223bd3d12921/2f4345bc-5161-4e4d-82e8-485d30c17cbc/0/0
F1 Live Motorsport Data
Formula 1 data for the ultimate motorsport fanatic!
9.3
Seasons
Lists available F1 seasons to query - starting point for the application.
200
Season List
{"meta": {"description": "List of season_ids for querying the F1 API", "fields": {"season": "Integer"}, "title": "F1 Season Listing"}, "results": [{"season": "2020"}, {"season": "2019"}]}
{"properties": {"meta": {"properties": {"description": {"type": "string"}, "fields": {"properties": {"season": {"type": "string"}}, "type": "object"}, "title": {"type": "string"}}, "type": "object"}, "results": {"items": {"properties": {"season": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
f2997415-33ae-4cc5-9f3f-223bd3d12921/4378d2ad-4e08-4472-a209-cbf5f8466c00/0/0
F1 Live Motorsport Data
Formula 1 data for the ultimate motorsport fanatic!
9.3
Constructors
Lists constructors for a given season.
200
2020 Constructors
{"meta": {"description": "List of constructors for 2020 season", "fields": {"season": "Integer", "team_id": "Integer - team unique id", "team_name": "String - team full name"}, "title": "F1 Constructors - 2020"}, "results": [{"season": 2020, "team_id": 71583, "team_name": "Alfa Romeo Racing"}, {"season": 2020, "team_id": 199493, "team_name": "AlphaTauri"}, {"season": 2020, "team_id": 183197, "team_name": "Ferrari"}, {"season": 2020, "team_id": 143585, "team_name": "Haas"}, {"season": 2020, "team_id": 56525, "team_name": "McLaren"}, {"season": 2020, "team_id": 58685, "team_name": "Mercedes"}, {"season": 2020, "team_id": 65311, "team_name": "Racing Point"}, {"season": 2020, "team_id": 33121, "team_name": "Red Bull"}, {"season": 2020, "team_id": 31205, "team_name": "Renault"}, {"season": 2020, "team_id": 163637, "team_name": "Williams"}]}
{"properties": {"meta": {"properties": {"description": {"type": "string"}, "fields": {"properties": {"season": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}}, "type": "object"}, "title": {"type": "string"}}, "type": "object"}, "results": {"items": {"properties": {"season": {"type": "integer"}, "team_id": {"type": "integer"}, "team_name": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
f2997415-33ae-4cc5-9f3f-223bd3d12921/592c6ec5-b6e9-4102-b177-c805745ffb9d/0/0
F1 Live Motorsport Data
Formula 1 data for the ultimate motorsport fanatic!
9.3
Drivers
Lists all drivers by season.
200
2020 Drivers
{"meta": {"description": "List of drivers for 2020 season. Note: includes all possible drivers in system - for driver standings use standings endpoint.", "fields": {"driver_id": "Integer - driver unique id", "driver_name": "String - driver full name", "is_reserve": "Integer - 0 = full time driver, 1 = reserve", "nationality": "String", "season": "Integer", "team_id": "Integer - driver team id", "team_name": "String - driver team name", "updated": "Timestamp"}, "title": "F1 Drivers - 2020"}, "results": [{"driver_id": 1073722, "driver_name": "Alex Albon", "is_reserve": 0, "nationality": "Thailand", "season": 2020, "team_id": 33121, "team_name": "Red Bull", "updated": "2020-08-13 05:00:01"}, {"driver_id": 2660683, "driver_name": "Alex Lynn", "is_reserve": 1, "nationality": "Great Britain", "season": 2020, "team_id": 163637, "team_name": "Williams", "updated": "2020-03-03 10:24:43"}, {"driver_id": 2002819, "driver_name": "Alfonso Celis", "is_reserve": 1, "nationality": "Mexico", "season": 2020, "team_id": 65311, "team_name": "Racing Point", "updated": "2020-03-03 10:24:43"}, {"driver_id": 520060, "driver_name": "Antonio Fuoco", "is_reserve": 1, "nationality": "Italy", "season": 2020, "team_id": 183197, "team_name": "Ferrari", "updated": "2020-03-03 10:24:43"}, {"driver_id": 1054273, "driver_name": "Antonio Giovinazzi", "is_reserve": 0, "nationality": "Italy", "season": 2020, "team_id": 71583, "team_name": "Alfa Romeo Racing", "updated": "2020-08-13 05:00:01"}, {"driver_id": 286318, "driver_name": "Artem Markelov", "is_reserve": 1, "nationality": "Russia", "season": 2020, "team_id": 31205, "team_name": "Renault", "updated": "2020-03-03 10:24:43"}, {"driver_id": 2787358, "driver_name": "Brendon Hartley", "is_reserve": 1, "nationality": "New Zealand", "season": 2020, "team_id": 199493, "team_name": "AlphaTauri", "updated": "2020-03-03 10:24:43"}, {"driver_id": 261679, "driver_name": "Carlos Sainz", "is_reserve": 0, "nationality": "Spain", "season": 2020, "team_id": 56525, "team_name": "McLaren", "updated": "2020-08-13 05:00:01"}, {"driver_id": 986827, "driver_name": "Charles Leclerc", "is_reserve": 0, "nationality": "Monaco", "season": 2020, "team_id": 183197, "team_name": "Ferrari", "updated": "2020-08-13 05:00:01"}, {"driver_id": 175030, "driver_name": "Daniel Ricciardo", "is_reserve": 0, "nationality": "Australia", "season": 2020, "team_id": 31205, "team_name": "Renault", "updated": "2020-08-13 05:00:01"}, {"driver_id": 45871, "driver_name": "Daniil Kvyat", "is_reserve": 0, "nationality": "Russia", "season": 2020, "team_id": 199493, "team_name": "AlphaTauri", "updated": "2020-08-13 05:00:01"}, {"driver_id": 183532, "driver_name": "Esteban Gutierrez", "is_reserve": 1, "nationality": "Mexico", "season": 2020, "team_id": 65311, "team_name": "Racing Point", "updated": "2020-07-30 16:57:48"}, {"driver_id": 307612, "driver_name": "Esteban Ocon", "is_reserve": 0, "nationality": "France", "season": 2020, "team_id": 31205, "team_name": "Renault", "updated": "2020-08-13 05:00:01"}, {"driver_id": 272029, "driver_name": "Felipe Massa", "is_reserve": 1, "nationality": "Brazil", "season": 2020, "team_id": 163637, "team_name": "Williams", "updated": "2020-03-03 10:24:43"}, {"driver_id": 63379, "driver_name": "Fernando Alonso", "is_reserve": 1, "nationality": "Spain", "season": 2020, "team_id": 56525, "team_name": "McLaren", "updated": "2020-03-03 10:24:43"}, {"driver_id": 2293954, "driver_name": "George Russell", "is_reserve": 0, "nationality": "United Kingdom", "season": 2020, "team_id": 163637, "team_name": "Williams", "updated": "2020-08-13 05:00:01"}, {"driver_id": 2332783, "driver_name": "Jack Aitken", "is_reserve": 1, "nationality": "Great Britain", "season": 2020, "team_id": 163637, "team_name": "Williams", "updated": "2020-07-07 09:06:10"}, {"driver_id": 118669, "driver_name": "Jean-Eric Vergne", "is_reserve": 1, "nationality": "France", "season": 2020, "team_id": 183197, "team_name": "Ferrari", "updated": "2020-03-03 10:24:43"}, {"driver_id": 201037, "driver_name": "Jenson Button", "is_reserve": 1, "nationality": "Great Britain", "season": 2020, "team_id": 56525, "team_name": "McLaren", "updated": "2020-03-03 10:24:43"}, {"driver_id": 44119, "driver_name": "Jolyon Palmer", "is_reserve": 1, "nationality": "Great Britain", "season": 2020, "team_id": 31205, "team_name": "Renault", "updated": "2020-03-03 10:24:43"}, {"driver_id": 37273, "driver_name": "Kevin Magnussen", "is_reserve": 0, "nationality": "Denmark", "season": 2020, "team_id": 143585, "team_name": "Haas", "updated": "2020-08-13 05:00:01"}, {"driver_id": 194182, "driver_name": "Kimi Raikkonen", "is_reserve": 0, "nationality": "Finland", "season": 2020, "team_id": 71583, "team_name": "Alfa Romeo Racing", "updated": "2020-08-13 05:00:01"}, {"driver_id": 2262088, "driver_name": "Lance Stroll", "is_reserve": 0, "nationality": "Canada", "season": 2020, "team_id": 65311, "team_name": "Racing Point", "updated": "2020-08-13 05:00:01"}, {"driver_id": 1619431, "driver_name": "Lando Norris", "is_reserve": 0, "nationality": "Great Britain", "season": 2020, "team_id": 56525, "team_name": "McLaren", "updated": "2020-08-13 05:00:01"}, {"driver_id": 65527, "driver_name": "Lewis Hamilton", "is_reserve": 0, "nationality": "Great Britain", "season": 2020, "team_id": 58685, "team_name": "Mercedes", "updated": "2020-08-13 05:00:01"}, {"driver_id": 4915, "driver_name": "Marc Gene", "is_reserve": 1, "nationality": "Spain", "season": 2020, "team_id": 183197, "team_name": "Ferrari", "updated": "2020-03-03 10:24:43"}, {"driver_id": 191605, "driver_name": "Marcus Ericsson", "is_reserve": 1, "nationality": "Sweden", "season": 2020, "team_id": 71583, "team_name": "Alfa Romeo Racing", "updated": "2020-03-03 10:24:43"}, {"driver_id": 262348, "driver_name": "Max Verstappen", "is_reserve": 0, "nationality": "Belgium", "season": 2020, "team_id": 33121, "team_name": "Red Bull", "updated": "2020-08-13 05:00:01"}, {"driver_id": 539488, "driver_name": "Naoki Yamamoto", "is_reserve": 1, "nationality": "Japan", "season": 2020, "team_id": 199493, "team_name": "AlphaTauri", "updated": "2020-03-03 10:24:43"}, {"driver_id": 1641904, "driver_name": "Nicholas Latifi", "is_reserve": 0, "nationality": "Canada", "season": 2020, "team_id": 163637, "team_name": "Williams", "updated": "2020-08-13 05:00:01"}, {"driver_id": 258763, "driver_name": "Nico Hulkenberg", "is_reserve": 1, "nationality": "Germany", "season": 2020, "team_id": 65311, "team_name": "Racing Point", "updated": "2020-08-13 05:00:01"}, {"driver_id": 841828, "driver_name": "Nikita Mazepin", "is_reserve": 1, "nationality": "Russia", "season": 2020, "team_id": 65311, "team_name": "Racing Point", "updated": "2020-03-03 10:24:43"}, {"driver_id": 1989307, "driver_name": "Niko Kari", "is_reserve": 1, "nationality": "Finland", "season": 2020, "team_id": 199493, "team_name": "AlphaTauri", "updated": "2020-03-03 10:24:43"}, {"driver_id": 31033, "driver_name": "Nobuharu Matsushita", "is_reserve": 1, "nationality": "Japan", "season": 2020, "team_id": 56525, "team_name": "McLaren", "updated": "2020-03-03 10:24:43"}, {"driver_id": 707050, "driver_name": "Oliver Turvey", "is_reserve": 1, "nationality": "Great Britain", "season": 2020, "team_id": 56525, "team_name": "McLaren", "updated": "2020-03-03 10:24:43"}, {"driver_id": 1757875, "driver_name": "Pascal Wehrlein", "is_reserve": 1, "nationality": "German", "season": 2020, "team_id": 71583, "team_name": "Alfa Romeo Racing", "updated": "2020-03-03 10:24:43"}, {"driver_id": 803752, "driver_name": "Paul di Resta", "is_reserve": 1, "nationality": "Great Britian", "season": 2020, "team_id": 163637, "team_name": "Williams", "updated": "2020-03-03 10:24:43"}, {"driver_id": 2975914, "driver_name": "Pierre Gasly", "is_reserve": 0, "nationality": "France", "season": 2020, "team_id": 199493, "team_name": "AlphaTauri", "updated": "2020-08-13 05:00:01"}, {"driver_id": 280174, "driver_name": "Raffaele Marciello", "is_reserve": 1, "nationality": "Italy", "season": 2020, "team_id": 71583, "team_name": "Alfa Romeo Racing", "updated": "2020-03-03 10:24:43"}, {"driver_id": 319726, "driver_name": "Robert Kubica", "is_reserve": 1, "nationality": "Polish", "season": 2020, "team_id": 71583, "team_name": "Alfa Romeo Racing", "updated": "2020-07-10 11:02:08"}, {"driver_id": 207316, "driver_name": "Romain Grosjean", "is_reserve": 0, "nationality": "France", "season": 2020, "team_id": 143585, "team_name": "Haas", "updated": "2020-08-13 05:00:01"}, {"driver_id": 2551486, "driver_name": "Santino Ferrucci", "is_reserve": 1, "nationality": "United States", "season": 2020, "team_id": 143585, "team_name": "Haas", "updated": "2020-03-03 10:24:43"}, {"driver_id": 1321690, "driver_name": "Sean Gelael", "is_reserve": 1, "nationality": "Indonesia", "season": 2020, "team_id": 199493, "team_name": "AlphaTauri", "updated": "2020-03-03 10:24:43"}, {"driver_id": 96004, "driver_name": "Sebastian Vettel", "is_reserve": 0, "nationality": "Germany", "season": 2020, "team_id": 183197, "team_name": "Ferrari", "updated": "2020-08-13 05:00:01"}, {"driver_id": 267535, "driver_name": "Sebastien Buemi", "is_reserve": 1, "nationality": "Switzerland", "season": 2020, "team_id": 33121, "team_name": "Red Bull", "updated": "2020-03-03 10:24:43"}, {"driver_id": 146980, "driver_name": "Sergey Sirotkin", "is_reserve": 1, "nationality": "Russia", "season": 2020, "team_id": 163637, "team_name": "Williams", "updated": "2020-03-03 10:24:43"}, {"driver_id": 78274, "driver_name": "Sergio Perez", "is_reserve": 0, "nationality": "Mexico", "season": 2020, "team_id": 65311, "team_name": "Racing Point", "updated": "2020-08-13 05:00:01"}, {"driver_id": 2922439, "driver_name": "Sergio Sette Camara", "is_reserve": 1, "nationality": "Brazil", "season": 2020, "team_id": 56525, "team_name": "McLaren", "updated": "2020-03-03 10:24:43"}, {"driver_id": 1101085, "driver_name": "Stoffel Vandoorne", "is_reserve": 1, "nationality": "Belgium", "season": 2020, "team_id": 65311, "team_name": "Racing Point", "updated": "2020-07-30 16:57:31"}, {"driver_id": 271486, "driver_name": "Susie Wolff", "is_reserve": 1, "nationality": "Scotland", "season": 2020, "team_id": 163637, "team_name": "Williams", "updated": "2020-03-03 10:24:43"}, {"driver_id": 278857, "driver_name": "Valtteri Bottas", "is_reserve": 0, "nationality": "Finland", "season": 2020, "team_id": 58685, "team_name": "Mercedes", "updated": "2020-08-13 05:00:01"}]}
{"properties": {"meta": {"properties": {"description": {"type": "string"}, "fields": {"properties": {"driver_id": {"type": "string"}, "driver_name": {"type": "string"}, "is_reserve": {"type": "string"}, "nationality": {"type": "string"}, "season": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "updated": {"type": "string"}}, "type": "object"}, "title": {"type": "string"}}, "type": "object"}, "results": {"items": {"properties": {"driver_id": {"type": "integer"}, "driver_name": {"type": "string"}, "is_reserve": {"type": "integer"}, "nationality": {"type": "string"}, "season": {"type": "integer"}, "team_id": {"type": "integer"}, "team_name": {"type": "string"}, "updated": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
f2997415-33ae-4cc5-9f3f-223bd3d12921/8eb6d15d-354b-4af4-bdde-4e5a7d1cc7f0/0/0
F1 Live Motorsport Data
Formula 1 data for the ultimate motorsport fanatic!
9.3
Driver Standings
Displays the driver standings for a given season.
200
2020 Driver Standings
{"meta": {"description": "Driver Standings for 2020 season.", "fields": {"driver_id": "Integer - driver unique id", "driver_name": "String - driver full name", "is_reserve": "Integer - 0 = full time driver, 1 = reserve", "nationality": "String", "points": "Integer", "position": "Integer", "season": "Integer", "team_id": "Integer - driver team id", "team_name": "String - driver team name", "updated": "Timestamp - ISO 8601 Format UTC timezone - i.e. 2020-03-13T01:00:00+00:00"}, "title": "F1 Driver Standings - 2020"}, "results": [{"driver_id": 21838, "driver_name": "Lewis Hamilton", "is_reserve": 0, "nationality": "Great Britain", "points": 107, "position": 1, "season": 2020, "team_id": 29331, "team_name": "Mercedes", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 87445, "driver_name": "Max Verstappen", "is_reserve": 0, "nationality": "Belgium", "points": 77, "position": 2, "season": 2020, "team_id": 16549, "team_name": "Red Bull", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 92948, "driver_name": "Valtteri Bottas", "is_reserve": 0, "nationality": "Finland", "points": 73, "position": 3, "season": 2020, "team_id": 29331, "team_name": "Mercedes", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 328938, "driver_name": "Charles Leclerc", "is_reserve": 0, "nationality": "Monaco", "points": 45, "position": 4, "season": 2020, "team_id": 91587, "team_name": "Ferrari", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 539806, "driver_name": "Lando Norris", "is_reserve": 0, "nationality": "Great Britain", "points": 38, "position": 5, "season": 2020, "team_id": 28251, "team_name": "McLaren", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 357903, "driver_name": "Alex Albon", "is_reserve": 0, "nationality": "Thailand", "points": 36, "position": 6, "season": 2020, "team_id": 16549, "team_name": "Red Bull", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 754025, "driver_name": "Lance Stroll", "is_reserve": 0, "nationality": "Canada", "points": 28, "position": 7, "season": 2020, "team_id": 32644, "team_name": "Racing Point", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 26087, "driver_name": "Sergio Perez", "is_reserve": 0, "nationality": "Mexico", "points": 22, "position": 8, "season": 2020, "team_id": 32644, "team_name": "Racing Point", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 58339, "driver_name": "Daniel Ricciardo", "is_reserve": 0, "nationality": "Australia", "points": 20, "position": 9, "season": 2020, "team_id": 15591, "team_name": "Renault", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 102533, "driver_name": "Esteban Ocon", "is_reserve": 0, "nationality": "France", "points": 16, "position": 10, "season": 2020, "team_id": 15591, "team_name": "Renault", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 87222, "driver_name": "Carlos Sainz", "is_reserve": 0, "nationality": "Spain", "points": 15, "position": 11, "season": 2020, "team_id": 28251, "team_name": "McLaren", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 991967, "driver_name": "Pierre Gasly", "is_reserve": 0, "nationality": "France", "points": 12, "position": 12, "season": 2020, "team_id": 99735, "team_name": "AlphaTauri", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 31997, "driver_name": "Sebastian Vettel", "is_reserve": 0, "nationality": "Germany", "points": 10, "position": 13, "season": 2020, "team_id": 91587, "team_name": "Ferrari", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 86250, "driver_name": "Nico Hulkenberg", "is_reserve": 1, "nationality": "Germany", "points": 6, "position": 14, "season": 2020, "team_id": 32644, "team_name": "Racing Point", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 351420, "driver_name": "Antonio Giovinazzi", "is_reserve": 0, "nationality": "Italy", "points": 2, "position": 15, "season": 2020, "team_id": 35780, "team_name": "Alfa Romeo Racing", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 15286, "driver_name": "Daniil Kvyat", "is_reserve": 0, "nationality": "Russia", "points": 2, "position": 16, "season": 2020, "team_id": 99735, "team_name": "AlphaTauri", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 12420, "driver_name": "Kevin Magnussen", "is_reserve": 0, "nationality": "Denmark", "points": 1, "position": 17, "season": 2020, "team_id": 71781, "team_name": "Haas", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 64723, "driver_name": "Kimi Raikkonen", "is_reserve": 0, "nationality": "Finland", "points": 0, "position": 18, "season": 2020, "team_id": 35780, "team_name": "Alfa Romeo Racing", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 547297, "driver_name": "Nicholas Latifi", "is_reserve": 0, "nationality": "Canada", "points": 0, "position": 19, "season": 2020, "team_id": 81807, "team_name": "Williams", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 764647, "driver_name": "George Russell", "is_reserve": 0, "nationality": "United Kingdom", "points": 0, "position": 20, "season": 2020, "team_id": 81807, "team_name": "Williams", "updated": "2020-08-13T03:00:01+00:00"}, {"driver_id": 69101, "driver_name": "Romain Grosjean", "is_reserve": 0, "nationality": "France", "points": 0, "position": 21, "season": 2020, "team_id": 71781, "team_name": "Haas", "updated": "2020-08-13T03:00:01+00:00"}]}
{"properties": {"meta": {"properties": {"description": {"type": "string"}, "fields": {"properties": {"driver_id": {"type": "string"}, "driver_name": {"type": "string"}, "is_reserve": {"type": "string"}, "nationality": {"type": "string"}, "points": {"type": "string"}, "position": {"type": "string"}, "season": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "updated": {"type": "string"}}, "type": "object"}, "title": {"type": "string"}}, "type": "object"}, "results": {"items": {"properties": {"driver_id": {"type": "integer"}, "driver_name": {"type": "string"}, "is_reserve": {"type": "integer"}, "nationality": {"type": "string"}, "points": {"type": "integer"}, "position": {"type": "integer"}, "season": {"type": "integer"}, "team_id": {"type": "integer"}, "team_name": {"type": "string"}, "updated": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
f2997415-33ae-4cc5-9f3f-223bd3d12921/95d5f465-679d-47a6-92f9-bf8004d3d9d3/0/0
F1 Live Motorsport Data
Formula 1 data for the ultimate motorsport fanatic!
9.3
Races
Lists races and session details for a given season
200
2020 Race Calendar
{"meta": {"description": "Race calendar for 2020 season", "fields": {"country": "String", "end_date": "String UTC Date - YYYY-MM-DD", "name": "String", "race_id": "Integer", "season": "Integer", "session_array": {"date": "Timestamp - ISO 8601 Format UTC timezone - i.e. 2020-03-13T01:00:00+00:00", "id": "Integer - unique session_id", "session_name": "String"}, "start_date": "String UTC Date - YYYY-MM-DD", "status": "String - Confirmed, Postponed, Cancelled", "track": "String"}, "title": "F1 Race Calendar - 2020"}, "results": [{"country": "Spain", "end_date": "2020-03-10", "name": "Barcelona Testing", "race_id": 340, "season": "2020", "sessions": [{"date": "2020-03-10T22:00:00+00:00", "id": 2740, "session_name": "Practice 3"}], "start_date": "2020-03-10", "status": "Confirmed", "track": "Catalunya"}, {"country": "Australia", "end_date": "2020-03-15", "name": "Australian Grand Prix", "race_id": 296, "season": "2020", "sessions": [{"date": "2020-03-13T01:00:00+00:00", "id": 2542, "session_name": "Practice 1"}, {"date": "2020-03-13T05:00:00+00:00", "id": 2543, "session_name": "Practice 2"}, {"date": "2020-03-14T03:00:00+00:00", "id": 2544, "session_name": "Practice 3"}, {"date": "2020-03-14T06:00:00+00:00", "id": 2545, "session_name": "Qualifying 1"}, {"date": "2020-03-14T06:25:00+00:00", "id": 2546, "session_name": "Qualifying 2"}, {"date": "2020-03-14T06:45:00+00:00", "id": 2547, "session_name": "Qualifying 3"}, {"date": "2020-03-14T07:00:00+00:00", "id": 2548, "session_name": "Grid"}, {"date": "2020-03-15T05:10:00+00:00", "id": 2549, "session_name": "Race"}, {"date": "2020-03-15T07:00:00+00:00", "id": 2550, "session_name": "FastestLap"}], "start_date": "2020-03-13", "status": "Cancelled", "track": "Melbourne"}, {"country": "Bahrain", "end_date": "2020-03-22", "name": "Bahrain Grand Prix", "race_id": 298, "season": "2020", "sessions": [{"date": "2020-03-20T11:00:00+00:00", "id": 2551, "session_name": "Practice 1"}, {"date": "2020-03-20T15:00:00+00:00", "id": 2552, "session_name": "Practice 2"}, {"date": "2020-03-21T12:00:00+00:00", "id": 2553, "session_name": "Practice 3"}, {"date": "2020-03-21T15:00:00+00:00", "id": 2554, "session_name": "Qualifying 1"}, {"date": "2020-03-21T15:25:00+00:00", "id": 2555, "session_name": "Qualifying 2"}, {"date": "2020-03-21T15:45:00+00:00", "id": 2556, "session_name": "Qualifying 3"}, {"date": "2020-03-21T16:00:00+00:00", "id": 2557, "session_name": "Grid"}, {"date": "2020-03-22T15:10:00+00:00", "id": 2558, "session_name": "Race"}, {"date": "2020-03-22T17:00:00+00:00", "id": 2559, "session_name": "FastestLap"}], "start_date": "2020-03-20", "status": "Postponed", "track": "Sakhir"}, {"country": "Vietnam", "end_date": "2020-04-05", "name": "Vietnamese Grand Prix", "race_id": 300, "season": "2020", "sessions": [{"date": "2020-04-03T04:00:00+00:00", "id": 2560, "session_name": "Practice 1"}, {"date": "2020-04-03T08:00:00+00:00", "id": 2561, "session_name": "Practice 2"}, {"date": "2020-04-04T05:00:00+00:00", "id": 2562, "session_name": "Practice 3"}, {"date": "2020-04-04T08:00:00+00:00", "id": 2563, "session_name": "Qualifying 1"}, {"date": "2020-04-04T08:25:00+00:00", "id": 2564, "session_name": "Qualifying 2"}, {"date": "2020-04-04T08:45:00+00:00", "id": 2565, "session_name": "Qualifying 3"}, {"date": "2020-04-04T09:00:00+00:00", "id": 2566, "session_name": "Grid"}, {"date": "2020-04-05T07:10:00+00:00", "id": 2567, "session_name": "Race"}, {"date": "2020-04-05T09:00:00+00:00", "id": 2568, "session_name": "FastestLap"}], "start_date": "2020-04-03", "status": "Postponed", "track": "Hanoi"}, {"country": "China", "end_date": "2020-04-19", "name": "Chinese Grand Prix", "race_id": 302, "season": "2020", "sessions": [{"date": "2020-04-17T03:00:00+00:00", "id": 2569, "session_name": "Practice 1"}, {"date": "2020-04-17T07:00:00+00:00", "id": 2570, "session_name": "Practice 2"}, {"date": "2020-04-18T04:00:00+00:00", "id": 2571, "session_name": "Practice 3"}, {"date": "2020-04-18T07:00:00+00:00", "id": 2572, "session_name": "Qualifying 1"}, {"date": "2020-04-18T07:25:00+00:00", "id": 2573, "session_name": "Qualifying 2"}, {"date": "2020-04-18T07:45:00+00:00", "id": 2574, "session_name": "Qualifying 3"}, {"date": "2020-04-18T08:00:00+00:00", "id": 2575, "session_name": "Grid"}, {"date": "2020-04-19T06:10:00+00:00", "id": 2576, "session_name": "Race"}, {"date": "2020-04-19T08:00:00+00:00", "id": 2577, "session_name": "FastestLap"}], "start_date": "2020-04-17", "status": "Postponed", "track": "Shanghai"}, {"country": "Netherlands", "end_date": "2020-05-03", "name": "Dutch Grand Prix", "race_id": 304, "season": "2020", "sessions": [{"date": "2020-05-01T09:00:00+00:00", "id": 2578, "session_name": "Practice 1"}, {"date": "2020-05-01T13:00:00+00:00", "id": 2579, "session_name": "Practice 2"}, {"date": "2020-05-02T10:00:00+00:00", "id": 2580, "session_name": "Practice 3"}, {"date": "2020-05-02T13:00:00+00:00", "id": 2581, "session_name": "Qualifying 1"}, {"date": "2020-05-02T13:25:00+00:00", "id": 2582, "session_name": "Qualifying 2"}, {"date": "2020-05-02T13:45:00+00:00", "id": 2583, "session_name": "Qualifying 3"}, {"date": "2020-05-02T14:00:00+00:00", "id": 2584, "session_name": "Grid"}, {"date": "2020-05-03T13:10:00+00:00", "id": 2585, "session_name": "Race"}, {"date": "2020-05-03T15:00:00+00:00", "id": 2586, "session_name": "FastestLap"}], "start_date": "2020-05-01", "status": "Postponed", "track": "Zandvoort"}, {"country": "Monaco", "end_date": "2020-05-24", "name": "Monaco Grand Prix", "race_id": 308, "season": "2020", "sessions": [{"date": "2020-05-21T09:00:00+00:00", "id": 2596, "session_name": "Practice 1"}, {"date": "2020-05-21T13:00:00+00:00", "id": 2597, "session_name": "Practice 2"}, {"date": "2020-05-23T10:00:00+00:00", "id": 2598, "session_name": "Practice 3"}, {"date": "2020-05-23T13:00:00+00:00", "id": 2599, "session_name": "Qualifying 1"}, {"date": "2020-05-23T13:25:00+00:00", "id": 2600, "session_name": "Qualifying 2"}, {"date": "2020-05-23T13:45:00+00:00", "id": 2601, "session_name": "Qualifying 3"}, {"date": "2020-05-23T14:00:00+00:00", "id": 2602, "session_name": "Grid"}, {"date": "2020-05-24T13:10:00+00:00", "id": 2603, "session_name": "Race"}, {"date": "2020-05-24T15:00:00+00:00", "id": 2604, "session_name": "FastestLap"}], "start_date": "2020-05-21", "status": "Postponed", "track": "Monte Carlo"}, {"country": "Azerbaijan", "end_date": "2020-06-07", "name": "Azerbaijan Grand Prix", "race_id": 310, "season": "2020", "sessions": [{"date": "2020-06-05T09:00:00+00:00", "id": 2605, "session_name": "Practice 1"}, {"date": "2020-06-05T13:00:00+00:00", "id": 2606, "session_name": "Practice 2"}, {"date": "2020-06-06T10:00:00+00:00", "id": 2607, "session_name": "Practice 3"}, {"date": "2020-06-06T13:00:00+00:00", "id": 2608, "session_name": "Qualifying 1"}, {"date": "2020-06-06T13:25:00+00:00", "id": 2609, "session_name": "Qualifying 2"}, {"date": "2020-06-06T13:45:00+00:00", "id": 2610, "session_name": "Qualifying 3"}, {"date": "2020-06-06T14:00:00+00:00", "id": 2611, "session_name": "Grid"}, {"date": "2020-06-07T12:10:00+00:00", "id": 2612, "session_name": "Race"}, {"date": "2020-06-07T14:00:00+00:00", "id": 2613, "session_name": "FastestLap"}], "start_date": "2020-06-05", "status": "Postponed", "track": "Baku"}, {"country": "Canada", "end_date": "2020-06-14", "name": "Canadian Grand Prix", "race_id": 312, "season": "2020", "sessions": [{"date": "2020-06-12T15:00:00+00:00", "id": 2614, "session_name": "Practice 1"}, {"date": "2020-06-12T19:00:00+00:00", "id": 2615, "session_name": "Practice 2"}, {"date": "2020-06-13T15:00:00+00:00", "id": 2616, "session_name": "Practice 3"}, {"date": "2020-06-13T18:00:00+00:00", "id": 2617, "session_name": "Qualifying 1"}, {"date": "2020-06-13T18:25:00+00:00", "id": 2618, "session_name": "Qualifying 2"}, {"date": "2020-06-13T18:45:00+00:00", "id": 2619, "session_name": "Qualifying 3"}, {"date": "2020-06-13T19:00:00+00:00", "id": 2620, "session_name": "Grid"}, {"date": "2020-06-14T18:10:00+00:00", "id": 2621, "session_name": "Race"}, {"date": "2020-06-14T20:00:00+00:00", "id": 2622, "session_name": "FastestLap"}], "start_date": "2020-06-12", "status": "Postponed", "track": "Montreal"}, {"country": "France", "end_date": "2020-06-28", "name": "French Grand Prix", "race_id": 314, "season": "2020", "sessions": [{"date": "2020-06-26T09:00:00+00:00", "id": 2623, "session_name": "Practice 1"}, {"date": "2020-06-26T13:00:00+00:00", "id": 2624, "session_name": "Practice 2"}, {"date": "2020-06-27T10:00:00+00:00", "id": 2625, "session_name": "Practice 3"}, {"date": "2020-06-27T13:00:00+00:00", "id": 2626, "session_name": "Qualifying 1"}, {"date": "2020-06-27T13:25:00+00:00", "id": 2627, "session_name": "Qualifying 2"}, {"date": "2020-06-27T13:45:00+00:00", "id": 2628, "session_name": "Qualifying 3"}, {"date": "2020-06-27T14:00:00+00:00", "id": 2629, "session_name": "Grid"}, {"date": "2020-06-28T13:10:00+00:00", "id": 2630, "session_name": "Race"}, {"date": "2020-06-28T15:00:00+00:00", "id": 2631, "session_name": "FastestLap"}], "start_date": "2020-06-26", "status": "Postponed", "track": "LeCastellet"}, {"country": "Austria", "end_date": "2020-07-05", "name": "Austrian Grand Prix", "race_id": 316, "season": "2020", "sessions": [{"date": "2020-07-03T09:00:00+00:00", "id": 2632, "session_name": "Practice 1"}, {"date": "2020-07-03T13:00:00+00:00", "id": 2633, "session_name": "Practice 2"}, {"date": "2020-07-04T10:00:00+00:00", "id": 2634, "session_name": "Practice 3"}, {"date": "2020-07-04T13:00:00+00:00", "id": 2635, "session_name": "Qualifying 1"}, {"date": "2020-07-04T13:25:00+00:00", "id": 2636, "session_name": "Qualifying 2"}, {"date": "2020-07-04T13:45:00+00:00", "id": 2637, "session_name": "Qualifying 3"}, {"date": "2020-07-04T14:00:00+00:00", "id": 2638, "session_name": "Grid"}, {"date": "2020-07-05T13:10:00+00:00", "id": 2639, "session_name": "Race"}, {"date": "2020-07-05T15:00:00+00:00", "id": 2640, "session_name": "FastestLap"}], "start_date": "2020-07-03", "status": "Confirmed", "track": "Spielberg"}, {"country": "Austria", "end_date": "2020-07-12", "name": "Austria - Steiermark Grand Prix", "race_id": 342, "season": "2020", "sessions": [{"date": "2020-07-10T09:00:00+00:00", "id": 2741, "session_name": "Practice 1"}, {"date": "2020-07-10T13:00:00+00:00", "id": 2742, "session_name": "Practice 2"}, {"date": "2020-07-11T10:00:00+00:00", "id": 2743, "session_name": "Practice 3"}, {"date": "2020-07-11T13:00:00+00:00", "id": 2744, "session_name": "Qualifying 1"}, {"date": "2020-07-11T13:25:00+00:00", "id": 2745, "session_name": "Qualifying 2"}, {"date": "2020-07-11T13:45:00+00:00", "id": 2746, "session_name": "Qualifying 3"}, {"date": "2020-07-11T14:00:00+00:00", "id": 2747, "session_name": "Grid"}, {"date": "2020-07-12T13:10:00+00:00", "id": 2748, "session_name": "Race"}, {"date": "2020-07-12T15:00:00+00:00", "id": 2749, "session_name": "FastestLap"}], "start_date": "2020-07-10", "status": "Confirmed", "track": "Spielberg"}, {"country": "Hungary", "end_date": "2020-07-19", "name": "Hungarian Grand Prix", "race_id": 320, "season": "2020", "sessions": [{"date": "2020-07-17T09:00:00+00:00", "id": 2650, "session_name": "Practice 1"}, {"date": "2020-07-17T13:00:00+00:00", "id": 2651, "session_name": "Practice 2"}, {"date": "2020-07-18T10:00:00+00:00", "id": 2652, "session_name": "Practice 3"}, {"date": "2020-07-18T13:00:00+00:00", "id": 2653, "session_name": "Qualifying 1"}, {"date": "2020-07-18T13:25:00+00:00", "id": 2654, "session_name": "Qualifying 2"}, {"date": "2020-07-18T13:45:00+00:00", "id": 2655, "session_name": "Qualifying 3"}, {"date": "2020-07-18T14:00:00+00:00", "id": 2656, "session_name": "Grid"}, {"date": "2020-07-19T13:10:00+00:00", "id": 2657, "session_name": "Race"}, {"date": "2020-07-19T15:00:00+00:00", "id": 2658, "session_name": "FastestLap"}], "start_date": "2020-07-17", "status": "Confirmed", "track": "Budapest"}, {"country": "Great Britain", "end_date": "2020-08-02", "name": "British Grand Prix", "race_id": 318, "season": "2020", "sessions": [{"date": "2020-07-31T10:00:00+00:00", "id": 2641, "session_name": "Practice 1"}, {"date": "2020-07-31T14:00:00+00:00", "id": 2642, "session_name": "Practice 2"}, {"date": "2020-08-01T10:00:00+00:00", "id": 2643, "session_name": "Practice 3"}, {"date": "2020-08-01T13:00:00+00:00", "id": 2644, "session_name": "Qualifying 1"}, {"date": "2020-08-01T13:25:00+00:00", "id": 2645, "session_name": "Qualifying 2"}, {"date": "2020-08-01T13:45:00+00:00", "id": 2646, "session_name": "Qualifying 3"}, {"date": "2020-08-01T14:00:00+00:00", "id": 2647, "session_name": "Grid"}, {"date": "2020-08-02T13:10:00+00:00", "id": 2648, "session_name": "Race"}, {"date": "2020-08-02T15:00:00+00:00", "id": 2649, "session_name": "FastestLap"}], "start_date": "2020-07-31", "status": "Confirmed", "track": "Silverstone"}, {"country": "Great Britain", "end_date": "2020-08-09", "name": "British Grand Prix - 70th Anniversary", "race_id": 344, "season": "2020", "sessions": [{"date": "2020-08-07T10:00:00+00:00", "id": 2750, "session_name": "Practice 1"}, {"date": "2020-08-07T14:00:00+00:00", "id": 2751, "session_name": "Practice 2"}, {"date": "2020-08-08T10:00:00+00:00", "id": 2752, "session_name": "Practice 3"}, {"date": "2020-08-08T13:00:00+00:00", "id": 2753, "session_name": "Qualifying 1"}, {"date": "2020-08-08T13:25:00+00:00", "id": 2754, "session_name": "Qualifying 2"}, {"date": "2020-08-08T13:45:00+00:00", "id": 2755, "session_name": "Qualifying 3"}, {"date": "2020-08-08T14:00:00+00:00", "id": 2756, "session_name": "Grid"}, {"date": "2020-08-09T13:10:00+00:00", "id": 2757, "session_name": "Race"}, {"date": "2020-08-09T15:00:00+00:00", "id": 2758, "session_name": "FastestLap"}], "start_date": "2020-08-07", "status": "Confirmed", "track": "Silverstone"}, {"country": "Spain", "end_date": "2020-08-16", "name": "Spanish Grand Prix", "race_id": 306, "season": "2020", "sessions": [{"date": "2020-08-14T09:00:00+00:00", "id": 2587, "session_name": "Practice 1"}, {"date": "2020-08-14T13:00:00+00:00", "id": 2588, "session_name": "Practice 2"}, {"date": "2020-08-15T10:00:00+00:00", "id": 2589, "session_name": "Practice 3"}, {"date": "2020-08-15T13:00:00+00:00", "id": 2590, "session_name": "Qualifying 1"}, {"date": "2020-08-15T13:25:00+00:00", "id": 2591, "session_name": "Qualifying 2"}, {"date": "2020-08-15T13:45:00+00:00", "id": 2592, "session_name": "Qualifying 3"}, {"date": "2020-08-15T14:00:00+00:00", "id": 2593, "session_name": "Grid"}, {"date": "2020-08-16T13:10:00+00:00", "id": 2594, "session_name": "Race"}, {"date": "2020-08-16T15:00:00+00:00", "id": 2595, "session_name": "FastestLap"}], "start_date": "2020-08-14", "status": "Confirmed", "track": "Barcelona"}, {"country": "Belgium", "end_date": "2020-08-30", "name": "Belgian Grand Prix", "race_id": 322, "season": "2020", "sessions": [{"date": "2020-08-28T09:00:00+00:00", "id": 2659, "session_name": "Practice 1"}, {"date": "2020-08-28T13:00:00+00:00", "id": 2660, "session_name": "Practice 2"}, {"date": "2020-08-29T10:00:00+00:00", "id": 2661, "session_name": "Practice 3"}, {"date": "2020-08-29T13:00:00+00:00", "id": 2662, "session_name": "Qualifying 1"}, {"date": "2020-08-29T13:25:00+00:00", "id": 2663, "session_name": "Qualifying 2"}, {"date": "2020-08-29T13:45:00+00:00", "id": 2664, "session_name": "Qualifying 3"}, {"date": "2020-08-29T14:00:00+00:00", "id": 2665, "session_name": "Grid"}, {"date": "2020-08-30T13:10:00+00:00", "id": 2666, "session_name": "Race"}, {"date": "2020-08-30T15:00:00+00:00", "id": 2667, "session_name": "FastestLap"}], "start_date": "2020-08-28", "status": "Confirmed", "track": "Spa-Francorchamps"}, {"country": "Italy", "end_date": "2020-09-06", "name": "Italian Grand Prix", "race_id": 324, "season": "2020", "sessions": [{"date": "2020-09-04T09:00:00+00:00", "id": 2668, "session_name": "Practice 1"}, {"date": "2020-09-04T13:00:00+00:00", "id": 2669, "session_name": "Practice 2"}, {"date": "2020-09-05T10:00:00+00:00", "id": 2670, "session_name": "Practice 3"}, {"date": "2020-09-05T13:00:00+00:00", "id": 2671, "session_name": "Qualifying 1"}, {"date": "2020-09-05T13:25:00+00:00", "id": 2672, "session_name": "Qualifying 2"}, {"date": "2020-09-05T13:45:00+00:00", "id": 2673, "session_name": "Qualifying 3"}, {"date": "2020-09-05T14:00:00+00:00", "id": 2674, "session_name": "Grid"}, {"date": "2020-09-06T13:10:00+00:00", "id": 2675, "session_name": "Race"}, {"date": "2020-09-06T15:00:00+00:00", "id": 2676, "session_name": "FastestLap"}], "start_date": "2020-09-04", "status": "Confirmed", "track": "Monza"}, {"country": "Italy", "end_date": "2020-09-13", "name": "Tuscan Grand Prix", "race_id": 346, "season": "2020", "sessions": [{"date": "2020-09-11T09:00:00+00:00", "id": 2759, "session_name": "Practice 1"}, {"date": "2020-09-11T11:00:00+00:00", "id": 2760, "session_name": "Practice 2"}, {"date": "2020-09-12T10:00:00+00:00", "id": 2761, "session_name": "Practice 3"}, {"date": "2020-09-12T13:00:00+00:00", "id": 2762, "session_name": "Qualifying 1"}, {"date": "2020-09-12T13:25:00+00:00", "id": 2763, "session_name": "Qualifying 2"}, {"date": "2020-09-12T13:45:00+00:00", "id": 2764, "session_name": "Qualifying 3"}, {"date": "2020-09-12T14:00:00+00:00", "id": 2765, "session_name": "Grid"}, {"date": "2020-09-13T13:10:00+00:00", "id": 2766, "session_name": "Race"}, {"date": "2020-09-13T15:00:00+00:00", "id": 2767, "session_name": "FastestLap"}], "start_date": "2020-09-11", "status": "Confirmed", "track": "Mugello"}, {"country": "Singapore", "end_date": "2020-09-20", "name": "Singapore Grand Prix", "race_id": 326, "season": "2020", "sessions": [{"date": "2020-09-18T08:30:00+00:00", "id": 2677, "session_name": "Practice 1"}, {"date": "2020-09-18T12:30:00+00:00", "id": 2678, "session_name": "Practice 2"}, {"date": "2020-09-19T10:00:00+00:00", "id": 2679, "session_name": "Practice 3"}, {"date": "2020-09-19T13:00:00+00:00", "id": 2680, "session_name": "Qualifying 1"}, {"date": "2020-09-19T13:25:00+00:00", "id": 2681, "session_name": "Qualifying 2"}, {"date": "2020-09-19T13:45:00+00:00", "id": 2682, "session_name": "Qualifying 3"}, {"date": "2020-09-19T14:00:00+00:00", "id": 2683, "session_name": "Grid"}, {"date": "2020-09-20T12:10:00+00:00", "id": 2684, "session_name": "Race"}, {"date": "2020-09-20T14:00:00+00:00", "id": 2685, "session_name": "FastestLap"}], "start_date": "2020-09-18", "status": "Postponed", "track": "Singapore"}, {"country": "Russia", "end_date": "2020-09-27", "name": "Russian Grand Prix", "race_id": 328, "season": "2020", "sessions": [{"date": "2020-09-25T08:00:00+00:00", "id": 2686, "session_name": "Practice 1"}, {"date": "2020-09-25T12:00:00+00:00", "id": 2687, "session_name": "Practice 2"}, {"date": "2020-09-26T09:00:00+00:00", "id": 2688, "session_name": "Practice 3"}, {"date": "2020-09-26T12:00:00+00:00", "id": 2689, "session_name": "Qualifying 1"}, {"date": "2020-09-26T12:25:00+00:00", "id": 2690, "session_name": "Qualifying 2"}, {"date": "2020-09-26T12:45:00+00:00", "id": 2691, "session_name": "Qualifying 3"}, {"date": "2020-09-26T13:00:00+00:00", "id": 2692, "session_name": "Grid"}, {"date": "2020-09-27T11:10:00+00:00", "id": 2693, "session_name": "Race"}, {"date": "2020-09-27T13:00:00+00:00", "id": 2694, "session_name": "FastestLap"}], "start_date": "2020-09-25", "status": "Confirmed", "track": "Sochi"}, {"country": "Japan", "end_date": "2020-10-11", "name": "Japanese Grand Prix", "race_id": 330, "season": "2020", "sessions": [{"date": "2020-10-09T08:00:00+00:00", "id": 2695, "session_name": "Practice 1"}, {"date": "2020-10-09T11:00:00+00:00", "id": 2696, "session_name": "Practice 2"}, {"date": "2020-10-10T08:00:00+00:00", "id": 2697, "session_name": "Practice 3"}, {"date": "2020-10-10T11:00:00+00:00", "id": 2698, "session_name": "Qualifying 1"}, {"date": "2020-10-10T11:25:00+00:00", "id": 2699, "session_name": "Qualifying 2"}, {"date": "2020-10-10T11:45:00+00:00", "id": 2700, "session_name": "Qualifying 3"}, {"date": "2020-10-10T12:00:00+00:00", "id": 2701, "session_name": "Grid"}, {"date": "2020-10-11T11:00:00+00:00", "id": 2702, "session_name": "Race"}, {"date": "2020-10-11T13:00:00+00:00", "id": 2703, "session_name": "FastestLap"}], "start_date": "2020-10-09", "status": "Postponed", "track": "Suzuka"}, {"country": "Germany", "end_date": "2020-10-11", "name": "Eifel Grand Prix", "race_id": 348, "season": "2020", "sessions": [{"date": "2020-10-09T09:00:00+00:00", "id": 2768, "session_name": "Practice 1"}, {"date": "2020-10-09T11:00:00+00:00", "id": 2769, "session_name": "Practice 2"}, {"date": "2020-10-10T10:00:00+00:00", "id": 2770, "session_name": "Practice 3"}, {"date": "2020-10-10T13:00:00+00:00", "id": 2771, "session_name": "Qualifying 1"}, {"date": "2020-10-10T13:25:00+00:00", "id": 2772, "session_name": "Qualifying 2"}, {"date": "2020-10-10T13:45:00+00:00", "id": 2773, "session_name": "Qualifying 3"}, {"date": "2020-10-10T14:00:00+00:00", "id": 2774, "session_name": "Grid"}, {"date": "2020-10-11T13:10:00+00:00", "id": 2775, "session_name": "Race"}, {"date": "2020-10-11T15:00:00+00:00", "id": 2776, "session_name": "FastestLap"}], "start_date": "2020-10-09", "status": "Confirmed", "track": "Nurburgring"}, {"country": "United States", "end_date": "2020-10-25", "name": "United States Grand Prix", "race_id": 332, "season": "2020", "sessions": [{"date": "2020-10-23T16:00:00+00:00", "id": 2704, "session_name": "Practice 1"}, {"date": "2020-10-23T20:00:00+00:00", "id": 2705, "session_name": "Practice 2"}, {"date": "2020-10-24T18:00:00+00:00", "id": 2706, "session_name": "Practice 3"}, {"date": "2020-10-24T21:00:00+00:00", "id": 2707, "session_name": "Qualifying 1"}, {"date": "2020-10-24T21:25:00+00:00", "id": 2708, "session_name": "Qualifying 2"}, {"date": "2020-10-24T21:45:00+00:00", "id": 2709, "session_name": "Qualifying 3"}, {"date": "2020-10-24T22:00:00+00:00", "id": 2710, "session_name": "Grid"}, {"date": "2020-10-25T19:10:00+00:00", "id": 2711, "session_name": "Race"}, {"date": "2020-10-25T21:00:00+00:00", "id": 2712, "session_name": "FastestLap"}], "start_date": "2020-10-23", "status": "Cancelled", "track": "Austin"}, {"country": "Portugal", "end_date": "2020-10-25", "name": "Portuguese Grand Prix", "race_id": 350, "season": "2020", "sessions": [{"date": "2020-10-23T09:00:00+00:00", "id": 2777, "session_name": "Practice 1"}, {"date": "2020-10-23T11:00:00+00:00", "id": 2778, "session_name": "Practice 2"}, {"date": "2020-10-24T10:00:00+00:00", "id": 2779, "session_name": "Practice 3"}, {"date": "2020-10-24T13:00:00+00:00", "id": 2780, "session_name": "Qualifying 1"}, {"date": "2020-10-24T13:25:00+00:00", "id": 2781, "session_name": "Qualifying 2"}, {"date": "2020-10-24T13:45:00+00:00", "id": 2782, "session_name": "Qualifying 3"}, {"date": "2020-10-24T14:00:00+00:00", "id": 2783, "session_name": "Grid"}, {"date": "2020-10-25T13:10:00+00:00", "id": 2784, "session_name": "Race"}, {"date": "2020-10-25T15:00:00+00:00", "id": 2785, "session_name": "FastestLap"}], "start_date": "2020-10-23", "status": "Confirmed", "track": "Portimao"}, {"country": "Mexico", "end_date": "2020-11-01", "name": "Mexican Grand Prix", "race_id": 334, "season": "2020", "sessions": [{"date": "2020-10-30T11:00:00+00:00", "id": 2714, "session_name": "Practice 2"}, {"date": "2020-10-30T21:00:00+00:00", "id": 2713, "session_name": "Practice 1"}, {"date": "2020-10-31T16:00:00+00:00", "id": 2715, "session_name": "Practice 3"}, {"date": "2020-10-31T19:00:00+00:00", "id": 2716, "session_name": "Qualifying 1"}, {"date": "2020-10-31T19:25:00+00:00", "id": 2717, "session_name": "Qualifying 2"}, {"date": "2020-10-31T19:45:00+00:00", "id": 2718, "session_name": "Qualifying 3"}, {"date": "2020-10-31T20:00:00+00:00", "id": 2719, "session_name": "Grid"}, {"date": "2020-11-01T19:10:00+00:00", "id": 2720, "session_name": "Race"}, {"date": "2020-11-01T21:00:00+00:00", "id": 2721, "session_name": "FastestLap"}], "start_date": "2020-10-30", "status": "Cancelled", "track": "Mexico City"}, {"country": "Italy", "end_date": "2020-11-01", "name": "Emilia-Romagna Grand Prix", "race_id": 352, "season": "2020", "sessions": [{"date": "2020-10-31T09:00:00+00:00", "id": 2786, "session_name": "Practice 1"}, {"date": "2020-10-31T10:00:00+00:00", "id": 2788, "session_name": "Practice 3"}, {"date": "2020-10-31T11:00:00+00:00", "id": 2787, "session_name": "Practice 2"}, {"date": "2020-10-31T13:00:00+00:00", "id": 2789, "session_name": "Qualifying 1"}, {"date": "2020-10-31T13:25:00+00:00", "id": 2790, "session_name": "Qualifying 2"}, {"date": "2020-10-31T13:45:00+00:00", "id": 2791, "session_name": "Qualifying 3"}, {"date": "2020-10-31T14:00:00+00:00", "id": 2792, "session_name": "Grid"}, {"date": "2020-11-01T13:10:00+00:00", "id": 2793, "session_name": "Race"}, {"date": "2020-11-01T15:00:00+00:00", "id": 2794, "session_name": "FastestLap"}], "start_date": "2020-10-31", "status": "Confirmed", "track": "Imola"}, {"country": "Brazil", "end_date": "2020-11-15", "name": "Brazilian Grand Prix", "race_id": 336, "season": "2020", "sessions": [{"date": "2020-11-13T14:00:00+00:00", "id": 2722, "session_name": "Practice 1"}, {"date": "2020-11-13T18:00:00+00:00", "id": 2723, "session_name": "Practice 2"}, {"date": "2020-11-14T15:00:00+00:00", "id": 2724, "session_name": "Practice 3"}, {"date": "2020-11-14T18:00:00+00:00", "id": 2725, "session_name": "Qualifying 1"}, {"date": "2020-11-14T18:25:00+00:00", "id": 2726, "session_name": "Qualifying 2"}, {"date": "2020-11-14T18:45:00+00:00", "id": 2727, "session_name": "Qualifying 3"}, {"date": "2020-11-14T19:00:00+00:00", "id": 2728, "session_name": "Grid"}, {"date": "2020-11-15T17:10:00+00:00", "id": 2729, "session_name": "Race"}, {"date": "2020-11-15T19:00:00+00:00", "id": 2730, "session_name": "FastestLap"}], "start_date": "2020-11-13", "status": "Cancelled", "track": "Sao Paulo"}, {"country": "Abu Dhabi", "end_date": "2020-11-29", "name": "Abu Dhabi Grand Prix", "race_id": 338, "season": "2020", "sessions": [{"date": "2020-11-27T09:00:00+00:00", "id": 2731, "session_name": "Practice 1"}, {"date": "2020-11-27T13:00:00+00:00", "id": 2732, "session_name": "Practice 2"}, {"date": "2020-11-28T10:00:00+00:00", "id": 2733, "session_name": "Practice 3"}, {"date": "2020-11-28T13:00:00+00:00", "id": 2734, "session_name": "Qualifying 1"}, {"date": "2020-11-28T13:25:00+00:00", "id": 2735, "session_name": "Qualifying 2"}, {"date": "2020-11-28T13:45:00+00:00", "id": 2736, "session_name": "Qualifying 3"}, {"date": "2020-11-28T14:00:00+00:00", "id": 2737, "session_name": "Grid"}, {"date": "2020-11-29T13:10:00+00:00", "id": 2738, "session_name": "Race"}, {"date": "2020-11-29T15:00:00+00:00", "id": 2739, "session_name": "FastestLap"}], "start_date": "2020-11-27", "status": "Confirmed", "track": "Yas Island"}]}
{"properties": {"meta": {"properties": {"description": {"type": "string"}, "fields": {"properties": {"country": {"type": "string"}, "end_date": {"type": "string"}, "name": {"type": "string"}, "race_id": {"type": "string"}, "season": {"type": "string"}, "session_array": {"properties": {"date": {"type": "string"}, "id": {"type": "string"}, "session_name": {"type": "string"}}, "type": "object"}, "start_date": {"type": "string"}, "status": {"type": "string"}, "track": {"type": "string"}}, "type": "object"}, "title": {"type": "string"}}, "type": "object"}, "results": {"items": {"properties": {"country": {"type": "string"}, "end_date": {"type": "string"}, "name": {"type": "string"}, "race_id": {"type": "integer"}, "season": {"type": "string"}, "sessions": {"items": {"properties": {"date": {"type": "string"}, "id": {"type": "integer"}, "session_name": {"type": "string"}}, "type": "object"}, "type": "array"}, "start_date": {"type": "string"}, "status": {"type": "string"}, "track": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
f2997415-33ae-4cc5-9f3f-223bd3d12921/eee31bc2-3d1b-4d55-8f78-4e4e9072db99/0/0
F1 Live Motorsport Data
Formula 1 data for the ultimate motorsport fanatic!
9.3
Constructor Standings
Lists constructor standings for given season.
200
2020 Constructor Standings
{"meta": {"description": "Constructor standings for 2020 season", "fields": {"points": "Integer", "position": "Integer", "season": "Integer", "team_id": "Integer - team unique id", "team_name": "String - team full name"}, "title": "F1 Constructor Standings - 2020"}, "results": [{"points": 180, "position": 1, "season": 2020, "team_id": 58685, "team_name": "Mercedes"}, {"points": 113, "position": 2, "season": 2020, "team_id": 33121, "team_name": "Red Bull"}, {"points": 55, "position": 3, "season": 2020, "team_id": 183197, "team_name": "Ferrari"}, {"points": 53, "position": 4, "season": 2020, "team_id": 56525, "team_name": "McLaren"}, {"points": 41, "position": 5, "season": 2020, "team_id": 65311, "team_name": "Racing Point"}, {"points": 36, "position": 6, "season": 2020, "team_id": 31205, "team_name": "Renault"}, {"points": 14, "position": 7, "season": 2020, "team_id": 199493, "team_name": "AlphaTauri"}, {"points": 2, "position": 8, "season": 2020, "team_id": 71583, "team_name": "Alfa Romeo Racing"}, {"points": 1, "position": 9, "season": 2020, "team_id": 143585, "team_name": "Haas"}, {"points": 0, "position": 10, "season": 2020, "team_id": 163637, "team_name": "Williams"}]}
{"properties": {"meta": {"properties": {"description": {"type": "string"}, "fields": {"properties": {"points": {"type": "string"}, "position": {"type": "string"}, "season": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}}, "type": "object"}, "title": {"type": "string"}}, "type": "object"}, "results": {"items": {"properties": {"points": {"type": "integer"}, "position": {"type": "integer"}, "season": {"type": "integer"}, "team_id": {"type": "integer"}, "team_name": {"type": "string"}}, "type": "object"}, "type": "array"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/869fae30-c440-4d1e-bdf1-a2a71b1ed19e/0/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/bbfe3001-d10f-4506-9066-51c6f3e255b8/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/bd4a94dd-b6b7-4109-8a90-86976691adda/0/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/e43b0277-9b88-4cab-91b4-9ce1c5e72f67/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_scrape_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/cf1a05e3-4d5f-48d0-96f0-7a95e11f4f8d/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/b756dda7-f26d-4de6-ace3-adaffeb55b58/0/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/ecc04e75-4b20-4a51-951b-3d328760a655/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_scrape_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/c92f802c-7f8a-4791-a4aa-25b15b6011a5/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/da7008bc-4851-419b-87cd-a8653a60650f/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/525af6ce-7b8e-4440-8899-4b4a5de0c76d/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/7b8124ff-1ef3-4e81-a924-53c99b2cf73f/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/6ee0c4d2-6c71-450c-89ce-593d08489127/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/db6090ff-b6b2-4a93-8992-8f18635542a8/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/302fac64-91e0-4fe1-bdf6-a21043adf165/0/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/a7c4d15d-e3b4-4872-a7ec-0dcb37d68688/1/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
1fbaa6c8-b736-4585-888c-599bd120344b/2f189dbd-0d33-4b95-bde3-07ef55450a68/0/0
SWIFT Baseball
Baseball predictions, odds and results
5.1
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
30b1b267-7125-4e1b-8469-75539417f3dc/c077598b-c38e-4554-8cb9-975b52cc7071/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/table-home
scores/table-home
200
Example_1
{"data": {"LTT": 2, "phrX": [{"D": 1, "V": 150}], "team": [{"Img": "enet/8634.png", "Ipr": 0, "Tid": "2911", "Tnm": "Barcelona", "drw": 0, "drwn": "0", "ga": 2, "gd": 9, "gf": 11, "href_team": "/en/football/team/barcelona/2911", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 4, "pts": 12, "ptsn": "12", "rnk": 1, "win": 4, "winn": "4", "wot": 0}, {"Img": "enet/7732.png", "Ipr": 0, "Tid": "3586", "Tnm": "Girona", "drw": 0, "drwn": "0", "ga": 3, "gd": 6, "gf": 9, "href_team": "/en/football/team/girona/3586", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 3, "pts": 9, "ptsn": "9", "rnk": 2, "win": 3, "winn": "3", "wot": 0}, {"Img": "enet/8633.png", "Ipr": 0, "Tid": "4009", "Tnm": "Real Madrid", "drw": 0, "drwn": "0", "ga": 2, "gd": 4, "gf": 6, "href_team": "/en/football/team/real-madrid/4009", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 3, "pts": 9, "ptsn": "9", "rnk": 3, "win": 3, "winn": "3", "wot": 0}, {"Img": "enet/8560.png", "Ipr": 0, "Tid": "4169", "Tnm": "Real Sociedad", "drw": 2, "drwn": "2", "ga": 8, "gd": 3, "gf": 11, "href_team": "/en/football/team/real-sociedad/4169", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 4, "pts": 8, "ptsn": "8", "rnk": 4, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8385.png", "Ipr": 0, "Tid": "3434", "Tnm": "Cadiz", "drw": 2, "drwn": "2", "ga": 2, "gd": 3, "gf": 5, "href_team": "/en/football/team/cadiz/3434", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 4, "pts": 8, "ptsn": "8", "rnk": 5, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8315.png", "Ipr": 0, "Tid": "3408", "Tnm": "Athletic Club", "drw": 1, "drwn": "1", "ga": 6, "gd": 3, "gf": 9, "href_team": "/en/football/team/athletic-club/3408", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 4, "pts": 7, "ptsn": "7", "rnk": 6, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8305.png", "Ipr": 0, "Tid": "3379", "Tnm": "Getafe", "drw": 1, "drwn": "1", "ga": 2, "gd": 2, "gf": 4, "href_team": "/en/football/team/getafe/3379", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 3, "pts": 7, "ptsn": "7", "rnk": 7, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/9906.png", "Ipr": 0, "Tid": "2912", "Tnm": "Atletico Madrid", "drw": 0, "drwn": "0", "ga": 2, "gd": 4, "gf": 6, "href_team": "/en/football/team/atletico-madrid/2912", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 2, "pts": 6, "ptsn": "6", "rnk": 8, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8302.png", "Ipr": 0, "Tid": "12634", "Tnm": "Sevilla", "drw": 0, "drwn": "0", "ga": 5, "gd": 3, "gf": 8, "href_team": "/en/football/team/sevilla/12634", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 4, "pts": 6, "ptsn": "6", "rnk": 9, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/10267.png", "Ipr": 0, "Tid": "4008", "Tnm": "Valencia", "drw": 0, "drwn": "0", "ga": 3, "gd": 2, "gf": 5, "href_team": "/en/football/team/valencia/4008", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 4, "pts": 6, "ptsn": "6", "rnk": 10, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/9866.png", "Ipr": 0, "Tid": "4482", "Tnm": "Deportivo Alaves", "drw": 0, "drwn": "0", "ga": 5, "gd": 0, "gf": 5, "href_team": "/en/football/team/deportivo-alaves/4482", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 3, "pts": 6, "ptsn": "6", "rnk": 11, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8306.png", "Ipr": 0, "Tid": "3358", "Tnm": "Las Palmas", "drw": 2, "drwn": "2", "ga": 1, "gd": 1, "gf": 2, "href_team": "/en/football/team/las-palmas/3358", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 3, "pts": 5, "ptsn": "5", "rnk": 12, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/8603.png", "Ipr": 0, "Tid": "3352", "Tnm": "Real Betis", "drw": 2, "drwn": "2", "ga": 1, "gd": 1, "gf": 2, "href_team": "/en/football/team/real-betis/3352", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 3, "pts": 5, "ptsn": "5", "rnk": 13, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/7878.png", "Ipr": 0, "Tid": "3640", "Tnm": "Granada", "drw": 1, "drwn": "1", "ga": 9, "gd": -3, "gf": 6, "href_team": "/en/football/team/granada/3640", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 4, "pts": 4, "ptsn": "4", "rnk": 14, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/8370.png", "Ipr": 0, "Tid": "4253", "Tnm": "Rayo Vallecano", "drw": 1, "drwn": "1", "ga": 8, "gd": -5, "gf": 3, "href_team": "/en/football/team/rayo-vallecano/4253", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 3, "pts": 4, "ptsn": "4", "rnk": 15, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/10205.png", "Ipr": 0, "Tid": "3608", "Tnm": "Villarreal", "drw": 0, "drwn": "0", "ga": 9, "gd": -2, "gf": 7, "href_team": "/en/football/team/villarreal/3608", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 4, "pts": 3, "ptsn": "3", "rnk": 16, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/8661.png", "Ipr": 0, "Tid": "500", "Tnm": "Mallorca", "drw": 2, "drwn": "2", "ga": 3, "gd": -1, "gf": 2, "href_team": "/en/football/team/mallorca/500", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 3, "pts": 2, "ptsn": "2", "rnk": 17, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/9910.png", "Ipr": 0, "Tid": "4162", "Tnm": "Celta Vigo", "drw": 1, "drwn": "1", "ga": 5, "gd": -4, "gf": 1, "href_team": "/en/football/team/celta-vigo/4162", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 4, "pts": 1, "ptsn": "1", "rnk": 18, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/9865.png", "Ipr": 0, "Tid": "4518", "Tnm": "Almeria", "drw": 1, "drwn": "1", "ga": 10, "gd": -5, "gf": 5, "href_team": "/en/football/team/almeria/4518", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 4, "pts": 1, "ptsn": "1", "rnk": 19, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/8371.png", "Ipr": 0, "Tid": "463", "Tnm": "Osasuna", "drw": 1, "drwn": "1", "ga": 6, "gd": -5, "gf": 1, "href_team": "/en/football/team/osasuna/463", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 4, "pts": 1, "ptsn": "1", "rnk": 20, "win": 0, "winn": "0", "wot": 0}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"LTT": {"type": "integer"}, "phrX": {"type": "array", "items": {"type": "object", "properties": {"D": {"type": "integer"}, "V": {"type": "integer"}}}}, "team": {"type": "array", "items": {"type": "object", "properties": {"Img": {"type": "string"}, "Ipr": {"type": "integer"}, "Tid": {"type": "string"}, "Tnm": {"type": "string"}, "drw": {"type": "integer"}, "drwn": {"type": "string"}, "ga": {"type": "integer"}, "gd": {"type": "integer"}, "gf": {"type": "integer"}, "href_team": {"type": "string"}, "lap": {"type": "integer"}, "lot": {"type": "integer"}, "lreg": {"type": "integer"}, "lst": {"type": "integer"}, "lstn": {"type": "string"}, "pld": {"type": "integer"}, "pts": {"type": "integer"}, "ptsn": {"type": "string"}, "rnk": {"type": "integer"}, "win": {"type": "integer"}, "winn": {"type": "string"}, "wot": {"type": "integer"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/7638f3c5-89a2-4b89-8d6a-e5732e240769/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/table-away
scores/table-away
200
Example_1
{"data": {"LTT": 3, "phrX": [{"D": 1, "V": 150}], "team": [{"Img": "enet/7732.png", "Ipr": 0, "Tid": "3586", "Tnm": "Girona", "drw": 1, "drwn": "1", "ga": 5, "gd": 4, "gf": 9, "href_team": "/en/football/team/girona/3586", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 4, "pts": 10, "ptsn": "10", "rnk": 1, "win": 3, "winn": "3", "wot": 0}, {"Img": "enet/8633.png", "Ipr": 0, "Tid": "4009", "Tnm": "Real Madrid", "drw": 0, "drwn": "0", "ga": 4, "gd": 3, "gf": 7, "href_team": "/en/football/team/real-madrid/4009", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 4, "pts": 9, "ptsn": "9", "rnk": 2, "win": 3, "winn": "3", "wot": 0}, {"Img": "enet/8634.png", "Ipr": 0, "Tid": "2911", "Tnm": "Barcelona", "drw": 2, "drwn": "2", "ga": 6, "gd": 2, "gf": 8, "href_team": "/en/football/team/barcelona/2911", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 4, "pts": 8, "ptsn": "8", "rnk": 3, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/9906.png", "Ipr": 0, "Tid": "2912", "Tnm": "Atletico Madrid", "drw": 1, "drwn": "1", "ga": 3, "gd": 6, "gf": 9, "href_team": "/en/football/team/atletico-madrid/2912", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 4, "pts": 7, "ptsn": "7", "rnk": 4, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8315.png", "Ipr": 0, "Tid": "3408", "Tnm": "Athletic Club", "drw": 1, "drwn": "1", "ga": 0, "gd": 4, "gf": 4, "href_team": "/en/football/team/athletic-club/3408", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 3, "pts": 7, "ptsn": "7", "rnk": 5, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8370.png", "Ipr": 0, "Tid": "4253", "Tnm": "Rayo Vallecano", "drw": 1, "drwn": "1", "ga": 1, "gd": 3, "gf": 4, "href_team": "/en/football/team/rayo-vallecano/4253", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 4, "pts": 7, "ptsn": "7", "rnk": 6, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8371.png", "Ipr": 0, "Tid": "463", "Tnm": "Osasuna", "drw": 0, "drwn": "0", "ga": 4, "gd": 2, "gf": 6, "href_team": "/en/football/team/osasuna/463", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 3, "pts": 6, "ptsn": "6", "rnk": 7, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/9910.png", "Ipr": 0, "Tid": "4162", "Tnm": "Celta Vigo", "drw": 1, "drwn": "1", "ga": 6, "gd": 0, "gf": 6, "href_team": "/en/football/team/celta-vigo/4162", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 3, "pts": 4, "ptsn": "4", "rnk": 8, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/10267.png", "Ipr": 0, "Tid": "4008", "Tnm": "Valencia", "drw": 1, "drwn": "1", "ga": 4, "gd": 0, "gf": 4, "href_team": "/en/football/team/valencia/4008", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 3, "pts": 4, "ptsn": "4", "rnk": 9, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/8560.png", "Ipr": 0, "Tid": "4169", "Tnm": "Real Sociedad", "drw": 1, "drwn": "1", "ga": 2, "gd": 0, "gf": 2, "href_team": "/en/football/team/real-sociedad/4169", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 3, "pts": 4, "ptsn": "4", "rnk": 10, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/10205.png", "Ipr": 0, "Tid": "3608", "Tnm": "Villarreal", "drw": 1, "drwn": "1", "ga": 4, "gd": -1, "gf": 3, "href_team": "/en/football/team/villarreal/3608", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 3, "pts": 4, "ptsn": "4", "rnk": 11, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/8661.png", "Ipr": 0, "Tid": "500", "Tnm": "Mallorca", "drw": 1, "drwn": "1", "ga": 9, "gd": -2, "gf": 7, "href_team": "/en/football/team/mallorca/500", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 4, "pts": 4, "ptsn": "4", "rnk": 12, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/8603.png", "Ipr": 0, "Tid": "3352", "Tnm": "Real Betis", "drw": 1, "drwn": "1", "ga": 11, "gd": -6, "gf": 5, "href_team": "/en/football/team/real-betis/3352", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 4, "pts": 4, "ptsn": "4", "rnk": 13, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/8302.png", "Ipr": 0, "Tid": "12634", "Tnm": "Sevilla", "drw": 1, "drwn": "1", "ga": 5, "gd": -2, "gf": 3, "href_team": "/en/football/team/sevilla/12634", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 3, "pts": 1, "ptsn": "1", "rnk": 14, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/9866.png", "Ipr": 0, "Tid": "4482", "Tnm": "Deportivo Alaves", "drw": 1, "drwn": "1", "ga": 5, "gd": -4, "gf": 1, "href_team": "/en/football/team/deportivo-alaves/4482", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 4, "pts": 1, "ptsn": "1", "rnk": 15, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/8305.png", "Ipr": 0, "Tid": "3379", "Tnm": "Getafe", "drw": 1, "drwn": "1", "ga": 11, "gd": -5, "gf": 6, "href_team": "/en/football/team/getafe/3379", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 4, "pts": 1, "ptsn": "1", "rnk": 16, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/9865.png", "Ipr": 0, "Tid": "4518", "Tnm": "Almeria", "drw": 1, "drwn": "1", "ga": 8, "gd": -5, "gf": 3, "href_team": "/en/football/team/almeria/4518", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 3, "pts": 1, "ptsn": "1", "rnk": 17, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/8385.png", "Ipr": 0, "Tid": "3434", "Tnm": "Cadiz", "drw": 1, "drwn": "1", "ga": 6, "gd": -5, "gf": 1, "href_team": "/en/football/team/cadiz/3434", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 3, "pts": 1, "ptsn": "1", "rnk": 18, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/7878.png", "Ipr": 0, "Tid": "3640", "Tnm": "Granada", "drw": 0, "drwn": "0", "ga": 9, "gd": -5, "gf": 4, "href_team": "/en/football/team/granada/3640", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 3, "pts": 0, "ptsn": "0", "rnk": 19, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/8306.png", "Ipr": 0, "Tid": "3358", "Tnm": "Las Palmas", "drw": 0, "drwn": "0", "ga": 5, "gd": -5, "gf": 0, "href_team": "/en/football/team/las-palmas/3358", "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pld": 4, "pts": 0, "ptsn": "0", "rnk": 20, "win": 0, "winn": "0", "wot": 0}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"LTT": {"type": "integer"}, "phrX": {"type": "array", "items": {"type": "object", "properties": {"D": {"type": "integer"}, "V": {"type": "integer"}}}}, "team": {"type": "array", "items": {"type": "object", "properties": {"Img": {"type": "string"}, "Ipr": {"type": "integer"}, "Tid": {"type": "string"}, "Tnm": {"type": "string"}, "drw": {"type": "integer"}, "drwn": {"type": "string"}, "ga": {"type": "integer"}, "gd": {"type": "integer"}, "gf": {"type": "integer"}, "href_team": {"type": "string"}, "lap": {"type": "integer"}, "lot": {"type": "integer"}, "lreg": {"type": "integer"}, "lst": {"type": "integer"}, "lstn": {"type": "string"}, "pld": {"type": "integer"}, "pts": {"type": "integer"}, "ptsn": {"type": "string"}, "rnk": {"type": "integer"}, "win": {"type": "integer"}, "winn": {"type": "string"}, "wot": {"type": "integer"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/626f773e-737f-4835-adcb-27a6dba1431f/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/table-all
scores/table-all
200
Example_1
{"data": {"LTT": 1, "phrX": [{"D": 1, "V": 150}], "team": [{"Img": "enet/8634.png", "Ipr": 0, "Tid": "2911", "Tnm": "Barcelona", "drw": 2, "drwn": "2", "ga": 8, "gd": 11, "gf": 19, "href_team": "/en/football/team/barcelona/2911", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "phr": [20], "pld": 8, "pts": 20, "ptsn": "20", "rnk": 1, "win": 6, "winn": "6", "wot": 0}, {"Img": "enet/7732.png", "Ipr": 0, "Tid": "3586", "Tnm": "Girona", "drw": 1, "drwn": "1", "ga": 8, "gd": 10, "gf": 18, "href_team": "/en/football/team/girona/3586", "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "phr": [20], "pld": 7, "pts": 19, "ptsn": "19", "rnk": 2, "win": 6, "winn": "6", "wot": 0}, {"Img": "enet/8633.png", "Ipr": 0, "Tid": "4009", "Tnm": "Real Madrid", "drw": 0, "drwn": "0", "ga": 6, "gd": 7, "gf": 13, "href_team": "/en/football/team/real-madrid/4009", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "phr": [20], "pld": 7, "pts": 18, "ptsn": "18", "rnk": 3, "win": 6, "winn": "6", "wot": 0}, {"Img": "enet/8315.png", "Ipr": 0, "Tid": "3408", "Tnm": "Athletic Club", "drw": 2, "drwn": "2", "ga": 6, "gd": 7, "gf": 13, "href_team": "/en/football/team/athletic-club/3408", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "phr": [20], "pld": 7, "pts": 14, "ptsn": "14", "rnk": 4, "win": 4, "winn": "4", "wot": 0}, {"Img": "enet/9906.png", "Ipr": 0, "Tid": "2912", "Tnm": "Atletico Madrid", "drw": 1, "drwn": "1", "ga": 5, "gd": 10, "gf": 15, "href_team": "/en/football/team/atletico-madrid/2912", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "phr": [25], "pld": 6, "pts": 13, "ptsn": "13", "rnk": 5, "win": 4, "winn": "4", "wot": 0}, {"Img": "enet/8560.png", "Ipr": 0, "Tid": "4169", "Tnm": "Real Sociedad", "drw": 3, "drwn": "3", "ga": 10, "gd": 3, "gf": 13, "href_team": "/en/football/team/real-sociedad/4169", "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "phr": [191], "pld": 7, "pts": 12, "ptsn": "12", "rnk": 6, "win": 3, "winn": "3", "wot": 0}, {"Img": "enet/8370.png", "Ipr": 0, "Tid": "4253", "Tnm": "Rayo Vallecano", "drw": 2, "drwn": "2", "ga": 9, "gd": -2, "gf": 7, "href_team": "/en/football/team/rayo-vallecano/4253", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 7, "pts": 11, "ptsn": "11", "rnk": 7, "win": 3, "winn": "3", "wot": 0}, {"Img": "enet/10267.png", "Ipr": 0, "Tid": "4008", "Tnm": "Valencia", "drw": 1, "drwn": "1", "ga": 7, "gd": 2, "gf": 9, "href_team": "/en/football/team/valencia/4008", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 7, "pts": 10, "ptsn": "10", "rnk": 8, "win": 3, "winn": "3", "wot": 0}, {"Img": "enet/8385.png", "Ipr": 0, "Tid": "3434", "Tnm": "Cadiz", "drw": 3, "drwn": "3", "ga": 8, "gd": -2, "gf": 6, "href_team": "/en/football/team/cadiz/3434", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 7, "pts": 9, "ptsn": "9", "rnk": 9, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8603.png", "Ipr": 0, "Tid": "3352", "Tnm": "Real Betis", "drw": 3, "drwn": "3", "ga": 12, "gd": -5, "gf": 7, "href_team": "/en/football/team/real-betis/3352", "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pld": 7, "pts": 9, "ptsn": "9", "rnk": 10, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8305.png", "Ipr": 0, "Tid": "3379", "Tnm": "Getafe", "drw": 2, "drwn": "2", "ga": 13, "gd": -3, "gf": 10, "href_team": "/en/football/team/getafe/3379", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 7, "pts": 8, "ptsn": "8", "rnk": 11, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8302.png", "Ipr": 0, "Tid": "12634", "Tnm": "Sevilla", "drw": 1, "drwn": "1", "ga": 10, "gd": 1, "gf": 11, "href_team": "/en/football/team/sevilla/12634", "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pld": 7, "pts": 7, "ptsn": "7", "rnk": 12, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/10205.png", "Ipr": 0, "Tid": "3608", "Tnm": "Villarreal", "drw": 1, "drwn": "1", "ga": 13, "gd": -3, "gf": 10, "href_team": "/en/football/team/villarreal/3608", "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pld": 7, "pts": 7, "ptsn": "7", "rnk": 13, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8371.png", "Ipr": 0, "Tid": "463", "Tnm": "Osasuna", "drw": 1, "drwn": "1", "ga": 10, "gd": -3, "gf": 7, "href_team": "/en/football/team/osasuna/463", "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pld": 7, "pts": 7, "ptsn": "7", "rnk": 14, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/9866.png", "Ipr": 0, "Tid": "4482", "Tnm": "Deportivo Alaves", "drw": 1, "drwn": "1", "ga": 10, "gd": -4, "gf": 6, "href_team": "/en/football/team/deportivo-alaves/4482", "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pld": 7, "pts": 7, "ptsn": "7", "rnk": 15, "win": 2, "winn": "2", "wot": 0}, {"Img": "enet/8661.png", "Ipr": 0, "Tid": "500", "Tnm": "Mallorca", "drw": 3, "drwn": "3", "ga": 12, "gd": -3, "gf": 9, "href_team": "/en/football/team/mallorca/500", "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pld": 7, "pts": 6, "ptsn": "6", "rnk": 16, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/9910.png", "Ipr": 0, "Tid": "4162", "Tnm": "Celta Vigo", "drw": 2, "drwn": "2", "ga": 11, "gd": -4, "gf": 7, "href_team": "/en/football/team/celta-vigo/4162", "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pld": 7, "pts": 5, "ptsn": "5", "rnk": 17, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/8306.png", "Ipr": 0, "Tid": "3358", "Tnm": "Las Palmas", "drw": 2, "drwn": "2", "ga": 6, "gd": -4, "gf": 2, "href_team": "/en/football/team/las-palmas/3358", "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "phr": [15], "pld": 7, "pts": 5, "ptsn": "5", "rnk": 18, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/7878.png", "Ipr": 0, "Tid": "3640", "Tnm": "Granada", "drw": 1, "drwn": "1", "ga": 18, "gd": -8, "gf": 10, "href_team": "/en/football/team/granada/3640", "lap": 0, "lot": 0, "lreg": 5, "lst": 5, "lstn": "5", "phr": [15], "pld": 7, "pts": 4, "ptsn": "4", "rnk": 19, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/9865.png", "Ipr": 0, "Tid": "4518", "Tnm": "Almeria", "drw": 2, "drwn": "2", "ga": 18, "gd": -10, "gf": 8, "href_team": "/en/football/team/almeria/4518", "lap": 0, "lot": 0, "lreg": 5, "lst": 5, "lstn": "5", "phr": [15], "pld": 7, "pts": 2, "ptsn": "2", "rnk": 20, "win": 0, "winn": "0", "wot": 0}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"LTT": {"type": "integer"}, "phrX": {"type": "array", "items": {"type": "object", "properties": {"D": {"type": "integer"}, "V": {"type": "integer"}}}}, "team": {"type": "array", "items": {"type": "object"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/11ea800b-1970-4326-ab0f-a1f5262681db/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches-results
scores/matches-results
200
Example_1
{"data": [{"EO": 337019773, "EOX": 337019773, "Ecov": 0, "Edf": 20230126223343, "Ehid": 0, "Eid": "927245", "Epr": 2, "Eps": "AET", "ErnInf": "Quarter Finals", "Esd": 20230126200000, "Esid": 11, "Et": 1, "Ewt": 1, "LuUT": 20230512112620, "Pid": 8, "Pids": {"8": "927245"}, "Sids": {"12": "SBTC3_41374"}, "Spid": 1, "T1": [{"Abr": "MAD", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "4009", "Img": "enet/8633.png", "NewsTag": "/team/real-madrid-2021020913320920836-204/", "Nm": "Real Madrid", "Pids": {"6": ["2829"], "8": ["4009"]}, "tbd": 0}], "T2": [{"Abr": "ATM", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "2912", "Img": "enet/9906.png", "NewsTag": "/team/atletico-madrid-2021020913320920836-209/", "Nm": "Atletico Madrid", "Pids": {"6": ["2836"], "8": ["2912"]}, "tbd": 0}], "Tr1": "3", "Tr1ET": "2", "Tr2": "1", "Tr2ET": "0", "href_match": "/en/football/spain/copa-del-rey-quarter-finals/real-madrid-vs-atletico-madrid/927245"}, {"EO": 269910909, "EOX": 269910909, "Ecov": 0, "Edf": 20230126205728, "Ehid": 0, "Eid": "927242", "Epr": 2, "Eps": "FT", "ErnInf": "Quarter Finals", "Esd": 20230126190000, "Esid": 6, "Et": 1, "Ewt": 2, "LuUT": 20230530095502, "Pid": 8, "Pids": {"8": "927242"}, "Sids": {"12": "SBTC3_41374"}, "Spid": 1, "T1": [{"Abr": "VAL", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "4008", "Img": "enet/10267.png", "NewsTag": "/team/valencia-2021020913320920836-210/", "Nm": "Valencia", "Pids": {"6": ["2828"], "8": ["4008"]}, "tbd": 0}], "T2": [{"Abr": "ATB", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "3408", "Img": "enet/8315.png", "NewsTag": "/team/athletic-bilbao-2021020913320920836-198/", "Nm": "Athletic Club", "Pids": {"6": ["2825"], "8": ["3408"]}, "tbd": 0}], "Tr1": "1", "Tr2": "3", "href_match": "/en/football/spain/copa-del-rey-quarter-finals/valencia-vs-athletic-club/927242"}, {"EO": 269910909, "EOX": 269910909, "Ecov": 0, "Edf": 20230125233250, "Ehid": 0, "Eid": "927243", "Epr": 2, "Eps": "AET", "ErnInf": "Quarter Finals", "Esd": 20230125210000, "Esid": 11, "Et": 1, "Ewt": 1, "LuUT": 20230125214438, "Pid": 8, "Pids": {"8": "927243"}, "Sids": {"12": "SBTC3_41374"}, "Spid": 1, "T1": [{"Abr": "OSA", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "463", "Img": "enet/8371.png", "NewsTag": "/team/osasuna-2022062716001253418-218/", "Nm": "Osasuna", "Pids": {"6": ["2820"], "8": ["463"]}, "tbd": 0}], "T2": [{"Abr": "SEV", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "12634", "Img": "enet/8302.png", "NewsTag": "/team/sevilla-2021020913320920836-196/", "Nm": "Sevilla", "Pids": {"6": ["2833"], "8": ["12634"]}, "tbd": 0}], "Tr1": "2", "Tr1ET": "1", "Tr2": "1", "Tr2ET": "0", "href_match": "/en/football/spain/copa-del-rey-quarter-finals/osasuna-vs-sevilla/927243"}, {"EO": 269910909, "EOX": 269910909, "Ecov": 0, "Edf": 20230125215615, "Ehid": 0, "Eid": "927244", "Epr": 2, "Eps": "FT", "ErnInf": "Quarter Finals", "Esd": 20230125200000, "Esid": 6, "Et": 1, "Ewt": 1, "LuUT": 20230512114152, "Pid": 8, "Pids": {"8": "927244"}, "Sids": {"12": "SBTC3_41374"}, "Spid": 1, "T1": [{"Abr": "FCB", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "2911", "Img": "enet/8634.png", "NewsTag": "/team/barcelona-2021020913320920836-205/", "Nm": "Barcelona", "Pids": {"6": ["2817"], "8": ["2911"]}, "tbd": 0}], "T2": [{"Abr": "SOC", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "4169", "Img": "enet/8560.png", "NewsTag": "/team/real-sociedad-2022062716001253418-202/", "Nm": "Real Sociedad", "Pids": {"6": ["2824"], "8": ["4169"]}, "tbd": 0}], "Tr1": "1", "Tr2": "0", "href_match": "/en/football/spain/copa-del-rey-quarter-finals/barcelona-vs-real-sociedad/927244"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/6bc7489e-710b-41b0-8517-2f5a4f32286b/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
news/detail-by-url
news/detail-by-url
200
Example_1
{"data": {"activeSport": "football", "adsTargeting": {"adUnitPathName": "newsArticle", "category": "News", "environment": "production", "newsArticleCategory": "football, transfer news, women's football", "newsArticleId": "2023091507083661980", "newsArticleLeague": "Women's Super League", "newsArticleSensitiveContent": false, "newsArticleTags": "Women's Super League,Arsenal,Arsenal Women", "newsArticleTeam": "Arsenal,Arsenal Women", "newsArticleTitle": "Gunners make late swoop for Australia star Cooney-Cross", "screen": "NewsArticle"}, "ampWidgetsData": null, "article": {"additionalCategories": ["transfer news", "women's football"], "authors": [{"active": true, "avatar_url": null, "bio": null, "created_at": "2021-02-10T13:51:03+00:00", "created_by": {"full_name": "Tom Fairless", "id": "2021012711285572252"}, "default": false, "entity_type": "author", "generic": null, "id": "2021021013510302310", "name": "Gavin Glicksman", "seo": null, "updated_at": "2023-09-29T21:23:11+00:00", "weight": 8}], "body": [{"data": {"content": "<p>Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.&nbsp;</p>", "placeholderName": "qIjqqL", "type": "paragraph"}, "id": "qIjqqL", "type": "editor_block"}, {"data": {"content": "<p>And the Australia international is excited by the challenge ahead as the Gunners prepare to battle for Women's Super League glory.&nbsp;</p>", "placeholderName": "dAkhQO", "type": "paragraph"}, "id": "dAkhQO", "type": "editor_block"}, {"data": {"content": "<p>Cooney-Cross, 21, said: \"I'm so excited to join this club. Arsenal just felt right as soon as I heard about the interest.&nbsp;</p>", "placeholderName": "bzXfeB", "type": "paragraph"}, "id": "bzXfeB", "type": "editor_block"}, {"data": {"content": "<p>\"I'm really looking forward to experiencing the atmosphere at the Emirates in front of a big crowd for our first game there this season.&nbsp;</p>", "placeholderName": "iwZNZw", "type": "paragraph"}, "id": "iwZNZw", "type": "editor_block"}, {"data": {"content": "<p>\"I can't wait to get started and help us achieve something big together.\"</p>", "placeholderName": "jhslgc", "type": "paragraph"}, "id": "jhslgc", "type": "editor_block"}, {"data": {"content": "<p>The midfielder, who will wear No32, completed her switch before the WSL transfer window slammed shut last night.&nbsp;</p>", "placeholderName": "bsMhnB", "type": "paragraph"}, "id": "bsMhnB", "type": "editor_block"}, {"data": {"content": "<p>And her arrival is the perfect boost for Eidevall's troops following their failure to reach the Champions League group stage.&nbsp;</p>", "placeholderName": "rbdmwn", "type": "paragraph"}, "id": "rbdmwn", "type": "editor_block"}, {"data": {"changeId": "TshwdkR", "content": "twitter:1702461027600695533", "embed_type": "social", "preview": {"embedBlock": {"content": "twitter:1702461027600695533", "type": "social", "validationType": {"default": true, "label": "Plain text", "value": "text"}}}}, "id": "RgOlfh", "type": "embed"}, {"data": {"changeId": "yRJblgZ", "content": "<a href=\"https://www.livescore.com/en/news/womens-super-league-transfer-tracker-confirmed-major-deals-2023062912355169353/\" target=\"_self\">Read more: All the major summer transfer deals in the WSL</a>", "link": "https://www.livescore.com/en/news/womens-super-league-transfer-tracker-confirmed-major-deals-2023062912355169353/", "linkType": "article", "open_type": "SAME_WINDOW", "preview": {"linkBlock": {"content": "<a href=\"https://www.livescore.com/en/news/womens-super-league-transfer-tracker-confirmed-major-deals-2023062912355169353/\" target=\"_self\">Read more: All the major summer transfer deals in the WSL</a>", "link": "https://www.livescore.com/en/news/womens-super-league-transfer-tracker-confirmed-major-deals-2023062912355169353/", "linkType": "article", "open_type": "SAME_WINDOW", "text": "Read more: All the major summer transfer deals in the WSL"}}, "text": "Read more: All the major summer transfer deals in the WSL"}, "id": "efDFpi", "type": "link"}, {"data": {"content": "<p>Cooney-Cross has been capped 39 times by the Matildas and was a key figure as they reached the World Cup semi-finals on home soil during the summer.&nbsp;</p>", "placeholderName": "fPBvir", "type": "paragraph"}, "id": "fPBvir", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.arsenal.com/news/kyra-cooney-cross-joins-club\" target=\"_blank\"><span class=\"ck-fake-link-selection\">Speaking to the club's official website</span></a>, Gunners boss Eidevall said: \"Kyra is one of the best young players in world football and we are delighted to have brought her to Arsenal.&nbsp;</p>", "placeholderName": "attsKq", "type": "paragraph"}, "id": "attsKq", "type": "editor_block"}, {"data": {"content": "<p>\"Her passing ability and explosiveness allow her to affect games in a way you rarely see from such a young player.&nbsp;</p>", "placeholderName": "EvFtFU", "type": "paragraph"}, "id": "EvFtFU", "type": "editor_block"}, {"data": {"content": "<p>\"We firmly believe she will be an excellent addition to our midfield, now and in the future.\"</p>", "placeholderName": "rUgkBq", "type": "paragraph"}, "id": "rUgkBq", "type": "editor_block"}, {"data": {"content": "<p>Head of women's football Clare Wheatley added: \"We are so pleased to have brought Kyra to our club.&nbsp;</p>", "placeholderName": "hFiDhZ", "type": "paragraph"}, "id": "hFiDhZ", "type": "editor_block"}, {"data": {"content": "<p>\"At the age of 21, she already has impressive experience at domestic and international level and we believe she has huge potential for future development.&nbsp;</p>", "placeholderName": "dqAbkF", "type": "paragraph"}, "id": "dqAbkF", "type": "editor_block"}, {"data": {"content": "<p>\"Together with our supporters, we welcome Kyra to the Arsenal family and look forward to seeing her play in the red and white.\"</p>", "placeholderName": "iJjmsb", "type": "paragraph"}, "id": "iJjmsb", "type": "editor_block"}, {"data": {"content": "<p>Arsenal host Liverpool at the Emirates in their opening WSL fixture on October 1.&nbsp;</p>", "placeholderName": "fhWPcX", "type": "paragraph"}, "id": "fhWPcX", "type": "editor_block"}, {"data": {"changeId": "SQDGuPp", "content": "twitter:1702471151379742873", "embed_type": "social", "preview": {"embedBlock": {"content": "twitter:1702471151379742873", "type": "social", "validationType": {"default": true, "label": "Plain text", "value": "text"}}}}, "id": "uwWpts", "type": "embed"}, {"data": {"changeId": "fQeJTkq", "content": "<a href=\"https://www.livescore.com/en/news/freya-thomas-nottingham-forest-women-exclusive-wsl-promotion-2023091317402068818/\" target=\"_self\">EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality</a>", "link": "https://www.livescore.com/en/news/freya-thomas-nottingham-forest-women-exclusive-wsl-promotion-2023091317402068818/", "linkType": "article", "open_type": "SAME_WINDOW", "preview": {"linkBlock": {"content": "<a href=\"https://www.livescore.com/en/news/freya-thomas-nottingham-forest-women-exclusive-wsl-promotion-2023091317402068818/\" target=\"_self\">EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality</a>", "link": "https://www.livescore.com/en/news/freya-thomas-nottingham-forest-women-exclusive-wsl-promotion-2023091317402068818/", "linkType": "article", "open_type": "SAME_WINDOW", "text": "EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality"}}, "text": "EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality"}, "id": "ETOTpb", "type": "link"}], "category": {"active": true, "createdAt": "2021-02-09T13:32:09+00:00", "createdBy": {"id": "2021012609124049126", "name": "Livescore Admin"}, "description": null, "id": "2021020913320920836", "initialTitle": "Football", "listPosition": 1, "media": [], "parentId": null, "pathname": "/en/news/football/", "seo": {"description": "Click here for the latest in Football News from around the world in unmissable detail. From transfer news, to rumours, team news & stats, we cover it all.", "follow": true, "index": true, "keywords": [], "redirect_type": null, "slug": "football", "title": "Football News - Latest Football News & Transfer News | LiveScore"}, "subs": [], "title": "football", "updatedAt": "2023-09-29T13:49:24+00:00"}, "categoryLabel": "Football", "channels": [], "createdAt": "Fri Sep 15 2023 07:08:36 GMT+0000 (Coordinated Universal Time)", "entityType": "article", "id": "2023091507083661980", "isAdsEnabled": true, "isAdultContent": false, "isArticleAvailable": true, "isLive": false, "isSensitiveContent": false, "leagues": [{"href": "/en/news/competition/womens-super-league-2021020913320920836-623/", "provider": "football-api", "title": "Women's Super League", "type": "tournament"}], "mainMedia": [{"article": {"alt": "Arsenal have great expectations for Kyra Cooney-Cross", "height": 398, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg?operations=fit(707:)&w=707&quality=100", "width": 707}, "gallery": {"alt": "Arsenal have great expectations for Kyra Cooney-Cross", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Arsenal have great expectations for Kyra Cooney-Cross", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg"}, "path": null, "thumbnail": {"alt": "Arsenal have great expectations for Kyra Cooney-Cross", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "origin": null, "provider": "Gavin Glicksman", "publishedAt": "2023-09-15T07:08:36+00:00", "publishedBy": {"contactUrl": "/en/contact/", "logo": "/ls-web-assets/images/icon_ls_circle-00629ac0ee844ed0b7816a42c76dabd6.webp", "logoSize": {"height": 30, "width": 154}, "name": "LiveScore", "telephone": "+44 808 164 5759", "websiteUrl": "/en/"}, "publishedDate": "15/09/2023", "publishedRegions": [], "publishedTime": "07:08", "related": {"relatedArticles": [{"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092814403117844", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Mohamed Salah has made a superb start to the season", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/043862af-e84e-4a93-9a10-6ef343a90e74.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Mohamed Salah has made a superb start to the season", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/043862af-e84e-4a93-9a10-6ef343a90e74.jpg"}, "path": null, "thumbnail": {"alt": "Mohamed Salah has made a superb start to the season", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/043862af-e84e-4a93-9a10-6ef343a90e74.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T11:30:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Enrique believes Premier League title is beyond improving Liverpool", "type": "exclusive", "updatedAt": {"time": "1", "unit": "news.minute"}, "url": "/en/news/jose-enrique-exclusive-liverpool-jurgen-klopp-mohamed-salah-premier-league-news-2023092814403117844/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092614395418178", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Heung-Min Son was on form in Tottenham's 2-2 draw at Arsenal", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/eddf81f4-02fa-48dd-afa6-cd5372701267.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Heung-Min Son was on form in Tottenham's 2-2 draw at Arsenal", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/eddf81f4-02fa-48dd-afa6-cd5372701267.jpg"}, "path": null, "thumbnail": {"alt": "Heung-Min Son was on form in Tottenham's 2-2 draw at Arsenal", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/eddf81f4-02fa-48dd-afa6-cd5372701267.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T10:40:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "In Focus: Son is shining at Spurs as Ange-ball gathers pace", "type": "news", "updatedAt": {"time": "51", "unit": "news.minutes"}, "url": "/en/news/in-focus-heung-min-son-tottenham-liverpool-premier-league-preview-2023092614395418178/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092515264589752", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Kaoru Mitoma has made an excellent start to the season with Brighton", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/efd48ab7-9d16-4b8b-ac35-67c0c81dba0e.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Kaoru Mitoma has made an excellent start to the season with Brighton", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/efd48ab7-9d16-4b8b-ac35-67c0c81dba0e.jpg"}, "path": null, "thumbnail": {"alt": "Kaoru Mitoma has made an excellent start to the season with Brighton", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/efd48ab7-9d16-4b8b-ac35-67c0c81dba0e.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T10:10:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "In Focus: Mitoma leading by example for high-flying Seagulls", "type": "news", "updatedAt": {"time": "1", "unit": "news.hour"}, "url": "/en/news/in-focus-kaoru-mitoma-brighton-aston-villa-premier-league-preview-2023092515264589752/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023093008592535538", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Hugo Ekitike's dream PSG move has turned into a nightmare", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/bb15139e-e799-4a3c-ba14-0f84941c27fc.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Hugo Ekitike's dream PSG move has turned into a nightmare", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/bb15139e-e799-4a3c-ba14-0f84941c27fc.jpg"}, "path": null, "thumbnail": {"alt": "Hugo Ekitike's dream PSG move has turned into a nightmare", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/bb15139e-e799-4a3c-ba14-0f84941c27fc.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T09:40:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Transfer Talk: Premier League trio chase PSG starlet Ekitike", "type": "news", "updatedAt": {"time": "1", "unit": "news.hour"}, "url": "/en/news/transfer-talk-psg-hugo-ekitike-everton-west-ham-wolves-latest-news-2023093008592535538/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023093009135407245", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Steve Cooper's side have been difficult to beat at their City Ground home", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15082023/cb457206-66fe-4ee7-839b-2857afbae93c.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Steve Cooper's side have been difficult to beat at their City Ground home", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15082023/cb457206-66fe-4ee7-839b-2857afbae93c.jpg"}, "path": null, "thumbnail": {"alt": "Steve Cooper's side have been difficult to beat at their City Ground home", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15082023/cb457206-66fe-4ee7-839b-2857afbae93c.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T09:13:54+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Nottingham Forest vs Brentford predictions: More home joy for Forest", "type": "news", "updatedAt": {"time": "43", "unit": "news.minutes"}, "url": "/en/news/nottingham-forest-vs-brentford-predictions-premier-league-2023093009135407245/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092714313326020", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Veteran keeper Asmir Begovic joined QPR during the summer", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/0f0a821b-86a3-4db3-b809-859dc355a542.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Veteran keeper Asmir Begovic joined QPR during the summer", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/0f0a821b-86a3-4db3-b809-859dc355a542.jpg"}, "path": null, "thumbnail": {"alt": "Veteran keeper Asmir Begovic joined QPR during the summer", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/0f0a821b-86a3-4db3-b809-859dc355a542.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T08:25:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Begovic relishing No1 gig at QPR after Everton back-up role", "type": "exclusive", "updatedAt": {"time": "3", "unit": "news.hours"}, "url": "/en/news/asmir-begovic-exclusive-qpr-chelsea-everton-milan-efl-news-2023092714313326020/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092615235986645", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Ebony Salmon rejoined Aston Villa from Houston Dash in the summer", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/26092023/93da623e-4e3e-4317-a0ca-cb297e32ff6e.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Ebony Salmon rejoined Aston Villa from Houston Dash in the summer", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/26092023/93da623e-4e3e-4317-a0ca-cb297e32ff6e.jpg"}, "path": null, "thumbnail": {"alt": "Ebony Salmon rejoined Aston Villa from Houston Dash in the summer", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/26092023/93da623e-4e3e-4317-a0ca-cb297e32ff6e.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T08:00:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "In Focus: Can Salmon make WSL leap and push Villa on?", "type": "news", "updatedAt": {"time": "3", "unit": "news.hours"}, "url": "/en/news/in-focus-ebony-salmon-aston-villa-manchester-united-wsl-preview-2023092615235986645/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092919023352687", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Striker Jamie Vardy has scored three times in his last five appearances for Leicester City", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/9ce8a5d2-66c7-4e02-803f-f50aba31689f.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Striker Jamie Vardy has scored three times in his last five appearances for Leicester City", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/9ce8a5d2-66c7-4e02-803f-f50aba31689f.jpg"}, "path": null, "thumbnail": {"alt": "Striker Jamie Vardy has scored three times in his last five appearances for Leicester City", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/9ce8a5d2-66c7-4e02-803f-f50aba31689f.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T07:20:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Blackburn Rovers vs Leicester City predictions: Foxes to continue promotion push", "type": "news", "updatedAt": {"time": "4", "unit": "news.hours"}, "url": "/en/news/blackburn-rovers-vs-leicester-city-predictions-championship-2023092919023352687/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092921085425560", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Ramos' own goal secured Barcelona three points", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/067eceaf-84a0-4175-ba71-9aa3ea3d061f.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Ramos' own goal secured Barcelona three points", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/067eceaf-84a0-4175-ba71-9aa3ea3d061f.jpg"}, "path": null, "thumbnail": {"alt": "Ramos' own goal secured Barcelona three points", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/067eceaf-84a0-4175-ba71-9aa3ea3d061f.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T21:30:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Barcelona 1-0 Sevilla: Ramos own goal seals victory for Blaugrana", "type": "news", "updatedAt": {"time": "3", "unit": "news.hours"}, "url": "/en/news/barcelona-1-0-sevilla-sergio-ramos-own-goal-seals-narrow-victor-2023092921085425560/"}, {"categoryLabel": "Match reports", "categoryUrl": "/en/news/match-reports/", "id": "2023092921231126516", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Jack Clarke (left) celebrates his first goal in the 3-0 win at Sunderland (Nick Potts/PA)", "height": 366, "url": "https://image.assets.pressassociation.io/v2/image/production/7bbd601cc6898b6dbb62faa2de32396cY29udGVudHNlYXJjaGFwaSwxNjk2MTA3Njc4/2.73943219.jpg?rect=0,679,6923,3894&ext=.jpg&operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Jack Clarke (left) celebrates his first goal in the 3-0 win at Sunderland (Nick Potts/PA)", "url": "https://image.assets.pressassociation.io/v2/image/production/7bbd601cc6898b6dbb62faa2de32396cY29udGVudHNlYXJjaGFwaSwxNjk2MTA3Njc4/2.73943219.jpg?rect=0,679,6923,3894&ext=.jpg"}, "path": null, "thumbnail": {"alt": "Jack Clarke (left) celebrates his first goal in the 3-0 win at Sunderland (Nick Potts/PA)", "height": 160, "url": "https://image.assets.pressassociation.io/v2/image/production/7bbd601cc6898b6dbb62faa2de32396cY29udGVudHNlYXJjaGFwaSwxNjk2MTA3Njc4/2.73943219.jpg?rect=0,679,6923,3894&ext=.jpg&operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T21:19:52+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Sheffield Wednesday 0-3 Sunderland: Owls hit a new low at Hillsborough", "type": null, "updatedAt": {"time": "1", "unit": "news.minute"}, "url": "/en/news/sheffield-wednesday-0-3-sunderland-owls-hit-a-new-low-at-hillsborough-2023092921231126516/"}], "tags": [{"href": "/en/news/competition/womens-super-league-2021020913320920836-623/", "provider": "football-api", "title": "Women's Super League", "type": "tournament"}, {"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/arsenal-women-2021020913320920836-26188/", "provider": "football-api", "title": "Arsenal Women", "type": "team"}]}, "seo": {"description": "Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "australia-international-kyra-cooney-cross-joins-arsenal-wsl", "title": "Australia international Kyra Cooney-Cross joins Arsenal"}, "status": "active", "subTitle": "Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.", "teams": [{"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/arsenal-women-2021020913320920836-26188/", "provider": "football-api", "title": "Arsenal Women", "type": "team"}], "title": "Gunners make late swoop for Australia star Cooney-Cross", "type": "news", "until": null, "updatedAt": {"time": "2", "unit": "news.weeks"}, "updatedAtUtc": "2023-09-15T07:45:00+00:00", "url": "/en/news/australia-international-kyra-cooney-cross-joins-arsenal-wsl-2023091507083661980/"}, "articleId": "2023091507083661980", "categories": [{"active": true, "createdAt": "2021-02-09T13:32:09+00:00", "createdBy": {"id": "2021012609124049126", "name": "Livescore Admin"}, "description": null, "id": "2021020913320920836", "initialTitle": "Football", "listPosition": 1, "media": [], "parentId": null, "pathname": "/en/news/football/", "seo": {"description": "Click here for the latest in Football News from around the world in unmissable detail. From transfer news, to rumours, team news & stats, we cover it all.", "follow": true, "index": true, "keywords": [], "redirect_type": null, "slug": "football", "title": "Football News - Latest Football News & Transfer News | LiveScore"}, "slug": "football", "subs": [], "title": "football", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2022-01-05T16:02:22+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2022010516022274132", "initialTitle": "Transfer news", "listPosition": 2, "media": [], "parentId": null, "pathname": "/en/news/football-transfer-news/", "seo": {"description": "Click here for the latest in Football Transfer News from the Premier League and around the world in unmissable detail", "follow": true, "index": true, "keywords": [], "redirect_type": null, "slug": "football-transfer-news", "title": "Transfer News - Latest Football News & Transfer News | LiveScore"}, "slug": "football-transfer-news", "subs": [], "title": "transfer-news", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2022-06-27T16:00:12+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2022062716001253418", "initialTitle": "Predictions", "listPosition": 3, "media": [], "parentId": null, "pathname": "/en/news/predictions/", "seo": {"description": "Click here for the latest Football and sports predictions. Expert previews on all the latest football, horse racing, cricket and tennis from around the world.", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "predictions", "title": "LiveScore Predictions \u2013 Premier League, Cricket & Football Predictions"}, "slug": "predictions", "subs": [], "title": "predictions", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2022-08-11T13:20:31+00:00", "createdBy": {"id": "2021012711285572252", "name": "Tom Fairless"}, "description": null, "id": "2022081113203185684", "initialTitle": "Match reports", "listPosition": 4, "media": [], "parentId": null, "pathname": "/en/news/match-reports/", "seo": {"description": null, "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "match-reports", "title": "Match reports"}, "slug": "match-reports", "subs": [], "title": "match-reports", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2021-08-23T15:50:15+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2021082315501532387", "initialTitle": "Champions League", "listPosition": 5, "media": [], "parentId": null, "pathname": "/en/news/champions-league/", "seo": {"description": "Guides to every Champions League club for the 2021-22 season. From match previews, reports, latest form, to team news & stats, we cover it all.", "follow": true, "index": true, "keywords": [], "redirect_type": null, "slug": "champions-league", "title": "Champions League Club Guides - Latest UCL News, Previews & Reports | LiveScore"}, "slug": "champions-league", "subs": [], "title": "champions-league", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2023-03-10T15:46:32+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2023031015463245564", "initialTitle": "Women's football", "listPosition": 6, "media": [], "parentId": null, "pathname": "/en/news/womens-football-wsl-lionesses/", "seo": {"description": "Women's football news and features from the WSL, Women's Super League, Women's Champions League, England's Lionesses, Women's FA Cup and Women's League Cup", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "womens-football-wsl-lionesses", "title": "Women's football"}, "slug": "womens-football-wsl-lionesses", "subs": [], "title": "womens-football", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2023-09-29T13:49:13+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2023092913491353417", "initialTitle": "Cricket World Cup", "listPosition": 7, "media": [], "parentId": null, "pathname": "/en/news/2023-cricket-world-cup-news-previews-predictions-updates-livescore/", "seo": {"description": "2023 Cricket World Cup news, exclusive interviews, match previews, predictions and features", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "2023-cricket-world-cup-news-previews-predictions-updates-livescore", "title": "2023 Cricket World Cup news and updates from LiveScore"}, "slug": "2023-cricket-world-cup-news-previews-predictions-updates-livescore", "subs": [], "title": "cricket-world-cup", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2023-09-12T15:01:14+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2023091215011471770", "initialTitle": "Other sport", "listPosition": 8, "media": [], "parentId": null, "pathname": "/en/news/sports-news-or-livescore/", "seo": {"description": "Cricket, Boxing, Golf, Tennis, F1, Motorsport and Rugby coverage from around the world of sport", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "sports-news-or-livescore", "title": "Sports News | LiveScore"}, "slug": "sports-news-or-livescore", "subs": [], "title": "other-sport", "updatedAt": "2023-09-29T13:49:24+00:00"}], "categoryName": "football", "categoryTitle": "Football", "generated": "2023-09-30T11:35:17.107Z", "isAmpEnabled": true, "isArticle": true, "layoutContext": {"activeHeaderId": "news", "hiddenAds": [], "isArticleContentPage": true, "meta": {"canonical": "https://www.livescore.com/en/news/australia-international-kyra-cooney-cross-joins-arsenal-wsl-2023091507083661980/", "description": "Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.", "keywords": "Women's Super League,Arsenal,Arsenal Women", "largeOgImage": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg", "noFollow": false, "noIndex": false, "title": "Australia international Kyra Cooney-Cross joins Arsenal | LiveScore"}, "schemaData": {"@context": "https://schema.org", "@type": "NewsArticle", "articleBody": "Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.&nbsp;And the Australia international is excited by the challenge ahead as the Gunners prepare to battle for Women's Super League glory.&nbsp;Cooney-Cross, 21, said: \"I'm so excited to join this club. Arsenal just felt right as soon as I heard about the interest.&nbsp;\"I'm really looking forward to experiencing the atmosphere at the Emirates in front of a big crowd for our first game there this season.&nbsp;\"I can't wait to get started and help us achieve something big together.\"The midfielder, who will wear No32, completed her switch before the WSL transfer window slammed shut last night.&nbsp;And her arrival is the perfect boost for Eidevall's troops following their failure to reach the Champions League group stage.&nbsp;twitter:1702461027600695533Read more: All the major summer transfer deals in the WSLCooney-Cross has been capped 39 times by the Matildas and was a key figure as they reached the World Cup semi-finals on home soil during the summer.&nbsp;Speaking to the club's official website, Gunners boss Eidevall said: \"Kyra is one of the best young players in world football and we are delighted to have brought her to Arsenal.&nbsp;\"Her passing ability and explosiveness allow her to affect games in a way you rarely see from such a young player.&nbsp;\"We firmly believe she will be an excellent addition to our midfield, now and in the future.\"Head of women's football Clare Wheatley added: \"We are so pleased to have brought Kyra to our club.&nbsp;\"At the age of 21, she already has impressive experience at domestic and international level and we believe she has huge potential for future development.&nbsp;\"Together with our supporters, we welcome Kyra to the Arsenal family and look forward to seeing her play in the red and white.\"Arsenal host Liverpool at the Emirates in their opening WSL fixture on October 1.&nbsp;twitter:1702471151379742873EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality", "author": {"@type": "Person", "name": "Gavin Glicksman"}, "dateModified": "2023-09-15T07:45:00+00:00", "datePublished": "2023-09-15T07:08:36+00:00", "headline": "Gunners make late swoop for Australia star Cooney-Cross", "image": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg", "mainEntityOfPage": {"@id": "https://www.livescore.com/en/news/australia-international-kyra-cooney-cross-joins-arsenal-wsl-2023091507083661980/", "@type": "WebPage", "genre": "Football"}, "publisher": {"@type": "Organization", "logo": {"@type": "ImageObject", "url": "https://www.livescore.com/ls-web-assets/images/icon_ls_circle-00629ac0ee844ed0b7816a42c76dabd6.webp"}, "name": "LiveScore"}}}, "segmentTracking": {"metaData": {"articleId": "2023091507083661980"}, "newsParams": {"mediaCategory": "football", "newsArticleUrl": "https://www.livescore.com/en/news/australia-international-kyra-cooney-cross-joins-arsenal-wsl-2023091507083661980/", "oddsWidgetIsPresent": false}, "screenClass": "news_detail", "screenName": "News - Detail | 2023091507083661980"}}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"activeSport": {"type": "string"}, "adsTargeting": {"type": "object", "properties": {"adUnitPathName": {"type": "string"}, "category": {"type": "string"}, "environment": {"type": "string"}, "newsArticleCategory": {"type": "string"}, "newsArticleId": {"type": "string"}, "newsArticleLeague": {"type": "string"}, "newsArticleSensitiveContent": {"type": "boolean"}, "newsArticleTags": {"type": "string"}, "newsArticleTeam": {"type": "string"}, "newsArticleTitle": {"type": "string"}, "screen": {"type": "string"}}}, "ampWidgetsData": {"type": "null"}, "article": {"type": "object", "properties": {"additionalCategories": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "boolean"}, "avatar_url": {"type": "null"}, "bio": {"type": "null"}, "created_at": {"type": "string"}, "created_by": {"type": "object", "properties": {"full_name": {"type": "string"}, "id": {"type": "string"}}}, "default": {"type": "boolean"}, "entity_type": {"type": "string"}, "generic": {"type": "null"}, "id": {"type": "string"}, "name": {"type": "string"}, "seo": {"type": "null"}, "updated_at": {"type": "string"}, "weight": {"type": "integer"}}}}, "body": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object"}, "id": {"type": "string"}, "type": {"type": "string"}}}}, "category": {"type": "object", "properties": {"active": {"type": "boolean"}, "createdAt": {"type": "string"}, "createdBy": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}}, "description": {"type": "null"}, "id": {"type": "string"}, "initialTitle": {"type": "string"}, "listPosition": {"type": "integer"}, "media": {"type": "array"}, "parentId": {"type": "null"}, "pathname": {"type": "string"}, "seo": {"type": "object", "properties": {"description": {"type": "string"}, "follow": {"type": "boolean"}, "index": {"type": "boolean"}, "keywords": {"type": "array"}, "redirect_type": {"type": "null"}, "slug": {"type": "string"}, "title": {"type": "string"}}}, "subs": {"type": "array"}, "title": {"type": "string"}, "updatedAt": {"type": "string"}}}, "categoryLabel": {"type": "string"}, "channels": {"type": "array"}, "createdAt": {"type": "string"}, "entityType": {"type": "string"}, "id": {"type": "string"}, "isAdsEnabled": {"type": "boolean"}, "isAdultContent": {"type": "boolean"}, "isArticleAvailable": {"type": "boolean"}, "isLive": {"type": "boolean"}, "isSensitiveContent": {"type": "boolean"}, "leagues": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}, "mainMedia": {"type": "array", "items": {"type": "object", "properties": {"article": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "gallery": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "id": {"type": "null"}, "original": {"type": "object", "properties": {"alt": {"type": "string"}, "url": {"type": "string"}}}, "path": {"type": "null"}, "thumbnail": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "type": {"type": "string"}}}}, "origin": {"type": "null"}, "provider": {"type": "string"}, "publishedAt": {"type": "string"}, "publishedBy": {"type": "object", "properties": {"contactUrl": {"type": "string"}, "logo": {"type": "string"}, "logoSize": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}}, "name": {"type": "string"}, "telephone": {"type": "string"}, "websiteUrl": {"type": "string"}}}, "publishedDate": {"type": "string"}, "publishedRegions": {"type": "array"}, "publishedTime": {"type": "string"}, "related": {"type": "object", "properties": {"relatedArticles": {"type": "array", "items": {"type": "object"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}}}, "seo": {"type": "object", "properties": {"description": {"type": "string"}, "follow": {"type": "boolean"}, "index": {"type": "boolean"}, "jsonld": {"type": "null"}, "keywords": {"type": "array"}, "redirect_type": {"type": "null"}, "slug": {"type": "string"}, "title": {"type": "string"}}}, "status": {"type": "string"}, "subTitle": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}, "title": {"type": "string"}, "type": {"type": "string"}, "until": {"type": "null"}, "updatedAt": {"type": "object", "properties": {"time": {"type": "string"}, "unit": {"type": "string"}}}, "updatedAtUtc": {"type": "string"}, "url": {"type": "string"}}}, "articleId": {"type": "string"}, "categories": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "boolean"}, "createdAt": {"type": "string"}, "createdBy": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}}, "description": {"type": "null"}, "id": {"type": "string"}, "initialTitle": {"type": "string"}, "listPosition": {"type": "integer"}, "media": {"type": "array"}, "parentId": {"type": "null"}, "pathname": {"type": "string"}, "seo": {"type": "object"}, "slug": {"type": "string"}, "subs": {"type": "array"}, "title": {"type": "string"}, "updatedAt": {"type": "string"}}}}, "categoryName": {"type": "string"}, "categoryTitle": {"type": "string"}, "generated": {"type": "string"}, "isAmpEnabled": {"type": "boolean"}, "isArticle": {"type": "boolean"}, "layoutContext": {"type": "object", "properties": {"activeHeaderId": {"type": "string"}, "hiddenAds": {"type": "array"}, "isArticleContentPage": {"type": "boolean"}, "meta": {"type": "object", "properties": {"canonical": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "largeOgImage": {"type": "string"}, "noFollow": {"type": "boolean"}, "noIndex": {"type": "boolean"}, "title": {"type": "string"}}}, "schemaData": {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "articleBody": {"type": "string"}, "author": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}}}, "dateModified": {"type": "string"}, "datePublished": {"type": "string"}, "headline": {"type": "string"}, "image": {"type": "string"}, "mainEntityOfPage": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "genre": {"type": "string"}}}, "publisher": {"type": "object", "properties": {"@type": {"type": "string"}, "logo": {"type": "object", "properties": {"@type": {"type": "string"}, "url": {"type": "string"}}}, "name": {"type": "string"}}}}}}}, "segmentTracking": {"type": "object", "properties": {"metaData": {"type": "object", "properties": {"articleId": {"type": "string"}}}, "newsParams": {"type": "object", "properties": {"mediaCategory": {"type": "string"}, "newsArticleUrl": {"type": "string"}, "oddsWidgetIsPresent": {"type": "boolean"}}}, "screenClass": {"type": "string"}, "screenName": {"type": "string"}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/c654596a-96b0-4265-92de-403552dff87c/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
matches/get-event
matches/get-event
200
Example_1
{"data": {"sections": [{"type": "VIDEO_PLAYLIST", "videoPlaylist": {"aspectRatio": "16:9", "items": [{"adsData": {"params": "LS_Vid_Mins=2&LS_Content_Provider=Stats Perform SP&LS_Content_Type=Press Conference&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2773&LS_Vid_id=0_p6awrz8w"}, "ageRestricted": false, "duration": 141, "featured": true, "name": "Arsenal's new signing Jakub Kiwior: 'I'm quick for a centre half'", "publishedAt": 1674600149000, "streamId": "0_p6awrz8w", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_p6awrz8w/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=1&LS_Content_Provider=Stats Perform SP&LS_Content_Type=News,Press Conference&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2810&LS_Vid_id=0_3tfkfhwl"}, "ageRestricted": false, "duration": 55, "featured": false, "name": "Ten Hag urges side to learn 'lessons' from Arsenal defeat", "publishedAt": 1674590929000, "streamId": "0_3tfkfhwl", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_3tfkfhwl/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=1&LS_Content_Provider=Stats Perform SP&LS_Content_Type=News,Press Conference&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2810&LS_Vid_id=0_9yhrxcuv"}, "ageRestricted": false, "duration": 54, "featured": false, "name": "'Football is about winning trophies' - Ten Hag", "publishedAt": 1674590387000, "streamId": "0_9yhrxcuv", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_9yhrxcuv/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=1&LS_Content_Provider=Stats Perform SP&LS_Content_Type=Press Conference&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2810&LS_Vid_id=0_fxqsprqw"}, "ageRestricted": false, "duration": 37, "featured": true, "name": "Ten Hag 'annoyed' and insists his side 'must change mentality' to win titles", "publishedAt": 1674426394000, "streamId": "0_fxqsprqw", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_fxqsprqw/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=1&LS_Content_Provider=Stats Perform SP&LS_Content_Type=Press Conference&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2773&LS_Vid_id=0_q7a4g29t"}, "ageRestricted": false, "duration": 43, "featured": true, "name": "Arteta refuses to accept that his side are title favourites", "publishedAt": 1674426238000, "streamId": "0_q7a4g29t", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_q7a4g29t/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=3&LS_Content_Provider=Broadcast rights deal&LS_Content_Type=AR Analysis&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2810&LS_Vid_id=0_zcxco5fa"}, "ageRestricted": false, "duration": 169, "featured": true, "name": "Man Utd's workhorse Weghorst offers Ten Hag x-factor", "publishedAt": 1674400330000, "streamId": "0_zcxco5fa", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_zcxco5fa/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=1&LS_Content_Provider=Stats Perform SP&LS_Content_Type=News,Press Conference&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2810&LS_Vid_id=0_y7ucou3z"}, "ageRestricted": false, "duration": 43, "featured": false, "name": "Premier League looking ever stronger - ten Hag", "publishedAt": 1674359774000, "streamId": "0_y7ucou3z", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_y7ucou3z/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=1&LS_Content_Provider=Stats Perform SP&LS_Content_Type=News,Press Conference&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2773,2810&LS_Vid_id=0_4dr0g1g2"}, "ageRestricted": false, "duration": 57, "featured": false, "name": "Arteta 'proud' to have restored Arsenal v Man United significance", "publishedAt": 1674348992000, "streamId": "0_4dr0g1g2", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_4dr0g1g2/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=1&LS_Content_Provider=Stats Perform SP&LS_Content_Type=Press Conference&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2918,2773&LS_Vid_id=0_717giasq"}, "ageRestricted": false, "duration": 42, "featured": true, "name": "De Zerbi: Trossard situation was difficult - we can play well without him", "publishedAt": 1674235541000, "streamId": "0_717giasq", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_717giasq/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=1&LS_Content_Provider=Stats Perform SP&LS_Content_Type=Press Conference&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2773,2810&LS_Vid_id=0_8os57fxu"}, "ageRestricted": false, "duration": 27, "featured": false, "name": "Ten Hag says his team will do everything to topple Arsenal", "publishedAt": 1674222142000, "streamId": "0_8os57fxu", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_8os57fxu/width/640", "type": "V"}, {"adsData": {"params": "LS_Vid_Mins=2&LS_Content_Provider=Stats Perform SP&LS_Content_Type=News&LS_BrandSafe=false&LS_VOD_League=3&LS_VOD_Team=2810,2773&LS_Vid_id=0_9i4u9v2u"}, "ageRestricted": false, "duration": 142, "featured": false, "name": "Odegaard v Fernandes: midfield maestros go head-to-head", "publishedAt": 1674151680000, "streamId": "0_9i4u9v2u", "thumbnailUrl": "https://open.http.mp.streamamg.com/p/3001401/sp/300140100/thumbnail/entry_id/0_9i4u9v2u/width/640", "type": "V"}], "layout": "V", "title": "VOD", "type": "VOD"}}, {"type": "VIDEO_PLAYLIST", "videoPlaylist": {"aspectRatio": "16:9", "items": [{"embeddable": false, "name": "HIGHLIGHTS | Arsenal vs Manchester United (2-3) | Nketiah (2), Saka", "publishedAt": 1674424812000, "streamId": "k8T3eSZGzYI", "thumbnailUrl": "https://i.ytimg.com/vi/k8T3eSZGzYI/mqdefault.jpg", "type": "Y"}], "layout": "V", "title": "YOUTUBE", "type": "YOUTUBE"}}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"sections": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "videoPlaylist": {"type": "object", "properties": {"aspectRatio": {"type": "string"}, "items": {"type": "array", "items": {"type": "object"}}, "layout": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/1d41592e-07bf-4633-8466-bb07a6fb5cb5/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
matches/get-scoreboard
matches/get-scoreboard
200
Example_1
{"data": {"ECo": "India win by 10 wickets", "EO": 6816357, "EOX": 6816357, "Eact": 0, "Ecov": 0, "Ehid": 0, "Eid": "1084885", "Eloff": 330, "Epr": 2, "Eps": "FT", "EpsL": "Finished", "ErnInf": "Final", "Esd": 20230917093000, "Esid": 6, "Et": 120, "EtTx": "ODI", "Exd": 1, "LuC": 1, "LuUT": 20230917091015, "Media": {"12": [{"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports 1", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["GB", "IE", "NL"], "eventId": "401061", "provider": "IMG", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"8": "1084885", "11": "58564", "12": "SBTE_29356748"}, "Sids": {"8": "14974", "11": "3276", "12": "SBTC3_34071"}, "Spid": 73, "Stg": {"Ccd": "asia-cup", "Ccdiso": "NON", "Chi": 0, "Cid": "525", "Cnm": "Asia Cup", "Csnm": "Asia Cup", "Scd": "asia-cup", "Scu": 0, "Sdn": "Asia Cup", "Sds": "Asia Cup", "Shi": 0, "Sid": "14974", "Snm": "Asia Cup"}, "T1": [{"Abr": "IND", "Gd": 1, "HasVideo": false, "ID": "86102", "Nm": "India", "Pids": {"8": ["86102"], "11": ["3"], "12": ["SBTP_140671"]}, "TO": 0, "tbd": 0}], "T2": [{"Abr": "SRI", "Gd": 1, "HasVideo": false, "ID": "86129", "Nm": "Sri Lanka", "Pids": {"8": ["86129"], "11": ["7"], "12": ["SBTP_374797"]}, "TO": 0, "tbd": 0}], "TCho": 1, "TPa": 2, "Tr1": "0", "Tr1C1": 51, "Tr1CO1": 6.1, "Tr1CW1": 0, "Tr2": "0", "Tr2C1": 50, "Tr2CO1": 15.2, "Tr2CW1": 10}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"ECo": {"type": "string"}, "EO": {"type": "integer"}, "EOX": {"type": "integer"}, "Eact": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ehid": {"type": "integer"}, "Eid": {"type": "string"}, "Eloff": {"type": "integer"}, "Epr": {"type": "integer"}, "Eps": {"type": "string"}, "EpsL": {"type": "string"}, "ErnInf": {"type": "string"}, "Esd": {"type": "integer"}, "Esid": {"type": "integer"}, "Et": {"type": "integer"}, "EtTx": {"type": "string"}, "Exd": {"type": "integer"}, "LuC": {"type": "integer"}, "LuUT": {"type": "integer"}, "Media": {"type": "object", "properties": {"12": {"type": "array", "items": {"type": "object", "properties": {"allowedCountries": {"type": "array", "items": {"type": "string"}}, "eventId": {"type": "string"}, "provider": {"type": "string"}, "type": {"type": "string"}}}}}}, "Pid": {"type": "integer"}, "Pids": {"type": "object", "properties": {"8": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}}}, "Sids": {"type": "object", "properties": {"8": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}}}, "Spid": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Chi": {"type": "integer"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": {"type": "string"}, "Scd": {"type": "string"}, "Scu": {"type": "integer"}, "Sdn": {"type": "string"}, "Sds": {"type": "string"}, "Shi": {"type": "integer"}, "Sid": {"type": "string"}, "Snm": {"type": "string"}}}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Abr": {"type": "string"}, "Gd": {"type": "integer"}, "HasVideo": {"type": "boolean"}, "ID": {"type": "string"}, "Nm": {"type": "string"}, "Pids": {"type": "object", "properties": {"8": {"type": "array", "items": {"type": "string"}}, "11": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}}}, "TO": {"type": "integer"}, "tbd": {"type": "integer"}}}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Abr": {"type": "string"}, "Gd": {"type": "integer"}, "HasVideo": {"type": "boolean"}, "ID": {"type": "string"}, "Nm": {"type": "string"}, "Pids": {"type": "object", "properties": {"8": {"type": "array", "items": {"type": "string"}}, "11": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}}}, "TO": {"type": "integer"}, "tbd": {"type": "integer"}}}}, "TCho": {"type": "integer"}, "TPa": {"type": "integer"}, "Tr1": {"type": "string"}, "Tr1C1": {"type": "integer"}, "Tr1CO1": {"type": "number"}, "Tr1CW1": {"type": "integer"}, "Tr2": {"type": "string"}, "Tr2C1": {"type": "integer"}, "Tr2CO1": {"type": "number"}, "Tr2CW1": {"type": "integer"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/019ad480-9540-447e-881a-e78ef633de93/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/team/news-detail
scores/team/news-detail
200
Example_1
{"data": {"additionalCategories": ["football"], "authors": [{"active": true, "avatar_url": null, "bio": null, "created_at": "2022-03-21T17:27:24+00:00", "created_by": {"full_name": "Jamie Gordon", "id": "2021080908363823249"}, "default": false, "entity_type": "author", "generic": null, "id": "2022032117272488677", "name": "Jack Ogalbe", "seo": null, "updated_at": "2023-09-29T21:23:11+00:00", "weight": 210}], "body": [{"data": {"content": "<p><i><strong>Recommended bets:</strong></i><br><i><strong>- </strong></i><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/aston-villa-vs-brighton/SBTE_29364665?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><i><strong>Back Over 3.5 goals in Aston Villa vs Brighton</strong></i></a><br><i><strong>- </strong></i><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/bournemouth-vs-arsenal/SBTE_29364666?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><i><strong>Arsenal to win to nil against Bournemouth</strong></i></a><br><i><strong>- </strong></i><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/everton-vs-luton/SBTE_29397491?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><i><strong>Everton to win and both teams to score against Luton</strong></i></a><br><i><strong>- </strong></i><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/man-utd-vs-crystal-palace/SBTE_29364667?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><i><strong>Manchester United to win 1-0 against Crystal Palace</strong></i></a><br><i><strong>- </strong></i><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/newcastle-vs-burnley/SBTE_29397492?marketGroupId=32?btag=c_content_news_football \" target=\"_blank\"><i><strong>Newcastle to win &amp; under 3.5 goals against Burnley</strong></i></a><br><i><strong>- </strong></i><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/west-ham-vs-sheff-utd/SBTE_29397493?marketGroupId=36?btag=c_content_news_football\" target=\"_blank\"><i><strong>West Ham to win &amp; over 2.5 goals against Sheffield United</strong></i></a><br><i><strong>- </strong></i><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/wolves-vs-man-city/SBTE_29364668?marketGroupId=36 ?btag=c_content_news_football\" target=\"_blank\"><i><strong>Manchester City to win &amp; over 2.5 goals against Wolves</strong></i></a><br><i><strong>- </strong></i><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/tottenham-vs-liverpool/SBTE_29364669?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><i><strong>Tottenham and Liverpool to draw 2-2</strong></i></a></p>", "placeholderName": "GzeftE", "type": "paragraph"}, "id": "GzeftE", "type": "editor_block"}, {"data": {"content": "<p>There are eight Premier League games on Saturday, with the late match between Tottenham and Liverpool expected to be the pick of the bunch.</p>", "placeholderName": "UPJwTm", "type": "paragraph"}, "id": "UPJwTm", "type": "editor_block"}, {"data": {"content": "<p>Arsenal, Manchester United, Newcastle United and Manchester City are all in action at 3pm, with Everton also having a chance to continue their form at the same time against struggling Luton Town.</p>", "placeholderName": "NhFiVa", "type": "paragraph"}, "id": "NhFiVa", "type": "editor_block"}, {"data": {"content": "<h2>Aston Villa vs Brighton (Saturday, 12.30pm)</h2>", "placeholderName": "UYALrv", "type": "heading"}, "id": "UYALrv", "type": "editor_block"}, {"data": {"content": "<p>Goals could beckon in the lunchtime kick-off when Aston Villa host Brighton.</p>", "placeholderName": "paYXav", "type": "paragraph"}, "id": "paYXav", "type": "editor_block"}, {"data": {"content": "<p>Villa's last two at home in the league have featured exactly four goals, while there have been four or more in all six of Brighton's Premier League outings this term.</p>", "placeholderName": "ZVNkGu", "type": "paragraph"}, "id": "ZVNkGu", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/aston-villa-vs-brighton/SBTE_29364665?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><span class=\"ck-fake-link-selection\"><strong>Back over 3.5 goals at 1/1 with LiveScore Bet</strong></span></a></p>", "placeholderName": "kCULNY", "type": "paragraph"}, "id": "kCULNY", "type": "editor_block"}, {"data": {"changeId": "fkefodZ", "content": "<a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football\" target=\"_self\">The latest Premier League odds are available on LiveScore Bet</a>", "link": "https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football", "linkType": "link", "open_type": "SAME_WINDOW", "preview": {"linkBlock": {"content": "<a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football\" target=\"_self\">The latest Premier League odds are available on LiveScore Bet</a>", "link": "https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football", "linkType": "link", "open_type": "SAME_WINDOW", "text": "The latest Premier League odds are available on LiveScore Bet"}}, "text": "The latest Premier League odds are available on LiveScore Bet"}, "id": "eKjEEp", "type": "link"}, {"data": {"content": "<h2>Bournemouth v Arsenal (Saturday, 3pm)</h2>", "placeholderName": "rWUHxY", "type": "heading"}, "id": "rWUHxY", "type": "editor_block"}, {"data": {"content": "<p>Arsenal's last five away wins in the league have been accompanied by a clean sheet and they will fancy themselves to continue that run at Bournemouth.</p>", "placeholderName": "ODTohr", "type": "paragraph"}, "id": "ODTohr", "type": "editor_block"}, {"data": {"content": "<p>The Cherries are yet to win this season, extending their run to 10 Premier League games without a victory and the Gunners look set to go well on the South Coast.</p>", "placeholderName": "ZDDsUt", "type": "paragraph"}, "id": "ZDDsUt", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/bournemouth-vs-arsenal/SBTE_29364666?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><i><strong>Back Arsenal to win to nil at 13/8 with LiveScore Bet</strong></i></a></p>", "placeholderName": "UeMdFy", "type": "paragraph"}, "id": "UeMdFy", "type": "editor_block"}, {"data": {"content": "<h2>Everton vs Luton (Saturday, 3pm)</h2>", "placeholderName": "OCCePV", "type": "heading"}, "id": "OCCePV", "type": "editor_block"}, {"data": {"alt": null, "caption": null, "changeId": "jRoCfZW", "description": "Sean Dyche's Everton look to be improving ahead of the visit of Luton on Saturday", "id": "2023080216171030533", "imageRatio": [], "preview": {"imageBlock": {"addDescriptionToMedia": true, "addWatermarkChecked": false, "alignment": "center", "alt": null, "authors": [], "caption": null, "description": "Sean Dyche's Everton look to be improving ahead of the visit of Luton on Saturday", "image": {"alt": null, "authors": [], "caption": null, "createdAt": "2023-08-02T16:17:10+00:00", "description": "Sean Dyche's Everton look to be improving ahead of the visit of Luton on Saturday", "generic": null, "id": "2023080216171030533", "owner": [], "path": "smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg", "type": null, "updatedAt": "2023-09-29T14:36:04+00:00", "urls": {"cropped": null, "ratio16x9": {"bottom": null, "left": null, "right": null, "top": null}, "uploaded": {"embed": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg?operations=fit(770:)", "gallery": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg?operations=fit(1920:)", "original": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg", "thumbnail": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg?operations=autocrop(256:256)"}}}, "imageRatio": [], "removeWatermarkChecked": false, "width": "100"}}}, "id": "lWjKTf", "image": {"article": {"alt": "Sean Dyche's Everton look to be improving ahead of the visit of Luton on Saturday", "height": 398, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg?operations=fit(707:)&w=707&quality=100", "width": 707}, "gallery": {"alt": "Sean Dyche's Everton look to be improving ahead of the visit of Luton on Saturday", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "original": {"alt": "Sean Dyche's Everton look to be improving ahead of the visit of Luton on Saturday", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg"}, "thumbnail": {"alt": "Sean Dyche's Everton look to be improving ahead of the visit of Luton on Saturday", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}}, "type": "image"}, {"data": {"content": "<p>Everton beat Brentford last week in the league before getting the better of Aston Villa in the Carabao Cup on Wednesday.</p>", "placeholderName": "FpjenS", "type": "paragraph"}, "id": "FpjenS", "type": "editor_block"}, {"data": {"content": "<p>They host a Luton side who have taken just a point from their first five matches since winning promotion to the top-flight, losing all three of their away games.</p>", "placeholderName": "fxvBPh", "type": "paragraph"}, "id": "fxvBPh", "type": "editor_block"}, {"data": {"content": "<p>It could prove to be another frustrating afternoon for the Hatters, as the Toffees eye another three points towards survival.</p>", "placeholderName": "izWuoT", "type": "paragraph"}, "id": "izWuoT", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/everton-vs-luton/SBTE_29397491?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><i><strong>Back Everton win and both teams to score at 12/5 with LiveScore Bet</strong></i></a></p>", "placeholderName": "cOXlDw", "type": "paragraph"}, "id": "cOXlDw", "type": "editor_block"}, {"data": {"content": "<h2>Manchester United vs Crystal Palace (Saturday, 3pm)</h2>", "placeholderName": "LzITnx", "type": "heading"}, "id": "LzITnx", "type": "editor_block"}, {"data": {"content": "<p>Manchester United's form has been questionable this season, but they are usually handy at Old Trafford, winning 29 of their last 34 home games in all competitions.</p>", "placeholderName": "tLGjQA", "type": "paragraph"}, "id": "tLGjQA", "type": "editor_block"}, {"data": {"content": "<p>They take on a Crystal Palace side who have gone down 1-0 in six of their last 10 league defeats and a similar tale might unfold on Saturday.</p>", "placeholderName": "qBTuEg", "type": "paragraph"}, "id": "qBTuEg", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/man-utd-vs-crystal-palace/SBTE_29364667?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><i><strong>Back Manchester United to win 1-0 at 13/2 with LiveScore Bet</strong></i></a></p>", "placeholderName": "ntNMXe", "type": "paragraph"}, "id": "ntNMXe", "type": "editor_block"}, {"data": {"changeId": "yYkRVoK", "content": "<a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football\" target=\"_self\">The latest Premier League odds are available on LiveScore Bet</a>", "link": "https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football", "linkType": "link", "open_type": "SAME_WINDOW", "preview": {"linkBlock": {"content": "<a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football\" target=\"_self\">The latest Premier League odds are available on LiveScore Bet</a>", "link": "https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football", "linkType": "link", "open_type": "SAME_WINDOW", "text": "The latest Premier League odds are available on LiveScore Bet"}}, "text": "The latest Premier League odds are available on LiveScore Bet"}, "id": "dNLCfb", "type": "link"}, {"data": {"content": "<h2>Newcastle vs Burnley (Saturday, 3pm)</h2>", "placeholderName": "FSJHFG", "type": "heading"}, "id": "FSJHFG", "type": "editor_block"}, {"data": {"alt": null, "caption": null, "changeId": "uIwiLlv", "description": "Eddie Howe's Newcastle have been strong in defence again this season", "id": "2023091621400724194", "imageRatio": [], "preview": {"imageBlock": {"addDescriptionToMedia": true, "addWatermarkChecked": false, "alignment": "center", "alt": null, "authors": [], "caption": null, "description": "Eddie Howe's Newcastle have been strong in defence again this season", "image": {"alt": null, "authors": [], "caption": null, "createdAt": "2023-09-16T21:40:07+00:00", "description": "Eddie Howe's Newcastle have again been good back this season", "generic": null, "id": "2023091621400724194", "owner": [], "path": "smp-image-api/livescore.com/16092023/0b1533ae-915a-4820-8b7a-72bac3ca03db.jpg", "type": null, "updatedAt": "2023-09-29T14:43:09+00:00", "urls": {"cropped": null, "ratio16x9": {"bottom": null, "left": null, "right": null, "top": null}, "uploaded": {"embed": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16092023/0b1533ae-915a-4820-8b7a-72bac3ca03db.jpg?operations=fit(770:)", "gallery": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16092023/0b1533ae-915a-4820-8b7a-72bac3ca03db.jpg?operations=fit(1920:)", "original": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16092023/0b1533ae-915a-4820-8b7a-72bac3ca03db.jpg", "thumbnail": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16092023/0b1533ae-915a-4820-8b7a-72bac3ca03db.jpg?operations=autocrop(256:256)"}}}, "imageRatio": [], "removeWatermarkChecked": false, "width": "100"}}}, "id": "hCCCyF", "image": {"article": {"alt": "Eddie Howe's Newcastle have been strong in defence again this season", "height": 398, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16092023/0b1533ae-915a-4820-8b7a-72bac3ca03db.jpg?operations=fit(707:)&w=707&quality=100", "width": 707}, "gallery": {"alt": "Eddie Howe's Newcastle have been strong in defence again this season", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16092023/0b1533ae-915a-4820-8b7a-72bac3ca03db.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "original": {"alt": "Eddie Howe's Newcastle have been strong in defence again this season", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16092023/0b1533ae-915a-4820-8b7a-72bac3ca03db.jpg"}, "thumbnail": {"alt": "Eddie Howe's Newcastle have been strong in defence again this season", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16092023/0b1533ae-915a-4820-8b7a-72bac3ca03db.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}}, "type": "image"}, {"data": {"content": "<p>Newcastle have again been good at the back this season, keeping four clean sheets in all competitions, including Wednesday's Carabao Cup win over Manchester City.</p>", "placeholderName": "EvKhox", "type": "paragraph"}, "id": "EvKhox", "type": "editor_block"}, {"data": {"content": "<p>The Magpies have a chance to improve on that tally against Burnley, who have taken only one point since being promoted.</p>", "placeholderName": "jBMMak", "type": "paragraph"}, "id": "jBMMak", "type": "editor_block"}, {"data": {"content": "<p>Vincent Kompany's side have scored just five times this season and their hosts are backed to get the better of them at St James' Park.</p>", "placeholderName": "kEXuSs", "type": "paragraph"}, "id": "kEXuSs", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/newcastle-vs-burnley/SBTE_29397492?marketGroupId=32?btag=c_content_news_football \" target=\"_blank\"><i><strong>Back Newcastle to win and under 3.5 goals at 5/4 with LiveScore Bet</strong></i></a></p>", "placeholderName": "XLgZJN", "type": "paragraph"}, "id": "XLgZJN", "type": "editor_block"}, {"data": {"content": "<h2>West Ham vs Sheffield United (Saturday, 3pm)</h2>", "placeholderName": "zNdyyE", "type": "heading"}, "id": "zNdyyE", "type": "editor_block"}, {"data": {"content": "<p>West Ham's record of five wins from their last six home games is highly impressive and they will be relishing taking on struggling Sheffield United on Saturday.</p>", "placeholderName": "HNcVXO", "type": "paragraph"}, "id": "HNcVXO", "type": "editor_block"}, {"data": {"content": "<p>Although the Hammers have lost their last two league games 3-1, those were away against Manchester City and Liverpool and they enjoyed a morale boost in midweek as they beat Lincoln 1-0 in the Carabao Cup.</p>", "placeholderName": "prrZXh", "type": "paragraph"}, "id": "prrZXh", "type": "editor_block"}, {"data": {"content": "<p>In contrast, the Blades have had almost a week to stew on their 8-0 defeat to Newcastle and their record of conceding two or more goals in their last five league games leaves them open to more misery.</p>", "placeholderName": "QVIYXm", "type": "paragraph"}, "id": "QVIYXm", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/west-ham-vs-sheff-utd/SBTE_29397493?marketGroupId=36?btag=c_content_news_football\" target=\"_blank\"><i><strong>Back West Ham to win and over 2.5 goals at 1/1 with LiveScore Bet</strong></i></a></p>", "placeholderName": "SrXMzh", "type": "paragraph"}, "id": "SrXMzh", "type": "editor_block"}, {"data": {"changeId": "KrZxCZk", "content": "<a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football\" target=\"_self\">The latest Premier League odds are available on LiveScore Bet</a>", "link": "https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football", "linkType": "link", "open_type": "SAME_WINDOW", "preview": {"linkBlock": {"content": "<a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football\" target=\"_self\">The latest Premier League odds are available on LiveScore Bet</a>", "link": "https://www.livescorebet.com/uk/sports/football/england-premier-league/SBTC3_40253?btag=c_content_news_football", "linkType": "link", "open_type": "SAME_WINDOW", "text": "The latest Premier League odds are available on LiveScore Bet"}}, "text": "The latest Premier League odds are available on LiveScore Bet"}, "id": "kuCfZz", "type": "link"}, {"data": {"content": "<h2>Wolves vs Manchester City (Saturday, 3pm)</h2>", "placeholderName": "dreslM", "type": "heading"}, "id": "dreslM", "type": "editor_block"}, {"data": {"content": "<p>Manchester City were knocked out of the Carabao Cup by Newcastle on Wednesday, but have won six from six in the league and have a chance to extend that run against Wolves.</p>", "placeholderName": "sfckos", "type": "paragraph"}, "id": "sfckos", "type": "editor_block"}, {"data": {"content": "<p>They have won the pair's last six league meetings, scoring three of more times in five of those matches.</p>", "placeholderName": "xradBS", "type": "paragraph"}, "id": "xradBS", "type": "editor_block"}, {"data": {"content": "<p>Wolves have shown signs of improvement under Gary O'Neil, but are yet to win at home this season, drawing with Everton and losing to both Brighton and Liverpool.</p>", "placeholderName": "qSbPix", "type": "paragraph"}, "id": "qSbPix", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/wolves-vs-man-city/SBTE_29364668?marketGroupId=36?btag=c_content_news_football\" target=\"_blank\"><i><strong>Back Manchester City to win &amp; over 2.5 goals at 4/5 with LiveScore Bet</strong></i></a></p>", "placeholderName": "oWBUnY", "type": "paragraph"}, "id": "oWBUnY", "type": "editor_block"}, {"data": {"content": "<h2>Tottenham vs Liverpool (Saturday, 5.30pm)</h2>", "placeholderName": "BzhTKD", "type": "heading"}, "id": "BzhTKD", "type": "editor_block"}, {"data": {"alt": null, "caption": null, "changeId": "EEtaQti", "description": "Ange Postecoglou has made a fine start to life as Tottenham head coach", "id": "2023081613333250215", "imageRatio": [], "preview": {"imageBlock": {"addDescriptionToMedia": true, "addWatermarkChecked": false, "alignment": "center", "alt": null, "authors": [], "caption": null, "description": "Ange Postecoglou has made a fine start to life as Tottenham head coach", "image": {"alt": null, "authors": [], "caption": null, "createdAt": "2023-08-16T13:33:32+00:00", "description": "Ange Postecoglou has made a fine start to life as Tottenham head coach", "generic": null, "id": "2023081613333250215", "owner": [], "path": "smp-image-api/livescore.com/16082023/bd6413a1-67d8-4780-a369-2dffb350bb9e.jpg", "type": null, "updatedAt": "2023-09-29T14:37:12+00:00", "urls": {"cropped": null, "ratio16x9": {"bottom": null, "left": null, "right": null, "top": null}, "uploaded": {"embed": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16082023/bd6413a1-67d8-4780-a369-2dffb350bb9e.jpg?operations=fit(770:)", "gallery": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16082023/bd6413a1-67d8-4780-a369-2dffb350bb9e.jpg?operations=fit(1920:)", "original": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16082023/bd6413a1-67d8-4780-a369-2dffb350bb9e.jpg", "thumbnail": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16082023/bd6413a1-67d8-4780-a369-2dffb350bb9e.jpg?operations=autocrop(256:256)"}}}, "imageRatio": [], "removeWatermarkChecked": false, "width": "100"}}}, "id": "WEjMwl", "image": {"article": {"alt": "Ange Postecoglou has made a fine start to life as Tottenham head coach", "height": 398, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16082023/bd6413a1-67d8-4780-a369-2dffb350bb9e.jpg?operations=fit(707:)&w=707&quality=100", "width": 707}, "gallery": {"alt": "Ange Postecoglou has made a fine start to life as Tottenham head coach", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16082023/bd6413a1-67d8-4780-a369-2dffb350bb9e.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "original": {"alt": "Ange Postecoglou has made a fine start to life as Tottenham head coach", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16082023/bd6413a1-67d8-4780-a369-2dffb350bb9e.jpg"}, "thumbnail": {"alt": "Ange Postecoglou has made a fine start to life as Tottenham head coach", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/16082023/bd6413a1-67d8-4780-a369-2dffb350bb9e.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}}, "type": "image"}, {"data": {"content": "<p>Tottenham were again impressive in twice coming from behind to draw 2-2 in last Sunday's derby at Arsenal, a result that means they have scored at least two goals in each of their last seven Premier League matches.</p>", "placeholderName": "QRRVOR", "type": "paragraph"}, "id": "QRRVOR", "type": "editor_block"}, {"data": {"content": "<p>They face a Liverpool side who have conceded the first goal in five of their last seven outings in all competitions.</p>", "placeholderName": "McsaZx", "type": "paragraph"}, "id": "McsaZx", "type": "editor_block"}, {"data": {"content": "<p>With both eyeing a top-four finish, this should be a superb game and goals could be on the agenda.</p>", "placeholderName": "UYlfTT", "type": "paragraph"}, "id": "UYlfTT", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.livescorebet.com/uk/sports/football/england-premier-league/tottenham-vs-liverpool/SBTE_29364669?marketGroupId=32?btag=c_content_news_football\" target=\"_blank\"><i><strong>Back 2-2 Correct Score, available at 19/2 with LiveScore Bet</strong></i></a></p>", "placeholderName": "cJQLtf", "type": "paragraph"}, "id": "cJQLtf", "type": "editor_block"}, {"data": {"content": "<h2>Win up to \u00a3250,000 with LiveScore 6!</h2>", "placeholderName": "bavmAP", "type": "heading"}, "id": "bavmAP", "type": "editor_block"}, {"data": {"content": "<p>Win up to \u00a3250,000 with our free-to-play game, LiveScore 6!</p>", "placeholderName": "IMTXzd", "type": "paragraph"}, "id": "IMTXzd", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.livescore.com/en/football-games/livescore-6/?source_caller=ui&amp;shortlink=gzsccoxm&amp;c=display&amp;pid=Convergence&amp;deep_link_value=livescore%3A%2F%2FliveScore6&amp;af_xp=custom&amp;af_force_deeplink=true\" target=\"_blank\"><strong>Predict the score of all six LiveScore 6 fixtures for your chance to win. 18+, UK/Ireland residents only, T&amp;Cs apply.</strong></a></p>", "placeholderName": "JySXXJ", "type": "paragraph"}, "id": "JySXXJ", "type": "editor_block"}], "category": {"active": true, "createdAt": "2022-06-27T16:00:12+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2022062716001253418", "initialTitle": "Predictions", "listPosition": 3, "media": [], "parentId": null, "pathname": "/en/news/predictions/", "seo": {"description": "Click here for the latest Football and sports predictions. Expert previews on all the latest football, horse racing, cricket and tennis from around the world.", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "predictions", "title": "LiveScore Predictions \u2013 Premier League, Cricket & Football Predictions"}, "subs": [], "title": "predictions", "updatedAt": "2023-09-29T13:49:24+00:00"}, "categoryLabel": "Predictions", "channels": [], "createdAt": "Fri Sep 29 2023 13:54:42 GMT+0000 (Coordinated Universal Time)", "entityType": "article", "id": "2023092913544253698", "isAdsEnabled": true, "isAdultContent": true, "isArticleAvailable": true, "isLive": false, "isSensitiveContent": false, "leagues": [{"href": "/en/news/competition/premier-league-2022062716001253418-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}], "mainMedia": [{"article": {"alt": "There could be goals between Unai Emery's Aston Villa and Saturday's visitors Brighton", "height": 398, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/33ebae87-d866-4bb3-8a2e-b495ae0bb131.jpg?operations=fit(707:)&w=707&quality=100", "width": 707}, "gallery": {"alt": "There could be goals between Unai Emery's Aston Villa and Saturday's visitors Brighton", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/33ebae87-d866-4bb3-8a2e-b495ae0bb131.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "There could be goals between Unai Emery's Aston Villa and Saturday's visitors Brighton", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/33ebae87-d866-4bb3-8a2e-b495ae0bb131.jpg"}, "path": null, "thumbnail": {"alt": "There could be goals between Unai Emery's Aston Villa and Saturday's visitors Brighton", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/33ebae87-d866-4bb3-8a2e-b495ae0bb131.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "origin": null, "provider": "Jack Ogalbe", "publishedAt": "2023-09-29T14:54:00+00:00", "publishedBy": {"contactUrl": "https://www.spotlightsportsgroup.com/contact/", "logo": "/ls-web-assets/images/icon_sl_circle-ec032ec6f0626537808594d9433696d0.webp", "logoSize": {"height": 34, "width": 158}, "name": "Spotlight", "telephone": "+44 20 3034 8913", "websiteUrl": "https://www.spotlightsportsgroup.com/"}, "publishedDate": "29/09/2023", "publishedRegions": [], "publishedTime": "14:54", "related": {"relatedArticles": [{"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092919023352687", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Striker Jamie Vardy has scored three times in his last five appearances for Leicester City", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/9ce8a5d2-66c7-4e02-803f-f50aba31689f.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Striker Jamie Vardy has scored three times in his last five appearances for Leicester City", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/9ce8a5d2-66c7-4e02-803f-f50aba31689f.jpg"}, "path": null, "thumbnail": {"alt": "Striker Jamie Vardy has scored three times in his last five appearances for Leicester City", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/9ce8a5d2-66c7-4e02-803f-f50aba31689f.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T07:20:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Blackburn Rovers vs Leicester City predictions: Foxes to continue promotion push", "type": "news", "updatedAt": {"time": "15", "unit": "news.minutes"}, "url": "/en/news/blackburn-rovers-vs-leicester-city-predictions-championship-2023092919023352687/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092909091629467", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Ange Postecoglou has made a superb start to his time in charge of Tottenham Hotspur", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/141b6265-48a1-44d8-9946-6679ca2fa07f.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Ange Postecoglou has made a superb start to his time in charge of Tottenham Hotspur", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/141b6265-48a1-44d8-9946-6679ca2fa07f.jpg"}, "path": null, "thumbnail": {"alt": "Ange Postecoglou has made a superb start to his time in charge of Tottenham Hotspur", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/141b6265-48a1-44d8-9946-6679ca2fa07f.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T14:09:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Tottenham vs Liverpool predictions: Goals galore on the cards", "type": "news", "updatedAt": {"time": "17", "unit": "news.hours"}, "url": "/en/news/tottenham-vs-liverpool-predictions-premier-league-2023092909091629467/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092913235526237", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Kyle Walker is one of a number of Man City stars set to return to the starting line-up at Molineux", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/99203fd3-346b-4301-b23a-4370957263e5.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Kyle Walker is one of a number of Man City stars set to return to the starting line-up at Molineux", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/99203fd3-346b-4301-b23a-4370957263e5.jpg"}, "path": null, "thumbnail": {"alt": "Kyle Walker is one of a number of Man City stars set to return to the starting line-up at Molineux", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/99203fd3-346b-4301-b23a-4370957263e5.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T13:23:55+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Wolves vs Man City predictions: Citizens to be in seventh heaven", "type": "news", "updatedAt": {"time": "18", "unit": "news.hours"}, "url": "/en/news/wolves-vs-man-city-predictions-premier-league-2023092913235526237/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092911451382925", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Eddie Howe may be sweating on injury news but Newcastle will still be expecting to beat Burnley", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/0bdf702f-ef5e-4ca0-b7ce-559bc368bcef.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Eddie Howe may be sweating on injury news but Newcastle will still be expecting to beat Burnley", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/0bdf702f-ef5e-4ca0-b7ce-559bc368bcef.jpg"}, "path": null, "thumbnail": {"alt": "Eddie Howe may be sweating on injury news but Newcastle will still be expecting to beat Burnley", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/0bdf702f-ef5e-4ca0-b7ce-559bc368bcef.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T11:45:13+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Newcastle vs Burnley predictions: Magpies to grind out victory", "type": "news", "updatedAt": {"time": "19", "unit": "news.hours"}, "url": "/en/news/newcastle-vs-burnley-predictions-clarets-wait-to-go-on-2023092911451382925/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092911070752435", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "West Ham's Jarrod Bowen has an excellent record against promoted sides", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/1d1d9ab0-ca60-4480-b6ec-6909ce18881d.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "West Ham's Jarrod Bowen has an excellent record against promoted sides", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/1d1d9ab0-ca60-4480-b6ec-6909ce18881d.jpg"}, "path": null, "thumbnail": {"alt": "West Ham's Jarrod Bowen has an excellent record against promoted sides", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/1d1d9ab0-ca60-4480-b6ec-6909ce18881d.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T11:07:07+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "West Ham vs Sheffield United predictions: No end in sight to Blades' woes", "type": "news", "updatedAt": {"time": "20", "unit": "news.hours"}, "url": "/en/news/west-ham-sheffield-united-predictions-premier-league-2023092911070752435/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092814462049720", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Michael Carrick's Middlesbrough will be aiming to build on their first league win of the season", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/3c31fe0a-b3c3-4f5a-9fc7-80f76e0c6352.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Michael Carrick's Middlesbrough will be aiming to build on their first league win of the season", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/3c31fe0a-b3c3-4f5a-9fc7-80f76e0c6352.jpg"}, "path": null, "thumbnail": {"alt": "Michael Carrick's Middlesbrough will be aiming to build on their first league win of the season", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/3c31fe0a-b3c3-4f5a-9fc7-80f76e0c6352.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T07:05:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Watford vs Middlesbrough predictions: Goals expected at the Vicarage", "type": "news", "updatedAt": {"time": "1", "unit": "news.day"}, "url": "/en/news/watford-middlesbrough-predictions-championship-2023092814462049720/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092816514908827", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Captain Martin Odegaard has led from the front for Arsenal this season", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/e8de41bf-3017-4521-aef7-596af3c5a9bd.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Captain Martin Odegaard has led from the front for Arsenal this season", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/e8de41bf-3017-4521-aef7-596af3c5a9bd.jpg"}, "path": null, "thumbnail": {"alt": "Captain Martin Odegaard has led from the front for Arsenal this season", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/e8de41bf-3017-4521-aef7-596af3c5a9bd.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-28T16:51:49+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Bournemouth vs Arsenal predictions: Cherries may be picked apart", "type": "news", "updatedAt": {"time": "1", "unit": "news.day"}, "url": "/en/news/bournemouth-vs-arsenal-predictions-premier-league-2023092816514908827/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092815173060820", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Sean Dyche will want Everton to build on recent wins over Brentford and Aston Villa when they host Luton", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Sean Dyche will want Everton to build on recent wins over Brentford and Aston Villa when they host Luton", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg"}, "path": null, "thumbnail": {"alt": "Sean Dyche will want Everton to build on recent wins over Brentford and Aston Villa when they host Luton", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/02082023/0319e131-3f78-4a8f-982f-db44bf11f9a3.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-28T15:17:30+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Everton vs Luton predictions: Improving Toffees set for another win", "type": "news", "updatedAt": {"time": "1", "unit": "news.day"}, "url": "/en/news/everton-vs-luton-predictions-premier-league-2023092815173060820/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092814445662690", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Erol Bulut has his Cardiff City side going well in the Championship", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30082023/6fd6e05a-dd35-4f3c-a25b-45b400ebdca7.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Erol Bulut has his Cardiff City side going well in the Championship", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30082023/6fd6e05a-dd35-4f3c-a25b-45b400ebdca7.jpg"}, "path": null, "thumbnail": {"alt": "Erol Bulut has his Cardiff City side going well in the Championship", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30082023/6fd6e05a-dd35-4f3c-a25b-45b400ebdca7.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-28T14:45:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Cardiff vs Rotherham predictions: Bluebirds to see off struggling Millers", "type": "news", "updatedAt": {"time": "1", "unit": "news.day"}, "url": "/en/news/cardiff-vs-rotherham-predictions-championship-2023092814445662690/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092813350220186", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Bristol City boss Nigel Pearson will be content with his side's start to the season", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/21092023/e1fb079a-8174-49a6-a522-8031ee53896c.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Bristol City boss Nigel Pearson will be content with his side's start to the season", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/21092023/e1fb079a-8174-49a6-a522-8031ee53896c.jpg"}, "path": null, "thumbnail": {"alt": "Bristol City boss Nigel Pearson will be content with his side's start to the season", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/21092023/e1fb079a-8174-49a6-a522-8031ee53896c.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-28T13:35:02+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Bristol City vs Stoke predictions: Robins can resume winning ways", "type": "news", "updatedAt": {"time": "1", "unit": "news.day"}, "url": "/en/news/bristol-city-vs-stoke-predictions-championship-2023092813350220186/"}], "tags": [{"href": "/en/news/competition/premier-league-2022062716001253418-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/team/aston-villa-2022062716001253418-101/", "provider": "football-api", "title": "Aston Villa", "type": "team"}, {"href": "/en/news/team/everton-2022062716001253418-96/", "provider": "football-api", "title": "Everton", "type": "team"}, {"href": "/en/news/team/brighton-hove-albion-2022062716001253418-134/", "provider": "football-api", "title": "Brighton & Hove Albion", "type": "team"}, {"href": "/en/news/team/arsenal-2022062716001253418-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/afc-bournemouth-2022062716001253418-123/", "provider": "football-api", "title": "AFC Bournemouth", "type": "team"}, {"href": "/en/news/team/luton-town-2022062716001253418-3407/", "provider": "football-api", "title": "Luton Town", "type": "team"}, {"href": "/en/news/team/manchester-united-2022062716001253418-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/team/crystal-palace-2022062716001253418-110/", "provider": "football-api", "title": "Crystal Palace", "type": "team"}, {"href": "/en/news/team/newcastle-united-2022062716001253418-103/", "provider": "football-api", "title": "Newcastle United", "type": "team"}, {"href": "/en/news/team/burnley-2022062716001253418-118/", "provider": "football-api", "title": "Burnley", "type": "team"}, {"href": "/en/news/team/west-ham-united-2022062716001253418-94/", "provider": "football-api", "title": "West Ham United", "type": "team"}, {"href": "/en/news/team/sheffield-united-2022062716001253418-113/", "provider": "football-api", "title": "Sheffield United", "type": "team"}, {"href": "/en/news/team/wolverhampton-wanderers-2022062716001253418-109/", "provider": "football-api", "title": "Wolverhampton Wanderers", "type": "team"}, {"href": "/en/news/team/manchester-city-2022062716001253418-104/", "provider": "football-api", "title": "Manchester City", "type": "team"}, {"href": "/en/news/team/tottenham-hotspur-2022062716001253418-89/", "provider": "football-api", "title": "Tottenham Hotspur", "type": "team"}, {"href": "/en/news/team/liverpool-2022062716001253418-92/", "provider": "football-api", "title": "Liverpool", "type": "team"}]}, "seo": {"description": "There are eight Premier League matches to look forward to on Saturday and Jack Ogalbe has collated our writers' best tips ahead of a busy day of action", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "premier-league-predictions-aston-villa-arsenal-everton-newcastle-west-ham", "title": "Premier League: Predictions for all eight games on Saturday"}, "status": "active", "subTitle": "There are eight Premier League matches to look forward to on Saturday and Jack Ogalbe has collated our writers' best tips ahead of a busy day of action", "teams": [{"href": "/en/news/team/aston-villa-2022062716001253418-101/", "provider": "football-api", "title": "Aston Villa", "type": "team"}, {"href": "/en/news/team/everton-2022062716001253418-96/", "provider": "football-api", "title": "Everton", "type": "team"}, {"href": "/en/news/team/brighton-hove-albion-2022062716001253418-134/", "provider": "football-api", "title": "Brighton & Hove Albion", "type": "team"}, {"href": "/en/news/team/arsenal-2022062716001253418-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/afc-bournemouth-2022062716001253418-123/", "provider": "football-api", "title": "AFC Bournemouth", "type": "team"}, {"href": "/en/news/team/luton-town-2022062716001253418-3407/", "provider": "football-api", "title": "Luton Town", "type": "team"}, {"href": "/en/news/team/manchester-united-2022062716001253418-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/team/crystal-palace-2022062716001253418-110/", "provider": "football-api", "title": "Crystal Palace", "type": "team"}, {"href": "/en/news/team/newcastle-united-2022062716001253418-103/", "provider": "football-api", "title": "Newcastle United", "type": "team"}, {"href": "/en/news/team/burnley-2022062716001253418-118/", "provider": "football-api", "title": "Burnley", "type": "team"}, {"href": "/en/news/team/west-ham-united-2022062716001253418-94/", "provider": "football-api", "title": "West Ham United", "type": "team"}, {"href": "/en/news/team/sheffield-united-2022062716001253418-113/", "provider": "football-api", "title": "Sheffield United", "type": "team"}, {"href": "/en/news/team/wolverhampton-wanderers-2022062716001253418-109/", "provider": "football-api", "title": "Wolverhampton Wanderers", "type": "team"}, {"href": "/en/news/team/manchester-city-2022062716001253418-104/", "provider": "football-api", "title": "Manchester City", "type": "team"}, {"href": "/en/news/team/tottenham-hotspur-2022062716001253418-89/", "provider": "football-api", "title": "Tottenham Hotspur", "type": "team"}, {"href": "/en/news/team/liverpool-2022062716001253418-92/", "provider": "football-api", "title": "Liverpool", "type": "team"}], "title": "Premier League: Predictions for all eight games on Saturday", "type": "news", "until": null, "updatedAt": {"time": "17", "unit": "news.hours"}, "updatedAtUtc": "2023-09-29T15:01:07+00:00", "url": "/en/news/premier-league-predictions-aston-villa-arsenal-everton-newcastle-west-ham-2023092913544253698/"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"additionalCategories": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "boolean"}, "avatar_url": {"type": "null"}, "bio": {"type": "null"}, "created_at": {"type": "string"}, "created_by": {"type": "object", "properties": {"full_name": {"type": "string"}, "id": {"type": "string"}}}, "default": {"type": "boolean"}, "entity_type": {"type": "string"}, "generic": {"type": "null"}, "id": {"type": "string"}, "name": {"type": "string"}, "seo": {"type": "null"}, "updated_at": {"type": "string"}, "weight": {"type": "integer"}}}}, "body": {"type": "array", "items": {"type": "object"}}, "category": {"type": "object", "properties": {"active": {"type": "boolean"}, "createdAt": {"type": "string"}, "createdBy": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}}, "description": {"type": "null"}, "id": {"type": "string"}, "initialTitle": {"type": "string"}, "listPosition": {"type": "integer"}, "media": {"type": "array"}, "parentId": {"type": "null"}, "pathname": {"type": "string"}, "seo": {"type": "object", "properties": {"description": {"type": "string"}, "follow": {"type": "boolean"}, "index": {"type": "boolean"}, "jsonld": {"type": "null"}, "keywords": {"type": "array"}, "redirect_type": {"type": "null"}, "slug": {"type": "string"}, "title": {"type": "string"}}}, "subs": {"type": "array"}, "title": {"type": "string"}, "updatedAt": {"type": "string"}}}, "categoryLabel": {"type": "string"}, "channels": {"type": "array"}, "createdAt": {"type": "string"}, "entityType": {"type": "string"}, "id": {"type": "string"}, "isAdsEnabled": {"type": "boolean"}, "isAdultContent": {"type": "boolean"}, "isArticleAvailable": {"type": "boolean"}, "isLive": {"type": "boolean"}, "isSensitiveContent": {"type": "boolean"}, "leagues": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}, "mainMedia": {"type": "array", "items": {"type": "object", "properties": {"article": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "gallery": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "id": {"type": "null"}, "original": {"type": "object", "properties": {"alt": {"type": "string"}, "url": {"type": "string"}}}, "path": {"type": "null"}, "thumbnail": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "type": {"type": "string"}}}}, "origin": {"type": "null"}, "provider": {"type": "string"}, "publishedAt": {"type": "string"}, "publishedBy": {"type": "object", "properties": {"contactUrl": {"type": "string"}, "logo": {"type": "string"}, "logoSize": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}}, "name": {"type": "string"}, "telephone": {"type": "string"}, "websiteUrl": {"type": "string"}}}, "publishedDate": {"type": "string"}, "publishedRegions": {"type": "array"}, "publishedTime": {"type": "string"}, "related": {"type": "object", "properties": {"relatedArticles": {"type": "array", "items": {"type": "object", "properties": {"categoryLabel": {"type": "string"}, "categoryUrl": {"type": "string"}, "id": {"type": "string"}, "isAdultContent": {"type": "boolean"}, "mainMedia": {"type": "array", "items": {"type": "object", "properties": {"gallery": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "id": {"type": "null"}, "original": {"type": "object", "properties": {"alt": {"type": "string"}, "url": {"type": "string"}}}, "path": {"type": "null"}, "thumbnail": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "type": {"type": "string"}}}}, "publishedAt": {"type": "string"}, "publishedRegions": {"type": "array"}, "related": {"type": "null"}, "shortTitle": {"type": "null"}, "title": {"type": "string"}, "type": {"type": "string"}, "updatedAt": {"type": "object", "properties": {"time": {"type": "string"}, "unit": {"type": "string"}}}, "url": {"type": "string"}}}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}}}, "seo": {"type": "object", "properties": {"description": {"type": "string"}, "follow": {"type": "boolean"}, "index": {"type": "boolean"}, "jsonld": {"type": "null"}, "keywords": {"type": "array"}, "redirect_type": {"type": "null"}, "slug": {"type": "string"}, "title": {"type": "string"}}}, "status": {"type": "string"}, "subTitle": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}, "title": {"type": "string"}, "type": {"type": "string"}, "until": {"type": "null"}, "updatedAt": {"type": "object", "properties": {"time": {"type": "string"}, "unit": {"type": "string"}}}, "updatedAtUtc": {"type": "string"}, "url": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/e62f641d-83c9-4296-ad16-7684845b8cc1/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/team/table-home
scores/team/table-home
200
Example_1
{"data": {"additionalInfo": [{"determined": 1, "label": "cupResultInEuropaLeague"}, {"determined": 1, "label": "leagueCupInUefaConferenceLeague"}], "country": "england", "countryName": "England", "hideLeagueTableBadges": false, "isLimitedOversMatch": false, "isSplit": false, "kind": "home", "name": "Premier League", "stagePhases": [], "subName": "", "teams": [{"draws": 0, "goalsAgainst": 2, "goalsDiff": 7, "goalsFor": 9, "hasMatchInProgress": false, "id": "3340", "losses": 0, "lossesOT": 0, "name": "Liverpool", "played": 3, "points": 9, "rank": 1, "reg": 3, "slug": "/en/football/team/liverpool/3340/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8650.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8650.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 1, "goalsDiff": 7, "goalsFor": 8, "hasMatchInProgress": false, "id": "12633", "losses": 0, "lossesOT": 0, "name": "Manchester City", "played": 3, "points": 9, "rank": 2, "reg": 3, "slug": "/en/football/team/manchester-city/12633/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 6, "goalsDiff": 5, "goalsFor": 11, "hasMatchInProgress": false, "id": "2918", "losses": 1, "lossesOT": 0, "name": "Brighton", "played": 4, "points": 9, "rank": 3, "reg": 3, "slug": "/en/football/team/brighton/2918/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10204.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10204.png"}, "wins": 3, "winsOT": 0}, {"draws": 2, "goalsAgainst": 6, "goalsDiff": 3, "goalsFor": 9, "hasMatchInProgress": false, "id": "2773", "losses": 0, "lossesOT": 0, "name": "Arsenal", "played": 4, "points": 8, "rank": 4, "reg": 2, "slug": "/en/football/team/arsenal/2773/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9825.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9825.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 1, "goalsDiff": 6, "goalsFor": 7, "hasMatchInProgress": false, "id": "3863", "losses": 0, "lossesOT": 0, "name": "Aston Villa", "played": 2, "points": 6, "rank": 5, "reg": 2, "slug": "/en/football/team/aston-villa/3863/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10252.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10252.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 3, "goalsDiff": 4, "goalsFor": 7, "hasMatchInProgress": false, "id": "2986", "losses": 1, "lossesOT": 0, "name": "Newcastle United", "played": 3, "points": 6, "rank": 6, "reg": 2, "slug": "/en/football/team/newcastle-united/2986/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10261.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10261.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 1, "goalsDiff": 3, "goalsFor": 4, "hasMatchInProgress": false, "id": "3339", "losses": 0, "lossesOT": 0, "name": "Tottenham Hotspur", "played": 2, "points": 6, "rank": 7, "reg": 2, "slug": "/en/football/team/tottenham-hotspur/3339/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8586.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8586.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 5, "goalsDiff": 0, "goalsFor": 5, "hasMatchInProgress": false, "id": "2810", "losses": 1, "lossesOT": 0, "name": "Manchester United", "played": 3, "points": 6, "rank": 8, "reg": 2, "slug": "/en/football/team/manchester-united/2810/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10260.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10260.png"}, "wins": 2, "winsOT": 0}, {"draws": 1, "goalsAgainst": 3, "goalsDiff": 1, "goalsFor": 4, "hasMatchInProgress": false, "id": "2881", "losses": 2, "lossesOT": 0, "name": "Chelsea", "played": 4, "points": 4, "rank": 9, "reg": 1, "slug": "/en/football/team/chelsea/2881/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8455.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8455.png"}, "wins": 1, "winsOT": 0}, {"draws": 1, "goalsAgainst": 2, "goalsDiff": 1, "goalsFor": 3, "hasMatchInProgress": false, "id": "3060", "losses": 0, "lossesOT": 0, "name": "Nottingham Forest", "played": 2, "points": 4, "rank": 10, "reg": 1, "slug": "/en/football/team/nottingham-forest/3060/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10203.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10203.png"}, "wins": 1, "winsOT": 0}, {"draws": 1, "goalsAgainst": 3, "goalsDiff": 0, "goalsFor": 3, "hasMatchInProgress": false, "id": "2772", "losses": 1, "lossesOT": 0, "name": "Crystal Palace", "played": 3, "points": 4, "rank": 11, "reg": 1, "slug": "/en/football/team/crystal-palace/2772/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9826.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9826.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 4, "goalsDiff": 0, "goalsFor": 4, "hasMatchInProgress": false, "id": "252", "losses": 1, "lossesOT": 0, "name": "West Ham United", "played": 2, "points": 3, "rank": 12, "reg": 1, "slug": "/en/football/team/west-ham-united/252/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8654.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8654.png"}, "wins": 1, "winsOT": 0}, {"draws": 3, "goalsAgainst": 8, "goalsDiff": -2, "goalsFor": 6, "hasMatchInProgress": false, "id": "2865", "losses": 1, "lossesOT": 0, "name": "Brentford", "played": 4, "points": 3, "rank": 13, "reg": 0, "slug": "/en/football/team/brentford/2865/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9937.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9937.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 3, "goalsDiff": -2, "goalsFor": 1, "hasMatchInProgress": false, "id": "2872", "losses": 1, "lossesOT": 0, "name": "Fulham", "played": 2, "points": 3, "rank": 14, "reg": 1, "slug": "/en/football/team/fulham/2872/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9879.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9879.png"}, "wins": 1, "winsOT": 0}, {"draws": 2, "goalsAgainst": 3, "goalsDiff": -2, "goalsFor": 1, "hasMatchInProgress": false, "id": "3928", "losses": 1, "lossesOT": 0, "name": "Bournemouth", "played": 3, "points": 2, "rank": 15, "reg": 0, "slug": "/en/football/team/bournemouth/3928/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8678.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8678.png"}, "wins": 0, "winsOT": 0}, {"draws": 1, "goalsAgainst": 3, "goalsDiff": -1, "goalsFor": 2, "hasMatchInProgress": false, "id": "2857", "losses": 1, "lossesOT": 0, "name": "Luton Town", "played": 2, "points": 1, "rank": 16, "reg": 0, "slug": "/en/football/team/luton-town/2857/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8346.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8346.png"}, "wins": 0, "winsOT": 0}, {"draws": 1, "goalsAgainst": 13, "goalsDiff": -10, "goalsFor": 3, "hasMatchInProgress": false, "id": "251", "losses": 3, "lossesOT": 0, "name": "Sheffield United", "played": 4, "points": 1, "rank": 17, "reg": 0, "slug": "/en/football/team/sheffield-united/251/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8657.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8657.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 3, "goalsDiff": -3, "goalsFor": 0, "hasMatchInProgress": false, "id": "2917", "losses": 3, "lossesOT": 0, "name": "Everton", "played": 3, "points": 0, "rank": 18, "reg": 0, "slug": "/en/football/team/everton/2917/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8668.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8668.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": -5, "goalsFor": 2, "hasMatchInProgress": false, "id": "2985", "losses": 2, "lossesOT": 0, "name": "Wolves", "played": 2, "points": 0, "rank": 19, "reg": 0, "slug": "/en/football/team/wolves/2985/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8602.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8602.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 12, "goalsDiff": -9, "goalsFor": 3, "hasMatchInProgress": false, "id": "2882", "losses": 4, "lossesOT": 0, "name": "Burnley", "played": 4, "points": 0, "rank": 20, "reg": 0, "slug": "/en/football/team/burnley/2882/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8191.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8191.png"}, "wins": 0, "winsOT": 0}], "url": "/en/football/england/premier-league"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"additionalInfo": {"type": "array", "items": {"type": "object", "properties": {"determined": {"type": "integer"}, "label": {"type": "string"}}}}, "country": {"type": "string"}, "countryName": {"type": "string"}, "hideLeagueTableBadges": {"type": "boolean"}, "isLimitedOversMatch": {"type": "boolean"}, "isSplit": {"type": "boolean"}, "kind": {"type": "string"}, "name": {"type": "string"}, "stagePhases": {"type": "array"}, "subName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"draws": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "goalsDiff": {"type": "integer"}, "goalsFor": {"type": "integer"}, "hasMatchInProgress": {"type": "boolean"}, "id": {"type": "string"}, "losses": {"type": "integer"}, "lossesOT": {"type": "integer"}, "name": {"type": "string"}, "played": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "reg": {"type": "integer"}, "slug": {"type": "string"}, "stagePhases": {"type": "array"}, "teamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "wins": {"type": "integer"}, "winsOT": {"type": "integer"}}}}, "url": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/2173831d-36ce-417a-a21a-759bda1a6c82/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
leagues/get-table
leagues/get-table
200
Example_1
{"data": {"Ccd": "england", "Ccdiso": "ENG", "Chi": 0, "Cid": "34", "Cnm": "England", "CompD": "England", "CompId": "65", "CompN": "Premier League", "CompST": "England", "Csnm": "England", "LeagueTable": {"L": [{"Tables": [{"LTT": 1, "phrX": [{"D": 1, "V": 150}, {"D": 1, "V": 211}], "team": [{"Img": "enet/8456.png", "Ipr": 0, "Tid": "12633", "Tnm": "Manchester City", "drw": 0, "drwn": "0", "ga": 3, "gd": 13, "gf": 16, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "phr": [20], "pld": 6, "pts": 18, "ptsn": "18", "rnk": 1, "wap": 0, "win": 6, "winn": "6", "wot": 0, "wreg": 6}, {"Img": "enet/8650.png", "Ipr": 0, "Tid": "3340", "Tnm": "Liverpool", "drw": 1, "drwn": "1", "ga": 5, "gd": 10, "gf": 15, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "phr": [20], "pld": 6, "pts": 16, "ptsn": "16", "rnk": 2, "wap": 0, "win": 5, "winn": "5", "wot": 0, "wreg": 5}, {"Img": "enet/10204.png", "Ipr": 1, "Tid": "2918", "Tnm": "Brighton", "drw": 0, "drwn": "0", "ga": 11, "gd": 7, "gf": 18, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "phr": [20], "pld": 7, "pts": 15, "ptsn": "15", "rnk": 3, "wap": 0, "win": 5, "winn": "5", "wot": 0, "wreg": 5}, {"Img": "enet/10252.png", "Ipr": 1, "Tid": "3863", "Tnm": "Aston Villa", "drw": 0, "drwn": "0", "ga": 10, "gd": 5, "gf": 15, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "phr": [20], "pld": 7, "pts": 15, "ptsn": "15", "rnk": 4, "wap": 0, "win": 5, "winn": "5", "wot": 0, "wreg": 5}, {"Img": "enet/8586.png", "Ipr": 0, "Tid": "3339", "Tnm": "Tottenham Hotspur", "drw": 2, "drwn": "2", "ga": 7, "gd": 8, "gf": 15, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "phr": [25], "pld": 6, "pts": 14, "ptsn": "14", "rnk": 5, "wap": 0, "win": 4, "winn": "4", "wot": 0, "wreg": 4}, {"Img": "enet/9825.png", "Ipr": 0, "Tid": "2773", "Tnm": "Arsenal", "drw": 2, "drwn": "2", "ga": 6, "gd": 5, "gf": 11, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 6, "pts": 14, "ptsn": "14", "rnk": 6, "wap": 0, "win": 4, "winn": "4", "wot": 0, "wreg": 4}, {"Img": "enet/8654.png", "Ipr": 0, "Tid": "252", "Tnm": "West Ham United", "drw": 1, "drwn": "1", "ga": 10, "gd": 1, "gf": 11, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 6, "pts": 10, "ptsn": "10", "rnk": 7, "wap": 0, "win": 3, "winn": "3", "wot": 0, "wreg": 3}, {"Img": "enet/10261.png", "Ipr": 0, "Tid": "2986", "Tnm": "Newcastle United", "drw": 0, "drwn": "0", "ga": 7, "gd": 9, "gf": 16, "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pa": 0, "pf": 0, "pld": 6, "pts": 9, "ptsn": "9", "rnk": 8, "wap": 0, "win": 3, "winn": "3", "wot": 0, "wreg": 3}, {"Img": "enet/10260.png", "Ipr": 0, "Tid": "2810", "Tnm": "Manchester United", "drw": 0, "drwn": "0", "ga": 10, "gd": -3, "gf": 7, "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pa": 0, "pf": 0, "pld": 6, "pts": 9, "ptsn": "9", "rnk": 9, "wap": 0, "win": 3, "winn": "3", "wot": 0, "wreg": 3}, {"Img": "enet/9826.png", "Ipr": 0, "Tid": "2772", "Tnm": "Crystal Palace", "drw": 2, "drwn": "2", "ga": 7, "gd": -1, "gf": 6, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 6, "pts": 8, "ptsn": "8", "rnk": 10, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/9879.png", "Ipr": 0, "Tid": "2872", "Tnm": "Fulham", "drw": 2, "drwn": "2", "ga": 10, "gd": -5, "gf": 5, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 6, "pts": 8, "ptsn": "8", "rnk": 11, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/10203.png", "Ipr": 0, "Tid": "3060", "Tnm": "Nottingham Forest", "drw": 1, "drwn": "1", "ga": 9, "gd": -2, "gf": 7, "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pa": 0, "pf": 0, "pld": 6, "pts": 7, "ptsn": "7", "rnk": 12, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/9937.png", "Ipr": 0, "Tid": "2865", "Tnm": "Brentford", "drw": 3, "drwn": "3", "ga": 9, "gd": 0, "gf": 9, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 6, "pts": 6, "ptsn": "6", "rnk": 13, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/8455.png", "Ipr": 0, "Tid": "2881", "Tnm": "Chelsea", "drw": 2, "drwn": "2", "ga": 6, "gd": -1, "gf": 5, "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pa": 0, "pf": 0, "pld": 6, "pts": 5, "ptsn": "5", "rnk": 14, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/8668.png", "Ipr": 0, "Tid": "2917", "Tnm": "Everton", "drw": 1, "drwn": "1", "ga": 10, "gd": -5, "gf": 5, "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pa": 0, "pf": 0, "pld": 6, "pts": 4, "ptsn": "4", "rnk": 15, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/8602.png", "Ipr": 0, "Tid": "2985", "Tnm": "Wolves", "drw": 1, "drwn": "1", "ga": 12, "gd": -6, "gf": 6, "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pa": 0, "pf": 0, "pld": 6, "pts": 4, "ptsn": "4", "rnk": 16, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/8678.png", "Ipr": 0, "Tid": "3928", "Tnm": "Bournemouth", "drw": 3, "drwn": "3", "ga": 11, "gd": -6, "gf": 5, "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pa": 0, "pf": 0, "pld": 6, "pts": 3, "ptsn": "3", "rnk": 17, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8346.png", "Ipr": 0, "Tid": "2857", "Tnm": "Luton Town", "drw": 1, "drwn": "1", "ga": 11, "gd": -8, "gf": 3, "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pa": 0, "pf": 0, "phr": [15], "pld": 5, "pts": 1, "ptsn": "1", "rnk": 18, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8191.png", "Ipr": 0, "Tid": "2882", "Tnm": "Burnley", "drw": 1, "drwn": "1", "ga": 13, "gd": -9, "gf": 4, "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pa": 0, "pf": 0, "phr": [15], "pld": 5, "pts": 1, "ptsn": "1", "rnk": 19, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8657.png", "Ipr": 0, "Tid": "251", "Tnm": "Sheffield United", "drw": 1, "drwn": "1", "ga": 17, "gd": -12, "gf": 5, "lap": 0, "lot": 0, "lreg": 5, "lst": 5, "lstn": "5", "pa": 0, "pf": 0, "phr": [15], "pld": 6, "pts": 1, "ptsn": "1", "rnk": 20, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}]}, {"LTT": 2, "phrX": [{"D": 1, "V": 150}, {"D": 1, "V": 211}], "team": [{"Img": "enet/10252.png", "Ipr": 1, "Tid": "3863", "Tnm": "Aston Villa", "drw": 0, "drwn": "0", "ga": 1, "gd": 9, "gf": 10, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 3, "pts": 9, "ptsn": "9", "rnk": 1, "wap": 0, "win": 3, "winn": "3", "wot": 0, "wreg": 3}, {"Img": "enet/8650.png", "Ipr": 0, "Tid": "3340", "Tnm": "Liverpool", "drw": 0, "drwn": "0", "ga": 2, "gd": 7, "gf": 9, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 3, "pts": 9, "ptsn": "9", "rnk": 2, "wap": 0, "win": 3, "winn": "3", "wot": 0, "wreg": 3}, {"Img": "enet/8456.png", "Ipr": 0, "Tid": "12633", "Tnm": "Manchester City", "drw": 0, "drwn": "0", "ga": 1, "gd": 7, "gf": 8, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 3, "pts": 9, "ptsn": "9", "rnk": 3, "wap": 0, "win": 3, "winn": "3", "wot": 0, "wreg": 3}, {"Img": "enet/10204.png", "Ipr": 1, "Tid": "2918", "Tnm": "Brighton", "drw": 0, "drwn": "0", "ga": 6, "gd": 5, "gf": 11, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 4, "pts": 9, "ptsn": "9", "rnk": 4, "wap": 0, "win": 3, "winn": "3", "wot": 0, "wreg": 3}, {"Img": "enet/9825.png", "Ipr": 0, "Tid": "2773", "Tnm": "Arsenal", "drw": 2, "drwn": "2", "ga": 6, "gd": 3, "gf": 9, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 4, "pts": 8, "ptsn": "8", "rnk": 5, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/10261.png", "Ipr": 0, "Tid": "2986", "Tnm": "Newcastle United", "drw": 0, "drwn": "0", "ga": 3, "gd": 4, "gf": 7, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 3, "pts": 6, "ptsn": "6", "rnk": 6, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/8586.png", "Ipr": 0, "Tid": "3339", "Tnm": "Tottenham Hotspur", "drw": 0, "drwn": "0", "ga": 1, "gd": 3, "gf": 4, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 2, "pts": 6, "ptsn": "6", "rnk": 7, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/10260.png", "Ipr": 0, "Tid": "2810", "Tnm": "Manchester United", "drw": 0, "drwn": "0", "ga": 5, "gd": 0, "gf": 5, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 3, "pts": 6, "ptsn": "6", "rnk": 8, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/8455.png", "Ipr": 0, "Tid": "2881", "Tnm": "Chelsea", "drw": 1, "drwn": "1", "ga": 3, "gd": 1, "gf": 4, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 4, "pts": 4, "ptsn": "4", "rnk": 9, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/10203.png", "Ipr": 0, "Tid": "3060", "Tnm": "Nottingham Forest", "drw": 1, "drwn": "1", "ga": 2, "gd": 1, "gf": 3, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 2, "pts": 4, "ptsn": "4", "rnk": 10, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/9826.png", "Ipr": 0, "Tid": "2772", "Tnm": "Crystal Palace", "drw": 1, "drwn": "1", "ga": 3, "gd": 0, "gf": 3, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 3, "pts": 4, "ptsn": "4", "rnk": 11, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/8654.png", "Ipr": 0, "Tid": "252", "Tnm": "West Ham United", "drw": 0, "drwn": "0", "ga": 4, "gd": 0, "gf": 4, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 2, "pts": 3, "ptsn": "3", "rnk": 12, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/9937.png", "Ipr": 0, "Tid": "2865", "Tnm": "Brentford", "drw": 3, "drwn": "3", "ga": 8, "gd": -2, "gf": 6, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 4, "pts": 3, "ptsn": "3", "rnk": 13, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/9879.png", "Ipr": 0, "Tid": "2872", "Tnm": "Fulham", "drw": 0, "drwn": "0", "ga": 3, "gd": -2, "gf": 1, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 2, "pts": 3, "ptsn": "3", "rnk": 14, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/8678.png", "Ipr": 0, "Tid": "3928", "Tnm": "Bournemouth", "drw": 2, "drwn": "2", "ga": 3, "gd": -2, "gf": 1, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 3, "pts": 2, "ptsn": "2", "rnk": 15, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8346.png", "Ipr": 0, "Tid": "2857", "Tnm": "Luton Town", "drw": 1, "drwn": "1", "ga": 3, "gd": -1, "gf": 2, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 2, "pts": 1, "ptsn": "1", "rnk": 16, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8657.png", "Ipr": 0, "Tid": "251", "Tnm": "Sheffield United", "drw": 1, "drwn": "1", "ga": 13, "gd": -10, "gf": 3, "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pa": 0, "pf": 0, "pld": 4, "pts": 1, "ptsn": "1", "rnk": 17, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8668.png", "Ipr": 0, "Tid": "2917", "Tnm": "Everton", "drw": 0, "drwn": "0", "ga": 3, "gd": -3, "gf": 0, "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pa": 0, "pf": 0, "pld": 3, "pts": 0, "ptsn": "0", "rnk": 18, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8602.png", "Ipr": 0, "Tid": "2985", "Tnm": "Wolves", "drw": 0, "drwn": "0", "ga": 7, "gd": -5, "gf": 2, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 2, "pts": 0, "ptsn": "0", "rnk": 19, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8191.png", "Ipr": 0, "Tid": "2882", "Tnm": "Burnley", "drw": 0, "drwn": "0", "ga": 12, "gd": -9, "gf": 3, "lap": 0, "lot": 0, "lreg": 4, "lst": 4, "lstn": "4", "pa": 0, "pf": 0, "pld": 4, "pts": 0, "ptsn": "0", "rnk": 20, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}]}, {"LTT": 3, "phrX": [{"D": 1, "V": 150}, {"D": 1, "V": 211}], "team": [{"Img": "enet/8456.png", "Ipr": 0, "Tid": "12633", "Tnm": "Manchester City", "drw": 0, "drwn": "0", "ga": 2, "gd": 6, "gf": 8, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 3, "pts": 9, "ptsn": "9", "rnk": 1, "wap": 0, "win": 3, "winn": "3", "wot": 0, "wreg": 3}, {"Img": "enet/8586.png", "Ipr": 0, "Tid": "3339", "Tnm": "Tottenham Hotspur", "drw": 2, "drwn": "2", "ga": 6, "gd": 5, "gf": 11, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 4, "pts": 8, "ptsn": "8", "rnk": 2, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/8650.png", "Ipr": 0, "Tid": "3340", "Tnm": "Liverpool", "drw": 1, "drwn": "1", "ga": 3, "gd": 3, "gf": 6, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 3, "pts": 7, "ptsn": "7", "rnk": 3, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/8654.png", "Ipr": 0, "Tid": "252", "Tnm": "West Ham United", "drw": 1, "drwn": "1", "ga": 6, "gd": 1, "gf": 7, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 4, "pts": 7, "ptsn": "7", "rnk": 4, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/10204.png", "Ipr": 1, "Tid": "2918", "Tnm": "Brighton", "drw": 0, "drwn": "0", "ga": 5, "gd": 2, "gf": 7, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 3, "pts": 6, "ptsn": "6", "rnk": 5, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/9825.png", "Ipr": 0, "Tid": "2773", "Tnm": "Arsenal", "drw": 0, "drwn": "0", "ga": 0, "gd": 2, "gf": 2, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 2, "pts": 6, "ptsn": "6", "rnk": 6, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/10252.png", "Ipr": 1, "Tid": "3863", "Tnm": "Aston Villa", "drw": 0, "drwn": "0", "ga": 9, "gd": -4, "gf": 5, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 4, "pts": 6, "ptsn": "6", "rnk": 7, "wap": 0, "win": 2, "winn": "2", "wot": 0, "wreg": 2}, {"Img": "enet/9879.png", "Ipr": 0, "Tid": "2872", "Tnm": "Fulham", "drw": 2, "drwn": "2", "ga": 7, "gd": -3, "gf": 4, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 4, "pts": 5, "ptsn": "5", "rnk": 8, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/8602.png", "Ipr": 0, "Tid": "2985", "Tnm": "Wolves", "drw": 1, "drwn": "1", "ga": 5, "gd": -1, "gf": 4, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 4, "pts": 4, "ptsn": "4", "rnk": 9, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/9826.png", "Ipr": 0, "Tid": "2772", "Tnm": "Crystal Palace", "drw": 1, "drwn": "1", "ga": 4, "gd": -1, "gf": 3, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 3, "pts": 4, "ptsn": "4", "rnk": 10, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/8668.png", "Ipr": 0, "Tid": "2917", "Tnm": "Everton", "drw": 1, "drwn": "1", "ga": 7, "gd": -2, "gf": 5, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 3, "pts": 4, "ptsn": "4", "rnk": 11, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/10261.png", "Ipr": 0, "Tid": "2986", "Tnm": "Newcastle United", "drw": 0, "drwn": "0", "ga": 4, "gd": 5, "gf": 9, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 3, "pts": 3, "ptsn": "3", "rnk": 12, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/9937.png", "Ipr": 0, "Tid": "2865", "Tnm": "Brentford", "drw": 0, "drwn": "0", "ga": 1, "gd": 2, "gf": 3, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 2, "pts": 3, "ptsn": "3", "rnk": 13, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/10203.png", "Ipr": 0, "Tid": "3060", "Tnm": "Nottingham Forest", "drw": 0, "drwn": "0", "ga": 7, "gd": -3, "gf": 4, "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pa": 0, "pf": 0, "pld": 4, "pts": 3, "ptsn": "3", "rnk": 14, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/10260.png", "Ipr": 0, "Tid": "2810", "Tnm": "Manchester United", "drw": 0, "drwn": "0", "ga": 5, "gd": -3, "gf": 2, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 3, "pts": 3, "ptsn": "3", "rnk": 15, "wap": 0, "win": 1, "winn": "1", "wot": 0, "wreg": 1}, {"Img": "enet/8191.png", "Ipr": 0, "Tid": "2882", "Tnm": "Burnley", "drw": 1, "drwn": "1", "ga": 1, "gd": 0, "gf": 1, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pa": 0, "pf": 0, "pld": 1, "pts": 1, "ptsn": "1", "rnk": 16, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8455.png", "Ipr": 0, "Tid": "2881", "Tnm": "Chelsea", "drw": 1, "drwn": "1", "ga": 3, "gd": -2, "gf": 1, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pa": 0, "pf": 0, "pld": 2, "pts": 1, "ptsn": "1", "rnk": 17, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8678.png", "Ipr": 0, "Tid": "3928", "Tnm": "Bournemouth", "drw": 1, "drwn": "1", "ga": 8, "gd": -4, "gf": 4, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 3, "pts": 1, "ptsn": "1", "rnk": 18, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8657.png", "Ipr": 0, "Tid": "251", "Tnm": "Sheffield United", "drw": 0, "drwn": "0", "ga": 4, "gd": -2, "gf": 2, "lap": 0, "lot": 0, "lreg": 2, "lst": 2, "lstn": "2", "pa": 0, "pf": 0, "pld": 2, "pts": 0, "ptsn": "0", "rnk": 19, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}, {"Img": "enet/8346.png", "Ipr": 0, "Tid": "2857", "Tnm": "Luton Town", "drw": 0, "drwn": "0", "ga": 8, "gd": -7, "gf": 1, "lap": 0, "lot": 0, "lreg": 3, "lst": 3, "lstn": "3", "pa": 0, "pf": 0, "pld": 3, "pts": 0, "ptsn": "0", "rnk": 20, "wap": 0, "win": 0, "winn": "0", "wot": 0, "wreg": 0}]}]}]}, "Scd": "premier-league", "Scu": 0, "Sdn": "Premier League", "Sds": "Premier League", "Shi": 0, "Sid": "14414", "Snm": "Premier League", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Chi": {"type": "integer"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "CompD": {"type": "string"}, "CompId": {"type": "string"}, "CompN": {"type": "string"}, "CompST": {"type": "string"}, "Csnm": {"type": "string"}, "LeagueTable": {"type": "object", "properties": {"L": {"type": "array", "items": {"type": "object", "properties": {"Tables": {"type": "array", "items": {"type": "object", "properties": {"LTT": {"type": "integer"}, "phrX": {"type": "array", "items": {"type": "object", "properties": {"D": {"type": "integer"}, "V": {"type": "integer"}}}}, "team": {"type": "array", "items": {"type": "object"}}}}}}}}}}, "Scd": {"type": "string"}, "Scu": {"type": "integer"}, "Sdn": {"type": "string"}, "Sds": {"type": "string"}, "Shi": {"type": "integer"}, "Sid": {"type": "string"}, "Snm": {"type": "string"}, "badgeUrl": {"type": "string"}, "firstColor": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/4af5d1b7-7fa1-4c6b-b7c2-034103e0f2e0/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
news/detail
news/detail
200
Example_1
{"data": {"activeSport": "football", "adsTargeting": {"adUnitPathName": "newsArticle", "category": "News", "environment": "production", "newsArticleCategory": "football, transfer news, women's football", "newsArticleId": "2023091507083661980", "newsArticleLeague": "Women's Super League", "newsArticleSensitiveContent": false, "newsArticleTags": "Women's Super League,Arsenal,Arsenal Women", "newsArticleTeam": "Arsenal,Arsenal Women", "newsArticleTitle": "Gunners make late swoop for Australia star Cooney-Cross", "screen": "NewsArticle"}, "ampWidgetsData": null, "article": {"additionalCategories": ["transfer news", "women's football"], "authors": [{"active": true, "avatar_url": null, "bio": null, "created_at": "2021-02-10T13:51:03+00:00", "created_by": {"full_name": "Tom Fairless", "id": "2021012711285572252"}, "default": false, "entity_type": "author", "generic": null, "id": "2021021013510302310", "name": "Gavin Glicksman", "seo": null, "updated_at": "2023-09-29T21:23:11+00:00", "weight": 8}], "body": [{"data": {"content": "<p>Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.&nbsp;</p>", "placeholderName": "qIjqqL", "type": "paragraph"}, "id": "qIjqqL", "type": "editor_block"}, {"data": {"content": "<p>And the Australia international is excited by the challenge ahead as the Gunners prepare to battle for Women's Super League glory.&nbsp;</p>", "placeholderName": "dAkhQO", "type": "paragraph"}, "id": "dAkhQO", "type": "editor_block"}, {"data": {"content": "<p>Cooney-Cross, 21, said: \"I'm so excited to join this club. Arsenal just felt right as soon as I heard about the interest.&nbsp;</p>", "placeholderName": "bzXfeB", "type": "paragraph"}, "id": "bzXfeB", "type": "editor_block"}, {"data": {"content": "<p>\"I'm really looking forward to experiencing the atmosphere at the Emirates in front of a big crowd for our first game there this season.&nbsp;</p>", "placeholderName": "iwZNZw", "type": "paragraph"}, "id": "iwZNZw", "type": "editor_block"}, {"data": {"content": "<p>\"I can't wait to get started and help us achieve something big together.\"</p>", "placeholderName": "jhslgc", "type": "paragraph"}, "id": "jhslgc", "type": "editor_block"}, {"data": {"content": "<p>The midfielder, who will wear No32, completed her switch before the WSL transfer window slammed shut last night.&nbsp;</p>", "placeholderName": "bsMhnB", "type": "paragraph"}, "id": "bsMhnB", "type": "editor_block"}, {"data": {"content": "<p>And her arrival is the perfect boost for Eidevall's troops following their failure to reach the Champions League group stage.&nbsp;</p>", "placeholderName": "rbdmwn", "type": "paragraph"}, "id": "rbdmwn", "type": "editor_block"}, {"data": {"changeId": "TshwdkR", "content": "twitter:1702461027600695533", "embed_type": "social", "preview": {"embedBlock": {"content": "twitter:1702461027600695533", "type": "social", "validationType": {"default": true, "label": "Plain text", "value": "text"}}}}, "id": "RgOlfh", "type": "embed"}, {"data": {"changeId": "yRJblgZ", "content": "<a href=\"https://www.livescore.com/en/news/womens-super-league-transfer-tracker-confirmed-major-deals-2023062912355169353/\" target=\"_self\">Read more: All the major summer transfer deals in the WSL</a>", "link": "https://www.livescore.com/en/news/womens-super-league-transfer-tracker-confirmed-major-deals-2023062912355169353/", "linkType": "article", "open_type": "SAME_WINDOW", "preview": {"linkBlock": {"content": "<a href=\"https://www.livescore.com/en/news/womens-super-league-transfer-tracker-confirmed-major-deals-2023062912355169353/\" target=\"_self\">Read more: All the major summer transfer deals in the WSL</a>", "link": "https://www.livescore.com/en/news/womens-super-league-transfer-tracker-confirmed-major-deals-2023062912355169353/", "linkType": "article", "open_type": "SAME_WINDOW", "text": "Read more: All the major summer transfer deals in the WSL"}}, "text": "Read more: All the major summer transfer deals in the WSL"}, "id": "efDFpi", "type": "link"}, {"data": {"content": "<p>Cooney-Cross has been capped 39 times by the Matildas and was a key figure as they reached the World Cup semi-finals on home soil during the summer.&nbsp;</p>", "placeholderName": "fPBvir", "type": "paragraph"}, "id": "fPBvir", "type": "editor_block"}, {"data": {"content": "<p><a href=\"https://www.arsenal.com/news/kyra-cooney-cross-joins-club\" target=\"_blank\"><span class=\"ck-fake-link-selection\">Speaking to the club's official website</span></a>, Gunners boss Eidevall said: \"Kyra is one of the best young players in world football and we are delighted to have brought her to Arsenal.&nbsp;</p>", "placeholderName": "attsKq", "type": "paragraph"}, "id": "attsKq", "type": "editor_block"}, {"data": {"content": "<p>\"Her passing ability and explosiveness allow her to affect games in a way you rarely see from such a young player.&nbsp;</p>", "placeholderName": "EvFtFU", "type": "paragraph"}, "id": "EvFtFU", "type": "editor_block"}, {"data": {"content": "<p>\"We firmly believe she will be an excellent addition to our midfield, now and in the future.\"</p>", "placeholderName": "rUgkBq", "type": "paragraph"}, "id": "rUgkBq", "type": "editor_block"}, {"data": {"content": "<p>Head of women's football Clare Wheatley added: \"We are so pleased to have brought Kyra to our club.&nbsp;</p>", "placeholderName": "hFiDhZ", "type": "paragraph"}, "id": "hFiDhZ", "type": "editor_block"}, {"data": {"content": "<p>\"At the age of 21, she already has impressive experience at domestic and international level and we believe she has huge potential for future development.&nbsp;</p>", "placeholderName": "dqAbkF", "type": "paragraph"}, "id": "dqAbkF", "type": "editor_block"}, {"data": {"content": "<p>\"Together with our supporters, we welcome Kyra to the Arsenal family and look forward to seeing her play in the red and white.\"</p>", "placeholderName": "iJjmsb", "type": "paragraph"}, "id": "iJjmsb", "type": "editor_block"}, {"data": {"content": "<p>Arsenal host Liverpool at the Emirates in their opening WSL fixture on October 1.&nbsp;</p>", "placeholderName": "fhWPcX", "type": "paragraph"}, "id": "fhWPcX", "type": "editor_block"}, {"data": {"changeId": "SQDGuPp", "content": "twitter:1702471151379742873", "embed_type": "social", "preview": {"embedBlock": {"content": "twitter:1702471151379742873", "type": "social", "validationType": {"default": true, "label": "Plain text", "value": "text"}}}}, "id": "uwWpts", "type": "embed"}, {"data": {"changeId": "fQeJTkq", "content": "<a href=\"https://www.livescore.com/en/news/freya-thomas-nottingham-forest-women-exclusive-wsl-promotion-2023091317402068818/\" target=\"_self\">EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality</a>", "link": "https://www.livescore.com/en/news/freya-thomas-nottingham-forest-women-exclusive-wsl-promotion-2023091317402068818/", "linkType": "article", "open_type": "SAME_WINDOW", "preview": {"linkBlock": {"content": "<a href=\"https://www.livescore.com/en/news/freya-thomas-nottingham-forest-women-exclusive-wsl-promotion-2023091317402068818/\" target=\"_self\">EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality</a>", "link": "https://www.livescore.com/en/news/freya-thomas-nottingham-forest-women-exclusive-wsl-promotion-2023091317402068818/", "linkType": "article", "open_type": "SAME_WINDOW", "text": "EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality"}}, "text": "EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality"}, "id": "ETOTpb", "type": "link"}], "category": {"active": true, "createdAt": "2021-02-09T13:32:09+00:00", "createdBy": {"id": "2021012609124049126", "name": "Livescore Admin"}, "description": null, "id": "2021020913320920836", "initialTitle": "Football", "listPosition": 1, "media": [], "parentId": null, "pathname": "/en/news/football/", "seo": {"description": "Click here for the latest in Football News from around the world in unmissable detail. From transfer news, to rumours, team news & stats, we cover it all.", "follow": true, "index": true, "keywords": [], "redirect_type": null, "slug": "football", "title": "Football News - Latest Football News & Transfer News | LiveScore"}, "subs": [], "title": "football", "updatedAt": "2023-09-29T13:49:24+00:00"}, "categoryLabel": "Football", "channels": [], "createdAt": "Fri Sep 15 2023 07:08:36 GMT+0000 (Coordinated Universal Time)", "entityType": "article", "id": "2023091507083661980", "isAdsEnabled": true, "isAdultContent": false, "isArticleAvailable": true, "isLive": false, "isSensitiveContent": false, "leagues": [{"href": "/en/news/competition/womens-super-league-2021020913320920836-623/", "provider": "football-api", "title": "Women's Super League", "type": "tournament"}], "mainMedia": [{"article": {"alt": "Arsenal have great expectations for Kyra Cooney-Cross", "height": 398, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg?operations=fit(707:)&w=707&quality=100", "width": 707}, "gallery": {"alt": "Arsenal have great expectations for Kyra Cooney-Cross", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Arsenal have great expectations for Kyra Cooney-Cross", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg"}, "path": null, "thumbnail": {"alt": "Arsenal have great expectations for Kyra Cooney-Cross", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "origin": null, "provider": "Gavin Glicksman", "publishedAt": "2023-09-15T07:08:36+00:00", "publishedBy": {"contactUrl": "/en/contact/", "logo": "/ls-web-assets/images/icon_ls_circle-00629ac0ee844ed0b7816a42c76dabd6.webp", "logoSize": {"height": 30, "width": 154}, "name": "LiveScore", "telephone": "+44 808 164 5759", "websiteUrl": "/en/"}, "publishedDate": "15/09/2023", "publishedRegions": [], "publishedTime": "07:08", "related": {"relatedArticles": [{"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092614395418178", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Heung-Min Son was on form in Tottenham's 2-2 draw at Arsenal", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/eddf81f4-02fa-48dd-afa6-cd5372701267.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Heung-Min Son was on form in Tottenham's 2-2 draw at Arsenal", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/eddf81f4-02fa-48dd-afa6-cd5372701267.jpg"}, "path": null, "thumbnail": {"alt": "Heung-Min Son was on form in Tottenham's 2-2 draw at Arsenal", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/eddf81f4-02fa-48dd-afa6-cd5372701267.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T10:40:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "In Focus: Son is shining at Spurs as Ange-ball gathers pace", "type": "news", "updatedAt": {"time": "46", "unit": "news.minutes"}, "url": "/en/news/in-focus-heung-min-son-tottenham-liverpool-premier-league-preview-2023092614395418178/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092515264589752", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Kaoru Mitoma has made an excellent start to the season with Brighton", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/efd48ab7-9d16-4b8b-ac35-67c0c81dba0e.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Kaoru Mitoma has made an excellent start to the season with Brighton", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/efd48ab7-9d16-4b8b-ac35-67c0c81dba0e.jpg"}, "path": null, "thumbnail": {"alt": "Kaoru Mitoma has made an excellent start to the season with Brighton", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/efd48ab7-9d16-4b8b-ac35-67c0c81dba0e.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T10:10:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "In Focus: Mitoma leading by example for high-flying Seagulls", "type": "news", "updatedAt": {"time": "1", "unit": "news.hour"}, "url": "/en/news/in-focus-kaoru-mitoma-brighton-aston-villa-premier-league-preview-2023092515264589752/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023093008592535538", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Hugo Ekitike's dream PSG move has turned into a nightmare", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/bb15139e-e799-4a3c-ba14-0f84941c27fc.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Hugo Ekitike's dream PSG move has turned into a nightmare", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/bb15139e-e799-4a3c-ba14-0f84941c27fc.jpg"}, "path": null, "thumbnail": {"alt": "Hugo Ekitike's dream PSG move has turned into a nightmare", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/bb15139e-e799-4a3c-ba14-0f84941c27fc.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T09:40:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Transfer Talk: Premier League trio chase PSG starlet Ekitike", "type": "news", "updatedAt": {"time": "1", "unit": "news.hour"}, "url": "/en/news/transfer-talk-psg-hugo-ekitike-everton-west-ham-wolves-latest-news-2023093008592535538/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023093009135407245", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Steve Cooper's side have been difficult to beat at their City Ground home", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15082023/cb457206-66fe-4ee7-839b-2857afbae93c.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Steve Cooper's side have been difficult to beat at their City Ground home", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15082023/cb457206-66fe-4ee7-839b-2857afbae93c.jpg"}, "path": null, "thumbnail": {"alt": "Steve Cooper's side have been difficult to beat at their City Ground home", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15082023/cb457206-66fe-4ee7-839b-2857afbae93c.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T09:13:54+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Nottingham Forest vs Brentford predictions: More home joy for Forest", "type": "news", "updatedAt": {"time": "38", "unit": "news.minutes"}, "url": "/en/news/nottingham-forest-vs-brentford-predictions-premier-league-2023093009135407245/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092714313326020", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Veteran keeper Asmir Begovic joined QPR during the summer", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/0f0a821b-86a3-4db3-b809-859dc355a542.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Veteran keeper Asmir Begovic joined QPR during the summer", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/0f0a821b-86a3-4db3-b809-859dc355a542.jpg"}, "path": null, "thumbnail": {"alt": "Veteran keeper Asmir Begovic joined QPR during the summer", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/0f0a821b-86a3-4db3-b809-859dc355a542.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T08:25:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Begovic relishing No1 gig at QPR after Everton back-up role", "type": "exclusive", "updatedAt": {"time": "3", "unit": "news.hours"}, "url": "/en/news/asmir-begovic-exclusive-qpr-chelsea-everton-milan-efl-news-2023092714313326020/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092615235986645", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Ebony Salmon rejoined Aston Villa from Houston Dash in the summer", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/26092023/93da623e-4e3e-4317-a0ca-cb297e32ff6e.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Ebony Salmon rejoined Aston Villa from Houston Dash in the summer", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/26092023/93da623e-4e3e-4317-a0ca-cb297e32ff6e.jpg"}, "path": null, "thumbnail": {"alt": "Ebony Salmon rejoined Aston Villa from Houston Dash in the summer", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/26092023/93da623e-4e3e-4317-a0ca-cb297e32ff6e.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T08:00:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "In Focus: Can Salmon make WSL leap and push Villa on?", "type": "news", "updatedAt": {"time": "3", "unit": "news.hours"}, "url": "/en/news/in-focus-ebony-salmon-aston-villa-manchester-united-wsl-preview-2023092615235986645/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092919023352687", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "Striker Jamie Vardy has scored three times in his last five appearances for Leicester City", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/9ce8a5d2-66c7-4e02-803f-f50aba31689f.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Striker Jamie Vardy has scored three times in his last five appearances for Leicester City", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/9ce8a5d2-66c7-4e02-803f-f50aba31689f.jpg"}, "path": null, "thumbnail": {"alt": "Striker Jamie Vardy has scored three times in his last five appearances for Leicester City", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/9ce8a5d2-66c7-4e02-803f-f50aba31689f.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T07:20:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Blackburn Rovers vs Leicester City predictions: Foxes to continue promotion push", "type": "news", "updatedAt": {"time": "4", "unit": "news.hours"}, "url": "/en/news/blackburn-rovers-vs-leicester-city-predictions-championship-2023092919023352687/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092921085425560", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Ramos' own goal secured Barcelona three points", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/067eceaf-84a0-4175-ba71-9aa3ea3d061f.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Ramos' own goal secured Barcelona three points", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/067eceaf-84a0-4175-ba71-9aa3ea3d061f.jpg"}, "path": null, "thumbnail": {"alt": "Ramos' own goal secured Barcelona three points", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/067eceaf-84a0-4175-ba71-9aa3ea3d061f.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T21:30:00+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Barcelona 1-0 Sevilla: Ramos own goal seals victory for Blaugrana", "type": "news", "updatedAt": {"time": "3", "unit": "news.hours"}, "url": "/en/news/barcelona-1-0-sevilla-sergio-ramos-own-goal-seals-narrow-victor-2023092921085425560/"}, {"categoryLabel": "Match reports", "categoryUrl": "/en/news/match-reports/", "id": "2023092921231126516", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Jack Clarke (left) celebrates his first goal in the 3-0 win at Sunderland (Nick Potts/PA)", "height": 366, "url": "https://image.assets.pressassociation.io/v2/image/production/7bbd601cc6898b6dbb62faa2de32396cY29udGVudHNlYXJjaGFwaSwxNjk2MTA3Njc4/2.73943219.jpg?rect=0,679,6923,3894&ext=.jpg&operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Jack Clarke (left) celebrates his first goal in the 3-0 win at Sunderland (Nick Potts/PA)", "url": "https://image.assets.pressassociation.io/v2/image/production/7bbd601cc6898b6dbb62faa2de32396cY29udGVudHNlYXJjaGFwaSwxNjk2MTA3Njc4/2.73943219.jpg?rect=0,679,6923,3894&ext=.jpg"}, "path": null, "thumbnail": {"alt": "Jack Clarke (left) celebrates his first goal in the 3-0 win at Sunderland (Nick Potts/PA)", "height": 160, "url": "https://image.assets.pressassociation.io/v2/image/production/7bbd601cc6898b6dbb62faa2de32396cY29udGVudHNlYXJjaGFwaSwxNjk2MTA3Njc4/2.73943219.jpg?rect=0,679,6923,3894&ext=.jpg&operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T21:19:52+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Sheffield Wednesday 0-0 Sunderland: Owls hit a new low at Hillsborough", "type": null, "updatedAt": {"time": "3", "unit": "news.hours"}, "url": "/en/news/sheffield-wednesday-0-0-sunderland-owls-hit-a-new-low-at-hillsborough-2023092921231126516/"}, {"categoryLabel": "Match reports", "categoryUrl": "/en/news/match-reports/", "id": "2023092920430873127", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Hamilton put five past Annan (Jane Barlow/PA)", "height": 366, "url": "https://image.assets.pressassociation.io/v2/image/production/4a53673eb66a9bc46da77db435e3bae1Y29udGVudHNlYXJjaGFwaSwxNjk2MTA1ODk3/2.57946966.jpg?rect=0,443,5472,3078&ext=.jpg&operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Hamilton put five past Annan (Jane Barlow/PA)", "url": "https://image.assets.pressassociation.io/v2/image/production/4a53673eb66a9bc46da77db435e3bae1Y29udGVudHNlYXJjaGFwaSwxNjk2MTA1ODk3/2.57946966.jpg?rect=0,443,5472,3078&ext=.jpg"}, "path": null, "thumbnail": {"alt": "Hamilton put five past Annan (Jane Barlow/PA)", "height": 160, "url": "https://image.assets.pressassociation.io/v2/image/production/4a53673eb66a9bc46da77db435e3bae1Y29udGVudHNlYXJjaGFwaSwxNjk2MTA1ODk3/2.57946966.jpg?rect=0,443,5472,3078&ext=.jpg&operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T20:40:33+00:00", "publishedRegions": [], "related": null, "shortTitle": null, "title": "Five-star Hamilton too hot for Annan", "type": null, "updatedAt": {"time": "15", "unit": "news.hours"}, "url": "/en/news/five-star-hamilton-too-hot-for-annan-2023092920430873127/"}], "tags": [{"href": "/en/news/competition/womens-super-league-2021020913320920836-623/", "provider": "football-api", "title": "Women's Super League", "type": "tournament"}, {"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/arsenal-women-2021020913320920836-26188/", "provider": "football-api", "title": "Arsenal Women", "type": "team"}]}, "seo": {"description": "Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "australia-international-kyra-cooney-cross-joins-arsenal-wsl", "title": "Australia international Kyra Cooney-Cross joins Arsenal"}, "status": "active", "subTitle": "Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.", "teams": [{"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/arsenal-women-2021020913320920836-26188/", "provider": "football-api", "title": "Arsenal Women", "type": "team"}], "title": "Gunners make late swoop for Australia star Cooney-Cross", "type": "news", "until": null, "updatedAt": {"time": "2", "unit": "news.weeks"}, "updatedAtUtc": "2023-09-15T07:45:00+00:00", "url": "/en/news/australia-international-kyra-cooney-cross-joins-arsenal-wsl-2023091507083661980/"}, "articleId": "2023091507083661980", "categories": [{"active": true, "createdAt": "2021-02-09T13:32:09+00:00", "createdBy": {"id": "2021012609124049126", "name": "Livescore Admin"}, "description": null, "id": "2021020913320920836", "initialTitle": "Football", "listPosition": 1, "media": [], "parentId": null, "pathname": "/en/news/football/", "seo": {"description": "Click here for the latest in Football News from around the world in unmissable detail. From transfer news, to rumours, team news & stats, we cover it all.", "follow": true, "index": true, "keywords": [], "redirect_type": null, "slug": "football", "title": "Football News - Latest Football News & Transfer News | LiveScore"}, "slug": "football", "subs": [], "title": "football", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2022-01-05T16:02:22+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2022010516022274132", "initialTitle": "Transfer news", "listPosition": 2, "media": [], "parentId": null, "pathname": "/en/news/football-transfer-news/", "seo": {"description": "Click here for the latest in Football Transfer News from the Premier League and around the world in unmissable detail", "follow": true, "index": true, "keywords": [], "redirect_type": null, "slug": "football-transfer-news", "title": "Transfer News - Latest Football News & Transfer News | LiveScore"}, "slug": "football-transfer-news", "subs": [], "title": "transfer-news", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2022-06-27T16:00:12+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2022062716001253418", "initialTitle": "Predictions", "listPosition": 3, "media": [], "parentId": null, "pathname": "/en/news/predictions/", "seo": {"description": "Click here for the latest Football and sports predictions. Expert previews on all the latest football, horse racing, cricket and tennis from around the world.", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "predictions", "title": "LiveScore Predictions \u2013 Premier League, Cricket & Football Predictions"}, "slug": "predictions", "subs": [], "title": "predictions", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2022-08-11T13:20:31+00:00", "createdBy": {"id": "2021012711285572252", "name": "Tom Fairless"}, "description": null, "id": "2022081113203185684", "initialTitle": "Match reports", "listPosition": 4, "media": [], "parentId": null, "pathname": "/en/news/match-reports/", "seo": {"description": null, "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "match-reports", "title": "Match reports"}, "slug": "match-reports", "subs": [], "title": "match-reports", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2021-08-23T15:50:15+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2021082315501532387", "initialTitle": "Champions League", "listPosition": 5, "media": [], "parentId": null, "pathname": "/en/news/champions-league/", "seo": {"description": "Guides to every Champions League club for the 2021-22 season. From match previews, reports, latest form, to team news & stats, we cover it all.", "follow": true, "index": true, "keywords": [], "redirect_type": null, "slug": "champions-league", "title": "Champions League Club Guides - Latest UCL News, Previews & Reports | LiveScore"}, "slug": "champions-league", "subs": [], "title": "champions-league", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2023-03-10T15:46:32+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2023031015463245564", "initialTitle": "Women's football", "listPosition": 6, "media": [], "parentId": null, "pathname": "/en/news/womens-football-wsl-lionesses/", "seo": {"description": "Women's football news and features from the WSL, Women's Super League, Women's Champions League, England's Lionesses, Women's FA Cup and Women's League Cup", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "womens-football-wsl-lionesses", "title": "Women's football"}, "slug": "womens-football-wsl-lionesses", "subs": [], "title": "womens-football", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2023-09-29T13:49:13+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2023092913491353417", "initialTitle": "Cricket World Cup", "listPosition": 7, "media": [], "parentId": null, "pathname": "/en/news/2023-cricket-world-cup-news-previews-predictions-updates-livescore/", "seo": {"description": "2023 Cricket World Cup news, exclusive interviews, match previews, predictions and features", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "2023-cricket-world-cup-news-previews-predictions-updates-livescore", "title": "2023 Cricket World Cup news and updates from LiveScore"}, "slug": "2023-cricket-world-cup-news-previews-predictions-updates-livescore", "subs": [], "title": "cricket-world-cup", "updatedAt": "2023-09-29T13:49:24+00:00"}, {"active": true, "createdAt": "2023-09-12T15:01:14+00:00", "createdBy": {"id": "2021012711263747122", "name": "Jim Munro"}, "description": null, "id": "2023091215011471770", "initialTitle": "Other sport", "listPosition": 8, "media": [], "parentId": null, "pathname": "/en/news/sports-news-or-livescore/", "seo": {"description": "Cricket, Boxing, Golf, Tennis, F1, Motorsport and Rugby coverage from around the world of sport", "follow": true, "index": true, "jsonld": null, "keywords": [], "redirect_type": null, "slug": "sports-news-or-livescore", "title": "Sports News | LiveScore"}, "slug": "sports-news-or-livescore", "subs": [], "title": "other-sport", "updatedAt": "2023-09-29T13:49:24+00:00"}], "categoryName": "football", "categoryTitle": "Football", "generated": "2023-09-30T11:30:14.656Z", "isAmpEnabled": true, "isArticle": true, "layoutContext": {"activeHeaderId": "news", "hiddenAds": [], "isArticleContentPage": true, "meta": {"canonical": "https://www.livescore.com/en/news/australia-international-kyra-cooney-cross-joins-arsenal-wsl-2023091507083661980/", "description": "Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.", "keywords": "Women's Super League,Arsenal,Arsenal Women", "largeOgImage": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg", "noFollow": false, "noIndex": false, "title": "Australia international Kyra Cooney-Cross joins Arsenal | LiveScore"}, "schemaData": {"@context": "https://schema.org", "@type": "NewsArticle", "articleBody": "Arsenal made a late move to bolster Jonas Eidevall's squad by snapping up Kyra Cooney-Cross from Swedish side Hammarby.&nbsp;And the Australia international is excited by the challenge ahead as the Gunners prepare to battle for Women's Super League glory.&nbsp;Cooney-Cross, 21, said: \"I'm so excited to join this club. Arsenal just felt right as soon as I heard about the interest.&nbsp;\"I'm really looking forward to experiencing the atmosphere at the Emirates in front of a big crowd for our first game there this season.&nbsp;\"I can't wait to get started and help us achieve something big together.\"The midfielder, who will wear No32, completed her switch before the WSL transfer window slammed shut last night.&nbsp;And her arrival is the perfect boost for Eidevall's troops following their failure to reach the Champions League group stage.&nbsp;twitter:1702461027600695533Read more: All the major summer transfer deals in the WSLCooney-Cross has been capped 39 times by the Matildas and was a key figure as they reached the World Cup semi-finals on home soil during the summer.&nbsp;Speaking to the club's official website, Gunners boss Eidevall said: \"Kyra is one of the best young players in world football and we are delighted to have brought her to Arsenal.&nbsp;\"Her passing ability and explosiveness allow her to affect games in a way you rarely see from such a young player.&nbsp;\"We firmly believe she will be an excellent addition to our midfield, now and in the future.\"Head of women's football Clare Wheatley added: \"We are so pleased to have brought Kyra to our club.&nbsp;\"At the age of 21, she already has impressive experience at domestic and international level and we believe she has huge potential for future development.&nbsp;\"Together with our supporters, we welcome Kyra to the Arsenal family and look forward to seeing her play in the red and white.\"Arsenal host Liverpool at the Emirates in their opening WSL fixture on October 1.&nbsp;twitter:1702471151379742873EXCLUSIVE: Thomas backs ambitious Forest to make WSL dream a reality", "author": {"@type": "Person", "name": "Gavin Glicksman"}, "dateModified": "2023-09-15T07:45:00+00:00", "datePublished": "2023-09-15T07:08:36+00:00", "headline": "Gunners make late swoop for Australia star Cooney-Cross", "image": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/15092023/296a65c0-3f68-4b62-8dd1-6b830b0c3cb1.jpg", "mainEntityOfPage": {"@id": "https://www.livescore.com/en/news/australia-international-kyra-cooney-cross-joins-arsenal-wsl-2023091507083661980/", "@type": "WebPage", "genre": "Football"}, "publisher": {"@type": "Organization", "logo": {"@type": "ImageObject", "url": "https://www.livescore.com/ls-web-assets/images/icon_ls_circle-00629ac0ee844ed0b7816a42c76dabd6.webp"}, "name": "LiveScore"}}}, "segmentTracking": {"metaData": {"articleId": "2023091507083661980"}, "newsParams": {"mediaCategory": "football", "newsArticleUrl": "https://www.livescore.com/en/news/australia-international-kyra-cooney-cross-joins-arsenal-wsl-2023091507083661980/", "oddsWidgetIsPresent": false}, "screenClass": "news_detail", "screenName": "News - Detail | 2023091507083661980"}}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"activeSport": {"type": "string"}, "adsTargeting": {"type": "object", "properties": {"adUnitPathName": {"type": "string"}, "category": {"type": "string"}, "environment": {"type": "string"}, "newsArticleCategory": {"type": "string"}, "newsArticleId": {"type": "string"}, "newsArticleLeague": {"type": "string"}, "newsArticleSensitiveContent": {"type": "boolean"}, "newsArticleTags": {"type": "string"}, "newsArticleTeam": {"type": "string"}, "newsArticleTitle": {"type": "string"}, "screen": {"type": "string"}}}, "ampWidgetsData": {"type": "null"}, "article": {"type": "object", "properties": {"additionalCategories": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "boolean"}, "avatar_url": {"type": "null"}, "bio": {"type": "null"}, "created_at": {"type": "string"}, "created_by": {"type": "object", "properties": {"full_name": {"type": "string"}, "id": {"type": "string"}}}, "default": {"type": "boolean"}, "entity_type": {"type": "string"}, "generic": {"type": "null"}, "id": {"type": "string"}, "name": {"type": "string"}, "seo": {"type": "null"}, "updated_at": {"type": "string"}, "weight": {"type": "integer"}}}}, "body": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object"}, "id": {"type": "string"}, "type": {"type": "string"}}}}, "category": {"type": "object", "properties": {"active": {"type": "boolean"}, "createdAt": {"type": "string"}, "createdBy": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}}, "description": {"type": "null"}, "id": {"type": "string"}, "initialTitle": {"type": "string"}, "listPosition": {"type": "integer"}, "media": {"type": "array"}, "parentId": {"type": "null"}, "pathname": {"type": "string"}, "seo": {"type": "object", "properties": {"description": {"type": "string"}, "follow": {"type": "boolean"}, "index": {"type": "boolean"}, "keywords": {"type": "array"}, "redirect_type": {"type": "null"}, "slug": {"type": "string"}, "title": {"type": "string"}}}, "subs": {"type": "array"}, "title": {"type": "string"}, "updatedAt": {"type": "string"}}}, "categoryLabel": {"type": "string"}, "channels": {"type": "array"}, "createdAt": {"type": "string"}, "entityType": {"type": "string"}, "id": {"type": "string"}, "isAdsEnabled": {"type": "boolean"}, "isAdultContent": {"type": "boolean"}, "isArticleAvailable": {"type": "boolean"}, "isLive": {"type": "boolean"}, "isSensitiveContent": {"type": "boolean"}, "leagues": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}, "mainMedia": {"type": "array", "items": {"type": "object", "properties": {"article": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "gallery": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "id": {"type": "null"}, "original": {"type": "object", "properties": {"alt": {"type": "string"}, "url": {"type": "string"}}}, "path": {"type": "null"}, "thumbnail": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "type": {"type": "string"}}}}, "origin": {"type": "null"}, "provider": {"type": "string"}, "publishedAt": {"type": "string"}, "publishedBy": {"type": "object", "properties": {"contactUrl": {"type": "string"}, "logo": {"type": "string"}, "logoSize": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}}, "name": {"type": "string"}, "telephone": {"type": "string"}, "websiteUrl": {"type": "string"}}}, "publishedDate": {"type": "string"}, "publishedRegions": {"type": "array"}, "publishedTime": {"type": "string"}, "related": {"type": "object", "properties": {"relatedArticles": {"type": "array", "items": {"type": "object"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}}}, "seo": {"type": "object", "properties": {"description": {"type": "string"}, "follow": {"type": "boolean"}, "index": {"type": "boolean"}, "jsonld": {"type": "null"}, "keywords": {"type": "array"}, "redirect_type": {"type": "null"}, "slug": {"type": "string"}, "title": {"type": "string"}}}, "status": {"type": "string"}, "subTitle": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}, "title": {"type": "string"}, "type": {"type": "string"}, "until": {"type": "null"}, "updatedAt": {"type": "object", "properties": {"time": {"type": "string"}, "unit": {"type": "string"}}}, "updatedAtUtc": {"type": "string"}, "url": {"type": "string"}}}, "articleId": {"type": "string"}, "categories": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "boolean"}, "createdAt": {"type": "string"}, "createdBy": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}}, "description": {"type": "null"}, "id": {"type": "string"}, "initialTitle": {"type": "string"}, "listPosition": {"type": "integer"}, "media": {"type": "array"}, "parentId": {"type": "null"}, "pathname": {"type": "string"}, "seo": {"type": "object"}, "slug": {"type": "string"}, "subs": {"type": "array"}, "title": {"type": "string"}, "updatedAt": {"type": "string"}}}}, "categoryName": {"type": "string"}, "categoryTitle": {"type": "string"}, "generated": {"type": "string"}, "isAmpEnabled": {"type": "boolean"}, "isArticle": {"type": "boolean"}, "layoutContext": {"type": "object", "properties": {"activeHeaderId": {"type": "string"}, "hiddenAds": {"type": "array"}, "isArticleContentPage": {"type": "boolean"}, "meta": {"type": "object", "properties": {"canonical": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "largeOgImage": {"type": "string"}, "noFollow": {"type": "boolean"}, "noIndex": {"type": "boolean"}, "title": {"type": "string"}}}, "schemaData": {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "articleBody": {"type": "string"}, "author": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}}}, "dateModified": {"type": "string"}, "datePublished": {"type": "string"}, "headline": {"type": "string"}, "image": {"type": "string"}, "mainEntityOfPage": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "genre": {"type": "string"}}}, "publisher": {"type": "object", "properties": {"@type": {"type": "string"}, "logo": {"type": "object", "properties": {"@type": {"type": "string"}, "url": {"type": "string"}}}, "name": {"type": "string"}}}}}}}, "segmentTracking": {"type": "object", "properties": {"metaData": {"type": "object", "properties": {"articleId": {"type": "string"}}}, "newsParams": {"type": "object", "properties": {"mediaCategory": {"type": "string"}, "newsArticleUrl": {"type": "string"}, "oddsWidgetIsPresent": {"type": "boolean"}}}, "screenClass": {"type": "string"}, "screenName": {"type": "string"}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/67f34f15-0517-4068-9143-d709eccbc417/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
matches/get-statistics
matches/get-statistics
200
Example_1
{"data": {"Eid": "702093", "PStat": [{"1": {"Att": 3, "Cos": 4, "Crs": 13, "Fls": 8, "Gks": 2, "Goa": 2, "Ofs": 1, "Pss": 59, "Rcs": 0, "Shbl": 1, "Shof": 4, "Shon": 4, "Shwd": 0, "Ths": 7, "Tnb": 1, "YRcs": 0, "Ycs": 0}, "2": {"Att": 0, "Cos": 1, "Crs": 10, "Fls": 2, "Gks": 0, "Goa": 1, "Ofs": 0, "Pss": 65, "Rcs": 0, "Shbl": 3, "Shof": 5, "Shon": 5, "Shwd": 0, "Ths": 10, "Tnb": 1, "YRcs": 0, "Ycs": 2}}, {"1": {"Att": 2, "Cos": 1, "Crs": 8, "Fls": 5, "Gks": 3, "Goa": 4, "Ofs": 2, "Pss": 41, "Rcs": 0, "Shbl": 0, "Shof": 1, "Shon": 3, "Shwd": 0, "Ths": 6, "Tnb": 2, "YRcs": 0, "Ycs": 0}, "2": {"Att": 1, "Cos": 1, "Crs": 3, "Fls": 5, "Gks": 3, "Goa": 8, "Ofs": 1, "Pss": 35, "Rcs": 1, "Shbl": 2, "Shof": 1, "Shon": 0, "Shwd": 0, "Ths": 11, "Tnb": 2, "YRcs": 0, "Ycs": 1}}], "Stat": [{"Att": 3, "Cos": 5, "Crs": 23, "Fls": 10, "Gks": 2, "Goa": 3, "Ofs": 1, "Pss": 65, "Rcs": 0, "Shbl": 4, "Shof": 9, "Shon": 9, "Shwd": 0, "Ths": 17, "Tnb": 1, "YRcs": 0, "Ycs": 2}, {"Att": 3, "Cos": 2, "Crs": 11, "Fls": 10, "Gks": 6, "Goa": 12, "Ofs": 3, "Pss": 35, "Rcs": 1, "Shbl": 2, "Shof": 2, "Shon": 3, "Shwd": 0, "Ths": 17, "Tnb": 2, "YRcs": 0, "Ycs": 1}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Eid": {"type": "string"}, "PStat": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "object", "properties": {"Att": {"type": "integer"}, "Cos": {"type": "integer"}, "Crs": {"type": "integer"}, "Fls": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Rcs": {"type": "integer"}, "Shbl": {"type": "integer"}, "Shof": {"type": "integer"}, "Shon": {"type": "integer"}, "Shwd": {"type": "integer"}, "Ths": {"type": "integer"}, "Tnb": {"type": "integer"}, "YRcs": {"type": "integer"}, "Ycs": {"type": "integer"}}}, "2": {"type": "object", "properties": {"Att": {"type": "integer"}, "Cos": {"type": "integer"}, "Crs": {"type": "integer"}, "Fls": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Rcs": {"type": "integer"}, "Shbl": {"type": "integer"}, "Shof": {"type": "integer"}, "Shon": {"type": "integer"}, "Shwd": {"type": "integer"}, "Ths": {"type": "integer"}, "Tnb": {"type": "integer"}, "YRcs": {"type": "integer"}, "Ycs": {"type": "integer"}}}}}}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Att": {"type": "integer"}, "Cos": {"type": "integer"}, "Crs": {"type": "integer"}, "Fls": {"type": "integer"}, "Gks": {"type": "integer"}, "Goa": {"type": "integer"}, "Ofs": {"type": "integer"}, "Pss": {"type": "integer"}, "Rcs": {"type": "integer"}, "Shbl": {"type": "integer"}, "Shof": {"type": "integer"}, "Shon": {"type": "integer"}, "Shwd": {"type": "integer"}, "Ths": {"type": "integer"}, "Tnb": {"type": "integer"}, "YRcs": {"type": "integer"}, "Ycs": {"type": "integer"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/817895d8-13e2-4f71-9cc6-6cc6ca3edd50/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
matches/get-incidents
matches/get-incidents
200
Example_1
{"data": {"Eid": "702093", "Incs": {"1": [{"Incs": [{"Aid": "31016", "Fn": "Thomas", "ID": "31016", "IT": 36, "Ln": "Partey", "Min": 20, "Nm": 1, "Pn": "Thomas Partey", "Pnum": 0, "PnumO": 0, "PosA": 3, "Sc": [1, 0], "Sor": 1}, {"Aid": "31025", "Fn": "Ben", "ID": "31025", "IT": 63, "Ln": "White", "Min": 20, "Nm": 1, "Pn": "Ben White", "Pnum": 0, "PnumO": 0, "PosA": 2, "Sc": [1, 0], "Sor": 1}], "Min": 20, "Nm": 1, "Sc": [1, 0], "Sor": 1}, {"Aid": "26051", "Fn": "Harry", "ID": "26051", "IT": 37, "Ln": "Kane", "Min": 31, "Nm": 2, "Pn": "Harry Kane", "Pnum": 0, "PnumO": 0, "PosA": 4, "Sc": [1, 1], "Sor": 0}], "2": [{"Aid": "3253", "Fn": "Gabriel", "ID": "3253", "IT": 36, "Ln": "Jesus", "Min": 49, "Nm": 1, "Pn": "Gabriel Jesus", "Pnum": 0, "PnumO": 0, "PosA": 4, "Sc": [2, 1], "Sor": 1}, {"Aid": "26070", "Fn": "Emerson", "ID": "26070", "IT": 45, "Ln": "Royal", "Min": 62, "Nm": 2, "NoP": false, "Pn": "Emerson Royal", "Pnum": 0, "PnumO": 0, "PosA": 2, "Sor": 2}, {"Incs": [{"Aid": "31014", "Fn": "Granit", "ID": "31014", "IT": 36, "Ln": "Xhaka", "Min": 67, "Nm": 1, "Pn": "Granit Xhaka", "Pnum": 0, "PnumO": 0, "PosA": 3, "Sc": [3, 1], "Sor": 1}, {"Aid": "31031", "Fn": "Gabriel", "ID": "31031", "IT": 63, "Ln": "Martinelli", "Min": 67, "Nm": 1, "Pn": "Gabriel Martinelli", "Pnum": 0, "PnumO": 0, "PosA": 3, "Sc": [3, 1], "Sor": 1}], "Min": 67, "Nm": 1, "Sc": [3, 1], "Sor": 1}, {"Aid": "2032", "Fn": "William", "ID": "2032", "IT": 43, "Ln": "Saliba", "Min": 78, "Nm": 1, "NoP": false, "Pn": "William Saliba", "Pnum": 0, "PnumO": 0, "PosA": 2, "Sor": 0}, {"Aid": "31031", "Fn": "Gabriel", "ID": "31031", "IT": 43, "Ln": "Martinelli", "Min": 85, "Nm": 1, "NoP": false, "Pn": "Gabriel Martinelli", "Pnum": 0, "PnumO": 0, "PosA": 3, "Sor": 2}, {"Aid": "26053", "Fn": "Eric", "ID": "26053", "IT": 43, "Ln": "Dier", "Min": 90, "MinEx": 3, "Nm": 2, "NoP": false, "Pn": "Eric Dier", "Pnum": 0, "PnumO": 0, "PosA": 2, "Sor": 12}]}, "Tr1": "3", "Tr1OR": "3", "Tr2": "1", "Tr2OR": "1", "Trh1": "1", "Trh2": "1"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Eid": {"type": "string"}, "Incs": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object"}}, "2": {"type": "array", "items": {"type": "object"}}}}, "Tr1": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2": {"type": "string"}, "Tr2OR": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/8fe33803-ceb6-4cdc-adfc-1776ee909d57/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
matches/get-summary
matches/get-summary
200
Example_1
{"data": {"Eid": "774771", "Prns": [{"Fn": "Aritra", "Ln": "Dutta", "Pid": "13018", "Snm": "Aritra Dutta"}, {"Fn": "Surendran", "Ln": "Chandramohan", "Pid": "13008", "Snm": "Surendran Chandramohan"}, {"Fn": "Rezza", "Ln": "Gaznavi", "Pid": "13010", "Snm": "Rezza Gaznavi"}, {"Fn": "Janak", "Ln": "Prakash", "Pid": "13007", "Snm": "Janak Prakash"}, {"Fn": "Aman", "Ln": "Desai", "Pid": "16062", "Snm": "Aman Desai"}, {"Fn": "Avi", "Ln": "Dixit", "Pid": "13013", "Snm": "Avi Dixit"}, {"Fn": "Aryaman", "Ln": "Uchil", "Pid": "13012", "Snm": "Aryaman Uchil"}, {"Fn": "Amjad", "Ln": "Mahboob", "Pid": "13005", "Snm": "Amjad Mahboob"}, {"Fn": "Vinoth", "Ln": "Baskaran", "Pid": "13011", "Snm": "Vinoth Baskaran"}, {"Fn": "Adwitya", "Ln": "Bhargava", "Pid": "16273", "Snm": "Adwitya Bhargava"}, {"Fn": "Akshay", "Ln": "Puri", "Pid": "16061", "Snm": "Akshay Roopak Puri"}, {"Fn": "Bodadura", "Ln": "de Silva", "Pid": "16264", "Snm": "Ravija Sandaruwan"}, {"Fn": "Meet", "Ln": "Bhavsar", "Pid": "16260", "Snm": "Meet Bhavsar"}, {"Fn": "Usman", "Ln": "Patel", "Pid": "16268", "Snm": "Usman Patel"}, {"Fn": "Shiraz", "Ln": "Shereef", "Pid": "16267", "Snm": "Shiraz Khan"}, {"Fn": "Bilal", "Ln": "Khan", "Pid": "16256", "Snm": "Bilal Khan"}, {"Fn": "Mohammed", "Ln": "Aslam", "Pid": "16253", "Snm": "Mohammed Aslam"}, {"Fn": "Edson", "Ln": "Silva", "Pid": "16257", "Snm": "Edson Silva"}, {"Fn": "Yasin", "Ln": "Patel", "Pid": "16269", "Snm": "Yasin Patel"}, {"Fn": "Ali", "Ln": "Zaheer", "Pid": "16255", "Snm": "Ali Zaheer"}, {"Fn": "Sayed", "Ln": "Ahmad", "Pid": "16265", "Snm": "Sayed Monib"}, {"Fn": "Mohamed", "Ln": "Manakkadavath", "Pid": "16261", "Snm": "Mohamed Shafeeq"}], "SDInn": [{"B": 0, "Bat": [{"$4": 2, "$6": 0, "A": 0, "B": 17, "Bid": 16269, "Fid": 16261, "Lp": 25, "LpTx": "c [F] b [B]", "Pid": 13018, "Pl": 0, "R": 21, "Sr": 123.53}, {"$4": 0, "$6": 0, "A": 0, "B": 10, "Bid": 16269, "Fid": 16265, "Lp": 25, "LpTx": "c [F] b [B]", "Pid": 13008, "Pl": 0, "R": 4, "Sr": 40}, {"$4": 0, "$6": 0, "A": 0, "B": 8, "Bid": 16269, "Fid": 16268, "Lp": 35, "LpTx": "st [F] b [B]", "Pid": 13010, "Pl": 0, "R": 4, "Sr": 50}, {"$4": 0, "$6": 0, "A": 0, "B": 7, "Bid": 16269, "Fid": 16268, "Lp": 25, "LpTx": "c [F] b [B]", "Pid": 13013, "Pl": 0, "R": 4, "Sr": 57.14}, {"$4": 1, "$6": 0, "A": 0, "B": 15, "Bid": 16267, "Fid": 0, "Lp": 20, "LpTx": "lbw [B]", "Pid": 16062, "Pl": 0, "R": 13, "Sr": 86.67}, {"$4": 2, "$6": 0, "A": 0, "B": 33, "Bid": 16265, "Fid": 16269, "Lp": 25, "LpTx": "c [F] b [B]", "Pid": 13007, "Pl": 0, "R": 29, "Sr": 87.88}, {"$4": 1, "$6": 1, "A": 0, "B": 10, "Bid": 16267, "Fid": 16269, "Lp": 25, "LpTx": "c [F] b [B]", "Pid": 13012, "Pl": 0, "R": 12, "Sr": 120}, {"$4": 0, "$6": 0, "A": 0, "B": 4, "Bid": 16267, "Fid": 16267, "Lp": 25, "LpTx": "c & b [B]", "Pid": 13011, "Pl": 0, "R": 2, "Sr": 50}, {"$4": 0, "$6": 0, "A": 0, "B": 9, "Bid": 16265, "Fid": 16255, "Lp": 25, "LpTx": "c [F] b [B]", "Pid": 13005, "Pl": 0, "R": 5, "Sr": 55.56}, {"$4": 1, "$6": 0, "A": 0, "B": 2, "Bid": 0, "Fid": 16261, "Lp": 30, "LpTx": "run out ([F])", "Pid": 16273, "Pl": 0, "R": 5, "Sr": 250}, {"$4": 0, "$6": 0, "A": 0, "B": 4, "Bid": 0, "Fid": 0, "Lp": 40, "LpTx": "not out", "Pid": 16061, "Pl": 1, "R": 1, "Sr": 25}], "Bow": [{"A": 0, "Er": 8, "Md": 0, "NB": 0, "Ov": 3, "Pid": 16261, "R": 24, "WB": 2, "Wk": 0}, {"A": 0, "Er": 6.25, "Md": 0, "NB": 0, "Ov": 4, "Pid": 16265, "R": 25, "WB": 2, "Wk": 2}, {"A": 0, "Er": 5.5, "Md": 0, "NB": 0, "Ov": 4, "Pid": 16269, "R": 22, "WB": 0, "Wk": 4}, {"A": 0, "Er": 3.75, "Md": 0, "NB": 0, "Ov": 4, "Pid": 16253, "R": 15, "WB": 0, "Wk": 0}, {"A": 0, "Er": 4.5, "Md": 0, "NB": 0, "Ov": 4, "Pid": 16267, "R": 18, "WB": 0, "Wk": 3}], "Ex": 4, "FoW": [{"B": 19.5, "Bid": 0, "Pid": 16273, "R": 104, "Wk": 30, "WkN": 10}, {"B": 18.5, "Bid": 16265, "Pid": 13005, "R": 96, "Wk": 25, "WkN": 9}, {"B": 18.4, "Bid": 16265, "Pid": 13007, "R": 96, "Wk": 25, "WkN": 8}, {"B": 15.2, "Bid": 16267, "Pid": 13011, "R": 82, "Wk": 25, "WkN": 7}, {"B": 13.3, "Bid": 16267, "Pid": 13012, "R": 71, "Wk": 25, "WkN": 6}, {"B": 11.3, "Bid": 16267, "Pid": 16062, "R": 57, "Wk": 20, "WkN": 5}, {"B": 7.5, "Bid": 16269, "Pid": 13013, "R": 40, "Wk": 25, "WkN": 4}, {"B": 5.5, "Bid": 16269, "Pid": 13010, "R": 31, "Wk": 35, "WkN": 3}, {"B": 5.3, "Bid": 16269, "Pid": 13018, "R": 31, "Wk": 25, "WkN": 2}, {"B": 3.1, "Bid": 16269, "Pid": 13008, "R": 17, "Wk": 25, "WkN": 1}], "Inn": 1, "LB": 0, "NB": 0, "Ov": 19.5, "Pen": 0, "Pt": 104, "Rr": 5.33, "Ti": "SIN 1ST INN", "Tn": 1, "WB": 4, "Wk": 10}, {"B": 0, "Bat": [{"$4": 0, "$6": 2, "A": 0, "B": 7, "Bid": 13011, "Fid": 13018, "Lp": 25, "LpTx": "c [F] b [B]", "Pid": 16260, "Pl": 0, "R": 17, "Sr": 242.86}, {"$4": 2, "$6": 2, "A": 0, "B": 14, "Bid": 16061, "Fid": 13007, "Lp": 25, "LpTx": "c [F] b [B]", "Pid": 16264, "Pl": 0, "R": 28, "Sr": 200}, {"$4": 1, "$6": 2, "A": 0, "B": 12, "Bid": 0, "Fid": 0, "Lp": 40, "LpTx": "not out", "Pid": 16256, "Pl": 1, "R": 21, "Sr": 175}, {"$4": 0, "$6": 1, "A": 0, "B": 3, "Bid": 13011, "Fid": 0, "Lp": 23, "LpTx": "b [B]", "Pid": 16257, "Pl": 0, "R": 6, "Sr": 200}, {"$4": 0, "$6": 0, "A": 0, "B": 1, "Bid": 13011, "Fid": 0, "Lp": 23, "LpTx": "b [B]", "Pid": 16268, "Pl": 0, "R": 0, "Sr": 0}, {"$4": 3, "$6": 3, "A": 0, "B": 10, "Bid": 0, "Fid": 0, "Lp": 40, "LpTx": "not out", "Pid": 16265, "Pl": 1, "R": 32, "Sr": 320}, {"A": 0, "Bid": 0, "Fid": 0, "Lp": 1, "LpTx": "did not bat", "Pid": 16267, "Pl": 0}, {"A": 0, "Bid": 0, "Fid": 0, "Lp": 1, "LpTx": "did not bat", "Pid": 16253, "Pl": 0}, {"A": 0, "Bid": 0, "Fid": 0, "Lp": 1, "LpTx": "did not bat", "Pid": 16269, "Pl": 0}, {"A": 0, "Bid": 0, "Fid": 0, "Lp": 1, "LpTx": "did not bat", "Pid": 16255, "Pl": 0}, {"A": 0, "Bid": 0, "Fid": 0, "Lp": 1, "LpTx": "did not bat", "Pid": 16261, "Pl": 0}], "Bow": [{"A": 0, "Er": 10.5, "Md": 0, "NB": 0, "Ov": 2, "Pid": 13005, "R": 21, "WB": 0, "Wk": 0}, {"A": 0, "Er": 19.5, "Md": 0, "NB": 0, "Ov": 2, "Pid": 13011, "R": 39, "WB": 0, "Wk": 3}, {"A": 0, "Er": 14, "Md": 0, "NB": 0, "Ov": 1, "Pid": 13007, "R": 14, "WB": 1, "Wk": 0}, {"A": 0, "Er": 15.5, "Md": 0, "NB": 0, "Ov": 2, "Pid": 16061, "R": 31, "WB": 0, "Wk": 1}], "Ex": 1, "FoW": [{"B": 5.4, "Bid": 13011, "Pid": 16268, "R": 60, "Wk": 23, "WkN": 4}, {"B": 5.3, "Bid": 13011, "Pid": 16257, "R": 60, "Wk": 23, "WkN": 3}, {"B": 4.1, "Bid": 16061, "Pid": 16264, "R": 52, "Wk": 25, "WkN": 2}, {"B": 1.6, "Bid": 13011, "Pid": 16260, "R": 27, "Wk": 25, "WkN": 1}], "Inn": 1, "LB": 0, "NB": 0, "Ov": 7.5, "Pen": 0, "Pt": 105, "Rr": 14, "Ti": "KUW 1ST INN", "Tn": 2, "WB": 1, "Wk": 4}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Eid": {"type": "string"}, "Prns": {"type": "array", "items": {"type": "object", "properties": {"Fn": {"type": "string"}, "Ln": {"type": "string"}, "Pid": {"type": "string"}, "Snm": {"type": "string"}}}}, "SDInn": {"type": "array", "items": {"type": "object", "properties": {"B": {"type": "integer"}, "Bat": {"type": "array", "items": {"type": "object"}}, "Bow": {"type": "array", "items": {"type": "object", "properties": {"A": {"type": "integer"}, "Er": {"type": "number"}, "Md": {"type": "integer"}, "NB": {"type": "integer"}, "Ov": {"type": "integer"}, "Pid": {"type": "integer"}, "R": {"type": "integer"}, "WB": {"type": "integer"}, "Wk": {"type": "integer"}}}}, "Ex": {"type": "integer"}, "FoW": {"type": "array", "items": {"type": "object", "properties": {"B": {"type": "number"}, "Bid": {"type": "integer"}, "Pid": {"type": "integer"}, "R": {"type": "integer"}, "Wk": {"type": "integer"}, "WkN": {"type": "integer"}}}}, "Inn": {"type": "integer"}, "LB": {"type": "integer"}, "NB": {"type": "integer"}, "Ov": {"type": "number"}, "Pen": {"type": "integer"}, "Pt": {"type": "integer"}, "Rr": {"type": "number"}, "Ti": {"type": "string"}, "Tn": {"type": "integer"}, "WB": {"type": "integer"}, "Wk": {"type": "integer"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/18dae86e-54cd-4139-a95f-7414859c423c/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
matches/detail
matches/detail
200
Example_1
{"data": {"Stages": [{"Ccd": "champions-league", "Chi": 0, "Cid": "130", "Cnm": "Champions League", "CompD": "UEFA", "CompId": "60", "CompN": "Champions League", "Csnm": "Champions League", "Events": [{"EO": 270517117, "EOX": 270517117, "Ecov": 0, "Edf": 20230919205810, "Ehid": 0, "Eid": "1071846", "Epr": 2, "Eps": "FT", "ErnInf": "1", "Esd": 20230919190000, "Esid": 6, "Et": 1, "Ewt": 1, "LuUT": 20230920071455, "MD": {"15": {"allowedCountries": ["IE"], "entryId": "0_ungbpina", "isLive": "false", "startTime": "1695147900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29361/assets/1920_thumbnail.png"}}, "Media": {"12": [{"allowedCountries": ["IE"], "eventId": "RTE 2", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "RTL 7", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports 1", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports Extra", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "Ziggo Sport Voetbal", "provider": "ABELSON", "type": "TV_CHANNEL"}], "15": [{"allowedCountries": ["IE"], "entryId": "0_ungbpina", "isLive": "false", "startTime": "1695147900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29361/assets/1920_thumbnail.png"}]}, "Pid": 8, "Pids": {"8": "1071846", "12": "SBTE_29305644"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "FEY", "CoId": "NLD", "CoNm": "Netherlands", "Gd": 1, "HasVideo": true, "ID": "449", "Img": "enet/10235.png", "NewsTag": "/team/feyenoord-2021020913320920836-406/", "Nm": "Feyenoord", "Pids": {"6": ["2959"], "8": ["449"]}, "tbd": 0}], "T2": [{"Abr": "CEL", "CoId": "SCO", "CoNm": "Scotland", "Gd": 1, "HasVideo": true, "ID": "4700", "Img": "enet/9925.png", "NewsTag": "/team/celtic-2021020913320920836-863/", "Nm": "Celtic", "Pids": {"6": ["2352"], "8": ["4700"]}, "tbd": 0}], "Tr1": "2", "Tr2": "0"}, {"EO": 270517117, "EOX": 270517117, "Ecov": 0, "Edf": 20230919205637, "Ehid": 0, "Eid": "1071848", "Epr": 2, "Eps": "FT", "ErnInf": "1", "Esd": 20230919190000, "Esid": 6, "Et": 1, "Ewt": 0, "LuUT": 20230920071455, "MD": {"15": {"allowedCountries": ["IE"], "entryId": "0_xa82nsvd", "isLive": "false", "startTime": "1695147900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29362/assets/1920_thumbnail.png"}}, "Media": {"12": [{"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports Extra", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "Ziggo Sport Tennis", "provider": "ABELSON", "type": "TV_CHANNEL"}], "15": [{"allowedCountries": ["IE"], "entryId": "0_xa82nsvd", "isLive": "false", "startTime": "1695147900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29362/assets/1920_thumbnail.png"}]}, "Pid": 8, "Pids": {"8": "1071848", "12": "SBTE_29305645"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "LAZ", "CoId": "ITA", "CoNm": "Italy", "Gd": 1, "HasVideo": true, "ID": "3459", "Img": "enet/8543.png", "NewsTag": "/team/lazio-2021020913320920836-244/", "Nm": "Lazio", "Pids": {"6": ["2699"], "8": ["3459"]}, "tbd": 0}], "T2": [{"Abr": "ATM", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "2912", "Img": "enet/9906.png", "NewsTag": "/team/atletico-madrid-2021020913320920836-209/", "Nm": "Atletico Madrid", "Pids": {"6": ["2836"], "8": ["2912"]}, "tbd": 0}], "Tr1": "1", "Tr2": "1"}, {"EO": 270385191, "EOX": 270385191, "Ecov": 0, "Ehid": 0, "Eid": "1071847", "Epr": 0, "Eps": "NS", "ErnInf": "2", "Esd": 20231004164500, "Esid": 1, "Et": 1, "MD": {"15": {"allowedCountries": ["IE"], "entryId": "0_3ngkufie", "isLive": "false", "startTime": "1696435800000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29770/assets/1920_thumbnail.png"}}, "Media": {"12": [{"allowedCountries": ["NL"], "eventId": "RTL 7", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports 1", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports 2", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "Ziggo Sport Voetbal", "provider": "ABELSON", "type": "TV_CHANNEL"}], "15": [{"allowedCountries": ["IE"], "entryId": "0_3ngkufie", "isLive": "false", "startTime": "1696435800000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29770/assets/1920_thumbnail.png"}], "29": [{"allowedCountries": ["NL"], "streamhls": "https://livesportradio.com/global4/rened2/playlist.m3u8"}]}, "Pid": 8, "Pids": {"8": "1071847", "12": "SBTE_29378275"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "ATM", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "2912", "Img": "enet/9906.png", "NewsTag": "/team/atletico-madrid-2021020913320920836-209/", "Nm": "Atletico Madrid", "Pids": {"6": ["2836"], "8": ["2912"]}, "tbd": 0}], "T2": [{"Abr": "FEY", "CoId": "NLD", "CoNm": "Netherlands", "Gd": 1, "HasVideo": true, "ID": "449", "Img": "enet/10235.png", "NewsTag": "/team/feyenoord-2021020913320920836-406/", "Nm": "Feyenoord", "Pids": {"6": ["2959"], "8": ["449"]}, "tbd": 0}]}, {"EO": 270385191, "EOX": 270385191, "Ecov": 0, "Ehid": 0, "Eid": "1071849", "Epr": 0, "Eps": "NS", "ErnInf": "2", "Esd": 20231004190000, "Esid": 1, "Et": 1, "MD": {"15": {"allowedCountries": ["IE"], "entryId": "0_crmjmsa8", "isLive": "false", "startTime": "1696443900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29772/assets/1920_thumbnail.png"}}, "Media": {"12": [{"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports 3", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "Ziggo Sport Tennis", "provider": "ABELSON", "type": "TV_CHANNEL"}], "15": [{"allowedCountries": ["IE"], "entryId": "0_crmjmsa8", "isLive": "false", "startTime": "1696443900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29772/assets/1920_thumbnail.png"}], "29": [{"deniedCountries": [], "streamhls": "https://livesportradio.com/global/reeng16/playlist.m3u8"}]}, "Pid": 8, "Pids": {"8": "1071849", "12": "SBTE_29378276"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "CEL", "CoId": "SCO", "CoNm": "Scotland", "Gd": 1, "HasVideo": true, "ID": "4700", "Img": "enet/9925.png", "NewsTag": "/team/celtic-2021020913320920836-863/", "Nm": "Celtic", "Pids": {"6": ["2352"], "8": ["4700"]}, "tbd": 0}], "T2": [{"Abr": "LAZ", "CoId": "ITA", "CoNm": "Italy", "Gd": 1, "HasVideo": true, "ID": "3459", "Img": "enet/8543.png", "NewsTag": "/team/lazio-2021020913320920836-244/", "Nm": "Lazio", "Pids": {"6": ["2699"], "8": ["3459"]}, "tbd": 0}]}, {"EO": 270319655, "EOX": 270319655, "Ecov": 0, "Ehid": 0, "Eid": "1071854", "Epr": 0, "Eps": "NS", "ErnInf": "3", "Esd": 20231025164500, "Esid": 1, "Et": 1, "Pid": 8, "Pids": {"8": "1071854"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "FEY", "CoId": "NLD", "CoNm": "Netherlands", "Gd": 1, "HasVideo": true, "ID": "449", "Img": "enet/10235.png", "NewsTag": "/team/feyenoord-2021020913320920836-406/", "Nm": "Feyenoord", "Pids": {"6": ["2959"], "8": ["449"]}, "tbd": 0}], "T2": [{"Abr": "LAZ", "CoId": "ITA", "CoNm": "Italy", "Gd": 1, "HasVideo": true, "ID": "3459", "Img": "enet/8543.png", "NewsTag": "/team/lazio-2021020913320920836-244/", "Nm": "Lazio", "Pids": {"6": ["2699"], "8": ["3459"]}, "tbd": 0}]}, {"EO": 270319655, "EOX": 270319655, "Ecov": 0, "Ehid": 0, "Eid": "1071855", "Epr": 0, "Eps": "NS", "ErnInf": "3", "Esd": 20231025190000, "Esid": 1, "Et": 1, "Media": {"29": [{"deniedCountries": [], "streamhls": "https://livesportradio.com/global/reeng16/playlist.m3u8"}]}, "Pid": 8, "Pids": {"8": "1071855"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "CEL", "CoId": "SCO", "CoNm": "Scotland", "Gd": 1, "HasVideo": true, "ID": "4700", "Img": "enet/9925.png", "NewsTag": "/team/celtic-2021020913320920836-863/", "Nm": "Celtic", "Pids": {"6": ["2352"], "8": ["4700"]}, "tbd": 0}], "T2": [{"Abr": "ATM", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "2912", "Img": "enet/9906.png", "NewsTag": "/team/atletico-madrid-2021020913320920836-209/", "Nm": "Atletico Madrid", "Pids": {"6": ["2836"], "8": ["2912"]}, "tbd": 0}]}, {"EO": 270319655, "EOX": 270319655, "Ecov": 0, "Ehid": 0, "Eid": "1071856", "Epr": 0, "Eps": "NS", "ErnInf": "4", "Esd": 20231107200000, "Esid": 1, "Et": 1, "Pid": 8, "Pids": {"8": "1071856"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "ATM", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "2912", "Img": "enet/9906.png", "NewsTag": "/team/atletico-madrid-2021020913320920836-209/", "Nm": "Atletico Madrid", "Pids": {"6": ["2836"], "8": ["2912"]}, "tbd": 0}], "T2": [{"Abr": "CEL", "CoId": "SCO", "CoNm": "Scotland", "Gd": 1, "HasVideo": true, "ID": "4700", "Img": "enet/9925.png", "NewsTag": "/team/celtic-2021020913320920836-863/", "Nm": "Celtic", "Pids": {"6": ["2352"], "8": ["4700"]}, "tbd": 0}]}, {"EO": 270319655, "EOX": 270319655, "Ecov": 0, "Ehid": 0, "Eid": "1071857", "Epr": 0, "Eps": "NS", "ErnInf": "4", "Esd": 20231107200000, "Esid": 1, "Et": 1, "Pid": 8, "Pids": {"8": "1071857"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "LAZ", "CoId": "ITA", "CoNm": "Italy", "Gd": 1, "HasVideo": true, "ID": "3459", "Img": "enet/8543.png", "NewsTag": "/team/lazio-2021020913320920836-244/", "Nm": "Lazio", "Pids": {"6": ["2699"], "8": ["3459"]}, "tbd": 0}], "T2": [{"Abr": "FEY", "CoId": "NLD", "CoNm": "Netherlands", "Gd": 1, "HasVideo": true, "ID": "449", "Img": "enet/10235.png", "NewsTag": "/team/feyenoord-2021020913320920836-406/", "Nm": "Feyenoord", "Pids": {"6": ["2959"], "8": ["449"]}, "tbd": 0}]}, {"EO": 270319655, "EOX": 270319655, "Ecov": 0, "Ehid": 0, "Eid": "1071850", "Epr": 0, "Eps": "NS", "ErnInf": "5", "Esd": 20231128174500, "Esid": 1, "Et": 1, "Pid": 8, "Pids": {"8": "1071850"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "LAZ", "CoId": "ITA", "CoNm": "Italy", "Gd": 1, "HasVideo": true, "ID": "3459", "Img": "enet/8543.png", "NewsTag": "/team/lazio-2021020913320920836-244/", "Nm": "Lazio", "Pids": {"6": ["2699"], "8": ["3459"]}, "tbd": 0}], "T2": [{"Abr": "CEL", "CoId": "SCO", "CoNm": "Scotland", "Gd": 1, "HasVideo": true, "ID": "4700", "Img": "enet/9925.png", "NewsTag": "/team/celtic-2021020913320920836-863/", "Nm": "Celtic", "Pids": {"6": ["2352"], "8": ["4700"]}, "tbd": 0}]}, {"EO": 270319655, "EOX": 270319655, "Ecov": 0, "Ehid": 0, "Eid": "1071851", "Epr": 0, "Eps": "NS", "ErnInf": "5", "Esd": 20231128200000, "Esid": 1, "Et": 1, "Pid": 8, "Pids": {"8": "1071851"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "FEY", "CoId": "NLD", "CoNm": "Netherlands", "Gd": 1, "HasVideo": true, "ID": "449", "Img": "enet/10235.png", "NewsTag": "/team/feyenoord-2021020913320920836-406/", "Nm": "Feyenoord", "Pids": {"6": ["2959"], "8": ["449"]}, "tbd": 0}], "T2": [{"Abr": "ATM", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "2912", "Img": "enet/9906.png", "NewsTag": "/team/atletico-madrid-2021020913320920836-209/", "Nm": "Atletico Madrid", "Pids": {"6": ["2836"], "8": ["2912"]}, "tbd": 0}]}, {"EO": 270319655, "EOX": 270319655, "Ecov": 0, "Ehid": 0, "Eid": "1071853", "Epr": 0, "Eps": "NS", "ErnInf": "6", "Esd": 20231213200000, "Esid": 1, "Et": 1, "Pid": 8, "Pids": {"8": "1071853"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "ATM", "CoId": "ESP", "CoNm": "Spain", "Gd": 1, "HasVideo": true, "ID": "2912", "Img": "enet/9906.png", "NewsTag": "/team/atletico-madrid-2021020913320920836-209/", "Nm": "Atletico Madrid", "Pids": {"6": ["2836"], "8": ["2912"]}, "tbd": 0}], "T2": [{"Abr": "LAZ", "CoId": "ITA", "CoNm": "Italy", "Gd": 1, "HasVideo": true, "ID": "3459", "Img": "enet/8543.png", "NewsTag": "/team/lazio-2021020913320920836-244/", "Nm": "Lazio", "Pids": {"6": ["2699"], "8": ["3459"]}, "tbd": 0}]}, {"EO": 270319655, "EOX": 270319655, "Ecov": 0, "Ehid": 0, "Eid": "1071852", "Epr": 0, "Eps": "NS", "ErnInf": "6", "Esd": 20231213200000, "Esid": 1, "Et": 1, "Pid": 8, "Pids": {"8": "1071852"}, "Sids": {"12": "SBTC3_40685"}, "Spid": 1, "T1": [{"Abr": "CEL", "CoId": "SCO", "CoNm": "Scotland", "Gd": 1, "HasVideo": true, "ID": "4700", "Img": "enet/9925.png", "NewsTag": "/team/celtic-2021020913320920836-863/", "Nm": "Celtic", "Pids": {"6": ["2352"], "8": ["4700"]}, "tbd": 0}], "T2": [{"Abr": "FEY", "CoId": "NLD", "CoNm": "Netherlands", "Gd": 1, "HasVideo": true, "ID": "449", "Img": "enet/10235.png", "NewsTag": "/team/feyenoord-2021020913320920836-406/", "Nm": "Feyenoord", "Pids": {"6": ["2959"], "8": ["449"]}, "tbd": 0}]}], "LeagueTable": {"L": [{"Tables": [{"LTT": 1, "phrX": [], "team": [{"Img": "enet/10235.png", "Ipr": 0, "Tid": "449", "Tnm": "Feyenoord", "drw": 0, "drwn": "0", "ga": 0, "gd": 2, "gf": 2, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "phr": [30], "pld": 1, "pts": 3, "ptsn": "3", "rnk": 1, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/9906.png", "Ipr": 0, "Tid": "2912", "Tnm": "Atletico Madrid", "drw": 1, "drwn": "1", "ga": 1, "gd": 0, "gf": 1, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "phr": [30], "pld": 1, "pts": 1, "ptsn": "1", "rnk": 2, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/8543.png", "Ipr": 0, "Tid": "3459", "Tnm": "Lazio", "drw": 1, "drwn": "1", "ga": 1, "gd": 0, "gf": 1, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "phr": [28], "pld": 1, "pts": 1, "ptsn": "1", "rnk": 3, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/9925.png", "Ipr": 0, "Tid": "4700", "Tnm": "Celtic", "drw": 0, "drwn": "0", "ga": 2, "gd": -2, "gf": 0, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 1, "pts": 0, "ptsn": "0", "rnk": 4, "win": 0, "winn": "0", "wot": 0}]}, {"LTT": 2, "phrX": [], "team": [{"Img": "enet/10235.png", "Ipr": 0, "Tid": "449", "Tnm": "Feyenoord", "drw": 0, "drwn": "0", "ga": 0, "gd": 2, "gf": 2, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 1, "pts": 3, "ptsn": "3", "rnk": 1, "win": 1, "winn": "1", "wot": 0}, {"Img": "enet/8543.png", "Ipr": 0, "Tid": "3459", "Tnm": "Lazio", "drw": 1, "drwn": "1", "ga": 1, "gd": 0, "gf": 1, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 1, "pts": 1, "ptsn": "1", "rnk": 2, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/9906.png", "Ipr": 0, "Tid": "2912", "Tnm": "Atletico Madrid", "drw": 0, "drwn": "0", "ga": 0, "gd": 0, "gf": 0, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 0, "pts": 0, "ptsn": "0", "rnk": 3, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/9925.png", "Ipr": 0, "Tid": "4700", "Tnm": "Celtic", "drw": 0, "drwn": "0", "ga": 0, "gd": 0, "gf": 0, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 0, "pts": 0, "ptsn": "0", "rnk": 4, "win": 0, "winn": "0", "wot": 0}]}, {"LTT": 3, "phrX": [], "team": [{"Img": "enet/9906.png", "Ipr": 0, "Tid": "2912", "Tnm": "Atletico Madrid", "drw": 1, "drwn": "1", "ga": 1, "gd": 0, "gf": 1, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 1, "pts": 1, "ptsn": "1", "rnk": 1, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/10235.png", "Ipr": 0, "Tid": "449", "Tnm": "Feyenoord", "drw": 0, "drwn": "0", "ga": 0, "gd": 0, "gf": 0, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 0, "pts": 0, "ptsn": "0", "rnk": 2, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/8543.png", "Ipr": 0, "Tid": "3459", "Tnm": "Lazio", "drw": 0, "drwn": "0", "ga": 0, "gd": 0, "gf": 0, "lap": 0, "lot": 0, "lreg": 0, "lst": 0, "lstn": "0", "pld": 0, "pts": 0, "ptsn": "0", "rnk": 3, "win": 0, "winn": "0", "wot": 0}, {"Img": "enet/9925.png", "Ipr": 0, "Tid": "4700", "Tnm": "Celtic", "drw": 0, "drwn": "0", "ga": 2, "gd": -2, "gf": 0, "lap": 0, "lot": 0, "lreg": 1, "lst": 1, "lstn": "1", "pld": 1, "pts": 0, "ptsn": "0", "rnk": 4, "win": 0, "winn": "0", "wot": 0}]}]}]}, "Scd": "group-e", "Scu": 0, "Sds": "Group E", "Shi": 0, "Sid": "15541", "Snm": "Group E", "badgeUrl": "2023-champions-league.png", "firstColor": "152E58"}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Stages": {"type": "array", "items": {"type": "object", "properties": {"Ccd": {"type": "string"}, "Chi": {"type": "integer"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "CompD": {"type": "string"}, "CompId": {"type": "string"}, "CompN": {"type": "string"}, "Csnm": {"type": "string"}, "Events": {"type": "array", "items": {"type": "object"}}, "LeagueTable": {"type": "object", "properties": {"L": {"type": "array", "items": {"type": "object", "properties": {"Tables": {"type": "array", "items": {"type": "object", "properties": {"LTT": {"type": "integer"}, "phrX": {"type": "array"}, "team": {"type": "array", "items": {"type": "object"}}}}}}}}}}, "Scd": {"type": "string"}, "Scu": {"type": "integer"}, "Sds": {"type": "string"}, "Shi": {"type": "integer"}, "Sid": {"type": "string"}, "Snm": {"type": "string"}, "badgeUrl": {"type": "string"}, "firstColor": {"type": "string"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/560f6c42-3359-47c3-a42c-be8098cb7b87/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/team/player-stats
scores/team/player-stats
200
Example_1
{"data": {"countryName": "England", "flagUrl": "enet/8456.png", "stats": [{"players": [{"name": "Erling Haaland", "playerKey": "player-stat-Erling-Haaland", "rank": 1, "statAmount": "8", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Julian Alvarez", "playerKey": "player-stat-Julian-Alvarez", "rank": 2, "statAmount": "2", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Rodri", "playerKey": "player-stat-Rodri", "rank": 2, "statAmount": "2", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Nathan Ake", "playerKey": "player-stat-Nathan-Ake", "rank": 4, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Jeremy Doku", "playerKey": "player-stat-Jeremy-Doku", "rank": 4, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}], "statId": "goals", "statName": "team.stat-goals", "statSlug": "/en/football/team/manchester-city/12633/stats/14414/goals/"}, {"players": [{"name": "Julian Alvarez", "playerKey": "player-stat-Julian-Alvarez", "rank": 1, "statAmount": "3", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Phil Foden", "playerKey": "player-stat-Phil-Foden", "rank": 1, "statAmount": "3", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Sergio Gomez", "playerKey": "player-stat-Sergio-Gomez", "rank": 3, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Jack Grealish", "playerKey": "player-stat-Jack-Grealish", "rank": 3, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Erling Haaland", "playerKey": "player-stat-Erling-Haaland", "rank": 3, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}], "statId": "assists", "statName": "team.stat-assists", "statSlug": "/en/football/team/manchester-city/12633/stats/14414/assists/"}, {"players": [{"name": "Erling Haaland", "playerKey": "player-stat-Erling-Haaland", "rank": 1, "statAmount": "14", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Julian Alvarez", "playerKey": "player-stat-Julian-Alvarez", "rank": 2, "statAmount": "7", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Rodri", "playerKey": "player-stat-Rodri", "rank": 2, "statAmount": "7", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Jeremy Doku", "playerKey": "player-stat-Jeremy-Doku", "rank": 4, "statAmount": "2", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Nathan Ake", "playerKey": "player-stat-Nathan-Ake", "rank": 5, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}], "statId": "shots-on-target", "statName": "team.stat-shots-on-target", "statSlug": "/en/football/team/manchester-city/12633/stats/14414/shots-on-target/"}, {"players": [{"name": "Rodri", "playerKey": "player-stat-Rodri", "rank": 1, "statAmount": "2", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Manuel Akanji", "playerKey": "player-stat-Manuel-Akanji", "rank": 2, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Julian Alvarez", "playerKey": "player-stat-Julian-Alvarez", "rank": 2, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Ederson", "playerKey": "player-stat-Ederson", "rank": 2, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Jack Grealish", "playerKey": "player-stat-Jack-Grealish", "rank": 2, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}], "statId": "yellow-cards", "statName": "team.stat-yellow-cards", "statSlug": "/en/football/team/manchester-city/12633/stats/14414/yellow-cards/"}, {"players": [{"name": "Rodri", "playerKey": "player-stat-Rodri", "rank": 1, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Manuel Akanji", "playerKey": "player-stat-Manuel-Akanji", "rank": 2, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Nathan Ake", "playerKey": "player-stat-Nathan-Ake", "rank": 2, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Julian Alvarez", "playerKey": "player-stat-Julian-Alvarez", "rank": 2, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Oscar Bobb", "playerKey": "player-stat-Oscar-Bobb", "rank": 2, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}], "statId": "red-cards", "statName": "team.stat-red-cards", "statSlug": "/en/football/team/manchester-city/12633/stats/14414/red-cards/"}], "tabs": [{"href_stats_detail": "/en/football/team/manchester-city/12633/stats/14414/", "id": "", "name": "all"}, {"href_stats_detail": "/en/football/team/manchester-city/12633/stats/14414/goals/", "id": "goals", "name": "team.stat-goals"}, {"href_stats_detail": "/en/football/team/manchester-city/12633/stats/14414/assists/", "id": "assists", "name": "team.stat-assists"}, {"href_stats_detail": "/en/football/team/manchester-city/12633/stats/14414/shots-on-target/", "id": "shots-on-target", "name": "team.stat-shots-on-target"}, {"href_stats_detail": "/en/football/team/manchester-city/12633/stats/14414/yellow-cards/", "id": "yellow-cards", "name": "team.stat-yellow-cards"}, {"href_stats_detail": "/en/football/team/manchester-city/12633/stats/14414/red-cards/", "id": "red-cards", "name": "team.stat-red-cards"}], "team": null}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"countryName": {"type": "string"}, "flagUrl": {"type": "string"}, "stats": {"type": "array", "items": {"type": "object", "properties": {"players": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "playerKey": {"type": "string"}, "rank": {"type": "integer"}, "statAmount": {"type": "string"}, "teamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "teamId": {"type": "string"}, "teamName": {"type": "string"}}}}, "statId": {"type": "string"}, "statName": {"type": "string"}, "statSlug": {"type": "string"}}}}, "tabs": {"type": "array", "items": {"type": "object", "properties": {"href_stats_detail": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}}}, "team": {"type": "null"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/4d28b193-8e42-4a74-8084-7c77d8f53174/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/team/table-away
scores/team/table-away
200
Example_1
{"data": {"additionalInfo": [{"determined": 1, "label": "cupResultInEuropaLeague"}, {"determined": 1, "label": "leagueCupInUefaConferenceLeague"}], "country": "england", "countryName": "England", "hideLeagueTableBadges": false, "isLimitedOversMatch": false, "isSplit": false, "kind": "away", "name": "Premier League", "stagePhases": [], "subName": "", "teams": [{"draws": 0, "goalsAgainst": 2, "goalsDiff": 6, "goalsFor": 8, "hasMatchInProgress": false, "id": "12633", "losses": 0, "lossesOT": 0, "name": "Manchester City", "played": 3, "points": 9, "rank": 1, "reg": 3, "slug": "/en/football/team/manchester-city/12633/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "wins": 3, "winsOT": 0}, {"draws": 2, "goalsAgainst": 6, "goalsDiff": 5, "goalsFor": 11, "hasMatchInProgress": false, "id": "3339", "losses": 0, "lossesOT": 0, "name": "Tottenham Hotspur", "played": 4, "points": 8, "rank": 2, "reg": 2, "slug": "/en/football/team/tottenham-hotspur/3339/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8586.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8586.png"}, "wins": 2, "winsOT": 0}, {"draws": 1, "goalsAgainst": 3, "goalsDiff": 3, "goalsFor": 6, "hasMatchInProgress": false, "id": "3340", "losses": 0, "lossesOT": 0, "name": "Liverpool", "played": 3, "points": 7, "rank": 3, "reg": 2, "slug": "/en/football/team/liverpool/3340/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8650.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8650.png"}, "wins": 2, "winsOT": 0}, {"draws": 1, "goalsAgainst": 6, "goalsDiff": 1, "goalsFor": 7, "hasMatchInProgress": false, "id": "252", "losses": 1, "lossesOT": 0, "name": "West Ham United", "played": 4, "points": 7, "rank": 4, "reg": 2, "slug": "/en/football/team/west-ham-united/252/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8654.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8654.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 2, "goalsDiff": 5, "goalsFor": 7, "hasMatchInProgress": false, "id": "2918", "losses": 0, "lossesOT": 0, "name": "Brighton", "played": 2, "points": 6, "rank": 5, "reg": 2, "slug": "/en/football/team/brighton/2918/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10204.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10204.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 0, "goalsDiff": 2, "goalsFor": 2, "hasMatchInProgress": false, "id": "2773", "losses": 0, "lossesOT": 0, "name": "Arsenal", "played": 2, "points": 6, "rank": 6, "reg": 2, "slug": "/en/football/team/arsenal/2773/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9825.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9825.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 9, "goalsDiff": -4, "goalsFor": 5, "hasMatchInProgress": false, "id": "3863", "losses": 2, "lossesOT": 0, "name": "Aston Villa", "played": 4, "points": 6, "rank": 7, "reg": 2, "slug": "/en/football/team/aston-villa/3863/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10252.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10252.png"}, "wins": 2, "winsOT": 0}, {"draws": 2, "goalsAgainst": 7, "goalsDiff": -3, "goalsFor": 4, "hasMatchInProgress": false, "id": "2872", "losses": 1, "lossesOT": 0, "name": "Fulham", "played": 4, "points": 5, "rank": 8, "reg": 1, "slug": "/en/football/team/fulham/2872/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9879.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9879.png"}, "wins": 1, "winsOT": 0}, {"draws": 1, "goalsAgainst": 5, "goalsDiff": -1, "goalsFor": 4, "hasMatchInProgress": false, "id": "2985", "losses": 2, "lossesOT": 0, "name": "Wolves", "played": 4, "points": 4, "rank": 9, "reg": 1, "slug": "/en/football/team/wolves/2985/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8602.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8602.png"}, "wins": 1, "winsOT": 0}, {"draws": 1, "goalsAgainst": 4, "goalsDiff": -1, "goalsFor": 3, "hasMatchInProgress": false, "id": "2772", "losses": 1, "lossesOT": 0, "name": "Crystal Palace", "played": 3, "points": 4, "rank": 10, "reg": 1, "slug": "/en/football/team/crystal-palace/2772/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9826.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9826.png"}, "wins": 1, "winsOT": 0}, {"draws": 1, "goalsAgainst": 7, "goalsDiff": -2, "goalsFor": 5, "hasMatchInProgress": false, "id": "2917", "losses": 1, "lossesOT": 0, "name": "Everton", "played": 3, "points": 4, "rank": 11, "reg": 1, "slug": "/en/football/team/everton/2917/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8668.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8668.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 4, "goalsDiff": 5, "goalsFor": 9, "hasMatchInProgress": false, "id": "2986", "losses": 2, "lossesOT": 0, "name": "Newcastle United", "played": 3, "points": 3, "rank": 12, "reg": 1, "slug": "/en/football/team/newcastle-united/2986/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10261.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10261.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 1, "goalsDiff": 2, "goalsFor": 3, "hasMatchInProgress": false, "id": "2865", "losses": 1, "lossesOT": 0, "name": "Brentford", "played": 2, "points": 3, "rank": 13, "reg": 1, "slug": "/en/football/team/brentford/2865/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9937.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9937.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": -3, "goalsFor": 4, "hasMatchInProgress": false, "id": "3060", "losses": 3, "lossesOT": 0, "name": "Nottingham Forest", "played": 4, "points": 3, "rank": 14, "reg": 1, "slug": "/en/football/team/nottingham-forest/3060/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10203.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10203.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 5, "goalsDiff": -3, "goalsFor": 2, "hasMatchInProgress": false, "id": "2810", "losses": 2, "lossesOT": 0, "name": "Manchester United", "played": 3, "points": 3, "rank": 15, "reg": 1, "slug": "/en/football/team/manchester-united/2810/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10260.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10260.png"}, "wins": 1, "winsOT": 0}, {"draws": 1, "goalsAgainst": 1, "goalsDiff": 0, "goalsFor": 1, "hasMatchInProgress": false, "id": "2882", "losses": 0, "lossesOT": 0, "name": "Burnley", "played": 1, "points": 1, "rank": 16, "reg": 0, "slug": "/en/football/team/burnley/2882/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8191.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8191.png"}, "wins": 0, "winsOT": 0}, {"draws": 1, "goalsAgainst": 3, "goalsDiff": -2, "goalsFor": 1, "hasMatchInProgress": false, "id": "2881", "losses": 1, "lossesOT": 0, "name": "Chelsea", "played": 2, "points": 1, "rank": 17, "reg": 0, "slug": "/en/football/team/chelsea/2881/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8455.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8455.png"}, "wins": 0, "winsOT": 0}, {"draws": 1, "goalsAgainst": 8, "goalsDiff": -4, "goalsFor": 4, "hasMatchInProgress": false, "id": "3928", "losses": 2, "lossesOT": 0, "name": "Bournemouth", "played": 3, "points": 1, "rank": 18, "reg": 0, "slug": "/en/football/team/bournemouth/3928/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8678.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8678.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 4, "goalsDiff": -2, "goalsFor": 2, "hasMatchInProgress": false, "id": "251", "losses": 2, "lossesOT": 0, "name": "Sheffield United", "played": 2, "points": 0, "rank": 19, "reg": 0, "slug": "/en/football/team/sheffield-united/251/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8657.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8657.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 8, "goalsDiff": -7, "goalsFor": 1, "hasMatchInProgress": false, "id": "2857", "losses": 3, "lossesOT": 0, "name": "Luton Town", "played": 3, "points": 0, "rank": 20, "reg": 0, "slug": "/en/football/team/luton-town/2857/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8346.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8346.png"}, "wins": 0, "winsOT": 0}], "url": "/en/football/england/premier-league"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"additionalInfo": {"type": "array", "items": {"type": "object", "properties": {"determined": {"type": "integer"}, "label": {"type": "string"}}}}, "country": {"type": "string"}, "countryName": {"type": "string"}, "hideLeagueTableBadges": {"type": "boolean"}, "isLimitedOversMatch": {"type": "boolean"}, "isSplit": {"type": "boolean"}, "kind": {"type": "string"}, "name": {"type": "string"}, "stagePhases": {"type": "array"}, "subName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"draws": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "goalsDiff": {"type": "integer"}, "goalsFor": {"type": "integer"}, "hasMatchInProgress": {"type": "boolean"}, "id": {"type": "string"}, "losses": {"type": "integer"}, "lossesOT": {"type": "integer"}, "name": {"type": "string"}, "played": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "reg": {"type": "integer"}, "slug": {"type": "string"}, "stagePhases": {"type": "array"}, "teamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "wins": {"type": "integer"}, "winsOT": {"type": "integer"}}}}, "url": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/c7244200-0072-4306-8391-23f9b69f477b/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/team/matches-fixtures
scores/team/matches-fixtures
200
Example_1
{"data": [{"Ccd": "england", "Chi": 0, "Cid": "34", "Cnm": "England", "CompD": "England", "CompId": "65", "CompN": "Premier League", "CompST": "England", "Csnm": "England", "Events": [{"EO": 1033748647, "EOX": 1033748647, "Eid": "968425", "Epr": 0, "Eps": "NS", "Esd": 20230930140000, "Esid": 1, "Media": {"12": [{"allowedCountries": ["NL"], "eventId": "Viaplay", "provider": "ABELSON", "type": "TV_CHANNEL"}], "29": [{"streamhls": "https://livesportradio.com/global/reeng10/playlist.m3u8"}], "32": [{"ageRestricted": "true", "articleId": "2023092913235526237", "type": "PREVIEW"}]}, "Sid": "14414", "T1": [{"Abr": "WOL", "ID": "2985", "Img": "enet/8602.png", "Nm": "Wolves", "firstColor": "FDB913", "secondColor": "000000"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}], "Scd": "premier-league", "Scu": 0, "Sds": "Premier League", "Shi": 0, "Sid": "14414", "Sids": {"12": "SBTC3_40253"}, "Snm": "Premier League", "Spid": 1, "Tid": "237", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, {"Ccd": "champions-league", "Chi": 0, "Cid": "130", "Cnm": "Champions League", "CompD": "UEFA", "CompId": "60", "CompN": "Champions League", "Csnm": "Champions League", "Events": [{"EO": 337494055, "EOX": 337494055, "Eid": "1071871", "Epr": 0, "Eps": "NS", "Esd": 20231004190000, "Esid": 1, "MD": {"15": {"allowedCountries": ["IE"], "entryId": "0_wbdvp1mb", "isLive": "false", "startTime": "1696443900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29783/assets/1920_thumbnail.png"}}, "Media": {"12": [{"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports 1", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "Ziggo Sport Racing", "provider": "ABELSON", "type": "TV_CHANNEL"}], "15": [{"allowedCountries": ["IE"], "entryId": "0_wbdvp1mb", "isLive": "false", "startTime": "1696443900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29783/assets/1920_thumbnail.png"}], "29": [{"streamhls": "https://livesportradio.com/global/reeng18/playlist.m3u8"}]}, "Sid": "15543", "T1": [{"Abr": "RBL", "ID": "4707", "Img": "enet/178475.png", "Nm": "RB Leipzig", "firstColor": "ffffff", "secondColor": "ff0000"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}], "Scd": "group-g", "Scu": 0, "Sds": "Group G", "Shi": 0, "Sid": "15543", "Sids": {"12": "SBTC3_40685"}, "Snm": "Group G", "Spid": 1, "Tid": "1445", "badgeUrl": "2023-champions-league.png", "firstColor": "152E58"}, {"Ccd": "england", "Chi": 0, "Cid": "34", "Cnm": "England", "CompD": "England", "CompId": "65", "CompN": "Premier League", "CompST": "England", "Csnm": "England", "Events": [{"EO": 874299431, "EOX": 874299431, "Eid": "968296", "Epr": 0, "Eps": "NS", "Esd": 20231008153000, "Esid": 1, "Media": {"12": [{"allowedCountries": ["GB", "IE"], "eventId": "Sky Sports", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "Viaplay", "provider": "ABELSON", "type": "TV_CHANNEL"}], "29": [{"streamhls": "https://livesportradio.com/global/reeng7/playlist.m3u8"}]}, "Sid": "14414", "T1": [{"Abr": "ARS", "ID": "2773", "Img": "enet/9825.png", "Nm": "Arsenal", "firstColor": "e10000", "secondColor": "ffffff"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968339", "Epr": 0, "Eps": "NS", "Esd": 20231021140000, "Esid": 1, "Media": {"29": [{"streamhls": "https://livesportradio.com/global/reeng7/playlist.m3u8"}]}, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "BHA", "ID": "2918", "Img": "enet/10204.png", "Nm": "Brighton", "firstColor": "0057B8", "secondColor": "FFFFFF"}]}], "Scd": "premier-league", "Scu": 0, "Sds": "Premier League", "Shi": 0, "Sid": "14414", "Sids": {"12": "SBTC3_40253"}, "Snm": "Premier League", "Spid": 1, "Tid": "237", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, {"Ccd": "champions-league", "Chi": 0, "Cid": "130", "Cnm": "Champions League", "CompD": "UEFA", "CompId": "60", "CompN": "Champions League", "Csnm": "Champions League", "Events": [{"EO": 337166375, "EOX": 337166375, "Eid": "1071879", "Epr": 0, "Eps": "NS", "Esd": 20231025190000, "Esid": 1, "Media": {"29": [{"streamhls": "https://livesportradio.com/global/reeng18/playlist.m3u8"}]}, "Sid": "15543", "T1": [{"Abr": "YOU", "ID": "3677", "Img": "enet/10192.png", "Nm": "Young Boys", "firstColor": "fcd807", "secondColor": "000000"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}], "Scd": "group-g", "Scu": 0, "Sds": "Group G", "Shi": 0, "Sid": "15543", "Sids": {"12": "SBTC3_40685"}, "Snm": "Group G", "Spid": 1, "Tid": "1445", "badgeUrl": "2023-champions-league.png", "firstColor": "152E58"}, {"Ccd": "england", "Chi": 0, "Cid": "34", "Cnm": "England", "CompD": "England", "CompId": "65", "CompN": "Premier League", "CompST": "England", "Csnm": "England", "Events": [{"EO": 874299431, "EOX": 874299431, "Eid": "968382", "Epr": 0, "Eps": "NS", "Esd": 20231029153000, "Esid": 1, "Media": {"29": [{"streamhls": "https://livesportradio.com/global/reeng8/playlist.m3u8"}]}, "Sid": "14414", "T1": [{"Abr": "MUN", "ID": "2810", "Img": "enet/10260.png", "Nm": "Manchester United", "firstColor": "ea0000", "secondColor": "ffffff"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968338", "Epr": 0, "Eps": "NS", "Esd": 20231104150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "BOU", "ID": "3928", "Img": "enet/8678.png", "Nm": "Bournemouth", "firstColor": "c4211f", "secondColor": "000000"}]}], "Scd": "premier-league", "Scu": 0, "Sds": "Premier League", "Shi": 0, "Sid": "14414", "Sids": {"12": "SBTC3_40253"}, "Snm": "Premier League", "Spid": 1, "Tid": "237", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, {"Ccd": "champions-league", "Chi": 0, "Cid": "130", "Cnm": "Champions League", "CompD": "UEFA", "CompId": "60", "CompN": "Champions League", "Csnm": "Champions League", "Events": [{"EO": 337166375, "EOX": 337166375, "Eid": "1071881", "Epr": 0, "Eps": "NS", "Esd": 20231107200000, "Esid": 1, "Sid": "15543", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "YOU", "ID": "3677", "Img": "enet/10192.png", "Nm": "Young Boys", "firstColor": "fcd807", "secondColor": "000000"}]}], "Scd": "group-g", "Scu": 0, "Sds": "Group G", "Shi": 0, "Sid": "15543", "Sids": {"12": "SBTC3_40685"}, "Snm": "Group G", "Spid": 1, "Tid": "1445", "badgeUrl": "2023-champions-league.png", "firstColor": "152E58"}, {"Ccd": "england", "Chi": 0, "Cid": "34", "Cnm": "England", "CompD": "England", "CompId": "65", "CompN": "Premier League", "CompST": "England", "Csnm": "England", "Events": [{"EO": 874299431, "EOX": 874299431, "Eid": "968327", "Epr": 0, "Eps": "NS", "Esd": 20231112163000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "CHE", "ID": "2881", "Img": "enet/8455.png", "Nm": "Chelsea", "firstColor": "1532c1", "secondColor": "ffffff"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968265", "Epr": 0, "Eps": "NS", "Esd": 20231125150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "LIV", "ID": "3340", "Img": "enet/8650.png", "Nm": "Liverpool", "firstColor": "fa0000", "secondColor": "ffffff"}]}], "Scd": "premier-league", "Scu": 0, "Sds": "Premier League", "Shi": 0, "Sid": "14414", "Sids": {"12": "SBTC3_40253"}, "Snm": "Premier League", "Spid": 1, "Tid": "237", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, {"Ccd": "champions-league", "Chi": 0, "Cid": "130", "Cnm": "Champions League", "CompD": "UEFA", "CompId": "60", "CompN": "Champions League", "Csnm": "Champions League", "Events": [{"EO": 337428519, "EOX": 337428519, "Eid": "1071875", "Epr": 0, "Eps": "NS", "Esd": 20231128200000, "Esid": 1, "Sid": "15543", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "RBL", "ID": "4707", "Img": "enet/178475.png", "Nm": "RB Leipzig", "firstColor": "ffffff", "secondColor": "ff0000"}]}], "Scd": "group-g", "Scu": 0, "Sds": "Group G", "Shi": 0, "Sid": "15543", "Sids": {"12": "SBTC3_40685"}, "Snm": "Group G", "Spid": 1, "Tid": "1445", "badgeUrl": "2023-champions-league.png", "firstColor": "152E58"}, {"Ccd": "england", "Chi": 0, "Cid": "34", "Cnm": "England", "CompD": "England", "CompId": "65", "CompN": "Premier League", "CompST": "England", "Csnm": "England", "Events": [{"EO": 874299431, "EOX": 874299431, "Eid": "968271", "Epr": 0, "Eps": "NS", "Esd": 20231202150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "TOT", "ID": "3339", "Img": "enet/8586.png", "Nm": "Tottenham Hotspur", "firstColor": "132257", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968299", "Epr": 0, "Eps": "NS", "Esd": 20231205194500, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "AVL", "ID": "3863", "Img": "enet/10252.png", "Nm": "Aston Villa", "firstColor": "670E36", "secondColor": "95BFE5"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874037287, "EOX": 874037287, "Eid": "968220", "Epr": 0, "Eps": "NS", "Esd": 20231209150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "LUT", "ID": "2857", "Img": "enet/8346.png", "Nm": "Luton Town", "firstColor": "ff5500", "secondColor": "ffffff"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}], "Scd": "premier-league", "Scu": 0, "Sds": "Premier League", "Shi": 0, "Sid": "14414", "Sids": {"12": "SBTC3_40253"}, "Snm": "Premier League", "Spid": 1, "Tid": "237", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, {"Ccd": "champions-league", "Chi": 0, "Cid": "130", "Cnm": "Champions League", "CompD": "UEFA", "CompId": "60", "CompN": "Champions League", "Csnm": "Champions League", "Events": [{"EO": 337428519, "EOX": 337428519, "Eid": "1071877", "Epr": 0, "Eps": "NS", "Esd": 20231213174500, "Esid": 1, "Sid": "15543", "T1": [{"Abr": "RSB", "ID": "6492", "Img": "enet/8687.png", "Nm": "FK Crvena Zvezda", "firstColor": "ec0e0e", "secondColor": "121111"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}], "Scd": "group-g", "Scu": 0, "Sds": "Group G", "Shi": 0, "Sid": "15543", "Sids": {"12": "SBTC3_40685"}, "Snm": "Group G", "Spid": 1, "Tid": "1445", "badgeUrl": "2023-champions-league.png", "firstColor": "152E58"}, {"Ccd": "england", "Chi": 0, "Cid": "34", "Cnm": "England", "CompD": "England", "CompId": "65", "CompN": "Premier League", "CompST": "England", "Csnm": "England", "Events": [{"EO": 874299431, "EOX": 874299431, "Eid": "968242", "Epr": 0, "Eps": "NS", "Esd": 20231216150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "CRY", "ID": "2772", "Img": "enet/9826.png", "Nm": "Crystal Palace", "firstColor": "1B458F", "secondColor": "C4122E"}]}], "Scd": "premier-league", "Scu": 0, "Sds": "Premier League", "Shi": 0, "Sid": "14414", "Sids": {"12": "SBTC3_40253"}, "Snm": "Premier League", "Spid": 1, "Tid": "237", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, {"Ccd": "intl", "Chi": 0, "Cid": "256", "Cnm": "International", "Csnm": "International", "Events": [{"EO": 336644135, "EOX": 336644135, "Eid": "1077247", "Epr": 0, "Eps": "NS", "Esd": 20231219180000, "Esid": 1, "Sid": "14920", "T1": [{"Abr": "LEO", "ID": "271213", "Nm": "Leon/Urawa Red Diamonds"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}], "Scd": "club-world-cup", "Scu": 1, "Shi": 0, "Sid": "14920", "Sids": {}, "Snm": "Club World Cup", "Spid": 1, "Tid": "519"}, {"Ccd": "england", "Chi": 0, "Cid": "34", "Cnm": "England", "CompD": "England", "CompId": "65", "CompN": "Premier League", "CompST": "England", "Csnm": "England", "Events": [{"EO": 874299431, "EOX": 874299431, "Eid": "968419", "Epr": 0, "Eps": "NS", "Esd": 20231226150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "EVE", "ID": "2917", "Img": "enet/8668.png", "Nm": "Everton", "firstColor": "174a94", "secondColor": "ffffff"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968281", "Epr": 0, "Eps": "NS", "Esd": 20231230150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "SHU", "ID": "251", "Img": "enet/8657.png", "Nm": "Sheffield United", "firstColor": "EE2737", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968181", "Epr": 0, "Eps": "NS", "Esd": 20240113150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "NEW", "ID": "2986", "Img": "enet/10261.png", "Nm": "Newcastle United", "firstColor": "221F20", "secondColor": "ffffff"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968247", "Epr": 0, "Eps": "NS", "Esd": 20240131200000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "BUR", "ID": "2882", "Img": "enet/8191.png", "Nm": "Burnley", "firstColor": "990033", "secondColor": "64b1ff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968149", "Epr": 0, "Eps": "NS", "Esd": 20240203150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "BRE", "ID": "2865", "Img": "enet/9937.png", "Nm": "Brentford", "firstColor": "ff0000", "secondColor": "fafafa"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968348", "Epr": 0, "Eps": "NS", "Esd": 20240210150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "EVE", "ID": "2917", "Img": "enet/8668.png", "Nm": "Everton", "firstColor": "174a94", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968260", "Epr": 0, "Eps": "NS", "Esd": 20240217150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "CHE", "ID": "2881", "Img": "enet/8455.png", "Nm": "Chelsea", "firstColor": "1532c1", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968252", "Epr": 0, "Eps": "NS", "Esd": 20240224150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "BOU", "ID": "3928", "Img": "enet/8678.png", "Nm": "Bournemouth", "firstColor": "c4211f", "secondColor": "000000"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968288", "Epr": 0, "Eps": "NS", "Esd": 20240302150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "MUN", "ID": "2810", "Img": "enet/10260.png", "Nm": "Manchester United", "firstColor": "ea0000", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968262", "Epr": 0, "Eps": "NS", "Esd": 20240309150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "LIV", "ID": "3340", "Img": "enet/8650.png", "Nm": "Liverpool", "firstColor": "fa0000", "secondColor": "ffffff"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968139", "Epr": 0, "Eps": "NS", "Esd": 20240316150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "BHA", "ID": "2918", "Img": "enet/10204.png", "Nm": "Brighton", "firstColor": "0057B8", "secondColor": "FFFFFF"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968129", "Epr": 0, "Eps": "NS", "Esd": 20240330150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "ARS", "ID": "2773", "Img": "enet/9825.png", "Nm": "Arsenal", "firstColor": "e10000", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968293", "Epr": 0, "Eps": "NS", "Esd": 20240403190000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "AVL", "ID": "3863", "Img": "enet/10252.png", "Nm": "Aston Villa", "firstColor": "670E36", "secondColor": "95BFE5"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968117", "Epr": 0, "Eps": "NS", "Esd": 20240406140000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "CRY", "ID": "2772", "Img": "enet/9826.png", "Nm": "Crystal Palace", "firstColor": "1B458F", "secondColor": "C4122E"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874037287, "EOX": 874037287, "Eid": "968088", "Epr": 0, "Eps": "NS", "Esd": 20240413140000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "LUT", "ID": "2857", "Img": "enet/8346.png", "Nm": "Luton Town", "firstColor": "ff5500", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968100", "Epr": 0, "Eps": "NS", "Esd": 20240420140000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "TOT", "ID": "3339", "Img": "enet/8586.png", "Nm": "Tottenham Hotspur", "firstColor": "132257", "secondColor": "ffffff"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968079", "Epr": 0, "Eps": "NS", "Esd": 20240427140000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "FOR", "ID": "3060", "Img": "enet/10203.png", "Nm": "Nottingham Forest", "firstColor": "9B1E22", "secondColor": "ffffff"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968136", "Epr": 0, "Eps": "NS", "Esd": 20240504140000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "WOL", "ID": "2985", "Img": "enet/8602.png", "Nm": "Wolves", "firstColor": "FDB913", "secondColor": "000000"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968162", "Epr": 0, "Eps": "NS", "Esd": 20240511140000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "FUL", "ID": "2872", "Img": "enet/9879.png", "Nm": "Fulham", "firstColor": "ffffff", "secondColor": "000000"}], "T2": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}]}, {"EO": 874299431, "EOX": 874299431, "Eid": "968065", "Epr": 0, "Eps": "NS", "Esd": 20240519150000, "Esid": 1, "Sid": "14414", "T1": [{"Abr": "MCI", "ID": "12633", "Img": "enet/8456.png", "Nm": "Manchester City", "firstColor": "5badff", "secondColor": "ffffff"}], "T2": [{"Abr": "WHU", "ID": "252", "Img": "enet/8654.png", "Nm": "West Ham United", "firstColor": "74112e", "secondColor": "1BB1E7"}]}], "Scd": "premier-league", "Scu": 0, "Sds": "Premier League", "Shi": 0, "Sid": "14414", "Sids": {"12": "SBTC3_40253"}, "Snm": "Premier League", "Spid": 1, "Tid": "237", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/9e2ba022-fc85-4a41-b70c-e441060cc033/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/team/overview
scores/team/overview
200
Example_1
{"data": {"articles": [{"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2022080114404810587", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Ben Chilwell has picked up another injury at Chelsea", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/43ea08ed-3c89-40fa-8b19-abb9130a5f39.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Ben Chilwell has picked up another injury at Chelsea", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/43ea08ed-3c89-40fa-8b19-abb9130a5f39.jpg"}, "path": null, "thumbnail": {"alt": "Ben Chilwell has picked up another injury at Chelsea", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/43ea08ed-3c89-40fa-8b19-abb9130a5f39.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T15:10:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/team/afc-bournemouth-2021020913320920836-123/", "provider": "football-api", "title": "AFC Bournemouth", "type": "team"}, {"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/aston-villa-2021020913320920836-101/", "provider": "football-api", "title": "Aston Villa", "type": "team"}, {"href": "/en/news/team/chelsea-2021020913320920836-82/", "provider": "football-api", "title": "Chelsea", "type": "team"}, {"href": "/en/news/team/fulham-2021020913320920836-98/", "provider": "football-api", "title": "Fulham", "type": "team"}, {"href": "/en/news/team/everton-2021020913320920836-96/", "provider": "football-api", "title": "Everton", "type": "team"}, {"href": "/en/news/team/brentford-2021020913320920836-136/", "provider": "football-api", "title": "Brentford", "type": "team"}, {"href": "/en/news/team/brighton-hove-albion-2021020913320920836-134/", "provider": "football-api", "title": "Brighton & Hove Albion", "type": "team"}, {"href": "/en/news/team/liverpool-2021020913320920836-92/", "provider": "football-api", "title": "Liverpool", "type": "team"}, {"href": "/en/news/team/nottingham-forest-2021020913320920836-133/", "provider": "football-api", "title": "Nottingham Forest", "type": "team"}, {"href": "/en/news/team/manchester-city-2021020913320920836-104/", "provider": "football-api", "title": "Manchester City", "type": "team"}, {"href": "/en/news/team/manchester-united-2021020913320920836-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/team/tottenham-hotspur-2021020913320920836-89/", "provider": "football-api", "title": "Tottenham Hotspur", "type": "team"}, {"href": "/en/news/team/west-ham-united-2021020913320920836-94/", "provider": "football-api", "title": "West Ham United", "type": "team"}, {"href": "/en/news/team/wolverhampton-wanderers-2021020913320920836-109/", "provider": "football-api", "title": "Wolverhampton Wanderers", "type": "team"}, {"href": "/en/news/team/newcastle-united-2021020913320920836-103/", "provider": "football-api", "title": "Newcastle United", "type": "team"}, {"href": "/en/news/team/crystal-palace-2021020913320920836-110/", "provider": "football-api", "title": "Crystal Palace", "type": "team"}, {"href": "/en/news/team/burnley-2021020913320920836-118/", "provider": "football-api", "title": "Burnley", "type": "team"}, {"href": "/en/news/team/sheffield-united-2021020913320920836-113/", "provider": "football-api", "title": "Sheffield United", "type": "team"}, {"href": "/en/news/team/luton-town-2021020913320920836-3407/", "provider": "football-api", "title": "Luton Town", "type": "team"}]}, "shortTitle": null, "title": "Fantasy football injury update: Martinez and Chilwell suffer fresh setbacks", "type": "news", "updatedAt": {"time": "13", "unit": "news.hours"}, "url": "/en/news/fantasy-football-premier-league-injury-table-2023-24-2022080114404810587/"}, {"categoryLabel": "Predictions", "categoryUrl": "/en/news/predictions/", "id": "2023092913544253698", "isAdultContent": true, "mainMedia": [{"gallery": {"alt": "There could be goals between Unai Emery's Aston Villa and Saturday's visitors Brighton", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/33ebae87-d866-4bb3-8a2e-b495ae0bb131.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "There could be goals between Unai Emery's Aston Villa and Saturday's visitors Brighton", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/33ebae87-d866-4bb3-8a2e-b495ae0bb131.jpg"}, "path": null, "thumbnail": {"alt": "There could be goals between Unai Emery's Aston Villa and Saturday's visitors Brighton", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/29092023/33ebae87-d866-4bb3-8a2e-b495ae0bb131.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T14:54:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/competition/premier-league-2022062716001253418-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/team/aston-villa-2022062716001253418-101/", "provider": "football-api", "title": "Aston Villa", "type": "team"}, {"href": "/en/news/team/everton-2022062716001253418-96/", "provider": "football-api", "title": "Everton", "type": "team"}, {"href": "/en/news/team/brighton-hove-albion-2022062716001253418-134/", "provider": "football-api", "title": "Brighton & Hove Albion", "type": "team"}, {"href": "/en/news/team/arsenal-2022062716001253418-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/afc-bournemouth-2022062716001253418-123/", "provider": "football-api", "title": "AFC Bournemouth", "type": "team"}, {"href": "/en/news/team/luton-town-2022062716001253418-3407/", "provider": "football-api", "title": "Luton Town", "type": "team"}, {"href": "/en/news/team/manchester-united-2022062716001253418-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/team/crystal-palace-2022062716001253418-110/", "provider": "football-api", "title": "Crystal Palace", "type": "team"}, {"href": "/en/news/team/newcastle-united-2022062716001253418-103/", "provider": "football-api", "title": "Newcastle United", "type": "team"}, {"href": "/en/news/team/burnley-2022062716001253418-118/", "provider": "football-api", "title": "Burnley", "type": "team"}, {"href": "/en/news/team/west-ham-united-2022062716001253418-94/", "provider": "football-api", "title": "West Ham United", "type": "team"}, {"href": "/en/news/team/sheffield-united-2022062716001253418-113/", "provider": "football-api", "title": "Sheffield United", "type": "team"}, {"href": "/en/news/team/wolverhampton-wanderers-2022062716001253418-109/", "provider": "football-api", "title": "Wolverhampton Wanderers", "type": "team"}, {"href": "/en/news/team/manchester-city-2022062716001253418-104/", "provider": "football-api", "title": "Manchester City", "type": "team"}, {"href": "/en/news/team/tottenham-hotspur-2022062716001253418-89/", "provider": "football-api", "title": "Tottenham Hotspur", "type": "team"}, {"href": "/en/news/team/liverpool-2022062716001253418-92/", "provider": "football-api", "title": "Liverpool", "type": "team"}]}, "shortTitle": null, "title": "Premier League: Predictions for all eight games on Saturday", "type": "news", "updatedAt": {"time": "14", "unit": "news.hours"}, "url": "/en/news/premier-league-predictions-aston-villa-arsenal-everton-newcastle-west-ham-2023092913544253698/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092715251258617", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Liverpool beat Tottenham 4-3 at Anfield last April", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/e2417a93-933a-4ef5-8943-e6af97685ed2.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Liverpool beat Tottenham 4-3 at Anfield last April", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/e2417a93-933a-4ef5-8943-e6af97685ed2.jpg"}, "path": null, "thumbnail": {"alt": "Liverpool beat Tottenham 4-3 at Anfield last April", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/e2417a93-933a-4ef5-8943-e6af97685ed2.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T14:30:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/team/afc-bournemouth-2021020913320920836-123/", "provider": "football-api", "title": "AFC Bournemouth", "type": "team"}, {"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/aston-villa-2021020913320920836-101/", "provider": "football-api", "title": "Aston Villa", "type": "team"}, {"href": "/en/news/team/brighton-hove-albion-2021020913320920836-134/", "provider": "football-api", "title": "Brighton & Hove Albion", "type": "team"}, {"href": "/en/news/team/burnley-2021020913320920836-118/", "provider": "football-api", "title": "Burnley", "type": "team"}, {"href": "/en/news/team/chelsea-2021020913320920836-82/", "provider": "football-api", "title": "Chelsea", "type": "team"}, {"href": "/en/news/team/crystal-palace-2021020913320920836-110/", "provider": "football-api", "title": "Crystal Palace", "type": "team"}, {"href": "/en/news/team/everton-2021020913320920836-96/", "provider": "football-api", "title": "Everton", "type": "team"}, {"href": "/en/news/team/fulham-2021020913320920836-98/", "provider": "football-api", "title": "Fulham", "type": "team"}, {"href": "/en/news/team/liverpool-2021020913320920836-92/", "provider": "football-api", "title": "Liverpool", "type": "team"}, {"href": "/en/news/team/luton-town-2021020913320920836-3407/", "provider": "football-api", "title": "Luton Town", "type": "team"}, {"href": "/en/news/team/manchester-city-2021020913320920836-104/", "provider": "football-api", "title": "Manchester City", "type": "team"}, {"href": "/en/news/team/manchester-united-2021020913320920836-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/team/newcastle-united-2021020913320920836-103/", "provider": "football-api", "title": "Newcastle United", "type": "team"}, {"href": "/en/news/team/sheffield-united-2021020913320920836-113/", "provider": "football-api", "title": "Sheffield United", "type": "team"}, {"href": "/en/news/team/tottenham-hotspur-2021020913320920836-89/", "provider": "football-api", "title": "Tottenham Hotspur", "type": "team"}, {"href": "/en/news/team/nottingham-forest-2021020913320920836-133/", "provider": "football-api", "title": "Nottingham Forest", "type": "team"}, {"href": "/en/news/team/west-ham-united-2021020913320920836-94/", "provider": "football-api", "title": "West Ham United", "type": "team"}, {"href": "/en/news/team/wolverhampton-wanderers-2021020913320920836-109/", "provider": "football-api", "title": "Wolverhampton Wanderers", "type": "team"}, {"href": "/en/news/team/brentford-2021020913320920836-136/", "provider": "football-api", "title": "Brentford", "type": "team"}]}, "shortTitle": null, "title": "Premier League Matchday 7: Spurs host Liverpool in top-four clash", "type": "news", "updatedAt": {"time": "14", "unit": "news.hours"}, "url": "/en/news/premier-league-matchday-7-preview-kick-off-times-match-statistics-tv-information-2023092715251258617/"}], "basicInfo": {"badge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "country": "England", "id": "12633", "name": "Manchester City", "newsTag": {"categoryId": "2021020913320920836", "teamId": "104"}}, "nextOrCurrentMatch": {"activeSport": "football", "awayTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "awayTeamName": "Manchester City", "awayTeamScore": "", "eventStatus": "UPCOMING", "finishDateTimeString": "", "homeTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8602.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8602.png"}, "homeTeamName": "Wolves", "homeTeamScore": "", "id": "968425", "isFinishedAfterPenalties": false, "isOutdated": false, "media": {"12": [{"allowedCountries": ["NL"], "eventId": "Viaplay", "provider": "ABELSON", "type": "TV_CHANNEL"}], "29": [{"streamhls": "https://livesportradio.com/global/reeng10/playlist.m3u8"}], "32": [{"ageRestricted": "true", "articleId": "2023092913235526237", "type": "PREVIEW"}]}, "penaltyAwayScore": 0, "penaltyHomeScore": 0, "providerIds": {"12": ["SBTP_240"], "15": ["12"]}, "scores": {"aggregateAwayScore": "", "aggregateHomeScore": "", "awayOvertimeScore": "", "awayTeamName": "Manchester City", "awayTeamScore": "", "awayTeamSlug": "/en/football/team/manchester-city/12633/overview/", "eventId": "968425", "homeOvertimeScore": "", "homeTeamName": "Wolves", "homeTeamScore": "", "homeTeamSlug": "/en/football/team/wolves/2985/overview/", "penaltyAwayScore": 0, "penaltyHomeScore": 0, "scoresByPeriod": [{"away": {}, "home": {}, "label": "matchScore.halfTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.fullTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.extraTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.penaltyTimeShort", "shouldDisplayFirst": true}], "status": {"isFinished": false, "isInProgress": false, "isNotStarted": true, "liveTime": "", "status": ""}, "statusInt": null}, "slug": "/en/football/england/premier-league/wolves-vs-manchester-city/968425/", "stageId": "14414", "startDateTimeString": "20230930140000", "status": "", "warning": false}, "results": [{"activeSport": "football", "awayTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "awayTeamName": "Manchester City", "awayTeamScore": "0", "eventStatus": "PAST", "finishDateTimeString": "", "homeTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10261.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10261.png"}, "homeTeamName": "Newcastle United", "homeTeamScore": "1", "id": "1070278", "isFinishedAfterPenalties": false, "isOutdated": true, "media": {"12": [{"allowedCountries": ["GB", "IE"], "eventId": "Sky Sports", "provider": "ABELSON", "type": "TV_CHANNEL"}], "32": [{"ageRestricted": "false", "articleId": "2023092721061211273", "type": "RESULT"}]}, "penaltyAwayScore": 0, "penaltyHomeScore": 0, "providerIds": {"12": ["SBTP_240"], "15": ["12"]}, "scores": {"aggregateAwayScore": "", "aggregateHomeScore": "", "awayOvertimeScore": "", "awayTeamName": "Manchester City", "awayTeamScore": "0", "awayTeamSlug": "/en/football/team/manchester-city/12633/overview/", "eventId": "1070278", "homeOvertimeScore": "", "homeTeamName": "Newcastle United", "homeTeamScore": "1", "homeTeamSlug": "/en/football/team/newcastle-united/2986/overview/", "penaltyAwayScore": 0, "penaltyHomeScore": 0, "scoresByPeriod": [{"away": {}, "home": {}, "label": "matchScore.halfTimeShort", "shouldDisplayFirst": false}, {"away": {"score": "0"}, "home": {"score": "1"}, "label": "matchScore.fullTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.extraTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.penaltyTimeShort", "shouldDisplayFirst": true}], "status": {"isFinished": true, "isInProgress": false, "isNotStarted": false, "liveTime": "", "status": "fullTime"}, "statusInt": 2}, "slug": "/en/football/england/efl-cup-round-3/newcastle-united-vs-manchester-city/1070278/", "stageId": "14554", "startDateTimeString": "20230927190000", "status": "FT", "warning": false, "winner": "HOME"}, {"activeSport": "football", "awayTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10203.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10203.png"}, "awayTeamName": "Nottingham Forest", "awayTeamScore": "0", "eventStatus": "PAST", "finishDateTimeString": "", "homeTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "homeTeamName": "Manchester City", "homeTeamScore": "2", "id": "968426", "isFinishedAfterPenalties": false, "isOutdated": true, "media": {"12": [{"allowedCountries": ["IE"], "eventId": "Premier Sports 1", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "Viaplay", "provider": "ABELSON", "type": "TV_CHANNEL"}], "32": [{"ageRestricted": "false", "articleId": "2023092316153046356", "type": "RESULT"}]}, "penaltyAwayScore": 0, "penaltyHomeScore": 0, "providerIds": {"12": ["SBTP_240"], "15": ["12"]}, "scores": {"aggregateAwayScore": "", "aggregateHomeScore": "", "awayOvertimeScore": "", "awayTeamName": "Nottingham Forest", "awayTeamScore": "0", "awayTeamSlug": "/en/football/team/nottingham-forest/3060/overview/", "eventId": "968426", "homeOvertimeScore": "", "homeTeamName": "Manchester City", "homeTeamScore": "2", "homeTeamSlug": "/en/football/team/manchester-city/12633/overview/", "penaltyAwayScore": 0, "penaltyHomeScore": 0, "scoresByPeriod": [{"away": {}, "home": {}, "label": "matchScore.halfTimeShort", "shouldDisplayFirst": false}, {"away": {"score": "0"}, "home": {"score": "2"}, "label": "matchScore.fullTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.extraTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.penaltyTimeShort", "shouldDisplayFirst": true}], "status": {"isFinished": true, "isInProgress": false, "isNotStarted": false, "liveTime": "", "status": "fullTime"}, "statusInt": 2}, "slug": "/en/football/england/premier-league/manchester-city-vs-nottingham-forest/968426/", "stageId": "14414", "startDateTimeString": "20230923140000", "status": "FT", "warning": false, "winner": "HOME"}, {"activeSport": "football", "awayTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8687.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8687.png"}, "awayTeamName": "FK Crvena Zvezda", "awayTeamScore": "1", "eventStatus": "PAST", "finishDateTimeString": "", "homeTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "homeTeamName": "Manchester City", "homeTeamScore": "3", "id": "1071872", "isFinishedAfterPenalties": false, "isOutdated": true, "media": {"8": [{"allowedCountries": ["GB", "IE"], "type": "TwitterHighlights"}], "12": [{"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports 2", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports Extra", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "Ziggo Sport Docu", "provider": "ABELSON", "type": "TV_CHANNEL"}], "15": [{"allowedCountries": ["IE"], "entryId": "0_f4c609mz", "isLive": "false", "startTime": "1695147900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29364/assets/1920_thumbnail.png"}], "32": [{"ageRestricted": "false", "articleId": "2023091921045735558", "type": "RESULT"}]}, "penaltyAwayScore": 0, "penaltyHomeScore": 0, "providerIds": {"12": ["SBTP_240"], "15": ["12"]}, "scores": {"aggregateAwayScore": "", "aggregateHomeScore": "", "awayOvertimeScore": "", "awayTeamName": "FK Crvena Zvezda", "awayTeamScore": "1", "awayTeamSlug": "/en/football/team/fk-crvena-zvezda/6492/overview/", "eventId": "1071872", "homeOvertimeScore": "", "homeTeamName": "Manchester City", "homeTeamScore": "3", "homeTeamSlug": "/en/football/team/manchester-city/12633/overview/", "penaltyAwayScore": 0, "penaltyHomeScore": 0, "scoresByPeriod": [{"away": {}, "home": {}, "label": "matchScore.halfTimeShort", "shouldDisplayFirst": false}, {"away": {"score": "1"}, "home": {"score": "3"}, "label": "matchScore.fullTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.extraTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.penaltyTimeShort", "shouldDisplayFirst": true}], "status": {"isFinished": true, "isInProgress": false, "isNotStarted": false, "liveTime": "", "status": "fullTime"}, "statusInt": 2}, "slug": "/en/football/champions-league/group-g/manchester-city-vs-fk-crvena-zvezda/1071872/", "stageId": "15543", "startDateTimeString": "20230919190000", "status": "FT", "warning": false, "winner": "HOME"}], "teamTabs": [{"href": "/en/football/team/manchester-city/12633", "id": "overview", "isDisabled": false, "name": "team.tab-overview"}, {"href": "/en/football/team/manchester-city/12633", "id": "matches", "isDisabled": false, "name": "team.tab-matches"}, {"href": "/en/football/team/manchester-city/12633/tables/14414/", "id": "tables", "isDisabled": false, "name": "team.tab-tables"}, {"href": "/en/football/team/manchester-city/12633", "id": "news", "isDisabled": false, "name": "team.tab-news"}, {"href": "/en/football/team/manchester-city/12633/stats/14414/", "id": "stats", "isDisabled": false, "name": "team.tab-playerStats"}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"articles": {"type": "array", "items": {"type": "object", "properties": {"categoryLabel": {"type": "string"}, "categoryUrl": {"type": "string"}, "id": {"type": "string"}, "isAdultContent": {"type": "boolean"}, "mainMedia": {"type": "array", "items": {"type": "object", "properties": {"gallery": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "id": {"type": "null"}, "original": {"type": "object", "properties": {"alt": {"type": "string"}, "url": {"type": "string"}}}, "path": {"type": "null"}, "thumbnail": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "type": {"type": "string"}}}}, "publishedAt": {"type": "string"}, "publishedRegions": {"type": "array"}, "related": {"type": "object", "properties": {"relatedArticles": {"type": "array"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}}}, "shortTitle": {"type": "null"}, "title": {"type": "string"}, "type": {"type": "string"}, "updatedAt": {"type": "object", "properties": {"time": {"type": "string"}, "unit": {"type": "string"}}}, "url": {"type": "string"}}}}, "basicInfo": {"type": "object", "properties": {"badge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "country": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "newsTag": {"type": "object", "properties": {"categoryId": {"type": "string"}, "teamId": {"type": "string"}}}}}, "nextOrCurrentMatch": {"type": "object", "properties": {"activeSport": {"type": "string"}, "awayTeamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "awayTeamName": {"type": "string"}, "awayTeamScore": {"type": "string"}, "eventStatus": {"type": "string"}, "finishDateTimeString": {"type": "string"}, "homeTeamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "homeTeamName": {"type": "string"}, "homeTeamScore": {"type": "string"}, "id": {"type": "string"}, "isFinishedAfterPenalties": {"type": "boolean"}, "isOutdated": {"type": "boolean"}, "media": {"type": "object", "properties": {"12": {"type": "array", "items": {"type": "object", "properties": {"allowedCountries": {"type": "array", "items": {"type": "string"}}, "eventId": {"type": "string"}, "provider": {"type": "string"}, "type": {"type": "string"}}}}, "29": {"type": "array", "items": {"type": "object", "properties": {"streamhls": {"type": "string"}}}}, "32": {"type": "array", "items": {"type": "object", "properties": {"ageRestricted": {"type": "string"}, "articleId": {"type": "string"}, "type": {"type": "string"}}}}}}, "penaltyAwayScore": {"type": "integer"}, "penaltyHomeScore": {"type": "integer"}, "providerIds": {"type": "object", "properties": {"12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}}}, "scores": {"type": "object", "properties": {"aggregateAwayScore": {"type": "string"}, "aggregateHomeScore": {"type": "string"}, "awayOvertimeScore": {"type": "string"}, "awayTeamName": {"type": "string"}, "awayTeamScore": {"type": "string"}, "awayTeamSlug": {"type": "string"}, "eventId": {"type": "string"}, "homeOvertimeScore": {"type": "string"}, "homeTeamName": {"type": "string"}, "homeTeamScore": {"type": "string"}, "homeTeamSlug": {"type": "string"}, "penaltyAwayScore": {"type": "integer"}, "penaltyHomeScore": {"type": "integer"}, "scoresByPeriod": {"type": "array", "items": {"type": "object", "properties": {"away": {"type": "object"}, "home": {"type": "object"}, "label": {"type": "string"}, "shouldDisplayFirst": {"type": "boolean"}}}}, "status": {"type": "object", "properties": {"isFinished": {"type": "boolean"}, "isInProgress": {"type": "boolean"}, "isNotStarted": {"type": "boolean"}, "liveTime": {"type": "string"}, "status": {"type": "string"}}}, "statusInt": {"type": "null"}}}, "slug": {"type": "string"}, "stageId": {"type": "string"}, "startDateTimeString": {"type": "string"}, "status": {"type": "string"}, "warning": {"type": "boolean"}}}, "results": {"type": "array", "items": {"type": "object", "properties": {"activeSport": {"type": "string"}, "awayTeamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "awayTeamName": {"type": "string"}, "awayTeamScore": {"type": "string"}, "eventStatus": {"type": "string"}, "finishDateTimeString": {"type": "string"}, "homeTeamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "homeTeamName": {"type": "string"}, "homeTeamScore": {"type": "string"}, "id": {"type": "string"}, "isFinishedAfterPenalties": {"type": "boolean"}, "isOutdated": {"type": "boolean"}, "media": {"type": "object"}, "penaltyAwayScore": {"type": "integer"}, "penaltyHomeScore": {"type": "integer"}, "providerIds": {"type": "object", "properties": {"12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}}}, "scores": {"type": "object", "properties": {"aggregateAwayScore": {"type": "string"}, "aggregateHomeScore": {"type": "string"}, "awayOvertimeScore": {"type": "string"}, "awayTeamName": {"type": "string"}, "awayTeamScore": {"type": "string"}, "awayTeamSlug": {"type": "string"}, "eventId": {"type": "string"}, "homeOvertimeScore": {"type": "string"}, "homeTeamName": {"type": "string"}, "homeTeamScore": {"type": "string"}, "homeTeamSlug": {"type": "string"}, "penaltyAwayScore": {"type": "integer"}, "penaltyHomeScore": {"type": "integer"}, "scoresByPeriod": {"type": "array", "items": {"type": "object", "properties": {"away": {"type": "object"}, "home": {"type": "object"}, "label": {"type": "string"}, "shouldDisplayFirst": {"type": "boolean"}}}}, "status": {"type": "object", "properties": {"isFinished": {"type": "boolean"}, "isInProgress": {"type": "boolean"}, "isNotStarted": {"type": "boolean"}, "liveTime": {"type": "string"}, "status": {"type": "string"}}}, "statusInt": {"type": "integer"}}}, "slug": {"type": "string"}, "stageId": {"type": "string"}, "startDateTimeString": {"type": "string"}, "status": {"type": "string"}, "warning": {"type": "boolean"}, "winner": {"type": "string"}}}}, "teamTabs": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "id": {"type": "string"}, "isDisabled": {"type": "boolean"}, "name": {"type": "string"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/123eeb30-b978-4590-9b93-140476ffa9a3/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/table-all
scores/matches/table-all
200
Example_1
{"data": {"additionalInfo": [], "country": "champions-league", "countryName": "Champions League", "hideLeagueTableBadges": false, "isLimitedOversMatch": false, "isSplit": false, "kind": "all", "name": "Champions League: Regular Season", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "subName": "", "teams": [{"draws": 0, "goalsAgainst": 9, "goalsDiff": 12, "goalsFor": 21, "hasMatchInProgress": false, "id": "1702", "losses": 0, "lossesOT": 0, "name": "Vaexjoe", "played": 4, "points": 11, "rank": 1, "reg": 3, "slug": "/en/basketball/team/vaexjoe/1702/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/409.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/409.png"}, "wins": 4, "winsOT": 0}, {"draws": 0, "goalsAgainst": 8, "goalsDiff": 10, "goalsFor": 18, "hasMatchInProgress": false, "id": "1446", "losses": 0, "lossesOT": 0, "name": "Ilves", "played": 4, "points": 11, "rank": 2, "reg": 3, "slug": "/en/basketball/team/ilves/1446/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/309.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/309.png"}, "wins": 4, "winsOT": 0}, {"draws": 0, "goalsAgainst": 8, "goalsDiff": 11, "goalsFor": 19, "hasMatchInProgress": false, "id": "1486", "losses": 1, "lossesOT": 0, "name": "EHC RB Muenchen", "played": 4, "points": 10, "rank": 3, "reg": 3, "slug": "/en/basketball/team/ehc-rb-muenchen/1486/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/555.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/555.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 6, "goalsDiff": 8, "goalsFor": 14, "hasMatchInProgress": false, "id": "1578", "losses": 1, "lossesOT": 0, "name": "Adler Mannheim", "played": 4, "points": 10, "rank": 4, "reg": 3, "slug": "/en/basketball/team/adler-mannheim/1578/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/436.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/436.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 6, "goalsDiff": 12, "goalsFor": 18, "hasMatchInProgress": false, "id": "1596", "losses": 1, "lossesOT": 0, "name": "Faerjestad", "played": 4, "points": 9, "rank": 5, "reg": 3, "slug": "/en/basketball/team/faerjestad/1596/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/363.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/363.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 9, "goalsDiff": 11, "goalsFor": 20, "hasMatchInProgress": false, "id": "1484", "losses": 1, "lossesOT": 0, "name": "Geneve-Servette", "played": 4, "points": 9, "rank": 6, "reg": 3, "slug": "/en/basketball/team/geneve-servette/1484/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/372.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/372.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 8, "goalsDiff": 8, "goalsFor": 16, "hasMatchInProgress": false, "id": "1377", "losses": 1, "lossesOT": 0, "name": "Dynamo Pardubice", "played": 4, "points": 9, "rank": 7, "reg": 3, "slug": "/en/basketball/team/dynamo-pardubice/1377/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/330.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/330.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 11, "goalsDiff": 3, "goalsFor": 14, "hasMatchInProgress": false, "id": "1457", "losses": 1, "lossesOT": 0, "name": "Lukko", "played": 4, "points": 9, "rank": 8, "reg": 3, "slug": "/en/basketball/team/lukko/1457/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/308.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/308.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 12, "goalsDiff": -1, "goalsFor": 11, "hasMatchInProgress": false, "id": "1449", "losses": 1, "lossesOT": 0, "name": "ERC Ingolstadt", "played": 4, "points": 9, "rank": 9, "reg": 3, "slug": "/en/basketball/team/erc-ingolstadt/1449/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/441.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/441.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": 6, "goalsFor": 13, "hasMatchInProgress": false, "id": "1800", "losses": 1, "lossesOT": 0, "name": "Tappara", "played": 4, "points": 7, "rank": 10, "reg": 1, "slug": "/en/basketball/team/tappara/1800/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/310.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/310.png"}, "wins": 3, "winsOT": 1}, {"draws": 0, "goalsAgainst": 8, "goalsDiff": 4, "goalsFor": 12, "hasMatchInProgress": false, "id": "1625", "losses": 2, "lossesOT": 0, "name": "Skellefteaa", "played": 4, "points": 6, "rank": 11, "reg": 2, "slug": "/en/basketball/team/skellefteaa/1625/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/414.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/414.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 11, "goalsDiff": 3, "goalsFor": 14, "hasMatchInProgress": false, "id": "1509", "losses": 2, "lossesOT": 0, "name": "Pelicans", "played": 4, "points": 6, "rank": 12, "reg": 2, "slug": "/en/basketball/team/pelicans/1509/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/312.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/312.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 10, "goalsDiff": 0, "goalsFor": 10, "hasMatchInProgress": false, "id": "1520", "losses": 2, "lossesOT": 0, "name": "Biel", "played": 4, "points": 6, "rank": 13, "reg": 2, "slug": "/en/basketball/team/biel/1520/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/131528.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/131528.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 11, "goalsDiff": -1, "goalsFor": 10, "hasMatchInProgress": false, "id": "1499", "losses": 2, "lossesOT": 0, "name": "Vitkovice", "played": 4, "points": 6, "rank": 14, "reg": 1, "slug": "/en/basketball/team/vitkovice/1499/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/331.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/331.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 18, "goalsDiff": -8, "goalsFor": 10, "hasMatchInProgress": false, "id": "1431", "losses": 2, "lossesOT": 0, "name": "Innsbruck", "played": 4, "points": 6, "rank": 15, "reg": 2, "slug": "/en/basketball/team/innsbruck/1431/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/456.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 17, "goalsDiff": -2, "goalsFor": 15, "hasMatchInProgress": false, "id": "1787", "losses": 2, "lossesOT": 0, "name": "Rapperswil-Jona Lakers", "played": 4, "points": 5, "rank": 16, "reg": 1, "slug": "/en/basketball/team/rapperswil-jona-lakers/1787/overview/", "stagePhases": [{"className": "light-blue", "label": "championshipPlayOff", "pos": 48}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/538.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/538.png"}, "wins": 2, "winsOT": 1}, {"draws": 0, "goalsAgainst": 15, "goalsDiff": -2, "goalsFor": 13, "hasMatchInProgress": false, "id": "1465", "losses": 3, "lossesOT": 1, "name": "Trinec", "played": 4, "points": 4, "rank": 17, "reg": 1, "slug": "/en/basketball/team/trinec/1465/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/325.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/325.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 11, "goalsDiff": -3, "goalsFor": 8, "hasMatchInProgress": false, "id": "1378", "losses": 3, "lossesOT": 0, "name": "Salzburg", "played": 4, "points": 3, "rank": 18, "reg": 1, "slug": "/en/basketball/team/salzburg/1378/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/457.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/457.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 11, "goalsDiff": -5, "goalsFor": 6, "hasMatchInProgress": false, "id": "1410", "losses": 3, "lossesOT": 0, "name": "Belfast Giants", "played": 4, "points": 3, "rank": 19, "reg": 1, "slug": "/en/basketball/team/belfast-giants/1410/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/785329.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/785329.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 22, "goalsDiff": -14, "goalsFor": 8, "hasMatchInProgress": false, "id": "1502", "losses": 3, "lossesOT": 0, "name": "Rouen", "played": 4, "points": 3, "rank": 20, "reg": 1, "slug": "/en/basketball/team/rouen/1502/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/161449.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/161449.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 21, "goalsDiff": -10, "goalsFor": 11, "hasMatchInProgress": false, "id": "1826", "losses": 4, "lossesOT": 0, "name": "Stavanger", "played": 4, "points": 1, "rank": 21, "reg": 0, "slug": "/en/basketball/team/stavanger/1826/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/513.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/513.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 21, "goalsDiff": -16, "goalsFor": 5, "hasMatchInProgress": false, "id": "1380", "losses": 4, "lossesOT": 1, "name": "Aalborg Pirates", "played": 4, "points": 1, "rank": 22, "reg": 0, "slug": "/en/basketball/team/aalborg-pirates/1380/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/268.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/268.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 16, "goalsDiff": -9, "goalsFor": 7, "hasMatchInProgress": false, "id": "1475", "losses": 4, "lossesOT": 0, "name": "Kosice", "played": 4, "points": 0, "rank": 23, "reg": 0, "slug": "/en/basketball/team/kosice/1475/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/348.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/348.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 21, "goalsDiff": -17, "goalsFor": 4, "hasMatchInProgress": false, "id": "1372", "losses": 4, "lossesOT": 0, "name": "Bolzano", "played": 4, "points": 0, "rank": 24, "reg": 0, "slug": "/en/basketball/team/bolzano/1372/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/161463.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/161463.png"}, "wins": 0, "winsOT": 0}], "url": "/basketball/champions-league/champions-league-regular-season"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"additionalInfo": {"type": "array"}, "country": {"type": "string"}, "countryName": {"type": "string"}, "hideLeagueTableBadges": {"type": "boolean"}, "isLimitedOversMatch": {"type": "boolean"}, "isSplit": {"type": "boolean"}, "kind": {"type": "string"}, "name": {"type": "string"}, "stagePhases": {"type": "array", "items": {"type": "object", "properties": {"className": {"type": "string"}, "label": {"type": "string"}, "pos": {"type": "integer"}}}}, "subName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"draws": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "goalsDiff": {"type": "integer"}, "goalsFor": {"type": "integer"}, "hasMatchInProgress": {"type": "boolean"}, "id": {"type": "string"}, "losses": {"type": "integer"}, "lossesOT": {"type": "integer"}, "name": {"type": "string"}, "played": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "reg": {"type": "integer"}, "slug": {"type": "string"}, "stagePhases": {"type": "array"}, "teamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "wins": {"type": "integer"}, "winsOT": {"type": "integer"}}}}, "url": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/08958ce7-f227-4252-a4c2-55d2ebede245/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/h2h-away
scores/matches/h2h-away
200
Example_1
{"data": [{"events": [{"awayName": "Rayo Vallecano", "awayScore": "0", "awaySlug": "enet/8370.png", "homeName": "Cadiz", "homeScore": "0", "homeSlug": "enet/8385.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230927193000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Villarreal", "awayScore": "1", "awaySlug": "enet/10205.png", "homeName": "Rayo Vallecano", "homeScore": "1", "homeSlug": "enet/8370.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230924141500", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Deportivo Alaves", "awayScore": "0", "awaySlug": "enet/9866.png", "homeName": "Rayo Vallecano", "homeScore": "2", "homeSlug": "enet/8370.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230915190000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}], "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}}, {"events": [{"awayName": "Rayo Vallecano", "awayScore": "2", "awaySlug": "enet/8370.png", "homeName": "Alcorcon", "homeScore": "1", "homeSlug": "enet/161750.png", "stage": {"category": "club-friendlies", "countryId": "555", "countryName": "Club Friendlies", "flagAlt": "Club Friendlies", "flagUrl": "club-friendlies", "isCup": true, "isStageHidden": false, "stageCode": "club-friendlies", "stageId": "13788-Club Friendlies 2023-555", "stageName": "Club Friendlies 2023"}, "startDateTimeString": "20230907183000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}], "stage": {"category": "club-friendlies", "countryId": "555", "countryName": "Club Friendlies", "flagAlt": "Club Friendlies", "flagUrl": "club-friendlies", "isCup": true, "isStageHidden": false, "stageCode": "club-friendlies", "stageId": "13788-Club Friendlies 2023-555", "stageName": "Club Friendlies 2023"}}, {"events": [{"awayName": "Rayo Vallecano", "awayScore": "0", "awaySlug": "enet/8370.png", "homeName": "Real Betis", "homeScore": "1", "homeSlug": "enet/8603.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230902190000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}, {"awayName": "Atletico Madrid", "awayScore": "7", "awaySlug": "enet/9906.png", "homeName": "Rayo Vallecano", "homeScore": "0", "homeSlug": "enet/8370.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230828193000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Rayo Vallecano", "awayScore": "2", "awaySlug": "enet/8370.png", "homeName": "Granada", "homeScore": "0", "homeSlug": "enet/7878.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230821193000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Rayo Vallecano", "awayScore": "2", "awaySlug": "enet/8370.png", "homeName": "Almeria", "homeScore": "0", "homeSlug": "enet/9865.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230811173000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}], "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}}, {"events": [{"awayName": "Rayo Vallecano", "awayScore": "1", "awaySlug": "enet/8370.png", "homeName": "Brighton", "homeScore": "1", "homeSlug": "enet/10204.png", "stage": {"category": "club-friendlies", "countryId": "555", "countryName": "Club Friendlies", "flagAlt": "Club Friendlies", "flagUrl": "club-friendlies", "isCup": true, "isStageHidden": false, "stageCode": "club-friendlies", "stageId": "13788-Club Friendlies 2023-555", "stageName": "Club Friendlies 2023"}, "startDateTimeString": "20230806140000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Rayo Vallecano", "awayScore": "2", "awaySlug": "enet/8370.png", "homeName": "Real Valladolid", "homeScore": "3", "homeSlug": "enet/10281.png", "stage": {"category": "club-friendlies", "countryId": "555", "countryName": "Club Friendlies", "flagAlt": "Club Friendlies", "flagUrl": "club-friendlies", "isCup": true, "isStageHidden": false, "stageCode": "club-friendlies", "stageId": "13788-Club Friendlies 2023-555", "stageName": "Club Friendlies 2023"}, "startDateTimeString": "20230802183000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}], "stage": {"category": "club-friendlies", "countryId": "555", "countryName": "Club Friendlies", "flagAlt": "Club Friendlies", "flagUrl": "club-friendlies", "isCup": true, "isStageHidden": false, "stageCode": "club-friendlies", "stageId": "13788-Club Friendlies 2023-555", "stageName": "Club Friendlies 2023"}}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"awayName": {"type": "string"}, "awayScore": {"type": "string"}, "awaySlug": {"type": "string"}, "homeName": {"type": "string"}, "homeScore": {"type": "string"}, "homeSlug": {"type": "string"}, "stage": {"type": "object", "properties": {"category": {"type": "string"}, "countryId": {"type": "string"}, "countryName": {"type": "string"}, "flagAlt": {"type": "string"}, "flagUrl": {"type": "string"}, "isCup": {"type": "boolean"}, "isStageHidden": {"type": "boolean"}, "stageCode": {"type": "string"}, "stageId": {"type": "string"}, "stageName": {"type": "string"}}}, "startDateTimeString": {"type": "string"}, "status": {"type": "integer"}, "statusCode": {"type": "string"}, "statusId": {"type": "integer"}, "winner": {"type": "string"}}}}, "stage": {"type": "object", "properties": {"category": {"type": "string"}, "countryId": {"type": "string"}, "countryName": {"type": "string"}, "flagAlt": {"type": "string"}, "flagUrl": {"type": "string"}, "isCup": {"type": "boolean"}, "isStageHidden": {"type": "boolean"}, "stageCode": {"type": "string"}, "stageId": {"type": "string"}, "stageName": {"type": "string"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/83c00228-e3a9-4855-be4f-1fd7b2421866/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/h2h-home
scores/matches/h2h-home
200
Example_1
{"data": [{"events": [{"awayName": "Almeria", "awayScore": "1", "awaySlug": "enet/9865.png", "homeName": "Sevilla", "homeScore": "5", "homeSlug": "enet/8302.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230926170000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}, {"awayName": "Valencia", "awayScore": "2", "awaySlug": "enet/10267.png", "homeName": "Almeria", "homeScore": "2", "homeSlug": "enet/9865.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230923190000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Almeria", "awayScore": "1", "awaySlug": "enet/9865.png", "homeName": "Villarreal", "homeScore": "2", "homeSlug": "enet/10205.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230917141500", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}, {"awayName": "Celta Vigo", "awayScore": "3", "awaySlug": "enet/9910.png", "homeName": "Almeria", "homeScore": "2", "homeSlug": "enet/9865.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230901200000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Almeria", "awayScore": "1", "awaySlug": "enet/9865.png", "homeName": "Cadiz", "homeScore": "1", "homeSlug": "enet/8385.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230826170000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Real Madrid", "awayScore": "3", "awaySlug": "enet/8633.png", "homeName": "Almeria", "homeScore": "1", "homeSlug": "enet/9865.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230819173000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Rayo Vallecano", "awayScore": "2", "awaySlug": "enet/8370.png", "homeName": "Almeria", "homeScore": "0", "homeSlug": "enet/9865.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}, "startDateTimeString": "20230811173000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}], "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "14500-LaLiga-195", "stageName": "LaLiga"}}, {"events": [{"awayName": "Granada", "awayScore": "0", "awaySlug": "enet/7878.png", "homeName": "Almeria", "homeScore": "1", "homeSlug": "enet/9865.png", "stage": {"category": "club-friendlies", "countryId": "555", "countryName": "Club Friendlies", "flagAlt": "Club Friendlies", "flagUrl": "club-friendlies", "isCup": true, "isStageHidden": false, "stageCode": "club-friendlies", "stageId": "13788-Club Friendlies 2023-555", "stageName": "Club Friendlies 2023"}, "startDateTimeString": "20230805180000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}, {"awayName": "Antequera CF", "awayScore": "1", "awaySlug": "enet/161849.png", "homeName": "Almeria", "homeScore": "1", "homeSlug": "enet/9865.png", "stage": {"category": "club-friendlies", "countryId": "555", "countryName": "Club Friendlies", "flagAlt": "Club Friendlies", "flagUrl": "club-friendlies", "isCup": true, "isStageHidden": false, "stageCode": "club-friendlies", "stageId": "13788-Club Friendlies 2023-555", "stageName": "Club Friendlies 2023"}, "startDateTimeString": "20230731073000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Malaga", "awayScore": "1", "awaySlug": "enet/9864.png", "homeName": "Almeria", "homeScore": "0", "homeSlug": "enet/9865.png", "stage": {"category": "club-friendlies", "countryId": "555", "countryName": "Club Friendlies", "flagAlt": "Club Friendlies", "flagUrl": "club-friendlies", "isCup": true, "isStageHidden": false, "stageCode": "club-friendlies", "stageId": "13788-Club Friendlies 2023-555", "stageName": "Club Friendlies 2023"}, "startDateTimeString": "20230727173000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}], "stage": {"category": "club-friendlies", "countryId": "555", "countryName": "Club Friendlies", "flagAlt": "Club Friendlies", "flagUrl": "club-friendlies", "isCup": true, "isStageHidden": false, "stageCode": "club-friendlies", "stageId": "13788-Club Friendlies 2023-555", "stageName": "Club Friendlies 2023"}}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"awayName": {"type": "string"}, "awayScore": {"type": "string"}, "awaySlug": {"type": "string"}, "homeName": {"type": "string"}, "homeScore": {"type": "string"}, "homeSlug": {"type": "string"}, "stage": {"type": "object", "properties": {"category": {"type": "string"}, "countryId": {"type": "string"}, "countryName": {"type": "string"}, "flagAlt": {"type": "string"}, "flagUrl": {"type": "string"}, "isCup": {"type": "boolean"}, "isStageHidden": {"type": "boolean"}, "stageCode": {"type": "string"}, "stageId": {"type": "string"}, "stageName": {"type": "string"}}}, "startDateTimeString": {"type": "string"}, "status": {"type": "integer"}, "statusCode": {"type": "string"}, "statusId": {"type": "integer"}, "winner": {"type": "string"}}}}, "stage": {"type": "object", "properties": {"category": {"type": "string"}, "countryId": {"type": "string"}, "countryName": {"type": "string"}, "flagAlt": {"type": "string"}, "flagUrl": {"type": "string"}, "isCup": {"type": "boolean"}, "isStageHidden": {"type": "boolean"}, "stageCode": {"type": "string"}, "stageId": {"type": "string"}, "stageName": {"type": "string"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/05befde1-7318-46d2-b341-7df0c43dfb9b/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/lineups
scores/matches/lineups
200
Example_1
{"data": {"lineups": {"awayCoach": [{"minOut": "", "name": "Francisco Rodriguez", "playerId": "72917", "position": "COACH", "positionId": 10, "shortName": "F. Rodriguez"}], "awayStarters": [{"fieldPosition": "1:1", "minOut": "", "name": "Stole Dimitrievski", "number": 1, "playerId": "18471", "position": "GOALKEEPER", "positionId": 1, "shortName": "S. Dimitrievski"}, {"fieldPosition": "2:1", "minOut": "", "name": "Ivan Balliu", "number": 20, "playerId": "18475", "position": "DEFENDER", "positionId": 2, "shortName": "I. Balliu"}, {"fieldPosition": "2:2", "minOut": "", "name": "Florian Lejeune", "number": 24, "playerId": "19253", "position": "DEFENDER", "positionId": 2, "shortName": "F. Lejeune"}, {"fieldPosition": "2:3", "minOut": "", "name": "Aridane", "number": 5, "playerId": "18536", "position": "DEFENDER", "positionId": 2, "shortName": "Aridane"}, {"fieldPosition": "2:4", "minOut": "", "name": "Alfonso Espino", "number": 22, "playerId": "31814", "position": "DEFENDER", "positionId": 2, "shortName": "A. Espino"}, {"card": "FootballYellowCard", "fieldPosition": "3:1", "minOut": "", "name": "Unai Lopez", "number": 17, "playerId": "18480", "position": "MIDFIELDER", "positionId": 3, "shortName": "U. Lopez", "sub": {"name": "Unai Lopez", "playerId": "18480", "shortName": "U. Lopez", "subPlayerId": "18486", "subTime": "46'", "subType": "FootballSubOut", "team": "AWAY"}}, {"card": "FootballYellowCard", "fieldPosition": "3:2", "minOut": "", "name": "\u00d3scar Valent\u00edn", "number": 23, "playerId": "18488", "position": "MIDFIELDER", "positionId": 3, "shortName": "\u00d3. Valent\u00edn", "sub": {"name": "\u00d3scar Valent\u00edn", "playerId": "18488", "shortName": "\u00d3. Valent\u00edn", "subPlayerId": "54604", "subTime": "86'", "subType": "FootballSubOut", "team": "AWAY"}}, {"fieldPosition": "4:1", "goal": {"amt": 1, "type": "FootballGoalPen"}, "minOut": "", "name": "Isi Palazon", "number": 7, "playerId": "18483", "position": "MIDFIELDER", "positionId": 3, "shortName": "I. Palazon"}, {"fieldPosition": "4:2", "minOut": "", "name": "Oscar Trejo", "number": 8, "playerId": "18469", "position": "MIDFIELDER", "positionId": 3, "shortName": "O. Trejo", "sub": {"name": "Oscar Trejo", "playerId": "18469", "shortName": "O. Trejo", "subPlayerId": "31805", "subTime": "63'", "subType": "FootballSubOut", "team": "AWAY"}}, {"card": "FootballYellowCard", "fieldPosition": "4:3", "minOut": "", "name": "Alvaro Garcia", "number": 18, "playerId": "18478", "position": "MIDFIELDER", "positionId": 3, "shortName": "A. Garcia", "sub": {"name": "Alvaro Garcia", "playerId": "18478", "shortName": "A. Garcia", "subPlayerId": "18390", "subTime": "86'", "subType": "FootballSubOut", "team": "AWAY"}}, {"fieldPosition": "5:1", "goal": {"amt": 1, "type": "FootballGoalPen"}, "minOut": "", "name": "Randy Nteka", "number": 11, "playerId": "18491", "position": "FORWARD", "positionId": 4, "shortName": "R. Nteka", "sub": {"name": "Randy Nteka", "playerId": "18491", "shortName": "R. Nteka", "subPlayerId": "18470", "subTime": "82'", "subType": "FootballSubOut", "team": "AWAY"}}], "awaySubs": [{"minOut": "", "name": "Miguel Angel Morro", "number": 30, "playerId": "27857", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "M. Morro"}, {"minOut": "", "name": "Pep Chavarria", "number": 3, "playerId": "18390", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "P. Chavarria", "sub": {"name": "Pep Chavarria", "playerId": "18390", "shortName": "P. Chavarria", "subPlayerId": "18478", "subTime": "86'", "subType": "FootballSubIn", "team": "AWAY"}}, {"minOut": "", "name": "Abdul Mumin", "number": 16, "playerId": "21454", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "A. Mumin"}, {"minOut": "", "name": "Jorge Moreno", "number": 27, "playerId": "49600", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "J. Moreno"}, {"minOut": "", "name": "Bebe", "number": 10, "playerId": "18473", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "Bebe"}, {"minOut": "", "name": "Salvi Sanchez", "number": 19, "playerId": "31805", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "S. Sanchez", "sub": {"name": "Salvi Sanchez", "playerId": "31805", "shortName": "S. Sanchez", "subPlayerId": "18469", "subTime": "63'", "subType": "FootballSubIn", "team": "AWAY"}}, {"minOut": "", "name": "Pathe Ciss", "number": 21, "playerId": "18486", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "P. Ciss", "sub": {"name": "Pathe Ciss", "playerId": "18486", "shortName": "P. Ciss", "subPlayerId": "18480", "subTime": "46'", "subType": "FootballSubIn", "team": "AWAY"}}, {"minOut": "", "name": "Pablo Munoz", "number": 28, "playerId": "54605", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "P. Munoz"}, {"minOut": "", "name": "Diego Mendez", "number": 29, "playerId": "54604", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "D. Mendez", "sub": {"name": "Diego Mendez", "playerId": "54604", "shortName": "D. Mendez", "subPlayerId": "18488", "subTime": "86'", "subType": "FootballSubIn", "team": "AWAY"}}, {"minOut": "", "name": "Jose Pozo", "number": 6, "playerId": "49599", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "J. Pozo"}, {"minOut": "", "name": "Falcao", "number": 9, "playerId": "18470", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "Falcao", "sub": {"name": "Radamel Falcao", "playerId": "18470", "shortName": "Falcao", "subPlayerId": "18491", "subTime": "82'", "subType": "FootballSubIn", "team": "AWAY"}}], "homeCoach": [{"minOut": "", "name": "Vicente Moreno", "playerId": "75615", "position": "COACH", "positionId": 10, "shortName": "V. Moreno"}], "homeStarters": [{"fieldPosition": "1:1", "minOut": "", "name": "Diego Marino", "number": 1, "playerId": "19115", "position": "GOALKEEPER", "positionId": 1, "shortName": "D. Marino"}, {"fieldPosition": "2:1", "minOut": "", "name": "Pozo", "number": 17, "playerId": "19195", "position": "DEFENDER", "positionId": 2, "shortName": "Pozo", "sub": {"name": "Alejandro Pozo", "playerId": "19195", "shortName": "Pozo", "subPlayerId": "19074", "subTime": "66'", "subType": "FootballSubOut", "team": "HOME"}}, {"fieldPosition": "2:2", "minOut": "", "name": "Edgar Gonzalez", "number": 3, "playerId": "18418", "position": "DEFENDER", "positionId": 2, "shortName": "E. Gonzalez"}, {"fieldPosition": "2:3", "minOut": "", "name": "Srdjan Babic", "number": 22, "playerId": "19187", "position": "DEFENDER", "positionId": 2, "shortName": "S. Babic"}, {"fieldPosition": "2:4", "minOut": "", "name": "Sergio Akieme", "number": 15, "playerId": "19196", "position": "DEFENDER", "positionId": 2, "shortName": "S. Akieme"}, {"fieldPosition": "3:1", "minOut": "", "name": "Iddrisu Baba", "number": 4, "playerId": "18702", "position": "MIDFIELDER", "positionId": 3, "shortName": "I. Baba", "sub": {"name": "Iddrisu Baba", "playerId": "18702", "shortName": "I. Baba", "subPlayerId": "19061", "subTime": "77'", "subType": "FootballSubOut", "team": "HOME"}}, {"fieldPosition": "3:2", "minOut": "", "name": "Lucas Robertone", "number": 5, "playerId": "19197", "position": "MIDFIELDER", "positionId": 3, "shortName": "L. Robertone", "sub": {"name": "Lucas Robertone", "playerId": "19197", "shortName": "L. Robertone", "subPlayerId": "3057", "subTime": "78'", "subType": "FootballSubOut", "team": "HOME"}}, {"fieldPosition": "4:1", "minOut": "", "name": "Lazaro Vinicius Marques", "number": 14, "playerId": "55843", "position": "MIDFIELDER", "positionId": 3, "shortName": "L. V. Marques", "sub": {"name": "Lazaro Vinicius Marques", "playerId": "55843", "shortName": "L. V. Marques", "subPlayerId": "1187766", "subTime": "46'", "subType": "FootballSubOut", "team": "HOME"}}, {"card": "FootballYellowCard", "fieldPosition": "4:2", "minOut": "", "name": "Largie Ramazani", "number": 7, "playerId": "19201", "position": "MIDFIELDER", "positionId": 3, "shortName": "L. Ramazani", "sub": {"name": "Largie Ramazani", "playerId": "19201", "shortName": "L. Ramazani", "subPlayerId": "35619", "subTime": "83'", "subType": "FootballSubOut", "team": "HOME"}}, {"fieldPosition": "4:3", "minOut": "", "name": "Adri Embarba", "number": 10, "playerId": "18340", "position": "MIDFIELDER", "positionId": 3, "shortName": "A. Embarba"}, {"fieldPosition": "5:1", "minOut": "", "name": "Luis Suarez", "number": 9, "playerId": "26759", "position": "FORWARD", "positionId": 4, "shortName": "L. Suarez"}], "homeSubs": [{"minOut": "", "name": "Fernando Martinez", "number": 13, "playerId": "19184", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "F. Martinez"}, {"minOut": "", "name": "Kaiky Melo", "number": 2, "playerId": "5736", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "K. Melo"}, {"minOut": "", "name": "Alex Centelles", "number": 20, "playerId": "19202", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "A. Centelles"}, {"minOut": "", "name": "Chumi", "number": 21, "playerId": "19193", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "Chumi"}, {"minOut": "", "name": "Dion Lopy", "number": 6, "playerId": "3057", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "D. Lopy", "sub": {"name": "Dion Lopy", "playerId": "3057", "shortName": "D. Lopy", "subPlayerId": "19197", "subTime": "78'", "subType": "FootballSubIn", "team": "HOME"}}, {"minOut": "", "name": "Arnau Puigmal", "number": 8, "playerId": "19200", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "A. Puigmal"}, {"minOut": "", "name": "Gonzalo Melero", "number": 11, "playerId": "19061", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "G. Melero", "sub": {"name": "Gonzalo Melero", "playerId": "19061", "shortName": "G. Melero", "subPlayerId": "18702", "subTime": "77'", "subType": "FootballSubIn", "team": "HOME"}}, {"minOut": "", "name": "Marc Pubill Pages", "number": 18, "playerId": "19074", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "M. P. Pages", "sub": {"name": "Marc Pubill Pages", "playerId": "19074", "shortName": "M. P. Pages", "subPlayerId": "19195", "subTime": "66'", "subType": "FootballSubIn", "team": "HOME"}}, {"minOut": "", "name": "Sergio Arribas", "number": 19, "playerId": "54228", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "S. Arribas"}, {"minOut": "", "name": "Gui", "number": 28, "playerId": "21470", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "Gui"}, {"minOut": "", "name": "Marko Milovanovic", "number": 29, "playerId": "35619", "position": "SUBSTITUTE_PLAYER", "positionId": 5, "shortName": "M. Milovanovic", "sub": {"name": "Marko Milovanovic", "playerId": "35619", "shortName": "M. Milovanovic", "subPlayerId": "19201", "subTime": "83'", "subType": "FootballSubIn", "team": "HOME"}}]}, "subs": {"awaySubIn": [{"name": "Pathe Ciss", "playerId": "18486", "shortName": "P. Ciss", "subPlayerId": "18480", "subTime": "46'", "subType": "FootballSubIn", "team": "AWAY"}, {"name": "Salvi Sanchez", "playerId": "31805", "shortName": "S. Sanchez", "subPlayerId": "18469", "subTime": "63'", "subType": "FootballSubIn", "team": "AWAY"}, {"name": "Radamel Falcao", "playerId": "18470", "shortName": "Falcao", "subPlayerId": "18491", "subTime": "82'", "subType": "FootballSubIn", "team": "AWAY"}, {"name": "Diego Mendez", "playerId": "54604", "shortName": "D. Mendez", "subPlayerId": "18488", "subTime": "86'", "subType": "FootballSubIn", "team": "AWAY"}, {"name": "Pep Chavarria", "playerId": "18390", "shortName": "P. Chavarria", "subPlayerId": "18478", "subTime": "86'", "subType": "FootballSubIn", "team": "AWAY"}], "awaySubOut": [{"name": "Unai Lopez", "playerId": "18480", "shortName": "U. Lopez", "subPlayerId": "18486", "subTime": "46'", "subType": "FootballSubOut", "team": "AWAY"}, {"name": "Oscar Trejo", "playerId": "18469", "shortName": "O. Trejo", "subPlayerId": "31805", "subTime": "63'", "subType": "FootballSubOut", "team": "AWAY"}, {"name": "Randy Nteka", "playerId": "18491", "shortName": "R. Nteka", "subPlayerId": "18470", "subTime": "82'", "subType": "FootballSubOut", "team": "AWAY"}, {"name": "\u00d3scar Valent\u00edn", "playerId": "18488", "shortName": "\u00d3. Valent\u00edn", "subPlayerId": "54604", "subTime": "86'", "subType": "FootballSubOut", "team": "AWAY"}, {"name": "Alvaro Garcia", "playerId": "18478", "shortName": "A. Garcia", "subPlayerId": "18390", "subTime": "86'", "subType": "FootballSubOut", "team": "AWAY"}], "homeSubIn": [{"name": "Sergio Arribas", "playerId": "1187766", "shortName": "S. Arribas", "subPlayerId": "55843", "subTime": "46'", "subType": "FootballSubIn", "team": "HOME"}, {"name": "Marc Pubill Pages", "playerId": "19074", "shortName": "M. P. Pages", "subPlayerId": "19195", "subTime": "66'", "subType": "FootballSubIn", "team": "HOME"}, {"name": "Gonzalo Melero", "playerId": "19061", "shortName": "G. Melero", "subPlayerId": "18702", "subTime": "77'", "subType": "FootballSubIn", "team": "HOME"}, {"name": "Dion Lopy", "playerId": "3057", "shortName": "D. Lopy", "subPlayerId": "19197", "subTime": "78'", "subType": "FootballSubIn", "team": "HOME"}, {"name": "Marko Milovanovic", "playerId": "35619", "shortName": "M. Milovanovic", "subPlayerId": "19201", "subTime": "83'", "subType": "FootballSubIn", "team": "HOME"}], "homeSubOut": [{"name": "Lazaro Vinicius Marques", "playerId": "55843", "shortName": "L. V. Marques", "subPlayerId": "1187766", "subTime": "46'", "subType": "FootballSubOut", "team": "HOME"}, {"name": "Alejandro Pozo", "playerId": "19195", "shortName": "Pozo", "subPlayerId": "19074", "subTime": "66'", "subType": "FootballSubOut", "team": "HOME"}, {"name": "Iddrisu Baba", "playerId": "18702", "shortName": "I. Baba", "subPlayerId": "19061", "subTime": "77'", "subType": "FootballSubOut", "team": "HOME"}, {"name": "Lucas Robertone", "playerId": "19197", "shortName": "L. Robertone", "subPlayerId": "3057", "subTime": "78'", "subType": "FootballSubOut", "team": "HOME"}, {"name": "Largie Ramazani", "playerId": "19201", "shortName": "L. Ramazani", "subPlayerId": "35619", "subTime": "83'", "subType": "FootballSubOut", "team": "HOME"}]}}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"lineups": {"type": "object", "properties": {"awayCoach": {"type": "array", "items": {"type": "object", "properties": {"minOut": {"type": "string"}, "name": {"type": "string"}, "playerId": {"type": "string"}, "position": {"type": "string"}, "positionId": {"type": "integer"}, "shortName": {"type": "string"}}}}, "awayStarters": {"type": "array", "items": {"type": "object"}}, "awaySubs": {"type": "array", "items": {"type": "object"}}, "homeCoach": {"type": "array", "items": {"type": "object", "properties": {"minOut": {"type": "string"}, "name": {"type": "string"}, "playerId": {"type": "string"}, "position": {"type": "string"}, "positionId": {"type": "integer"}, "shortName": {"type": "string"}}}}, "homeStarters": {"type": "array", "items": {"type": "object"}}, "homeSubs": {"type": "array", "items": {"type": "object"}}}}, "subs": {"type": "object", "properties": {"awaySubIn": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "playerId": {"type": "string"}, "shortName": {"type": "string"}, "subPlayerId": {"type": "string"}, "subTime": {"type": "string"}, "subType": {"type": "string"}, "team": {"type": "string"}}}}, "awaySubOut": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "playerId": {"type": "string"}, "shortName": {"type": "string"}, "subPlayerId": {"type": "string"}, "subTime": {"type": "string"}, "subType": {"type": "string"}, "team": {"type": "string"}}}}, "homeSubIn": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "playerId": {"type": "string"}, "shortName": {"type": "string"}, "subPlayerId": {"type": "string"}, "subTime": {"type": "string"}, "subType": {"type": "string"}, "team": {"type": "string"}}}}, "homeSubOut": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "playerId": {"type": "string"}, "shortName": {"type": "string"}, "subPlayerId": {"type": "string"}, "subTime": {"type": "string"}, "subType": {"type": "string"}, "team": {"type": "string"}}}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/9dab1217-3bf8-4d07-8ab3-f9d3fcdd3785/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/stats
scores/matches/stats
200
Example_1
{"data": {"names": {"corners": "Corner Kicks", "counterAttacks": "Counter attacks", "crosses": "Crosses", "fouls": "Fouls", "goalKicks": "Goal kicks", "goalkeeperSaves": "Goalkeeper saves", "offsides": "Offsides", "possession": "Possession (%)", "redCards": "Red cards", "shotsBlocked": "Blocked Shots", "shotsOffTarget": "Shots off target", "shotsOnTarget": "Shots on target", "statistics": "Stats", "throwIns": "Throw ins", "treatments": "Treatments", "yellowCards": "Yellow cards", "yellowRedCards": "Yellow red cards"}, "values": {"corners": [4, 9], "counterAttacks": [0, 0], "crosses": [0, 0], "fouls": [12, 12], "goalKicks": [0, 0], "goalkeeperSaves": [4, 1], "offsides": [0, 1], "possession": [45, 55], "redCards": [0, 0], "shotsBlocked": [0, 0], "shotsOffTarget": [9, 19], "shotsOnTarget": [1, 5], "throwIns": [23, 19], "treatments": [null, null], "yellowCards": [1, 3], "yellowRedCards": [0, 0]}}, "message": "Successful", "status": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"names": {"type": "object", "properties": {"corners": {"type": "string"}, "counterAttacks": {"type": "string"}, "crosses": {"type": "string"}, "fouls": {"type": "string"}, "goalKicks": {"type": "string"}, "goalkeeperSaves": {"type": "string"}, "offsides": {"type": "string"}, "possession": {"type": "string"}, "redCards": {"type": "string"}, "shotsBlocked": {"type": "string"}, "shotsOffTarget": {"type": "string"}, "shotsOnTarget": {"type": "string"}, "statistics": {"type": "string"}, "throwIns": {"type": "string"}, "treatments": {"type": "string"}, "yellowCards": {"type": "string"}, "yellowRedCards": {"type": "string"}}, "required": ["corners", "counterAttacks", "crosses", "fouls", "goalKicks", "goalkeeperSaves", "offsides", "possession", "redCards", "shotsBlocked", "shotsOffTarget", "shotsOnTarget", "statistics", "throwIns", "treatments", "yellowCards", "yellowRedCards"]}, "values": {"type": "object", "properties": {"corners": {"type": "array", "items": {"type": "integer"}}, "counterAttacks": {"type": "array", "items": {"type": "integer"}}, "crosses": {"type": "array", "items": {"type": "integer"}}, "fouls": {"type": "array", "items": {"type": "integer"}}, "goalKicks": {"type": "array", "items": {"type": "integer"}}, "goalkeeperSaves": {"type": "array", "items": {"type": "integer"}}, "offsides": {"type": "array", "items": {"type": "integer"}}, "possession": {"type": "array", "items": {"type": "integer"}}, "redCards": {"type": "array", "items": {"type": "integer"}}, "shotsBlocked": {"type": "array", "items": {"type": "integer"}}, "shotsOffTarget": {"type": "array", "items": {"type": "integer"}}, "shotsOnTarget": {"type": "array", "items": {"type": "integer"}}, "throwIns": {"type": "array", "items": {"type": "integer"}}, "treatments": {"type": "array", "items": {"type": "null"}}, "yellowCards": {"type": "array", "items": {"type": "integer"}}, "yellowRedCards": {"type": "array", "items": {"type": "integer"}}}, "required": ["corners", "counterAttacks", "crosses", "fouls", "goalKicks", "goalkeeperSaves", "offsides", "possession", "redCards", "shotsBlocked", "shotsOffTarget", "shotsOnTarget", "throwIns", "treatments", "yellowCards", "yellowRedCards"]}}, "required": ["names", "values"]}, "message": {"type": "string"}, "status": {"type": "boolean"}}, "required": ["data", "message", "status"]}
30b1b267-7125-4e1b-8469-75539417f3dc/8a0eb78a-ebea-4c3e-806b-db14792280eb/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/summary-commentary
scores/matches/summary-commentary
200
Example_1
{"data": [{"text": "Rayo Vallecano with a deserved victory after a fine display", "time": "90+6'"}, {"text": "That's it! The referee blows the final whistle", "time": "90+6'"}, {"text": "Ball possession: Almeria: 60%, Rayo Vallecano: 40%.", "time": "90+5'"}, {"text": "The referee signals a free kick as Luis Suarez from Almeria trips Ivan Balliu", "time": "90+5'"}, {"text": "The referee signals a free kick as Luis Suarez from Almeria trips Isi Palazon", "time": "90+4'"}, {"text": "The referee signals a free kick as Dion Lopy from Almeria trips Salvi Sanchez", "time": "90+4'"}, {"text": "Almeria are trying to create something here.", "time": "90+3'"}, {"text": "Diego Mendez makes the tackle and wins possession for his team", "time": "90+2'"}, {"text": "Luis Suarez from Almeria heads the ball, but it's a terrible effort nowhere near the goal.", "time": "90+2'"}, {"text": "The cross by Marc Pubill from Almeria successfully finds a teammate in the box.", "time": "90+2'"}, {"text": "The fourth official shows there are 5 minute(s) of time to be added.", "time": "90+1'"}, {"text": "Dangerous challenge by Pathe Ciss from Rayo Vallecano. Gonzalo Melero on the receiving end of that.", "time": "90+1'"}, {"text": "Ball possession: Almeria: 59%, Rayo Vallecano: 41%.", "time": "90'"}, {"text": "Rayo Vallecano take a throw-in in their own half of the field.", "time": "90'"}, {"text": "Rayo Vallecano take a throw-in in the opponent's half of the field.", "time": "89'"}, {"text": "Goal kick for Rayo Vallecano.", "time": "89'"}, {"text": "Almeria are trying to create something here.", "time": "89'"}, {"text": "The referee signals a free kick as Radamel Falcao from Rayo Vallecano trips Dion Lopy", "time": "88'"}, {"text": "The referee signals a free kick as Pathe Ciss from Rayo Vallecano trips Sergio Arribas", "time": "88'"}, {"text": "Salvi Sanchez makes the tackle and wins possession for his team", "time": "88'"}, {"text": "Dangerous challenge by Adrian Embarba from Almeria. Alfonso Espino on the receiving end of that.", "time": "87'"}, {"text": "Almeria are in control of the ball.", "time": "87'"}, {"text": "Alvaro Garcia is leaving the field to be replaced by Pep Chavarria in a tactical substitution.", "time": "86'"}, {"text": "Oscar Valentin is leaving the field to be replaced by Diego Mendez in a tactical substitution.", "time": "86'"}, {"text": "Play has been stopped because there is a player lying on the pitch.", "time": "85'"}, {"text": "Ball possession: Almeria: 58%, Rayo Vallecano: 42%.", "time": "85'"}, {"text": "The referee signals a free kick as Srdjan Babic from Almeria trips Radamel Falcao", "time": "85'"}, {"text": "Ivan Balliu successfully blocks the shot", "time": "85'"}, {"text": "A shot by Luis Suarez is blocked.", "time": "85'"}, {"text": "Florian Lejeune from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "85'"}, {"text": "Alfonso Espino relieves the pressure with a clearance", "time": "85'"}, {"text": "The referee signals a free kick as Pathe Ciss from Rayo Vallecano trips Dion Lopy", "time": "84'"}, {"text": "Largie Ramazani is leaving the field to be replaced by Marko Milovanovic in a tactical substitution.", "time": "83'"}, {"text": "Oscar Valentin from Rayo Vallecano goes a bit too far there as the pulls down Largie Ramazani", "time": "83'"}, {"text": "Largie Ramazani from Almeria intercepts a cross aimed towards the box.", "time": "83'"}, {"text": "Alvaro Garcia swings in the ball from a corner on the left, but it is nowhere near a teammate.", "time": "83'"}, {"text": "Randy Nteka is leaving the field to be replaced by Radamel Falcao in a tactical substitution.", "time": "82'"}, {"text": "Edgar Gonzalez successfully blocks the shot", "time": "82'"}, {"text": "A shot by Alfonso Espino is blocked.", "time": "82'"}, {"text": "Rayo Vallecano are in control of the ball.", "time": "81'"}, {"text": "Goal kick for Rayo Vallecano.", "time": "81'"}, {"text": "Dion Lopy fails to find the target with a shot from outside the box", "time": "80'"}, {"text": "Ball possession: Almeria: 57%, Rayo Vallecano: 43%.", "time": "80'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "80'"}, {"text": "Alfonso Espino relieves the pressure with a clearance", "time": "80'"}, {"text": "Almeria with a potentially dangerous attack.", "time": "80'"}, {"text": "Rayo Vallecano take a throw-in in their own half of the field.", "time": "79'"}, {"text": "Good effort by Sergio Akieme as he directs a shot on target, but the keeper saves it", "time": "79'"}, {"text": "The game is restarted.", "time": "78'"}, {"text": "Lucas Robertone is leaving the field to be replaced by Dion Lopy in a tactical substitution.", "time": "78'"}, {"text": "Idrissu Baba is leaving the field to be replaced by Gonzalo Melero in a tactical substitution.", "time": "77'"}, {"text": "Water break. It's hot out there today and the game is paused so the players can take some liquids on-board.", "time": "76'"}, {"text": "The referee signals a free kick as Pathe Ciss from Rayo Vallecano trips Adrian Embarba", "time": "76'"}, {"text": "Idrissu Baba is penalised for pushing Isi Palazon.", "time": "75'"}, {"text": "Goal kick for Rayo Vallecano.", "time": "75'"}, {"text": "Ball possession: Almeria: 56%, Rayo Vallecano: 44%.", "time": "75'"}, {"text": "A chance presents itself to Sergio Arribas from Almeria but his header goes wide", "time": "75'"}, {"text": "The cross by Marc Pubill from Almeria successfully finds a teammate in the box.", "time": "75'"}, {"text": "Almeria take a throw-in in their own half of the field.", "time": "73'"}, {"text": "Lucas Robertone makes the tackle and wins possession for his team", "time": "73'"}, {"text": "Idrissu Baba is penalised for pushing Randy Nteka.", "time": "72'"}, {"text": "Srdjan Babic successfully blocks the shot", "time": "72'"}, {"text": "A shot by Isi Palazon is blocked.", "time": "72'"}, {"text": "Rayo Vallecano are trying to create something here.", "time": "71'"}, {"text": "Aridane Hernandez makes the tackle and wins possession for his team", "time": "70'"}, {"text": "Ball possession: Almeria: 61%, Rayo Vallecano: 39%.", "time": "70'"}, {"text": "Rayo Vallecano are trying to create something here.", "time": "69'"}, {"text": "Florian Lejeune successfully blocks the shot", "time": "69'"}, {"text": "A shot by Adrian Embarba is blocked.", "time": "69'"}, {"text": "Sergio Arribas creates a scoring opportunity for his teammate", "time": "69'"}, {"text": "Sergio Akieme makes the tackle and wins possession for his team", "time": "69'"}, {"text": "Rayo Vallecano start a counter attack.", "time": "68'"}, {"text": "Florian Lejeune from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "68'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "68'"}, {"text": "Pathe Ciss from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "68'"}, {"text": "Adrian Embarba swings in the ball from a corner on the right, but it is nowhere near a teammate.", "time": "68'"}, {"text": "Alfonso Espino relieves the pressure with a clearance", "time": "68'"}, {"text": "Sergio Arribas creates a scoring opportunity for his teammate", "time": "68'"}, {"text": "Almeria with a potentially dangerous attack.", "time": "68'"}, {"text": "Aridane Hernandez from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "67'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "67'"}, {"text": "Pathe Ciss is penalised for pushing Lucas Robertone.", "time": "67'"}, {"text": "Alejandro Pozo is leaving the field to be replaced by Marc Pubill in a tactical substitution.", "time": "66'"}, {"text": "Ball possession: Almeria: 60%, Rayo Vallecano: 40%.", "time": "65'"}, {"incident": "FootballYellowCard", "text": "Oscar Valentin pulls a player from the opposite team by the shirt and is booked.", "time": "65'"}, {"incident": "FootballYellowCard", "text": "The referee shows Largie Ramazani the yellow card for unsportsmanlike conduct.", "time": "65'"}, {"text": "Oscar Valentin from Rayo Vallecano goes a bit too far there as the pulls down Largie Ramazani", "time": "65'"}, {"text": "Sergio Akieme makes the tackle and wins possession for his team", "time": "64'"}, {"text": "Pathe Ciss makes the tackle and wins possession for his team", "time": "64'"}, {"text": "Goal kick for Rayo Vallecano.", "time": "63'"}, {"text": "The game is restarted.", "time": "63'"}, {"text": "Oscar Trejo is leaving the field to be replaced by Salvi Sanchez in a tactical substitution.", "time": "63'"}, {"text": "Play has been stopped because there is a player lying on the pitch.", "time": "63'"}, {"text": "The captain is forced to give away his armband, because he is leaving the field.", "time": "62'"}, {"text": "Adrian Embarba fails to find the target with a shot from outside the box", "time": "62'"}, {"text": "Florian Lejeune from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "62'"}, {"text": "Sergio Arribas swings in the ball from a corner on the right, but it is nowhere near a teammate.", "time": "62'"}, {"text": "Pathe Ciss from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "62'"}, {"text": "Adrian Embarba swings in the ball from a corner on the left, but it is nowhere near a teammate.", "time": "62'"}, {"text": "Isi Palazon from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "61'"}, {"text": "The referee signals a free kick as Oscar Valentin from Rayo Vallecano trips Adrian Embarba", "time": "61'"}, {"text": "Ball possession: Almeria: 60%, Rayo Vallecano: 40%.", "time": "60'"}, {"text": "Stole Dimitrievski from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "60'"}, {"text": "Almeria are trying to create something here.", "time": "60'"}, {"text": "A shot by Sergio Arribas is blocked.", "time": "60'"}, {"text": "Isi Palazon from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "60'"}, {"text": "Lucas Robertone swings in the ball from a corner on the right, but it is nowhere near a teammate.", "time": "60'"}, {"text": "Good effort by Largie Ramazani as he directs a shot on target, but the keeper saves it", "time": "59'"}, {"text": "Rayo Vallecano take a throw-in in the opponent's half of the field.", "time": "59'"}, {"text": "Largie Ramazani shoots from outside the box, but Stole Dimitrievski has it under control", "time": "58'"}, {"text": "Alfonso Espino from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "58'"}, {"text": "Almeria are trying to create something here.", "time": "58'"}, {"text": "Almeria take a throw-in in their own half of the field.", "time": "57'"}, {"text": "Idrissu Baba is penalised for pushing Ivan Balliu.", "time": "56'"}, {"text": "Pathe Ciss from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "56'"}, {"text": "The referee signals a free kick as Oscar Valentin from Rayo Vallecano trips Largie Ramazani", "time": "55'"}, {"text": "Ball possession: Almeria: 59%, Rayo Vallecano: 41%.", "time": "55'"}, {"text": "Goal kick for Rayo Vallecano.", "time": "55'"}, {"text": "Adrian Embarba fails to find the target with a shot from outside the box", "time": "54'"}, {"text": "The referee signals a free kick as Oscar Valentin from Rayo Vallecano trips Sergio Arribas", "time": "54'"}, {"text": "Almeria take a throw-in in their own half of the field.", "time": "54'"}, {"text": "Goal kick for Rayo Vallecano.", "time": "53'"}, {"text": "A chance presents itself to Srdjan Babic from Almeria but his header goes wide", "time": "53'"}, {"text": "Lucas Robertone from Almeria swings in the corner from the right.", "time": "53'"}, {"text": "Stole Dimitrievski from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "53'"}, {"text": "Almeria with a potentially dangerous attack.", "time": "53'"}, {"text": "Oscar Valentin from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "52'"}, {"text": "Lucas Robertone swings in the ball from a corner on the right, but it is nowhere near a teammate.", "time": "52'"}, {"text": "Alfonso Espino relieves the pressure with a clearance", "time": "52'"}, {"text": "Almeria are trying to create something here.", "time": "52'"}, {"incident": "FootballYellowCard", "text": "Alvaro Garcia pulls a player from the opposite team by the shirt and is booked.", "time": "51'"}, {"text": "Alvaro Garcia from Rayo Vallecano goes a bit too far there as the pulls down Idrissu Baba", "time": "51'"}, {"text": "The referee signals a free kick as Adrian Embarba from Almeria trips Ivan Balliu", "time": "50'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "50'"}, {"text": "Ball possession: Almeria: 60%, Rayo Vallecano: 40%.", "time": "50'"}, {"text": "Lucas Robertone makes the tackle and wins possession for his team", "time": "50'"}, {"text": "Rayo Vallecano are in control of the ball.", "time": "49'"}, {"text": "Rayo Vallecano take a throw-in in the opponent's half of the field.", "time": "48'"}, {"text": "Isi Palazon makes the tackle and wins possession for his team", "time": "48'"}, {"text": "Rayo Vallecano take a throw-in in their own half of the field.", "time": "48'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "47'"}, {"text": "Almeria are in control of the ball.", "time": "47'"}, {"text": "The referee signals a free kick as Oscar Trejo from Rayo Vallecano trips Lucas Robertone", "time": "46'"}, {"text": "Lazaro is leaving the field to be replaced by Sergio Arribas in a tactical substitution.", "time": "46'"}, {"text": "Unai Lopez is leaving the field to be replaced by Pathe Ciss in a tactical substitution.", "time": "46'"}, {"text": "The second half is underway.", "time": "46'"}, {"text": "Rayo Vallecano has been the better team in this half", "time": "45+7'"}, {"text": "It's over! The referee blows for half time", "time": "45+7'"}, {"text": "Ball possession: Almeria: 59%, Rayo Vallecano: 41%.", "time": "45+7'"}, {"text": "Good effort by Oscar Trejo as he directs a shot on target, but the keeper saves it", "time": "45+7'"}, {"text": "Rayo Vallecano take a throw-in in the opponent's half of the field.", "time": "45+6'"}, {"text": "Rayo Vallecano take a throw-in in the opponent's half of the field.", "time": "45+5'"}, {"text": "Diego Marino relieves the pressure with a clearance", "time": "45+5'"}, {"text": "Ball possession: Almeria: 58%, Rayo Vallecano: 42%.", "time": "45+5'"}, {"text": "Almeria are in control of the ball.", "time": "45+4'"}, {"text": "Lazaro from Almeria sends an effort wide of target", "time": "45+3'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "45+3'"}, {"text": "Florian Lejeune from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "45+3'"}, {"text": "Almeria are trying to create something here.", "time": "45+3'"}, {"text": "Almeria take a throw-in in their own half of the field.", "time": "45+2'"}, {"text": "Rayo Vallecano are in control of the ball.", "time": "45+2'"}, {"text": "Dangerous challenge by Unai Lopez from Rayo Vallecano. Lucas Robertone on the receiving end of that.", "time": "45+1'"}, {"text": "The fourth official shows there are 6 minute(s) of time to be added.", "time": "45+1'"}, {"text": "Lucas Robertone relieves the pressure with a clearance", "time": "45'"}, {"text": "A shot by Unai Lopez is blocked.", "time": "45'"}, {"text": "Unai Lopez shoots from outside the box, but Diego Marino has it under control", "time": "45'"}, {"text": "Ball possession: Almeria: 57%, Rayo Vallecano: 43%.", "time": "45'"}, {"text": "Safe hands from Stole Dimitrievski as he comes out and claims the ball", "time": "44'"}, {"text": "Ivan Balliu from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "44'"}, {"text": "The referee signals a free kick as Alfonso Espino from Rayo Vallecano trips Alejandro Pozo", "time": "44'"}, {"text": "Almeria are in control of the ball.", "time": "43'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "43'"}, {"text": "Alfonso Espino makes the tackle and wins possession for his team", "time": "42'"}, {"text": "Almeria are trying to create something here.", "time": "42'"}, {"text": "Randy Nteka relieves the pressure with a clearance", "time": "41'"}, {"text": "Almeria are trying to create something here.", "time": "41'"}, {"text": "Ball possession: Almeria: 54%, Rayo Vallecano: 46%.", "time": "40'"}, {"incident": "FootballYellowCard", "text": "Yellow card for Unai Lopez.", "time": "40'"}, {"text": "Reckless challenge there. Unai Lopez commits a rough foul on Luis Suarez", "time": "40'"}, {"text": "Stole Dimitrievski makes a crucial save!", "time": "39'"}, {"text": "Good effort by Luis Suarez as he directs a shot on target, but the keeper saves it", "time": "39'"}, {"text": "Largie Ramazani creates a scoring opportunity for his teammate", "time": "39'"}, {"text": "Almeria with a potentially dangerous attack.", "time": "39'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "39'"}, {"text": "Almeria are in control of the ball.", "time": "39'"}, {"text": "Alvaro Garcia from Rayo Vallecano is ruled offside.", "time": "38'"}, {"text": "Oscar Trejo makes the tackle and wins possession for his team", "time": "38'"}, {"text": "Goal kick for Rayo Vallecano.", "time": "38'"}, {"text": "Idrissu Baba fails to find the target with a shot from outside the box", "time": "37'"}, {"text": "Aridane Hernandez from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "37'"}, {"text": "Almeria with a potentially dangerous attack.", "time": "37'"}, {"text": "Oscar Trejo is penalised for pushing Idrissu Baba.", "time": "37'"}, {"text": "Alfonso Espino makes the tackle and wins possession for his team", "time": "36'"}, {"text": "Almeria are trying to create something here.", "time": "36'"}, {"text": "The referee signals a free kick as Randy Nteka from Rayo Vallecano trips Idrissu Baba", "time": "36'"}, {"text": "Almeria take a throw-in in their own half of the field.", "time": "35'"}, {"text": "The game is restarted.", "time": "35'"}, {"text": "Ball possession: Almeria: 49%, Rayo Vallecano: 51%.", "time": "35'"}, {"text": "Ivan Balliu is down injured and receives medical attention on the field.", "time": "34'"}, {"text": "Play has been stopped because there is a player lying on the pitch.", "time": "34'"}, {"text": "The referee signals a free kick as Sergio Akieme from Almeria trips Ivan Balliu", "time": "34'"}, {"text": "Stole Dimitrievski makes a crucial save!", "time": "34'"}, {"text": "Oooh... that was a sitter! Luis Suarez should have scored from that position", "time": "34'"}, {"text": "Good effort by Luis Suarez as he directs a shot on target, but the keeper saves it", "time": "34'"}, {"text": "Sergio Akieme creates a scoring opportunity for his teammate", "time": "34'"}, {"text": "Goal kick for Rayo Vallecano.", "time": "33'"}, {"text": "The game is restarted.", "time": "33'"}, {"text": "Water break. It's hot out there today and the game is paused so the players can take some liquids on-board.", "time": "31'"}, {"text": "Oooh... that was a sitter! Idrissu Baba should have scored from that position", "time": "31'"}, {"text": "A chance presents itself to Idrissu Baba from Almeria but his header goes wide", "time": "31'"}, {"text": "Adrian Embarba from Almeria swings in the corner from the right.", "time": "30'"}, {"text": "Aridane Hernandez relieves the pressure with a clearance", "time": "30'"}, {"text": "Almeria with a potentially dangerous attack.", "time": "30'"}, {"text": "Ball possession: Almeria: 48%, Rayo Vallecano: 52%.", "time": "30'"}, {"text": "Oscar Valentin from Rayo Vallecano goes a bit too far there as the pulls down Luis Suarez", "time": "30'"}, {"text": "Lazaro from Almeria commits a foul by elbowing Alfonso Espino", "time": "29'"}, {"text": "Almeria are in control of the ball.", "time": "29'"}, {"incident": "FootballGoalPen", "text": "G O O O A A A L - Randy Nteka from Rayo Vallecano puts it away from the penalty spot with the left foot! Diego Marino chose the wrong side.", "time": "28'"}, {"text": "PENALTY! - Sergio Akieme handles the ball in the penalty box! Heavy protests from Sergio Akieme but the ref is uninterested.", "time": "27'"}, {"text": "Aridane Hernandez from Rayo Vallecano heads towards goal but sees his effort blocked.", "time": "27'"}, {"text": "Isi Palazon from Rayo Vallecano swings in the corner from the right.", "time": "27'"}, {"text": "Rayo Vallecano are trying to create something here.", "time": "26'"}, {"text": "Sergio Akieme is penalised for pushing Oscar Trejo.", "time": "26'"}, {"text": "Adrian Embarba from Almeria swings in the corner from the right.", "time": "25'"}, {"text": "Ball possession: Almeria: 48%, Rayo Vallecano: 52%.", "time": "25'"}, {"text": "Lucas Robertone shoots from outside the box, but Stole Dimitrievski has it under control", "time": "25'"}, {"text": "Almeria are trying to create something here.", "time": "24'"}, {"text": "Dangerous challenge by Unai Lopez from Rayo Vallecano. Lazaro on the receiving end of that.", "time": "24'"}, {"text": "Safe hands from Stole Dimitrievski as he comes out and claims the ball", "time": "23'"}, {"text": "Almeria are in control of the ball.", "time": "22'"}, {"text": "The game is restarted.", "time": "22'"}, {"text": "Play has been stopped while the referee talks to the players.", "time": "22'"}, {"text": "The referee signals a free kick as Alvaro Garcia from Rayo Vallecano trips Largie Ramazani", "time": "21'"}, {"text": "Rayo Vallecano managed to score the important first goal. Will they build on that?", "time": "21'"}, {"incident": "FootballGoalPen", "text": "G O O O A A A L - Isi Palazon from Rayo Vallecano puts it away from the penalty spot with the left foot! Diego Marino chose the wrong side.", "time": "20'"}, {"text": "Ball possession: Almeria: 38%, Rayo Vallecano: 62%.", "time": "20'"}, {"text": "Edgar Gonzalez could cost his team a goal after a defensive blunder.", "time": "19'"}, {"text": "PENALTY - Edgar Gonzalez from Almeria concedes a penalty for dangerous play against Randy Nteka.", "time": "18'"}, {"text": "The cross by Ivan Balliu from Rayo Vallecano successfully finds a teammate in the box.", "time": "18'"}, {"text": "Rayo Vallecano are in control of the ball.", "time": "17'"}, {"text": "Rayo Vallecano take a throw-in in the opponent's half of the field.", "time": "17'"}, {"text": "Srdjan Babic from Almeria intercepts a cross aimed towards the box.", "time": "17'"}, {"text": "Rayo Vallecano are trying to create something here.", "time": "17'"}, {"text": "Rayo Vallecano take a throw-in in their own half of the field.", "time": "16'"}, {"text": "Oscar Valentin from Rayo Vallecano goes a bit too far there as the pulls down Lazaro", "time": "16'"}, {"text": "Lucas Robertone makes the tackle and wins possession for his team", "time": "15'"}, {"text": "Alfonso Espino makes the tackle and wins possession for his team", "time": "15'"}, {"text": "Ball possession: Almeria: 36%, Rayo Vallecano: 64%.", "time": "15'"}, {"text": "Oscar Trejo is penalised for pushing Edgar Gonzalez.", "time": "15'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "14'"}, {"text": "Aridane Hernandez from Rayo Vallecano intercepts a cross aimed towards the box.", "time": "14'"}, {"text": "Almeria are in control of the ball.", "time": "13'"}, {"text": "Srdjan Babic from Almeria intercepts a cross aimed towards the box.", "time": "13'"}, {"text": "Rayo Vallecano are trying to create something here.", "time": "13'"}, {"text": "Randy Nteka wins an air challenge against Edgar Gonzalez", "time": "13'"}, {"text": "Goal kick for Rayo Vallecano.", "time": "13'"}, {"text": "Adrian Embarba from Almeria sends an effort wide of target", "time": "12'"}, {"text": "The cross by Alejandro Pozo from Almeria successfully finds a teammate in the box.", "time": "12'"}, {"text": "Almeria are in control of the ball.", "time": "12'"}, {"text": "Aridane Hernandez from Rayo Vallecano goes a bit too far there as the pulls down Luis Suarez", "time": "12'"}, {"text": "Edgar Gonzalez relieves the pressure with a clearance", "time": "12'"}, {"text": "Rayo Vallecano take a throw-in in the opponent's half of the field.", "time": "11'"}, {"text": "Luis Suarez from Almeria is ruled offside.", "time": "11'"}, {"text": "Goal kick for Almeria.", "time": "11'"}, {"text": "Isi Palazon goes for goal on the direct free kick, but the shot sails wide", "time": "11'"}, {"text": "Ball possession: Almeria: 30%, Rayo Vallecano: 70%.", "time": "10'"}, {"text": "Obstruction as Srdjan Babic cuts off the run of Oscar Trejo. A free-kick is awarded.", "time": "9'"}, {"text": "Rayo Vallecano are trying to create something here.", "time": "9'"}, {"text": "Idrissu Baba relieves the pressure with a clearance", "time": "8'"}, {"text": "Rayo Vallecano with a potentially dangerous attack.", "time": "8'"}, {"text": "Rayo Vallecano are in control of the ball.", "time": "8'"}, {"text": "Largie Ramazani hand-balls.", "time": "7'"}, {"text": "Almeria start a counter attack.", "time": "7'"}, {"text": "Safe hands from Stole Dimitrievski as he comes out and claims the ball", "time": "7'"}, {"text": "Almeria are in control of the ball.", "time": "7'"}, {"text": "Safe hands from Diego Marino as he comes out and claims the ball", "time": "7'"}, {"text": "Idrissu Baba from Almeria intercepts a cross aimed towards the box.", "time": "6'"}, {"text": "Unai Lopez swings in the ball from a corner on the left, but it is nowhere near a teammate.", "time": "6'"}, {"text": "Lucas Robertone could cost his team a goal after a defensive blunder.", "time": "6'"}, {"text": "Almeria take a throw-in in their own half of the field.", "time": "6'"}, {"text": "Alejandro Pozo relieves the pressure with a clearance", "time": "6'"}, {"text": "Rayo Vallecano take a throw-in in the opponent's half of the field.", "time": "5'"}, {"text": "Ball possession: Almeria: 36%, Rayo Vallecano: 64%.", "time": "5'"}, {"text": "Goal kick for Almeria.", "time": "4'"}, {"text": "A chance presents itself to Randy Nteka from Rayo Vallecano but his header goes wide", "time": "4'"}, {"text": "The cross by Ivan Balliu from Rayo Vallecano successfully finds a teammate in the box.", "time": "4'"}, {"text": "Rayo Vallecano are trying to create something here.", "time": "3'"}, {"text": "Largie Ramazani from Almeria concedes a foul on Oscar Valentin but the referee decides against stopping the play and waves play on!", "time": "3'"}, {"text": "Rayo Vallecano are trying to create something here.", "time": "3'"}, {"text": "Unai Lopez makes the tackle and wins possession for his team", "time": "3'"}, {"text": "Almeria are in control of the ball.", "time": "2'"}, {"text": "Lucas Robertone makes the tackle and wins possession for his team", "time": "2'"}, {"text": "Rayo Vallecano take a throw-in in their own half of the field.", "time": "2'"}, {"text": "Almeria take a throw-in in the opponent's half of the field.", "time": "2'"}, {"text": "Florian Lejeune is penalised for pushing Luis Suarez.", "time": "1'"}, {"text": "Almeria take a throw-in in their own half of the field.", "time": "1'"}, {"text": "The pitch is in good condition today allowing for more technical play", "time": "1'"}, {"text": "A perfect day for football with glorious sunshine.", "time": "1'"}, {"text": "Rayo Vallecano kick-off, and the game is underway.", "time": "1'"}, {"text": "The referee starts the match.", "time": "1'"}, {"text": "Welcome to Power Horse Stadium, the match will start in about 5 minutes.", "time": ""}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object"}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/05e23beb-00fc-431f-ab25-4ed5d6296473/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/info
scores/matches/info
200
Example_1
{"data": {"activeSport": "football", "awayFullTimeScore": "0", "awayTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9925.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9925.png"}, "awayTeamId": "4700", "awayTeamName": "Celtic", "awayTeamNewsParams": {"categoryId": "2021020913320920836", "teamId": "863"}, "awayTeamScore": "0", "categoryName": "Champions League", "categorySlug": "/en/football/champions-league/", "countryId": "130", "eventStatus": "PAST", "finishDateTimeString": "20230919205810", "flagAlt": "champions-league", "flagUrl": "champions-league", "hasComments": true, "hasData": true, "hasIncidents": true, "hasMedia": true, "hasPredictionArticles": false, "hasStats": true, "homeFullTimeScore": "2", "homeTeamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10235.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10235.png"}, "homeTeamId": "449", "homeTeamName": "Feyenoord", "homeTeamNewsParams": {"categoryId": "2021020913320920836", "teamId": "406"}, "homeTeamScore": "2", "id": "1071846", "isActive": false, "isEventOutdated": true, "isFinishedAfterPenalties": false, "isOutdated": true, "lineupMessage": null, "media": {"LSBetEvent": {"isAvailable": false, "isOutdated": true, "streamingLink": ""}, "LSMediaEvent": {"isAvailable": false, "state": "disabled"}, "hasAnyStreamingEvent": false}, "overallStatusId": 2, "penaltyAwayScore": 0, "penaltyHomeScore": 0, "pollId": "43458721", "predictionArticles": [], "providerIds": {"1": "4315033", "6": "43458721", "8": "1071846", "12": "SBTE_29305644", "15": "29361", "28": "1216621522", "32": "2859082"}, "referees": [{"country": "Bosnia and Herzegovina", "countryId": "70", "kindId": 0, "name": "Irfan Peljto"}], "round": 1, "scores": {"aggregateAwayScore": "", "aggregateHomeScore": "", "awayOvertimeScore": "", "awayTeamName": "Celtic", "awayTeamScore": "0", "awayTeamSlug": "/en/football/team/celtic/4700/overview/", "eventId": "1071846", "homeOvertimeScore": "", "homeTeamName": "Feyenoord", "homeTeamScore": "2", "homeTeamSlug": "/en/football/team/feyenoord/449/overview/", "penaltyAwayScore": 0, "penaltyHomeScore": 0, "scoresByPeriod": [{"away": {"score": "0"}, "home": {"score": "1"}, "label": "matchScore.halfTimeShort", "shouldDisplayFirst": false}, {"away": {"score": "0"}, "home": {"score": "2"}, "label": "matchScore.fullTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.extraTimeShort", "shouldDisplayFirst": false}, {"away": {}, "home": {}, "label": "matchScore.penaltyTimeShort", "shouldDisplayFirst": true}], "status": {"isFinished": true, "isInProgress": false, "isNotStarted": false, "liveTime": "", "status": "fullTime"}, "statusInt": 2}, "slug": "/en/football/champions-league/group-e/feyenoord-vs-celtic/1071846/", "spectators": 44008, "sportId": "1", "stageId": "15541", "stageName": "Group E", "stageSlug": "/en/football/champions-league/group-e/", "startDateTimeString": "20230919190000", "status": "FT", "streamingMedia": {"12": [{"allowedCountries": ["IE"], "eventId": "RTE 2", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "RTL 7", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports 1", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["GB", "IE"], "eventId": "TNT Sports Extra", "provider": "ABELSON", "type": "TV_CHANNEL"}, {"allowedCountries": ["NL"], "eventId": "Ziggo Sport Voetbal", "provider": "ABELSON", "type": "TV_CHANNEL"}], "15": [{"allowedCountries": ["IE"], "entryId": "0_ungbpina", "isLive": "false", "startTime": "1695147900000", "thumbnail": "https://assets.streamplay.streamamg.com/football/3001401/fixture/29361/assets/1920_thumbnail.png"}]}, "tabs": [{"href": "info/", "id": "Info", "name": "matchTabs.Info"}, {"href": "", "id": "Summary", "name": "matchTabs.Summary"}, {"href": "prediction/", "id": "Prediction", "isVisible": false, "name": "matchTabs.Prediction"}, {"href": "stats/", "id": "Statistics", "name": "matchTabs.Statistics"}, {"href": "lineups/", "id": "Lineups", "name": "matchTabs.Lineups"}, {"href": "livescore-6/", "id": "LS6-not-started", "isVisible": false, "name": "LiveScore 6", "subId": "Livescore_6"}, {"href": "table/", "id": "Table", "name": "matchTabs.Table"}, {"href": "livescore-6/", "id": "LS6-started", "isVisible": false, "name": "LiveScore 6", "subId": "Livescore_6"}, {"href": "news/", "id": "News", "name": "matchTabs.News"}, {"href": "h2h/", "id": "H2H", "name": "matchTabs.H2H"}], "trackerPollId": "43458721", "venue": "de Kuip", "warning": false, "winner": "HOME", "winnerId": "449"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"activeSport": {"type": "string"}, "awayFullTimeScore": {"type": "string"}, "awayTeamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "awayTeamId": {"type": "string"}, "awayTeamName": {"type": "string"}, "awayTeamNewsParams": {"type": "object", "properties": {"categoryId": {"type": "string"}, "teamId": {"type": "string"}}}, "awayTeamScore": {"type": "string"}, "categoryName": {"type": "string"}, "categorySlug": {"type": "string"}, "countryId": {"type": "string"}, "eventStatus": {"type": "string"}, "finishDateTimeString": {"type": "string"}, "flagAlt": {"type": "string"}, "flagUrl": {"type": "string"}, "hasComments": {"type": "boolean"}, "hasData": {"type": "boolean"}, "hasIncidents": {"type": "boolean"}, "hasMedia": {"type": "boolean"}, "hasPredictionArticles": {"type": "boolean"}, "hasStats": {"type": "boolean"}, "homeFullTimeScore": {"type": "string"}, "homeTeamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "homeTeamId": {"type": "string"}, "homeTeamName": {"type": "string"}, "homeTeamNewsParams": {"type": "object", "properties": {"categoryId": {"type": "string"}, "teamId": {"type": "string"}}}, "homeTeamScore": {"type": "string"}, "id": {"type": "string"}, "isActive": {"type": "boolean"}, "isEventOutdated": {"type": "boolean"}, "isFinishedAfterPenalties": {"type": "boolean"}, "isOutdated": {"type": "boolean"}, "lineupMessage": {"type": "null"}, "media": {"type": "object", "properties": {"LSBetEvent": {"type": "object", "properties": {"isAvailable": {"type": "boolean"}, "isOutdated": {"type": "boolean"}, "streamingLink": {"type": "string"}}}, "LSMediaEvent": {"type": "object", "properties": {"isAvailable": {"type": "boolean"}, "state": {"type": "string"}}}, "hasAnyStreamingEvent": {"type": "boolean"}}}, "overallStatusId": {"type": "integer"}, "penaltyAwayScore": {"type": "integer"}, "penaltyHomeScore": {"type": "integer"}, "pollId": {"type": "string"}, "predictionArticles": {"type": "array"}, "providerIds": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}, "15": {"type": "string"}, "28": {"type": "string"}, "32": {"type": "string"}}}, "referees": {"type": "array", "items": {"type": "object", "properties": {"country": {"type": "string"}, "countryId": {"type": "string"}, "kindId": {"type": "integer"}, "name": {"type": "string"}}}}, "round": {"type": "integer"}, "scores": {"type": "object", "properties": {"aggregateAwayScore": {"type": "string"}, "aggregateHomeScore": {"type": "string"}, "awayOvertimeScore": {"type": "string"}, "awayTeamName": {"type": "string"}, "awayTeamScore": {"type": "string"}, "awayTeamSlug": {"type": "string"}, "eventId": {"type": "string"}, "homeOvertimeScore": {"type": "string"}, "homeTeamName": {"type": "string"}, "homeTeamScore": {"type": "string"}, "homeTeamSlug": {"type": "string"}, "penaltyAwayScore": {"type": "integer"}, "penaltyHomeScore": {"type": "integer"}, "scoresByPeriod": {"type": "array", "items": {"type": "object", "properties": {"away": {"type": "object"}, "home": {"type": "object"}, "label": {"type": "string"}, "shouldDisplayFirst": {"type": "boolean"}}}}, "status": {"type": "object", "properties": {"isFinished": {"type": "boolean"}, "isInProgress": {"type": "boolean"}, "isNotStarted": {"type": "boolean"}, "liveTime": {"type": "string"}, "status": {"type": "string"}}}, "statusInt": {"type": "integer"}}}, "slug": {"type": "string"}, "spectators": {"type": "integer"}, "sportId": {"type": "string"}, "stageId": {"type": "string"}, "stageName": {"type": "string"}, "stageSlug": {"type": "string"}, "startDateTimeString": {"type": "string"}, "status": {"type": "string"}, "streamingMedia": {"type": "object", "properties": {"12": {"type": "array", "items": {"type": "object", "properties": {"allowedCountries": {"type": "array", "items": {"type": "string"}}, "eventId": {"type": "string"}, "provider": {"type": "string"}, "type": {"type": "string"}}}}, "15": {"type": "array", "items": {"type": "object", "properties": {"allowedCountries": {"type": "array", "items": {"type": "string"}}, "entryId": {"type": "string"}, "isLive": {"type": "string"}, "startTime": {"type": "string"}, "thumbnail": {"type": "string"}}}}}}, "tabs": {"type": "array", "items": {"type": "object"}}, "trackerPollId": {"type": "string"}, "venue": {"type": "string"}, "warning": {"type": "boolean"}, "winner": {"type": "string"}, "winnerId": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/46582249-0306-4c0e-b4b1-a4f57341d90b/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/list-live
scores/matches/list-live
200
Example_1
{"data": {"Stages": [{"Ccd": "mexico", "Ccdiso": "MEX", "Chi": 0, "Cid": "117", "Cnm": "Mexico", "CompD": "Mexico", "CompId": "418", "CompN": "Liga MX: Apertura", "CompST": "Mexico", "Csnm": "Mexico", "Events": [{"ComX": 1, "EO": 807289711, "EOX": 807289711, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "963890", "Epr": 1, "Eps": "HT", "Ern": 10, "ErnInf": "10", "Esd": 20230930010000, "Esid": 10, "Et": 1, "IncsX": 1, "LuC": 1, "LuUT": 20230930011210, "LuX": 1, "Media": {"12": [{"allowedCountries": ["NG", "NL"], "eventId": "drwr2s2bkr3mabor3sl6awro4", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NL"], "eventId": "2256069", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4188454", "6": "41678981", "8": "963890", "12": "SBTE_29402025", "32": "2807290"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "885831", "6": "74323", "8": "14352", "12": "SBTC3_44525", "30": "d45d97d0-bd50-442b-b231-c410407576d6", "32": "20681"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "mexico", "Ccdiso": "MEX", "Chi": 0, "Cid": "117", "Cnm": "Mexico", "CompD": "Mexico", "CompId": "418", "CompN": "Liga MX: Apertura", "CompST": "Mexico", "Csnm": "Mexico", "Scd": "liga-mx-apertura", "Scu": 0, "Sdn": "Liga MX: Apertura", "Sds": "Liga MX: Apertura", "Shi": 0, "Sid": "14352", "Snm": "Liga MX: Apertura", "badgeUrl": "2023-mexico-liga-mx.png", "firstColor": "ffffff"}, "SubsX": 0, "T1": [{"Abr": "QUE", "CoId": "MEX", "CoNm": "Mexico", "Gd": 1, "HasVideo": false, "ID": "3478", "Img": "enet/1943.png", "Nm": "Queretaro FC", "Pids": {"1": ["1943"], "6": ["1951"], "8": ["3478"], "12": ["SBTP_65717"], "30": ["8d54a2b1-cee5-4785-960f-0a0f76d48a76"], "32": ["2769"]}, "tbd": 0}], "T2": [{"Abr": "LEO", "CoId": "MEX", "CoNm": "Mexico", "Gd": 1, "HasVideo": false, "ID": "3477", "Img": "enet/1841.png", "Nm": "Leon", "Pids": {"1": ["1841"], "6": ["36534"], "8": ["3477"], "12": ["SBTP_71250"], "30": ["b93c4f57-f3f5-4d3a-baaf-86533e9ce9b0"], "32": ["2711"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "1", "Tr2OR": "1", "Trh1": "0", "Trh2": "1", "href_match": "/en/football/mexico/liga-mx-apertura/queretaro-fc-vs-leon/963890/"}], "Scd": "liga-mx-apertura", "Scu": 0, "Sdn": "Liga MX: Apertura", "Sds": "Liga MX: Apertura", "Shi": 0, "Sid": "14352", "Snm": "Liga MX: Apertura", "badgeUrl": "2023-mexico-liga-mx.png", "firstColor": "ffffff"}, {"Ccd": "brazil", "Ccdiso": "BRA", "Chi": 0, "Cid": "172", "Cnm": "Brazil", "Csnm": "Brazil", "Events": [{"ComX": 1, "EO": 807289711, "EOX": 807289711, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "903419", "Epr": 1, "Eps": "87'", "Ern": 30, "ErnInf": "30", "Esd": 20230930003000, "Esid": 3, "Et": 1, "IncsX": 1, "LuC": 1, "LuX": 1, "Media": {"12": [{"allowedCountries": ["NG", "NL"], "eventId": "ctfuaolm5d6rt20rpa5727bx0", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NL"], "eventId": "2257275", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4123519", "6": "39464199", "8": "903419", "12": "SBTE_29397481", "32": "2780471"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "884005", "6": "72239", "8": "13185", "12": "SBTC3_39039", "32": "19008"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "brazil", "Ccdiso": "BRA", "Chi": 0, "Cid": "172", "Cnm": "Brazil", "Csnm": "Brazil", "Scd": "serie-b", "Scu": 0, "Sdn": "Serie B", "Sds": "Serie B", "Shi": 0, "Sid": "13185", "Snm": "Serie B", "badgeUrl": "2023-brazil-serie-b.png", "firstColor": "FFDC02"}, "SubsX": 0, "T1": [{"Abr": "VIT", "CoId": "BRA", "CoNm": "Brazil", "Gd": 1, "HasVideo": false, "ID": "4509", "Img": "enet/7733.png", "Nm": "Vitoria", "Pids": {"1": ["7733"], "6": ["1962"], "8": ["4509"], "12": ["SBTP_2922"], "32": ["189"]}, "tbd": 0}], "T2": [{"Abr": "TOM", "CoId": "BRA", "CoNm": "Brazil", "Gd": 1, "HasVideo": false, "ID": "4969", "Img": "enet/414725.png", "Nm": "Tombense FC", "Pids": {"1": ["414725"], "6": ["87202"], "8": ["4969"], "12": ["SBTP_119568"], "32": ["1997"]}, "tbd": 0}], "Tr1": "1", "Tr1OR": "1", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0", "href_match": "/en/football/brazil/serie-b/vitoria-vs-tombense-fc/903419/"}], "Scd": "serie-b", "Scu": 0, "Sdn": "Serie B", "Sds": "Serie B", "Shi": 0, "Sid": "13185", "Snm": "Serie B", "badgeUrl": "2023-brazil-serie-b.png", "firstColor": "FFDC02"}, {"Ccd": "canada", "Ccdiso": "CAN", "Chi": 0, "Cid": "65", "Cnm": "Canada", "Csnm": "Canada", "Events": [{"ComX": 0, "EO": 807157775, "EOX": 807157775, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "891684", "Epr": 1, "Eps": "54'", "Ern": 1, "ErnInf": "1", "Esd": 20230930010000, "Esid": 3, "Et": 1, "IncsX": 1, "LuC": 0, "LuX": 0, "Pid": 8, "Pids": {"1": "4113277", "6": "39092347", "8": "891684", "12": "SBTE_29419570"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883805", "6": "72017", "8": "13048", "12": "SBTC3_187982"}, "Spid": 1, "StatX": 0, "Stg": {"Ccd": "canada", "Ccdiso": "CAN", "Chi": 0, "Cid": "65", "Cnm": "Canada", "Csnm": "Canada", "Scd": "premier-league", "Scu": 0, "Sdn": "Premier League", "Sds": "Premier League", "Shi": 0, "Sid": "13048", "Snm": "Premier League"}, "SubsX": 0, "T1": [{"Abr": "CAV", "CoId": "CAN", "CoNm": "Canada", "Gd": 1, "HasVideo": false, "ID": "9959", "Img": "enet/1022952.png", "Nm": "Cavalry FC", "Pids": {"1": ["1022952"], "6": ["543877"], "8": ["9959"], "12": ["SBTP_519752"], "32": ["24876"]}, "tbd": 0}], "T2": [{"Abr": "VAL", "CoId": "CAN", "CoNm": "Canada", "Gd": 1, "HasVideo": false, "ID": "10621", "Img": "enet/1022956.png", "Nm": "Valour FC", "Pids": {"1": ["1022956"], "6": ["543885"], "8": ["10621"], "12": ["SBTP_674704"], "32": ["24871"]}, "tbd": 0}], "Tr1": "2", "Tr1OR": "2", "Tr2": "1", "Tr2OR": "1", "Trh1": "1", "Trh2": "1", "href_match": "/en/football/canada/premier-league/cavalry-fc-vs-valour-fc/891684/"}], "Scd": "premier-league", "Scu": 0, "Sdn": "Premier League", "Sds": "Premier League", "Shi": 0, "Sid": "13048", "Snm": "Premier League"}, {"Ccd": "colombia", "Ccdiso": "COL", "Chi": 0, "Cid": "57", "Cnm": "Colombia", "CompD": "Colombia", "CompId": "182", "CompN": "Primera A: Clausura", "CompST": "Colombia", "Csnm": "Colombia", "Events": [{"ComX": 1, "EO": 807289631, "EOX": 807289631, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "883040", "Epr": 1, "Eps": "HT", "Esd": 20230930011000, "Esid": 10, "Et": 1, "Ewt": 0, "IncsX": 1, "LuC": 0, "LuX": 0, "Pid": 8, "Pids": {"1": "4104841", "6": "42129447", "8": "883040", "12": "SBTE_29409139", "32": "2772403"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883670", "6": "75429", "8": "12957", "12": "SBTC3_33073", "30": "98c50156-12a8-4f51-adde-0a508bc98f41", "32": "18952"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "colombia", "Ccdiso": "COL", "Chi": 0, "Cid": "57", "Cnm": "Colombia", "CompD": "Colombia", "CompId": "182", "CompN": "Primera A: Clausura", "CompST": "Colombia", "Csnm": "Colombia", "Scd": "primera-a-clausura", "Scu": 0, "Sdn": "Primera A: Clausura", "Sds": "Primera A: Clausura", "Shi": 0, "Sid": "12957", "Snm": "Primera A: Clausura", "badgeUrl": "2023-colombia-primera-a.png", "firstColor": "C8102E"}, "SubsX": 1, "T1": [{"Abr": "TOL", "CoId": "COL", "CoNm": "Colombia", "Gd": 1, "HasVideo": false, "ID": "6411", "Img": "enet/1894.png", "Nm": "Tolima", "Pids": {"1": ["1894"], "6": ["6111"], "8": ["6411"], "12": ["SBTP_16262"], "15": ["1699"], "30": ["8bdcab85-09e4-4504-a2f9-13f8384e9c68"], "32": ["2307"]}, "tbd": 0}], "T2": [{"Abr": "CHI", "CoId": "COL", "CoNm": "Colombia", "Gd": 1, "HasVideo": false, "ID": "7576", "Img": "enet/6255.png", "Nm": "Chico FC", "Pids": {"1": ["6255"], "6": ["6107"], "8": ["7576"], "12": ["SBTP_18225"], "30": ["83b65b5a-0e16-4631-b605-f964972c1fc6"], "32": ["2302"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0", "href_match": "/en/football/colombia/primera-a-clausura/tolima-vs-chico-fc/883040/"}], "Scd": "primera-a-clausura", "Scu": 0, "Sdn": "Primera A: Clausura", "Sds": "Primera A: Clausura", "Shi": 0, "Sid": "12957", "Snm": "Primera A: Clausura", "badgeUrl": "2023-colombia-primera-a.png", "firstColor": "C8102E"}, {"Ccd": "honduras", "Ccdiso": "HND", "Chi": 0, "Cid": "66", "Cnm": "Honduras", "Csnm": "Honduras", "Events": [{"ComX": 0, "EO": 807141639, "EOX": 807141639, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1013996", "Epr": 1, "Eps": "60'", "Ern": 11, "ErnInf": "11", "Esd": 20230930010000, "Esid": 3, "Et": 1, "IncsX": 0, "LuC": 0, "LuX": 0, "Pid": 8, "Pids": {"1": "4250292", "6": "42823147", "8": "1013996", "12": "SBTE_29419861", "32": "2838461"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886483", "6": "76249", "8": "14826", "12": "SBTC3_94471", "32": "20863"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "honduras", "Ccdiso": "HND", "Chi": 0, "Cid": "66", "Cnm": "Honduras", "Csnm": "Honduras", "Scd": "liga-nacional-apertura", "Scu": 0, "Sdn": "Liga Nacional: Apertura", "Sds": "Liga Nacional: Apertura", "Shi": 0, "Sid": "14826", "Snm": "Liga Nacional: Apertura"}, "SubsX": 0, "T1": [{"Abr": "CDM", "CoId": "HND", "CoNm": "Honduras", "Gd": 1, "HasVideo": false, "ID": "4337", "Img": "enet/49785.png", "Nm": "CD Motagua", "Pids": {"1": ["49785"], "6": ["22047"], "8": ["4337"], "12": ["SBTP_48301"], "32": ["3074"]}, "tbd": 0}], "T2": [{"Abr": "GEN", "CoId": "HND", "CoNm": "Honduras", "Gd": 1, "HasVideo": false, "ID": "264304", "Img": "enet/1512967.png", "Nm": "Genesis FC", "Pids": {"1": ["1512967"], "6": ["792280"], "8": ["264304"], "12": ["SBTP_1766359"], "32": ["29489"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0", "href_match": "/en/football/honduras/liga-nacional-apertura/cd-motagua-vs-genesis-fc/1013996/"}], "Scd": "liga-nacional-apertura", "Scu": 0, "Sdn": "Liga Nacional: Apertura", "Sds": "Liga Nacional: Apertura", "Shi": 0, "Sid": "14826", "Snm": "Liga Nacional: Apertura"}]}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Stages": {"type": "array", "items": {"type": "object"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/aaa525bf-1825-4e75-b87a-c9a60fb218c4/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/search-lv2
scores/search-lv2
200
Example_1
{"data": [{"href_lv2": "/en/soccer/spain/laliga", "name": "LaLiga"}, {"href_lv2": "/en/soccer/spain/super-cup", "name": "Super Cup"}, {"href_lv2": "/en/soccer/spain/copa-del-rey-final", "name": "Copa del Rey Final"}, {"href_lv2": "/en/soccer/spain/copa-del-rey-semi-finals", "name": "Copa del Rey Semi-Finals"}, {"href_lv2": "/en/soccer/spain/copa-del-rey-quarter-finals", "name": "Copa del Rey Quarter-Finals"}, {"href_lv2": "/en/soccer/spain/copa-del-rey-round-of-16", "name": "Copa del Rey Round of 16"}, {"href_lv2": "/en/soccer/spain/copa-del-rey-round-of-32", "name": "Copa del Rey Round of 32"}, {"href_lv2": "/en/soccer/spain/copa-del-rey-round-2", "name": "Copa del Rey Round 2"}, {"href_lv2": "/en/soccer/spain/copa-del-rey-round-1", "name": "Copa del Rey Round 1"}, {"href_lv2": "/en/soccer/spain/laliga-2", "name": "LaLiga 2"}, {"href_lv2": "/en/soccer/spain/primera-division-rfef-group-1", "name": "Primera Division RFEF: Group 1"}, {"href_lv2": "/en/soccer/spain/primera-division-rfef-group-2", "name": "Primera Division RFEF: Group 2"}, {"href_lv2": "/en/soccer/spain/segunda-division-rfef-group-1", "name": "Segunda Division RFEF: Group 1"}, {"href_lv2": "/en/soccer/spain/segunda-division-rfef-group-2", "name": "Segunda Division RFEF: Group 2"}, {"href_lv2": "/en/soccer/spain/segunda-division-rfef-group-3", "name": "Segunda Division RFEF: Group 3"}, {"href_lv2": "/en/soccer/spain/segunda-division-rfef-group-4", "name": "Segunda Division RFEF: Group 4"}, {"href_lv2": "/en/soccer/spain/segunda-division-rfef-group-5", "name": "Segunda Division RFEF: Group 5"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-1", "name": "Tercera RFEF: Group 1"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-2", "name": "Tercera RFEF: Group 2"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-3", "name": "Tercera RFEF: Group 3"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-4", "name": "Tercera RFEF: Group 4"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-5", "name": "Tercera RFEF: Group 5"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-6", "name": "Tercera RFEF: Group 6"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-7", "name": "Tercera RFEF: Group 7"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-8", "name": "Tercera RFEF: Group 8"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-9", "name": "Tercera RFEF: Group 9"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-10", "name": "Tercera RFEF: Group 10"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-11", "name": "Tercera RFEF: Group 11"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-12", "name": "Tercera RFEF: Group 12"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-13", "name": "Tercera RFEF: Group 13"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-14", "name": "Tercera RFEF: Group 14"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-15", "name": "Tercera RFEF: Group 15"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-16", "name": "Tercera RFEF: Group 16"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-17", "name": "Tercera RFEF: Group 17"}, {"href_lv2": "/en/soccer/spain/tercera-rfef-group-18", "name": "Tercera RFEF: Group 18"}, {"href_lv2": "/en/soccer/spain/copa-federacion", "name": "Copa Federacion"}, {"href_lv2": "/en/soccer/spain/primera-division-women", "name": "Liga F"}, {"href_lv2": "/en/soccer/spain/womens-copa-de-la-reina", "name": "Women's Copa de la Reina"}, {"href_lv2": "/en/soccer/spain/super-cup-women", "name": "Women's Super Cup"}, {"href_lv2": "/en/soccer/spain/laliga-2022-2023", "name": "LaLiga 22/23"}, {"href_lv2": "/en/soccer/spain/laliga-2021-2022", "name": "LaLiga 21/22"}, {"href_lv2": "/en/soccer/spain/laliga-2020-2021", "name": "LaLiga 20/21"}, {"href_lv2": "/en/soccer/spain/laliga-2-play-off", "name": "LaLiga 2: Play-off"}, {"href_lv2": "/en/soccer/spain/laliga-2-2022-2023", "name": "LaLiga 2 22/23"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"href_lv2": {"type": "string"}, "name": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/4c4080fd-4fc6-4093-ba22-7273cb11284f/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
teams/get-player-stats
teams/get-player-stats
200
Example_1
{"data": {"Conm": "England", "Img": "enet/10260.png", "Pid": "2810", "Pnm": "Manchester United", "Stat": [{"Plrs": [{"Aid": "27772", "Fn": "Bruno", "Img": "enet/10260.png", "Ln": "Fernandes", "Pid": "288205", "Pnm": "Bruno Fernandes", "Rnk": 1, "Scrs": {"1": "2"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18763", "Img": "enet/10260.png", "Ln": "Casemiro", "Pid": "122951", "Pnm": "Casemiro", "Rnk": 2, "Scrs": {"1": "1"}, "Snm": "Casemiro", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "31699", "Fn": "Christian", "Img": "enet/10260.png", "Ln": "Eriksen", "Pid": "105734", "Pnm": "Christian Eriksen", "Rnk": 2, "Scrs": {"1": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "9068", "Fn": "Hannibal", "Img": "enet/10260.png", "Ln": "Mejbri", "Pid": "1643946", "Pnm": "Hannibal Mejbri", "Rnk": 2, "Scrs": {"1": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27777", "Fn": "Marcus", "Img": "enet/10260.png", "Ln": "Rashford", "Pid": "903830", "Pnm": "Marcus Rashford", "Rnk": 2, "Scrs": {"1": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27766", "Fn": "Raphael", "Img": "enet/10260.png", "Ln": "Varane", "Pid": "138310", "Pnm": "Raphael Varane", "Rnk": 2, "Scrs": {"1": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "15910", "Fn": "Sofyan", "Img": "enet/10260.png", "Ln": "Amrabat", "Pid": "359272", "Pnm": "Sofyan Amrabat", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20095", "Img": "enet/10260.png", "Ln": "Antony", "Pid": "1614982", "Pnm": "Antony", "Rnk": 7, "Scrs": {"1": "0"}, "Snm": "Antony", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27776", "Fn": "Diogo", "Img": "enet/10260.png", "Ln": "Dalot", "Pid": "817522", "Pnm": "Diogo Dalot", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "22656", "Fn": "Jonny", "Img": "enet/10260.png", "Ln": "Evans", "Pid": "30144", "Pnm": "Jonny Evans", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27784", "Fn": "Alejandro", "Img": "enet/10260.png", "Ln": "Garnacho", "Pid": "1955902", "Pnm": "Alejandro Garnacho", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "6574", "Fn": "Rasmus", "Img": "enet/10260.png", "Ln": "Hojlund", "Pid": "1986771", "Pnm": "Rasmus Hojlund", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27767", "Fn": "Victor", "Img": "enet/10260.png", "Ln": "Lindelof", "Pid": "143334", "Pnm": "Victor Lindelof", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27768", "Fn": "Harry", "Img": "enet/10260.png", "Ln": "Maguire", "Pid": "149380", "Pnm": "Harry Maguire", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18874", "Fn": "Anthony", "Img": "enet/10260.png", "Ln": "Martial", "Pid": "191176", "Pnm": "Anthony Martial", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20088", "Fn": "Lisandro", "Img": "enet/10260.png", "Ln": "Martinez", "Pid": "1134755", "Pnm": "Lisandro Martinez", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27778", "Fn": "Scott", "Img": "enet/10260.png", "Ln": "McTominay", "Pid": "908372", "Pnm": "Scott McTominay", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "29937", "Fn": "Mason", "Img": "enet/10260.png", "Ln": "Mount", "Pid": "936126", "Pnm": "Mason Mount", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20082", "Fn": "Andre", "Img": "enet/10260.png", "Ln": "Onana", "Pid": "772389", "Pnm": "Andre Onana", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "19276", "Fn": "Facundo", "Img": "enet/10260.png", "Ln": "Pellistri", "Pid": "1768908", "Pnm": "Facundo Pellistri", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "26060", "Fn": "Sergio", "Img": "enet/10260.png", "Ln": "Reguilon", "Pid": "777892", "Pnm": "Sergio Reguilon", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27779", "Fn": "Jadon", "Img": "enet/10260.png", "Ln": "Sancho", "Pid": "1047147", "Pnm": "Jadon Sancho", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27769", "Fn": "Luke", "Img": "enet/10260.png", "Ln": "Shaw", "Pid": "190839", "Pnm": "Luke Shaw", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27780", "Fn": "Aaron", "Img": "enet/10260.png", "Ln": "Wan-Bissaka", "Pid": "1086144", "Pnm": "Aaron Wan-Bissaka", "Rnk": 7, "Scrs": {"1": "0"}, "Tid": "2810", "Tnm": "Manchester United"}], "Typ": 1}, {"Plrs": [{"Aid": "31699", "Fn": "Christian", "Img": "enet/10260.png", "Ln": "Eriksen", "Pid": "105734", "Pnm": "Christian Eriksen", "Rnk": 1, "Scrs": {"3": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "22656", "Fn": "Jonny", "Img": "enet/10260.png", "Ln": "Evans", "Pid": "30144", "Pnm": "Jonny Evans", "Rnk": 1, "Scrs": {"3": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27772", "Fn": "Bruno", "Img": "enet/10260.png", "Ln": "Fernandes", "Pid": "288205", "Pnm": "Bruno Fernandes", "Rnk": 1, "Scrs": {"3": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20088", "Fn": "Lisandro", "Img": "enet/10260.png", "Ln": "Martinez", "Pid": "1134755", "Pnm": "Lisandro Martinez", "Rnk": 1, "Scrs": {"3": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27777", "Fn": "Marcus", "Img": "enet/10260.png", "Ln": "Rashford", "Pid": "903830", "Pnm": "Marcus Rashford", "Rnk": 1, "Scrs": {"3": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27780", "Fn": "Aaron", "Img": "enet/10260.png", "Ln": "Wan-Bissaka", "Pid": "1086144", "Pnm": "Aaron Wan-Bissaka", "Rnk": 1, "Scrs": {"3": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "15910", "Fn": "Sofyan", "Img": "enet/10260.png", "Ln": "Amrabat", "Pid": "359272", "Pnm": "Sofyan Amrabat", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20095", "Img": "enet/10260.png", "Ln": "Antony", "Pid": "1614982", "Pnm": "Antony", "Rnk": 7, "Scrs": {"3": "0"}, "Snm": "Antony", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18763", "Img": "enet/10260.png", "Ln": "Casemiro", "Pid": "122951", "Pnm": "Casemiro", "Rnk": 7, "Scrs": {"3": "0"}, "Snm": "Casemiro", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27776", "Fn": "Diogo", "Img": "enet/10260.png", "Ln": "Dalot", "Pid": "817522", "Pnm": "Diogo Dalot", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27784", "Fn": "Alejandro", "Img": "enet/10260.png", "Ln": "Garnacho", "Pid": "1955902", "Pnm": "Alejandro Garnacho", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "6574", "Fn": "Rasmus", "Img": "enet/10260.png", "Ln": "Hojlund", "Pid": "1986771", "Pnm": "Rasmus Hojlund", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27767", "Fn": "Victor", "Img": "enet/10260.png", "Ln": "Lindelof", "Pid": "143334", "Pnm": "Victor Lindelof", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27768", "Fn": "Harry", "Img": "enet/10260.png", "Ln": "Maguire", "Pid": "149380", "Pnm": "Harry Maguire", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18874", "Fn": "Anthony", "Img": "enet/10260.png", "Ln": "Martial", "Pid": "191176", "Pnm": "Anthony Martial", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27778", "Fn": "Scott", "Img": "enet/10260.png", "Ln": "McTominay", "Pid": "908372", "Pnm": "Scott McTominay", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "9068", "Fn": "Hannibal", "Img": "enet/10260.png", "Ln": "Mejbri", "Pid": "1643946", "Pnm": "Hannibal Mejbri", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "29937", "Fn": "Mason", "Img": "enet/10260.png", "Ln": "Mount", "Pid": "936126", "Pnm": "Mason Mount", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20082", "Fn": "Andre", "Img": "enet/10260.png", "Ln": "Onana", "Pid": "772389", "Pnm": "Andre Onana", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "19276", "Fn": "Facundo", "Img": "enet/10260.png", "Ln": "Pellistri", "Pid": "1768908", "Pnm": "Facundo Pellistri", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "26060", "Fn": "Sergio", "Img": "enet/10260.png", "Ln": "Reguilon", "Pid": "777892", "Pnm": "Sergio Reguilon", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27779", "Fn": "Jadon", "Img": "enet/10260.png", "Ln": "Sancho", "Pid": "1047147", "Pnm": "Jadon Sancho", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27769", "Fn": "Luke", "Img": "enet/10260.png", "Ln": "Shaw", "Pid": "190839", "Pnm": "Luke Shaw", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27766", "Fn": "Raphael", "Img": "enet/10260.png", "Ln": "Varane", "Pid": "138310", "Pnm": "Raphael Varane", "Rnk": 7, "Scrs": {"3": "0"}, "Tid": "2810", "Tnm": "Manchester United"}], "Typ": 3}, {"Plrs": [{"Aid": "27772", "Fn": "Bruno", "Img": "enet/10260.png", "Ln": "Fernandes", "Pid": "288205", "Pnm": "Bruno Fernandes", "Rnk": 1, "Scrs": {"8": "8"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27777", "Fn": "Marcus", "Img": "enet/10260.png", "Ln": "Rashford", "Pid": "903830", "Pnm": "Marcus Rashford", "Rnk": 2, "Scrs": {"8": "5"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18763", "Img": "enet/10260.png", "Ln": "Casemiro", "Pid": "122951", "Pnm": "Casemiro", "Rnk": 3, "Scrs": {"8": "3"}, "Snm": "Casemiro", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27766", "Fn": "Raphael", "Img": "enet/10260.png", "Ln": "Varane", "Pid": "138310", "Pnm": "Raphael Varane", "Rnk": 4, "Scrs": {"8": "2"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "31699", "Fn": "Christian", "Img": "enet/10260.png", "Ln": "Eriksen", "Pid": "105734", "Pnm": "Christian Eriksen", "Rnk": 5, "Scrs": {"8": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27784", "Fn": "Alejandro", "Img": "enet/10260.png", "Ln": "Garnacho", "Pid": "1955902", "Pnm": "Alejandro Garnacho", "Rnk": 5, "Scrs": {"8": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18874", "Fn": "Anthony", "Img": "enet/10260.png", "Ln": "Martial", "Pid": "191176", "Pnm": "Anthony Martial", "Rnk": 5, "Scrs": {"8": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27778", "Fn": "Scott", "Img": "enet/10260.png", "Ln": "McTominay", "Pid": "908372", "Pnm": "Scott McTominay", "Rnk": 5, "Scrs": {"8": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "9068", "Fn": "Hannibal", "Img": "enet/10260.png", "Ln": "Mejbri", "Pid": "1643946", "Pnm": "Hannibal Mejbri", "Rnk": 5, "Scrs": {"8": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "15910", "Fn": "Sofyan", "Img": "enet/10260.png", "Ln": "Amrabat", "Pid": "359272", "Pnm": "Sofyan Amrabat", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20095", "Img": "enet/10260.png", "Ln": "Antony", "Pid": "1614982", "Pnm": "Antony", "Rnk": 10, "Scrs": {"8": "0"}, "Snm": "Antony", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27776", "Fn": "Diogo", "Img": "enet/10260.png", "Ln": "Dalot", "Pid": "817522", "Pnm": "Diogo Dalot", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "22656", "Fn": "Jonny", "Img": "enet/10260.png", "Ln": "Evans", "Pid": "30144", "Pnm": "Jonny Evans", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "6574", "Fn": "Rasmus", "Img": "enet/10260.png", "Ln": "Hojlund", "Pid": "1986771", "Pnm": "Rasmus Hojlund", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27767", "Fn": "Victor", "Img": "enet/10260.png", "Ln": "Lindelof", "Pid": "143334", "Pnm": "Victor Lindelof", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27768", "Fn": "Harry", "Img": "enet/10260.png", "Ln": "Maguire", "Pid": "149380", "Pnm": "Harry Maguire", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20088", "Fn": "Lisandro", "Img": "enet/10260.png", "Ln": "Martinez", "Pid": "1134755", "Pnm": "Lisandro Martinez", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "29937", "Fn": "Mason", "Img": "enet/10260.png", "Ln": "Mount", "Pid": "936126", "Pnm": "Mason Mount", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20082", "Fn": "Andre", "Img": "enet/10260.png", "Ln": "Onana", "Pid": "772389", "Pnm": "Andre Onana", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "19276", "Fn": "Facundo", "Img": "enet/10260.png", "Ln": "Pellistri", "Pid": "1768908", "Pnm": "Facundo Pellistri", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "26060", "Fn": "Sergio", "Img": "enet/10260.png", "Ln": "Reguilon", "Pid": "777892", "Pnm": "Sergio Reguilon", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27779", "Fn": "Jadon", "Img": "enet/10260.png", "Ln": "Sancho", "Pid": "1047147", "Pnm": "Jadon Sancho", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27769", "Fn": "Luke", "Img": "enet/10260.png", "Ln": "Shaw", "Pid": "190839", "Pnm": "Luke Shaw", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27780", "Fn": "Aaron", "Img": "enet/10260.png", "Ln": "Wan-Bissaka", "Pid": "1086144", "Pnm": "Aaron Wan-Bissaka", "Rnk": 10, "Scrs": {"8": "0"}, "Tid": "2810", "Tnm": "Manchester United"}], "Typ": 8}, {"Plrs": [{"Aid": "27772", "Fn": "Bruno", "Img": "enet/10260.png", "Ln": "Fernandes", "Pid": "288205", "Pnm": "Bruno Fernandes", "Rnk": 1, "Scrs": {"6": "3"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20088", "Fn": "Lisandro", "Img": "enet/10260.png", "Ln": "Martinez", "Pid": "1134755", "Pnm": "Lisandro Martinez", "Rnk": 2, "Scrs": {"6": "2"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20082", "Fn": "Andre", "Img": "enet/10260.png", "Ln": "Onana", "Pid": "772389", "Pnm": "Andre Onana", "Rnk": 2, "Scrs": {"6": "2"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27780", "Fn": "Aaron", "Img": "enet/10260.png", "Ln": "Wan-Bissaka", "Pid": "1086144", "Pnm": "Aaron Wan-Bissaka", "Rnk": 2, "Scrs": {"6": "2"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20095", "Img": "enet/10260.png", "Ln": "Antony", "Pid": "1614982", "Pnm": "Antony", "Rnk": 5, "Scrs": {"6": "1"}, "Snm": "Antony", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27776", "Fn": "Diogo", "Img": "enet/10260.png", "Ln": "Dalot", "Pid": "817522", "Pnm": "Diogo Dalot", "Rnk": 5, "Scrs": {"6": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27767", "Fn": "Victor", "Img": "enet/10260.png", "Ln": "Lindelof", "Pid": "143334", "Pnm": "Victor Lindelof", "Rnk": 5, "Scrs": {"6": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "9068", "Fn": "Hannibal", "Img": "enet/10260.png", "Ln": "Mejbri", "Pid": "1643946", "Pnm": "Hannibal Mejbri", "Rnk": 5, "Scrs": {"6": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27777", "Fn": "Marcus", "Img": "enet/10260.png", "Ln": "Rashford", "Pid": "903830", "Pnm": "Marcus Rashford", "Rnk": 5, "Scrs": {"6": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "26060", "Fn": "Sergio", "Img": "enet/10260.png", "Ln": "Reguilon", "Pid": "777892", "Pnm": "Sergio Reguilon", "Rnk": 5, "Scrs": {"6": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27769", "Fn": "Luke", "Img": "enet/10260.png", "Ln": "Shaw", "Pid": "190839", "Pnm": "Luke Shaw", "Rnk": 5, "Scrs": {"6": "1"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "15910", "Fn": "Sofyan", "Img": "enet/10260.png", "Ln": "Amrabat", "Pid": "359272", "Pnm": "Sofyan Amrabat", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18763", "Img": "enet/10260.png", "Ln": "Casemiro", "Pid": "122951", "Pnm": "Casemiro", "Rnk": 12, "Scrs": {"6": "0"}, "Snm": "Casemiro", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "31699", "Fn": "Christian", "Img": "enet/10260.png", "Ln": "Eriksen", "Pid": "105734", "Pnm": "Christian Eriksen", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "22656", "Fn": "Jonny", "Img": "enet/10260.png", "Ln": "Evans", "Pid": "30144", "Pnm": "Jonny Evans", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27784", "Fn": "Alejandro", "Img": "enet/10260.png", "Ln": "Garnacho", "Pid": "1955902", "Pnm": "Alejandro Garnacho", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "6574", "Fn": "Rasmus", "Img": "enet/10260.png", "Ln": "Hojlund", "Pid": "1986771", "Pnm": "Rasmus Hojlund", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27768", "Fn": "Harry", "Img": "enet/10260.png", "Ln": "Maguire", "Pid": "149380", "Pnm": "Harry Maguire", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18874", "Fn": "Anthony", "Img": "enet/10260.png", "Ln": "Martial", "Pid": "191176", "Pnm": "Anthony Martial", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27778", "Fn": "Scott", "Img": "enet/10260.png", "Ln": "McTominay", "Pid": "908372", "Pnm": "Scott McTominay", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "29937", "Fn": "Mason", "Img": "enet/10260.png", "Ln": "Mount", "Pid": "936126", "Pnm": "Mason Mount", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "19276", "Fn": "Facundo", "Img": "enet/10260.png", "Ln": "Pellistri", "Pid": "1768908", "Pnm": "Facundo Pellistri", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27779", "Fn": "Jadon", "Img": "enet/10260.png", "Ln": "Sancho", "Pid": "1047147", "Pnm": "Jadon Sancho", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27766", "Fn": "Raphael", "Img": "enet/10260.png", "Ln": "Varane", "Pid": "138310", "Pnm": "Raphael Varane", "Rnk": 12, "Scrs": {"6": "0"}, "Tid": "2810", "Tnm": "Manchester United"}], "Typ": 6}, {"Plrs": [{"Aid": "15910", "Fn": "Sofyan", "Img": "enet/10260.png", "Ln": "Amrabat", "Pid": "359272", "Pnm": "Sofyan Amrabat", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20095", "Img": "enet/10260.png", "Ln": "Antony", "Pid": "1614982", "Pnm": "Antony", "Rnk": 1, "Scrs": {"4": "0"}, "Snm": "Antony", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18763", "Img": "enet/10260.png", "Ln": "Casemiro", "Pid": "122951", "Pnm": "Casemiro", "Rnk": 1, "Scrs": {"4": "0"}, "Snm": "Casemiro", "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27776", "Fn": "Diogo", "Img": "enet/10260.png", "Ln": "Dalot", "Pid": "817522", "Pnm": "Diogo Dalot", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "31699", "Fn": "Christian", "Img": "enet/10260.png", "Ln": "Eriksen", "Pid": "105734", "Pnm": "Christian Eriksen", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "22656", "Fn": "Jonny", "Img": "enet/10260.png", "Ln": "Evans", "Pid": "30144", "Pnm": "Jonny Evans", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27772", "Fn": "Bruno", "Img": "enet/10260.png", "Ln": "Fernandes", "Pid": "288205", "Pnm": "Bruno Fernandes", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27784", "Fn": "Alejandro", "Img": "enet/10260.png", "Ln": "Garnacho", "Pid": "1955902", "Pnm": "Alejandro Garnacho", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "6574", "Fn": "Rasmus", "Img": "enet/10260.png", "Ln": "Hojlund", "Pid": "1986771", "Pnm": "Rasmus Hojlund", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27767", "Fn": "Victor", "Img": "enet/10260.png", "Ln": "Lindelof", "Pid": "143334", "Pnm": "Victor Lindelof", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27768", "Fn": "Harry", "Img": "enet/10260.png", "Ln": "Maguire", "Pid": "149380", "Pnm": "Harry Maguire", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "18874", "Fn": "Anthony", "Img": "enet/10260.png", "Ln": "Martial", "Pid": "191176", "Pnm": "Anthony Martial", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20088", "Fn": "Lisandro", "Img": "enet/10260.png", "Ln": "Martinez", "Pid": "1134755", "Pnm": "Lisandro Martinez", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27778", "Fn": "Scott", "Img": "enet/10260.png", "Ln": "McTominay", "Pid": "908372", "Pnm": "Scott McTominay", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "9068", "Fn": "Hannibal", "Img": "enet/10260.png", "Ln": "Mejbri", "Pid": "1643946", "Pnm": "Hannibal Mejbri", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "29937", "Fn": "Mason", "Img": "enet/10260.png", "Ln": "Mount", "Pid": "936126", "Pnm": "Mason Mount", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "20082", "Fn": "Andre", "Img": "enet/10260.png", "Ln": "Onana", "Pid": "772389", "Pnm": "Andre Onana", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "19276", "Fn": "Facundo", "Img": "enet/10260.png", "Ln": "Pellistri", "Pid": "1768908", "Pnm": "Facundo Pellistri", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27777", "Fn": "Marcus", "Img": "enet/10260.png", "Ln": "Rashford", "Pid": "903830", "Pnm": "Marcus Rashford", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "26060", "Fn": "Sergio", "Img": "enet/10260.png", "Ln": "Reguilon", "Pid": "777892", "Pnm": "Sergio Reguilon", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27779", "Fn": "Jadon", "Img": "enet/10260.png", "Ln": "Sancho", "Pid": "1047147", "Pnm": "Jadon Sancho", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27769", "Fn": "Luke", "Img": "enet/10260.png", "Ln": "Shaw", "Pid": "190839", "Pnm": "Luke Shaw", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27766", "Fn": "Raphael", "Img": "enet/10260.png", "Ln": "Varane", "Pid": "138310", "Pnm": "Raphael Varane", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}, {"Aid": "27780", "Fn": "Aaron", "Img": "enet/10260.png", "Ln": "Wan-Bissaka", "Pid": "1086144", "Pnm": "Aaron Wan-Bissaka", "Rnk": 1, "Scrs": {"4": "0"}, "Tid": "2810", "Tnm": "Manchester United"}], "Typ": 4}], "firstColor": "ea0000", "secondColor": "ffffff"}, "message": "Successful", "status": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"Conm": {"type": "string"}, "Img": {"type": "string"}, "Pid": {"type": "string"}, "Pnm": {"type": "string"}, "Stat": {"type": "array", "items": {"type": "object", "properties": {"Plrs": {"type": "array", "items": {"type": "object", "properties": {"Aid": {"type": "string"}, "Fn": {"type": "string"}, "Img": {"type": "string"}, "Ln": {"type": "string"}, "Pid": {"type": "string"}, "Pnm": {"type": "string"}, "Rnk": {"type": "integer"}, "Scrs": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "8": {"type": "string"}, "6": {"type": "string"}, "4": {"type": "string"}}}, "Tid": {"type": "string"}, "Tnm": {"type": "string"}, "Snm": {"type": "string"}}, "required": ["Aid", "Img", "Ln", "Pid", "Pnm", "Rnk", "Scrs", "Tid", "Tnm"]}}, "Typ": {"type": "integer"}}, "required": ["Plrs", "Typ"]}}, "firstColor": {"type": "string"}, "secondColor": {"type": "string"}}, "required": ["Conm", "Img", "Pid", "Pnm", "Stat", "firstColor", "secondColor"]}, "message": {"type": "string"}, "status": {"type": "boolean"}}, "required": ["data", "message", "status"]}
30b1b267-7125-4e1b-8469-75539417f3dc/07f9b1d4-a16c-438a-a4a1-3891e94f06a6/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/search-lv1
scores/search-lv1
200
Example_1
{"data": [{"href_lv1": "soccer_spain", "name": "Spain"}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"href_lv1": {"type": "string"}, "name": {"type": "string"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/9eeabd6f-82f7-4aa0-8bac-b4db4f495b18/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
news/list-by-sport
news/list-by-sport
200
Example_1
{"currentPage": 1, "data": [{"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023093008592535538", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Hugo Ekitike's dream PSG move has turned into a nightmare", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/bb15139e-e799-4a3c-ba14-0f84941c27fc.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Hugo Ekitike's dream PSG move has turned into a nightmare", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/bb15139e-e799-4a3c-ba14-0f84941c27fc.jpg"}, "path": null, "thumbnail": {"alt": "Hugo Ekitike's dream PSG move has turned into a nightmare", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/30092023/bb15139e-e799-4a3c-ba14-0f84941c27fc.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-30T09:40:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/team/wolverhampton-wanderers-2021020913320920836-109/", "provider": "football-api", "title": "Wolverhampton Wanderers", "type": "team"}, {"href": "/en/news/team/everton-2021020913320920836-96/", "provider": "football-api", "title": "Everton", "type": "team"}, {"href": "/en/news/team/paris-saint-germain-2021020913320920836-295/", "provider": "football-api", "title": "Paris Saint-Germain", "type": "team"}, {"href": "/en/news/team/west-ham-united-2021020913320920836-94/", "provider": "football-api", "title": "West Ham United", "type": "team"}, {"href": "/en/news/team/ac-milan-2021020913320920836-245/", "provider": "football-api", "title": "AC Milan", "type": "team"}, {"href": "/en/news/player/hugo-ekitike-2021020913320920836-228777/", "provider": "football-api", "title": "Hugo Ekitike", "type": "player"}, {"href": "/en/news/competition/ligue-1-2021020913320920836-8/", "provider": "football-api", "title": "Ligue 1", "type": "tournament"}]}, "shortTitle": null, "title": "Transfer Talk: Premier League trio chase PSG starlet Ekitike", "type": "news", "updatedAt": {"time": "1", "unit": "news.hour"}, "url": "/en/news/transfer-talk-psg-hugo-ekitike-everton-west-ham-wolves-latest-news-2023093008592535538/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023052612245036559", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Victor Osimhen scored against Udinese on Wednesday night", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/0d431780-16d9-4862-969b-92f8a04b99c0.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Victor Osimhen scored against Udinese on Wednesday night", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/0d431780-16d9-4862-969b-92f8a04b99c0.jpg"}, "path": null, "thumbnail": {"alt": "Victor Osimhen scored against Udinese on Wednesday night", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/28092023/0d431780-16d9-4862-969b-92f8a04b99c0.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-29T15:10:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/team/ssc-napoli-2021020913320920836-262/", "provider": "football-api", "title": "SSC Napoli", "type": "team"}, {"href": "/en/news/player/victor-osimhen-2021020913320920836-156922/", "provider": "football-api", "title": "Victor Osimhen", "type": "player"}, {"href": "/en/news/competition/serie-a-2021020913320920836-7/", "provider": "football-api", "title": "Serie A", "type": "tournament"}, {"href": "/en/news/team/real-madrid-2021020913320920836-204/", "provider": "football-api", "title": "Real Madrid", "type": "team"}, {"href": "/en/news/competition/laliga-2021020913320920836-5/", "provider": "football-api", "title": "LaLiga", "type": "tournament"}, {"href": "/en/news/competition/saudi-pro-league-spl-2021020913320920836-257/", "provider": "football-api", "title": "Saudi Pro League (SPL)", "type": "tournament"}, {"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/team/manchester-united-2021020913320920836-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/team/chelsea-2021020913320920836-82/", "provider": "football-api", "title": "Chelsea", "type": "team"}]}, "shortTitle": null, "title": "Transfer Talk: All the latest Osimhen news in bite-sized chunks", "type": "news", "updatedAt": {"time": "20", "unit": "news.hours"}, "url": "/en/news/victor-osimhen-latest-transfer-news-gossip-rumours-napoli-nigeria-2023052612245036559/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092708463211963", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Ollie Watkins' agent is reportedly in talks with Arsenal", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/f56af755-e3ce-4b1c-ab1b-6017be1bd46e.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Ollie Watkins' agent is reportedly in talks with Arsenal", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/f56af755-e3ce-4b1c-ab1b-6017be1bd46e.jpg"}, "path": null, "thumbnail": {"alt": "Ollie Watkins' agent is reportedly in talks with Arsenal", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/27092023/f56af755-e3ce-4b1c-ab1b-6017be1bd46e.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-27T09:15:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/player/ollie-watkins-2021020913320920836-134756/", "provider": "football-api", "title": "Ollie Watkins", "type": "player"}, {"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/team/chelsea-2021020913320920836-82/", "provider": "football-api", "title": "Chelsea", "type": "team"}, {"href": "/en/news/team/aston-villa-2021020913320920836-101/", "provider": "football-api", "title": "Aston Villa", "type": "team"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}]}, "shortTitle": null, "title": "Transfer Talk: Ollie in talks to give Arsenal Wat they need", "type": "news", "updatedAt": {"time": "3", "unit": "news.days"}, "url": "/en/news/transfer-talk-september-27-2023-arsenal-chelsea-ollie-watkins-aston-villa-latest-2023092708463211963/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092609052083208", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Arsenal are leading the race for Brentford striker Ivan Toney", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/26092023/d7638450-5d4e-4aa4-ba07-2d994165f07f.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Arsenal are leading the race for Brentford striker Ivan Toney", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/26092023/d7638450-5d4e-4aa4-ba07-2d994165f07f.jpg"}, "path": null, "thumbnail": {"alt": "Arsenal are leading the race for Brentford striker Ivan Toney", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/26092023/d7638450-5d4e-4aa4-ba07-2d994165f07f.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-26T10:00:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/player/ivan-toney-2021020913320920836-2604/", "provider": "football-api", "title": "Ivan Toney", "type": "player"}, {"href": "/en/news/team/brentford-2021020913320920836-136/", "provider": "football-api", "title": "Brentford", "type": "team"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}]}, "shortTitle": null, "title": "Transfer Talk: Gunners to set the Tone in Ivan pursuit", "type": "news", "updatedAt": {"time": "4", "unit": "news.days"}, "url": "/en/news/transfer-talk-september-26-2023-arsenal-ivan-toney-brentford-latest-2023092609052083208/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092508441476801", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Adrien Rabiot could be on his way to the Premier League", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/25092023/965ece95-5f3d-4256-b3a1-4278f22044a0.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Adrien Rabiot could be on his way to the Premier League", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/25092023/965ece95-5f3d-4256-b3a1-4278f22044a0.jpg"}, "path": null, "thumbnail": {"alt": "Adrien Rabiot could be on his way to the Premier League", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/25092023/965ece95-5f3d-4256-b3a1-4278f22044a0.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-25T09:15:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/team/manchester-united-2021020913320920836-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/team/newcastle-united-2021020913320920836-103/", "provider": "football-api", "title": "Newcastle United", "type": "team"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/team/juventus-2021020913320920836-255/", "provider": "football-api", "title": "Juventus", "type": "team"}, {"href": "/en/news/player/adrien-rabiot-2021020913320920836-5682/", "provider": "football-api", "title": "Adrien Rabiot", "type": "player"}]}, "shortTitle": null, "title": "Transfer Talk: Man Utd and Newcastle set for battle to grab Rab", "type": "news", "updatedAt": {"time": "5", "unit": "news.days"}, "url": "/en/news/transfer-talk-adrien-rabiot-manchester-united-newcastle-premier-league-2023092508441476801/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092410184884354", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Luka Modric could be set to leave Real Madrid", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/24092023/4892fae5-7bf3-4d0a-bb92-a5f8e6bb6044.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Luka Modric could be set to leave Real Madrid", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/24092023/4892fae5-7bf3-4d0a-bb92-a5f8e6bb6044.jpg"}, "path": null, "thumbnail": {"alt": "Luka Modric could be set to leave Real Madrid", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/24092023/4892fae5-7bf3-4d0a-bb92-a5f8e6bb6044.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-24T10:15:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/player/luka-modric-2021020913320920836-3794/", "provider": "football-api", "title": "Luka Modric", "type": "player"}, {"href": "/en/news/player/lionel-messi-2021020913320920836-3399/", "provider": "football-api", "title": "Lionel Messi", "type": "player"}, {"href": "/en/news/team/inter-miami-cf-2021020913320920836-22305/", "provider": "football-api", "title": "Inter Miami CF", "type": "team"}, {"href": "/en/news/team/real-madrid-2021020913320920836-204/", "provider": "football-api", "title": "Real Madrid", "type": "team"}, {"href": "/en/news/competition/major-league-soccer-2021020913320920836-73/", "provider": "football-api", "title": "Major League Soccer", "type": "tournament"}, {"href": "/en/news/competition/laliga-2021020913320920836-5/", "provider": "football-api", "title": "LaLiga", "type": "tournament"}]}, "shortTitle": null, "title": "Transfer Talk: Inter Miami keen to team up Modric with Messi", "type": "news", "updatedAt": {"time": "6", "unit": "news.days"}, "url": "/en/news/transfer-talk-september-24-2023-luka-modric-lionel-messi-mls-inter-miami-real-madrid-2023092410184884354/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092310391828103", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Jesse Lingard made 20 appearances in all competitions for Nottingham Forest last season", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/23092023/6eff2ebe-3b6a-4216-9421-400e07d8ac64.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Jesse Lingard made 20 appearances in all competitions for Nottingham Forest last season", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/23092023/6eff2ebe-3b6a-4216-9421-400e07d8ac64.jpg"}, "path": null, "thumbnail": {"alt": "Jesse Lingard made 20 appearances in all competitions for Nottingham Forest last season", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/23092023/6eff2ebe-3b6a-4216-9421-400e07d8ac64.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-23T10:30:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/player/jesse-lingard-2021020913320920836-1861/", "provider": "football-api", "title": "Jesse Lingard", "type": "player"}, {"href": "/en/news/competition/saudi-pro-league-spl-2021020913320920836-257/", "provider": "football-api", "title": "Saudi Pro League (SPL)", "type": "tournament"}, {"href": "/en/news/team/al-ettifaq-2021020913320920836-6738/", "provider": "football-api", "title": "Al-Ettifaq", "type": "team"}]}, "shortTitle": null, "title": "Transfer Talk: Gerrard offers Lingard lifeline at Al-Ettifaq", "type": "news", "updatedAt": {"time": "5", "unit": "news.days"}, "url": "/en/news/transfer-talk-september-23-2023-jesse-lingard-al-ettifaq-steven-gerrard-2023092310391828103/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092209051823961", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Crystal Palace are desperate to keep Eberechi Eze", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/22092023/8658f675-6848-452a-bf17-f4c8d181cb86.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Crystal Palace are desperate to keep Eberechi Eze", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/22092023/8658f675-6848-452a-bf17-f4c8d181cb86.jpg"}, "path": null, "thumbnail": {"alt": "Crystal Palace are desperate to keep Eberechi Eze", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/22092023/8658f675-6848-452a-bf17-f4c8d181cb86.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-22T10:00:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/team/crystal-palace-2021020913320920836-110/", "provider": "football-api", "title": "Crystal Palace", "type": "team"}, {"href": "/en/news/player/eberechi-eze-2021020913320920836-173554/", "provider": "football-api", "title": "Eberechi Eze", "type": "player"}, {"href": "/en/news/team/chelsea-2021020913320920836-82/", "provider": "football-api", "title": "Chelsea", "type": "team"}, {"href": "/en/news/player/trevoh-chalobah-2021020913320920836-153696/", "provider": "football-api", "title": "Trevoh Chalobah", "type": "player"}]}, "shortTitle": null, "title": "Transfer Talk: Eze does it as Palace plan Eberechi contract talks", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/transfer-talk-september-22-2023-crystal-palace-eberechi-eze-contract-2023092209051823961/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092110095012707", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Antonio Nusa is believed to be in Arsenal's sights", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/21092023/6c93b349-2a81-4d57-8c63-a9f19f920f0c.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Antonio Nusa is believed to be in Arsenal's sights", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/21092023/6c93b349-2a81-4d57-8c63-a9f19f920f0c.jpg"}, "path": null, "thumbnail": {"alt": "Antonio Nusa is believed to be in Arsenal's sights", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/21092023/6c93b349-2a81-4d57-8c63-a9f19f920f0c.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-21T10:10:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/competition/europa-conference-league-2021020913320920836-569/", "provider": "football-api", "title": "Europa Conference League", "type": "tournament"}, {"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}, {"href": "/en/news/player/antonio-nusa-2021020913320920836-239402/", "provider": "football-api", "title": "Antonio Nusa", "type": "player"}, {"href": "/en/news/team/liverpool-2021020913320920836-92/", "provider": "football-api", "title": "Liverpool", "type": "team"}, {"href": "/en/news/team/real-madrid-2021020913320920836-204/", "provider": "football-api", "title": "Real Madrid", "type": "team"}, {"href": "/en/news/player/rodrygo-2021020913320920836-186758/", "provider": "football-api", "title": "Rodrygo", "type": "player"}, {"href": "/en/news/player/mohamed-salah-2021020913320920836-4971/", "provider": "football-api", "title": "Mohamed Salah", "type": "player"}]}, "shortTitle": null, "title": "Transfer Talk: Nusa is Gunner be in demand in January", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/transfer-talk-september-21-2023-arsenal-eye-antonio-nusa-2023092110095012707/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092009165288602", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Ole Gunnar Solskjaer was axed three months after Cristiano Ronaldo's Manchester United return", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/20092023/329f3117-abdf-4497-8bd3-883b56b14f85.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Ole Gunnar Solskjaer was axed three months after Cristiano Ronaldo's Manchester United return", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/20092023/329f3117-abdf-4497-8bd3-883b56b14f85.jpg"}, "path": null, "thumbnail": {"alt": "Ole Gunnar Solskjaer was axed three months after Cristiano Ronaldo's Manchester United return", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/20092023/329f3117-abdf-4497-8bd3-883b56b14f85.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-20T09:30:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/player/cristiano-ronaldo-2021020913320920836-3400/", "provider": "football-api", "title": "Cristiano Ronaldo", "type": "player"}, {"href": "/en/news/team/manchester-united-2021020913320920836-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}]}, "shortTitle": null, "title": "Ole admits signing Cristiano was Ron move for United", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/ole-gunnar-solskjaer-cristiano-ronaldo-manchester-united-latest-news-2023092009165288602/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023092008315523992", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Tottenham allegedly have the option to bring Harry Kane back from Bayern Munich", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/20092023/6233d46c-a2c8-4009-b1de-00da08f6cf24.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Tottenham allegedly have the option to bring Harry Kane back from Bayern Munich", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/20092023/6233d46c-a2c8-4009-b1de-00da08f6cf24.jpg"}, "path": null, "thumbnail": {"alt": "Tottenham allegedly have the option to bring Harry Kane back from Bayern Munich", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/20092023/6233d46c-a2c8-4009-b1de-00da08f6cf24.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-20T08:45:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/player/harry-kane-2021020913320920836-1526/", "provider": "football-api", "title": "Harry Kane", "type": "player"}, {"href": "/en/news/team/tottenham-hotspur-2021020913320920836-89/", "provider": "football-api", "title": "Tottenham Hotspur", "type": "team"}, {"href": "/en/news/team/bayern-munich-2021020913320920836-233/", "provider": "football-api", "title": "Bayern Munich", "type": "team"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/competition/bundesliga-2021020913320920836-6/", "provider": "football-api", "title": "Bundesliga", "type": "tournament"}]}, "shortTitle": null, "title": "Transfer Talk: Reports claim Spurs have Kane buy-back clause", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/transfer-talk-september-20-2023-harry-kane-buy-back-clause-tottenham-bayern-munich-latest-news-2023092008315523992/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023091913165084043", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Harry Kane will be looking to put Manchester United's defence to the sword tomorrow evening", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/19092023/e993cd26-e431-4527-bcf0-5fd8c19fda36.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Harry Kane will be looking to put Manchester United's defence to the sword tomorrow evening", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/19092023/e993cd26-e431-4527-bcf0-5fd8c19fda36.jpg"}, "path": null, "thumbnail": {"alt": "Harry Kane will be looking to put Manchester United's defence to the sword tomorrow evening", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/19092023/e993cd26-e431-4527-bcf0-5fd8c19fda36.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-19T14:16:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/competition/champions-league-2021020913320920836-27/", "provider": "football-api", "title": "Champions League", "type": "tournament"}, {"href": "/en/news/player/harry-kane-2021020913320920836-1526/", "provider": "football-api", "title": "Harry Kane", "type": "player"}, {"href": "/en/news/team/bayern-munich-2021020913320920836-233/", "provider": "football-api", "title": "Bayern Munich", "type": "team"}, {"href": "/en/news/competition/bundesliga-2021020913320920836-6/", "provider": "football-api", "title": "Bundesliga", "type": "tournament"}, {"href": "/en/news/team/manchester-united-2021020913320920836-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}]}, "shortTitle": null, "title": "Kane has no regrets over choosing Bayern despite United interest", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/harry-kane-bayern-munich-manchester-united-champions-league-preview-2023091913165084043/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023061308433113041", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Kylian Mbappe remains at Paris Saint-Germain for the time being", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/10092023/264c978d-e3c6-4ae6-8aab-20f63343c8b9.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Kylian Mbappe remains at Paris Saint-Germain for the time being", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/10092023/264c978d-e3c6-4ae6-8aab-20f63343c8b9.jpg"}, "path": null, "thumbnail": {"alt": "Kylian Mbappe remains at Paris Saint-Germain for the time being", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/10092023/264c978d-e3c6-4ae6-8aab-20f63343c8b9.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-19T11:25:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/player/kylian-mbappe-lottin-2021020913320920836-6150/", "provider": "football-api", "title": "Kylian Mbappe Lottin", "type": "player"}, {"href": "/en/news/team/paris-saint-germain-2021020913320920836-295/", "provider": "football-api", "title": "Paris Saint-Germain", "type": "team"}, {"href": "/en/news/team/real-madrid-2021020913320920836-204/", "provider": "football-api", "title": "Real Madrid", "type": "team"}, {"href": "/en/news/competition/ligue-1-2021020913320920836-8/", "provider": "football-api", "title": "Ligue 1", "type": "tournament"}, {"href": "/en/news/competition/laliga-2021020913320920836-5/", "provider": "football-api", "title": "LaLiga", "type": "tournament"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}, {"href": "/en/news/team/liverpool-2021020913320920836-92/", "provider": "football-api", "title": "Liverpool", "type": "team"}]}, "shortTitle": null, "title": "Transfer Talk: All the latest Mbappe news in bite-sized chunks", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/kylian-mbappe-latest-transfer-news-gossip-rumours-psg-real-madrid-manchester-united-france-2023061308433113041/"}, {"categoryLabel": "Other sport", "categoryUrl": "/en/news/sports-news-or-livescore/", "id": "2023091910420044604", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Rafael Nadal watched Real Madrid's 2-1 victory over Real Sociedad on Sunday night", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/19092023/b6612b5f-e882-46a6-bfe8-13ac5c933e40.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Rafael Nadal watched Real Madrid's 2-1 victory over Real Sociedad on Sunday night", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/19092023/b6612b5f-e882-46a6-bfe8-13ac5c933e40.jpg"}, "path": null, "thumbnail": {"alt": "Rafael Nadal watched Real Madrid's 2-1 victory over Real Sociedad on Sunday night", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/19092023/b6612b5f-e882-46a6-bfe8-13ac5c933e40.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-19T11:00:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/player/kylian-mbappe-lottin-2023091215011471770-6150/", "provider": "football-api", "title": "Kylian Mbappe Lottin", "type": "player"}, {"href": "/en/news/team/real-madrid-2023091215011471770-204/", "provider": "football-api", "title": "Real Madrid", "type": "team"}, {"href": "/en/news/competition/laliga-2023091215011471770-5/", "provider": "football-api", "title": "LaLiga", "type": "tournament"}, {"href": "/en/news/team/paris-saint-germain-2023091215011471770-295/", "provider": "football-api", "title": "Paris Saint-Germain", "type": "team"}, {"href": "/en/news/competition/ligue-1-2023091215011471770-8/", "provider": "football-api", "title": "Ligue 1", "type": "tournament"}]}, "shortTitle": null, "title": "Nadal remains hopeful Mbappe will join Real Madrid", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/rafael-nadal-kylian-mbappe-real-madrid-paris-saint-germain-latest-news-2023091910420044604/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023091906595880360", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Thomas Frank admits Ivan Toney could be on the move in January", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/19092023/509e5aff-9923-4dc4-b788-9164ed6a20c5.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Thomas Frank admits Ivan Toney could be on the move in January", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/19092023/509e5aff-9923-4dc4-b788-9164ed6a20c5.jpg"}, "path": null, "thumbnail": {"alt": "Thomas Frank admits Ivan Toney could be on the move in January", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/19092023/509e5aff-9923-4dc4-b788-9164ed6a20c5.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-19T06:59:58+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/team/brentford-2021020913320920836-136/", "provider": "football-api", "title": "Brentford", "type": "team"}, {"href": "/en/news/player/ivan-toney-2021020913320920836-2604/", "provider": "football-api", "title": "Ivan Toney", "type": "player"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}]}, "shortTitle": null, "title": "Transfer Talk: Thomas does some Frank talking about Toney", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/thomas-frank-brentford-could-sell-ivan-toney-transfer-latest-2023091906595880360/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023091808390139542", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Alessia Russo joined Arsenal on a free transfer this summer", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/18092023/3977ffa6-03d5-49f0-a3b4-6f4f227ca526.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Alessia Russo joined Arsenal on a free transfer this summer", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/18092023/3977ffa6-03d5-49f0-a3b4-6f4f227ca526.jpg"}, "path": null, "thumbnail": {"alt": "Alessia Russo joined Arsenal on a free transfer this summer", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/18092023/3977ffa6-03d5-49f0-a3b4-6f4f227ca526.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-18T14:15:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/competition/womens-super-league-2021020913320920836-623/", "provider": "football-api", "title": "Women's Super League", "type": "tournament"}, {"href": "/en/news/team/arsenal-women-2021020913320920836-26188/", "provider": "football-api", "title": "Arsenal Women", "type": "team"}, {"href": "/en/news/player/alessia-russo-2021020913320920836-256267/", "provider": "football-api", "title": "Alessia Russo", "type": "player"}, {"href": "/en/news/player/kyra-cooney-cross-2021020913320920836-243521/", "provider": "football-api", "title": "Kyra Cooney-Cross", "type": "player"}, {"href": "/en/news/team/manchester-city-2021020913320920836-104/", "provider": "football-api", "title": "Manchester City", "type": "team"}, {"href": "/en/news/player/jill-roord-2021020913320920836-156041/", "provider": "football-api", "title": "Jill Roord", "type": "player"}, {"href": "/en/news/team/manchester-city-women-2021020913320920836-26195/", "provider": "football-api", "title": "Manchester City Women", "type": "team"}, {"href": "/en/news/team/manchester-united-2021020913320920836-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/team/manchester-united-women-2021020913320920836-26196/", "provider": "football-api", "title": "Manchester United Women", "type": "team"}, {"href": "/en/news/player/hinata-miyazawa-2021020913320920836-243406/", "provider": "football-api", "title": "Hinata Miyazawa", "type": "player"}, {"href": "/en/news/team/aston-villa-2021020913320920836-101/", "provider": "football-api", "title": "Aston Villa", "type": "team"}, {"href": "/en/news/team/aston-villa-women-2021020913320920836-26189/", "provider": "football-api", "title": "Aston Villa Women", "type": "team"}, {"href": "/en/news/player/daphne-van-domselaar-2021020913320920836-260161/", "provider": "football-api", "title": "Daphne van Domselaar", "type": "player"}, {"href": "/en/news/team/arsenal-2021020913320920836-97/", "provider": "football-api", "title": "Arsenal", "type": "team"}]}, "shortTitle": null, "title": "Five of the biggest deals from the WSL summer transfer window", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/womens-super-league-biggest-transfers-manchester-united-arsenal-alessia-russo-2023091808390139542/"}, {"categoryLabel": "Football", "categoryUrl": "/en/news/football/", "id": "2023091808431171669", "isAdultContent": false, "mainMedia": [{"gallery": {"alt": "Scott McTominay is being linked with a move to Bayern Munich", "height": 366, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/18092023/d4a93c2a-12e5-4821-8e2f-0fb42fa87490.jpg?operations=fit(620:)&w=620&quality=100", "width": 620}, "id": null, "original": {"alt": "Scott McTominay is being linked with a move to Bayern Munich", "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/18092023/d4a93c2a-12e5-4821-8e2f-0fb42fa87490.jpg"}, "path": null, "thumbnail": {"alt": "Scott McTominay is being linked with a move to Bayern Munich", "height": 160, "url": "https://uk1.sportal365images.com/process/smp-image-api/livescore.com/18092023/d4a93c2a-12e5-4821-8e2f-0fb42fa87490.jpg?operations=fit(260:)&w=260&quality=100", "width": 260}, "type": "image"}], "publishedAt": "2023-09-18T09:15:00+00:00", "publishedRegions": [], "related": {"relatedArticles": [], "tags": [{"href": "/en/news/team/manchester-united-2021020913320920836-102/", "provider": "football-api", "title": "Manchester United", "type": "team"}, {"href": "/en/news/player/scott-mctominay-2021020913320920836-177572/", "provider": "football-api", "title": "Scott McTominay", "type": "player"}, {"href": "/en/news/team/bayern-munich-2021020913320920836-233/", "provider": "football-api", "title": "Bayern Munich", "type": "team"}, {"href": "/en/news/competition/bundesliga-2021020913320920836-6/", "provider": "football-api", "title": "Bundesliga", "type": "tournament"}, {"href": "/en/news/competition/premier-league-2021020913320920836-3/", "provider": "football-api", "title": "Premier League", "type": "tournament"}]}, "shortTitle": null, "title": "Transfer Talk: Bayern eyeing January move for McTominay", "type": "news", "updatedAt": {"time": "1", "unit": "news.week"}, "url": "/en/news/transfer-talk-september-18-2023-bayern-munich-scott-mctominay-manchester-united-latest-news-2023091808431171669/"}], "message": "Successful", "resultsPerPage": 20, "status": true, "totalPages": 155, "totalResultCount": 3082}
{"type": "object", "properties": {"currentPage": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"categoryLabel": {"type": "string"}, "categoryUrl": {"type": "string"}, "id": {"type": "string"}, "isAdultContent": {"type": "boolean"}, "mainMedia": {"type": "array", "items": {"type": "object", "properties": {"gallery": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "id": {"type": "null"}, "original": {"type": "object", "properties": {"alt": {"type": "string"}, "url": {"type": "string"}}}, "path": {"type": "null"}, "thumbnail": {"type": "object", "properties": {"alt": {"type": "string"}, "height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}}, "type": {"type": "string"}}}}, "publishedAt": {"type": "string"}, "publishedRegions": {"type": "array"}, "related": {"type": "object", "properties": {"relatedArticles": {"type": "array"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "provider": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}}}}}, "shortTitle": {"type": "null"}, "title": {"type": "string"}, "type": {"type": "string"}, "updatedAt": {"type": "object", "properties": {"time": {"type": "string"}, "unit": {"type": "string"}}}, "url": {"type": "string"}}}}, "message": {"type": "string"}, "resultsPerPage": {"type": "integer"}, "status": {"type": "boolean"}, "totalPages": {"type": "integer"}, "totalResultCount": {"type": "integer"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/c39ee0d9-774f-4c62-ac0c-8d7bb1571bae/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/team/player-stats-detail
scores/team/player-stats-detail
200
Example_1
{"data": {"players": [{"name": "Erling Haaland", "playerKey": "player-stat-Erling-Haaland", "rank": 1, "statAmount": "14", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Julian Alvarez", "playerKey": "player-stat-Julian-Alvarez", "rank": 2, "statAmount": "7", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Rodri", "playerKey": "player-stat-Rodri", "rank": 2, "statAmount": "7", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Jeremy Doku", "playerKey": "player-stat-Jeremy-Doku", "rank": 4, "statAmount": "2", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Nathan Ake", "playerKey": "player-stat-Nathan-Ake", "rank": 5, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Ruben Dias", "playerKey": "player-stat-Ruben-Dias", "rank": 5, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Phil Foden", "playerKey": "player-stat-Phil-Foden", "rank": 5, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Josko Gvardiol", "playerKey": "player-stat-Josko-Gvardiol", "rank": 5, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Mateo Kovacic", "playerKey": "player-stat-Mateo-Kovacic", "rank": 5, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Aymeric Laporte", "playerKey": "player-stat-Aymeric-Laporte", "rank": 5, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Bernardo Silva", "playerKey": "player-stat-Bernardo-Silva", "rank": 5, "statAmount": "1", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Manuel Akanji", "playerKey": "player-stat-Manuel-Akanji", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Oscar Bobb", "playerKey": "player-stat-Oscar-Bobb", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Kevin De Bruyne", "playerKey": "player-stat-Kevin-De-Bruyne", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Ederson", "playerKey": "player-stat-Ederson", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Sergio Gomez", "playerKey": "player-stat-Sergio-Gomez", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Jack Grealish", "playerKey": "player-stat-Jack-Grealish", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Rico Lewis", "playerKey": "player-stat-Rico-Lewis", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "James McAtee", "playerKey": "player-stat-James-McAtee", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Matheus Nunes", "playerKey": "player-stat-Matheus-Nunes", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Cole Palmer", "playerKey": "player-stat-Cole-Palmer", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Kalvin Phillips", "playerKey": "player-stat-Kalvin-Phillips", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}, {"name": "Kyle Walker", "playerKey": "player-stat-Kyle-Walker", "rank": 12, "statAmount": "0", "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "teamId": "12633", "teamName": "Manchester City"}], "statId": "shots-on-target", "statName": "team.stat-shots-on-target", "statSlug": "/en/football/team/manchester-city/12633/stats/14414/shots-on-target/", "team": {"allCompetitions": "All Competitions", "form": "FORM", "inPlay": "IN_PLAY", "lastFive": "Last 5", "nextMatch": "NEXT MATCH", "noDataAvailable": "There is no data available", "seeAll": "See All", "stat-all": "All", "stat-assists": "Assists", "stat-goals": "Goals", "stat-goals-by-head": "Goals By Head", "stat-goals-by-penalty": "Goals By Penalty", "stat-minutes-played": "Minutes Played", "stat-own-goal": "Own Goals", "stat-points": "Points", "stat-red-cards": "Red Cards", "stat-shots-off-target": "Shots Off Target", "stat-shots-on-target": "Shots On Target", "stat-yellow-cards": "Yellow Cards", "stat-yellow-red-card": "Yellow Red Cards", "subSec-all": "All", "subSec-fixtures": "Fixtures", "subSec-results": "Results", "tab-matches": "Matches", "tab-news": "News", "tab-overview": "Overview", "tab-playerStats": "Player Stats", "tab-tables": "Tables"}}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"players": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "playerKey": {"type": "string"}, "rank": {"type": "integer"}, "statAmount": {"type": "string"}, "teamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "teamId": {"type": "string"}, "teamName": {"type": "string"}}}}, "statId": {"type": "string"}, "statName": {"type": "string"}, "statSlug": {"type": "string"}, "team": {"type": "object", "properties": {"allCompetitions": {"type": "string"}, "form": {"type": "string"}, "inPlay": {"type": "string"}, "lastFive": {"type": "string"}, "nextMatch": {"type": "string"}, "noDataAvailable": {"type": "string"}, "seeAll": {"type": "string"}, "stat-all": {"type": "string"}, "stat-assists": {"type": "string"}, "stat-goals": {"type": "string"}, "stat-goals-by-head": {"type": "string"}, "stat-goals-by-penalty": {"type": "string"}, "stat-minutes-played": {"type": "string"}, "stat-own-goal": {"type": "string"}, "stat-points": {"type": "string"}, "stat-red-cards": {"type": "string"}, "stat-shots-off-target": {"type": "string"}, "stat-shots-on-target": {"type": "string"}, "stat-yellow-cards": {"type": "string"}, "stat-yellow-red-card": {"type": "string"}, "subSec-all": {"type": "string"}, "subSec-fixtures": {"type": "string"}, "subSec-results": {"type": "string"}, "tab-matches": {"type": "string"}, "tab-news": {"type": "string"}, "tab-overview": {"type": "string"}, "tab-playerStats": {"type": "string"}, "tab-tables": {"type": "string"}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/507045fd-5d7c-4201-8e0b-b03b16401376/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/h2h
scores/matches/h2h
200
Example_1
{"data": [{"events": [{"awayName": "Almeria", "awayScore": "0", "awaySlug": "enet/9865.png", "homeName": "Rayo Vallecano", "homeScore": "2", "homeSlug": "enet/8370.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "10882-LaLiga 22/23-195", "stageName": "LaLiga 22/23"}, "startDateTimeString": "20230206200000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}, {"awayName": "Rayo Vallecano", "awayScore": "1", "awaySlug": "enet/8370.png", "homeName": "Almeria", "homeScore": "3", "homeSlug": "enet/9865.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "10882-LaLiga 22/23-195", "stageName": "LaLiga 22/23"}, "startDateTimeString": "20221008120000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}], "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": false, "stageCode": "spain", "stageId": "10882-LaLiga 22/23-195", "stageName": "LaLiga 22/23"}}, {"events": [{"awayName": "Rayo Vallecano", "awayScore": "1", "awaySlug": "enet/8370.png", "homeName": "Almeria", "homeScore": "0", "homeSlug": "enet/9865.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": true, "stageCode": "spain", "stageId": "663-LaLiga Smartbank 20/21-195", "stageName": "LaLiga Smartbank 20/21"}, "startDateTimeString": "20210402190000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Almeria", "awayScore": "1", "awaySlug": "enet/9865.png", "homeName": "Rayo Vallecano", "homeScore": "0", "homeSlug": "enet/8370.png", "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": true, "stageCode": "spain", "stageId": "663-LaLiga Smartbank 20/21-195", "stageName": "LaLiga Smartbank 20/21"}, "startDateTimeString": "20201108150000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}], "stage": {"category": "spain", "countryId": "195", "countryName": "Spain", "flagAlt": "Spain", "flagUrl": "spain", "isCup": false, "isStageHidden": true, "stageCode": "spain", "stageId": "663-LaLiga Smartbank 20/21-195", "stageName": "LaLiga Smartbank 20/21"}}, {"events": [{"awayName": "Rayo Vallecano", "awayScore": "2", "awaySlug": "enet/8370.png", "homeName": "Almeria", "homeScore": "3", "homeSlug": "enet/9865.png", "stage": {"countryId": "140", "countryName": "Spain 2", "flagAlt": "Spain 2", "isCup": false, "isStageHidden": false, "stageCode": "Spain 2", "stageId": "undefined-LaLiga2-140", "stageName": "LaLiga2"}, "startDateTimeString": "20200713173000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}, {"awayName": "Almeria", "awayScore": "1", "awaySlug": "enet/9865.png", "homeName": "Rayo Vallecano", "homeScore": "1", "homeSlug": "enet/8370.png", "stage": {"countryId": "140", "countryName": "Spain 2", "flagAlt": "Spain 2", "isCup": false, "isStageHidden": false, "stageCode": "Spain 2", "stageId": "undefined-LaLiga2-140", "stageName": "LaLiga2"}, "startDateTimeString": "20190921180000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Rayo Vallecano", "awayScore": "1", "awaySlug": "enet/8370.png", "homeName": "Almeria", "homeScore": "0", "homeSlug": "enet/9865.png", "stage": {"countryId": "140", "countryName": "Spain 2", "flagAlt": "Spain 2", "isCup": false, "isStageHidden": false, "stageCode": "Spain 2", "stageId": "undefined-LaLiga2-140", "stageName": "LaLiga2"}, "startDateTimeString": "20180310170000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}, {"awayName": "Almeria", "awayScore": "0", "awaySlug": "enet/9865.png", "homeName": "Rayo Vallecano", "homeScore": "1", "homeSlug": "enet/8370.png", "stage": {"countryId": "140", "countryName": "Spain 2", "flagAlt": "Spain 2", "isCup": false, "isStageHidden": false, "stageCode": "Spain 2", "stageId": "undefined-LaLiga2-140", "stageName": "LaLiga2"}, "startDateTimeString": "20171012190000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}, {"awayName": "Almeria", "awayScore": "0", "awaySlug": "enet/9865.png", "homeName": "Rayo Vallecano", "homeScore": "1", "homeSlug": "enet/8370.png", "stage": {"countryId": "140", "countryName": "Spain 2", "flagAlt": "Spain 2", "isCup": false, "isStageHidden": false, "stageCode": "Spain 2", "stageId": "undefined-LaLiga2-140", "stageName": "LaLiga2"}, "startDateTimeString": "20170205150000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "HOME"}], "stage": {"countryId": "140", "countryName": "Spain 2", "flagAlt": "Spain 2", "isCup": false, "isStageHidden": false, "stageCode": "Spain 2", "stageId": "undefined-LaLiga2-140", "stageName": "LaLiga2"}}, {"events": [{"awayName": "Rayo Vallecano", "awayScore": "2", "awaySlug": "enet/8370.png", "homeName": "Almeria", "homeScore": "0", "homeSlug": "enet/9865.png", "stage": {"countryId": "138", "countryName": "Spain Cup 1", "flagAlt": "Spain Cup 1", "isCup": false, "isStageHidden": false, "stageCode": "Spain Cup 1", "stageId": "undefined-Copa del Rey-138", "stageName": "Copa del Rey"}, "startDateTimeString": "20160906200000", "status": 6, "statusCode": "FT", "statusId": 2, "winner": "AWAY"}], "stage": {"countryId": "138", "countryName": "Spain Cup 1", "flagAlt": "Spain Cup 1", "isCup": false, "isStageHidden": false, "stageCode": "Spain Cup 1", "stageId": "undefined-Copa del Rey-138", "stageName": "Copa del Rey"}}], "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"awayName": {"type": "string"}, "awayScore": {"type": "string"}, "awaySlug": {"type": "string"}, "homeName": {"type": "string"}, "homeScore": {"type": "string"}, "homeSlug": {"type": "string"}, "stage": {"type": "object"}, "startDateTimeString": {"type": "string"}, "status": {"type": "integer"}, "statusCode": {"type": "string"}, "statusId": {"type": "integer"}, "winner": {"type": "string"}}}}, "stage": {"type": "object"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/44066eed-2d5c-4f31-a05a-3970868994bc/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
matches/get-teams
matches/get-teams
200
Example_1
{"data": {"Eid": "1071811", "Lu": [{"Fo": [4, 3, 3], "IS": [{"Aid": "31031", "Fn": "Gabriel", "Ln": "Martinelli", "Pid": "31031", "Pon": "FORWARD", "Pos": 4, "PosA": 7, "Rs": "Muscle injury", "Rt": 4, "RtonS": "Unknown"}, {"Aid": "31016", "Fn": "Thomas", "Ln": "Partey", "Pid": "31016", "Pon": "MIDFIELDER", "Pos": 3, "PosA": 7, "Rs": "Foot injury", "Rt": 4, "RtonS": "Unknown"}, {"Aid": "20087", "Fn": "Jurrien", "Ln": "Timber", "Pid": "20087", "Pon": "DEFENDER", "Pos": 2, "PosA": 7, "Rs": "Knee injury", "Rt": 4, "RtonS": "Unknown"}], "Ps": [{"Aid": "32247", "Fn": "David", "Fp": "1:1", "Ln": "Raya", "Pid": "32247", "Pon": "GOALKEEPER", "Pos": 1, "PosA": 1, "Snu": 22}, {"Aid": "31025", "Fn": "Ben", "Fp": "2:1", "Ln": "White", "Pid": "31025", "Pon": "DEFENDER", "Pos": 2, "PosA": 2, "Snu": 4}, {"Aid": "2032", "Fn": "William", "Fp": "2:2", "Ln": "Saliba", "Pid": "2032", "Pon": "DEFENDER", "Pos": 2, "PosA": 2, "Snu": 2}, {"Aid": "31028", "Fn": "Gabriel", "Fp": "2:3", "Ln": "Magalhaes", "Pid": "31028", "Pon": "DEFENDER", "Pos": 2, "PosA": 2, "Snu": 6}, {"Aid": "3249", "Fn": "Oleksandr", "Fp": "2:4", "Ln": "Zinchenko", "Pid": "3249", "Pon": "DEFENDER", "Pos": 2, "PosA": 2, "Snu": 35}, {"Aid": "31018", "Fn": "Martin", "Fp": "3:1", "Ln": "Odegaard", "Pid": "31018", "Pon": "MIDFIELDER", "Pos": 3, "PosA": 3, "Snu": 8}, {"Aid": "29269", "Fn": "Declan", "Fp": "3:2", "Ln": "Rice", "Pid": "29269", "Pon": "MIDFIELDER", "Pos": 3, "PosA": 3, "Snu": 41}, {"Aid": "29939", "Fn": "Kai", "Fp": "3:3", "Ln": "Havertz", "Pid": "29939", "Pon": "MIDFIELDER", "Pos": 3, "PosA": 3, "Snu": 29}, {"Aid": "31030", "Fn": "Bukayo", "Fp": "4:1", "Ln": "Saka", "Pid": "31030", "Pon": "FORWARD", "Pos": 4, "PosA": 4, "Snu": 7}, {"Aid": "3253", "Fn": "Gabriel", "Fp": "4:2", "Ln": "Jesus", "Pid": "3253", "Pon": "FORWARD", "Pos": 4, "PosA": 4, "Snu": 9}, {"Aid": "21173", "Fn": "Leandro", "Fp": "4:3", "Ln": "Trossard", "Pid": "21173", "Pon": "FORWARD", "Pos": 4, "PosA": 4, "Snu": 19}, {"Aid": "31024", "Fn": "Aaron", "Ln": "Ramsdale", "Pid": "31024", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 1}, {"Aid": "31029", "Fn": "Karl Jacob", "Ln": "Hein", "Pid": "31029", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 31}, {"Aid": "17161", "Fn": "Jakub", "Ln": "Kiwior", "Pid": "17161", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 15}, {"Aid": "31011", "Fn": "Cedric", "Ln": "Soares", "Pid": "31011", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 17}, {"Aid": "31020", "Fn": "Takehiro", "Ln": "Tomiyasu", "Pid": "31020", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 18}, {"Aid": "31023", "Fn": "Emile", "Ln": "Smith-Rowe", "Pid": "31023", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 10}, {"Aid": "29923", "Ln": "Jorginho", "Pid": "29923", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snm": "Jorginho", "Snu": 20}, {"Aid": "9355", "Fn": "Fabio", "Ln": "Vieira", "Pid": "9355", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 21}, {"Aid": "31015", "Fn": "Mohamed", "Ln": "Elneny", "Pid": "31015", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 25}, {"Aid": "31022", "Fn": "Eddie", "Ln": "Nketiah", "Pid": "31022", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 14}, {"Aid": "20266", "Fn": "Reiss", "Ln": "Nelson", "Pid": "20266", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 24}, {"Aid": "31010", "Fn": "Mikel", "Ln": "Arteta", "Pid": "31010", "Pon": "COACH", "Pos": 10, "PosA": 10}], "Tnb": 1}, {"Fo": [4, 3, 3], "IS": [{"Aid": "20050", "Fn": "Armando", "Ln": "Obispo", "Pid": "20050", "Pon": "DEFENDER", "Pos": 2, "PosA": 7, "Rs": "Knee injury", "Rt": 4, "RtonS": "Unknown"}, {"Aid": "9338", "Fn": "Fredrik", "Ln": "Oppegard", "Pid": "9338", "Pon": "DEFENDER", "Pos": 2, "PosA": 7, "Rs": "Knock", "Rt": 4, "RtonS": "Unknown"}, {"Aid": "20057", "Ln": "Mauro Junior", "Pid": "20057", "Pon": "MIDFIELDER", "Pos": 3, "PosA": 7, "Rs": "Knee injury", "Rt": 4, "RtonS": "Unknown", "Snm": "Mauro Junior"}], "Ps": [{"Aid": "2654", "Fn": "Walter", "Fp": "1:1", "Ln": "Benitez", "Pid": "2654", "Pon": "GOALKEEPER", "Pos": 1, "PosA": 1, "Snu": 1}, {"Aid": "20051", "Fn": "Jordan", "Fp": "2:1", "Ln": "Teze", "Pid": "20051", "Pon": "DEFENDER", "Pos": 2, "PosA": 2, "Snu": 3}, {"Aid": "14198", "Fn": "Armel", "Fp": "2:2", "Ln": "Bella-Kotchap", "Pid": "14198", "Pon": "DEFENDER", "Pos": 2, "PosA": 2, "Snu": 6}, {"Aid": "20045", "Fn": "Olivier", "Fp": "2:3", "Ln": "Boscagli", "Pid": "20045", "Pon": "DEFENDER", "Pos": 2, "PosA": 2, "Snu": 18}, {"Aid": "18454", "Fn": "Sergino", "Fp": "2:4", "Ln": "Dest", "Pid": "18454", "Pon": "DEFENDER", "Pos": 2, "PosA": 2, "Snu": 8}, {"Aid": "20066", "Fn": "Ismael", "Fp": "3:1", "Ln": "Saibari", "Pid": "20066", "Pon": "MIDFIELDER", "Pos": 3, "PosA": 3, "Snu": 34}, {"Aid": "15631", "Fn": "Jerdy", "Fp": "3:2", "Ln": "Schouten", "Pid": "15631", "Pon": "MIDFIELDER", "Pos": 3, "PosA": 3, "Snu": 22}, {"Aid": "20053", "Fn": "Joey", "Fp": "3:3", "Ln": "Veerman", "Pid": "20053", "Pon": "MIDFIELDER", "Pos": 3, "PosA": 3, "Snu": 23}, {"Aid": "20067", "Fn": "Johan", "Fp": "4:1", "Ln": "Bakayoko", "Pid": "20067", "Pon": "FORWARD", "Pos": 4, "PosA": 4, "Snu": 11}, {"Aid": "18433", "Fn": "Luuk", "Fp": "4:2", "Ln": "De Jong", "Pid": "18433", "Pon": "FORWARD", "Pos": 4, "PosA": 4, "Snu": 9}, {"Aid": "19336", "Fn": "Noa", "Fp": "4:3", "Ln": "Lang", "Pid": "19336", "Pon": "FORWARD", "Pos": 4, "PosA": 4, "Snu": 7}, {"Aid": "20047", "Fn": "Joel", "Ln": "Drommel", "Pid": "20047", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 16}, {"Aid": "25327", "Fn": "Boy", "Ln": "Waterman", "Pid": "25327", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 24}, {"Aid": "32117", "Fn": "Shurandy", "Ln": "Sambo", "Pid": "32117", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 2}, {"Aid": "20042", "Ln": "Ramalho", "Pid": "20042", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snm": "Ramalho", "Snu": 5}, {"Aid": "22302", "Fn": "Patrick", "Ln": "Van Aanholt", "Pid": "22302", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 30}, {"Aid": "20269", "Fn": "Guus", "Ln": "Til", "Pid": "20269", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 20}, {"Aid": "9119", "Fn": "Isaac", "Ln": "Babadi", "Pid": "9119", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 26}, {"Aid": "15393", "Fn": "Malik", "Ln": "Tillman", "Pid": "15393", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 10}, {"Aid": "15276", "Fn": "Ricardo", "Ln": "Pepi", "Pid": "15276", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 14}, {"Aid": "16577", "Fn": "Hirving", "Ln": "Lozano", "Pid": "16577", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 27}, {"Aid": "20059", "Fn": "Yorbe", "Ln": "Vertessen", "Pid": "20059", "Pon": "SUBSTITUTE_PLAYER", "Pos": 5, "PosA": 5, "Snu": 32}, {"Aid": "2285", "Fn": "Peter", "Ln": "Bosz", "Pid": "2285", "Pon": "COACH", "Pos": 10, "PosA": 10}], "Tnb": 2}], "Subs": {"2": [{"AIDo": "20266", "Aid": "21173", "Fn": "Leandro", "ID": "21173", "IDo": "20266", "IT": 4, "Ln": "Trossard", "Min": 58, "Nm": 1, "Pn": "Leandro Trossard", "Pnum": 0, "PnumO": 0, "Sor": 0}, {"AIDo": "21173", "Aid": "20266", "Fn": "Reiss", "ID": "20266", "IDo": "21173", "IT": 5, "Ln": "Nelson", "Min": 58, "Nm": 1, "Pn": "Reiss Nelson", "Pnum": 0, "PnumO": 0, "Sor": 1}, {"AIDo": "31020", "Aid": "3249", "Fn": "Oleksandr", "ID": "3249", "IDo": "31020", "IT": 4, "Ln": "Zinchenko", "Min": 58, "Nm": 1, "Pn": "Oleksandr Zinchenko", "Pnum": 0, "PnumO": 0, "Sor": 2}, {"AIDo": "3249", "Aid": "31020", "Fn": "Takehiro", "ID": "31020", "IDo": "3249", "IT": 5, "Ln": "Tomiyasu", "Min": 58, "Nm": 1, "Pn": "Takehiro Tomiyasu", "Pnum": 0, "PnumO": 0, "Sor": 3}, {"AIDo": "16577", "Aid": "20067", "Fn": "Johan", "ID": "20067", "IDo": "16577", "IT": 4, "Ln": "Bakayoko", "Min": 66, "Nm": 2, "Pn": "Johan Bakayoko", "Pnum": 0, "PnumO": 0, "Sor": 0}, {"AIDo": "20067", "Aid": "16577", "Fn": "Hirving", "ID": "16577", "IDo": "20067", "IT": 5, "Ln": "Lozano", "Min": 66, "Nm": 2, "Pn": "Hirving Lozano", "Pnum": 0, "PnumO": 0, "Sor": 1}, {"AIDo": "15393", "Aid": "20066", "Fn": "Ismael", "ID": "20066", "IDo": "15393", "IT": 4, "Ln": "Saibari", "Min": 66, "Nm": 2, "Pn": "Ismael Saibari", "Pnum": 0, "PnumO": 0, "Sor": 2}, {"AIDo": "20066", "Aid": "15393", "Fn": "Malik", "ID": "15393", "IDo": "20066", "IT": 5, "Ln": "Tillman", "Min": 66, "Nm": 2, "Pn": "Malik Tillman", "Pnum": 0, "PnumO": 0, "Sor": 3}, {"AIDo": "31023", "Aid": "3253", "Fn": "Gabriel", "ID": "3253", "IDo": "31023", "IT": 4, "Ln": "Jesus", "Min": 69, "Nm": 1, "Pn": "Gabriel Jesus", "Pnum": 0, "PnumO": 0, "Sor": 0}, {"AIDo": "3253", "Aid": "31023", "Fn": "Emile", "ID": "31023", "IDo": "3253", "IT": 5, "Ln": "Smith-Rowe", "Min": 69, "Nm": 1, "Pn": "Emile Smith Rowe", "Pnum": 0, "PnumO": 0, "Sor": 1}, {"AIDo": "9355", "Aid": "31030", "Fn": "Bukayo", "ID": "31030", "IDo": "9355", "IT": 4, "Ln": "Saka", "Min": 69, "Nm": 1, "Pn": "Bukayo Saka", "Pnum": 0, "PnumO": 0, "Sor": 2}, {"AIDo": "31030", "Aid": "9355", "Fn": "Fabio", "ID": "9355", "IDo": "31030", "IT": 5, "Ln": "Vieira", "Min": 69, "Nm": 1, "Pn": "Fabio Vieira", "Pnum": 0, "PnumO": 0, "Sor": 3}, {"AIDo": "29923", "Aid": "29269", "Fn": "Declan", "ID": "29269", "IDo": "29923", "IT": 4, "Ln": "Rice", "Min": 76, "Nm": 1, "Pn": "Declan Rice", "Pnum": 0, "PnumO": 0, "Sor": 3}, {"AIDo": "29269", "Aid": "29923", "ID": "29923", "IDo": "29269", "IT": 5, "Ln": "Jorginho", "Min": 76, "Nm": 1, "Pn": "Jorginho", "Pnum": 0, "PnumO": 0, "Snm": "Jorginho", "Sor": 4}, {"AIDo": "20042", "Aid": "14198", "Fn": "Armel", "ID": "14198", "IDo": "20042", "IT": 4, "Ln": "Bella-Kotchap", "Min": 76, "Nm": 2, "Pn": "Armel Bella-Kotchap", "Pnum": 0, "PnumO": 0, "Sor": 5}, {"AIDo": "14198", "Aid": "20042", "ID": "20042", "IDo": "14198", "IT": 5, "Ln": "Ramalho", "Min": 76, "Nm": 2, "Pn": "Andre Ramalho Silva", "Pnum": 0, "PnumO": 0, "Snm": "Ramalho", "Sor": 6}, {"AIDo": "20059", "Aid": "19336", "Fn": "Noa", "ID": "19336", "IDo": "20059", "IT": 4, "Ln": "Lang", "Min": 76, "Nm": 2, "Pn": "Noa Lang", "Pnum": 0, "PnumO": 0, "Sor": 7}, {"AIDo": "19336", "Aid": "20059", "Fn": "Yorbe", "ID": "20059", "IDo": "19336", "IT": 5, "Ln": "Vertessen", "Min": 76, "Nm": 2, "Pn": "Yorbe Vertessen", "Pnum": 0, "PnumO": 0, "Sor": 8}, {"AIDo": "15276", "Aid": "18433", "Fn": "Luuk", "ID": "18433", "IDo": "15276", "IT": 4, "Ln": "De Jong", "Min": 90, "Nm": 2, "Pn": "Luuk de Jong", "Pnum": 0, "PnumO": 0, "Sor": 0}, {"AIDo": "18433", "Aid": "15276", "Fn": "Ricardo", "ID": "15276", "IDo": "18433", "IT": 5, "Ln": "Pepi", "Min": 90, "Nm": 2, "Pn": "Ricardo Pepi", "Pnum": 0, "PnumO": 0, "Sor": 1}]}}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Eid": {"type": "string"}, "Lu": {"type": "array", "items": {"type": "object", "properties": {"Fo": {"type": "array", "items": {"type": "integer"}}, "IS": {"type": "array", "items": {"type": "object"}}, "Ps": {"type": "array", "items": {"type": "object"}}, "Tnb": {"type": "integer"}}}}, "Subs": {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object"}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/04c017a6-be2c-4443-8f55-29d0ff5c485f/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/table-home
scores/matches/table-home
200
Example_1
{"data": {"additionalInfo": [], "country": "champions-league", "countryName": "Champions League", "hideLeagueTableBadges": false, "isLimitedOversMatch": false, "isSplit": false, "kind": "home", "name": "Champions League: Regular Season", "stagePhases": [], "subName": "", "teams": [{"draws": 0, "goalsAgainst": 2, "goalsDiff": 13, "goalsFor": 15, "hasMatchInProgress": false, "id": "1484", "losses": 0, "lossesOT": 0, "name": "Geneve-Servette", "played": 2, "points": 6, "rank": 1, "reg": 2, "slug": "/en/basketball/team/geneve-servette/1484/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/372.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/372.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 1, "goalsDiff": 11, "goalsFor": 12, "hasMatchInProgress": false, "id": "1596", "losses": 0, "lossesOT": 0, "name": "Faerjestad", "played": 2, "points": 6, "rank": 2, "reg": 2, "slug": "/en/basketball/team/faerjestad/1596/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/363.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/363.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 4, "goalsDiff": 10, "goalsFor": 14, "hasMatchInProgress": false, "id": "1486", "losses": 0, "lossesOT": 0, "name": "EHC RB Muenchen", "played": 2, "points": 6, "rank": 3, "reg": 2, "slug": "/en/basketball/team/ehc-rb-muenchen/1486/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/555.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/555.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 5, "goalsDiff": 7, "goalsFor": 12, "hasMatchInProgress": false, "id": "1377", "losses": 1, "lossesOT": 0, "name": "Dynamo Pardubice", "played": 3, "points": 6, "rank": 4, "reg": 2, "slug": "/en/basketball/team/dynamo-pardubice/1377/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/330.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/330.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 2, "goalsDiff": 7, "goalsFor": 9, "hasMatchInProgress": false, "id": "1520", "losses": 0, "lossesOT": 0, "name": "Biel", "played": 2, "points": 6, "rank": 5, "reg": 2, "slug": "/en/basketball/team/biel/1520/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/131528.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/131528.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 2, "goalsDiff": 7, "goalsFor": 9, "hasMatchInProgress": false, "id": "1702", "losses": 0, "lossesOT": 0, "name": "Vaexjoe", "played": 2, "points": 6, "rank": 6, "reg": 2, "slug": "/en/basketball/team/vaexjoe/1702/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/409.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/409.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 3, "goalsDiff": 4, "goalsFor": 7, "hasMatchInProgress": false, "id": "1431", "losses": 0, "lossesOT": 0, "name": "Innsbruck", "played": 2, "points": 6, "rank": 7, "reg": 2, "slug": "/en/basketball/team/innsbruck/1431/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/456.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 4, "goalsDiff": 3, "goalsFor": 7, "hasMatchInProgress": false, "id": "1578", "losses": 0, "lossesOT": 0, "name": "Adler Mannheim", "played": 2, "points": 6, "rank": 8, "reg": 2, "slug": "/en/basketball/team/adler-mannheim/1578/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/436.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/436.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 6, "goalsDiff": 5, "goalsFor": 11, "hasMatchInProgress": false, "id": "1800", "losses": 1, "lossesOT": 0, "name": "Tappara", "played": 3, "points": 5, "rank": 9, "reg": 1, "slug": "/en/basketball/team/tappara/1800/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/310.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/310.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 4, "goalsDiff": 4, "goalsFor": 8, "hasMatchInProgress": false, "id": "1499", "losses": 0, "lossesOT": 0, "name": "Vitkovice", "played": 2, "points": 5, "rank": 10, "reg": 1, "slug": "/en/basketball/team/vitkovice/1499/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/331.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/331.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 6, "goalsDiff": 2, "goalsFor": 8, "hasMatchInProgress": false, "id": "1446", "losses": 0, "lossesOT": 0, "name": "Ilves", "played": 2, "points": 5, "rank": 11, "reg": 1, "slug": "/en/basketball/team/ilves/1446/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/309.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/309.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 0, "goalsDiff": 4, "goalsFor": 4, "hasMatchInProgress": false, "id": "1410", "losses": 0, "lossesOT": 0, "name": "Belfast Giants", "played": 1, "points": 3, "rank": 12, "reg": 1, "slug": "/en/basketball/team/belfast-giants/1410/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/785329.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/785329.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 5, "goalsDiff": 2, "goalsFor": 7, "hasMatchInProgress": false, "id": "1625", "losses": 2, "lossesOT": 0, "name": "Skellefteaa", "played": 3, "points": 3, "rank": 13, "reg": 1, "slug": "/en/basketball/team/skellefteaa/1625/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/414.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/414.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 4, "goalsDiff": 2, "goalsFor": 6, "hasMatchInProgress": false, "id": "1378", "losses": 1, "lossesOT": 0, "name": "Salzburg", "played": 2, "points": 3, "rank": 14, "reg": 1, "slug": "/en/basketball/team/salzburg/1378/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/457.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/457.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 2, "goalsDiff": 1, "goalsFor": 3, "hasMatchInProgress": false, "id": "1449", "losses": 0, "lossesOT": 0, "name": "ERC Ingolstadt", "played": 1, "points": 3, "rank": 15, "reg": 1, "slug": "/en/basketball/team/erc-ingolstadt/1449/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/441.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/441.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": 0, "goalsFor": 7, "hasMatchInProgress": false, "id": "1787", "losses": 1, "lossesOT": 0, "name": "Rapperswil-Jona Lakers", "played": 2, "points": 3, "rank": 16, "reg": 1, "slug": "/en/basketball/team/rapperswil-jona-lakers/1787/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/538.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/538.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 8, "goalsDiff": -2, "goalsFor": 6, "hasMatchInProgress": false, "id": "1509", "losses": 2, "lossesOT": 0, "name": "Pelicans", "played": 3, "points": 3, "rank": 17, "reg": 1, "slug": "/en/basketball/team/pelicans/1509/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/312.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/312.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": -4, "goalsFor": 3, "hasMatchInProgress": false, "id": "1457", "losses": 1, "lossesOT": 0, "name": "Lukko", "played": 2, "points": 3, "rank": 18, "reg": 1, "slug": "/en/basketball/team/lukko/1457/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/308.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/308.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 11, "goalsDiff": -3, "goalsFor": 8, "hasMatchInProgress": false, "id": "1826", "losses": 2, "lossesOT": 0, "name": "Stavanger", "played": 2, "points": 1, "rank": 19, "reg": 0, "slug": "/en/basketball/team/stavanger/1826/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/513.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/513.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 9, "goalsDiff": -3, "goalsFor": 6, "hasMatchInProgress": false, "id": "1465", "losses": 2, "lossesOT": 1, "name": "Trinec", "played": 2, "points": 1, "rank": 20, "reg": 0, "slug": "/en/basketball/team/trinec/1465/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/325.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/325.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 8, "goalsDiff": -5, "goalsFor": 3, "hasMatchInProgress": false, "id": "1380", "losses": 2, "lossesOT": 1, "name": "Aalborg Pirates", "played": 2, "points": 1, "rank": 21, "reg": 0, "slug": "/en/basketball/team/aalborg-pirates/1380/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/268.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/268.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 3, "goalsDiff": -1, "goalsFor": 2, "hasMatchInProgress": false, "id": "1475", "losses": 1, "lossesOT": 0, "name": "Kosice", "played": 1, "points": 0, "rank": 22, "reg": 0, "slug": "/en/basketball/team/kosice/1475/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/348.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/348.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": -6, "goalsFor": 1, "hasMatchInProgress": false, "id": "1372", "losses": 1, "lossesOT": 0, "name": "Bolzano", "played": 1, "points": 0, "rank": 23, "reg": 0, "slug": "/en/basketball/team/bolzano/1372/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/161463.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/161463.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 13, "goalsDiff": -7, "goalsFor": 6, "hasMatchInProgress": false, "id": "1502", "losses": 2, "lossesOT": 0, "name": "Rouen", "played": 2, "points": 0, "rank": 24, "reg": 0, "slug": "/en/basketball/team/rouen/1502/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/161449.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/161449.png"}, "wins": 0, "winsOT": 0}], "url": "/basketball/champions-league/champions-league-regular-season"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"additionalInfo": {"type": "array"}, "country": {"type": "string"}, "countryName": {"type": "string"}, "hideLeagueTableBadges": {"type": "boolean"}, "isLimitedOversMatch": {"type": "boolean"}, "isSplit": {"type": "boolean"}, "kind": {"type": "string"}, "name": {"type": "string"}, "stagePhases": {"type": "array"}, "subName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"draws": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "goalsDiff": {"type": "integer"}, "goalsFor": {"type": "integer"}, "hasMatchInProgress": {"type": "boolean"}, "id": {"type": "string"}, "losses": {"type": "integer"}, "lossesOT": {"type": "integer"}, "name": {"type": "string"}, "played": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "reg": {"type": "integer"}, "slug": {"type": "string"}, "stagePhases": {"type": "array"}, "teamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "wins": {"type": "integer"}, "winsOT": {"type": "integer"}}}}, "url": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/f13db56a-256d-42b8-85c4-644a56814a1f/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/table-away
scores/matches/table-away
200
Example_1
{"data": {"additionalInfo": [], "country": "champions-league", "countryName": "Champions League", "hideLeagueTableBadges": false, "isLimitedOversMatch": false, "isSplit": false, "kind": "away", "name": "Champions League: Regular Season", "stagePhases": [], "subName": "", "teams": [{"draws": 0, "goalsAgainst": 2, "goalsDiff": 8, "goalsFor": 10, "hasMatchInProgress": false, "id": "1446", "losses": 0, "lossesOT": 0, "name": "Ilves", "played": 2, "points": 6, "rank": 1, "reg": 2, "slug": "/en/basketball/team/ilves/1446/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/309.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/309.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 4, "goalsDiff": 7, "goalsFor": 11, "hasMatchInProgress": false, "id": "1457", "losses": 0, "lossesOT": 0, "name": "Lukko", "played": 2, "points": 6, "rank": 2, "reg": 2, "slug": "/en/basketball/team/lukko/1457/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/308.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/308.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 10, "goalsDiff": -2, "goalsFor": 8, "hasMatchInProgress": false, "id": "1449", "losses": 1, "lossesOT": 0, "name": "ERC Ingolstadt", "played": 3, "points": 6, "rank": 3, "reg": 2, "slug": "/en/basketball/team/erc-ingolstadt/1449/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/441.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/441.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": 5, "goalsFor": 12, "hasMatchInProgress": false, "id": "1702", "losses": 0, "lossesOT": 0, "name": "Vaexjoe", "played": 2, "points": 5, "rank": 4, "reg": 1, "slug": "/en/basketball/team/vaexjoe/1702/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/409.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/409.png"}, "wins": 2, "winsOT": 0}, {"draws": 0, "goalsAgainst": 2, "goalsDiff": 5, "goalsFor": 7, "hasMatchInProgress": false, "id": "1578", "losses": 1, "lossesOT": 0, "name": "Adler Mannheim", "played": 2, "points": 4, "rank": 5, "reg": 1, "slug": "/en/basketball/team/adler-mannheim/1578/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/436.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/436.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 4, "goalsDiff": 1, "goalsFor": 5, "hasMatchInProgress": false, "id": "1486", "losses": 1, "lossesOT": 0, "name": "EHC RB Muenchen", "played": 2, "points": 4, "rank": 6, "reg": 1, "slug": "/en/basketball/team/ehc-rb-muenchen/1486/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/555.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/555.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 3, "goalsDiff": 5, "goalsFor": 8, "hasMatchInProgress": false, "id": "1509", "losses": 0, "lossesOT": 0, "name": "Pelicans", "played": 1, "points": 3, "rank": 7, "reg": 1, "slug": "/en/basketball/team/pelicans/1509/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/312.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/312.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 3, "goalsDiff": 2, "goalsFor": 5, "hasMatchInProgress": false, "id": "1625", "losses": 0, "lossesOT": 0, "name": "Skellefteaa", "played": 1, "points": 3, "rank": 8, "reg": 1, "slug": "/en/basketball/team/skellefteaa/1625/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/414.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/414.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 6, "goalsDiff": 1, "goalsFor": 7, "hasMatchInProgress": false, "id": "1465", "losses": 1, "lossesOT": 0, "name": "Trinec", "played": 2, "points": 3, "rank": 9, "reg": 1, "slug": "/en/basketball/team/trinec/1465/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/325.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/325.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 5, "goalsDiff": 1, "goalsFor": 6, "hasMatchInProgress": false, "id": "1596", "losses": 1, "lossesOT": 0, "name": "Faerjestad", "played": 2, "points": 3, "rank": 10, "reg": 1, "slug": "/en/basketball/team/faerjestad/1596/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/363.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/363.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 3, "goalsDiff": 1, "goalsFor": 4, "hasMatchInProgress": false, "id": "1377", "losses": 0, "lossesOT": 0, "name": "Dynamo Pardubice", "played": 1, "points": 3, "rank": 11, "reg": 1, "slug": "/en/basketball/team/dynamo-pardubice/1377/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/330.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/330.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": -2, "goalsFor": 5, "hasMatchInProgress": false, "id": "1484", "losses": 1, "lossesOT": 0, "name": "Geneve-Servette", "played": 2, "points": 3, "rank": 12, "reg": 1, "slug": "/en/basketball/team/geneve-servette/1484/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/372.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/372.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 9, "goalsDiff": -7, "goalsFor": 2, "hasMatchInProgress": false, "id": "1502", "losses": 1, "lossesOT": 0, "name": "Rouen", "played": 2, "points": 3, "rank": 13, "reg": 1, "slug": "/en/basketball/team/rouen/1502/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/161449.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/161449.png"}, "wins": 1, "winsOT": 0}, {"draws": 0, "goalsAgainst": 1, "goalsDiff": 1, "goalsFor": 2, "hasMatchInProgress": false, "id": "1800", "losses": 0, "lossesOT": 0, "name": "Tappara", "played": 1, "points": 2, "rank": 14, "reg": 0, "slug": "/en/basketball/team/tappara/1800/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/310.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/310.png"}, "wins": 1, "winsOT": 1}, {"draws": 0, "goalsAgainst": 10, "goalsDiff": -2, "goalsFor": 8, "hasMatchInProgress": false, "id": "1787", "losses": 1, "lossesOT": 0, "name": "Rapperswil-Jona Lakers", "played": 2, "points": 2, "rank": 15, "reg": 0, "slug": "/en/basketball/team/rapperswil-jona-lakers/1787/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/538.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/538.png"}, "wins": 1, "winsOT": 1}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": -5, "goalsFor": 2, "hasMatchInProgress": false, "id": "1499", "losses": 2, "lossesOT": 0, "name": "Vitkovice", "played": 2, "points": 1, "rank": 16, "reg": 0, "slug": "/en/basketball/team/vitkovice/1499/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/331.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/331.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": -5, "goalsFor": 2, "hasMatchInProgress": false, "id": "1378", "losses": 2, "lossesOT": 0, "name": "Salzburg", "played": 2, "points": 0, "rank": 17, "reg": 0, "slug": "/en/basketball/team/salzburg/1378/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/457.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/457.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 10, "goalsDiff": -7, "goalsFor": 3, "hasMatchInProgress": false, "id": "1826", "losses": 2, "lossesOT": 0, "name": "Stavanger", "played": 2, "points": 0, "rank": 18, "reg": 0, "slug": "/en/basketball/team/stavanger/1826/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/513.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/513.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 8, "goalsDiff": -7, "goalsFor": 1, "hasMatchInProgress": false, "id": "1520", "losses": 2, "lossesOT": 0, "name": "Biel", "played": 2, "points": 0, "rank": 19, "reg": 0, "slug": "/en/basketball/team/biel/1520/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/131528.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/131528.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 13, "goalsDiff": -8, "goalsFor": 5, "hasMatchInProgress": false, "id": "1475", "losses": 3, "lossesOT": 0, "name": "Kosice", "played": 3, "points": 0, "rank": 20, "reg": 0, "slug": "/en/basketball/team/kosice/1475/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/348.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/348.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 11, "goalsDiff": -9, "goalsFor": 2, "hasMatchInProgress": false, "id": "1410", "losses": 3, "lossesOT": 0, "name": "Belfast Giants", "played": 3, "points": 0, "rank": 21, "reg": 0, "slug": "/en/basketball/team/belfast-giants/1410/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/785329.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/785329.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 14, "goalsDiff": -11, "goalsFor": 3, "hasMatchInProgress": false, "id": "1372", "losses": 3, "lossesOT": 0, "name": "Bolzano", "played": 3, "points": 0, "rank": 22, "reg": 0, "slug": "/en/basketball/team/bolzano/1372/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/161463.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/161463.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 13, "goalsDiff": -11, "goalsFor": 2, "hasMatchInProgress": false, "id": "1380", "losses": 2, "lossesOT": 0, "name": "Aalborg Pirates", "played": 2, "points": 0, "rank": 23, "reg": 0, "slug": "/en/basketball/team/aalborg-pirates/1380/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/268.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/268.png"}, "wins": 0, "winsOT": 0}, {"draws": 0, "goalsAgainst": 15, "goalsDiff": -12, "goalsFor": 3, "hasMatchInProgress": false, "id": "1431", "losses": 2, "lossesOT": 0, "name": "Innsbruck", "played": 2, "points": 0, "rank": 24, "reg": 0, "slug": "/en/basketball/team/innsbruck/1431/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/456.png"}, "wins": 0, "winsOT": 0}], "url": "/basketball/champions-league/champions-league-regular-season"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"additionalInfo": {"type": "array"}, "country": {"type": "string"}, "countryName": {"type": "string"}, "hideLeagueTableBadges": {"type": "boolean"}, "isLimitedOversMatch": {"type": "boolean"}, "isSplit": {"type": "boolean"}, "kind": {"type": "string"}, "name": {"type": "string"}, "stagePhases": {"type": "array"}, "subName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"draws": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "goalsDiff": {"type": "integer"}, "goalsFor": {"type": "integer"}, "hasMatchInProgress": {"type": "boolean"}, "id": {"type": "string"}, "losses": {"type": "integer"}, "lossesOT": {"type": "integer"}, "name": {"type": "string"}, "played": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "reg": {"type": "integer"}, "slug": {"type": "string"}, "stagePhases": {"type": "array"}, "teamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "wins": {"type": "integer"}, "winsOT": {"type": "integer"}}}}, "url": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/80cd12e4-faa9-4441-9de6-110c7b6e346e/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/team/table-all
scores/team/table-all
200
Example_1
{"data": {"additionalInfo": [{"determined": 1, "label": "cupResultInEuropaLeague"}, {"determined": 1, "label": "leagueCupInUefaConferenceLeague"}], "country": "england", "countryName": "England", "hideLeagueTableBadges": false, "isLimitedOversMatch": false, "isSplit": false, "kind": "all", "name": "Premier League", "stagePhases": [{"className": "light-blue", "label": "championsLeague", "pos": 1}, {"className": "medium-orange", "label": "europaLeague", "pos": 19}, {"className": "dark-red", "label": "relegation", "pos": 50}], "subName": "", "teams": [{"draws": 0, "goalsAgainst": 3, "goalsDiff": 13, "goalsFor": 16, "hasMatchInProgress": false, "id": "12633", "losses": 0, "lossesOT": 0, "name": "Manchester City", "played": 6, "points": 18, "rank": 1, "reg": 6, "slug": "/en/football/team/manchester-city/12633/overview/", "stagePhases": [{"className": "light-blue", "label": "championsLeague", "pos": 1}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8456.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8456.png"}, "wins": 6, "winsOT": 0}, {"draws": 1, "goalsAgainst": 5, "goalsDiff": 10, "goalsFor": 15, "hasMatchInProgress": false, "id": "3340", "losses": 0, "lossesOT": 0, "name": "Liverpool", "played": 6, "points": 16, "rank": 2, "reg": 5, "slug": "/en/football/team/liverpool/3340/overview/", "stagePhases": [{"className": "light-blue", "label": "championsLeague", "pos": 1}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8650.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8650.png"}, "wins": 5, "winsOT": 0}, {"draws": 0, "goalsAgainst": 8, "goalsDiff": 10, "goalsFor": 18, "hasMatchInProgress": false, "id": "2918", "losses": 1, "lossesOT": 0, "name": "Brighton", "played": 6, "points": 15, "rank": 3, "reg": 5, "slug": "/en/football/team/brighton/2918/overview/", "stagePhases": [{"className": "light-blue", "label": "championsLeague", "pos": 1}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10204.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10204.png"}, "wins": 5, "winsOT": 0}, {"draws": 2, "goalsAgainst": 7, "goalsDiff": 8, "goalsFor": 15, "hasMatchInProgress": false, "id": "3339", "losses": 0, "lossesOT": 0, "name": "Tottenham Hotspur", "played": 6, "points": 14, "rank": 4, "reg": 4, "slug": "/en/football/team/tottenham-hotspur/3339/overview/", "stagePhases": [{"className": "light-blue", "label": "championsLeague", "pos": 1}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8586.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8586.png"}, "wins": 4, "winsOT": 0}, {"draws": 2, "goalsAgainst": 6, "goalsDiff": 5, "goalsFor": 11, "hasMatchInProgress": false, "id": "2773", "losses": 0, "lossesOT": 0, "name": "Arsenal", "played": 6, "points": 14, "rank": 5, "reg": 4, "slug": "/en/football/team/arsenal/2773/overview/", "stagePhases": [{"className": "medium-orange", "label": "europaLeague", "pos": 19}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9825.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9825.png"}, "wins": 4, "winsOT": 0}, {"draws": 0, "goalsAgainst": 10, "goalsDiff": 2, "goalsFor": 12, "hasMatchInProgress": false, "id": "3863", "losses": 2, "lossesOT": 0, "name": "Aston Villa", "played": 6, "points": 12, "rank": 6, "reg": 4, "slug": "/en/football/team/aston-villa/3863/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10252.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10252.png"}, "wins": 4, "winsOT": 0}, {"draws": 1, "goalsAgainst": 10, "goalsDiff": 1, "goalsFor": 11, "hasMatchInProgress": false, "id": "252", "losses": 2, "lossesOT": 0, "name": "West Ham United", "played": 6, "points": 10, "rank": 7, "reg": 3, "slug": "/en/football/team/west-ham-united/252/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8654.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8654.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 7, "goalsDiff": 9, "goalsFor": 16, "hasMatchInProgress": false, "id": "2986", "losses": 3, "lossesOT": 0, "name": "Newcastle United", "played": 6, "points": 9, "rank": 8, "reg": 3, "slug": "/en/football/team/newcastle-united/2986/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10261.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10261.png"}, "wins": 3, "winsOT": 0}, {"draws": 0, "goalsAgainst": 10, "goalsDiff": -3, "goalsFor": 7, "hasMatchInProgress": false, "id": "2810", "losses": 3, "lossesOT": 0, "name": "Manchester United", "played": 6, "points": 9, "rank": 9, "reg": 3, "slug": "/en/football/team/manchester-united/2810/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10260.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10260.png"}, "wins": 3, "winsOT": 0}, {"draws": 2, "goalsAgainst": 7, "goalsDiff": -1, "goalsFor": 6, "hasMatchInProgress": false, "id": "2772", "losses": 2, "lossesOT": 0, "name": "Crystal Palace", "played": 6, "points": 8, "rank": 10, "reg": 2, "slug": "/en/football/team/crystal-palace/2772/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9826.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9826.png"}, "wins": 2, "winsOT": 0}, {"draws": 2, "goalsAgainst": 10, "goalsDiff": -5, "goalsFor": 5, "hasMatchInProgress": false, "id": "2872", "losses": 2, "lossesOT": 0, "name": "Fulham", "played": 6, "points": 8, "rank": 11, "reg": 2, "slug": "/en/football/team/fulham/2872/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9879.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9879.png"}, "wins": 2, "winsOT": 0}, {"draws": 1, "goalsAgainst": 9, "goalsDiff": -2, "goalsFor": 7, "hasMatchInProgress": false, "id": "3060", "losses": 3, "lossesOT": 0, "name": "Nottingham Forest", "played": 6, "points": 7, "rank": 12, "reg": 2, "slug": "/en/football/team/nottingham-forest/3060/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/10203.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/10203.png"}, "wins": 2, "winsOT": 0}, {"draws": 3, "goalsAgainst": 9, "goalsDiff": 0, "goalsFor": 9, "hasMatchInProgress": false, "id": "2865", "losses": 2, "lossesOT": 0, "name": "Brentford", "played": 6, "points": 6, "rank": 13, "reg": 1, "slug": "/en/football/team/brentford/2865/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/9937.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/9937.png"}, "wins": 1, "winsOT": 0}, {"draws": 2, "goalsAgainst": 6, "goalsDiff": -1, "goalsFor": 5, "hasMatchInProgress": false, "id": "2881", "losses": 3, "lossesOT": 0, "name": "Chelsea", "played": 6, "points": 5, "rank": 14, "reg": 1, "slug": "/en/football/team/chelsea/2881/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8455.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8455.png"}, "wins": 1, "winsOT": 0}, {"draws": 1, "goalsAgainst": 10, "goalsDiff": -5, "goalsFor": 5, "hasMatchInProgress": false, "id": "2917", "losses": 4, "lossesOT": 0, "name": "Everton", "played": 6, "points": 4, "rank": 15, "reg": 1, "slug": "/en/football/team/everton/2917/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8668.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8668.png"}, "wins": 1, "winsOT": 0}, {"draws": 1, "goalsAgainst": 12, "goalsDiff": -6, "goalsFor": 6, "hasMatchInProgress": false, "id": "2985", "losses": 4, "lossesOT": 0, "name": "Wolves", "played": 6, "points": 4, "rank": 16, "reg": 1, "slug": "/en/football/team/wolves/2985/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8602.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8602.png"}, "wins": 1, "winsOT": 0}, {"draws": 3, "goalsAgainst": 11, "goalsDiff": -6, "goalsFor": 5, "hasMatchInProgress": false, "id": "3928", "losses": 3, "lossesOT": 0, "name": "Bournemouth", "played": 6, "points": 3, "rank": 17, "reg": 0, "slug": "/en/football/team/bournemouth/3928/overview/", "stagePhases": [], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8678.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8678.png"}, "wins": 0, "winsOT": 0}, {"draws": 1, "goalsAgainst": 11, "goalsDiff": -8, "goalsFor": 3, "hasMatchInProgress": false, "id": "2857", "losses": 4, "lossesOT": 0, "name": "Luton Town", "played": 5, "points": 1, "rank": 18, "reg": 0, "slug": "/en/football/team/luton-town/2857/overview/", "stagePhases": [{"className": "dark-red", "label": "relegation", "pos": 50}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8346.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8346.png"}, "wins": 0, "winsOT": 0}, {"draws": 1, "goalsAgainst": 13, "goalsDiff": -9, "goalsFor": 4, "hasMatchInProgress": false, "id": "2882", "losses": 4, "lossesOT": 0, "name": "Burnley", "played": 5, "points": 1, "rank": 19, "reg": 0, "slug": "/en/football/team/burnley/2882/overview/", "stagePhases": [{"className": "dark-red", "label": "relegation", "pos": 50}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8191.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8191.png"}, "wins": 0, "winsOT": 0}, {"draws": 1, "goalsAgainst": 17, "goalsDiff": -12, "goalsFor": 5, "hasMatchInProgress": false, "id": "251", "losses": 5, "lossesOT": 0, "name": "Sheffield United", "played": 6, "points": 1, "rank": 20, "reg": 0, "slug": "/en/football/team/sheffield-united/251/overview/", "stagePhases": [{"className": "dark-red", "label": "relegation", "pos": 50}], "teamBadge": {"high": "https://lsm-static-prod.livescore.com/high/enet/8657.png", "medium": "https://lsm-static-prod.livescore.com/medium/enet/8657.png"}, "wins": 0, "winsOT": 0}], "url": "/en/football/england/premier-league"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"additionalInfo": {"type": "array", "items": {"type": "object", "properties": {"determined": {"type": "integer"}, "label": {"type": "string"}}}}, "country": {"type": "string"}, "countryName": {"type": "string"}, "hideLeagueTableBadges": {"type": "boolean"}, "isLimitedOversMatch": {"type": "boolean"}, "isSplit": {"type": "boolean"}, "kind": {"type": "string"}, "name": {"type": "string"}, "stagePhases": {"type": "array", "items": {"type": "object", "properties": {"className": {"type": "string"}, "label": {"type": "string"}, "pos": {"type": "integer"}}}}, "subName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"draws": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "goalsDiff": {"type": "integer"}, "goalsFor": {"type": "integer"}, "hasMatchInProgress": {"type": "boolean"}, "id": {"type": "string"}, "losses": {"type": "integer"}, "lossesOT": {"type": "integer"}, "name": {"type": "string"}, "played": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "reg": {"type": "integer"}, "slug": {"type": "string"}, "stagePhases": {"type": "array"}, "teamBadge": {"type": "object", "properties": {"high": {"type": "string"}, "medium": {"type": "string"}}}, "wins": {"type": "integer"}, "winsOT": {"type": "integer"}}}}, "url": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/623793b2-9856-4871-901b-8e27c93220bc/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
scores/matches/summary-events
scores/matches/summary-events
200
Example_1
{"data": {"football1": {"20": [{"AWAY": [{"id": "18483", "name": "Isi Palazon", "score": {"away": "1", "home": "0"}, "shortName": "I. Palazon", "time": "20'", "type": "FootballGoalPen"}], "HOME": []}], "28": [{"AWAY": [{"id": "18491", "name": "Randy Nteka", "score": {"away": "2", "home": "0"}, "shortName": "R. Nteka", "time": "28'", "type": "FootballGoalPen"}], "HOME": []}], "40": [{"AWAY": [{"id": "18480", "name": "Unai Lopez", "shortName": "U. Lopez", "time": "40'", "type": "FootballYellowCard"}], "HOME": []}]}, "football2": {"51": [{"AWAY": [{"id": "18478", "name": "Alvaro Garcia", "shortName": "A. Garcia", "time": "51'", "type": "FootballYellowCard"}], "HOME": []}], "65": [{"AWAY": [{"id": "18488", "name": "\u00d3scar Valent\u00edn", "shortName": "\u00d3. Valent\u00edn", "time": "65'", "type": "FootballYellowCard"}], "HOME": [{"id": "19201", "name": "Largie Ramazani", "shortName": "L. Ramazani", "time": "65'", "type": "FootballYellowCard"}]}]}}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"football1": {"type": "object", "properties": {"20": {"type": "array", "items": {"type": "object", "properties": {"AWAY": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "score": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}}}, "shortName": {"type": "string"}, "time": {"type": "string"}, "type": {"type": "string"}}}}, "HOME": {"type": "array"}}}}, "28": {"type": "array", "items": {"type": "object", "properties": {"AWAY": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "score": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}}}, "shortName": {"type": "string"}, "time": {"type": "string"}, "type": {"type": "string"}}}}, "HOME": {"type": "array"}}}}, "40": {"type": "array", "items": {"type": "object", "properties": {"AWAY": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "time": {"type": "string"}, "type": {"type": "string"}}}}, "HOME": {"type": "array"}}}}}}, "football2": {"type": "object", "properties": {"51": {"type": "array", "items": {"type": "object", "properties": {"AWAY": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "time": {"type": "string"}, "type": {"type": "string"}}}}, "HOME": {"type": "array"}}}}, "65": {"type": "array", "items": {"type": "object", "properties": {"AWAY": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "time": {"type": "string"}, "type": {"type": "string"}}}}, "HOME": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "time": {"type": "string"}, "type": {"type": "string"}}}}}}}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/ec6f5b74-711f-449d-9f7f-02f65ac75ff2/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
matches/get-info
matches/get-info
200
Example_1
{"data": {"Eid": "1084885", "Esd": 20230917093000, "Refs": [{"Kn": 6, "Nm": "Ahmed Pakteen"}, {"Kn": 7, "Nm": "Richard Illingworth"}, {"Kn": 5, "Nm": "Christopher Gaffaney"}, {"Kn": 4, "Nm": "Jayaraman Madanagopal"}, {"Kn": 0, "Nm": "David Boon"}], "VCnm": "Sri Lanka", "Vcid": 156, "Vcy": "Colombo", "Vneut": 0, "Vnm": "R. Premadasa Stadium"}, "message": "Successful", "status": true}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Eid": {"type": "string"}, "Esd": {"type": "integer"}, "Refs": {"type": "array", "items": {"type": "object", "properties": {"Kn": {"type": "integer"}, "Nm": {"type": "string"}}}}, "VCnm": {"type": "string"}, "Vcid": {"type": "integer"}, "Vcy": {"type": "string"}, "Vneut": {"type": "integer"}, "Vnm": {"type": "string"}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}}
30b1b267-7125-4e1b-8469-75539417f3dc/aebc2ada-91b0-41ad-b86e-945d06bea385/0/0
LiveScore Sports
Real-time data, this API provides information on various sports, including football, hockey, basketball, tennis, cricket and many other sports such as livescore.com.
7.7
matches/list-live
matches/list-live
200
Example_1
{"data": {"Stages": [{"Ccd": "turkey", "Ccdiso": "TUR", "Chi": 0, "Cid": "45", "Cnm": "Turkiye", "CompD": "Turkiye", "CompId": "32", "CompN": "Super Lig", "CompST": "Turkiye", "Csnm": "Turkiye", "Events": [{"ComX": 1, "EO": 807158631, "EOX": 807158631, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1020005", "Epr": 1, "Eps": "2'", "Ern": 7, "ErnInf": "7", "Esd": 20230930103000, "Esid": 2, "Et": 1, "IncsX": 0, "LuC": 1, "LuUT": 20230930103139, "LuX": 1, "Pid": 8, "Pids": {"1": "4257170", "6": "42415387", "8": "1020005", "12": "SBTE_29404416", "32": "2842231"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886552", "6": "76133", "8": "14918", "12": "SBTC3_41090", "30": "01ce1d77-b471-47bf-8985-f2ac22eac99a", "32": "20883"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "turkey", "Ccdiso": "TUR", "Chi": 0, "Cid": "45", "Cnm": "Turkiye", "CompD": "Turkiye", "CompId": "32", "CompN": "Super Lig", "CompST": "Turkiye", "Csnm": "Turkiye", "Scd": "super-lig", "Scu": 0, "Sdn": "Super Lig", "Sds": "Super Lig", "Shi": 0, "Sid": "14918", "Snm": "Super Lig", "badgeUrl": "2023-super-lig.png", "firstColor": "7E3339"}, "SubsX": 0, "T1": [{"Abr": "SIV", "CoId": "TUR", "CoNm": "Turkiye", "Gd": 1, "HasVideo": false, "ID": "3366", "Img": "enet/6265.png", "Nm": "Sivasspor", "Pids": {"1": ["6265"], "6": ["3076"], "8": ["3366"], "12": ["SBTP_4268"], "15": ["1755"], "28": ["7994"], "30": ["bebcf8ab-8fa3-4ac3-a608-dd694345a982"], "32": ["538"]}, "tbd": 0}], "T2": [{"Abr": "HAT", "CoId": "TUR", "CoNm": "Turkiye", "Gd": 1, "HasVideo": false, "ID": "4693", "Img": "enet/95749.png", "Nm": "Hatayspor", "Pids": {"1": ["95749"], "6": ["3091"], "8": ["4693"], "12": ["SBTP_21438"], "30": ["9ab128d9-56c1-4a89-9cc6-fbbb5eedfdd3"], "32": ["4961"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0"}], "Scd": "super-lig", "Scu": 0, "Sdn": "Super Lig", "Sds": "Super Lig", "Shi": 0, "Sid": "14918", "Snm": "Super Lig", "badgeUrl": "2023-super-lig.png", "firstColor": "7E3339"}, {"Ccd": "china", "Ccdiso": "CHN", "Chi": 0, "Cid": "236", "Cnm": "China", "CompD": "China", "CompId": "306", "CompN": "Super League", "CompST": "China", "Csnm": "China", "Events": [{"ComX": 1, "EO": 807289711, "EOX": 807289711, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "933145", "Epr": 1, "Eps": "47'", "Ern": 27, "ErnInf": "27", "Esd": 20230930093000, "Esid": 3, "Et": 1, "IncsX": 1, "LuC": 1, "LuUT": 20230930084616, "LuX": 1, "Pid": 8, "Pids": {"1": "4153961", "6": "40580563", "8": "933145", "12": "SBTE_29394122", "32": "2787866"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "884359", "6": "73233", "8": "13760", "12": "SBTC3_3106", "32": "19061"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "china", "Ccdiso": "CHN", "Chi": 0, "Cid": "236", "Cnm": "China", "CompD": "China", "CompId": "306", "CompN": "Super League", "CompST": "China", "Csnm": "China", "Scd": "super-league", "Scu": 0, "Sdn": "Super League", "Sds": "Super League", "Shi": 0, "Sid": "13760", "Snm": "Super League", "badgeUrl": "2023-china-super-league.png", "firstColor": "dc002e"}, "SubsX": 0, "T1": [{"Abr": "BEI", "CoId": "CHN", "CoNm": "China", "Gd": 1, "HasVideo": false, "ID": "7885", "Img": "enet/4177.png", "Nm": "Beijing Guoan", "Pids": {"1": ["4177"], "6": ["3376"], "8": ["7885"], "12": ["SBTP_10307"], "15": ["1373"], "32": ["2281"]}, "tbd": 0}], "T2": [{"Abr": "DAL", "CoId": "CHN", "CoNm": "China", "Gd": 1, "HasVideo": false, "ID": "8055", "Img": "enet/256658.png", "Nm": "Dalian Pro", "Pids": {"1": ["256658"], "6": ["49936"], "8": ["8055"], "12": ["SBTP_930842"], "15": ["1377"], "32": ["2869"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0"}], "Scd": "super-league", "Scu": 0, "Sdn": "Super League", "Sds": "Super League", "Shi": 0, "Sid": "13760", "Snm": "Super League", "badgeUrl": "2023-china-super-league.png", "firstColor": "dc002e"}, {"Ccd": "japan", "Ccdiso": "JPN", "Chi": 0, "Cid": "136", "Cnm": "Japan", "CompD": "Japan", "CompId": "176", "CompN": "J1 League", "CompST": "Japan", "Csnm": "Japan", "Events": [{"ComX": 1, "EO": 815678335, "EOX": 815678335, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "885331", "Epr": 1, "Eps": "73'", "Ern": 29, "ErnInf": "29", "Esd": 20230930090000, "Esid": 3, "Et": 1, "IncsX": 1, "LuC": 1, "LuUT": 20230930090350, "LuX": 1, "Media": {"12": [{"allowedCountries": ["NL"], "eventId": "1x7ie10l7hwakhcbpgb2x02l0", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NL"], "eventId": "2253533", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4106956", "6": "38872051", "8": "885331", "12": "SBTE_29398258", "30": "aaa00afc-777e-4915-a7f8-321e8547efa4", "32": "2774103"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883287", "6": "71295", "8": "12769", "12": "SBTC3_20619", "30": "a995f0c9-c0db-4092-bea0-d53657cdb273", "32": "18888"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "japan", "Ccdiso": "JPN", "Chi": 0, "Cid": "136", "Cnm": "Japan", "CompD": "Japan", "CompId": "176", "CompN": "J1 League", "CompST": "Japan", "Csnm": "Japan", "Scd": "j-league", "Scu": 0, "Sdn": "J1 League", "Sds": "J1 League", "Shi": 0, "Sid": "12769", "Snm": "J1 League", "badgeUrl": "2023-japan-j1-league.png", "firstColor": "BC002D"}, "SubsX": 1, "T1": [{"Abr": "CER", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "7548", "Img": "enet/4692.png", "Nm": "Cerezo Osaka", "Pids": {"1": ["4692"], "6": ["3141"], "8": ["7548"], "12": ["SBTP_4731"], "30": ["2cab9d58-06d3-43e8-b883-054a13330a35"], "32": ["3035"]}, "tbd": 0}], "T2": [{"Abr": "SHO", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "6759", "Img": "enet/6180.png", "Nm": "Shonan Bellmare", "Pids": {"1": ["6180"], "6": ["21905"], "8": ["6759"], "12": ["SBTP_39454"], "30": ["2ba5e9d4-3169-4553-a448-33206b53d1fe"], "32": ["1448"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0"}, {"ComX": 1, "EO": 815678319, "EOX": 815678319, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "885332", "Epr": 1, "Eps": "29'", "Ern": 29, "ErnInf": "29", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 1, "LuUT": 20230930101740, "LuX": 1, "Media": {"12": [{"allowedCountries": ["NL"], "eventId": "1xi46q4jvv62gfps67b3qbbpw", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NL"], "eventId": "2253507", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4106958", "6": "38872057", "8": "885332", "12": "SBTE_29394375", "30": "b5962118-bd90-41fd-a2bf-9d18e93be272", "32": "2774105"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883287", "6": "71295", "8": "12769", "12": "SBTC3_20619", "30": "a995f0c9-c0db-4092-bea0-d53657cdb273", "32": "18888"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "japan", "Ccdiso": "JPN", "Chi": 0, "Cid": "136", "Cnm": "Japan", "CompD": "Japan", "CompId": "176", "CompN": "J1 League", "CompST": "Japan", "Csnm": "Japan", "Scd": "j-league", "Scu": 0, "Sdn": "J1 League", "Sds": "J1 League", "Shi": 0, "Sid": "12769", "Snm": "J1 League", "badgeUrl": "2023-japan-j1-league.png", "firstColor": "BC002D"}, "SubsX": 0, "T1": [{"Abr": "SAG", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "7609", "Img": "enet/162193.png", "Nm": "Sagan Tosu", "Pids": {"1": ["162193"], "6": ["21904"], "8": ["7609"], "12": ["SBTP_6970"], "30": ["38793f58-2c33-4728-b9c3-8f9a9e776db7"], "32": ["1445"]}, "tbd": 0}], "T2": [{"Abr": "KYO", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "8670", "Img": "enet/8542.png", "Nm": "Kyoto Sanga FC", "Pids": {"1": ["8542"], "6": ["3149"], "8": ["8670"], "12": ["SBTP_6969"], "30": ["11a9c576-8527-400c-b379-b99aa4f7fe2b"], "32": ["3430"]}, "tbd": 0}], "Tr1": "1", "Tr1OR": "1", "Tr2": "0", "Tr2OR": "0", "Trh1": "1", "Trh2": "0"}, {"ComX": 1, "EO": 815547239, "EOX": 815547239, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "885136", "Epr": 1, "Eps": "30'", "Ern": 29, "ErnInf": "29", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 0, "LuC": 1, "LuUT": 20230930100352, "LuX": 1, "Media": {"12": [{"allowedCountries": ["NL"], "eventId": "1xb2rmzbbrvjve8dn6oa6ritw", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NL"], "eventId": "2253543", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4106953", "6": "38872053", "8": "885136", "12": "SBTE_29394374", "30": "7a6ecb33-62bc-4f18-badd-e9412c66d543", "32": "2774111"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883287", "6": "71295", "8": "12769", "12": "SBTC3_20619", "30": "a995f0c9-c0db-4092-bea0-d53657cdb273", "32": "18888"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "japan", "Ccdiso": "JPN", "Chi": 0, "Cid": "136", "Cnm": "Japan", "CompD": "Japan", "CompId": "176", "CompN": "J1 League", "CompST": "Japan", "Csnm": "Japan", "Scd": "j-league", "Scu": 0, "Sdn": "J1 League", "Sds": "J1 League", "Shi": 0, "Sid": "12769", "Snm": "J1 League", "badgeUrl": "2023-japan-j1-league.png", "firstColor": "BC002D"}, "SubsX": 0, "T1": [{"Abr": "SAN", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "7564", "Img": "enet/6224.png", "Nm": "Sanfrecce Hiroshima", "Pids": {"1": ["6224"], "6": ["3135"], "8": ["7564"], "12": ["SBTP_76213"], "30": ["05f151d0-9249-4fe6-a24b-cd049606b0ca"], "32": ["1446"]}, "tbd": 0}], "T2": [{"Abr": "NAG", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "7529", "Img": "enet/8006.png", "Nm": "Nagoya Grampus Eight", "Pids": {"1": ["8006"], "6": ["3136"], "8": ["7529"], "12": ["SBTP_3943"], "30": ["58d03c9e-110d-41bc-91ea-a050151610b5"], "32": ["1444"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0"}], "Scd": "j-league", "Scu": 0, "Sdn": "J1 League", "Sds": "J1 League", "Shi": 0, "Sid": "12769", "Snm": "J1 League", "badgeUrl": "2023-japan-j1-league.png", "firstColor": "BC002D"}, {"Ccd": "korea-republic", "Ccdiso": "KOR", "Chi": 0, "Cid": "111", "Cnm": "Republic of Korea", "CompD": "Republic of Korea", "CompId": "195", "CompN": "K League 1", "CompST": "Republic of Korea", "Csnm": "Republic of Korea", "Events": [{"ComX": 1, "EO": 815678319, "EOX": 815678319, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "877760", "Epr": 1, "Eps": "33'", "Ern": 32, "ErnInf": "32", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 1, "LuUT": 20230930100521, "LuX": 1, "Pid": 8, "Pids": {"1": "4098506", "6": "38707309", "8": "877760", "12": "SBTE_29398184", "30": "11974849-13f9-4b9f-bbe3-26816fe03242", "32": "2770517"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883599", "6": "71697", "8": "12906", "12": "SBTC3_90093", "30": "e8fb6e3a-bcef-4c13-96da-455b886038ad", "32": "18938"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "korea-republic", "Ccdiso": "KOR", "Chi": 0, "Cid": "111", "Cnm": "Republic of Korea", "CompD": "Republic of Korea", "CompId": "195", "CompN": "K League 1", "CompST": "Republic of Korea", "Csnm": "Republic of Korea", "Scd": "k-league-1", "Scu": 0, "Sdn": "K League 1", "Sds": "K League 1", "Shi": 0, "Sid": "12906", "Snm": "K League 1", "badgeUrl": "2023-korea-k-league-1.png", "firstColor": "021858"}, "SubsX": 0, "T1": [{"Abr": "INC", "CoId": "KOR", "CoNm": "South Korea", "Gd": 1, "HasVideo": false, "ID": "8277", "Img": "enet/133895.png", "Nm": "Incheon United", "Pids": {"1": ["133895"], "6": ["7648"], "8": ["8277"], "12": ["SBTP_6242"], "30": ["a9a396e0-4415-40eb-87b4-deb65c3530ed"], "32": ["2552"]}, "tbd": 0}], "T2": [{"Abr": "SUW", "CoId": "KOR", "CoNm": "South Korea", "Gd": 1, "HasVideo": false, "ID": "7201", "Img": "enet/88517.png", "Nm": "Suwon Bluewings", "Pids": {"1": ["88517"], "6": ["7652"], "8": ["7201"], "12": ["SBTP_6243"], "30": ["294aceaa-96da-4e55-a8d7-b2fc3ad14319"], "32": ["3450"]}, "tbd": 0}], "Tr1": "1", "Tr1OR": "1", "Tr2": "0", "Tr2OR": "0", "Trh1": "1", "Trh2": "0"}], "Scd": "k-league-1", "Scu": 0, "Sdn": "K League 1", "Sds": "K League 1", "Shi": 0, "Sid": "12906", "Snm": "K League 1", "badgeUrl": "2023-korea-k-league-1.png", "firstColor": "021858"}, {"Ccd": "turkey", "Ccdiso": "TUR", "Chi": 0, "Cid": "45", "Cnm": "Turkiye", "CompD": "Turkiye", "CompId": "165", "CompN": "1st Lig", "CompST": "Turkiye", "Csnm": "Turkiye", "Events": [{"ComX": 0, "EO": 807158119, "EOX": 807158119, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1030245", "Epr": 1, "Eps": "2'", "Esd": 20230930103000, "Esid": 2, "Et": 1, "Ewt": 0, "IncsX": 0, "LuC": 1, "LuUT": 20230930094928, "LuX": 1, "Pid": 8, "Pids": {"1": "4260475", "6": "42438195", "8": "1030245", "12": "SBTE_29417203", "32": "2844431"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886604", "6": "76259", "8": "14975", "12": "SBTC3_59028", "32": "20901"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "turkey", "Ccdiso": "TUR", "Chi": 0, "Cid": "45", "Cnm": "Turkiye", "CompD": "Turkiye", "CompId": "165", "CompN": "1st Lig", "CompST": "Turkiye", "Csnm": "Turkiye", "Scd": "1st-lig", "Scu": 0, "Sdn": "1st Lig", "Sds": "1st Lig", "Shi": 0, "Sid": "14975", "Snm": "1st Lig", "badgeUrl": "2023-turkiye-1st-lig.png", "firstColor": "7E3339"}, "SubsX": 0, "T1": [{"Abr": "TUZ", "CoId": "TUR", "CoNm": "Turkiye", "Gd": 1, "HasVideo": false, "ID": "464", "Img": "enet/468172.png", "Nm": "Tuzlaspor", "Pids": {"1": ["468172"], "6": ["117198"], "8": ["464"], "12": ["SBTP_136422"], "15": ["1766"], "32": ["4163"]}, "tbd": 0}], "T2": [{"Abr": "SAN", "CoId": "TUR", "CoNm": "Turkiye", "Gd": 1, "HasVideo": false, "ID": "3597", "Img": "enet/2506.png", "Nm": "Sanliurfaspor", "Pids": {"1": ["2506"], "6": ["3090"], "8": ["3597"], "12": ["SBTP_79786"], "32": ["8191"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0"}], "Scd": "1st-lig", "Scu": 0, "Sdn": "1st Lig", "Sds": "1st Lig", "Shi": 0, "Sid": "14975", "Snm": "1st Lig", "badgeUrl": "2023-turkiye-1st-lig.png", "firstColor": "7E3339"}, {"Ccd": "england", "Ccdiso": "ENG", "Chi": 0, "Cid": "34", "Cnm": "England", "Csnm": "England", "Events": [{"ComX": 0, "EO": 807141391, "EOX": 807141391, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1043292", "Epr": 1, "Eps": "28'", "Ern": 6, "ErnInf": "6", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 0, "LuX": 0, "Pid": 8, "Pids": {"1": "4284121", "8": "1043292"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886970", "8": "15210"}, "Spid": 1, "StatX": 0, "Stg": {"Ccd": "england", "Ccdiso": "ENG", "Chi": 0, "Cid": "34", "Cnm": "England", "Csnm": "England", "Scd": "premier-league-u18", "Scu": 0, "Sdn": "Premier League U18", "Shi": 0, "Sid": "15210", "Snm": "Premier League U18", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, "SubsX": 0, "T1": [{"Abr": "CHE(18)", "CoId": "ENG", "CoNm": "England", "Gd": 1, "HasVideo": false, "ID": "494", "Img": "enet/1113552.png", "NewsTag": "", "Nm": "Chelsea U18", "Pids": {"1": ["1113552"], "8": ["494"]}, "tbd": 0}], "T2": [{"Abr": "ARS(18)", "CoId": "ENG", "CoNm": "England", "Gd": 1, "HasVideo": false, "ID": "4575", "Img": "enet/1113566.png", "NewsTag": "", "Nm": "Arsenal U18", "Pids": {"1": ["1113566"], "8": ["4575"]}, "tbd": 0}], "Tr1": "1", "Tr1OR": "1", "Tr2": "0", "Tr2OR": "0", "Trh1": "1", "Trh2": "0"}, {"ComX": 0, "EO": 807141391, "EOX": 807141391, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1043303", "Epr": 1, "Eps": "29'", "Ern": 6, "ErnInf": "6", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 0, "LuX": 0, "Pid": 8, "Pids": {"1": "4284122", "8": "1043303"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886970", "8": "15210"}, "Spid": 1, "StatX": 0, "Stg": {"Ccd": "england", "Ccdiso": "ENG", "Chi": 0, "Cid": "34", "Cnm": "England", "Csnm": "England", "Scd": "premier-league-u18", "Scu": 0, "Sdn": "Premier League U18", "Shi": 0, "Sid": "15210", "Snm": "Premier League U18", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, "SubsX": 0, "T1": [{"Abr": "CRY(18)", "CoId": "ENG", "CoNm": "England", "Gd": 1, "HasVideo": false, "ID": "100953", "Img": "enet/1183385.png", "NewsTag": "", "Nm": "Crystal Palace U18", "Pids": {"1": ["1183385"], "8": ["100953"]}, "tbd": 0}], "T2": [{"Abr": "BHA(18)", "CoId": "ENG", "CoNm": "England", "Gd": 1, "HasVideo": false, "ID": "470", "Img": "enet/1113555.png", "NewsTag": "", "Nm": "Brighton U18", "Pids": {"1": ["1113555"], "8": ["470"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "2", "Tr2OR": "2", "Trh1": "0", "Trh2": "2"}, {"ComX": 0, "EO": 807141391, "EOX": 807141391, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1043295", "Epr": 1, "Eps": "27'", "Ern": 6, "ErnInf": "6", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 0, "LuX": 0, "Pid": 8, "Pids": {"1": "4284123", "8": "1043295"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886970", "8": "15210"}, "Spid": 1, "StatX": 0, "Stg": {"Ccd": "england", "Ccdiso": "ENG", "Chi": 0, "Cid": "34", "Cnm": "England", "Csnm": "England", "Scd": "premier-league-u18", "Scu": 0, "Sdn": "Premier League U18", "Shi": 0, "Sid": "15210", "Snm": "Premier League U18", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, "SubsX": 0, "T1": [{"Abr": "LEI(18)", "CoId": "ENG", "CoNm": "England", "Gd": 1, "HasVideo": false, "ID": "2717", "Img": "enet/1113559.png", "NewsTag": "", "Nm": "Leicester City U18", "Pids": {"1": ["1113559"], "8": ["2717"]}, "tbd": 0}], "T2": [{"Abr": "AST(18)", "CoId": "ENG", "CoNm": "England", "Gd": 1, "HasVideo": false, "ID": "4562", "Img": "enet/1113564.png", "NewsTag": "", "Nm": "Aston Villa U18", "Pids": {"1": ["1113564"], "8": ["4562"]}, "tbd": 0}], "Tr1": "1", "Tr1OR": "1", "Tr2": "0", "Tr2OR": "0", "Trh1": "1", "Trh2": "0"}, {"ComX": 0, "EO": 807141391, "EOX": 807141391, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1043294", "Epr": 1, "Eps": "32'", "Ern": 6, "ErnInf": "6", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 0, "LuX": 0, "Pid": 8, "Pids": {"1": "4284113", "8": "1043294"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886970", "8": "15210"}, "Spid": 1, "StatX": 0, "Stg": {"Ccd": "england", "Ccdiso": "ENG", "Chi": 0, "Cid": "34", "Cnm": "England", "Csnm": "England", "Scd": "premier-league-u18", "Scu": 0, "Sdn": "Premier League U18", "Shi": 0, "Sid": "15210", "Snm": "Premier League U18", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, "SubsX": 0, "T1": [{"Abr": "SOU(18)", "CoId": "ENG", "CoNm": "England", "Gd": 1, "HasVideo": false, "ID": "4563", "Img": "enet/1113567.png", "NewsTag": "", "Nm": "Southampton U18", "Pids": {"1": ["1113567"], "8": ["4563"]}, "tbd": 0}], "T2": [{"Abr": "FUL(18)", "CoId": "ENG", "CoNm": "England", "Gd": 1, "HasVideo": false, "ID": "4598", "Img": "enet/1113550.png", "NewsTag": "", "Nm": "Fulham U18", "Pids": {"1": ["1113550"], "8": ["4598"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "3", "Tr2OR": "3", "Trh1": "0", "Trh2": "3"}], "Scd": "premier-league-u18", "Scu": 0, "Sdn": "Premier League U18", "Shi": 0, "Sid": "15210", "Snm": "Premier League U18", "badgeUrl": "2023-premier-league.png", "firstColor": "3F1152"}, {"Ccd": "germany", "Ccdiso": "DEU", "Chi": 0, "Cid": "137", "Cnm": "Germany", "Csnm": "Germany", "Events": [{"ComX": 0, "EO": 270008431, "EOX": 270008431, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1086235", "Epr": 1, "Eps": "32'", "Ern": 2, "ErnInf": "2", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 1, "LuUT": 20230930100839, "LuX": 1, "Pid": 8, "Pids": {"1": "4250044", "6": "42376587", "8": "1086235"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886485", "6": "76077", "8": "14825", "12": "SBTC3_25379", "32": "20864"}, "Spid": 1, "StatX": 0, "Stg": {"Ccd": "germany", "Ccdiso": "DEU", "Chi": 0, "Cid": "137", "Cnm": "Germany", "Csnm": "Germany", "Scd": "bundesliga-women", "Scu": 0, "Sdn": "Women's Bundesliga", "Sds": "Women's Bundesliga", "Shi": 0, "Sid": "14825", "Snm": "Women's Bundesliga"}, "SubsX": 0, "T1": [{"Abr": "B04(W)", "CoId": "DEU", "CoNm": "Germany", "Gd": 2, "HasVideo": false, "ID": "6532", "Img": "enet/679913.png", "NewsTag": "", "Nm": "Bayer Leverkusen Women", "Pids": {"1": ["679913"], "6": ["36623"], "8": ["6532"], "12": ["SBTP_419329"], "32": ["27977"]}, "tbd": 0}], "T2": [{"Abr": "NUR(W)", "CoId": "DEU", "CoNm": "Germany", "Gd": 2, "HasVideo": false, "ID": "185368", "Img": "enet/1513038.png", "NewsTag": "", "Nm": "1. FC Nuremberg Women", "Pids": {"1": ["1513038"], "6": ["164534"], "8": ["185368"], "12": ["SBTP_714145"], "32": ["29491"]}, "tbd": 0}], "Tr1": "3", "Tr1OR": "3", "Tr2": "0", "Tr2OR": "0", "Trh1": "3", "Trh2": "0"}], "Scd": "bundesliga-women", "Scu": 0, "Sdn": "Women's Bundesliga", "Sds": "Women's Bundesliga", "Shi": 0, "Sid": "14825", "Snm": "Women's Bundesliga"}, {"Ccd": "japan", "Ccdiso": "JPN", "Chi": 0, "Cid": "136", "Cnm": "Japan", "CompD": "Japan", "CompId": "311", "CompN": "J2 League", "CompST": "Japan", "Csnm": "Japan", "Events": [{"ComX": 1, "EO": 815678311, "EOX": 815678311, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "885342", "Epr": 1, "Eps": "73'", "Ern": 37, "ErnInf": "37", "Esd": 20230930090000, "Esid": 3, "Et": 1, "IncsX": 0, "LuC": 1, "LuUT": 20230930090854, "LuX": 1, "Media": {"12": [{"allowedCountries": ["NL"], "eventId": "2uqj8mqhpg2zsx6cnfu6n5e6s", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NL"], "eventId": "2253781", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4107796", "6": "38950515", "8": "885342", "12": "SBTE_29398137", "30": "e98d81b5-965f-4670-a0f5-1f519381453c", "32": "2774884"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883288", "6": "71297", "8": "12770", "12": "SBTC3_34432", "30": "60b5e393-2876-46e0-b41d-8ed02751b0f2", "32": "18896"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "japan", "Ccdiso": "JPN", "Chi": 0, "Cid": "136", "Cnm": "Japan", "CompD": "Japan", "CompId": "311", "CompN": "J2 League", "CompST": "Japan", "Csnm": "Japan", "Scd": "j-league-2", "Scu": 0, "Sdn": "J2 League", "Sds": "J2 League", "Shi": 0, "Sid": "12770", "Snm": "J2 League"}, "SubsX": 0, "T1": [{"Abr": "OIT", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "7547", "Img": "enet/4427.png", "Nm": "Oita Trinita", "Pids": {"1": ["4427"], "6": ["5129"], "8": ["7547"], "12": ["SBTP_10663"], "30": ["1b1eeb1b-dec6-415a-a42e-9e8c2ab529e7"], "32": ["3004"]}, "tbd": 0}], "T2": [{"Abr": "OMI", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "8071", "Img": "enet/4398.png", "Nm": "Omiya Ardija", "Pids": {"1": ["4398"], "6": ["5130"], "8": ["8071"], "12": ["SBTP_3234"], "30": ["3dd7ae5c-6b37-4285-8ce2-5acb30e53ecd"], "32": ["3002"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0"}], "Scd": "j-league-2", "Scu": 0, "Sdn": "J2 League", "Sds": "J2 League", "Shi": 0, "Sid": "12770", "Snm": "J2 League"}, {"Ccd": "japan", "Ccdiso": "JPN", "Chi": 0, "Cid": "136", "Cnm": "Japan", "Csnm": "Japan", "Events": [{"ComX": 0, "EO": 807141639, "EOX": 807141639, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "885338", "Epr": 1, "Eps": "HT", "Ern": 29, "ErnInf": "29", "Esd": 20230930093000, "Esid": 10, "Et": 1, "IncsX": 0, "LuC": 0, "LuX": 0, "Media": {"12": [{"allowedCountries": ["NL"], "eventId": "1haiewz0udhoiib69r0a7340k", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NL"], "eventId": "2253517", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4107271", "6": "38951191", "8": "885338", "12": "SBTE_29422440", "32": "2774424"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883289", "6": "71299", "8": "12771", "12": "SBTC3_36561", "32": "18897"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "japan", "Ccdiso": "JPN", "Chi": 0, "Cid": "136", "Cnm": "Japan", "Csnm": "Japan", "Scd": "j-league-3", "Scu": 0, "Sdn": "J3 League", "Sds": "J3 League", "Shi": 0, "Sid": "12771", "Snm": "J3 League"}, "SubsX": 0, "T1": [{"Abr": "FCR", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "8674", "Img": "enet/194021.png", "Nm": "FC Ryukyu", "Pids": {"1": ["194021"], "6": ["44528"], "8": ["8674"], "12": ["SBTP_63210"], "32": ["11071"]}, "tbd": 0}], "T2": [{"Abr": "NAG", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "7374", "Img": "enet/243586.png", "Nm": "Nagano Parceiro", "Pids": {"1": ["243586"], "6": ["79883"], "8": ["7374"], "12": ["SBTP_89793"], "32": ["3948"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0"}, {"ComX": 0, "EO": 807141647, "EOX": 807141647, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "885329", "Epr": 1, "Eps": "30'", "Ern": 29, "ErnInf": "29", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 0, "LuX": 0, "Media": {"12": [{"allowedCountries": ["NL"], "eventId": "1h2n1yor6b3ii9rqq20wmfd3o", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NL"], "eventId": "2253547", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4107269", "6": "38951187", "8": "885329", "12": "SBTE_29422441", "32": "2774422"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883289", "6": "71299", "8": "12771", "12": "SBTC3_36561", "32": "18897"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "japan", "Ccdiso": "JPN", "Chi": 0, "Cid": "136", "Cnm": "Japan", "Csnm": "Japan", "Scd": "j-league-3", "Scu": 0, "Sdn": "J3 League", "Sds": "J3 League", "Shi": 0, "Sid": "12771", "Snm": "J3 League"}, "SubsX": 0, "T1": [{"Abr": "VAN", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "7367", "Img": "enet/584880.png", "Nm": "Vanraure Hachinohe", "Pids": {"1": ["584880"], "6": ["118478"], "8": ["7367"], "12": ["SBTP_131914"], "32": ["16899"]}, "tbd": 0}], "T2": [{"Abr": "MAT", "CoId": "JPN", "CoNm": "Japan", "Gd": 1, "HasVideo": false, "ID": "7585", "Img": "enet/194022.png", "Nm": "Matsumoto Yamaga", "Pids": {"1": ["194022"], "6": ["26011"], "8": ["7585"], "12": ["SBTP_74360"], "32": ["1442"]}, "tbd": 0}], "Tr1": "1", "Tr1OR": "1", "Tr2": "0", "Tr2OR": "0", "Trh1": "1", "Trh2": "0"}], "Scd": "j-league-3", "Scu": 0, "Sdn": "J3 League", "Sds": "J3 League", "Shi": 0, "Sid": "12771", "Snm": "J3 League"}, {"Ccd": "portugal", "Ccdiso": "PRT", "Chi": 0, "Cid": "171", "Cnm": "Portugal", "CompD": "Portugal", "CompId": "196", "CompN": "Liga Portugal 2", "CompST": "Portugal", "Csnm": "Portugal", "Events": [{"ComX": 0, "EO": 807158127, "EOX": 807158127, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1000528", "Epr": 1, "Eps": "32'", "Esd": 20230930100000, "Esid": 2, "Et": 1, "Ewt": 0, "IncsX": 1, "LuC": 1, "LuUT": 20230930093912, "LuX": 1, "Pid": 8, "Pids": {"1": "4233599", "6": "42147067", "8": "1000528", "12": "SBTE_29409435", "32": "2829426"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886305", "6": "75233", "8": "14707", "12": "SBTC3_55903", "32": "20826"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "portugal", "Ccdiso": "PRT", "Chi": 0, "Cid": "171", "Cnm": "Portugal", "CompD": "Portugal", "CompId": "196", "CompN": "Liga Portugal 2", "CompST": "Portugal", "Csnm": "Portugal", "Scd": "segunda-liga", "Scu": 0, "Sdn": "Liga Portugal 2", "Sds": "Liga Portugal 2", "Shi": 0, "Sid": "14707", "Snm": "Liga Portugal 2", "badgeUrl": "2023-liga-portugal-2.png", "firstColor": "52F1F7"}, "SubsX": 0, "T1": [{"Abr": "OLI", "CoId": "PRT", "CoNm": "Portugal", "Gd": 1, "HasVideo": false, "ID": "4064", "Img": "enet/1785.png", "Nm": "Oliveirense", "Pids": {"1": ["1785"], "6": ["21831"], "8": ["4064"], "12": ["SBTP_65807"], "32": ["2692"]}, "tbd": 0}], "T2": [{"Abr": "SCL", "CoId": "PRT", "CoNm": "Portugal", "Gd": 1, "HasVideo": false, "ID": "201", "Img": "enet/1567.png", "NewsTag": "", "Nm": "Santa Clara", "Pids": {"1": ["1567"], "6": ["3011"], "8": ["201"], "12": ["SBTP_2716"], "15": ["658"], "30": ["86bc0ce4-9429-4cd0-a5cc-565aec446093"], "32": ["440"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0"}], "Scd": "segunda-liga", "Scu": 0, "Sdn": "Liga Portugal 2", "Sds": "Liga Portugal 2", "Shi": 0, "Sid": "14707", "Snm": "Liga Portugal 2", "badgeUrl": "2023-liga-portugal-2.png", "firstColor": "52F1F7"}, {"Ccd": "korea-republic", "Ccdiso": "KOR", "Chi": 0, "Cid": "111", "Cnm": "Republic of Korea", "Csnm": "Republic of Korea", "Events": [{"ComX": 0, "EO": 815546631, "EOX": 815546631, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "891529", "Epr": 1, "Eps": "HT", "Ern": 34, "ErnInf": "34", "Esd": 20230930093000, "Esid": 10, "Et": 1, "IncsX": 0, "LuC": 0, "LuX": 0, "Pid": 8, "Pids": {"1": "4112207", "6": "39037059", "8": "891529", "12": "SBTE_29398304", "30": "dc513738-21f0-45ae-b16e-bed8cd9f2b80", "32": "2776339"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "883778", "6": "71953", "8": "13047", "12": "SBTC3_36043", "30": "78526fe3-8498-4016-9b22-f51807fa98ed", "32": "18973"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "korea-republic", "Ccdiso": "KOR", "Chi": 0, "Cid": "111", "Cnm": "Republic of Korea", "Csnm": "Republic of Korea", "Scd": "k-league-2", "Scu": 0, "Sdn": "K League 2", "Sds": "K League 2", "Shi": 0, "Sid": "13047", "Snm": "K League 2"}, "SubsX": 0, "T1": [{"Abr": "ASA", "CoId": "KOR", "CoNm": "South Korea", "Gd": 1, "HasVideo": false, "ID": "9802", "Img": "enet/429442.png", "Nm": "Chungnam Asan FC", "Pids": {"1": ["429442"], "6": ["676363", "67806"], "8": ["9802"], "12": ["SBTP_876701"], "30": ["ee41da6e-b093-42ec-99f7-111ddd768bc6"], "32": ["2987"]}, "tbd": 0}], "T2": [{"Abr": "SEO", "CoId": "KOR", "CoNm": "South Korea", "Gd": 1, "HasVideo": false, "ID": "9790", "Img": "enet/616212.png", "Nm": "Seoul E-Land FC", "Pids": {"1": ["616212"], "6": ["191070"], "8": ["9790"], "12": ["SBTP_247296"], "30": ["61746a7a-6e1e-47d2-9590-53730d9cdb63"], "32": ["3211"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0"}], "Scd": "k-league-2", "Scu": 0, "Sdn": "K League 2", "Sds": "K League 2", "Shi": 0, "Sid": "13047", "Snm": "K League 2"}, {"Ccd": "romania", "Ccdiso": "ROU", "Chi": 0, "Cid": "95", "Cnm": "Romania", "Csnm": "Romania", "Events": [{"ComX": 0, "EO": 806879495, "EOX": 806879495, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1025491", "Epr": 1, "Eps": "73'", "Ern": 8, "ErnInf": "8", "Esd": 20230930090000, "Esid": 3, "Et": 1, "IncsX": 0, "LuC": 0, "LuX": 0, "Pid": 8, "Pids": {"1": "4263449", "6": "42440783", "8": "1025491", "12": "SBTE_29422443", "32": "2845620"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886642", "6": "76267", "8": "14994", "12": "SBTC3_56515", "32": "20916"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "romania", "Ccdiso": "ROU", "Chi": 0, "Cid": "95", "Cnm": "Romania", "Csnm": "Romania", "Scd": "liga-ii", "Scu": 0, "Sdn": "Liga II", "Sds": "Liga II", "Shi": 0, "Sid": "14994", "Snm": "Liga II"}, "SubsX": 0, "T1": [{"Abr": "ACS", "CoId": "ROU", "CoNm": "Romania", "Gd": 1, "HasVideo": false, "ID": "83207", "Img": "enet/9732.png", "Nm": "ACS Champions FC Arges", "Pids": {"1": ["9732"], "6": ["116221"], "8": ["83207"], "12": ["SBTP_87697"], "32": ["579"]}, "tbd": 0}], "T2": [{"Abr": "COM", "CoId": "ROU", "CoNm": "Romania", "Gd": 1, "HasVideo": false, "ID": "181107", "Img": "enet/1277922.png", "Nm": "Comunal Selimbar", "Pids": {"1": ["1277922"], "6": ["594700"], "8": ["181107"], "12": ["SBTP_721791"], "32": ["24438"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0", "Trh1": "0", "Trh2": "0"}], "Scd": "liga-ii", "Scu": 0, "Sdn": "Liga II", "Sds": "Liga II", "Shi": 0, "Sid": "14994", "Snm": "Liga II"}, {"Ccd": "spain", "Ccdiso": "ESP", "Chi": 0, "Cid": "195", "Cnm": "Spain", "Csnm": "Spain", "Events": [{"ComX": 0, "EO": 270270847, "EOX": 270270847, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1038896", "Epr": 1, "Eps": "69'", "Ern": 3, "ErnInf": "3", "Esd": 20230930090000, "Esid": 3, "Et": 1, "IncsX": 1, "LuC": 1, "LuUT": 20230930090620, "LuX": 1, "Media": {"12": [{"allowedCountries": ["NG", "GB", "IE", "NL"], "eventId": "8ycb4nedhx2bgm4niae3k2o0k", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NG", "GB", "IE", "NL"], "eventId": "2255395", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4271080", "6": "42555701", "8": "1038896", "12": "SBTE_29426322"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886624", "6": "76577", "8": "15087", "12": "SBTC3_68785"}, "Spid": 1, "StatX": 1, "Stg": {"Ccd": "spain", "Ccdiso": "ESP", "Chi": 0, "Cid": "195", "Cnm": "Spain", "Csnm": "Spain", "Scd": "primera-division-women", "Scu": 0, "Sdn": "Liga F", "Sds": "Liga F", "Shi": 0, "Sid": "15087", "Snm": "Liga F"}, "SubsX": 1, "T1": [{"Abr": "SEV", "CoId": "ESP", "CoNm": "Spain", "Gd": 2, "HasVideo": false, "ID": "3422", "Img": "enet/980746.png", "NewsTag": "", "Nm": "Sevilla Women", "Pids": {"1": ["980746"], "6": ["77903"], "8": ["3422"], "12": ["SBTP_43525"]}, "tbd": 0}], "T2": [{"Abr": "MAD", "CoId": "ESP", "CoNm": "Spain", "Gd": 2, "HasVideo": false, "ID": "4061", "Img": "enet/603631.png", "NewsTag": "", "Nm": "Madrid CF Women", "Pids": {"1": ["603631"], "6": ["335007"], "8": ["4061"], "12": ["SBTP_310988"]}, "tbd": 0}], "Tr1": "1", "Tr1OR": "1", "Tr2": "5", "Tr2OR": "5", "Trh1": "0", "Trh2": "3"}, {"ComX": 0, "EO": 270008431, "EOX": 270008431, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1038898", "Epr": 1, "Eps": "32'", "Ern": 3, "ErnInf": "3", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 1, "LuUT": 20230930100811, "LuX": 1, "Media": {"12": [{"allowedCountries": ["NG", "GB", "IE", "NL"], "eventId": "2255645", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4271083", "6": "42555707", "8": "1038898", "12": "SBTE_29426329"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886624", "6": "76577", "8": "15087", "12": "SBTC3_68785"}, "Spid": 1, "StatX": 0, "Stg": {"Ccd": "spain", "Ccdiso": "ESP", "Chi": 0, "Cid": "195", "Cnm": "Spain", "Csnm": "Spain", "Scd": "primera-division-women", "Scu": 0, "Sdn": "Liga F", "Sds": "Liga F", "Shi": 0, "Sid": "15087", "Snm": "Liga F"}, "SubsX": 0, "T1": [{"Abr": "GRA(W)", "CoId": "ESP", "CoNm": "Spain", "Gd": 2, "HasVideo": false, "ID": "191542", "Img": "enet/603629.png", "NewsTag": "", "Nm": "Granada Women", "Pids": {"1": ["603629"], "6": ["114819"], "8": ["191542"], "12": ["SBTP_131600"]}, "tbd": 0}], "T2": [{"Abr": "EIB", "CoId": "ESP", "CoNm": "Spain", "Gd": 2, "HasVideo": false, "ID": "101241", "Img": "enet/1186241.png", "NewsTag": "", "Nm": "Eibar Women", "Pids": {"1": ["1186241"], "6": ["562732"], "8": ["101241"], "12": ["SBTP_69557"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "1", "Tr2OR": "1", "Trh1": "0", "Trh2": "1"}, {"ComX": 0, "EO": 270270575, "EOX": 270270575, "Eact": 1, "Ecov": 0, "Ehid": 0, "Eid": "1038895", "Epr": 1, "Eps": "31'", "Ern": 3, "ErnInf": "3", "Esd": 20230930100000, "Esid": 2, "Et": 1, "IncsX": 1, "LuC": 1, "LuUT": 20230930101330, "LuX": 1, "Media": {"12": [{"allowedCountries": ["NG", "GB", "IE", "NL"], "eventId": "8xtxfj3vn5ibhsdl3yrdekavo", "provider": "UNKNOWN_PROVIDER", "type": "LIVE_STREAMING"}, {"allowedCountries": ["NG", "GB", "IE", "NL"], "eventId": "2255643", "provider": "PERFORM", "type": "LIVE_STREAMING"}]}, "Pid": 8, "Pids": {"1": "4271078", "6": "42555697", "8": "1038895", "12": "SBTE_29426326"}, "SDFowX": 0, "SDInnX": 0, "Sids": {"1": "886624", "6": "76577", "8": "15087", "12": "SBTC3_68785"}, "Spid": 1, "StatX": 0, "Stg": {"Ccd": "spain", "Ccdiso": "ESP", "Chi": 0, "Cid": "195", "Cnm": "Spain", "Csnm": "Spain", "Scd": "primera-division-women", "Scu": 0, "Sdn": "Liga F", "Sds": "Liga F", "Shi": 0, "Sid": "15087", "Snm": "Liga F"}, "SubsX": 0, "T1": [{"Abr": "LEV(W)", "CoId": "ESP", "CoNm": "Spain", "Gd": 2, "HasVideo": false, "ID": "3913", "Img": "enet/687411.png", "NewsTag": "", "Nm": "Levante Women", "Pids": {"1": ["687411"], "6": ["38322"], "8": ["3913"], "12": ["SBTP_43526"]}, "tbd": 0}], "T2": [{"Abr": "ATM", "CoId": "ESP", "CoNm": "Spain", "Gd": 2, "HasVideo": false, "ID": "3387", "Img": "enet/671936.png", "NewsTag": "", "Nm": "Atletico Madrid Women", "Pids": {"1": ["671936"], "6": ["77879"], "8": ["3387"], "12": ["SBTP_44209"]}, "tbd": 0}], "Tr1": "0", "Tr1OR": "0", "Tr2": "0", "Tr2OR": "0"}], "Scd": "primera-division-women", "Scu": 0, "Sdn": "Liga F", "Sds": "Liga F", "Shi": 0, "Sid": "15087", "Snm": "Liga F"}]}, "message": "Successful", "status": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"Stages": {"type": "array", "items": {"type": "object", "properties": {"Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Chi": {"type": "integer"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "CompD": {"type": "string"}, "CompId": {"type": "string"}, "CompN": {"type": "string"}, "CompST": {"type": "string"}, "Csnm": {"type": "string"}, "Events": {"type": "array", "items": {"type": "object", "properties": {"ComX": {"type": "integer"}, "EO": {"type": "integer"}, "EOX": {"type": "integer"}, "Eact": {"type": "integer"}, "Ecov": {"type": "integer"}, "Ehid": {"type": "integer"}, "Eid": {"type": "string"}, "Epr": {"type": "integer"}, "Eps": {"type": "string"}, "Ern": {"type": "integer"}, "ErnInf": {"type": "string"}, "Esd": {"type": "integer"}, "Esid": {"type": "integer"}, "Et": {"type": "integer"}, "IncsX": {"type": "integer"}, "LuC": {"type": "integer"}, "LuUT": {"type": "integer"}, "LuX": {"type": "integer"}, "Pid": {"type": "integer"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}, "32": {"type": "string"}, "30": {"type": "string"}}, "required": ["1", "8"]}, "SDFowX": {"type": "integer"}, "SDInnX": {"type": "integer"}, "Sids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}, "30": {"type": "string"}, "32": {"type": "string"}}, "required": ["1", "8"]}, "Spid": {"type": "integer"}, "StatX": {"type": "integer"}, "Stg": {"type": "object", "properties": {"Ccd": {"type": "string"}, "Ccdiso": {"type": "string"}, "Chi": {"type": "integer"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "CompD": {"type": "string"}, "CompId": {"type": "string"}, "CompN": {"type": "string"}, "CompST": {"type": "string"}, "Csnm": {"type": "string"}, "Scd": {"type": "string"}, "Scu": {"type": "integer"}, "Sdn": {"type": "string"}, "Sds": {"type": "string"}, "Shi": {"type": "integer"}, "Sid": {"type": "string"}, "Snm": {"type": "string"}, "badgeUrl": {"type": "string"}, "firstColor": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Scd", "Scu", "Sdn", "Shi", "Sid", "Snm"]}, "SubsX": {"type": "integer"}, "T1": {"type": "array", "items": {"type": "object", "properties": {"Abr": {"type": "string"}, "CoId": {"type": "string"}, "CoNm": {"type": "string"}, "Gd": {"type": "integer"}, "HasVideo": {"type": "boolean"}, "ID": {"type": "string"}, "Img": {"type": "string"}, "Nm": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}, "28": {"type": "array", "items": {"type": "string"}}, "30": {"type": "array", "items": {"type": "string"}}, "32": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "8"]}, "tbd": {"type": "integer"}, "NewsTag": {"type": "string"}}, "required": ["Abr", "CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "tbd"]}}, "T2": {"type": "array", "items": {"type": "object", "properties": {"Abr": {"type": "string"}, "CoId": {"type": "string"}, "CoNm": {"type": "string"}, "Gd": {"type": "integer"}, "HasVideo": {"type": "boolean"}, "ID": {"type": "string"}, "Img": {"type": "string"}, "Nm": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "6": {"type": "array", "items": {"type": "string"}}, "8": {"type": "array", "items": {"type": "string"}}, "12": {"type": "array", "items": {"type": "string"}}, "30": {"type": "array", "items": {"type": "string"}}, "32": {"type": "array", "items": {"type": "string"}}, "15": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "8"]}, "tbd": {"type": "integer"}, "NewsTag": {"type": "string"}}, "required": ["Abr", "CoId", "CoNm", "Gd", "HasVideo", "ID", "Img", "Nm", "Pids", "tbd"]}}, "Tr1": {"type": "string"}, "Tr1OR": {"type": "string"}, "Tr2": {"type": "string"}, "Tr2OR": {"type": "string"}, "Trh1": {"type": "string"}, "Trh2": {"type": "string"}, "Media": {"type": "object", "properties": {"12": {"type": "array", "items": {"type": "object", "properties": {"allowedCountries": {"type": "array", "items": {"type": "string"}}, "eventId": {"type": "string"}, "provider": {"type": "string"}, "type": {"type": "string"}}, "required": ["allowedCountries", "eventId", "provider", "type"]}}}, "required": ["12"]}, "Ewt": {"type": "integer"}}, "required": ["ComX", "EO", "EOX", "Eact", "Ecov", "Ehid", "Eid", "Epr", "Eps", "Esd", "Esid", "Et", "IncsX", "LuC", "LuX", "Pid", "Pids", "SDFowX", "SDInnX", "Sids", "Spid", "StatX", "Stg", "SubsX", "T1", "T2", "Tr1", "Tr1OR", "Tr2", "Tr2OR"]}}, "Scd": {"type": "string"}, "Scu": {"type": "integer"}, "Sdn": {"type": "string"}, "Sds": {"type": "string"}, "Shi": {"type": "integer"}, "Sid": {"type": "string"}, "Snm": {"type": "string"}, "badgeUrl": {"type": "string"}, "firstColor": {"type": "string"}}, "required": ["Ccd", "Ccdiso", "Chi", "Cid", "Cnm", "Csnm", "Events", "Scd", "Scu", "Sdn", "Shi", "Sid", "Snm"]}}}, "required": ["Stages"]}, "message": {"type": "string"}, "status": {"type": "boolean"}}, "required": ["data", "message", "status"]}
d55c0255-c5c2-4357-9cf3-5487ba66868f/adbc1505-db0a-455b-8766-9f627b9fb122/0/0
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
topAssistsInThePlayoffsBySeasonTotalAssists
Return top 20 players by assists (playoffs) in descending order. Playoffs season is specified in the URL.
200
null
{"count": 20, "next": null, "previous": null, "results": [{"id": 2796, "player_name": "Nikola Joki\u0107", "age": 27, "games": 20, "games_started": 20, "minutes_played": 789, "field_goals": 227, "field_attempts": 414, "field_percent": "0.548", "three_fg": 35, "three_attempts": 76, "three_percent": "0.461", "two_fg": 192, "two_attempts": 338, "two_percent": "0.568", "effect_fg_percent": "0.591", "ft": 111, "fta": 139, "ft_percent": "0.799", "ORB": 69, "DRB": 200, "TRB": 269, "AST": 190, "STL": 21, "BLK": 20, "TOV": 70, "PF": 69, "PTS": 600, "team": "DEN", "season": 2023}, {"id": 2795, "player_name": "Jamal Murray", "age": 25, "games": 20, "games_started": 20, "minutes_played": 799, "field_goals": 194, "field_attempts": 410, "field_percent": "0.473", "three_fg": 59, "three_attempts": 149, "three_percent": "0.396", "two_fg": 135, "two_attempts": 261, "two_percent": "0.517", "effect_fg_percent": "0.545", "ft": 75, "fta": 81, "ft_percent": "0.926", "ORB": 15, "DRB": 98, "TRB": 113, "AST": 142, "STL": 30, "BLK": 5, "TOV": 50, "PF": 41, "PTS": 522, "team": "DEN", "season": 2023}, {"id": 2864, "player_name": "Jimmy Butler", "age": 33, "games": 22, "games_started": 22, "minutes_played": 874, "field_goals": 207, "field_attempts": 442, "field_percent": "0.468", "three_fg": 28, "three_attempts": 78, "three_percent": "0.359", "two_fg": 179, "two_attempts": 364, "two_percent": "0.492", "effect_fg_percent": "0.500", "ft": 150, "fta": 186, "ft_percent": "0.806", "ORB": 47, "DRB": 95, "TRB": 142, "AST": 129, "STL": 39, "BLK": 14, "TOV": 41, "PF": 37, "PTS": 592, "team": "MIA", "season": 2023}, {"id": 2754, "player_name": "Jayson Tatum", "age": 24, "games": 20, "games_started": 20, "minutes_played": 799, "field_goals": 185, "field_attempts": 404, "field_percent": "0.458", "three_fg": 53, "three_attempts": 164, "three_percent": "0.323", "two_fg": 132, "two_attempts": 240, "two_percent": "0.550", "effect_fg_percent": "0.524", "ft": 120, "fta": 137, "ft_percent": "0.876", "ORB": 26, "DRB": 184, "TRB": 210, "AST": 105, "STL": 21, "BLK": 21, "TOV": 56, "PF": 44, "PTS": 543, "team": "BOS", "season": 2023}, {"id": 2837, "player_name": "LeBron James", "age": 38, "games": 16, "games_started": 16, "minutes_played": 619, "field_goals": 147, "field_attempts": 295, "field_percent": "0.498", "three_fg": 28, "three_attempts": 106, "three_percent": "0.264", "two_fg": 119, "two_attempts": 189, "two_percent": "0.630", "effect_fg_percent": "0.546", "ft": 70, "fta": 92, "ft_percent": "0.761", "ORB": 25, "DRB": 133, "TRB": 158, "AST": 104, "STL": 17, "BLK": 18, "TOV": 40, "PF": 28, "PTS": 392, "team": "LAL", "season": 2023}, {"id": 2756, "player_name": "Marcus Smart", "age": 28, "games": 20, "games_started": 20, "minutes_played": 679, "field_goals": 101, "field_attempts": 223, "field_percent": "0.453", "three_fg": 44, "three_attempts": 122, "three_percent": "0.361", "two_fg": 57, "two_attempts": 101, "two_percent": "0.564", "effect_fg_percent": "0.552", "ft": 52, "fta": 65, "ft_percent": "0.800", "ORB": 21, "DRB": 59, "TRB": 80, "AST": 101, "STL": 25, "BLK": 5, "TOV": 45, "PF": 37, "PTS": 298, "team": "BOS", "season": 2023}, {"id": 2869, "player_name": "Kyle Lowry", "age": 36, "games": 23, "games_started": 1, "minutes_played": 599, "field_goals": 74, "field_attempts": 174, "field_percent": "0.425", "three_fg": 33, "three_attempts": 88, "three_percent": "0.375", "two_fg": 41, "two_attempts": 86, "two_percent": "0.477", "effect_fg_percent": "0.520", "ft": 31, "fta": 33, "ft_percent": "0.939", "ORB": 12, "DRB": 69, "TRB": 81, "AST": 101, "STL": 24, "BLK": 14, "TOV": 40, "PF": 59, "PTS": 212, "team": "MIA", "season": 2023}, {"id": 2919, "player_name": "James Harden", "age": 33, "games": 11, "games_started": 11, "minutes_played": 427, "field_goals": 72, "field_attempts": 183, "field_percent": "0.393", "three_fg": 31, "three_attempts": 82, "three_percent": "0.378", "two_fg": 41, "two_attempts": 101, "two_percent": "0.406", "effect_fg_percent": "0.478", "ft": 48, "fta": 55, "ft_percent": "0.873", "ORB": 6, "DRB": 62, "TRB": 68, "AST": 91, "STL": 20, "BLK": 4, "TOV": 35, "PF": 28, "PTS": 223, "team": "PHI", "season": 2023}, {"id": 2865, "player_name": "Bam Adebayo", "age": 25, "games": 23, "games_started": 23, "minutes_played": 850, "field_goals": 167, "field_attempts": 347, "field_percent": "0.481", "three_fg": 0, "three_attempts": 3, "three_percent": "0.000", "two_fg": 167, "two_attempts": 344, "two_percent": "0.485", "effect_fg_percent": "0.481", "ft": 78, "fta": 95, "ft_percent": "0.821", "ORB": 63, "DRB": 164, "TRB": 227, "AST": 85, "STL": 20, "BLK": 15, "TOV": 62, "PF": 71, "PTS": 412, "team": "MIA", "season": 2023}, {"id": 2813, "player_name": "Draymond Green", "age": 32, "games": 12, "games_started": 9, "minutes_played": 367, "field_goals": 42, "field_attempts": 91, "field_percent": "0.462", "three_fg": 5, "three_attempts": 20, "three_percent": "0.250", "two_fg": 37, "two_attempts": 71, "two_percent": "0.521", "effect_fg_percent": "0.489", "ft": 24, "fta": 33, "ft_percent": "0.727", "ORB": 19, "DRB": 64, "TRB": 83, "AST": 82, "STL": 18, "BLK": 12, "TOV": 27, "PF": 48, "PTS": 113, "team": "GSW", "season": 2023}, {"id": 2935, "player_name": "Devin Booker", "age": 26, "games": 11, "games_started": 11, "minutes_played": 459, "field_goals": 141, "field_attempts": 241, "field_percent": "0.585", "three_fg": 31, "three_attempts": 61, "three_percent": "0.508", "two_fg": 110, "two_attempts": 180, "two_percent": "0.611", "effect_fg_percent": "0.649", "ft": 58, "fta": 67, "ft_percent": "0.866", "ORB": 12, "DRB": 41, "TRB": 53, "AST": 79, "STL": 19, "BLK": 9, "TOV": 32, "PF": 37, "PTS": 371, "team": "PHO", "season": 2023}, {"id": 2810, "player_name": "Stephen Curry", "age": 34, "games": 13, "games_started": 13, "minutes_played": 493, "field_goals": 145, "field_attempts": 311, "field_percent": "0.466", "three_fg": 57, "three_attempts": 157, "three_percent": "0.363", "two_fg": 88, "two_attempts": 154, "two_percent": "0.571", "effect_fg_percent": "0.558", "ft": 49, "fta": 58, "ft_percent": "0.845", "ORB": 9, "DRB": 58, "TRB": 67, "AST": 79, "STL": 13, "BLK": 6, "TOV": 42, "PF": 34, "PTS": 396, "team": "GSW", "season": 2023}, {"id": 2867, "player_name": "Gabe Vincent", "age": 26, "games": 22, "games_started": 22, "minutes_played": 672, "field_goals": 99, "field_attempts": 246, "field_percent": "0.402", "three_fg": 51, "three_attempts": 135, "three_percent": "0.378", "two_fg": 48, "two_attempts": 111, "two_percent": "0.432", "effect_fg_percent": "0.506", "ft": 30, "fta": 34, "ft_percent": "0.882", "ORB": 8, "DRB": 23, "TRB": 31, "AST": 78, "STL": 19, "BLK": 4, "TOV": 31, "PF": 66, "PTS": 279, "team": "MIA", "season": 2023}, {"id": 2840, "player_name": "D'Angelo Russell", "age": 26, "games": 16, "games_started": 15, "minutes_played": 473, "field_goals": 83, "field_attempts": 195, "field_percent": "0.426", "three_fg": 27, "three_attempts": 87, "three_percent": "0.310", "two_fg": 56, "two_attempts": 108, "two_percent": "0.519", "effect_fg_percent": "0.495", "ft": 20, "fta": 26, "ft_percent": "0.769", "ORB": 10, "DRB": 37, "TRB": 47, "AST": 74, "STL": 11, "BLK": 5, "TOV": 29, "PF": 32, "PTS": 213, "team": "LAL", "season": 2023}, {"id": 2839, "player_name": "Austin Reaves", "age": 24, "games": 16, "games_started": 16, "minutes_played": 579, "field_goals": 90, "field_attempts": 194, "field_percent": "0.464", "three_fg": 39, "three_attempts": 88, "three_percent": "0.443", "two_fg": 51, "two_attempts": 106, "two_percent": "0.481", "effect_fg_percent": "0.564", "ft": 51, "fta": 57, "ft_percent": "0.895", "ORB": 20, "DRB": 51, "TRB": 71, "AST": 73, "STL": 10, "BLK": 3, "TOV": 25, "PF": 39, "PTS": 270, "team": "LAL", "season": 2023}, {"id": 2755, "player_name": "Jaylen Brown", "age": 26, "games": 20, "games_started": 20, "minutes_played": 751, "field_goals": 181, "field_attempts": 365, "field_percent": "0.496", "three_fg": 40, "three_attempts": 113, "three_percent": "0.354", "two_fg": 141, "two_attempts": 252, "two_percent": "0.560", "effect_fg_percent": "0.551", "ft": 51, "fta": 74, "ft_percent": "0.689", "ORB": 25, "DRB": 87, "TRB": 112, "AST": 68, "STL": 21, "BLK": 8, "TOV": 66, "PF": 61, "PTS": 453, "team": "BOS", "season": 2023}, {"id": 2907, "player_name": "Jalen Brunson", "age": 26, "games": 11, "games_started": 11, "minutes_played": 443, "field_goals": 109, "field_attempts": 230, "field_percent": "0.474", "three_fg": 26, "three_attempts": 80, "three_percent": "0.325", "two_fg": 83, "two_attempts": 150, "two_percent": "0.553", "effect_fg_percent": "0.530", "ft": 62, "fta": 68, "ft_percent": "0.912", "ORB": 9, "DRB": 45, "TRB": 54, "AST": 62, "STL": 17, "BLK": 1, "TOV": 23, "PF": 26, "PTS": 306, "team": "NYK", "season": 2023}, {"id": 2744, "player_name": "Trae Young", "age": 24, "games": 6, "games_started": 6, "minutes_played": 230, "field_goals": 60, "field_attempts": 149, "field_percent": "0.403", "three_fg": 18, "three_attempts": 54, "three_percent": "0.333", "two_fg": 42, "two_attempts": 95, "two_percent": "0.442", "effect_fg_percent": "0.463", "ft": 37, "fta": 43, "ft_percent": "0.860", "ORB": 5, "DRB": 17, "TRB": 22, "AST": 61, "STL": 10, "BLK": 4, "TOV": 24, "PF": 11, "PTS": 175, "team": "ATL", "season": 2023}, {"id": 2934, "player_name": "Kevin Durant", "age": 34, "games": 11, "games_started": 11, "minutes_played": 466, "field_goals": 107, "field_attempts": 224, "field_percent": "0.478", "three_fg": 17, "three_attempts": 51, "three_percent": "0.333", "two_fg": 90, "two_attempts": 173, "two_percent": "0.520", "effect_fg_percent": "0.516", "ft": 88, "fta": 96, "ft_percent": "0.917", "ORB": 7, "DRB": 89, "TRB": 96, "AST": 61, "STL": 9, "BLK": 15, "TOV": 39, "PF": 29, "PTS": 319, "team": "PHO", "season": 2023}, {"id": 2757, "player_name": "Al Horford", "age": 36, "games": 20, "games_started": 20, "minutes_played": 617, "field_goals": 51, "field_attempts": 132, "field_percent": "0.386", "three_fg": 28, "three_attempts": 94, "three_percent": "0.298", "two_fg": 23, "two_attempts": 38, "two_percent": "0.605", "effect_fg_percent": "0.492", "ft": 3, "fta": 4, "ft_percent": "0.750", "ORB": 30, "DRB": 113, "TRB": 143, "AST": 59, "STL": 22, "BLK": 34, "TOV": 11, "PF": 47, "PTS": 133, "team": "BOS", "season": 2023}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/adbc1505-db0a-455b-8766-9f627b9fb122/0/1
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
topAssistsInThePlayoffsBySeasonTotalAssists
Return top 20 players by assists (playoffs) in descending order. Playoffs season is specified in the URL.
200
null
{"count": 20, "next": null, "previous": null, "results": [{"id": 2410, "player_name": "Jason Kidd", "age": 37, "games": 21, "games_started": 21, "minutes_played": 744, "field_goals": 64, "field_attempts": 161, "field_percent": "0.398", "three_fg": 43, "three_attempts": 115, "three_percent": "0.374", "two_fg": 21, "two_attempts": 46, "two_percent": "0.457", "effect_fg_percent": "0.531", "ft": 24, "fta": 30, "ft_percent": "0.800", "ORB": 11, "DRB": 84, "TRB": 95, "AST": 153, "STL": 40, "BLK": 10, "TOV": 56, "PF": 36, "PTS": 195, "team": "DAL", "season": 2011}, {"id": 2470, "player_name": "Derrick Rose", "age": 22, "games": 16, "games_started": 16, "minutes_played": 649, "field_goals": 149, "field_attempts": 376, "field_percent": "0.396", "three_fg": 25, "three_attempts": 101, "three_percent": "0.248", "two_fg": 124, "two_attempts": 275, "two_percent": "0.451", "effect_fg_percent": "0.430", "ft": 111, "fta": 134, "ft_percent": "0.828", "ORB": 20, "DRB": 49, "TRB": 69, "AST": 123, "STL": 22, "BLK": 11, "TOV": 59, "PF": 33, "PTS": 434, "team": "CHI", "season": 2011}, {"id": 2506, "player_name": "LeBron James", "age": 26, "games": 21, "games_started": 21, "minutes_played": 922, "field_goals": 174, "field_attempts": 373, "field_percent": "0.466", "three_fg": 30, "three_attempts": 85, "three_percent": "0.353", "two_fg": 144, "two_attempts": 288, "two_percent": "0.500", "effect_fg_percent": "0.507", "ft": 119, "fta": 156, "ft_percent": "0.763", "ORB": 34, "DRB": 142, "TRB": 176, "AST": 123, "STL": 35, "BLK": 25, "TOV": 66, "PF": 56, "PTS": 497, "team": "MIA", "season": 2011}, {"id": 2446, "player_name": "Russell Westbrook", "age": 22, "games": 17, "games_started": 17, "minutes_played": 638, "field_goals": 135, "field_attempts": 343, "field_percent": "0.394", "three_fg": 14, "three_attempts": 48, "three_percent": "0.292", "two_fg": 121, "two_attempts": 295, "two_percent": "0.410", "effect_fg_percent": "0.414", "ft": 121, "fta": 142, "ft_percent": "0.852", "ORB": 36, "DRB": 55, "TRB": 91, "AST": 108, "STL": 24, "BLK": 6, "TOV": 78, "PF": 56, "PTS": 405, "team": "OKC", "season": 2011}, {"id": 2508, "player_name": "Dwyane Wade", "age": 29, "games": 21, "games_started": 21, "minutes_played": 828, "field_goals": 181, "field_attempts": 373, "field_percent": "0.485", "three_fg": 14, "three_attempts": 52, "three_percent": "0.269", "two_fg": 167, "two_attempts": 321, "two_percent": "0.520", "effect_fg_percent": "0.504", "ft": 139, "fta": 179, "ft_percent": "0.777", "ORB": 43, "DRB": 107, "TRB": 150, "AST": 92, "STL": 34, "BLK": 28, "TOV": 64, "PF": 53, "PTS": 515, "team": "MIA", "season": 2011}, {"id": 2363, "player_name": "Rajon Rondo", "age": 24, "games": 9, "games_started": 9, "minutes_played": 345, "field_goals": 51, "field_attempts": 107, "field_percent": "0.477", "three_fg": 0, "three_attempts": 3, "three_percent": "0.000", "two_fg": 51, "two_attempts": 104, "two_percent": "0.490", "effect_fg_percent": "0.477", "ft": 24, "fta": 38, "ft_percent": "0.632", "ORB": 11, "DRB": 38, "TRB": 49, "AST": 86, "STL": 10, "BLK": 0, "TOV": 33, "PF": 16, "PTS": 126, "team": "BOS", "season": 2011}, {"id": 2387, "player_name": "Mike Conley", "age": 23, "games": 13, "games_started": 13, "minutes_played": 507, "field_goals": 71, "field_attempts": 183, "field_percent": "0.388", "three_fg": 11, "three_attempts": 37, "three_percent": "0.297", "two_fg": 60, "two_attempts": 146, "two_percent": "0.411", "effect_fg_percent": "0.418", "ft": 44, "fta": 53, "ft_percent": "0.830", "ORB": 7, "DRB": 43, "TRB": 50, "AST": 83, "STL": 14, "BLK": 3, "TOV": 30, "PF": 39, "PTS": 197, "team": "MEM", "season": 2011}, {"id": 2414, "player_name": "J.J. Barea", "age": 26, "games": 21, "games_started": 3, "minutes_played": 390, "field_goals": 72, "field_attempts": 172, "field_percent": "0.419", "three_fg": 16, "three_attempts": 50, "three_percent": "0.320", "two_fg": 56, "two_attempts": 122, "two_percent": "0.459", "effect_fg_percent": "0.465", "ft": 27, "fta": 34, "ft_percent": "0.794", "ORB": 8, "DRB": 31, "TRB": 39, "AST": 71, "STL": 6, "BLK": 0, "TOV": 23, "PF": 28, "PTS": 187, "team": "DAL", "season": 2011}, {"id": 2397, "player_name": "Chris Paul", "age": 25, "games": 6, "games_started": 6, "minutes_played": 250, "field_goals": 42, "field_attempts": 77, "field_percent": "0.545", "three_fg": 9, "three_attempts": 19, "three_percent": "0.474", "two_fg": 33, "two_attempts": 58, "two_percent": "0.569", "effect_fg_percent": "0.604", "ft": 39, "fta": 49, "ft_percent": "0.796", "ORB": 3, "DRB": 37, "TRB": 40, "AST": 69, "STL": 11, "BLK": 0, "TOV": 22, "PF": 11, "PTS": 132, "team": "NOH", "season": 2011}, {"id": 2412, "player_name": "Jason Terry", "age": 33, "games": 21, "games_started": 0, "minutes_played": 684, "field_goals": 128, "field_attempts": 268, "field_percent": "0.478", "three_fg": 42, "three_attempts": 95, "three_percent": "0.442", "two_fg": 86, "two_attempts": 173, "two_percent": "0.497", "effect_fg_percent": "0.556", "ft": 70, "fta": 83, "ft_percent": "0.843", "ORB": 6, "DRB": 34, "TRB": 40, "AST": 67, "STL": 26, "BLK": 3, "TOV": 32, "PF": 44, "PTS": 368, "team": "DAL", "season": 2011}, {"id": 2447, "player_name": "James Harden", "age": 21, "games": 17, "games_started": 0, "minutes_played": 537, "field_goals": 66, "field_attempts": 139, "field_percent": "0.475", "three_fg": 23, "three_attempts": 76, "three_percent": "0.303", "two_fg": 43, "two_attempts": 63, "two_percent": "0.683", "effect_fg_percent": "0.558", "ft": 66, "fta": 80, "ft_percent": "0.825", "ORB": 10, "DRB": 81, "TRB": 91, "AST": 61, "STL": 21, "BLK": 13, "TOV": 28, "PF": 48, "PTS": 221, "team": "OKC", "season": 2011}, {"id": 2409, "player_name": "Dirk Nowitzki", "age": 32, "games": 21, "games_started": 21, "minutes_played": 826, "field_goals": 192, "field_attempts": 396, "field_percent": "0.485", "three_fg": 23, "three_attempts": 50, "three_percent": "0.460", "two_fg": 169, "two_attempts": 346, "two_percent": "0.488", "effect_fg_percent": "0.514", "ft": 175, "fta": 186, "ft_percent": "0.941", "ORB": 12, "DRB": 159, "TRB": 171, "AST": 53, "STL": 12, "BLK": 13, "TOV": 65, "PF": 46, "PTS": 582, "team": "DAL", "season": 2011}, {"id": 2445, "player_name": "Kevin Durant", "age": 22, "games": 17, "games_started": 17, "minutes_played": 722, "field_goals": 155, "field_attempts": 345, "field_percent": "0.449", "three_fg": 37, "three_attempts": 109, "three_percent": "0.339", "two_fg": 118, "two_attempts": 236, "two_percent": "0.500", "effect_fg_percent": "0.503", "ft": 140, "fta": 167, "ft_percent": "0.838", "ORB": 18, "DRB": 121, "TRB": 139, "AST": 48, "STL": 16, "BLK": 19, "TOV": 42, "PF": 52, "PTS": 487, "team": "OKC", "season": 2011}, {"id": 2411, "player_name": "Shawn Marion", "age": 32, "games": 21, "games_started": 21, "minutes_played": 690, "field_goals": 105, "field_attempts": 225, "field_percent": "0.467", "three_fg": 0, "three_attempts": 5, "three_percent": "0.000", "two_fg": 105, "two_attempts": 220, "two_percent": "0.477", "effect_fg_percent": "0.467", "ft": 40, "fta": 47, "ft_percent": "0.851", "ORB": 46, "DRB": 87, "TRB": 133, "AST": 45, "STL": 21, "BLK": 19, "TOV": 36, "PF": 53, "PTS": 250, "team": "DAL", "season": 2011}, {"id": 2510, "player_name": "Mario Chalmers", "age": 24, "games": 21, "games_started": 1, "minutes_played": 511, "field_goals": 54, "field_attempts": 124, "field_percent": "0.435", "three_fg": 32, "three_attempts": 84, "three_percent": "0.381", "two_fg": 22, "two_attempts": 40, "two_percent": "0.550", "effect_fg_percent": "0.565", "ft": 23, "fta": 32, "ft_percent": "0.719", "ORB": 4, "DRB": 36, "TRB": 40, "AST": 44, "STL": 27, "BLK": 1, "TOV": 28, "PF": 48, "PTS": 163, "team": "MIA", "season": 2011}, {"id": 2469, "player_name": "Luol Deng", "age": 25, "games": 16, "games_started": 16, "minutes_played": 687, "field_goals": 98, "field_attempts": 230, "field_percent": "0.426", "three_fg": 22, "three_attempts": 68, "three_percent": "0.324", "two_fg": 76, "two_attempts": 162, "two_percent": "0.469", "effect_fg_percent": "0.474", "ft": 52, "fta": 62, "ft_percent": "0.839", "ORB": 27, "DRB": 79, "TRB": 106, "AST": 43, "STL": 24, "BLK": 10, "TOV": 26, "PF": 40, "PTS": 270, "team": "CHI", "season": 2011}, {"id": 2520, "player_name": "Al Horford", "age": 24, "games": 12, "games_started": 12, "minutes_played": 468, "field_goals": 58, "field_attempts": 137, "field_percent": "0.423", "three_fg": 0, "three_attempts": 2, "three_percent": "0.000", "two_fg": 58, "two_attempts": 135, "two_percent": "0.430", "effect_fg_percent": "0.423", "ft": 20, "fta": 26, "ft_percent": "0.769", "ORB": 25, "DRB": 90, "TRB": 115, "AST": 42, "STL": 5, "BLK": 12, "TOV": 17, "PF": 33, "PTS": 136, "team": "ATL", "season": 2011}, {"id": 2471, "player_name": "Joakim Noah", "age": 25, "games": 16, "games_started": 16, "minutes_played": 529, "field_goals": 51, "field_attempts": 124, "field_percent": "0.411", "three_fg": 0, "three_attempts": 0, "three_percent": null, "two_fg": 51, "two_attempts": 124, "two_percent": "0.411", "effect_fg_percent": "0.411", "ft": 37, "fta": 51, "ft_percent": "0.725", "ORB": 68, "DRB": 95, "TRB": 163, "AST": 40, "STL": 16, "BLK": 33, "TOV": 19, "PF": 63, "PTS": 139, "team": "CHI", "season": 2011}, {"id": 2519, "player_name": "Joe Johnson", "age": 29, "games": 12, "games_started": 12, "minutes_played": 497, "field_goals": 87, "field_attempts": 198, "field_percent": "0.439", "three_fg": 18, "three_attempts": 42, "three_percent": "0.429", "two_fg": 69, "two_attempts": 156, "two_percent": "0.442", "effect_fg_percent": "0.485", "ft": 34, "fta": 42, "ft_percent": "0.810", "ORB": 18, "DRB": 37, "TRB": 55, "AST": 40, "STL": 13, "BLK": 1, "TOV": 31, "PF": 19, "PTS": 226, "team": "ATL", "season": 2011}, {"id": 2493, "player_name": "Pau Gasol", "age": 30, "games": 10, "games_started": 10, "minutes_played": 358, "field_goals": 47, "field_attempts": 112, "field_percent": "0.420", "three_fg": 1, "three_attempts": 2, "three_percent": "0.500", "two_fg": 46, "two_attempts": 110, "two_percent": "0.418", "effect_fg_percent": "0.424", "ft": 36, "fta": 45, "ft_percent": "0.800", "ORB": 32, "DRB": 46, "TRB": 78, "AST": 38, "STL": 4, "BLK": 17, "TOV": 17, "PF": 33, "PTS": 131, "team": "LAL", "season": 2011}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/27183123-2e32-4889-8fa5-b3c235108863/0/0
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
topAssistsBySeasonTotalAssists
Return top 20 players by assists in descending order. Season is specified in the URL.
200
null
{"count": 20, "next": null, "previous": null, "results": [{"id": 529, "player_name": "Trae Young", "age": 24, "games": 73, "games_started": 73, "minutes_played": 2541, "field_goals": 597, "field_attempts": 1390, "field_percent": "0.429", "three_fg": 154, "three_attempts": 460, "three_percent": "0.335", "two_fg": 443, "two_attempts": 930, "two_percent": "0.476", "effect_fg_percent": "0.485", "ft": 566, "fta": 639, "ft_percent": "0.886", "ORB": 56, "DRB": 161, "TRB": 217, "AST": 741, "STL": 80, "BLK": 9, "TOV": 300, "PF": 104, "PTS": 1914, "team": "ATL", "season": 2023}, {"id": 203, "player_name": "Nikola Joki\u0107", "age": 27, "games": 69, "games_started": 69, "minutes_played": 2323, "field_goals": 646, "field_attempts": 1022, "field_percent": "0.632", "three_fg": 57, "three_attempts": 149, "three_percent": "0.383", "two_fg": 589, "two_attempts": 873, "two_percent": "0.675", "effect_fg_percent": "0.660", "ft": 341, "fta": 415, "ft_percent": "0.822", "ORB": 167, "DRB": 650, "TRB": 817, "AST": 678, "STL": 87, "BLK": 47, "TOV": 247, "PF": 174, "PTS": 1690, "team": "DEN", "season": 2023}, {"id": 22, "player_name": "James Harden", "age": 33, "games": 58, "games_started": 58, "minutes_played": 2135, "field_goals": 371, "field_attempts": 842, "field_percent": "0.441", "three_fg": 161, "three_attempts": 418, "three_percent": "0.385", "two_fg": 210, "two_attempts": 424, "two_percent": "0.495", "effect_fg_percent": "0.536", "ft": 313, "fta": 361, "ft_percent": "0.867", "ORB": 40, "DRB": 314, "TRB": 354, "AST": 618, "STL": 71, "BLK": 31, "TOV": 195, "PF": 112, "PTS": 1216, "team": "PHI", "season": 2023}, {"id": 366, "player_name": "Tyrese Haliburton", "age": 22, "games": 56, "games_started": 56, "minutes_played": 1883, "field_goals": 412, "field_attempts": 841, "field_percent": "0.490", "three_fg": 161, "three_attempts": 402, "three_percent": "0.400", "two_fg": 251, "two_attempts": 439, "two_percent": "0.572", "effect_fg_percent": "0.586", "ft": 175, "fta": 201, "ft_percent": "0.871", "ORB": 33, "DRB": 172, "TRB": 205, "AST": 585, "STL": 91, "BLK": 25, "TOV": 141, "PF": 69, "PTS": 1160, "team": "IND", "season": 2023}, {"id": 405, "player_name": "Domantas Sabonis", "age": 26, "games": 79, "games_started": 79, "minutes_played": 2736, "field_goals": 577, "field_attempts": 938, "field_percent": "0.615", "three_fg": 31, "three_attempts": 83, "three_percent": "0.373", "two_fg": 546, "two_attempts": 855, "two_percent": "0.639", "effect_fg_percent": "0.632", "ft": 325, "fta": 438, "ft_percent": "0.742", "ORB": 251, "DRB": 722, "TRB": 973, "AST": 573, "STL": 65, "BLK": 39, "TOV": 230, "PF": 279, "PTS": 1510, "team": "SAC", "season": 2023}, {"id": 328, "player_name": "Darius Garland", "age": 23, "games": 69, "games_started": 69, "minutes_played": 2447, "field_goals": 522, "field_attempts": 1129, "field_percent": "0.462", "three_fg": 169, "three_attempts": 412, "three_percent": "0.410", "two_fg": 353, "two_attempts": 717, "two_percent": "0.492", "effect_fg_percent": "0.537", "ft": 277, "fta": 321, "ft_percent": "0.863", "ORB": 28, "DRB": 157, "TRB": 185, "AST": 538, "STL": 85, "BLK": 9, "TOV": 199, "PF": 148, "PTS": 1490, "team": "CLE", "season": 2023}, {"id": 156, "player_name": "Luka Don\u010di\u0107", "age": 23, "games": 66, "games_started": 66, "minutes_played": 2391, "field_goals": 719, "field_attempts": 1449, "field_percent": "0.496", "three_fg": 185, "three_attempts": 541, "three_percent": "0.342", "two_fg": 534, "two_attempts": 908, "two_percent": "0.588", "effect_fg_percent": "0.560", "ft": 515, "fta": 694, "ft_percent": "0.742", "ORB": 54, "DRB": 515, "TRB": 569, "AST": 529, "STL": 90, "BLK": 33, "TOV": 236, "PF": 166, "PTS": 2138, "team": "DAL", "season": 2023}, {"id": 428, "player_name": "Chris Paul", "age": 37, "games": 59, "games_started": 59, "minutes_played": 1889, "field_goals": 294, "field_attempts": 668, "field_percent": "0.440", "three_fg": 98, "three_attempts": 261, "three_percent": "0.375", "two_fg": 196, "two_attempts": 407, "two_percent": "0.482", "effect_fg_percent": "0.513", "ft": 133, "fta": 160, "ft_percent": "0.831", "ORB": 27, "DRB": 224, "TRB": 251, "AST": 524, "STL": 91, "BLK": 22, "TOV": 114, "PF": 126, "PTS": 819, "team": "PHO", "season": 2023}, {"id": 446, "player_name": "Draymond Green", "age": 32, "games": 73, "games_started": 73, "minutes_played": 2297, "field_goals": 250, "field_attempts": 474, "field_percent": "0.527", "three_fg": 40, "three_attempts": 131, "three_percent": "0.305", "two_fg": 210, "two_attempts": 343, "two_percent": "0.612", "effect_fg_percent": "0.570", "ft": 77, "fta": 108, "ft_percent": "0.713", "ORB": 66, "DRB": 459, "TRB": 525, "AST": 500, "STL": 74, "BLK": 60, "TOV": 204, "PF": 229, "PTS": 617, "team": "GSW", "season": 2023}, {"id": 102, "player_name": "Fred VanVleet", "age": 28, "games": 69, "games_started": 69, "minutes_played": 2535, "field_goals": 437, "field_attempts": 1112, "field_percent": "0.393", "three_fg": 207, "three_attempts": 606, "three_percent": "0.342", "two_fg": 230, "two_attempts": 506, "two_percent": "0.455", "effect_fg_percent": "0.486", "ft": 254, "fta": 283, "ft_percent": "0.898", "ORB": 30, "DRB": 250, "TRB": 280, "AST": 495, "STL": 123, "BLK": 38, "TOV": 140, "PF": 193, "PTS": 1335, "team": "TOR", "season": 2023}, {"id": 307, "player_name": "Jrue Holiday", "age": 32, "games": 67, "games_started": 65, "minutes_played": 2183, "field_goals": 490, "field_attempts": 1023, "field_percent": "0.479", "three_fg": 158, "three_attempts": 411, "three_percent": "0.384", "two_fg": 332, "two_attempts": 612, "two_percent": "0.542", "effect_fg_percent": "0.556", "ft": 152, "fta": 177, "ft_percent": "0.859", "ORB": 79, "DRB": 262, "TRB": 341, "AST": 495, "STL": 79, "BLK": 25, "TOV": 197, "PF": 116, "PTS": 1290, "team": "MIL", "season": 2023}, {"id": 121, "player_name": "Ja Morant", "age": 23, "games": 61, "games_started": 59, "minutes_played": 1948, "field_goals": 566, "field_attempts": 1214, "field_percent": "0.466", "three_fg": 92, "three_attempts": 300, "three_percent": "0.307", "two_fg": 474, "two_attempts": 914, "two_percent": "0.519", "effect_fg_percent": "0.504", "ft": 372, "fta": 497, "ft_percent": "0.748", "ORB": 61, "DRB": 296, "TRB": 357, "AST": 493, "STL": 66, "BLK": 16, "TOV": 206, "PF": 100, "PTS": 1596, "team": "MEM", "season": 2023}, {"id": 384, "player_name": "Killian Hayes", "age": 21, "games": 76, "games_started": 56, "minutes_played": 2154, "field_goals": 307, "field_attempts": 815, "field_percent": "0.377", "three_fg": 80, "three_attempts": 286, "three_percent": "0.280", "two_fg": 227, "two_attempts": 529, "two_percent": "0.429", "effect_fg_percent": "0.426", "ft": 92, "fta": 112, "ft_percent": "0.821", "ORB": 28, "DRB": 193, "TRB": 221, "AST": 470, "STL": 104, "BLK": 28, "TOV": 173, "PF": 219, "PTS": 786, "team": "DET", "season": 2023}, {"id": 241, "player_name": "Josh Giddey", "age": 20, "games": 76, "games_started": 76, "minutes_played": 2367, "field_goals": 539, "field_attempts": 1118, "field_percent": "0.482", "three_fg": 76, "three_attempts": 234, "three_percent": "0.325", "two_fg": 463, "two_attempts": 884, "two_percent": "0.524", "effect_fg_percent": "0.516", "ft": 106, "fta": 145, "ft_percent": "0.731", "ORB": 148, "DRB": 451, "TRB": 599, "AST": 469, "STL": 57, "BLK": 31, "TOV": 211, "PF": 143, "PTS": 1260, "team": "OKC", "season": 2023}, {"id": 528, "player_name": "Dejounte Murray", "age": 26, "games": 74, "games_started": 74, "minutes_played": 2693, "field_goals": 612, "field_attempts": 1319, "field_percent": "0.464", "three_fg": 133, "three_attempts": 387, "three_percent": "0.344", "two_fg": 479, "two_attempts": 932, "two_percent": "0.514", "effect_fg_percent": "0.514", "ft": 158, "fta": 190, "ft_percent": "0.832", "ORB": 53, "DRB": 336, "TRB": 389, "AST": 448, "STL": 112, "BLK": 19, "TOV": 160, "PF": 106, "PTS": 1515, "team": "ATL", "season": 2023}, {"id": 180, "player_name": "Tre Jones", "age": 23, "games": 68, "games_started": 65, "minutes_played": 1984, "field_goals": 341, "field_attempts": 743, "field_percent": "0.459", "three_fg": 45, "three_attempts": 158, "three_percent": "0.285", "two_fg": 296, "two_attempts": 585, "two_percent": "0.506", "effect_fg_percent": "0.489", "ft": 148, "fta": 172, "ft_percent": "0.860", "ORB": 56, "DRB": 189, "TRB": 245, "AST": 448, "STL": 89, "BLK": 9, "TOV": 110, "PF": 98, "PTS": 875, "team": "SAS", "season": 2023}, {"id": 407, "player_name": "De'Aaron Fox", "age": 25, "games": 73, "games_started": 73, "minutes_played": 2435, "field_goals": 682, "field_attempts": 1331, "field_percent": "0.512", "three_fg": 119, "three_attempts": 367, "three_percent": "0.324", "two_fg": 563, "two_attempts": 964, "two_percent": "0.584", "effect_fg_percent": "0.557", "ft": 343, "fta": 440, "ft_percent": "0.780", "ORB": 40, "DRB": 266, "TRB": 306, "AST": 447, "STL": 83, "BLK": 23, "TOV": 181, "PF": 172, "PTS": 1826, "team": "SAC", "season": 2023}, {"id": 139, "player_name": "CJ McCollum", "age": 31, "games": 75, "games_started": 75, "minutes_played": 2649, "field_goals": 587, "field_attempts": 1344, "field_percent": "0.437", "three_fg": 211, "three_attempts": 543, "three_percent": "0.389", "two_fg": 376, "two_attempts": 801, "two_percent": "0.469", "effect_fg_percent": "0.515", "ft": 183, "fta": 238, "ft_percent": "0.769", "ORB": 55, "DRB": 273, "TRB": 328, "AST": 429, "STL": 70, "BLK": 38, "TOV": 183, "PF": 153, "PTS": 1568, "team": "NOP", "season": 2023}, {"id": 284, "player_name": "Damian Lillard", "age": 32, "games": 58, "games_started": 58, "minutes_played": 2107, "field_goals": 556, "field_attempts": 1202, "field_percent": "0.463", "three_fg": 244, "three_attempts": 658, "three_percent": "0.371", "two_fg": 312, "two_attempts": 544, "two_percent": "0.574", "effect_fg_percent": "0.564", "ft": 510, "fta": 558, "ft_percent": "0.914", "ORB": 44, "DRB": 233, "TRB": 277, "AST": 425, "STL": 50, "BLK": 18, "TOV": 191, "PF": 109, "PTS": 1866, "team": "POR", "season": 2023}, {"id": 60, "player_name": "Jalen Brunson", "age": 26, "games": 68, "games_started": 68, "minutes_played": 2379, "field_goals": 587, "field_attempts": 1195, "field_percent": "0.491", "three_fg": 134, "three_attempts": 322, "three_percent": "0.416", "two_fg": 453, "two_attempts": 873, "two_percent": "0.519", "effect_fg_percent": "0.547", "ft": 325, "fta": 392, "ft_percent": "0.829", "ORB": 40, "DRB": 201, "TRB": 241, "AST": 421, "STL": 61, "BLK": 15, "TOV": 142, "PF": 152, "PTS": 1633, "team": "NYK", "season": 2023}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/27183123-2e32-4889-8fa5-b3c235108863/0/1
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
topAssistsBySeasonTotalAssists
Return top 20 players by assists in descending order. Season is specified in the URL.
200
null
{"count": 20, "next": null, "previous": null, "results": [{"id": 7381, "player_name": "Steve Nash", "age": 36, "games": 75, "games_started": 75, "minutes_played": 2497, "field_goals": 399, "field_attempts": 811, "field_percent": "0.492", "three_fg": 81, "three_attempts": 205, "three_percent": "0.395", "two_fg": 318, "two_attempts": 606, "two_percent": "0.525", "effect_fg_percent": "0.542", "ft": 227, "fta": 249, "ft_percent": "0.912", "ORB": 40, "DRB": 220, "TRB": 260, "AST": 855, "STL": 48, "BLK": 4, "TOV": 265, "PF": 87, "PTS": 1106, "team": "PHO", "season": 2011}, {"id": 7139, "player_name": "Chris Paul", "age": 25, "games": 80, "games_started": 80, "minutes_played": 2880, "field_goals": 430, "field_attempts": 928, "field_percent": "0.463", "three_fg": 71, "three_attempts": 183, "three_percent": "0.388", "two_fg": 359, "two_attempts": 745, "two_percent": "0.482", "effect_fg_percent": "0.502", "ft": 337, "fta": 384, "ft_percent": "0.878", "ORB": 38, "DRB": 289, "TRB": 327, "AST": 782, "STL": 188, "BLK": 5, "TOV": 177, "PF": 196, "PTS": 1268, "team": "NOH", "season": 2011}, {"id": 7037, "player_name": "Rajon Rondo", "age": 24, "games": 68, "games_started": 68, "minutes_played": 2527, "field_goals": 318, "field_attempts": 670, "field_percent": "0.475", "three_fg": 10, "three_attempts": 43, "three_percent": "0.233", "two_fg": 308, "two_attempts": 627, "two_percent": "0.491", "effect_fg_percent": "0.482", "ft": 75, "fta": 132, "ft_percent": "0.568", "ORB": 87, "DRB": 210, "TRB": 297, "AST": 760, "STL": 153, "BLK": 11, "TOV": 234, "PF": 120, "PTS": 721, "team": "BOS", "season": 2011}, {"id": 7233, "player_name": "Russell Westbrook", "age": 22, "games": 82, "games_started": 82, "minutes_played": 2847, "field_goals": 614, "field_attempts": 1390, "field_percent": "0.442", "three_fg": 34, "three_attempts": 103, "three_percent": "0.330", "two_fg": 580, "two_attempts": 1287, "two_percent": "0.451", "effect_fg_percent": "0.454", "ft": 531, "fta": 631, "ft_percent": "0.842", "ORB": 121, "DRB": 258, "TRB": 379, "AST": 670, "STL": 155, "BLK": 30, "TOV": 316, "PF": 207, "PTS": 1793, "team": "OKC", "season": 2011}, {"id": 7158, "player_name": "Jason Kidd", "age": 37, "games": 80, "games_started": 80, "minutes_played": 2653, "field_goals": 215, "field_attempts": 596, "field_percent": "0.361", "three_fg": 133, "three_attempts": 391, "three_percent": "0.340", "two_fg": 82, "two_attempts": 205, "two_percent": "0.400", "effect_fg_percent": "0.472", "ft": 67, "fta": 77, "ft_percent": "0.870", "ORB": 35, "DRB": 316, "TRB": 351, "AST": 655, "STL": 134, "BLK": 29, "TOV": 179, "PF": 119, "PTS": 630, "team": "DAL", "season": 2011}, {"id": 7322, "player_name": "Derrick Rose", "age": 22, "games": 81, "games_started": 81, "minutes_played": 3026, "field_goals": 711, "field_attempts": 1597, "field_percent": "0.445", "three_fg": 128, "three_attempts": 385, "three_percent": "0.332", "two_fg": 583, "two_attempts": 1212, "two_percent": "0.481", "effect_fg_percent": "0.485", "ft": 476, "fta": 555, "ft_percent": "0.858", "ORB": 81, "DRB": 249, "TRB": 330, "AST": 623, "STL": 85, "BLK": 51, "TOV": 278, "PF": 136, "PTS": 2026, "team": "CHI", "season": 2011}, {"id": 7100, "player_name": "Jos\u00e9 Calder\u00f3n", "age": 29, "games": 68, "games_started": 55, "minutes_played": 2102, "field_goals": 262, "field_attempts": 596, "field_percent": "0.440", "three_fg": 57, "three_attempts": 156, "three_percent": "0.365", "two_fg": 205, "two_attempts": 440, "two_percent": "0.466", "effect_fg_percent": "0.487", "ft": 88, "fta": 103, "ft_percent": "0.854", "ORB": 30, "DRB": 172, "TRB": 202, "AST": 605, "STL": 81, "BLK": 7, "TOV": 148, "PF": 143, "PTS": 669, "team": "TOR", "season": 2011}, {"id": 7483, "player_name": "John Wall", "age": 20, "games": 69, "games_started": 64, "minutes_played": 2606, "field_goals": 398, "field_attempts": 972, "field_percent": "0.409", "three_fg": 34, "three_attempts": 115, "three_percent": "0.296", "two_fg": 364, "two_attempts": 857, "two_percent": "0.425", "effect_fg_percent": "0.427", "ft": 301, "fta": 393, "ft_percent": "0.766", "ORB": 35, "DRB": 282, "TRB": 317, "AST": 574, "STL": 121, "BLK": 35, "TOV": 261, "PF": 175, "PTS": 1131, "team": "WAS", "season": 2011}, {"id": 7269, "player_name": "Andre Miller", "age": 34, "games": 81, "games_started": 81, "minutes_played": 2650, "field_goals": 388, "field_attempts": 844, "field_percent": "0.460", "three_fg": 4, "three_attempts": 37, "three_percent": "0.108", "two_fg": 384, "two_attempts": 807, "two_percent": "0.476", "effect_fg_percent": "0.462", "ft": 249, "fta": 292, "ft_percent": "0.853", "ORB": 97, "DRB": 205, "TRB": 302, "AST": 566, "STL": 114, "BLK": 12, "TOV": 197, "PF": 171, "PTS": 1029, "team": "POR", "season": 2011}, {"id": 7449, "player_name": "LeBron James", "age": 26, "games": 79, "games_started": 79, "minutes_played": 3063, "field_goals": 758, "field_attempts": 1485, "field_percent": "0.510", "three_fg": 92, "three_attempts": 279, "three_percent": "0.330", "two_fg": 666, "two_attempts": 1206, "two_percent": "0.552", "effect_fg_percent": "0.541", "ft": 503, "fta": 663, "ft_percent": "0.759", "ORB": 80, "DRB": 510, "TRB": 590, "AST": 554, "STL": 124, "BLK": 50, "TOV": 284, "PF": 163, "PTS": 2111, "team": "MIA", "season": 2011}, {"id": 7020, "player_name": "Jrue Holiday", "age": 20, "games": 82, "games_started": 82, "minutes_played": 2901, "field_goals": 446, "field_attempts": 999, "field_percent": "0.446", "three_fg": 81, "three_attempts": 222, "three_percent": "0.365", "two_fg": 365, "two_attempts": 777, "two_percent": "0.470", "effect_fg_percent": "0.487", "ft": 172, "fta": 209, "ft_percent": "0.823", "ORB": 68, "DRB": 264, "TRB": 332, "AST": 531, "STL": 120, "BLK": 29, "TOV": 218, "PF": 203, "PTS": 1145, "team": "PHI", "season": 2011}, {"id": 7120, "player_name": "Mike Conley", "age": 23, "games": 81, "games_started": 81, "minutes_played": 2872, "field_goals": 423, "field_attempts": 953, "field_percent": "0.444", "three_fg": 80, "three_attempts": 217, "three_percent": "0.369", "two_fg": 343, "two_attempts": 736, "two_percent": "0.466", "effect_fg_percent": "0.486", "ft": 181, "fta": 247, "ft_percent": "0.733", "ORB": 32, "DRB": 215, "TRB": 247, "AST": 528, "STL": 144, "BLK": 18, "TOV": 176, "PF": 182, "PTS": 1107, "team": "MEM", "season": 2011}, {"id": 7253, "player_name": "Deron Williams", "age": 26, "games": 53, "games_started": 53, "minutes_played": 2009, "field_goals": 369, "field_attempts": 806, "field_percent": "0.458", "three_fg": 89, "three_attempts": 258, "three_percent": "0.345", "two_fg": 280, "two_attempts": 548, "two_percent": "0.511", "effect_fg_percent": "0.513", "ft": 302, "fta": 354, "ft_percent": "0.853", "ORB": 32, "DRB": 173, "TRB": 205, "AST": 514, "STL": 64, "BLK": 12, "TOV": 187, "PF": 152, "PTS": 1129, "team": "UTA", "season": 2011}, {"id": 7176, "player_name": "Tony Parker", "age": 28, "games": 78, "games_started": 78, "minutes_played": 2528, "field_goals": 555, "field_attempts": 1069, "field_percent": "0.519", "three_fg": 25, "three_attempts": 70, "three_percent": "0.357", "two_fg": 530, "two_attempts": 999, "two_percent": "0.531", "effect_fg_percent": "0.531", "ft": 233, "fta": 303, "ft_percent": "0.769", "ORB": 30, "DRB": 208, "TRB": 238, "AST": 513, "STL": 90, "BLK": 3, "TOV": 200, "PF": 135, "PTS": 1368, "team": "SAS", "season": 2011}, {"id": 7001, "player_name": "Kyle Lowry", "age": 24, "games": 75, "games_started": 71, "minutes_played": 2563, "field_goals": 345, "field_attempts": 809, "field_percent": "0.426", "three_fg": 129, "three_attempts": 343, "three_percent": "0.376", "two_fg": 216, "two_attempts": 466, "two_percent": "0.464", "effect_fg_percent": "0.506", "ft": 192, "fta": 251, "ft_percent": "0.765", "ORB": 89, "DRB": 220, "TRB": 309, "AST": 500, "STL": 102, "BLK": 23, "TOV": 158, "PF": 207, "PTS": 1011, "team": "HOU", "season": 2011}, {"id": 7524, "player_name": "D.J. Augustin", "age": 23, "games": 82, "games_started": 82, "minutes_played": 2757, "field_goals": 399, "field_attempts": 958, "field_percent": "0.416", "three_fg": 111, "three_attempts": 333, "three_percent": "0.333", "two_fg": 288, "two_attempts": 625, "two_percent": "0.461", "effect_fg_percent": "0.474", "ft": 269, "fta": 297, "ft_percent": "0.906", "ORB": 38, "DRB": 187, "TRB": 225, "AST": 498, "STL": 54, "BLK": 3, "TOV": 155, "PF": 152, "PTS": 1178, "team": "CHA", "season": 2011}, {"id": 7058, "player_name": "Raymond Felton", "age": 26, "games": 54, "games_started": 54, "minutes_played": 2074, "field_goals": 339, "field_attempts": 801, "field_percent": "0.423", "three_fg": 88, "three_attempts": 268, "three_percent": "0.328", "two_fg": 251, "two_attempts": 533, "two_percent": "0.471", "effect_fg_percent": "0.478", "ft": 157, "fta": 181, "ft_percent": "0.867", "ORB": 40, "DRB": 154, "TRB": 194, "AST": 488, "STL": 97, "BLK": 11, "TOV": 176, "PF": 113, "PTS": 923, "team": "NYK", "season": 2011}, {"id": 7507, "player_name": "Jameer Nelson", "age": 28, "games": 76, "games_started": 76, "minutes_played": 2319, "field_goals": 374, "field_attempts": 838, "field_percent": "0.446", "three_fg": 119, "three_attempts": 297, "three_percent": "0.401", "two_fg": 255, "two_attempts": 541, "two_percent": "0.471", "effect_fg_percent": "0.517", "ft": 130, "fta": 162, "ft_percent": "0.802", "ORB": 37, "DRB": 189, "TRB": 226, "AST": 456, "STL": 75, "BLK": 3, "TOV": 194, "PF": 209, "PTS": 997, "team": "ORL", "season": 2011}, {"id": 7399, "player_name": "Monta Ellis", "age": 25, "games": 80, "games_started": 80, "minutes_played": 3227, "field_goals": 726, "field_attempts": 1611, "field_percent": "0.451", "three_fg": 137, "three_attempts": 379, "three_percent": "0.361", "two_fg": 589, "two_attempts": 1232, "two_percent": "0.478", "effect_fg_percent": "0.493", "ft": 340, "fta": 431, "ft_percent": "0.789", "ORB": 44, "DRB": 237, "TRB": 281, "AST": 450, "STL": 168, "BLK": 23, "TOV": 252, "PF": 203, "PTS": 1929, "team": "GSW", "season": 2011}, {"id": 7402, "player_name": "Stephen Curry", "age": 22, "games": 74, "games_started": 74, "minutes_played": 2489, "field_goals": 505, "field_attempts": 1053, "field_percent": "0.480", "three_fg": 151, "three_attempts": 342, "three_percent": "0.442", "two_fg": 354, "two_attempts": 711, "two_percent": "0.498", "effect_fg_percent": "0.551", "ft": 212, "fta": 227, "ft_percent": "0.934", "ORB": 52, "DRB": 234, "TRB": 286, "AST": 432, "STL": 109, "BLK": 20, "TOV": 226, "PF": 233, "PTS": 1373, "team": "GSW", "season": 2011}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/1ac45217-a33d-40d7-9594-e99cbd06c885/0/0
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
playerSeasonStatsByName
player name is specified in the url.
200
null
{"count": 6, "next": null, "previous": null, "results": [{"id": 40, "player_name": "Jayson Tatum", "age": 24, "games": 74, "games_started": 74, "minutes_played": 2732, "field_goals": 727, "field_attempts": 1559, "field_percent": "0.466", "three_fg": 240, "three_attempts": 686, "three_percent": "0.350", "two_fg": 487, "two_attempts": 873, "two_percent": "0.558", "effect_fg_percent": "0.543", "ft": 531, "fta": 622, "ft_percent": "0.854", "ORB": 78, "DRB": 571, "TRB": 649, "AST": 342, "STL": 78, "BLK": 51, "TOV": 213, "PF": 160, "PTS": 2225, "team": "BOS", "season": 2023}, {"id": 652, "player_name": "Jayson Tatum", "age": 23, "games": 76, "games_started": 76, "minutes_played": 2731, "field_goals": 708, "field_attempts": 1564, "field_percent": "0.453", "three_fg": 230, "three_attempts": 651, "three_percent": "0.353", "two_fg": 478, "two_attempts": 913, "two_percent": "0.524", "effect_fg_percent": "0.526", "ft": 400, "fta": 469, "ft_percent": "0.853", "ORB": 85, "DRB": 524, "TRB": 609, "AST": 334, "STL": 75, "BLK": 49, "TOV": 217, "PF": 174, "PTS": 2046, "team": "BOS", "season": 2022}, {"id": 1378, "player_name": "Jayson Tatum", "age": 22, "games": 64, "games_started": 64, "minutes_played": 2290, "field_goals": 605, "field_attempts": 1318, "field_percent": "0.459", "three_fg": 187, "three_attempts": 485, "three_percent": "0.386", "two_fg": 418, "two_attempts": 833, "two_percent": "0.502", "effect_fg_percent": "0.530", "ft": 295, "fta": 340, "ft_percent": "0.868", "ORB": 50, "DRB": 422, "TRB": 472, "AST": 276, "STL": 75, "BLK": 31, "TOV": 171, "PF": 122, "PTS": 1692, "team": "BOS", "season": 2021}, {"id": 1991, "player_name": "Jayson Tatum", "age": 21, "games": 66, "games_started": 66, "minutes_played": 2265, "field_goals": 552, "field_attempts": 1226, "field_percent": "0.450", "three_fg": 189, "three_attempts": 469, "three_percent": "0.403", "two_fg": 363, "two_attempts": 757, "two_percent": "0.480", "effect_fg_percent": "0.527", "ft": 254, "fta": 313, "ft_percent": "0.812", "ORB": 64, "DRB": 396, "TRB": 460, "AST": 200, "STL": 93, "BLK": 57, "TOV": 155, "PF": 136, "PTS": 1547, "team": "BOS", "season": 2020}, {"id": 2591, "player_name": "Jayson Tatum", "age": 20, "games": 79, "games_started": 79, "minutes_played": 2455, "field_goals": 466, "field_attempts": 1036, "field_percent": "0.450", "three_fg": 116, "three_attempts": 311, "three_percent": "0.373", "two_fg": 350, "two_attempts": 725, "two_percent": "0.483", "effect_fg_percent": "0.506", "ft": 195, "fta": 228, "ft_percent": "0.855", "ORB": 70, "DRB": 407, "TRB": 477, "AST": 168, "STL": 84, "BLK": 57, "TOV": 122, "PF": 168, "PTS": 1243, "team": "BOS", "season": 2019}, {"id": 3211, "player_name": "Jayson Tatum", "age": 19, "games": 80, "games_started": 80, "minutes_played": 2443, "field_goals": 397, "field_attempts": 835, "field_percent": "0.475", "three_fg": 105, "three_attempts": 242, "three_percent": "0.434", "two_fg": 292, "two_attempts": 593, "two_percent": "0.492", "effect_fg_percent": "0.538", "ft": 213, "fta": 258, "ft_percent": "0.826", "ORB": 50, "DRB": 352, "TRB": 402, "AST": 128, "STL": 83, "BLK": 58, "TOV": 114, "PF": 170, "PTS": 1112, "team": "BOS", "season": 2018}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/1ac45217-a33d-40d7-9594-e99cbd06c885/0/1
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
playerSeasonStatsByName
player name is specified in the url.
200
null
{"count": 11, "next": null, "previous": null, "results": [{"id": 284, "player_name": "Damian Lillard", "age": 32, "games": 58, "games_started": 58, "minutes_played": 2107, "field_goals": 556, "field_attempts": 1202, "field_percent": "0.463", "three_fg": 244, "three_attempts": 658, "three_percent": "0.371", "two_fg": 312, "two_attempts": 544, "two_percent": "0.574", "effect_fg_percent": "0.564", "ft": 510, "fta": 558, "ft_percent": "0.914", "ORB": 44, "DRB": 233, "TRB": 277, "AST": 425, "STL": 50, "BLK": 18, "TOV": 191, "PF": 109, "PTS": 1866, "team": "POR", "season": 2023}, {"id": 944, "player_name": "Damian Lillard", "age": 31, "games": 29, "games_started": 29, "minutes_played": 1056, "field_goals": 222, "field_attempts": 552, "field_percent": "0.402", "three_fg": 92, "three_attempts": 284, "three_percent": "0.324", "two_fg": 130, "two_attempts": 268, "two_percent": "0.485", "effect_fg_percent": "0.486", "ft": 159, "fta": 181, "ft_percent": "0.878", "ORB": 13, "DRB": 107, "TRB": 120, "AST": 212, "STL": 17, "BLK": 11, "TOV": 83, "PF": 37, "PTS": 695, "team": "POR", "season": 2022}, {"id": 1621, "player_name": "Damian Lillard", "age": 30, "games": 67, "games_started": 67, "minutes_played": 2398, "field_goals": 602, "field_attempts": 1334, "field_percent": "0.451", "three_fg": 275, "three_attempts": 704, "three_percent": "0.391", "two_fg": 327, "two_attempts": 630, "two_percent": "0.519", "effect_fg_percent": "0.554", "ft": 449, "fta": 484, "ft_percent": "0.928", "ORB": 32, "DRB": 251, "TRB": 283, "AST": 505, "STL": 62, "BLK": 17, "TOV": 203, "PF": 102, "PTS": 1928, "team": "POR", "season": 2021}, {"id": 2226, "player_name": "Damian Lillard", "age": 29, "games": 66, "games_started": 66, "minutes_played": 2474, "field_goals": 624, "field_attempts": 1349, "field_percent": "0.463", "three_fg": 270, "three_attempts": 674, "three_percent": "0.401", "two_fg": 354, "two_attempts": 675, "two_percent": "0.524", "effect_fg_percent": "0.563", "ft": 460, "fta": 518, "ft_percent": "0.888", "ORB": 33, "DRB": 251, "TRB": 284, "AST": 530, "STL": 70, "BLK": 22, "TOV": 194, "PF": 114, "PTS": 1978, "team": "POR", "season": 2020}, {"id": 2832, "player_name": "Damian Lillard", "age": 28, "games": 80, "games_started": 80, "minutes_played": 2838, "field_goals": 681, "field_attempts": 1533, "field_percent": "0.444", "three_fg": 237, "three_attempts": 643, "three_percent": "0.369", "two_fg": 444, "two_attempts": 890, "two_percent": "0.499", "effect_fg_percent": "0.522", "ft": 468, "fta": 513, "ft_percent": "0.912", "ORB": 68, "DRB": 303, "TRB": 371, "AST": 551, "STL": 88, "BLK": 34, "TOV": 212, "PF": 148, "PTS": 2067, "team": "POR", "season": 2019}, {"id": 3452, "player_name": "Damian Lillard", "age": 27, "games": 73, "games_started": 73, "minutes_played": 2670, "field_goals": 621, "field_attempts": 1415, "field_percent": "0.439", "three_fg": 227, "three_attempts": 629, "three_percent": "0.361", "two_fg": 394, "two_attempts": 786, "two_percent": "0.501", "effect_fg_percent": "0.519", "ft": 493, "fta": 538, "ft_percent": "0.916", "ORB": 62, "DRB": 263, "TRB": 325, "AST": 481, "STL": 77, "BLK": 27, "TOV": 206, "PF": 117, "PTS": 1962, "team": "POR", "season": 2018}, {"id": 4030, "player_name": "Damian Lillard", "age": 26, "games": 75, "games_started": 75, "minutes_played": 2694, "field_goals": 661, "field_attempts": 1488, "field_percent": "0.444", "three_fg": 214, "three_attempts": 579, "three_percent": "0.370", "two_fg": 447, "two_attempts": 909, "two_percent": "0.492", "effect_fg_percent": "0.516", "ft": 488, "fta": 545, "ft_percent": "0.895", "ORB": 46, "DRB": 322, "TRB": 368, "AST": 440, "STL": 68, "BLK": 20, "TOV": 197, "PF": 152, "PTS": 2024, "team": "POR", "season": 2017}, {"id": 4564, "player_name": "Damian Lillard", "age": 25, "games": 75, "games_started": 75, "minutes_played": 2676, "field_goals": 618, "field_attempts": 1474, "field_percent": "0.419", "three_fg": 229, "three_attempts": 610, "three_percent": "0.375", "two_fg": 389, "two_attempts": 864, "two_percent": "0.450", "effect_fg_percent": "0.497", "ft": 414, "fta": 464, "ft_percent": "0.892", "ORB": 45, "DRB": 257, "TRB": 302, "AST": 512, "STL": 65, "BLK": 28, "TOV": 242, "PF": 165, "PTS": 1879, "team": "POR", "season": 2016}, {"id": 5124, "player_name": "Damian Lillard", "age": 24, "games": 82, "games_started": 82, "minutes_played": 2925, "field_goals": 590, "field_attempts": 1360, "field_percent": "0.434", "three_fg": 196, "three_attempts": 572, "three_percent": "0.343", "two_fg": 394, "two_attempts": 788, "two_percent": "0.500", "effect_fg_percent": "0.506", "ft": 344, "fta": 398, "ft_percent": "0.864", "ORB": 49, "DRB": 329, "TRB": 378, "AST": 507, "STL": 97, "BLK": 21, "TOV": 222, "PF": 164, "PTS": 1720, "team": "POR", "season": 2015}, {"id": 5673, "player_name": "Damian Lillard", "age": 23, "games": 82, "games_started": 82, "minutes_played": 2937, "field_goals": 553, "field_attempts": 1304, "field_percent": "0.424", "three_fg": 218, "three_attempts": 554, "three_percent": "0.394", "two_fg": 335, "two_attempts": 750, "two_percent": "0.447", "effect_fg_percent": "0.508", "ft": 371, "fta": 426, "ft_percent": "0.871", "ORB": 35, "DRB": 253, "TRB": 288, "AST": 457, "STL": 64, "BLK": 22, "TOV": 193, "PF": 197, "PTS": 1695, "team": "POR", "season": 2014}, {"id": 6215, "player_name": "Damian Lillard", "age": 22, "games": 82, "games_started": 82, "minutes_played": 3167, "field_goals": 553, "field_attempts": 1288, "field_percent": "0.429", "three_fg": 185, "three_attempts": 503, "three_percent": "0.368", "two_fg": 368, "two_attempts": 785, "two_percent": "0.469", "effect_fg_percent": "0.501", "ft": 271, "fta": 321, "ft_percent": "0.844", "ORB": 42, "DRB": 215, "TRB": 257, "AST": 531, "STL": 74, "BLK": 19, "TOV": 243, "PF": 172, "PTS": 1562, "team": "POR", "season": 2013}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/1ac45217-a33d-40d7-9594-e99cbd06c885/0/2
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
playerSeasonStatsByName
player name is specified in the url.
200
null
{"count": 5, "next": null, "previous": null, "results": [{"id": 156, "player_name": "Luka Don\u010di\u0107", "age": 23, "games": 66, "games_started": 66, "minutes_played": 2391, "field_goals": 719, "field_attempts": 1449, "field_percent": "0.496", "three_fg": 185, "three_attempts": 541, "three_percent": "0.342", "two_fg": 534, "two_attempts": 908, "two_percent": "0.588", "effect_fg_percent": "0.560", "ft": 515, "fta": 694, "ft_percent": "0.742", "ORB": 54, "DRB": 515, "TRB": 569, "AST": 529, "STL": 90, "BLK": 33, "TOV": 236, "PF": 166, "PTS": 2138, "team": "DAL", "season": 2023}, {"id": 797, "player_name": "Luka Don\u010di\u0107", "age": 22, "games": 65, "games_started": 65, "minutes_played": 2301, "field_goals": 641, "field_attempts": 1403, "field_percent": "0.457", "three_fg": 201, "three_attempts": 569, "three_percent": "0.353", "two_fg": 440, "two_attempts": 834, "two_percent": "0.528", "effect_fg_percent": "0.529", "ft": 364, "fta": 489, "ft_percent": "0.744", "ORB": 56, "DRB": 537, "TRB": 593, "AST": 568, "STL": 75, "BLK": 36, "TOV": 292, "PF": 145, "PTS": 1847, "team": "DAL", "season": 2022}, {"id": 1506, "player_name": "Luka Don\u010di\u0107", "age": 21, "games": 66, "games_started": 66, "minutes_played": 2262, "field_goals": 647, "field_attempts": 1351, "field_percent": "0.479", "three_fg": 192, "three_attempts": 548, "three_percent": "0.350", "two_fg": 455, "two_attempts": 803, "two_percent": "0.567", "effect_fg_percent": "0.550", "ft": 344, "fta": 471, "ft_percent": "0.730", "ORB": 54, "DRB": 473, "TRB": 527, "AST": 567, "STL": 64, "BLK": 36, "TOV": 281, "PF": 152, "PTS": 1830, "team": "DAL", "season": 2021}, {"id": 2107, "player_name": "Luka Don\u010di\u0107", "age": 20, "games": 61, "games_started": 61, "minutes_played": 2047, "field_goals": 581, "field_attempts": 1255, "field_percent": "0.463", "three_fg": 171, "three_attempts": 541, "three_percent": "0.316", "two_fg": 410, "two_attempts": 714, "two_percent": "0.574", "effect_fg_percent": "0.531", "ft": 426, "fta": 562, "ft_percent": "0.758", "ORB": 78, "DRB": 495, "TRB": 573, "AST": 538, "STL": 62, "BLK": 14, "TOV": 260, "PF": 153, "PTS": 1759, "team": "DAL", "season": 2020}, {"id": 2720, "player_name": "Luka Don\u010di\u0107", "age": 19, "games": 72, "games_started": 72, "minutes_played": 2318, "field_goals": 506, "field_attempts": 1186, "field_percent": "0.427", "three_fg": 168, "three_attempts": 514, "three_percent": "0.327", "two_fg": 338, "two_attempts": 672, "two_percent": "0.503", "effect_fg_percent": "0.497", "ft": 346, "fta": 485, "ft_percent": "0.713", "ORB": 86, "DRB": 477, "TRB": 563, "AST": 429, "STL": 77, "BLK": 25, "TOV": 247, "PF": 137, "PTS": 1526, "team": "DAL", "season": 2019}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/1ac45217-a33d-40d7-9594-e99cbd06c885/0/3
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
playerSeasonStatsByName
player name is specified in the url.
200
null
{"count": 10, "next": null, "previous": null, "results": [{"id": 308, "player_name": "Giannis Antetokounmpo", "age": 28, "games": 63, "games_started": 63, "minutes_played": 2024, "field_goals": 707, "field_attempts": 1278, "field_percent": "0.553", "three_fg": 47, "three_attempts": 171, "three_percent": "0.275", "two_fg": 660, "two_attempts": 1107, "two_percent": "0.596", "effect_fg_percent": "0.572", "ft": 498, "fta": 772, "ft_percent": "0.645", "ORB": 137, "DRB": 605, "TRB": 742, "AST": 359, "STL": 52, "BLK": 51, "TOV": 246, "PF": 197, "PTS": 1959, "team": "MIL", "season": 2023}, {"id": 964, "player_name": "Giannis Antetokounmpo", "age": 27, "games": 67, "games_started": 67, "minutes_played": 2204, "field_goals": 689, "field_attempts": 1245, "field_percent": "0.553", "three_fg": 71, "three_attempts": 242, "three_percent": "0.293", "two_fg": 618, "two_attempts": 1003, "two_percent": "0.616", "effect_fg_percent": "0.582", "ft": 553, "fta": 766, "ft_percent": "0.722", "ORB": 134, "DRB": 644, "TRB": 778, "AST": 388, "STL": 72, "BLK": 91, "TOV": 219, "PF": 212, "PTS": 2002, "team": "MIL", "season": 2022}, {"id": 1639, "player_name": "Giannis Antetokounmpo", "age": 26, "games": 61, "games_started": 61, "minutes_played": 2013, "field_goals": 626, "field_attempts": 1100, "field_percent": "0.569", "three_fg": 67, "three_attempts": 221, "three_percent": "0.303", "two_fg": 559, "two_attempts": 879, "two_percent": "0.636", "effect_fg_percent": "0.600", "ft": 398, "fta": 581, "ft_percent": "0.685", "ORB": 97, "DRB": 574, "TRB": 671, "AST": 357, "STL": 72, "BLK": 73, "TOV": 207, "PF": 168, "PTS": 1717, "team": "MIL", "season": 2021}, {"id": 2244, "player_name": "Giannis Antetokounmpo", "age": 25, "games": 63, "games_started": 63, "minutes_played": 1917, "field_goals": 685, "field_attempts": 1238, "field_percent": "0.553", "three_fg": 89, "three_attempts": 293, "three_percent": "0.304", "two_fg": 596, "two_attempts": 945, "two_percent": "0.631", "effect_fg_percent": "0.589", "ft": 398, "fta": 629, "ft_percent": "0.633", "ORB": 140, "DRB": 716, "TRB": 856, "AST": 354, "STL": 61, "BLK": 66, "TOV": 230, "PF": 195, "PTS": 1857, "team": "MIL", "season": 2020}, {"id": 2851, "player_name": "Giannis Antetokounmpo", "age": 24, "games": 72, "games_started": 72, "minutes_played": 2358, "field_goals": 721, "field_attempts": 1247, "field_percent": "0.578", "three_fg": 52, "three_attempts": 203, "three_percent": "0.256", "two_fg": 669, "two_attempts": 1044, "two_percent": "0.641", "effect_fg_percent": "0.599", "ft": 500, "fta": 686, "ft_percent": "0.729", "ORB": 159, "DRB": 739, "TRB": 898, "AST": 424, "STL": 92, "BLK": 110, "TOV": 268, "PF": 232, "PTS": 1994, "team": "MIL", "season": 2019}, {"id": 3468, "player_name": "Giannis Antetokounmpo", "age": 23, "games": 75, "games_started": 75, "minutes_played": 2756, "field_goals": 742, "field_attempts": 1402, "field_percent": "0.529", "three_fg": 43, "three_attempts": 140, "three_percent": "0.307", "two_fg": 699, "two_attempts": 1262, "two_percent": "0.554", "effect_fg_percent": "0.545", "ft": 487, "fta": 641, "ft_percent": "0.760", "ORB": 156, "DRB": 597, "TRB": 753, "AST": 361, "STL": 109, "BLK": 106, "TOV": 223, "PF": 231, "PTS": 2014, "team": "MIL", "season": 2018}, {"id": 4044, "player_name": "Giannis Antetokounmpo", "age": 22, "games": 80, "games_started": 80, "minutes_played": 2845, "field_goals": 656, "field_attempts": 1259, "field_percent": "0.521", "three_fg": 49, "three_attempts": 180, "three_percent": "0.272", "two_fg": 607, "two_attempts": 1079, "two_percent": "0.563", "effect_fg_percent": "0.541", "ft": 471, "fta": 612, "ft_percent": "0.770", "ORB": 142, "DRB": 558, "TRB": 700, "AST": 434, "STL": 131, "BLK": 151, "TOV": 234, "PF": 246, "PTS": 1832, "team": "MIL", "season": 2017}, {"id": 4580, "player_name": "Giannis Antetokounmpo", "age": 21, "games": 80, "games_started": 79, "minutes_played": 2823, "field_goals": 513, "field_attempts": 1013, "field_percent": "0.506", "three_fg": 28, "three_attempts": 109, "three_percent": "0.257", "two_fg": 485, "two_attempts": 904, "two_percent": "0.537", "effect_fg_percent": "0.520", "ft": 296, "fta": 409, "ft_percent": "0.724", "ORB": 113, "DRB": 499, "TRB": 612, "AST": 345, "STL": 94, "BLK": 113, "TOV": 208, "PF": 258, "PTS": 1350, "team": "MIL", "season": 2016}, {"id": 5142, "player_name": "Giannis Antetokounmpo", "age": 20, "games": 81, "games_started": 71, "minutes_played": 2541, "field_goals": 383, "field_attempts": 780, "field_percent": "0.491", "three_fg": 7, "three_attempts": 44, "three_percent": "0.159", "two_fg": 376, "two_attempts": 736, "two_percent": "0.511", "effect_fg_percent": "0.496", "ft": 257, "fta": 347, "ft_percent": "0.741", "ORB": 100, "DRB": 442, "TRB": 542, "AST": 207, "STL": 73, "BLK": 85, "TOV": 173, "PF": 254, "PTS": 1030, "team": "MIL", "season": 2015}, {"id": 5689, "player_name": "Giannis Antetokounmpo", "age": 19, "games": 77, "games_started": 23, "minutes_played": 1897, "field_goals": 173, "field_attempts": 418, "field_percent": "0.414", "three_fg": 41, "three_attempts": 118, "three_percent": "0.347", "two_fg": 132, "two_attempts": 300, "two_percent": "0.440", "effect_fg_percent": "0.463", "ft": 138, "fta": 202, "ft_percent": "0.683", "ORB": 78, "DRB": 261, "TRB": 339, "AST": 150, "STL": 60, "BLK": 61, "TOV": 122, "PF": 173, "PTS": 525, "team": "MIL", "season": 2014}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/1ac45217-a33d-40d7-9594-e99cbd06c885/0/4
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
playerSeasonStatsByName
player name is specified in the url.
200
null
{"count": 16, "next": null, "previous": null, "results": [{"id": 22, "player_name": "James Harden", "age": 33, "games": 58, "games_started": 58, "minutes_played": 2135, "field_goals": 371, "field_attempts": 842, "field_percent": "0.441", "three_fg": 161, "three_attempts": 418, "three_percent": "0.385", "two_fg": 210, "two_attempts": 424, "two_percent": "0.495", "effect_fg_percent": "0.536", "ft": 313, "fta": 361, "ft_percent": "0.867", "ORB": 40, "DRB": 314, "TRB": 354, "AST": 618, "STL": 71, "BLK": 31, "TOV": 195, "PF": 112, "PTS": 1216, "team": "PHI", "season": 2023}, {"id": 639, "player_name": "James Harden", "age": 32, "games": 21, "games_started": 21, "minutes_played": 792, "field_goals": 115, "field_attempts": 286, "field_percent": "0.402", "three_fg": 46, "three_attempts": 141, "three_percent": "0.326", "two_fg": 69, "two_attempts": 145, "two_percent": "0.476", "effect_fg_percent": "0.483", "ft": 166, "fta": 186, "ft_percent": "0.892", "ORB": 13, "DRB": 136, "TRB": 149, "AST": 220, "STL": 26, "BLK": 5, "TOV": 72, "PF": 48, "PTS": 442, "team": "PHI", "season": 2022}, {"id": 706, "player_name": "James Harden", "age": 32, "games": 44, "games_started": 44, "minutes_played": 1627, "field_goals": 292, "field_attempts": 706, "field_percent": "0.414", "three_fg": 102, "three_attempts": 307, "three_percent": "0.332", "two_fg": 190, "two_attempts": 399, "two_percent": "0.476", "effect_fg_percent": "0.486", "ft": 304, "fta": 350, "ft_percent": "0.869", "ORB": 42, "DRB": 309, "TRB": 351, "AST": 447, "STL": 56, "BLK": 31, "TOV": 212, "PF": 105, "PTS": 990, "team": "BRK", "season": 2022}, {"id": 1345, "player_name": "James Harden", "age": 31, "games": 8, "games_started": 8, "minutes_played": 290, "field_goals": 60, "field_attempts": 135, "field_percent": "0.444", "three_fg": 25, "three_attempts": 72, "three_percent": "0.347", "two_fg": 35, "two_attempts": 63, "two_percent": "0.556", "effect_fg_percent": "0.537", "ft": 53, "fta": 60, "ft_percent": "0.883", "ORB": 5, "DRB": 36, "TRB": 41, "AST": 83, "STL": 7, "BLK": 6, "TOV": 34, "PF": 14, "PTS": 198, "team": "HOU", "season": 2021}, {"id": 1423, "player_name": "James Harden", "age": 31, "games": 36, "games_started": 35, "minutes_played": 1319, "field_goals": 282, "field_attempts": 599, "field_percent": "0.471", "three_fg": 96, "three_attempts": 262, "three_percent": "0.366", "two_fg": 186, "two_attempts": 337, "two_percent": "0.552", "effect_fg_percent": "0.551", "ft": 225, "fta": 263, "ft_percent": "0.856", "ORB": 30, "DRB": 277, "TRB": 307, "AST": 392, "STL": 46, "BLK": 27, "TOV": 143, "PF": 85, "PTS": 885, "team": "BRK", "season": 2021}, {"id": 1951, "player_name": "James Harden", "age": 30, "games": 68, "games_started": 68, "minutes_played": 2483, "field_goals": 672, "field_attempts": 1514, "field_percent": "0.444", "three_fg": 299, "three_attempts": 843, "three_percent": "0.355", "two_fg": 373, "two_attempts": 671, "two_percent": "0.556", "effect_fg_percent": "0.543", "ft": 692, "fta": 800, "ft_percent": "0.865", "ORB": 70, "DRB": 376, "TRB": 446, "AST": 512, "STL": 125, "BLK": 60, "TOV": 308, "PF": 227, "PTS": 2335, "team": "HOU", "season": 2020}, {"id": 2542, "player_name": "James Harden", "age": 29, "games": 78, "games_started": 78, "minutes_played": 2867, "field_goals": 843, "field_attempts": 1909, "field_percent": "0.442", "three_fg": 378, "three_attempts": 1028, "three_percent": "0.368", "two_fg": 465, "two_attempts": 881, "two_percent": "0.528", "effect_fg_percent": "0.541", "ft": 754, "fta": 858, "ft_percent": "0.879", "ORB": 66, "DRB": 452, "TRB": 518, "AST": 586, "STL": 158, "BLK": 58, "TOV": 387, "PF": 244, "PTS": 2818, "team": "HOU", "season": 2019}, {"id": 3164, "player_name": "James Harden", "age": 28, "games": 72, "games_started": 72, "minutes_played": 2551, "field_goals": 651, "field_attempts": 1449, "field_percent": "0.449", "three_fg": 265, "three_attempts": 722, "three_percent": "0.367", "two_fg": 386, "two_attempts": 727, "two_percent": "0.531", "effect_fg_percent": "0.541", "ft": 624, "fta": 727, "ft_percent": "0.858", "ORB": 41, "DRB": 348, "TRB": 389, "AST": 630, "STL": 126, "BLK": 50, "TOV": 315, "PF": 169, "PTS": 2191, "team": "HOU", "season": 2018}, {"id": 3769, "player_name": "James Harden", "age": 27, "games": 81, "games_started": 81, "minutes_played": 2947, "field_goals": 674, "field_attempts": 1533, "field_percent": "0.440", "three_fg": 262, "three_attempts": 756, "three_percent": "0.347", "two_fg": 412, "two_attempts": 777, "two_percent": "0.530", "effect_fg_percent": "0.525", "ft": 746, "fta": 881, "ft_percent": "0.847", "ORB": 95, "DRB": 564, "TRB": 659, "AST": 907, "STL": 121, "BLK": 38, "TOV": 464, "PF": 215, "PTS": 2356, "team": "HOU", "season": 2017}, {"id": 4311, "player_name": "James Harden", "age": 26, "games": 82, "games_started": 82, "minutes_played": 3125, "field_goals": 710, "field_attempts": 1617, "field_percent": "0.439", "three_fg": 236, "three_attempts": 657, "three_percent": "0.359", "two_fg": 474, "two_attempts": 960, "two_percent": "0.494", "effect_fg_percent": "0.512", "ft": 720, "fta": 837, "ft_percent": "0.860", "ORB": 63, "DRB": 438, "TRB": 501, "AST": 612, "STL": 139, "BLK": 51, "TOV": 374, "PF": 229, "PTS": 2376, "team": "HOU", "season": 2016}, {"id": 4839, "player_name": "James Harden", "age": 25, "games": 81, "games_started": 81, "minutes_played": 2981, "field_goals": 647, "field_attempts": 1470, "field_percent": "0.440", "three_fg": 208, "three_attempts": 555, "three_percent": "0.375", "two_fg": 439, "two_attempts": 915, "two_percent": "0.480", "effect_fg_percent": "0.511", "ft": 715, "fta": 824, "ft_percent": "0.868", "ORB": 75, "DRB": 384, "TRB": 459, "AST": 565, "STL": 154, "BLK": 60, "TOV": 321, "PF": 208, "PTS": 2217, "team": "HOU", "season": 2015}, {"id": 5415, "player_name": "James Harden", "age": 24, "games": 73, "games_started": 73, "minutes_played": 2777, "field_goals": 549, "field_attempts": 1205, "field_percent": "0.456", "three_fg": 177, "three_attempts": 483, "three_percent": "0.366", "two_fg": 372, "two_attempts": 722, "two_percent": "0.515", "effect_fg_percent": "0.529", "ft": 576, "fta": 665, "ft_percent": "0.866", "ORB": 61, "DRB": 283, "TRB": 344, "AST": 446, "STL": 115, "BLK": 29, "TOV": 265, "PF": 177, "PTS": 1851, "team": "HOU", "season": 2014}, {"id": 5962, "player_name": "James Harden", "age": 23, "games": 78, "games_started": 78, "minutes_played": 2985, "field_goals": 585, "field_attempts": 1337, "field_percent": "0.438", "three_fg": 179, "three_attempts": 486, "three_percent": "0.368", "two_fg": 406, "two_attempts": 851, "two_percent": "0.477", "effect_fg_percent": "0.504", "ft": 674, "fta": 792, "ft_percent": "0.851", "ORB": 62, "DRB": 317, "TRB": 379, "AST": 455, "STL": 142, "BLK": 38, "TOV": 295, "PF": 178, "PTS": 2023, "team": "HOU", "season": 2013}, {"id": 6704, "player_name": "James Harden", "age": 22, "games": 62, "games_started": 2, "minutes_played": 1946, "field_goals": 309, "field_attempts": 629, "field_percent": "0.491", "three_fg": 114, "three_attempts": 292, "three_percent": "0.390", "two_fg": 195, "two_attempts": 337, "two_percent": "0.579", "effect_fg_percent": "0.582", "ft": 312, "fta": 369, "ft_percent": "0.846", "ORB": 30, "DRB": 222, "TRB": 252, "AST": 229, "STL": 62, "BLK": 15, "TOV": 137, "PF": 150, "PTS": 1044, "team": "OKC", "season": 2012}, {"id": 7235, "player_name": "James Harden", "age": 21, "games": 82, "games_started": 5, "minutes_played": 2189, "field_goals": 298, "field_attempts": 684, "field_percent": "0.436", "three_fg": 113, "three_attempts": 324, "three_percent": "0.349", "two_fg": 185, "two_attempts": 360, "two_percent": "0.514", "effect_fg_percent": "0.518", "ft": 289, "fta": 343, "ft_percent": "0.843", "ORB": 42, "DRB": 213, "TRB": 255, "AST": 176, "STL": 92, "BLK": 24, "TOV": 106, "PF": 207, "PTS": 998, "team": "OKC", "season": 2011}, {"id": 7752, "player_name": "James Harden", "age": 20, "games": 76, "games_started": 0, "minutes_played": 1738, "field_goals": 233, "field_attempts": 578, "field_percent": "0.403", "three_fg": 93, "three_attempts": 248, "three_percent": "0.375", "two_fg": 140, "two_attempts": 330, "two_percent": "0.424", "effect_fg_percent": "0.484", "ft": 194, "fta": 240, "ft_percent": "0.808", "ORB": 47, "DRB": 197, "TRB": 244, "AST": 137, "STL": 80, "BLK": 20, "TOV": 106, "PF": 200, "PTS": 753, "team": "OKC", "season": 2010}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/1ac45217-a33d-40d7-9594-e99cbd06c885/0/5
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
playerSeasonStatsByName
player name is specified in the url.
200
null
{"count": 14, "next": null, "previous": null, "results": [{"id": 485, "player_name": "LeBron James", "age": 38, "games": 55, "games_started": 54, "minutes_played": 1954, "field_goals": 609, "field_attempts": 1219, "field_percent": "0.500", "three_fg": 121, "three_attempts": 377, "three_percent": "0.321", "two_fg": 488, "two_attempts": 842, "two_percent": "0.580", "effect_fg_percent": "0.549", "ft": 251, "fta": 327, "ft_percent": "0.768", "ORB": 65, "DRB": 392, "TRB": 457, "AST": 375, "STL": 50, "BLK": 32, "TOV": 178, "PF": 88, "PTS": 1590, "team": "LAL", "season": 2023}, {"id": 1186, "player_name": "LeBron James", "age": 37, "games": 56, "games_started": 56, "minutes_played": 2084, "field_goals": 640, "field_attempts": 1221, "field_percent": "0.524", "three_fg": 161, "three_attempts": 448, "three_percent": "0.359", "two_fg": 479, "two_attempts": 773, "two_percent": "0.620", "effect_fg_percent": "0.590", "ft": 254, "fta": 336, "ft_percent": "0.756", "ORB": 63, "DRB": 396, "TRB": 459, "AST": 349, "STL": 73, "BLK": 59, "TOV": 196, "PF": 121, "PTS": 1695, "team": "LAL", "season": 2022}, {"id": 1831, "player_name": "LeBron James", "age": 36, "games": 45, "games_started": 45, "minutes_played": 1504, "field_goals": 422, "field_attempts": 823, "field_percent": "0.513", "three_fg": 104, "three_attempts": 285, "three_percent": "0.365", "two_fg": 318, "two_attempts": 538, "two_percent": "0.591", "effect_fg_percent": "0.576", "ft": 178, "fta": 255, "ft_percent": "0.698", "ORB": 29, "DRB": 317, "TRB": 346, "AST": 350, "STL": 48, "BLK": 25, "TOV": 168, "PF": 70, "PTS": 1126, "team": "LAL", "season": 2021}, {"id": 2422, "player_name": "LeBron James", "age": 35, "games": 67, "games_started": 67, "minutes_played": 2316, "field_goals": 643, "field_attempts": 1303, "field_percent": "0.493", "three_fg": 148, "three_attempts": 425, "three_percent": "0.348", "two_fg": 495, "two_attempts": 878, "two_percent": "0.564", "effect_fg_percent": "0.550", "ft": 264, "fta": 381, "ft_percent": "0.693", "ORB": 66, "DRB": 459, "TRB": 525, "AST": 684, "STL": 78, "BLK": 36, "TOV": 261, "PF": 118, "PTS": 1698, "team": "LAL", "season": 2020}, {"id": 3045, "player_name": "LeBron James", "age": 34, "games": 55, "games_started": 55, "minutes_played": 1937, "field_goals": 558, "field_attempts": 1095, "field_percent": "0.510", "three_fg": 111, "three_attempts": 327, "three_percent": "0.339", "two_fg": 447, "two_attempts": 768, "two_percent": "0.582", "effect_fg_percent": "0.560", "ft": 278, "fta": 418, "ft_percent": "0.665", "ORB": 57, "DRB": 408, "TRB": 465, "AST": 454, "STL": 72, "BLK": 33, "TOV": 197, "PF": 94, "PTS": 1505, "team": "LAL", "season": 2019}, {"id": 3491, "player_name": "LeBron James", "age": 33, "games": 82, "games_started": 82, "minutes_played": 3026, "field_goals": 857, "field_attempts": 1580, "field_percent": "0.542", "three_fg": 149, "three_attempts": 406, "three_percent": "0.367", "two_fg": 708, "two_attempts": 1174, "two_percent": "0.603", "effect_fg_percent": "0.590", "ft": 388, "fta": 531, "ft_percent": "0.731", "ORB": 97, "DRB": 612, "TRB": 709, "AST": 747, "STL": 116, "BLK": 71, "TOV": 347, "PF": 136, "PTS": 2251, "team": "CLE", "season": 2018}, {"id": 4063, "player_name": "LeBron James", "age": 32, "games": 74, "games_started": 74, "minutes_played": 2794, "field_goals": 736, "field_attempts": 1344, "field_percent": "0.548", "three_fg": 124, "three_attempts": 342, "three_percent": "0.363", "two_fg": 612, "two_attempts": 1002, "two_percent": "0.611", "effect_fg_percent": "0.594", "ft": 358, "fta": 531, "ft_percent": "0.674", "ORB": 97, "DRB": 542, "TRB": 639, "AST": 646, "STL": 92, "BLK": 44, "TOV": 303, "PF": 134, "PTS": 1954, "team": "CLE", "season": 2017}, {"id": 4596, "player_name": "LeBron James", "age": 31, "games": 76, "games_started": 76, "minutes_played": 2709, "field_goals": 737, "field_attempts": 1416, "field_percent": "0.520", "three_fg": 87, "three_attempts": 282, "three_percent": "0.309", "two_fg": 650, "two_attempts": 1134, "two_percent": "0.573", "effect_fg_percent": "0.551", "ft": 359, "fta": 491, "ft_percent": "0.731", "ORB": 111, "DRB": 454, "TRB": 565, "AST": 514, "STL": 104, "BLK": 49, "TOV": 249, "PF": 143, "PTS": 1920, "team": "CLE", "season": 2016}, {"id": 5164, "player_name": "LeBron James", "age": 30, "games": 69, "games_started": 69, "minutes_played": 2493, "field_goals": 624, "field_attempts": 1279, "field_percent": "0.488", "three_fg": 120, "three_attempts": 339, "three_percent": "0.354", "two_fg": 504, "two_attempts": 940, "two_percent": "0.536", "effect_fg_percent": "0.535", "ft": 375, "fta": 528, "ft_percent": "0.710", "ORB": 51, "DRB": 365, "TRB": 416, "AST": 511, "STL": 109, "BLK": 49, "TOV": 272, "PF": 135, "PTS": 1743, "team": "CLE", "season": 2015}, {"id": 5874, "player_name": "LeBron James", "age": 29, "games": 77, "games_started": 77, "minutes_played": 2902, "field_goals": 767, "field_attempts": 1353, "field_percent": "0.567", "three_fg": 116, "three_attempts": 306, "three_percent": "0.379", "two_fg": 651, "two_attempts": 1047, "two_percent": "0.622", "effect_fg_percent": "0.610", "ft": 439, "fta": 585, "ft_percent": "0.750", "ORB": 81, "DRB": 452, "TRB": 533, "AST": 488, "STL": 121, "BLK": 26, "TOV": 270, "PF": 126, "PTS": 2089, "team": "MIA", "season": 2014}, {"id": 6394, "player_name": "LeBron James", "age": 28, "games": 76, "games_started": 76, "minutes_played": 2877, "field_goals": 765, "field_attempts": 1354, "field_percent": "0.565", "three_fg": 103, "three_attempts": 254, "three_percent": "0.406", "two_fg": 662, "two_attempts": 1100, "two_percent": "0.602", "effect_fg_percent": "0.603", "ft": 403, "fta": 535, "ft_percent": "0.753", "ORB": 97, "DRB": 513, "TRB": 610, "AST": 551, "STL": 129, "BLK": 67, "TOV": 226, "PF": 110, "PTS": 2036, "team": "MIA", "season": 2013}, {"id": 6915, "player_name": "LeBron James", "age": 27, "games": 62, "games_started": 62, "minutes_played": 2326, "field_goals": 621, "field_attempts": 1169, "field_percent": "0.531", "three_fg": 54, "three_attempts": 149, "three_percent": "0.362", "two_fg": 567, "two_attempts": 1020, "two_percent": "0.556", "effect_fg_percent": "0.554", "ft": 387, "fta": 502, "ft_percent": "0.771", "ORB": 94, "DRB": 398, "TRB": 492, "AST": 387, "STL": 115, "BLK": 50, "TOV": 213, "PF": 96, "PTS": 1683, "team": "MIA", "season": 2012}, {"id": 7449, "player_name": "LeBron James", "age": 26, "games": 79, "games_started": 79, "minutes_played": 3063, "field_goals": 758, "field_attempts": 1485, "field_percent": "0.510", "three_fg": 92, "three_attempts": 279, "three_percent": "0.330", "two_fg": 666, "two_attempts": 1206, "two_percent": "0.552", "effect_fg_percent": "0.541", "ft": 503, "fta": 663, "ft_percent": "0.759", "ORB": 80, "DRB": 510, "TRB": 590, "AST": 554, "STL": 124, "BLK": 50, "TOV": 284, "PF": 163, "PTS": 2111, "team": "MIA", "season": 2011}, {"id": 7818, "player_name": "LeBron James", "age": 25, "games": 76, "games_started": 76, "minutes_played": 2966, "field_goals": 768, "field_attempts": 1528, "field_percent": "0.503", "three_fg": 129, "three_attempts": 387, "three_percent": "0.333", "two_fg": 639, "two_attempts": 1141, "two_percent": "0.560", "effect_fg_percent": "0.545", "ft": 593, "fta": 773, "ft_percent": "0.767", "ORB": 71, "DRB": 483, "TRB": 554, "AST": 651, "STL": 125, "BLK": 77, "TOV": 261, "PF": 119, "PTS": 2258, "team": "CLE", "season": 2010}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/2332b6df-ce52-4cd1-ac57-42462cf13722/0/0
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
playerShotChartDataSeasonPlayoffs
Return player shot chart data (season & playoffs) Current Players Available: LeBron James James Harden Stephen Curry Player name and Season are specified in the request URL. Shot chart is available here.
200
null
{"count": 1533, "next": "https://nba-stats-db.herokuapp.com/api/shot_chart_data/Lebron%20James/2023/?page=2", "previous": null, "results": [{"top": 310, "left": 203, "date": "Oct 18, 2022", "qtr": "1st Qtr", "time_remaining": "9:26", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 2, "opponent_team_score": 2, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 213, "left": 259, "date": "Oct 18, 2022", "qtr": "1st Qtr", "time_remaining": "8:38", "result": false, "shot_type": "2", "distance_ft": 16, "lead": false, "lebron_team_score": 4, "opponent_team_score": 5, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 143, "left": 171, "date": "Oct 18, 2022", "qtr": "1st Qtr", "time_remaining": "8:10", "result": false, "shot_type": "2", "distance_ft": 11, "lead": false, "lebron_team_score": 4, "opponent_team_score": 7, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 68, "left": 215, "date": "Oct 18, 2022", "qtr": "1st Qtr", "time_remaining": "5:24", "result": true, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 12, "opponent_team_score": 19, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 66, "left": 470, "date": "Oct 18, 2022", "qtr": "1st Qtr", "time_remaining": "1:02", "result": false, "shot_type": "3", "distance_ft": 23, "lead": false, "lebron_team_score": 22, "opponent_team_score": 23, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 63, "left": 239, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "11:30", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 24, "opponent_team_score": 25, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 230, "left": 54, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "10:30", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 24, "opponent_team_score": 27, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 53, "left": 224, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "10:05", "result": true, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 26, "opponent_team_score": 27, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 241, "left": 67, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "9:30", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 26, "opponent_team_score": 29, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 273, "left": 113, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "8:55", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 26, "opponent_team_score": 32, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 62, "left": 224, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "7:06", "result": false, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 31, "opponent_team_score": 39, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 63, "left": 249, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "3:53", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 39, "opponent_team_score": 49, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 103, "left": 236, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "2:34", "result": false, "shot_type": "2", "distance_ft": 5, "lead": false, "lebron_team_score": 39, "opponent_team_score": 51, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 54, "left": 249, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "1:48", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 44, "opponent_team_score": 53, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 53, "left": 240, "date": "Oct 18, 2022", "qtr": "2nd Qtr", "time_remaining": "0:58", "result": false, "shot_type": "2", "distance_ft": 0, "lead": false, "lebron_team_score": 46, "opponent_team_score": 55, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 230, "left": 71, "date": "Oct 18, 2022", "qtr": "3rd Qtr", "time_remaining": "10:49", "result": true, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 58, "opponent_team_score": 63, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 231, "left": 358, "date": "Oct 18, 2022", "qtr": "3rd Qtr", "time_remaining": "9:00", "result": false, "shot_type": "2", "distance_ft": 21, "lead": false, "lebron_team_score": 60, "opponent_team_score": 70, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 61, "left": 240, "date": "Oct 18, 2022", "qtr": "3rd Qtr", "time_remaining": "8:44", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 62, "opponent_team_score": 70, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 59, "left": 235, "date": "Oct 18, 2022", "qtr": "3rd Qtr", "time_remaining": "1:11", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 68, "opponent_team_score": 91, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 299, "left": 188, "date": "Oct 18, 2022", "qtr": "3rd Qtr", "time_remaining": "0:06", "result": true, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 71, "opponent_team_score": 91, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 251, "left": 397, "date": "Oct 18, 2022", "qtr": "4th Qtr", "time_remaining": "11:44", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 71, "opponent_team_score": 91, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 63, "left": 241, "date": "Oct 18, 2022", "qtr": "4th Qtr", "time_remaining": "10:27", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 75, "opponent_team_score": 93, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 290, "left": 152, "date": "Oct 18, 2022", "qtr": "4th Qtr", "time_remaining": "9:49", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 75, "opponent_team_score": 93, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "red"}, {"top": 53, "left": 240, "date": "Oct 18, 2022", "qtr": "4th Qtr", "time_remaining": "9:04", "result": true, "shot_type": "2", "distance_ft": 0, "lead": false, "lebron_team_score": 77, "opponent_team_score": 93, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 70, "left": 476, "date": "Oct 18, 2022", "qtr": "4th Qtr", "time_remaining": "3:46", "result": true, "shot_type": "3", "distance_ft": 24, "lead": false, "lebron_team_score": 96, "opponent_team_score": 109, "opponent": "GSW", "team": "LAL", "season": 2023, "color": "green"}, {"top": 324, "left": 183, "date": "Oct 20, 2022", "qtr": "1st Qtr", "time_remaining": "10:30", "result": true, "shot_type": "3", "distance_ft": 28, "lead": true, "lebron_team_score": 6, "opponent_team_score": 3, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "green"}, {"top": 290, "left": 166, "date": "Oct 20, 2022", "qtr": "1st Qtr", "time_remaining": "10:06", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 6, "opponent_team_score": 3, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 228, "left": 127, "date": "Oct 20, 2022", "qtr": "1st Qtr", "time_remaining": "8:52", "result": true, "shot_type": "2", "distance_ft": 21, "lead": true, "lebron_team_score": 8, "opponent_team_score": 7, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "green"}, {"top": 78, "left": 277, "date": "Oct 20, 2022", "qtr": "1st Qtr", "time_remaining": "6:07", "result": false, "shot_type": "2", "distance_ft": 4, "lead": false, "lebron_team_score": 12, "opponent_team_score": 14, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 159, "left": 197, "date": "Oct 20, 2022", "qtr": "1st Qtr", "time_remaining": "0:25", "result": false, "shot_type": "2", "distance_ft": 12, "lead": false, "lebron_team_score": 23, "opponent_team_score": 32, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 324, "left": 191, "date": "Oct 20, 2022", "qtr": "2nd Qtr", "time_remaining": "10:58", "result": true, "shot_type": "3", "distance_ft": 28, "lead": false, "lebron_team_score": 28, "opponent_team_score": 36, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "green"}, {"top": 313, "left": 171, "date": "Oct 20, 2022", "qtr": "2nd Qtr", "time_remaining": "9:48", "result": false, "shot_type": "3", "distance_ft": 27, "lead": false, "lebron_team_score": 31, "opponent_team_score": 38, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 81, "left": 235, "date": "Oct 20, 2022", "qtr": "2nd Qtr", "time_remaining": "9:27", "result": false, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 31, "opponent_team_score": 38, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 85, "left": 240, "date": "Oct 20, 2022", "qtr": "2nd Qtr", "time_remaining": "2:03", "result": true, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 50, "opponent_team_score": 54, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "green"}, {"top": 91, "left": 226, "date": "Oct 20, 2022", "qtr": "3rd Qtr", "time_remaining": "7:52", "result": true, "shot_type": "2", "distance_ft": 4, "lead": true, "lebron_team_score": 65, "opponent_team_score": 63, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "green"}, {"top": 113, "left": 243, "date": "Oct 20, 2022", "qtr": "3rd Qtr", "time_remaining": "7:04", "result": false, "shot_type": "2", "distance_ft": 6, "lead": true, "lebron_team_score": 65, "opponent_team_score": 63, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 284, "left": 130, "date": "Oct 20, 2022", "qtr": "3rd Qtr", "time_remaining": "2:07", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 69, "opponent_team_score": 82, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 105, "left": 257, "date": "Oct 20, 2022", "qtr": "3rd Qtr", "time_remaining": "0:59", "result": true, "shot_type": "2", "distance_ft": 6, "lead": false, "lebron_team_score": 75, "opponent_team_score": 83, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "green"}, {"top": 256, "left": 72, "date": "Oct 20, 2022", "qtr": "4th Qtr", "time_remaining": "11:17", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 79, "opponent_team_score": 85, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 74, "left": 218, "date": "Oct 20, 2022", "qtr": "4th Qtr", "time_remaining": "10:53", "result": true, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 81, "opponent_team_score": 86, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "green"}, {"top": 327, "left": 259, "date": "Oct 20, 2022", "qtr": "4th Qtr", "time_remaining": "9:32", "result": false, "shot_type": "3", "distance_ft": 27, "lead": false, "lebron_team_score": 83, "opponent_team_score": 86, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 329, "left": 418, "date": "Oct 20, 2022", "qtr": "4th Qtr", "time_remaining": "0:02", "result": false, "shot_type": "3", "distance_ft": 33, "lead": false, "lebron_team_score": 97, "opponent_team_score": 101, "opponent": "LAC", "team": "LAL", "season": 2023, "color": "red"}, {"top": 83, "left": 234, "date": "Oct 23, 2022", "qtr": "1st Qtr", "time_remaining": "9:52", "result": false, "shot_type": "2", "distance_ft": 3, "lead": true, "lebron_team_score": 4, "opponent_team_score": 0, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 53, "left": 240, "date": "Oct 23, 2022", "qtr": "1st Qtr", "time_remaining": "9:52", "result": false, "shot_type": "2", "distance_ft": 0, "lead": true, "lebron_team_score": 4, "opponent_team_score": 0, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 103, "left": 242, "date": "Oct 23, 2022", "qtr": "1st Qtr", "time_remaining": "0:27", "result": true, "shot_type": "2", "distance_ft": 5, "lead": false, "lebron_team_score": 22, "opponent_team_score": 30, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 363, "left": 297, "date": "Oct 23, 2022", "qtr": "2nd Qtr", "time_remaining": "11:03", "result": false, "shot_type": "3", "distance_ft": 32, "lead": false, "lebron_team_score": 24, "opponent_team_score": 32, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 240, "left": 57, "date": "Oct 23, 2022", "qtr": "2nd Qtr", "time_remaining": "8:18", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 28, "opponent_team_score": 40, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 94, "left": 243, "date": "Oct 23, 2022", "qtr": "2nd Qtr", "time_remaining": "7:51", "result": true, "shot_type": "2", "distance_ft": 4, "lead": false, "lebron_team_score": 30, "opponent_team_score": 40, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 73, "left": 238, "date": "Oct 23, 2022", "qtr": "2nd Qtr", "time_remaining": "3:21", "result": true, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 43, "opponent_team_score": 46, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 325, "left": 284, "date": "Oct 23, 2022", "qtr": "2nd Qtr", "time_remaining": "0:55", "result": false, "shot_type": "3", "distance_ft": 28, "lead": false, "lebron_team_score": 45, "opponent_team_score": 51, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 77, "left": 247, "date": "Oct 23, 2022", "qtr": "2nd Qtr", "time_remaining": "0:45", "result": true, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 47, "opponent_team_score": 53, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 305, "left": 221, "date": "Oct 23, 2022", "qtr": "3rd Qtr", "time_remaining": "9:16", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 54, "opponent_team_score": 59, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 68, "left": 233, "date": "Oct 23, 2022", "qtr": "3rd Qtr", "time_remaining": "9:03", "result": true, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 56, "opponent_team_score": 59, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 283, "left": 348, "date": "Oct 23, 2022", "qtr": "3rd Qtr", "time_remaining": "0:59", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 80, "opponent_team_score": 74, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 306, "left": 156, "date": "Oct 23, 2022", "qtr": "3rd Qtr", "time_remaining": "0:30", "result": true, "shot_type": "3", "distance_ft": 27, "lead": true, "lebron_team_score": 83, "opponent_team_score": 76, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 383, "left": 207, "date": "Oct 23, 2022", "qtr": "3rd Qtr", "time_remaining": "0:00", "result": false, "shot_type": "3", "distance_ft": 33, "lead": true, "lebron_team_score": 83, "opponent_team_score": 78, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 54, "left": 246, "date": "Oct 23, 2022", "qtr": "4th Qtr", "time_remaining": "7:33", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 91, "opponent_team_score": 86, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 63, "left": 241, "date": "Oct 23, 2022", "qtr": "4th Qtr", "time_remaining": "5:29", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 95, "opponent_team_score": 88, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 68, "left": 212, "date": "Oct 23, 2022", "qtr": "4th Qtr", "time_remaining": "4:42", "result": true, "shot_type": "2", "distance_ft": 3, "lead": true, "lebron_team_score": 97, "opponent_team_score": 90, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 318, "left": 283, "date": "Oct 23, 2022", "qtr": "4th Qtr", "time_remaining": "3:55", "result": false, "shot_type": "3", "distance_ft": 27, "lead": true, "lebron_team_score": 98, "opponent_team_score": 92, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 60, "left": 222, "date": "Oct 23, 2022", "qtr": "4th Qtr", "time_remaining": "1:56", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 102, "opponent_team_score": 95, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 254, "left": 397, "date": "Oct 23, 2022", "qtr": "4th Qtr", "time_remaining": "0:52", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 102, "opponent_team_score": 99, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 59, "left": 242, "date": "Oct 23, 2022", "qtr": "4th Qtr", "time_remaining": "0:07", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 104, "opponent_team_score": 104, "opponent": "POR", "team": "LAL", "season": 2023, "color": "green"}, {"top": 139, "left": 82, "date": "Oct 23, 2022", "qtr": "4th Qtr", "time_remaining": "0:00", "result": false, "shot_type": "2", "distance_ft": 18, "lead": false, "lebron_team_score": 104, "opponent_team_score": 106, "opponent": "POR", "team": "LAL", "season": 2023, "color": "red"}, {"top": 298, "left": 338, "date": "Oct 26, 2022", "qtr": "1st Qtr", "time_remaining": "0:01", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 22, "opponent_team_score": 26, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 176, "left": 38, "date": "Oct 26, 2022", "qtr": "2nd Qtr", "time_remaining": "11:47", "result": true, "shot_type": "3", "distance_ft": 24, "lead": false, "lebron_team_score": 25, "opponent_team_score": 26, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 183, "left": 238, "date": "Oct 26, 2022", "qtr": "2nd Qtr", "time_remaining": "10:32", "result": true, "shot_type": "2", "distance_ft": 13, "lead": false, "lebron_team_score": 28, "opponent_team_score": 31, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 325, "left": 263, "date": "Oct 26, 2022", "qtr": "2nd Qtr", "time_remaining": "9:50", "result": false, "shot_type": "3", "distance_ft": 27, "lead": false, "lebron_team_score": 28, "opponent_team_score": 31, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 293, "left": 140, "date": "Oct 26, 2022", "qtr": "2nd Qtr", "time_remaining": "9:19", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 28, "opponent_team_score": 34, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 87, "left": 238, "date": "Oct 26, 2022", "qtr": "2nd Qtr", "time_remaining": "8:38", "result": false, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 30, "opponent_team_score": 36, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 66, "left": 219, "date": "Oct 26, 2022", "qtr": "2nd Qtr", "time_remaining": "6:35", "result": false, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 33, "opponent_team_score": 38, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 61, "left": 243, "date": "Oct 26, 2022", "qtr": "2nd Qtr", "time_remaining": "6:21", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 35, "opponent_team_score": 38, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 69, "left": 215, "date": "Oct 26, 2022", "qtr": "3rd Qtr", "time_remaining": "9:58", "result": false, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 56, "opponent_team_score": 56, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 79, "left": 257, "date": "Oct 26, 2022", "qtr": "3rd Qtr", "time_remaining": "7:34", "result": true, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 60, "opponent_team_score": 66, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 79, "left": 277, "date": "Oct 26, 2022", "qtr": "3rd Qtr", "time_remaining": "0:26", "result": true, "shot_type": "2", "distance_ft": 5, "lead": false, "lebron_team_score": 71, "opponent_team_score": 85, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 85, "left": 240, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "11:44", "result": true, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 73, "opponent_team_score": 86, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 82, "left": 252, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "11:17", "result": true, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 76, "opponent_team_score": 86, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 106, "left": 197, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "10:51", "result": false, "shot_type": "2", "distance_ft": 7, "lead": false, "lebron_team_score": 76, "opponent_team_score": 86, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 128, "left": 232, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "9:26", "result": false, "shot_type": "2", "distance_ft": 8, "lead": false, "lebron_team_score": 76, "opponent_team_score": 86, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 303, "left": 290, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "8:56", "result": true, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 82, "opponent_team_score": 89, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 103, "left": 235, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "8:13", "result": false, "shot_type": "2", "distance_ft": 5, "lead": false, "lebron_team_score": 82, "opponent_team_score": 89, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 53, "left": 240, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "8:09", "result": false, "shot_type": "2", "distance_ft": 0, "lead": false, "lebron_team_score": 82, "opponent_team_score": 89, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 225, "left": 32, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "7:01", "result": false, "shot_type": "3", "distance_ft": 27, "lead": false, "lebron_team_score": 84, "opponent_team_score": 96, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 101, "left": 12, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "6:32", "result": false, "shot_type": "3", "distance_ft": 23, "lead": false, "lebron_team_score": 84, "opponent_team_score": 96, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 309, "left": 350, "date": "Oct 26, 2022", "qtr": "4th Qtr", "time_remaining": "2:58", "result": false, "shot_type": "3", "distance_ft": 28, "lead": false, "lebron_team_score": 90, "opponent_team_score": 105, "opponent": "DEN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 247, "left": 79, "date": "Oct 28, 2022", "qtr": "1st Qtr", "time_remaining": "11:22", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 3, "opponent_team_score": 2, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 310, "left": 248, "date": "Oct 28, 2022", "qtr": "1st Qtr", "time_remaining": "9:57", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 7, "opponent_team_score": 7, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 179, "left": 263, "date": "Oct 28, 2022", "qtr": "1st Qtr", "time_remaining": "8:56", "result": false, "shot_type": "2", "distance_ft": 13, "lead": false, "lebron_team_score": 7, "opponent_team_score": 9, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 67, "left": 249, "date": "Oct 28, 2022", "qtr": "1st Qtr", "time_remaining": "6:19", "result": false, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 10, "opponent_team_score": 19, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 83, "left": 280, "date": "Oct 28, 2022", "qtr": "1st Qtr", "time_remaining": "4:53", "result": false, "shot_type": "2", "distance_ft": 5, "lead": false, "lebron_team_score": 12, "opponent_team_score": 21, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 53, "left": 240, "date": "Oct 28, 2022", "qtr": "1st Qtr", "time_remaining": "3:57", "result": true, "shot_type": "2", "distance_ft": 0, "lead": false, "lebron_team_score": 16, "opponent_team_score": 21, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 53, "left": 240, "date": "Oct 28, 2022", "qtr": "2nd Qtr", "time_remaining": "8:45", "result": true, "shot_type": "2", "distance_ft": 0, "lead": false, "lebron_team_score": 31, "opponent_team_score": 35, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 58, "left": 236, "date": "Oct 28, 2022", "qtr": "2nd Qtr", "time_remaining": "6:51", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 34, "opponent_team_score": 39, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 94, "left": 257, "date": "Oct 28, 2022", "qtr": "2nd Qtr", "time_remaining": "5:42", "result": false, "shot_type": "2", "distance_ft": 4, "lead": false, "lebron_team_score": 37, "opponent_team_score": 42, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 82, "left": 251, "date": "Oct 28, 2022", "qtr": "2nd Qtr", "time_remaining": "1:55", "result": false, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 45, "opponent_team_score": 49, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 61, "left": 241, "date": "Oct 28, 2022", "qtr": "2nd Qtr", "time_remaining": "0:35", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 50, "opponent_team_score": 52, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 63, "left": 244, "date": "Oct 28, 2022", "qtr": "2nd Qtr", "time_remaining": "0:06", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 52, "opponent_team_score": 52, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 62, "left": 12, "date": "Oct 28, 2022", "qtr": "3rd Qtr", "time_remaining": "10:44", "result": false, "shot_type": "3", "distance_ft": 23, "lead": false, "lebron_team_score": 52, "opponent_team_score": 54, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "red"}, {"top": 56, "left": 238, "date": "Oct 28, 2022", "qtr": "3rd Qtr", "time_remaining": "9:33", "result": true, "shot_type": "2", "distance_ft": 0, "lead": true, "lebron_team_score": 57, "opponent_team_score": 56, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "green"}, {"top": 46, "left": 122, "date": "Oct 28, 2022", "qtr": "3rd Qtr", "time_remaining": "7:22", "result": false, "shot_type": "2", "distance_ft": 12, "lead": false, "lebron_team_score": 57, "opponent_team_score": 61, "opponent": "MIN", "team": "LAL", "season": 2023, "color": "red"}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/2332b6df-ce52-4cd1-ac57-42462cf13722/0/1
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
playerShotChartDataSeasonPlayoffs
Return player shot chart data (season & playoffs) Current Players Available: LeBron James James Harden Stephen Curry Player name and Season are specified in the request URL. Shot chart is available here.
200
null
{"count": 1830, "next": "https://nba-stats-db.herokuapp.com/api/shot_chart_data/James%20Harden/2018/?page=2", "previous": null, "results": [{"top": 66, "left": 230, "date": "Oct 17, 2017", "qtr": "1st Qtr", "time_remaining": "11:47", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 2, "opponent_team_score": 0, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 144, "left": 286, "date": "Oct 17, 2017", "qtr": "1st Qtr", "time_remaining": "11:13", "result": false, "shot_type": "2", "distance_ft": 10, "lead": true, "lebron_team_score": 2, "opponent_team_score": 0, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 295, "left": 188, "date": "Oct 17, 2017", "qtr": "1st Qtr", "time_remaining": "9:51", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 5, "opponent_team_score": 7, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 111, "left": 230, "date": "Oct 17, 2017", "qtr": "1st Qtr", "time_remaining": "9:33", "result": false, "shot_type": "2", "distance_ft": 6, "lead": false, "lebron_team_score": 5, "opponent_team_score": 9, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 65, "left": 253, "date": "Oct 17, 2017", "qtr": "1st Qtr", "time_remaining": "6:43", "result": false, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 9, "opponent_team_score": 22, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 114, "left": 214, "date": "Oct 17, 2017", "qtr": "1st Qtr", "time_remaining": "5:45", "result": false, "shot_type": "2", "distance_ft": 6, "lead": false, "lebron_team_score": 14, "opponent_team_score": 22, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 60, "left": 215, "date": "Oct 17, 2017", "qtr": "1st Qtr", "time_remaining": "5:01", "result": true, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 16, "opponent_team_score": 24, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 300, "left": 221, "date": "Oct 17, 2017", "qtr": "1st Qtr", "time_remaining": "3:46", "result": true, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 21, "opponent_team_score": 24, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 251, "left": 90, "date": "Oct 17, 2017", "qtr": "1st Qtr", "time_remaining": "0:01", "result": true, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 34, "opponent_team_score": 35, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 270, "left": 126, "date": "Oct 17, 2017", "qtr": "2nd Qtr", "time_remaining": "6:22", "result": true, "shot_type": "3", "distance_ft": 24, "lead": false, "lebron_team_score": 45, "opponent_team_score": 51, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 256, "left": 410, "date": "Oct 17, 2017", "qtr": "2nd Qtr", "time_remaining": "3:46", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 49, "opponent_team_score": 63, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 66, "left": 232, "date": "Oct 17, 2017", "qtr": "2nd Qtr", "time_remaining": "2:50", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 54, "opponent_team_score": 66, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 179, "left": 236, "date": "Oct 17, 2017", "qtr": "2nd Qtr", "time_remaining": "1:58", "result": false, "shot_type": "2", "distance_ft": 12, "lead": false, "lebron_team_score": 56, "opponent_team_score": 66, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 298, "left": 298, "date": "Oct 17, 2017", "qtr": "2nd Qtr", "time_remaining": "0:43", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 59, "opponent_team_score": 69, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 317, "left": 282, "date": "Oct 17, 2017", "qtr": "3rd Qtr", "time_remaining": "8:09", "result": true, "shot_type": "3", "distance_ft": 27, "lead": false, "lebron_team_score": 75, "opponent_team_score": 82, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 313, "left": 234, "date": "Oct 17, 2017", "qtr": "3rd Qtr", "time_remaining": "7:24", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 75, "opponent_team_score": 84, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 68, "left": 233, "date": "Oct 17, 2017", "qtr": "3rd Qtr", "time_remaining": "6:18", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 77, "opponent_team_score": 88, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 75, "left": 222, "date": "Oct 17, 2017", "qtr": "4th Qtr", "time_remaining": "6:27", "result": false, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 101, "opponent_team_score": 109, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 134, "left": 75, "date": "Oct 17, 2017", "qtr": "4th Qtr", "time_remaining": "5:23", "result": true, "shot_type": "2", "distance_ft": 18, "lead": false, "lebron_team_score": 107, "opponent_team_score": 111, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 124, "left": 224, "date": "Oct 17, 2017", "qtr": "4th Qtr", "time_remaining": "4:24", "result": false, "shot_type": "2", "distance_ft": 7, "lead": false, "lebron_team_score": 109, "opponent_team_score": 114, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 61, "left": 231, "date": "Oct 17, 2017", "qtr": "4th Qtr", "time_remaining": "1:32", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 120, "opponent_team_score": 121, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "green"}, {"top": 162, "left": 238, "date": "Oct 17, 2017", "qtr": "4th Qtr", "time_remaining": "0:52", "result": false, "shot_type": "2", "distance_ft": 11, "lead": false, "lebron_team_score": 120, "opponent_team_score": 121, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 277, "left": 381, "date": "Oct 17, 2017", "qtr": "4th Qtr", "time_remaining": "0:12", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 122, "opponent_team_score": 121, "opponent": "GSW", "team": "HOU", "season": 2018, "color": "red"}, {"top": 309, "left": 237, "date": "Oct 18, 2017", "qtr": "1st Qtr", "time_remaining": "9:44", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 2, "opponent_team_score": 3, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 262, "left": 368, "date": "Oct 18, 2017", "qtr": "1st Qtr", "time_remaining": "8:59", "result": true, "shot_type": "3", "distance_ft": 24, "lead": false, "lebron_team_score": 5, "opponent_team_score": 5, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "green"}, {"top": 135, "left": 321, "date": "Oct 18, 2017", "qtr": "1st Qtr", "time_remaining": "4:32", "result": true, "shot_type": "2", "distance_ft": 11, "lead": true, "lebron_team_score": 19, "opponent_team_score": 16, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "green"}, {"top": 79, "left": 190, "date": "Oct 18, 2017", "qtr": "1st Qtr", "time_remaining": "1:10", "result": false, "shot_type": "2", "distance_ft": 5, "lead": false, "lebron_team_score": 23, "opponent_team_score": 23, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 124, "left": 229, "date": "Oct 18, 2017", "qtr": "1st Qtr", "time_remaining": "0:39", "result": false, "shot_type": "2", "distance_ft": 7, "lead": false, "lebron_team_score": 23, "opponent_team_score": 23, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 83, "left": 237, "date": "Oct 18, 2017", "qtr": "1st Qtr", "time_remaining": "0:34", "result": false, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 23, "opponent_team_score": 23, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 259, "left": 102, "date": "Oct 18, 2017", "qtr": "2nd Qtr", "time_remaining": "5:59", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 38, "opponent_team_score": 36, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 244, "left": 400, "date": "Oct 18, 2017", "qtr": "2nd Qtr", "time_remaining": "4:14", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 40, "opponent_team_score": 40, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 61, "left": 211, "date": "Oct 18, 2017", "qtr": "2nd Qtr", "time_remaining": "2:45", "result": true, "shot_type": "2", "distance_ft": 3, "lead": true, "lebron_team_score": 46, "opponent_team_score": 40, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "green"}, {"top": 323, "left": 244, "date": "Oct 18, 2017", "qtr": "2nd Qtr", "time_remaining": "0:51", "result": false, "shot_type": "3", "distance_ft": 27, "lead": true, "lebron_team_score": 50, "opponent_team_score": 44, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 215, "left": 433, "date": "Oct 18, 2017", "qtr": "2nd Qtr", "time_remaining": "0:00", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 52, "opponent_team_score": 48, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 292, "left": 307, "date": "Oct 18, 2017", "qtr": "3rd Qtr", "time_remaining": "8:24", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 62, "opponent_team_score": 52, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 312, "left": 227, "date": "Oct 18, 2017", "qtr": "3rd Qtr", "time_remaining": "6:37", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 64, "opponent_team_score": 58, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 60, "left": 232, "date": "Oct 18, 2017", "qtr": "3rd Qtr", "time_remaining": "4:01", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 68, "opponent_team_score": 65, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "green"}, {"top": 292, "left": 175, "date": "Oct 18, 2017", "qtr": "3rd Qtr", "time_remaining": "2:43", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 70, "opponent_team_score": 68, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 298, "left": 314, "date": "Oct 18, 2017", "qtr": "4th Qtr", "time_remaining": "8:13", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 84, "opponent_team_score": 76, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "green"}, {"top": 249, "left": 88, "date": "Oct 18, 2017", "qtr": "4th Qtr", "time_remaining": "6:00", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 89, "opponent_team_score": 79, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "green"}, {"top": 281, "left": 139, "date": "Oct 18, 2017", "qtr": "4th Qtr", "time_remaining": "5:13", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 92, "opponent_team_score": 81, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "green"}, {"top": 61, "left": 227, "date": "Oct 18, 2017", "qtr": "4th Qtr", "time_remaining": "3:38", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 94, "opponent_team_score": 88, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "green"}, {"top": 293, "left": 203, "date": "Oct 18, 2017", "qtr": "4th Qtr", "time_remaining": "2:33", "result": false, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 96, "opponent_team_score": 88, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 261, "left": 387, "date": "Oct 18, 2017", "qtr": "4th Qtr", "time_remaining": "1:41", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 96, "opponent_team_score": 90, "opponent": "SAC", "team": "HOU", "season": 2018, "color": "red"}, {"top": 79, "left": 191, "date": "Oct 21, 2017", "qtr": "1st Qtr", "time_remaining": "11:23", "result": false, "shot_type": "2", "distance_ft": 5, "lead": false, "lebron_team_score": 0, "opponent_team_score": 2, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "red"}, {"top": 126, "left": 332, "date": "Oct 21, 2017", "qtr": "1st Qtr", "time_remaining": "10:13", "result": true, "shot_type": "2", "distance_ft": 11, "lead": false, "lebron_team_score": 7, "opponent_team_score": 8, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 267, "left": 356, "date": "Oct 21, 2017", "qtr": "1st Qtr", "time_remaining": "8:53", "result": false, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 9, "opponent_team_score": 8, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "red"}, {"top": 55, "left": 216, "date": "Oct 21, 2017", "qtr": "1st Qtr", "time_remaining": "8:07", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 14, "opponent_team_score": 8, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 52, "left": 226, "date": "Oct 21, 2017", "qtr": "1st Qtr", "time_remaining": "7:32", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 16, "opponent_team_score": 8, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 280, "left": 70, "date": "Oct 21, 2017", "qtr": "1st Qtr", "time_remaining": "6:00", "result": true, "shot_type": "3", "distance_ft": 28, "lead": true, "lebron_team_score": 22, "opponent_team_score": 12, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 146, "left": 250, "date": "Oct 21, 2017", "qtr": "1st Qtr", "time_remaining": "5:26", "result": false, "shot_type": "2", "distance_ft": 9, "lead": true, "lebron_team_score": 22, "opponent_team_score": 12, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "red"}, {"top": 298, "left": 191, "date": "Oct 21, 2017", "qtr": "1st Qtr", "time_remaining": "2:27", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 27, "opponent_team_score": 15, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "red"}, {"top": 62, "left": 222, "date": "Oct 21, 2017", "qtr": "1st Qtr", "time_remaining": "0:10", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 33, "opponent_team_score": 18, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 303, "left": 282, "date": "Oct 21, 2017", "qtr": "2nd Qtr", "time_remaining": "5:33", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 43, "opponent_team_score": 27, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "red"}, {"top": 246, "left": 63, "date": "Oct 21, 2017", "qtr": "2nd Qtr", "time_remaining": "4:38", "result": true, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 49, "opponent_team_score": 28, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 318, "left": 269, "date": "Oct 21, 2017", "qtr": "2nd Qtr", "time_remaining": "3:32", "result": true, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 52, "opponent_team_score": 33, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 310, "left": 272, "date": "Oct 21, 2017", "qtr": "2nd Qtr", "time_remaining": "2:47", "result": true, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 55, "opponent_team_score": 36, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 270, "left": 77, "date": "Oct 21, 2017", "qtr": "2nd Qtr", "time_remaining": "1:27", "result": true, "shot_type": "3", "distance_ft": 27, "lead": true, "lebron_team_score": 62, "opponent_team_score": 37, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 257, "left": 60, "date": "Oct 21, 2017", "qtr": "2nd Qtr", "time_remaining": "0:01", "result": false, "shot_type": "3", "distance_ft": 27, "lead": true, "lebron_team_score": 62, "opponent_team_score": 39, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "red"}, {"top": 332, "left": 231, "date": "Oct 21, 2017", "qtr": "3rd Qtr", "time_remaining": "10:22", "result": false, "shot_type": "3", "distance_ft": 28, "lead": true, "lebron_team_score": 69, "opponent_team_score": 39, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "red"}, {"top": 302, "left": 225, "date": "Oct 21, 2017", "qtr": "3rd Qtr", "time_remaining": "5:40", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 76, "opponent_team_score": 48, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "red"}, {"top": 312, "left": 237, "date": "Oct 21, 2017", "qtr": "3rd Qtr", "time_remaining": "1:18", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 89, "opponent_team_score": 56, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "red"}, {"top": 239, "left": 411, "date": "Oct 21, 2017", "qtr": "3rd Qtr", "time_remaining": "0:11", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 92, "opponent_team_score": 56, "opponent": "DAL", "team": "HOU", "season": 2018, "color": "green"}, {"top": 75, "left": 180, "date": "Oct 23, 2017", "qtr": "1st Qtr", "time_remaining": "9:45", "result": false, "shot_type": "2", "distance_ft": 6, "lead": false, "lebron_team_score": 4, "opponent_team_score": 6, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 293, "left": 315, "date": "Oct 23, 2017", "qtr": "1st Qtr", "time_remaining": "8:28", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 11, "opponent_team_score": 8, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "green"}, {"top": 107, "left": 379, "date": "Oct 23, 2017", "qtr": "1st Qtr", "time_remaining": "3:40", "result": false, "shot_type": "2", "distance_ft": 15, "lead": true, "lebron_team_score": 20, "opponent_team_score": 18, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 268, "left": 88, "date": "Oct 23, 2017", "qtr": "1st Qtr", "time_remaining": "3:02", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 20, "opponent_team_score": 20, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 70, "left": 233, "date": "Oct 23, 2017", "qtr": "1st Qtr", "time_remaining": "2:48", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 24, "opponent_team_score": 20, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "green"}, {"top": 294, "left": 98, "date": "Oct 23, 2017", "qtr": "2nd Qtr", "time_remaining": "5:05", "result": false, "shot_type": "3", "distance_ft": 28, "lead": true, "lebron_team_score": 41, "opponent_team_score": 34, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 78, "left": 229, "date": "Oct 23, 2017", "qtr": "2nd Qtr", "time_remaining": "3:42", "result": false, "shot_type": "2", "distance_ft": 3, "lead": true, "lebron_team_score": 44, "opponent_team_score": 40, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 68, "left": 212, "date": "Oct 23, 2017", "qtr": "2nd Qtr", "time_remaining": "0:47", "result": false, "shot_type": "2", "distance_ft": 3, "lead": true, "lebron_team_score": 49, "opponent_team_score": 46, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 329, "left": 76, "date": "Oct 23, 2017", "qtr": "2nd Qtr", "time_remaining": "0:27", "result": true, "shot_type": "3", "distance_ft": 32, "lead": true, "lebron_team_score": 55, "opponent_team_score": 48, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "green"}, {"top": 68, "left": 229, "date": "Oct 23, 2017", "qtr": "2nd Qtr", "time_remaining": "0:01", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 57, "opponent_team_score": 50, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "green"}, {"top": 66, "left": 237, "date": "Oct 23, 2017", "qtr": "3rd Qtr", "time_remaining": "8:24", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 63, "opponent_team_score": 53, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "green"}, {"top": 285, "left": 99, "date": "Oct 23, 2017", "qtr": "3rd Qtr", "time_remaining": "7:31", "result": false, "shot_type": "3", "distance_ft": 27, "lead": true, "lebron_team_score": 65, "opponent_team_score": 55, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 63, "left": 232, "date": "Oct 23, 2017", "qtr": "3rd Qtr", "time_remaining": "6:14", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 67, "opponent_team_score": 59, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "green"}, {"top": 54, "left": 232, "date": "Oct 23, 2017", "qtr": "3rd Qtr", "time_remaining": "2:26", "result": true, "shot_type": "2", "distance_ft": 0, "lead": true, "lebron_team_score": 71, "opponent_team_score": 67, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "green"}, {"top": 317, "left": 222, "date": "Oct 23, 2017", "qtr": "3rd Qtr", "time_remaining": "1:13", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 74, "opponent_team_score": 68, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 87, "left": 229, "date": "Oct 23, 2017", "qtr": "4th Qtr", "time_remaining": "6:22", "result": true, "shot_type": "2", "distance_ft": 3, "lead": true, "lebron_team_score": 88, "opponent_team_score": 78, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "green"}, {"top": 326, "left": 344, "date": "Oct 23, 2017", "qtr": "4th Qtr", "time_remaining": "5:47", "result": false, "shot_type": "3", "distance_ft": 29, "lead": true, "lebron_team_score": 88, "opponent_team_score": 80, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 223, "left": 167, "date": "Oct 23, 2017", "qtr": "4th Qtr", "time_remaining": "5:11", "result": false, "shot_type": "2", "distance_ft": 18, "lead": true, "lebron_team_score": 88, "opponent_team_score": 82, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 280, "left": 115, "date": "Oct 23, 2017", "qtr": "4th Qtr", "time_remaining": "4:05", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 88, "opponent_team_score": 85, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 63, "left": 260, "date": "Oct 23, 2017", "qtr": "4th Qtr", "time_remaining": "0:29", "result": false, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 90, "opponent_team_score": 94, "opponent": "MEM", "team": "HOU", "season": 2018, "color": "red"}, {"top": 115, "left": 216, "date": "Oct 25, 2017", "qtr": "1st Qtr", "time_remaining": "9:36", "result": false, "shot_type": "2", "distance_ft": 6, "lead": false, "lebron_team_score": 4, "opponent_team_score": 10, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "red"}, {"top": 319, "left": 251, "date": "Oct 25, 2017", "qtr": "1st Qtr", "time_remaining": "9:18", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 4, "opponent_team_score": 10, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "red"}, {"top": 193, "left": 216, "date": "Oct 25, 2017", "qtr": "1st Qtr", "time_remaining": "8:09", "result": true, "shot_type": "2", "distance_ft": 14, "lead": false, "lebron_team_score": 8, "opponent_team_score": 10, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "green"}, {"top": 56, "left": 211, "date": "Oct 25, 2017", "qtr": "1st Qtr", "time_remaining": "6:09", "result": true, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 13, "opponent_team_score": 18, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "green"}, {"top": 58, "left": 226, "date": "Oct 25, 2017", "qtr": "1st Qtr", "time_remaining": "5:46", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 15, "opponent_team_score": 18, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "green"}, {"top": 56, "left": 309, "date": "Oct 25, 2017", "qtr": "1st Qtr", "time_remaining": "4:39", "result": false, "shot_type": "2", "distance_ft": 6, "lead": false, "lebron_team_score": 17, "opponent_team_score": 21, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "red"}, {"top": 96, "left": 91, "date": "Oct 25, 2017", "qtr": "1st Qtr", "time_remaining": "2:20", "result": true, "shot_type": "2", "distance_ft": 15, "lead": false, "lebron_team_score": 22, "opponent_team_score": 27, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "green"}, {"top": 67, "left": 220, "date": "Oct 25, 2017", "qtr": "2nd Qtr", "time_remaining": "6:04", "result": true, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 40, "opponent_team_score": 46, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "green"}, {"top": 58, "left": 250, "date": "Oct 25, 2017", "qtr": "2nd Qtr", "time_remaining": "4:28", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 42, "opponent_team_score": 50, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "green"}, {"top": 91, "left": 199, "date": "Oct 25, 2017", "qtr": "2nd Qtr", "time_remaining": "4:04", "result": false, "shot_type": "2", "distance_ft": 5, "lead": false, "lebron_team_score": 42, "opponent_team_score": 50, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "red"}, {"top": 303, "left": 270, "date": "Oct 25, 2017", "qtr": "2nd Qtr", "time_remaining": "1:15", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 51, "opponent_team_score": 54, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "red"}, {"top": 220, "left": 419, "date": "Oct 25, 2017", "qtr": "2nd Qtr", "time_remaining": "0:03", "result": true, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 56, "opponent_team_score": 54, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "green"}, {"top": 71, "left": 232, "date": "Oct 25, 2017", "qtr": "3rd Qtr", "time_remaining": "6:05", "result": false, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 63, "opponent_team_score": 63, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "red"}, {"top": 49, "left": 224, "date": "Oct 25, 2017", "qtr": "3rd Qtr", "time_remaining": "3:47", "result": true, "shot_type": "2", "distance_ft": 1, "lead": false, "lebron_team_score": 67, "opponent_team_score": 69, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "green"}, {"top": 243, "left": 80, "date": "Oct 25, 2017", "qtr": "3rd Qtr", "time_remaining": "2:16", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 69, "opponent_team_score": 72, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "red"}, {"top": 300, "left": 176, "date": "Oct 25, 2017", "qtr": "4th Qtr", "time_remaining": "10:15", "result": false, "shot_type": "3", "distance_ft": 25, "lead": false, "lebron_team_score": 79, "opponent_team_score": 88, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "red"}, {"top": 321, "left": 204, "date": "Oct 25, 2017", "qtr": "4th Qtr", "time_remaining": "8:43", "result": true, "shot_type": "3", "distance_ft": 27, "lead": false, "lebron_team_score": 82, "opponent_team_score": 88, "opponent": "PHI", "team": "HOU", "season": 2018, "color": "green"}]}
{"type": "object"}
d55c0255-c5c2-4357-9cf3-5487ba66868f/2332b6df-ce52-4cd1-ac57-42462cf13722/0/2
NBA Statistics API
NBA Statistics API View Documentation: https://documenter.getpostman.com/view/24232555/2s93shzpR3
8.9
playerShotChartDataSeasonPlayoffs
Return player shot chart data (season & playoffs) Current Players Available: LeBron James James Harden Stephen Curry Player name and Season are specified in the request URL. Shot chart is available here.
200
null
{"count": 1918, "next": "https://nba-stats-db.herokuapp.com/api/shot_chart_data/Stephen%20Curry/2016/?page=2", "previous": null, "results": [{"top": 81, "left": 252, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "10:56", "result": true, "shot_type": "2", "distance_ft": 3, "lead": true, "lebron_team_score": 5, "opponent_team_score": 2, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 245, "left": 64, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "10:29", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 5, "opponent_team_score": 2, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 59, "left": 260, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "9:34", "result": false, "shot_type": "2", "distance_ft": 2, "lead": false, "lebron_team_score": 5, "opponent_team_score": 7, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 243, "left": 43, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "9:13", "result": true, "shot_type": "3", "distance_ft": 27, "lead": true, "lebron_team_score": 10, "opponent_team_score": 7, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 58, "left": 236, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "7:11", "result": true, "shot_type": "2", "distance_ft": 0, "lead": true, "lebron_team_score": 14, "opponent_team_score": 11, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 309, "left": 229, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "6:45", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 17, "opponent_team_score": 13, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 238, "left": 123, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "5:50", "result": true, "shot_type": "2", "distance_ft": 22, "lead": true, "lebron_team_score": 21, "opponent_team_score": 15, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 278, "left": 61, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "5:03", "result": true, "shot_type": "3", "distance_ft": 28, "lead": true, "lebron_team_score": 25, "opponent_team_score": 18, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 289, "left": 329, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "3:57", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 32, "opponent_team_score": 20, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 282, "left": 84, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "3:06", "result": false, "shot_type": "3", "distance_ft": 27, "lead": true, "lebron_team_score": 32, "opponent_team_score": 23, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 71, "left": 221, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "2:45", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 34, "opponent_team_score": 23, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 68, "left": 252, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "0:45", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 39, "opponent_team_score": 32, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 395, "left": 54, "date": "Oct 27, 2015", "qtr": "1st Qtr", "time_remaining": "0:01", "result": false, "shot_type": "3", "distance_ft": 39, "lead": true, "lebron_team_score": 39, "opponent_team_score": 35, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 235, "left": 404, "date": "Oct 27, 2015", "qtr": "2nd Qtr", "time_remaining": "6:03", "result": false, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 45, "opponent_team_score": 44, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 135, "left": 144, "date": "Oct 27, 2015", "qtr": "2nd Qtr", "time_remaining": "4:54", "result": true, "shot_type": "2", "distance_ft": 12, "lead": true, "lebron_team_score": 50, "opponent_team_score": 44, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 224, "left": 406, "date": "Oct 27, 2015", "qtr": "2nd Qtr", "time_remaining": "2:11", "result": false, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 55, "opponent_team_score": 47, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 201, "left": 444, "date": "Oct 27, 2015", "qtr": "2nd Qtr", "time_remaining": "1:16", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 57, "opponent_team_score": 47, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 58, "left": 231, "date": "Oct 27, 2015", "qtr": "2nd Qtr", "time_remaining": "0:01", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 59, "opponent_team_score": 49, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 61, "left": 250, "date": "Oct 27, 2015", "qtr": "3rd Qtr", "time_remaining": "10:07", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 67, "opponent_team_score": 49, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 63, "left": 233, "date": "Oct 27, 2015", "qtr": "3rd Qtr", "time_remaining": "7:35", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 73, "opponent_team_score": 58, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 111, "left": 282, "date": "Oct 27, 2015", "qtr": "3rd Qtr", "time_remaining": "7:14", "result": false, "shot_type": "2", "distance_ft": 7, "lead": true, "lebron_team_score": 73, "opponent_team_score": 59, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 253, "left": 401, "date": "Oct 27, 2015", "qtr": "3rd Qtr", "time_remaining": "5:19", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 79, "opponent_team_score": 64, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 73, "left": 260, "date": "Oct 27, 2015", "qtr": "3rd Qtr", "time_remaining": "5:13", "result": false, "shot_type": "2", "distance_ft": 3, "lead": true, "lebron_team_score": 79, "opponent_team_score": 64, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 220, "left": 424, "date": "Oct 27, 2015", "qtr": "3rd Qtr", "time_remaining": "3:23", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 85, "opponent_team_score": 68, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 93, "left": 118, "date": "Oct 27, 2015", "qtr": "4th Qtr", "time_remaining": "5:21", "result": false, "shot_type": "2", "distance_ft": 12, "lead": true, "lebron_team_score": 100, "opponent_team_score": 83, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 57, "left": 246, "date": "Oct 27, 2015", "qtr": "4th Qtr", "time_remaining": "2:30", "result": false, "shot_type": "2", "distance_ft": 0, "lead": true, "lebron_team_score": 104, "opponent_team_score": 89, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 204, "left": 131, "date": "Oct 30, 2015", "qtr": "1st Qtr", "time_remaining": "11:00", "result": false, "shot_type": "2", "distance_ft": 18, "lead": false, "lebron_team_score": 1, "opponent_team_score": 2, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "red"}, {"top": 174, "left": 449, "date": "Oct 30, 2015", "qtr": "1st Qtr", "time_remaining": "9:22", "result": true, "shot_type": "3", "distance_ft": 24, "lead": false, "lebron_team_score": 6, "opponent_team_score": 8, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "green"}, {"top": 137, "left": 468, "date": "Oct 30, 2015", "qtr": "1st Qtr", "time_remaining": "8:56", "result": true, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 9, "opponent_team_score": 8, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "green"}, {"top": 338, "left": 188, "date": "Oct 30, 2015", "qtr": "1st Qtr", "time_remaining": "7:52", "result": true, "shot_type": "3", "distance_ft": 29, "lead": true, "lebron_team_score": 14, "opponent_team_score": 8, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "green"}, {"top": 264, "left": 111, "date": "Oct 30, 2015", "qtr": "1st Qtr", "time_remaining": "6:23", "result": false, "shot_type": "3", "distance_ft": 24, "lead": false, "lebron_team_score": 14, "opponent_team_score": 14, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "red"}, {"top": 156, "left": 462, "date": "Oct 30, 2015", "qtr": "1st Qtr", "time_remaining": "3:05", "result": false, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 21, "opponent_team_score": 20, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "red"}, {"top": 34, "left": 5, "date": "Oct 30, 2015", "qtr": "2nd Qtr", "time_remaining": "6:50", "result": false, "shot_type": "3", "distance_ft": 23, "lead": true, "lebron_team_score": 40, "opponent_team_score": 35, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "red"}, {"top": 150, "left": 0, "date": "Oct 30, 2015", "qtr": "2nd Qtr", "time_remaining": "4:05", "result": true, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 51, "opponent_team_score": 37, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "green"}, {"top": 49, "left": 254, "date": "Oct 30, 2015", "qtr": "2nd Qtr", "time_remaining": "3:49", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 53, "opponent_team_score": 37, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "green"}, {"top": 274, "left": 125, "date": "Oct 30, 2015", "qtr": "2nd Qtr", "time_remaining": "1:56", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 53, "opponent_team_score": 40, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "red"}, {"top": 125, "left": 275, "date": "Oct 30, 2015", "qtr": "3rd Qtr", "time_remaining": "8:43", "result": true, "shot_type": "2", "distance_ft": 8, "lead": true, "lebron_team_score": 64, "opponent_team_score": 51, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "green"}, {"top": 160, "left": 197, "date": "Oct 30, 2015", "qtr": "3rd Qtr", "time_remaining": "6:41", "result": true, "shot_type": "2", "distance_ft": 11, "lead": true, "lebron_team_score": 70, "opponent_team_score": 57, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "green"}, {"top": 52, "left": 250, "date": "Oct 30, 2015", "qtr": "4th Qtr", "time_remaining": "7:18", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 93, "opponent_team_score": 74, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "green"}, {"top": 63, "left": 215, "date": "Oct 30, 2015", "qtr": "4th Qtr", "time_remaining": "5:12", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 101, "opponent_team_score": 76, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "green"}, {"top": 279, "left": 327, "date": "Oct 30, 2015", "qtr": "4th Qtr", "time_remaining": "4:44", "result": false, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 101, "opponent_team_score": 76, "opponent": "HOU", "team": "GSW", "season": 2016, "color": "red"}, {"top": 294, "left": 437, "date": "Oct 31, 2015", "qtr": "1st Qtr", "time_remaining": "7:42", "result": true, "shot_type": "3", "distance_ft": 31, "lead": true, "lebron_team_score": 12, "opponent_team_score": 10, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 314, "left": 316, "date": "Oct 31, 2015", "qtr": "1st Qtr", "time_remaining": "6:30", "result": false, "shot_type": "3", "distance_ft": 27, "lead": false, "lebron_team_score": 15, "opponent_team_score": 15, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 238, "left": 218, "date": "Oct 31, 2015", "qtr": "1st Qtr", "time_remaining": "6:10", "result": true, "shot_type": "2", "distance_ft": 18, "lead": false, "lebron_team_score": 17, "opponent_team_score": 17, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 282, "left": 421, "date": "Oct 31, 2015", "qtr": "1st Qtr", "time_remaining": "4:03", "result": true, "shot_type": "3", "distance_ft": 29, "lead": true, "lebron_team_score": 25, "opponent_team_score": 23, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 289, "left": 362, "date": "Oct 31, 2015", "qtr": "1st Qtr", "time_remaining": "2:05", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 28, "opponent_team_score": 23, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 130, "left": 167, "date": "Oct 31, 2015", "qtr": "1st Qtr", "time_remaining": "0:54", "result": false, "shot_type": "2", "distance_ft": 10, "lead": true, "lebron_team_score": 30, "opponent_team_score": 25, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 140, "left": 259, "date": "Oct 31, 2015", "qtr": "2nd Qtr", "time_remaining": "6:51", "result": true, "shot_type": "2", "distance_ft": 9, "lead": true, "lebron_team_score": 43, "opponent_team_score": 41, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 39, "left": 476, "date": "Oct 31, 2015", "qtr": "2nd Qtr", "time_remaining": "3:47", "result": false, "shot_type": "3", "distance_ft": 23, "lead": true, "lebron_team_score": 57, "opponent_team_score": 52, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 299, "left": 162, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "9:53", "result": false, "shot_type": "3", "distance_ft": 26, "lead": false, "lebron_team_score": 67, "opponent_team_score": 67, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 297, "left": 98, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "9:12", "result": true, "shot_type": "3", "distance_ft": 28, "lead": false, "lebron_team_score": 70, "opponent_team_score": 70, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 170, "left": 15, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "8:05", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 75, "opponent_team_score": 70, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 238, "left": 59, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "7:40", "result": true, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 78, "opponent_team_score": 72, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 111, "left": 377, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "6:30", "result": true, "shot_type": "2", "distance_ft": 14, "lead": true, "lebron_team_score": 83, "opponent_team_score": 74, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 230, "left": 121, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "6:15", "result": false, "shot_type": "2", "distance_ft": 21, "lead": true, "lebron_team_score": 83, "opponent_team_score": 74, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 66, "left": 239, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "5:06", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 88, "opponent_team_score": 78, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 220, "left": 427, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "3:49", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 91, "opponent_team_score": 83, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 73, "left": 242, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "2:40", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 95, "opponent_team_score": 87, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 58, "left": 257, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "1:34", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 99, "opponent_team_score": 87, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 58, "left": 250, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "1:01", "result": true, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 101, "opponent_team_score": 89, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 235, "left": 434, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "0:40", "result": true, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 104, "opponent_team_score": 89, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 317, "left": 278, "date": "Oct 31, 2015", "qtr": "3rd Qtr", "time_remaining": "0:10", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 105, "opponent_team_score": 91, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 81, "left": 82, "date": "Oct 31, 2015", "qtr": "4th Qtr", "time_remaining": "6:09", "result": true, "shot_type": "2", "distance_ft": 16, "lead": true, "lebron_team_score": 115, "opponent_team_score": 102, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 189, "left": 215, "date": "Oct 31, 2015", "qtr": "4th Qtr", "time_remaining": "5:44", "result": false, "shot_type": "2", "distance_ft": 14, "lead": true, "lebron_team_score": 115, "opponent_team_score": 102, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 61, "left": 363, "date": "Oct 31, 2015", "qtr": "4th Qtr", "time_remaining": "3:13", "result": true, "shot_type": "2", "distance_ft": 12, "lead": true, "lebron_team_score": 123, "opponent_team_score": 110, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 309, "left": 95, "date": "Oct 31, 2015", "qtr": "4th Qtr", "time_remaining": "2:11", "result": true, "shot_type": "3", "distance_ft": 29, "lead": true, "lebron_team_score": 127, "opponent_team_score": 115, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "green"}, {"top": 150, "left": 462, "date": "Oct 31, 2015", "qtr": "4th Qtr", "time_remaining": "1:00", "result": false, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 131, "opponent_team_score": 115, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 52, "left": 144, "date": "Oct 31, 2015", "qtr": "4th Qtr", "time_remaining": "0:35", "result": false, "shot_type": "2", "distance_ft": 9, "lead": true, "lebron_team_score": 131, "opponent_team_score": 118, "opponent": "NOP", "team": "GSW", "season": 2016, "color": "red"}, {"top": 238, "left": 30, "date": "Nov 2, 2015", "qtr": "1st Qtr", "time_remaining": "10:36", "result": true, "shot_type": "3", "distance_ft": 28, "lead": true, "lebron_team_score": 3, "opponent_team_score": 0, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 170, "left": 80, "date": "Nov 2, 2015", "qtr": "1st Qtr", "time_remaining": "9:34", "result": true, "shot_type": "2", "distance_ft": 20, "lead": true, "lebron_team_score": 8, "opponent_team_score": 4, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 297, "left": 220, "date": "Nov 2, 2015", "qtr": "1st Qtr", "time_remaining": "8:05", "result": false, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 9, "opponent_team_score": 8, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "red"}, {"top": 233, "left": 38, "date": "Nov 2, 2015", "qtr": "1st Qtr", "time_remaining": "6:14", "result": false, "shot_type": "3", "distance_ft": 27, "lead": false, "lebron_team_score": 13, "opponent_team_score": 13, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "red"}, {"top": 287, "left": 309, "date": "Nov 2, 2015", "qtr": "1st Qtr", "time_remaining": "0:59", "result": false, "shot_type": "3", "distance_ft": 24, "lead": false, "lebron_team_score": 19, "opponent_team_score": 22, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "red"}, {"top": 71, "left": 268, "date": "Nov 2, 2015", "qtr": "1st Qtr", "time_remaining": "0:07", "result": false, "shot_type": "2", "distance_ft": 3, "lead": false, "lebron_team_score": 21, "opponent_team_score": 22, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "red"}, {"top": 253, "left": 403, "date": "Nov 2, 2015", "qtr": "2nd Qtr", "time_remaining": "2:48", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 42, "opponent_team_score": 29, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "red"}, {"top": 112, "left": 233, "date": "Nov 2, 2015", "qtr": "2nd Qtr", "time_remaining": "2:34", "result": true, "shot_type": "2", "distance_ft": 6, "lead": true, "lebron_team_score": 44, "opponent_team_score": 31, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 91, "left": 404, "date": "Nov 2, 2015", "qtr": "3rd Qtr", "time_remaining": "10:00", "result": true, "shot_type": "2", "distance_ft": 16, "lead": true, "lebron_team_score": 57, "opponent_team_score": 36, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 260, "left": 97, "date": "Nov 2, 2015", "qtr": "3rd Qtr", "time_remaining": "9:05", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 62, "opponent_team_score": 38, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 57, "left": 231, "date": "Nov 2, 2015", "qtr": "3rd Qtr", "time_remaining": "7:49", "result": false, "shot_type": "2", "distance_ft": 1, "lead": true, "lebron_team_score": 67, "opponent_team_score": 38, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "red"}, {"top": 76, "left": 234, "date": "Nov 2, 2015", "qtr": "3rd Qtr", "time_remaining": "6:43", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 72, "opponent_team_score": 40, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 76, "left": 249, "date": "Nov 2, 2015", "qtr": "3rd Qtr", "time_remaining": "6:28", "result": true, "shot_type": "2", "distance_ft": 2, "lead": true, "lebron_team_score": 75, "opponent_team_score": 40, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 145, "left": 472, "date": "Nov 2, 2015", "qtr": "3rd Qtr", "time_remaining": "5:32", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 78, "opponent_team_score": 42, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 45, "left": 468, "date": "Nov 2, 2015", "qtr": "3rd Qtr", "time_remaining": "4:58", "result": true, "shot_type": "3", "distance_ft": 22, "lead": true, "lebron_team_score": 81, "opponent_team_score": 42, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 147, "left": 252, "date": "Nov 2, 2015", "qtr": "3rd Qtr", "time_remaining": "2:33", "result": true, "shot_type": "2", "distance_ft": 9, "lead": true, "lebron_team_score": 86, "opponent_team_score": 44, "opponent": "MEM", "team": "GSW", "season": 2016, "color": "green"}, {"top": 297, "left": 197, "date": "Nov 4, 2015", "qtr": "1st Qtr", "time_remaining": "11:17", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 3, "opponent_team_score": 2, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "green"}, {"top": 273, "left": 89, "date": "Nov 4, 2015", "qtr": "2nd Qtr", "time_remaining": "9:42", "result": true, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 40, "opponent_team_score": 27, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "green"}, {"top": 314, "left": 118, "date": "Nov 4, 2015", "qtr": "2nd Qtr", "time_remaining": "7:56", "result": true, "shot_type": "3", "distance_ft": 29, "lead": true, "lebron_team_score": 46, "opponent_team_score": 29, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "green"}, {"top": 204, "left": 341, "date": "Nov 4, 2015", "qtr": "2nd Qtr", "time_remaining": "6:57", "result": false, "shot_type": "2", "distance_ft": 18, "lead": true, "lebron_team_score": 46, "opponent_team_score": 31, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "red"}, {"top": 53, "left": 5, "date": "Nov 4, 2015", "qtr": "2nd Qtr", "time_remaining": "5:57", "result": false, "shot_type": "3", "distance_ft": 23, "lead": true, "lebron_team_score": 47, "opponent_team_score": 34, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "red"}, {"top": 297, "left": 283, "date": "Nov 4, 2015", "qtr": "2nd Qtr", "time_remaining": "2:08", "result": true, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 57, "opponent_team_score": 50, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "green"}, {"top": 204, "left": 293, "date": "Nov 4, 2015", "qtr": "3rd Qtr", "time_remaining": "10:39", "result": false, "shot_type": "2", "distance_ft": 16, "lead": true, "lebron_team_score": 65, "opponent_team_score": 59, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "red"}, {"top": 322, "left": 368, "date": "Nov 4, 2015", "qtr": "3rd Qtr", "time_remaining": "7:49", "result": false, "shot_type": "3", "distance_ft": 30, "lead": true, "lebron_team_score": 73, "opponent_team_score": 66, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "red"}, {"top": 54, "left": 237, "date": "Nov 4, 2015", "qtr": "3rd Qtr", "time_remaining": "6:56", "result": false, "shot_type": "2", "distance_ft": 0, "lead": true, "lebron_team_score": 73, "opponent_team_score": 66, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "red"}, {"top": 297, "left": 184, "date": "Nov 4, 2015", "qtr": "3rd Qtr", "time_remaining": "3:38", "result": false, "shot_type": "3", "distance_ft": 25, "lead": true, "lebron_team_score": 77, "opponent_team_score": 73, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "red"}, {"top": 135, "left": 236, "date": "Nov 4, 2015", "qtr": "3rd Qtr", "time_remaining": "3:00", "result": false, "shot_type": "2", "distance_ft": 8, "lead": true, "lebron_team_score": 77, "opponent_team_score": 73, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "red"}, {"top": 253, "left": 403, "date": "Nov 4, 2015", "qtr": "3rd Qtr", "time_remaining": "2:35", "result": false, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 77, "opponent_team_score": 75, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "red"}, {"top": 278, "left": 149, "date": "Nov 4, 2015", "qtr": "4th Qtr", "time_remaining": "5:32", "result": true, "shot_type": "3", "distance_ft": 24, "lead": true, "lebron_team_score": 100, "opponent_team_score": 99, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "green"}, {"top": 299, "left": 341, "date": "Nov 4, 2015", "qtr": "4th Qtr", "time_remaining": "4:56", "result": true, "shot_type": "3", "distance_ft": 26, "lead": true, "lebron_team_score": 103, "opponent_team_score": 99, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "green"}, {"top": 161, "left": 360, "date": "Nov 4, 2015", "qtr": "4th Qtr", "time_remaining": "3:34", "result": false, "shot_type": "2", "distance_ft": 16, "lead": true, "lebron_team_score": 103, "opponent_team_score": 101, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "red"}, {"top": 161, "left": 46, "date": "Nov 4, 2015", "qtr": "4th Qtr", "time_remaining": "2:36", "result": true, "shot_type": "2", "distance_ft": 22, "lead": true, "lebron_team_score": 105, "opponent_team_score": 103, "opponent": "LAC", "team": "GSW", "season": 2016, "color": "green"}]}
{"type": "object"}
e4594afb-9b6c-4716-a266-362420ea8cd3/27bd767e-138c-4f6f-bd33-4427b1007757/1/0
SWIFT Tennis
Tennis fixtures, reesults, odds and predictions
7.8
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
e4594afb-9b6c-4716-a266-362420ea8cd3/a9c49545-b487-4d2c-8bb0-8ac55b2d3125/0/0
SWIFT Tennis
Tennis fixtures, reesults, odds and predictions
7.8
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}