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":...
{"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": "...
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": "Availab...
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": {...
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...
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,...
{"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": ...
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": {"i...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "week": {"type": "object"}, "stage": {"type": "string"}, "date": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code speci...
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",...
{"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": {"t...
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": "objec...
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...
{"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": ...
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", "nation...
{"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":...
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"...
{"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": "...
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 - uniqu...
{"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": ...
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": ...
{"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": "obje...
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", "r...
{"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...
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,...
{"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...
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, "p...
{"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"}, "st...
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":...
{"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": ...
{"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"}, "newsArticl...
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":...
{"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"}}, ...
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"...
{"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": "i...
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", "nam...
{"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"...
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", "s...
{"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"...
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", "I...
{"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"...
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": ...
{"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"}, "newsArticl...
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, ...
{"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...
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, "P...
{"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": {"ty...
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...
{"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": {"t...
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...
{"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"}, "Comp...
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/me...
{"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"}, "playerK...
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", "s...
{"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"...
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": [{"allow...
{"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/livescor...
{"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", "it...
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": ...
{"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": "s...
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": fals...
{"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": {"ty...
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, "s...
{"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": {"ty...
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", "...
{"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"}, "po...
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"...
{"$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": "stri...
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...
{"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": "202102091332...
{"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"...
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, "...
{"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_l...
{"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": "18...
{"$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": "arr...
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-ap...
{"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": {"ty...
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...
{"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": {"...
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": fa...
{"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": {"ty...
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, "P...
{"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":...
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, "goals...
{"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": "s...
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, "goals...
{"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": "s...
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", "st...
{"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"...
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", ...
{"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"...
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": ...
{"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": ...
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":...
{"$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": ...
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": 19...
{"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_...
{"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, "...
{"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, "t...
{"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, "...
{"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": 31...
{"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_f...
{"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_f...
{"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, "...
{"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,...
{"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_scor...
{"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":...
{"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"...
{"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"}