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
5bdfc3b0-7d3b-4a30-937f-935e799e4279/5ecb8a9c-1d4a-4c47-8f50-b4308f8e7d15/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
search competitions
Allow to search for a competition name
200
Response
{"get": "competitions", "parameters": {"search": "austra"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Australia Grand Prix", "location": {"country": "Australia", "city": "Melbourne"}}]}
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "...
5bdfc3b0-7d3b-4a30-937f-935e799e4279/840222b0-215d-45c1-8e8e-5c37cd8e6649/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
teams
Get the list of available competitions. The team id are unique in the API and teams keep it across all seasons Sample logo of a team : All the parameters of this endpoint can be used together.
200
Response
{"get": "teams", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Red Bull Racing", "logo": "https://media.api-sports.io/formula-1/teams/1.png", "base": "Milton Keynes, United Kingdom", "first_team_entry": 1997, "world_championships": 4, "highest_race_finish": {"position": 1, "numb...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}}
5bdfc3b0-7d3b-4a30-937f-935e799e4279/184b724b-1c60-431c-be81-e3dbe0a4bdb2/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
teams rankings
Get the teams rankings for a season. All the parameters of this endpoint can be used together.
200
Response
{"get": "rankings", "parameters": {"season": "2021"}, "errors": [], "results": 10, "response": [{"position": 1, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png"}, "points": 613, "season": 2021}, {"position": 2, "team": {"id": 1, "name": "Red Bull Racing", "l...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"season": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "team": {"ty...
5bdfc3b0-7d3b-4a30-937f-935e799e4279/a66b0d29-3bf1-4b6c-a47f-da3ecc889c1a/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
races rankings
Get the rankings for a race. All the parameters of this endpoint can be used together.
200
Response
{"get": "rankings", "parameters": {"race": "50"}, "errors": [], "results": 20, "response": [{"race": {"id": 50}, "driver": {"id": 5, "name": "Valtteri Bottas", "abbr": "BOT", "number": 77, "image": "https://media.api-sports.io/formula-1/drivers/5.png"}, "team": {"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https:...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"race": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}}
5bdfc3b0-7d3b-4a30-937f-935e799e4279/7f58650b-4852-4d08-a8c8-5852bfe2592d/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
drivers
Get the list of available drivers. The driver id are unique in the API and drivers keep it across all seasons Sample image of a driver : All the parameters of this endpoint can be used together. This endpoint require at least one parameter.
200
Response
{"get": "drivers", "parameters": {"search": "lewi"}, "errors": [], "results": 1, "response": [{"id": 20, "name": "Lewis Hamilton", "abbr": "HAM", "image": "https://media.api-sports.io/formula-1/drivers/20.png", "nationality": "British", "country": {"name": "United Kingdom", "code": "GB"}, "birthdate": "1985-01-07", "bi...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "...
5bdfc3b0-7d3b-4a30-937f-935e799e4279/50c9b5d3-8a60-4c57-9ba9-d081c4b7fc2b/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
competitions
Get the list of available competitions. The competition id are unique in the API and competitions keep it across all seasons All the parameters of this endpoint can be used together.
200
Response
{"get": "competitions", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Australia Grand Prix", "location": {"country": "Australia", "city": "Melbourne"}}]}
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "location": {"type": "object", "prope...
5bdfc3b0-7d3b-4a30-937f-935e799e4279/e167f178-46a3-4f97-9e8c-aa3a4d56eb3a/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
circuits
Get the list of available circuits. The circuit id are unique in the API and circuits keep it across all seasons Sample image of a circuit : All the parameters of this endpoint can be used together.
200
Response
{"get": "circuits", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Melbourne Grand Prix Circuit", "image": "https://media.api-sports.io/formula-1/circuits/1.png", "competition": {"id": 1, "name": "Australia Grand Prix", "location": {"country": "Australia", "city": "Melbourne"}}, ...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}}
5bdfc3b0-7d3b-4a30-937f-935e799e4279/2e33674b-8094-4164-9fbc-4f641d08164a/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
seasons
Get all seasons available. All seasons are only 4-digit keys. All results can be used in other endpoints as filters. This endpoint does not require any parameters.
200
Example_1
{"get": "seasons", "parameters": [], "errors": [], "results": 9, "response": [2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020]}
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "integer"}}}}
5bdfc3b0-7d3b-4a30-937f-935e799e4279/9078e9a3-078e-42ab-8c99-766145f89d38/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
timezone
Get the list of available timezone to be used in the races endpoint. This endpoint does not require any parameters.
200
Example_1
{"get": "timezone", "parameters": [], "errors": [], "results": 425, "response": ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Af...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "string"}}}}
5bdfc3b0-7d3b-4a30-937f-935e799e4279/331be1f9-ba6d-4ad0-b117-a3ff820df38e/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
drivers rankings
Get the drivers rankings for a season. All the parameters of this endpoint can be used together.
200
Response
{"get": "rankings", "parameters": {"season": "2021"}, "errors": [], "results": 20, "response": [{"position": 1, "driver": {"id": 25, "name": "Max Verstappen", "abbr": "VER", "number": 1, "image": "https://media.api-sports.io/formula-1/drivers/25.png"}, "team": {"id": 1, "name": "Red Bull Racing", "logo": "https://media...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"season": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "driver": {"...
5bdfc3b0-7d3b-4a30-937f-935e799e4279/6b3385ab-d876-4b19-9eef-6adcee859a9c/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
search circuits
Allow to search for a circuit name
200
Response
{"get": "circuits", "parameters": {"search": "silver"}, "errors": [], "results": 1, "response": [{"id": 12, "name": "Silverstone Circuit", "image": "https://media.api-sports.io/formula-1/circuits/12.png", "competition": {"id": 12, "name": "Great Britain Grand Prix", "location": {"country": "Great Britain", "city": "Sil...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "...
5bdfc3b0-7d3b-4a30-937f-935e799e4279/5fe0ca86-cb32-45b6-98bf-db5f800711b9/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
search drivers
Allow to search for a driver name
200
Response
{"get": "drivers", "parameters": {"search": "lewi"}, "errors": [], "results": 1, "response": [{"id": 20, "name": "Lewis Hamilton", "abbr": "HAM", "image": "https://media.api-sports.io/formula-1/drivers/20.png", "nationality": "British", "country": {"name": "United Kingdom", "code": "GB"}, "birthdate": "1985-01-07", "bi...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "...
5bdfc3b0-7d3b-4a30-937f-935e799e4279/fd332fa0-7ff5-40dd-9058-e9f6b3f41d22/0/0
API-FORMULA-1
All data about Formula 1, Circuits, Teams, Drivers, Rankings... Documentation : https://api-sports.io/documentation/formula-1/v1
9.8
search teams
Allow to search for a team name
200
Response
{"get": "teams", "parameters": {"search": "petron"}, "errors": [], "results": 1, "response": [{"id": 5, "name": "Mercedes-AMG Petronas", "logo": "https://media.api-sports.io/formula-1/teams/5.png", "base": "Brackley, United Kingdom", "first_team_entry": 1970, "world_championships": 8, "highest_race_finish": {"position"...
{"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/1d01935a-b099-437a-90c4-8bdf637f0d84/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
organizations_all
Return information about all of the organizations/leagues that Fancy Twitter tracks.
200
null
[{"lastupdate": "", "name": "NFL", "twitterplayerlistnumber": 1438239861161537500, "twitterteamlistnumber": 62418533, "twitteruserid": 19426551, "twitterusername": "NHL", "url": "https://www.nfl.com"}]
{"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the organization/league"}, "twitterplayerlistnumber": {"type": "integer", "description": "Twitter list number for players in the league"}, "twitterteam...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/84064067-f18f-4c40-be7a-a0a019c62f45/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
leagues_all
Return information about all of the organizations/leagues that Fancy Twitter tracks.
200
null
[{"lastupdate": "", "name": "NFL", "twitterplayerlistnumber": 1438239861161537500, "twitterteamlistnumber": 62418533, "twitteruserid": 19426551, "twitterusername": "NHL", "url": "https://www.nfl.com"}]
{"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the organization/league"}, "twitterplayerlistnumber": {"type": "integer", "description": "Twitter list number for players in the league"}, "twitterteam...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/4db606ed-ef72-489e-9d2e-ae2f50d7f082/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
team_tweets_negative_sentiment_average
Returns a list of teams whose players' tweets express the least positive sentiments.
200
null
[{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}]
{"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+3...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/0e17ee89-2aa8-4ef1-8f3a-ec4065e24400/0/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
leagues_filter
Filter the organization list to get information about a single organization/league
200
null
[{"lastupdate": "", "name": "NFL", "twitterplayerlistnumber": 1438239861161537500, "twitterteamlistnumber": 62418533, "twitteruserid": 19426551, "twitterusername": "NHL", "url": "https://www.nfl.com"}]
{"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the organization/league"}, "twitterplayerlistnumber": {"type": "integer", "description": "Twitter list number for players in the league"}, "twitterteam...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/eefb3220-9e90-4119-8b8f-21dc598d01ac/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
team_tweets_sentiment
Average tweet sentiment by team
200
null
[{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}]
{"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+3...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/ab13b8e3-6eaa-490b-8b73-6b60a2c5d0fb/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
organizations_filter
Filter the organization list to get information about a single organization/league
200
null
[{"lastupdate": "", "name": "NFL", "twitterplayerlistnumber": 1438239861161537500, "twitterteamlistnumber": 62418533, "twitteruserid": 19426551, "twitterusername": "NHL", "url": "https://www.nfl.com"}]
{"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the organization/league"}, "twitterplayerlistnumber": {"type": "integer", "description": "Twitter list number for players in the league"}, "twitterteam...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/34d12bcc-aa67-41dd-b77d-293bd790fcad/0/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
leagues_tweets_all
Return all tweets from a given organization/league office (Limit 100)
200
null
[{"created": "", "likes": 9, "retweets": 9, "replies": 9, "quotes": 9, "name": "NFL", "text": "", "tweetid": 1662575111097012200, "twitteruserid": 50004938, "twitterusername": "NFL", "url": "https://www.nhl.com"}]
{"type": "array", "items": {"properties": {"created": {"type": "string", "format": "date-time"}, "likes": {"type": "integer", "description": "Number of Likes of this Tweet."}, "retweets": {"type": "integer", "description": "Number of times this Tweet has been Retweeted."}, "replies": {"type": "integer", "description": ...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/6e0eb781-1f42-45d6-8f39-f5f91dcea493/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
team_tweets_sentiment_average
Returns a list of teams whose players' tweets express the most positive sentiments.
200
null
[{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}]
{"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+3...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/c53363fc-52fb-45f2-8baa-4e36a7ceaab6/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
team_tweets_subjectivity_average
Returns a list of teams whose players' tweets are deemed by the ML algorithm as the most subjective.
200
null
[{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}]
{"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+3...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/07cb9402-82f6-45dc-bb00-b35487c64734/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
team_tweets_all
Get team information, filtered by a single team/league/organization
200
null
[{"created_at": "", "id": 0, "like_count": 9, "quote_count": 9, "reply_count": 9, "retweet_count": 9, "sentiment_classification": "Positive", "sentiment_score": 0.35714287, "subjectivity_score": 0.53571427, "tweet_text": "", "twitteruserid": 50004938, "twitterusername": "ArizonaCoyotes"}]
{"type": "array", "items": {"properties": {"created_at": {"type": "string", "format": "date-time"}, "id": {"type": "integer", "format": "int64", "description": "Unique id of ths tweet. Can be used to construct a URL to the tweet.", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "like_count": {"type"...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/aed9e11a-8b78-4ea4-9dae-2e1d74f6d633/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
team_tweets_objectivity_average
Returns a list of teams whose players' tweets are deemed by the ML algorithm as the most objective.
200
null
[{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}]
{"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+3...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/e6cf4c49-f975-4e75-b215-c6a2d7d09c17/0/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
orgs_tweets_all
Return all tweets from a given organization/league office (Limit 100)
200
null
[{"created": "", "likes": 9, "retweets": 9, "replies": 9, "quotes": 9, "name": "NFL", "text": "", "tweetid": 1662575111097012200, "twitteruserid": 50004938, "twitterusername": "NFL", "url": "https://www.nhl.com"}]
{"type": "array", "items": {"properties": {"created": {"type": "string", "format": "date-time"}, "likes": {"type": "integer", "description": "Number of Likes of this Tweet."}, "retweets": {"type": "integer", "description": "Number of times this Tweet has been Retweeted."}, "replies": {"type": "integer", "description": ...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/a7701223-4729-4f43-9ad9-95f91c3abf76/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
tweets_filter
Returns filtered tweet information. Limited to 100 tweets. Note that this does not return league front office or team tweets. (Just player-originated tweets)
200
null
[{"handle": "ArizonaCoyotes", "lastupdate": "", "like_count": 9, "quote_count": 9, "reply_count": 9, "retweet_count": 9, "sentiment_classification": "Positive", "sentiment_score": 0.35714287, "subjectivity_score": 0.53571427, "team": "", "tweet_text": "", "twitterusername": "Erik Johnson", "tweetid": 166084828167974100...
{"type": "array", "items": {"type": "object", "properties": {"handle": {"type": "string", "description": "Twitter handle. May or may not include the @ prefix"}, "lastupdate": {"type": "string", "format": "date-time"}, "like_count": {"type": "integer", "format": "int64", "description": "Number of Likes of this Tweet.", ...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/2b2a3f53-5efb-4eef-b6d4-12b74a903e5d/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
tweets_all
Returns individual tweets, associated statistics and ML-based sentiment analysis data.
200
null
[{"name": "Sam Carrick", "team": "Anaheim Ducks", "twitteruserid": 56443153, "twitterusername": "Panthers", "lastupdate": ""}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the player/person/athlete"}, "team": {"type": "string", "description": "Name of the player's team"}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": ...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/83e1d864-0d17-4b90-9326-a91d18bcc5dd/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
team_filter
Get team information, filtered by a single team/league/organization
200
null
[{"lastupdate": "", "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers", "url": "https://www.nfl.com/teams/carolina-panthers/"}]
{"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": {"type": "string", "descr...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/2781ef99-7cae-44ca-967f-beb50af42774/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
teams_all
Return information about all of the teams tracked by Fancy Twitter (limit 100)
200
null
[{"lastupdate": "", "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers", "url": "https://www.nfl.com/teams/carolina-panthers/"}]
{"type": "array", "items": {"type": "object", "properties": {"lastupdate": {"type": "string", "format": "date-time"}, "name": {"type": "string", "description": "Name of the team office"}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": {"type": "string", "descr...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/5b29c21b-8a72-424e-82ef-91ab9d944c47/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
players_all
Return information about players in the leagues that Fancy Twitter tracks.
200
null
[{"name": "Sam Carrick", "team": "Anaheim Ducks", "twitteruserid": 56443153, "twitterusername": "Panthers", "lastupdate": ""}]
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "description": "Name of the player/person/athlete"}, "team": {"type": "string", "description": "Name of the player's team"}, "twitteruserid": {"type": "integer", "description": "Unique identifier of this user."}, "twitterusername": ...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/0ae360aa-7b24-42f0-9dc8-d7650d6747d2/1/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
player_filter
Returns filtered player information. Limited to 100 players
200
null
[{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}]
{"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+3...
0a32454c-bb17-4c29-b1ce-4db1e8bf128a/0930fb1e-d875-47ee-9c1d-84e62e9f471f/0/0
Fancy Twitter
Fancy Twitter provides an interface to Twitter that only includes tweets from the actual athletes and their team and league offices. You can also sort these tweets by AI/ML-generated Sentiment and Subjectivity scores.
0
team_tweets_subjectivity
Average tweet subjectivity by team
200
null
[{"averagesentiment": 0.4937830666700999, "averagesubjectivity": 0.15000000596046448, "name": "Carolina Panthers", "twitteruserid": 56443153, "twitterusername": "Panthers"}]
{"type": "array", "items": {"type": "object", "properties": {"averagesentiment": {"type": "number", "description": "ML-generated estimate of the average sentiment of all tweets. Ranges between -1.0 (negative) and 1.0 (positive)", "format": "double", "minimum": -1.7976931348623157e+308, "maximum": 1.7976931348623157e+3...
66f17123-4018-4cb7-bc7f-c290109caf00/a04ae83a-0bec-4d93-8b08-d49ac38db33d/0/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/abe4729e-5d57-4095-9e37-76fbeaa81389/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/75c89a64-239e-4c6d-83d4-33272b199a5b/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/9e5b30af-3fd8-47ab-85cb-31988f92ad16/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/fb681d0e-b0e3-4873-abdb-fd359df7c6cc/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/ab15609a-2e1c-4101-8bc7-4a6c83e0ecb4/0/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/ed620682-f976-408a-b9f6-be6a7e196a02/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/375360b8-dc3a-410d-b695-a53e9d4e6550/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/acf62b48-87c3-436b-bb1f-345f5dc00961/0/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/50c0583e-fa64-416a-b03c-70898eca9030/0/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/c68814dc-a085-4507-94cc-c9912d29dc8b/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/f1322f38-53e8-4058-8457-f6b17b1ff3a9/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/0c878a07-0f21-4561-8740-e6da8b42bd12/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_results
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
66f17123-4018-4cb7-bc7f-c290109caf00/b4cdad6d-4a4b-4737-a700-f75ae880770b/1/0
SWIFT HANDBALL
Handball fixtures, odds, predictions, results & more
null
get_load_fixtures
200
null
{"date_updated": ""}
{"properties": {"date_updated": {"type": "string", "format": "date"}}, "type": "object"}
fc158971-ba20-4568-b10f-ca530b45c8f0/e678133e-4163-42ea-802a-afc6352b7a1d/0/0
Super Lig Standings
Turkish Super Lig Standings
6.4
Super Lig Standings
Super Lig Standings
200
Response
[{"team": {"name": "Trabzonspor", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/997.png", "abbreviation": "TRAB"}, "stats": {"wins": 23, "losses": 3, "ties": 12, "gamesPlayed": 38, "goalsFor": 69, "goalsAgainst": 36, "points": 81, "rank": 1, "goalDifference": 33}}, {"team": {"name": "Fenerbahce", "logo": "https...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "logo", "name"]}, "stats": {"type": "object", "pro...
794b3e11-aed0-4715-9d08-99adcd354dfd/5359958c-92ee-41a9-976e-6715fd14a590/0/0
bet365-futebol-virtual
This API retrieves data of virtual soccer from the Bet365 Brazil website, covering four leagues, excluding odds. Number Leagues: 1 - copa 2 - euro 3 - super 4 - premier
9.3
Many results per league
To get more results of a specific league. Choose a League and how many results you want to see.
200
Response
[{"id_result": "114386", "numberleague": 3, "league": "Super Liga Sul-Americana", "pathleaguelasthour": null, "result_hour": 19, "result_minute": 13, "pathlastnametimeone": "Rio de Janeiro", "pathlastnametimetwo": "Medellin", "timegols_one": 0, "timegols_two": 1, "hometeamscore": null, "awayteamscore": null, "intervalo...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id_result": {"type": "string"}, "numberleague": {"type": "integer"}, "league": {"type": "string"}, "pathleaguelasthour": {"type": "null"}, "result_hour": {"type": "integer"}, "result_minute": {"type": "integer"}, ...
8baca692-b558-4e12-97a1-7c971d5b5f84/3c82bc73-b5e6-48d3-92bc-216a18606580/0/0
bet365-soccer
Soccer odds for all inplay events
7.7
inplay
get in play events for soccer
200
Response
[{"date": "2020-07-10 07:00:00+00", "name": "Binh Thuan v Cong An Nhan Dan", "org_id": "90969214", "tournament_name": "Vietnam Division 2", "uid": "51169090"}, {"date": "2020-07-10 07:00:00+00", "name": "Lam Dong v Da Nang II", "org_id": "90969216", "tournament_name": "Vietnam Division 2", "uid": "51169111"}]
{"items": {"properties": {"date": {"type": "string"}, "name": {"type": "string"}, "org_id": {"type": "string"}, "tournament_name": {"type": "string"}, "uid": {"type": "string"}}, "type": "object"}, "type": "array"}
8baca692-b558-4e12-97a1-7c971d5b5f84/bed5967a-dc18-420a-9c1f-119c7db92b4b/0/0
bet365-soccer
Soccer odds for all inplay events
7.7
implay odds
Match Result 1x2, Double Chance, Both Teams to Score, Draw No Bet, Europien Handicap, Asian handicap, Total Goals - Over/Under, Corect score, Half Time/Full Time
200
Response
[{"duration": "ft", "hc": "nhc", "odd": "2.6", "score": "?-?", "type": "1"}, {"duration": "ft", "hc": "nhc", "odd": "3.1", "score": "?-?", "type": "X"}, {"duration": "ft", "hc": "nhc", "odd": "2.625", "score": "?-?", "type": "2"}, {"duration": "ft", "hc": "nhc", "odd": "1.444", "score": "?-?", "type": "1X"}, {"duration...
{"items": {"properties": {"duration": {"type": "string"}, "hc": {"type": "string"}, "odd": {"type": "string"}, "score": {"type": "string"}, "type": {"type": "string"}}, "type": "object"}, "type": "array"}
8042f27e-fbe4-41c3-a906-eee9ec3bc198/fbd4fb2a-6561-45b3-b0f0-32b039dc3e02/0/0
Cricket Live Scores
An API shows all latest cricket matches happening now
0.2
Get API Status
This endpoint will return API status
200
Response
{"status": "online"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]}
216d48e1-f2fd-45b8-bfc3-1a364efc2189/da16750f-225b-4d45-a2b1-82af57ea5f52/0/0
Football Transfer News
Transfer news for football - I am not currently developing this api further.
null
transfer-news/club/{clubName}
gets news for a specific team so for instance if you want 'liverpool' use 'transfer-news/club/liverpool'
200
New Example
{"title": "Barcelona transfer interest could be blessing in disguise for Liverpool boss Klopp", "url": "https://www.mirror.co.uk/sport/football/transfer-news/liverpool-mo-salah-transfer-barcelona-26564601", "source": "mirror", "language": "english"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "language": {"type": "string"}}, "required": ["language", "source", "title", "url"]}
216d48e1-f2fd-45b8-bfc3-1a364efc2189/4b711110-6d01-47ea-bb39-cb8e55eed87e/0/0
Football Transfer News
Transfer news for football - I am not currently developing this api further.
null
/{language}/transfer-news
Allows users to request articles in specific languages (english, german, italian, spanish, french) this is a work in progress at the moment only english/spanish are avaliable
200
New Example
{"title": "FUL OF IT Fulham want Burnley and England star Nick Pope in \u00a320million summer transfer", "url": "https://www.thesun.co.uk/sport/football/18077627/fulham-burnley-england-nick-pope-transfer/", "source": "sun", "language": "english"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "language": {"type": "string"}}, "required": ["language", "source", "title", "url"]}
216d48e1-f2fd-45b8-bfc3-1a364efc2189/ffd52205-40c2-4483-a717-073a824eadc2/0/0
Football Transfer News
Transfer news for football - I am not currently developing this api further.
null
transfer-news/{sourceId}
Transfer news from a specific source
200
New Example
[{"title": "BLUES LOSE Chelsea transfer for Chicago Fire keeper Gabriel Slonina KO\u2019d by sanctions", "url": "https://www.thesun.co.uk/sport/18073253/chelsea-transfer-chicago-fire-gabriel-slonina-sanctions/", "source": "sun"}, {"title": "NOU THANKS Leeds name price for Raphinha after rejecting \u00a329m transfer off...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
216d48e1-f2fd-45b8-bfc3-1a364efc2189/5ac189be-caf7-4039-a788-c8588a7fe59c/0/0
Football Transfer News
Transfer news for football - I am not currently developing this api further.
null
transfer-news
/transfer-news fetches all transfer news
200
New Example
{"title": "BLUES LOSE Chelsea transfer for Chicago Fire keeper Gabriel Slonina KO\u2019d by sanctions", "url": "https://www.thesun.co.uk/sport/18073253/chelsea-transfer-chicago-fire-gabriel-slonina-sanctions/", "source": "sun"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}
71c0c23d-bd10-447b-96bb-8f6e0ec28c7c/60739c46-d2ac-4a28-b585-0b387361fb84/0/0
Disc Golf Discs
This API will allow you to search, all the discs that are currently available on the market.
null
Get Discs
Get all the discs golf discs on the market
200
New Example
[{"id": 128, "name": "Wraith", "description": null, "speed": 11, "glide": 5, "turn": -1, "fade": 3, "links": ["https://infinitediscs.com/Innova-Wraith"], "pdgaDateApproved": "2005-08-15", "maxWeight": 175.13, "diameter": 21.1, "height": 1.4, "rimDepth": 1.2, "insideRimDiameter": 16.9, "rimThickness": 2.1, "rimDepthDiam...
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "null"}, "speed": {"type": "integer"}, "glide": {"type": "integer"}, "turn": {"type": "integer"}, "fade": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"...
c640f5e7-959f-4232-80b2-7b2d85e0cdfb/33390be2-8a8b-428b-a749-84bbeb501042/0/0
Raith Rovers News
An API showing all the latest Raith Rovers news from various Scottish newspapers/publications.
null
Get Raith Rovers news form a specific source
Gets news articles about Raith Rovers from a specific news/publication source
200
Response
[{"title": "Raith up to second as Arbroath beaten", "url": "https://www.bbc.co.uk/sport/football/58796163", "source": "BBC"}, {"title": "Morton, Raith & Inverness into quarters", "url": "https://www.bbc.co.uk/sport/football/58851568", "source": "BBC"}, {"title": "Poplatnik scores late double for Raith", "url": "https:/...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
c640f5e7-959f-4232-80b2-7b2d85e0cdfb/79ad2424-db5f-452c-ab79-eb36d53d1390/0/0
Raith Rovers News
An API showing all the latest Raith Rovers news from various Scottish newspapers/publications.
null
Get all Raith Rovers news articles
This endpoint will return all recent news articles about Raith Rovers from various Scottish newspapers/publications
200
Response
[{"title": "Ethan Ross ends post Aberdeen speculation as Raith Rovers admit 'no brainer' to sign in demand star", "url": "https://www.dailyrecord.co.uk/sport/football/ethan-ross-ends-post-aberdeen-25215748", "source": "TheDailyRecord"}, {"title": "Tommy Wright admits Kilmarnock shot themselves in foot as they slip to R...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/3af570fa-6a6c-4495-8ee6-c819a154e68f/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/detail (Deprecated)
Get detail information of a match *The default timezone currently is UTC+7
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/748fa3c4-142a-40b4-9c4f-7925ee013c63/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/list-live
List available live matches at request time * Base for Img field is https://lsm-static-prod.livescore.com/medium . Ex : https://lsm-static-prod.livescore.com/medium/enet/9906.png
200
Response
{"Stages": [{"Sid": "8444", "Snm": "Premier League", "Sds": "Premier League", "Scd": "premier-league", "Cid": "218", "Cnm": "Egypt", "Csnm": "Egypt", "Ccd": "egypt", "Ccdiso": "EGY", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Premier League", "Events": [{"Eid": "630894", "Pids": {"1": "3820842", "6": "31982809", "8": "63089...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Stages": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": ...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/675a0842-5902-450e-abbb-1f1ffc64a45b/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/get-h2h
Get head to head information in the past
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/2a722e2d-e7a9-4dd2-b2d6-cacc13c09ecf/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/get-table
Get table
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/2a01bcf9-ec2c-4261-87da-42f8b9a40655/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/get-scoreboard
Get scoreboard of a match
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/77968c10-7c8d-453d-b36e-0cbe86241b57/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/get-info
Get where the match takes place
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/aa538212-4824-4fd9-ae78-bda41464fa64/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/list-by-date
List all matches by specific date * Base for Img field is https://lsm-static-prod.livescore.com/medium . Ex : https://lsm-static-prod.livescore.com/medium/enet/9906.png
200
Response
{"Stages": [{"Sid": "886", "Snm": "Championship 20/21", "Sds": "Championship 20/21", "Scd": "championship-2020-2021", "Cid": "34", "Cnm": "England", "Csnm": "England", "Ccd": "england", "Ccdiso": "GBR", "CompId": "12", "CompN": "Championship 20/21", "CompST": "England", "CompD": "England", "Scu": 0, "Chi": 0, "Shi": 0,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Stages": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": ...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/8196a00e-eaf0-44a1-b80e-856822cbab67/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/get-lineups
Get match line-ups
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/e8fadacb-1697-41dd-b30d-6b89176ca3de/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/list-by-league
List all matches by specific league and table * Base for Img field is https://lsm-static-prod.livescore.com/medium . Ex : https://lsm-static-prod.livescore.com/medium/enet/9906.png
200
Response
{"Stages": [{"Sid": "7991", "Snm": "Group B", "Sds": "Group B", "Scd": "group-b", "Cid": "130", "Cnm": "Champions League", "Csnm": "Champions League", "Ccd": "champions-league", "Ccdiso": "NON", "CompId": "29", "CompN": "Champions League", "CompD": "UEFA", "Scu": 0, "Chi": 0, "Shi": 0, "Sdn": "Group B", "Events": [{"Ei...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Stages": {"type": "array", "items": {"type": "object", "properties": {"Sid": {"type": "string"}, "Snm": {"type": "string"}, "Sds": {"type": "string"}, "Scd": {"type": "string"}, "Cid": {"type": "string"}, "Cnm": {"type": "string"}, "Csnm": ...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/8cab12e3-f5fd-480b-8a56-4c304dc02596/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/get-pregame-form
Get pregame form of competitors
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/42a5f605-94cb-4c82-b30b-638fd7b5a460/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/get-statistics
Get statistics of a match
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/e9b428e0-2b02-4a57-9075-213f6df018d2/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/get-commentary
Get comments in a match
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
bfab5f18-bcc1-4f7e-8b5d-bc9b30dd4d8c/842ae99e-29bc-43af-a873-9c382888ed3a/0/0
LiveScore
This API helps to query for football, cricket, basketball, tennis, hockey matches, leagues, news, etc... to create a sporting site/application such as livescore.com
9.8
matches/v2/get-incidents
Get incidents in a match
200
Response
{"Eid": "315868", "Pids": {"1": "3461642", "6": "23831535", "8": "315868", "12": "SBTE_20189895"}, "Sids": {"1": "869802", "6": "52495", "8": "5002"}, "Tr1": "1", "Tr2": "2", "Trh1": "0", "Trh2": "1", "Tr1OR": "1", "Tr2OR": "2", "T1": [{"Nm": "Lokomotiv Moscow", "ID": "4856", "tbd": 0, "Img": "enet/8710.png", "Gd": 1, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Eid": {"type": "string"}, "Pids": {"type": "object", "properties": {"1": {"type": "string"}, "6": {"type": "string"}, "8": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "12", "6", "8"]}, "Sids": {"type": "object", "proper...
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/b034d0d2-9a50-4624-a292-5e63411c91c5/0/0
OddsBeta Fancy API (Cricket + All Sports)
Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API ...
null
get-fancy-event-odds
get fancy event odds api
201
null
{"code": 0, "eid": "", "ps": [{"bl": "", "bo": "", "ll": "", "lo": "", "mid": "", "name": "", "pid": "", "source_dt": "", "status": ""}]}
{"type": "object", "properties": {"code": {"type": "integer"}, "eid": {"type": "string"}, "ps": {"type": "array", "items": {"type": "object", "properties": {"bl": {"description": "back line", "type": "string"}, "bo": {"description": "back odds", "type": "string"}, "ll": {"description": "lay line", "type": "string"}, "l...
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/b034d0d2-9a50-4624-a292-5e63411c91c5/1/0
OddsBeta Fancy API (Cricket + All Sports)
Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API ...
null
get-fancy-event-odds
get fancy event odds api
400
null
{"code": 0, "error": ""}
{"type": "object", "properties": {"code": {"type": "integer"}, "error": {"description": "Platform error code:\n\n\t\t * INVALID_INPUT_DATA (HTTP: 400 - Bad Request) Invalid input data\n\n\t\t * UNEXPECTED_ERROR (HTTP: 400 - Bad Request) An unexpected internal error occurred that prevented successful request process...
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/b034d0d2-9a50-4624-a292-5e63411c91c5/2/0
OddsBeta Fancy API (Cricket + All Sports)
Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API ...
null
get-fancy-event-odds
get fancy event odds api
401
null
{"code": 0, "error": ""}
{"type": "object", "properties": {"code": {"description": "status code", "type": "integer"}, "error": {"description": "Platform error code:\n\n\t\t\t* INVALID_TOKEN (HTTP: 401 - Unauthorized) Invalid token\n\n\t\t\t* INVALID_TOKEN_TYPE (HTTP: 401 - Unauthorized) Invalid token type\n\n\t\t\t* NO_TOKEN (HTTP: 401 - Unaut...
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/c20b8ee9-c341-493f-8134-784ed9f5365e/0/0
OddsBeta Fancy API (Cricket + All Sports)
Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API ...
null
get-fancy-re-settle-market
The data appearing here are the markets that had a resettlement within the given time frame
400
null
{"code": 0, "error": ""}
{"type": "object", "properties": {"code": {"type": "integer"}, "error": {"description": "Platform error code:\n\n\t\t * INVALID_INPUT_DATA (HTTP: 400 - Bad Request) Invalid input data\n\n\t\t * UNEXPECTED_ERROR (HTTP: 400 - Bad Request) An unexpected internal error occurred that prevented successful request process...
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/c20b8ee9-c341-493f-8134-784ed9f5365e/1/0
OddsBeta Fancy API (Cricket + All Sports)
Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API ...
null
get-fancy-re-settle-market
The data appearing here are the markets that had a resettlement within the given time frame
401
null
{"code": 0, "error": ""}
{"type": "object", "properties": {"code": {"description": "status code", "type": "integer"}, "error": {"description": "Platform error code:\n\n\t\t\t* INVALID_TOKEN (HTTP: 401 - Unauthorized) Invalid token\n\n\t\t\t* INVALID_TOKEN_TYPE (HTTP: 401 - Unauthorized) Invalid token type\n\n\t\t\t* NO_TOKEN (HTTP: 401 - Unaut...
1e1bc77c-389d-4ce0-bdd2-e90b6dca9977/c20b8ee9-c341-493f-8134-784ed9f5365e/2/0
OddsBeta Fancy API (Cricket + All Sports)
Experience the ultimate betting thrill with our API! Offering a wide range of sports and events, our platform brings you the popular yes/no market. Unlike others, we provide transparent odds for both outcomes, ensuring complete honesty. Inspired by India's love for the line market exchange, similar to Betfair, our API ...
null
get-fancy-re-settle-market
The data appearing here are the markets that had a resettlement within the given time frame
200
null
{"code": 0, "results": [{"eid": "", "is_re_settle": true, "mid": "", "name": "", "settle_dt": "", "sid": ""}]}
{"type": "object", "properties": {"code": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"eid": {"type": "string"}, "is_re_settle": {"type": "boolean"}, "mid": {"type": "string"}, "name": {"type": "string"}, "settle_dt": {"type": "string"}, "sid": {"type": "string"}}}}}}
95b29fe5-8c44-4d75-91b3-6f3b3efd8619/24acd064-870c-44f0-a5b0-4ac8d86a2188/0/0
Tank01 NFL Live In-Game Real Time Statistics NFL
NFL Live, In-Game Fantasy Stats - NFL (National Football League). Delivering Accurate Real Time Game Statistics. Updated Rosters/Player Information, Current Schedules, Fantasy Projections, and Updated Standings immediately after every game. Very Useful for Fantasy Football Apps. NOW ALSO WITH BETTING / GAMBLING ODDS...
9.8
Get NFL Team Schedule
This call returns the schedule of any team, using the teamID that can be found in "getNFLTeams" call. Call needs to look like this: /getNFLTeamSchedule?teamID=1 You can also use the team Abbreviation: /getNFLTeamSchedule?teamAbv=CHI That will return a list of the team's games in the body. To get a list of appropria...
200
Response
{"statusCode": 200, "body": {"team": "CHI", "schedule": [{"gameID": "20221002_CHI@NYG", "seasonType": "Regular Season", "away": "CHI", "gameTime": "1:00p", "gameDate": "20221002", "teamIDHome": "24", "gameWeek": "Week 4", "teamIDAway": "6", "home": "NYG"}, {"gameID": "20221218_PHI@CHI", "seasonType": "Regular Season", ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "body": {"type": "object", "properties": {"team": {"type": "string"}, "schedule": {"type": "array", "items": {"type": "object", "properties": {"gameID": {"type": "string"}, "seasonType": {"type": "string"},...
95b29fe5-8c44-4d75-91b3-6f3b3efd8619/ec3ed143-cf53-43ce-a611-2745d9d95557/0/0
Tank01 NFL Live In-Game Real Time Statistics NFL
NFL Live, In-Game Fantasy Stats - NFL (National Football League). Delivering Accurate Real Time Game Statistics. Updated Rosters/Player Information, Current Schedules, Fantasy Projections, and Updated Standings immediately after every game. Very Useful for Fantasy Football Apps. NOW ALSO WITH BETTING / GAMBLING ODDS...
9.8
Get Daily NFL Schedule
Get basic information on which games are being played during a day. call is like this: /getNFLGamesForDate?gameDate=20221211 The above call will return all of the games from December 11th, 2022. Date must be in that format. They come back in a list format within the body of the response.
200
Response
{"statusCode": 200, "body": [{"gameID": "20221211_NYJ@BUF", "seasonType": "Regular Season", "away": "NYJ", "gameDate": "20221211", "espnID": "401437889", "teamIDHome": "4", "gameStatus": "Final", "gameWeek": "Week 14", "teamIDAway": "25", "home": "BUF", "espnLink": "https://www.espn.com/nfl/boxscore/_/gameId/401437889"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "body": {"type": "array", "items": {"type": "object", "properties": {"gameID": {"type": "string"}, "seasonType": {"type": "string"}, "away": {"type": "string"}, "gameDate": {"type": "string"}, "espnID": {"t...
95b29fe5-8c44-4d75-91b3-6f3b3efd8619/e5b27ceb-bb95-4409-b088-354f124b21f0/0/0
Tank01 NFL Live In-Game Real Time Statistics NFL
NFL Live, In-Game Fantasy Stats - NFL (National Football League). Delivering Accurate Real Time Game Statistics. Updated Rosters/Player Information, Current Schedules, Fantasy Projections, and Updated Standings immediately after every game. Very Useful for Fantasy Football Apps. NOW ALSO WITH BETTING / GAMBLING ODDS...
9.8
Get General Game Information
This call pulls back the most general information for a game: away team, home team, game date, and game start time. All times are in Eastern (ET) time zone. gameID is needed. You can retrieve gameID from a few different calls. The "getNFLGamesForDate" call or the "getNFLTeamSchedule" call will be the best ways to ge...
200
Response
{"statusCode": 200, "body": {"espnID": "401437900", "gameStatus": "Final", "season": "2022", "gameDate": "20221212", "neutralSite": "False", "teamIDHome": "1", "cbsLink": "https://www.cbssports.com/nfl/gametracker/boxscore/NFL_20221212_NE@ARI", "gameTime": "8:15p", "teamIDAway": "22", "away": "NE", "gameWeek": "Week 14...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "body": {"type": "object", "properties": {"espnID": {"type": "string"}, "gameStatus": {"type": "string"}, "season": {"type": "string"}, "gameDate": {"type": "string"}, "neutralSite": {"type": "string"}, "te...
a9d54d83-afc8-444d-94da-8dc6fea5897b/1bc20b1a-5f7a-4dab-b0a3-9aef2764b1a0/0/0
Padelquest
A simple API to get information of the biggest PADEL competitions.
8.1
Competitions
This endpoint returns a list of all competitions. Request Method: GET Response Status code: 200 OK Content type: application/json
200
Ok
{"data": [{"id": 1, "last_update": "2023-06-18", "name": "A1 Padel Global", "url": "https://www.a1padelglobal.com/"}, {"id": 2, "last_update": "2023-06-18", "name": "Premier Padel", "url": "https://premierpadel.com/"}, {"id": 3, "last_update": "2023-06-18", "name": "World Padel Tour", "url": "https://worldpadeltour.com...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "last_update": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}}}, "status": {"type": "string"}}}
e3ff6105-fee2-4d83-b67a-22b9c5d61f38/4d4346cf-2efd-4f1d-978d-75fc1e8112a0/0/0
Tank01 MLB Live In-Game Real Time Statistics
Tank01 back with an API providing you with MLB (Major League Baseball) STATS!! LIVE, IN-GAME, REAL TIME, statistics. WITH BETTING / GAMBLING ODDS AND PLAYER PROP BETS Game schedules, game times, and rosters are updated every hour as well. Includes player news, fantasy news, and top headlines, all updated multiple ti...
9.5
Get Daily Scoreboard - Live - Real Time
Use this if you want basic game data returned. It's lighter/quicker than getting the full boxscore, for applications that do not need anything but basic data like line score, away/home, etc. /getMLBScoresOnly This can be called using ?gameDate (returns all games for a date, format YYYYMMDD) or ?gameID (returns one ga...
200
Response
{"statusCode": 200, "body": {"20230410_NYY@CLE": {"away": "NYY", "home": "CLE", "teamIDAway": "19", "teamIDHome": "8", "gameTime": "6:10p", "gameTime_epoch": "1681164600.0", "lineScore": {"away": {"H": "6", "R": "2", "team": "NYY", "scoresByInning": {"1": "2", "2": "0", "3": "0", "4": "0", "5": "0", "6": "0", "7": "0",...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statusCode": {"type": "integer"}, "body": {"type": "object", "properties": {"20230410_NYY@CLE": {"type": "object", "properties": {"away": {"type": "string"}, "home": {"type": "string"}, "teamIDAway": {"type": "string"}, "teamIDHome": {"type...
e4dfebb8-7ab6-4af9-9fa2-fa532cb4eca1/beee5817-0378-4ec6-9fc7-a3ed9bd6310a/0/0
Sport News Live
An API showing all the latest sport news around the world with various links to each respective articles in the api
0.2
Get Individual Sport News Source
This endpoint returns Sport News From Specific source
200
New Example
[{"title": "Leicester v Man Utd, Man City v Burnley \u2013 clockwatch!", "url": "https://www.theguardian.com/football/live/2021/oct/16/leicester-v-manchester-united-manchester-city-v-burnley-and-more-premier-league-football-live", "source": "theguardian"}, {"title": "Firmino\u2019s hat-trick and Salah\u2019s scorcher l...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
e4dfebb8-7ab6-4af9-9fa2-fa532cb4eca1/26f5d1ba-8b5b-44e1-b46b-dc9be1e2cdea/0/0
Sport News Live
An API showing all the latest sport news around the world with various links to each respective articles in the api
0.2
Get All Sport News
This endpoint will return all Sports news from all over the world
200
New Example
[{"title": "Leicester v Man Utd, Man City v Burnley \u2013 clockwatch!", "url": "https://www.theguardian.com/football/live/2021/oct/16/leicester-v-manchester-united-manchester-city-v-burnley-and-more-premier-league-football-live", "source": "theguardian"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
45563a38-2b99-43e0-8562-ac58c8efdf21/9d68d356-ee2c-407f-8db6-605a2fb4905b/0/0
Multi-Market Calculator
The perfect betting calculator
8.4
Calculator
Multi-market calculator
200
New Example
{"wager_limit": 1000, "wager_precision": 10, "profit": [147.78, 432.78], "bookmakers": [{"commission": 0.05, "ignore_wager_precision": true, "id": 1}, {"id": 2}], "bets": [{"bet_type": "Goals_OverUnder", "value": "over 2.5", "odds": 3.5, "bookmaker": 1, "volume": 1027.39, "wager": 422.22}, {"bet_type": "Goals_OverUnder...
{"type": "object", "properties": {"wager_limit": {"type": "integer"}, "wager_precision": {"type": "integer"}, "profit": {"type": "array", "items": {"type": "number"}}, "bookmakers": {"type": "array", "items": {"type": "object"}}, "bets": {"type": "array", "items": {"type": "object"}}}}
ed1719a2-8f0d-43fc-822a-56e9e889f9db/f8a404ba-adde-4e76-9caf-edca6638a59d/0/0
Betbro Sportbook
Betbro Soccer SportBook Complete Football sportbook with InPlay and PreGame 114 markets, updated in realtime.
0.1
/fixture/{fixture_id}
Get full fixture SportBook what the fuck is going on !
200
null
{"id": 0, "external_id": 0, "sport": {}, "region": {}, "competition": {}, "start_datetime": "2022-11-17T00:00:00.000Z", "participants": [], "status": 0, "statistics": {"clock": {"status": "stopped", "direction": "up", "seconds": 0}, "scoreboard": {"score": [], "score_period_1": [], "score_period_2": [], "corner": [], "...
{"description": "Full fixture sportbook with markets and statistics", "type": "object", "properties": {"id": {"type": "integer"}, "external_id": {"type": "integer"}, "sport": {"type": "object"}, "region": {"type": "object"}, "competition": {"type": "object"}, "start_datetime": {"type": "string", "format": "date-time"},...
6f209092-7304-4242-9b35-442799939621/9a5d7fa3-1ebf-4e09-b564-841969fe0c88/0/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Detailed News
Get news with proper body with specific news id.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
6f209092-7304-4242-9b35-442799939621/9a5d7fa3-1ebf-4e09-b564-841969fe0c88/1/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Detailed News
Get news with proper body with specific news id.
200
Example_1
{"id": 0, "title": "", "details": "", "main_image": "", "main_thumb": "", "images": "", "thumbnails": "", "category": "", "tags": "", "created_at": ""}
{"title": "NewsDetails", "required": ["id", "title", "details"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"}, "details": {"title": "Details", "type": "string"}, "main_image": {"title": "Main Image", "type": "string"}, "main_thumb": {"title": "...
6f209092-7304-4242-9b35-442799939621/04abed4a-9ec1-41cb-b1c7-1fcd73e9378a/0/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get List of News
Get list of news. If you want to filter using tags or category, Please pass the category string or tag string. Page no is required for pagination. Default page no is 1.
200
Example_1
{"news": [{"id": 0, "title": "", "details": "", "main_image": "", "main_thumb": "", "category": "", "tags": "", "created_at": ""}], "next": 0, "previous": 0, "first": 0, "last": 0, "current": 0}
{"title": "NewsListPage", "required": ["news", "current"], "type": "object", "properties": {"news": {"title": "News", "type": "array", "items": {"title": "NewsShort", "required": ["id", "title", "details"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "s...
6f209092-7304-4242-9b35-442799939621/04abed4a-9ec1-41cb-b1c7-1fcd73e9378a/1/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get List of News
Get list of news. If you want to filter using tags or category, Please pass the category string or tag string. Page no is required for pagination. Default page no is 1.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
6f209092-7304-4242-9b35-442799939621/247b0c80-6e7a-4702-affe-d384bf29d89a/0/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Latest News Headlines
Get Hot News headlines. This is perfect for your homepage. limit is the number of headlines you want to have in the response.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
6f209092-7304-4242-9b35-442799939621/247b0c80-6e7a-4702-affe-d384bf29d89a/1/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Latest News Headlines
Get Hot News headlines. This is perfect for your homepage. limit is the number of headlines you want to have in the response.
200
Example_1
[{"id": 0, "title": "", "created_at": ""}]
{"title": "Response Get News List News Headlines Get", "type": "array", "items": {"title": "HeadLine", "required": ["id", "title"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "title": {"title": "Title", "type": "string"}, "created_at": {"title": "Created At", "type": "string", "format": ...
6f209092-7304-4242-9b35-442799939621/dc1294dd-87b2-4c8c-abbd-35c43cc54e6b/0/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Upcoming and Current Match List
get match lists Args: game_type (str, optional): football/cricket result_type (str, optional): current
200
Example_1
[{"id": 0, "game_type": "", "tournament": "", "tournament_logo": "", "team1_id": 0, "team2_id": 0, "team1": "", "team2": "", "team1_logo": "", "team2_logo": "", "start_time": "", "priority": 0}]
{"title": "Response Get Matches Sports Matches Get", "type": "array", "items": {"title": "SingleGame", "required": ["id", "game_type", "team1", "team2"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "game_type": {"title": "Game Type", "type": "string"}, "tournament": {"title": "Tournament"...
6f209092-7304-4242-9b35-442799939621/dc1294dd-87b2-4c8c-abbd-35c43cc54e6b/1/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Upcoming and Current Match List
get match lists Args: game_type (str, optional): football/cricket result_type (str, optional): current
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
6f209092-7304-4242-9b35-442799939621/963f407d-2e57-42cb-a25e-e548aff579ac/0/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Live Links for a Game
Get Live Links for a Specific Game. Iframe links can be embedded on your website or mobile app.
200
Example_1
{"game": {"id": 0, "game_type": "", "tournament": "", "tournament_logo": "", "team1_id": 0, "team2_id": 0, "team1": "", "team2": "", "team1_logo": "", "team2_logo": "", "start_time": "", "priority": 0}, "links": [{"title": "", "link_title": "", "link": "", "iframe_link": "", "mobile_supported": "", "quality": "", "ad_c...
{"title": "LinkResponse", "type": "object", "properties": {"game": {"title": "SingleGame", "required": ["id", "game_type", "team1", "team2"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "game_type": {"title": "Game Type", "type": "string"}, "tournament": {"title": "Tournament", "type": "s...
6f209092-7304-4242-9b35-442799939621/963f407d-2e57-42cb-a25e-e548aff579ac/1/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Live Links for a Game
Get Live Links for a Specific Game. Iframe links can be embedded on your website or mobile app.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
6f209092-7304-4242-9b35-442799939621/4b1acb7f-60d8-4a11-8c13-d7b5ec3b7ecf/0/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Top Upcoming/Current Match List
Get Top Upcoming/Current Match List for your homepage. Args: game_type (str, optional): football/cricket result_type (str, optional): current
200
Example_1
[{"id": 0, "game_type": "", "tournament": "", "tournament_logo": "", "team1_id": 0, "team2_id": 0, "team1": "", "team2": "", "team1_logo": "", "team2_logo": "", "start_time": "", "priority": 0}]
{"title": "Response Get Top Matches Sports Top Matches Get", "type": "array", "items": {"title": "SingleGame", "required": ["id", "game_type", "team1", "team2"], "type": "object", "properties": {"id": {"title": "Id", "type": "integer"}, "game_type": {"title": "Game Type", "type": "string"}, "tournament": {"title": "Tou...
6f209092-7304-4242-9b35-442799939621/4b1acb7f-60d8-4a11-8c13-d7b5ec3b7ecf/1/0
live sports
Live Football and Cricket Streaming. Get 20+ streaming for each game.
null
Get Top Upcoming/Current Match List
Get Top Upcoming/Current Match List for your homepage. Args: game_type (str, optional): football/cricket result_type (str, optional): current
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
e4d6727b-6688-413a-b20b-fb8198e71071/fdb7d6ea-106c-4d98-8380-f287024efcbe/1/0
FlashLive Sports
FlashLive Sports provides the fastest live scores, standings and detailed stats. FlashLive covers thousands of competitions in 30+ sports. Soccer, football, baseball, tennis, basketball, hockey, golf mma, cricket, darts. Translation of players, teams and leagues (25 languages). You can make a website like: flashscore.c...
9.9
Event Odds
Get odds by event ID
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...
e4d6727b-6688-413a-b20b-fb8198e71071/a033b260-02d5-47f1-9c19-31df83d841f1/0/0
FlashLive Sports
FlashLive Sports provides the fastest live scores, standings and detailed stats. FlashLive covers thousands of competitions in 30+ sports. Soccer, football, baseball, tennis, basketball, hockey, golf mma, cricket, darts. Translation of players, teams and leagues (25 languages). You can make a website like: flashscore.c...
9.9
List of events
Get a list of events by sport_id. STAGE_TYPE - main event status, STAGE - more event status. List of object statuses:
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...