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 |
|---|---|---|---|---|---|---|---|---|---|
565e03ab-0adb-4f7d-b1db-b448fe775406/fcd9d293-595b-40bf-9112-5fb4ba37bbed/0/0 | Multilanguage Sports | This API provides realtime data of more of 20 Sports in multiple languages. | null | GetEventTypes | Get Event Types | 200 | Response | {"Result": {"Match": true, "Outright": true, "SportTypeId": 0}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Result": {"type": "object", "properties": {"Match": {"type": "boolean"}, "Outright": {"type": "boolean"}, "SportTypeId": {"type": "integer"}}, "required": ["Match", "Outright", "SportTypeId"]}}, "required": ["Result"]} |
565e03ab-0adb-4f7d-b1db-b448fe775406/2d0e5e37-4cad-4eb9-a958-f0da6917e8bd/0/0 | Multilanguage Sports | This API provides realtime data of more of 20 Sports in multiple languages. | null | GetFavouritesChamps | Get the Favourites Champs | 200 | Response | {"Result": [{"SportId": 1, "SportTypeId": 1, "SportName": "Soccer", "CatId": 100607, "CatName": "Europe", "ChampName": "UEFA Champions League", "ChampId": 1000000120, "HasLiveEvents": false, "EventsCount": 13, "ISO": "EUR", "SortOrderBySport": 2, "SortOrderByCategory": 1, "SortOrderByChamp": 1, "ChampionshipIds": ""}, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Result": {"type": "array", "items": {"type": "object", "properties": {"SportId": {"type": "integer"}, "SportTypeId": {"type": "integer"}, "SportName": {"type": "string"}, "CatId": {"type": "integer"}, "CatName": {"type": "string"}, "ChampNa... |
565e03ab-0adb-4f7d-b1db-b448fe775406/75685d13-7e2b-4d91-a1ae-8c5c0bdc9a96/0/0 | Multilanguage Sports | This API provides realtime data of more of 20 Sports in multiple languages. | null | GetBreadCrumbNavItem | Get Breadcrumb of League | 200 | Response | {"Result": {"Items": [{"Id": 1, "Name": "F\u00fatbol", "Node": "SP", "Items": [{"Id": 100607, "Name": "Europa", "Node": "CT", "Items": [{"Id": 1000000120, "Name": "UEFA Liga Campeones ", "Node": "CH", "Items": []}]}], "SportTypeId": 0}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Result": {"type": "object", "properties": {"Items": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "integer"}, "Name": {"type": "string"}, "Node": {"type": "string"}, "Items": {"type": "array", "items": {"type":... |
565e03ab-0adb-4f7d-b1db-b448fe775406/ea136d77-543b-4cde-b4f0-a2b9fabb619e/0/0 | Multilanguage Sports | This API provides realtime data of more of 20 Sports in multiple languages. | null | GetEvents | Get Events of the League | 200 | Response | {"Result": {"Items": [{"Node": "SP", "Items": [], "Events": [{"Id": 200002279838, "SportId": 1, "SportTypeId": 1, "SportName": "F\u00fatbol", "CategoryId": 100607, "CategoryOrder": 5, "CategoryName": "Europa", "ChampId": 1000000120, "ChampName": "UEFA Liga Campeones ", "Name": "FC Salzburg vs. Broendby IF", "EventDate"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Result": {"type": "object", "properties": {"Items": {"type": "array", "items": {"type": "object", "properties": {"Node": {"type": "string"}, "Items": {"type": "array"}, "Events": {"type": "array", "items": {"type": "object", "properties": {... |
0161a7ed-22dc-4f35-a12a-033dd7d3c7d5/502a1ebc-af1a-4af7-9d66-de8d30b699c1/0/0 | World Cup API with pt-br | This API offers two routes where you'll be able to get the latest news on the World Cup. You can retrieve all news at once or by newspaper. | null | Get news | This endpoint retrieves news from all the newspapers in the database.
Use parameters "pt-br" for portuguese and "en" for english news. | 200 | New Example | [{"title": "Today at the World Cup: Alcohol ban as England wait on Maddison", "url": "/sport/football/england-gabriel-martinelli-fifa-qatar-stephanie-frappart-b2228355.html", "newspaperName": "independent-uk"}, {"title": "Virgil Van Dijk Ready To Lead Resurgent Dutch At World Cup", "url": "/fifa-world-cup-2022/virgil-v... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "newspaperName": {"type": "string"}}, "required": ["newspaperName", "title", "url"]}} |
0161a7ed-22dc-4f35-a12a-033dd7d3c7d5/ac1988e5-c9fb-4524-a72e-a44ae060d212/0/0 | World Cup API with pt-br | This API offers two routes where you'll be able to get the latest news on the World Cup. You can retrieve all news at once or by newspaper. | null | Get news by paper | This endpoint retrieves news by newspaper.
Use parameters "pt-br" for portuguese and "en" for english news.
Use the name of the paper as a parameter, example:
"https://api-copa-do-mundo.herokuapp.com//news/pt-br/paper/globo"
"https://api-copa-do-mundo.herokuapp.com/news/en/paper/foxsports" | 200 | New Example | [{"title": "Brazil, Argentina most popular picks in World Cup Bracket Challenge. Enter now! From Brazil to the USA and more, find out which countries are the most popular selections in the FOX Super 6 World Cup Bracket Challenge. JUST IN ", "url": "/stories/soccer/brazil-argentina-most-popular-picks-in-world-cup-br... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "newspaperName": {"type": "string"}}, "required": ["newspaperName", "title", "url"]}} |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/b4daf357-0e8f-4e6d-9e6d-f2858b940c93/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Bets | Return the list of available bets for odds.
All bets id can be used in endpoint odds as filters
Parameters: You can call this endpoint without any parameters to get the complete list. | 200 | Response | {"get": "odds/bets", "parameters": [], "errors": [], "results": 78, "response": [{"id": 1, "name": "Home/Away"}, {"id": 2, "name": "Asian Handicap"}, {"id": 3, "name": "Over/Under"}, {"id": 4, "name": "Over/Under 1st Half"}, {"id": 5, "name": "HT/FT Double"}, {"id": 6, "name": "Handicap Result"}, {"id": 7, "name": "1st... | {"$schema": "http://json-schema.org/schema#", "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": "st... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/7834d2f0-c154-4f02-a708-c072bce25bd4/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Bookmakers | Return the list of available bookmakers for odds.
All bookmakers id can be used in endpoint odds as filters.
Parameters: You can call this endpoint without any parameters to get the complete list. | 200 | Response | {"get": "odds/bookmakers", "parameters": [], "errors": [], "results": 18, "response": [{"id": 1, "name": "Bwin"}, {"id": 2, "name": "10Bet"}, {"id": 3, "name": "WilliamHill"}, {"id": 4, "name": "Bet365"}, {"id": 5, "name": "Marathon"}, {"id": 6, "name": "Unibet"}, {"id": 7, "name": "Pinnacle"}, {"id": 8, "name": "SBO"}... | {"$schema": "http://json-schema.org/schema#", "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": "st... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/144e4202-dd9d-4805-8a55-300cb0b4be22/1/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Odds | Return the list of available odds for games.
We provide pre-match odds between 1 and 7 days before the game.
We keep a 7-day history (The availability of odds may vary according to the games, seasons and bookmakers)
Parameters: This endpoint requires at least one of theses parameters : game.
Odds are updated four time... | 404 | Response | {"message": "Endpoint '/odds' does not exist"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]} |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/0deaa967-ad6f-4baf-9057-9eb1bb918a4c/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Standings divisions | Return the list of available divisions for a competition to be used in the standings endpoint.
Parameters: This endpoint requires at least two parameters league and season. | 200 | Response | {"get": "standings/divisions", "parameters": {"league": "2", "season": "2022"}, "errors": [], "results": 8, "response": ["Atlantic", "Coastal", "Main", "East", "West", "Mountain", "North", "South"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/63bec47a-730e-4d54-a976-45d014ee6869/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Standings conferences | Return the list of available conferences for a competition to be used in the standings endpoint.
Parameters: This endpoint requires at least two parameters league and season. | 200 | Response | {"get": "standings/conferences", "parameters": {"league": "2", "season": "2022"}, "errors": [], "results": 28, "response": ["Atlantic Coast", "American Athletic", "Big 12", "Big Ten", "Conference USA", "FBS Independents", "Mid-American", "Mountain West", "Pacific-12", "Southeastern Conference", "Sun Belt", "Big Sky", "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/427a168b-9cbc-4ea4-b2ed-d7946c8c5762/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Standings | Returns the standings of a competition in relation to a given season.
To know the list of available conferences or divisions you have to use the endpoint standings/conferences or standings/divisions.
Parameters: This endpoint requires at least two parameters league and season.
This endpoint is updated every hour
| 200 | Response | {"get": "standings", "parameters": {"league": "1", "season": "2022"}, "errors": [], "results": 32, "response": [{"league": {"id": 1, "name": "NFL", "season": 2022, "logo": "https://media.api-sports.io/american-football/leagues/1.png", "country": {"name": "USA", "code": "US", "flag": "https://media.api-sports.io/flags/u... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/9db70131-909e-44c6-aab0-bf894247cd07/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Games teams statistics | Return team statistics from a game id.
Parameters: This endpoint requires at least one parameter.
This endpoint is updated every 30 seconds
| 200 | Response | {"get": "games/statistics/teams", "parameters": {"id": "1985"}, "errors": [], "results": 2, "response": [{"team": {"id": 22, "name": "Pittsburgh Steelers", "logo": "https://media.api-sports.io/american-football/teams/22.png"}, "statistics": {"first_downs": {"total": 10, "passing": 4, "rushing": 5, "from_penalties": 1, ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object",... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/1708c712-0df9-43e5-aaba-8776019263f6/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Games events | Return the list of events for one game id.
Parameters: This endpoint requires at least one parameter.
This endpoint is updated every 30 seconds
| 200 | Response | {"get": "games/events", "parameters": {"id": "1986"}, "errors": [], "results": 7, "response": [{"quarter": "First", "minute": "4:46", "team": {"id": 4, "name": "New York Giants", "logo": "https://media.api-sports.io/american-football/teams/4.png"}, "player": {"id": 5842, "name": "Rashad Jennings", "image": "https://med... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object",... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/a66f5fe5-5a78-41b2-b3e6-5fd0f9e77216/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Injuries | Return the list of injured players.
There is no preserved history, only the currently injured players appear in this endpoint.
Parameters: This endpoint requires at least one parameter id or team.
This endpoint is updated every hour
| 200 | Response | {"get": "injuries", "parameters": {"team": "1"}, "errors": [], "results": 9, "response": [{"player": {"id": 19, "name": "Darren Waller", "image": "https://media.api-sports.io/american-football/players/19.png"}, "team": {"id": 1, "name": "Las Vegas Raiders", "logo": "https://media.api-sports.io/american-football/teams/1... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"team": {"type": "string"}}, "required": ["team"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "obje... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/10cca5a4-a55c-49a3-b587-33ddc795009d/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Players Statistics | Get the statistics of a player for the whole season.
The statistics of the players are different depending on the positions they occupy in the formation, so they are grouped into different groups.
Available Groups
* Defense
* Kicking
* Passing
* Punting
* Receiving
* Returning
* Rushing
* Scoring
Data ... | 200 | Response | {"get": "players/statistics", "parameters": {"id": "1", "season": "2022"}, "errors": [], "results": 1, "response": [{"player": {"id": 1, "name": "Derek Carr", "image": "https://media.api-sports.io/american-football/players/1.png"}, "teams": [{"team": {"id": 1, "name": "Las Vegas Raiders", "logo": "https://media.api-spo... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}, "season": {"type": "string"}}, "required": ["id", "season"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"typ... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/7da00020-2653-4329-82c6-13773fb4fdb9/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Players | Return a set of data about the players.
The players id are unique in the API and keep it among all the competitions in which they participate.
Not all data is available for all players.
Parameters: This endpoint requires at least one parameter.
This endpoint is updated every day
| 200 | Response | {"get": "players", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Derek Carr", "age": 31, "height": "6' 3\"", "weight": "210 lbs", "college": "Fresno State", "group": "Offense", "position": "QB", "number": 4, "salary": "$19,375,000", "experience": 9, "image": "https://media.api-s... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object",... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/2643add9-2b1c-4717-a6a7-953d4d875adf/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Teams | Return a set of data about the teams.
The team id are unique in the API and teams keep it among all the competitions in which they participate.
Parameters: This endpoint requires at least one parameter.
This endpoint is updated every day
| 200 | Response | {"get": "teams", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Las Vegas Raiders", "code": null, "city": null, "logo": "https://media.api-sports.io/american-football/teams/1.png", "country": {"name": "USA", "code": "US", "flag": "https://media.api-sports.io/flags/us.svg"}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object",... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/9d5dfc90-57b0-4ef0-8605-6cd568f39e01/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Leagues | Return the list of all available competitions.
The league id are unique in the API and competitions keep it across all seasons
This endpoint contains a field named coverage that indicates for each season of a competition the data that are available. | 200 | Response | {"get": "leagues", "parameters": [], "errors": [], "results": 2, "response": [{"league": {"id": 1, "name": "NFL", "logo": "https://media.api-sports.io/american-football/leagues/1.png"}, "country": {"name": "USA", "code": "US", "flag": "https://media.api-sports.io/flags/us.svg"}, "seasons": [{"year": 2022, "start": "202... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"league": {"type": "object", "properties": {"id... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/903fe7db-5bc0-4cd4-a4ac-b538ae68c365/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Timezone | Returns the list of timezone set that can be used in the endpoint games.
Parameters: This endpoint does not require any parameters. | 200 | Response | {"get": "timezone", "parameters": [], "errors": [], "results": 426, "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... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "string"}}}, "required": ["errors", "get", "parameters", "response", "re... |
4a5769d0-c99b-4ad9-b1f8-4d14a6f7b0f4/82d237fa-9932-40eb-ade2-5e05eb4c4f76/0/0 | API-AMERICAN-FOOTBALL | NFL & NCAA Games, Livescore, odds, Statistics, Players, Standings, Injuries. Documentation : https://api-sports.io/documentation/nfl/v1 | 9.8 | Seasons | Return the list of all available seasons for all competitions.
All seasons are only 4-digit keys, so for a league whose season is 2018-2019 the season in the API will be 2018.
All seasons can be used in other endpoints as filters.
Parameters: This endpoint does not require any parameters. | 200 | Response | {"get": "seasons", "parameters": [], "errors": [], "results": 13, "response": [2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011, 2010]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "integer"}}}, "required": ["errors", "get", "parameters", "response", "r... |
ee5adc9d-397c-4d56-af34-350f41c7a9f5/1402305a-5ece-410f-b1d4-0f0011277c43/0/0 | v3rankings | Version3 for ranking page | null | Basketballv3 | Basketball rankings v3 | 200 | New Example | {"data": [{"attributes": {"hometown": "Butadon", "name": "ME3", "picture": {"large": "https://backend.statbeat.com/static/images/default-team-logo-large.png"}, "rating": 1141, "sport": "csgo"}, "id": 277733, "manager": []}, {"attributes": {"hometown": "Iligan", "name": "F4", "picture": {"large": "https://backend.statbe... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"hometown": {"type": "string"}, "name": {"type": "string"}, "picture": {"type": "object", "properties": {"large": {"type": "... |
5ace90c9e4b00687d357c4d6/615dc878-7423-4944-9304-7f87fb867058/0/0 | TheRundown | The fastest real-time odds, scores, schedules, and stats from major sportsbooks. See our API documentation for more details. | 9.7 | Divisions | Get divisions for a sport | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
5ace90c9e4b00687d357c4d6/698ccb65-eeef-4013-b7a5-e1d4813c0bb6/0/0 | TheRundown | The fastest real-time odds, scores, schedules, and stats from major sportsbooks. See our API documentation for more details. | 9.7 | Teams | Teams provides a list of teams that are included in the normalized_teams attribute of the events responses. | 200 | NFL Teams | {"teams": [{"abbreviation": "AFC", "mascot": "AFC", "name": "AFC", "team_id": 1767}, {"abbreviation": "ARI", "mascot": "Cardinals", "name": "Arizona", "record": "2-0", "team_id": 89}, {"abbreviation": "ATL", "mascot": "Falcons", "name": "Atlanta", "record": "0-2", "team_id": 85}, {"abbreviation": "BAL", "mascot": "Rave... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"teams": {"type": "array", "items": {"type": "object", "properties": {"abbreviation": {"type": "string"}, "mascot": {"type": "string"}, "name": {"type": "string"}, "team_id": {"type": "integer"}, "record": {"type": "string"}}, "required": ["... |
5ace90c9e4b00687d357c4d6/5ace95cde4b0a62b51d0edfa/0/0 | TheRundown | The fastest real-time odds, scores, schedules, and stats from major sportsbooks. See our API documentation for more details. | 9.7 | Moneyline | Gets the current and historical moneyline for the provided line_id.
Each market from each sportsbook for each game has a unique line_id. This line_id can be used to get historical pricing and values for each market.
The date_updated value corresponds to when the price or value for this market changed. | 200 | Example_1 | {"moneylines": [{"date_updated": "2017-07-04T04:21:02Z", "format": "American", "line_id": 11673, "moneyline_away": 141, "moneyline_away_delta": 0, "moneyline_home": -157, "moneyline_home_delta": -1}, {"date_updated": "2017-07-04T04:06:05Z", "format": "American", "line_id": 11673, "moneyline_away": 141, "moneyline_away_... | {"properties": {"moneylines": {"items": {"properties": {"date_updated": {"type": "string"}, "format": {"type": "string"}, "line_id": {"type": "integer"}, "moneyline_away": {"type": "integer"}, "moneyline_away_delta": {"type": "integer"}, "moneyline_home": {"type": "integer"}, "moneyline_home_delta": {"type": "integer"}... |
5ace90c9e4b00687d357c4d6/5ace91dae4b06ec3937ba678/0/0 | TheRundown | The fastest real-time odds, scores, schedules, and stats from major sportsbooks. See our API documentation for more details. | 9.7 | Dates with Odds | Get the dates of the sport's events that contain odds that are on or after the current date.
To get all the events regardless of whether or not they have odds use the events by sport and date endpoint.
An optional offset in minutes from UTC may be sent in the request to get dates offset from UTC. For example, if you w... | 200 | Example_1 | {"dates": ["2019-06-17T23:05:00+0000", "2019-06-18T00:05:00+0000"]} | {"properties": {"dates": {"items": {"type": "string"}, "type": "array"}}, "type": "object"} |
715f0816-3fd2-4c16-a4db-ea2003158f8f/acb02920-c9e0-4a04-a83f-d2cc82c0e69d/0/0 | Eredivisie Standings | Dutch Eredivisie Standings & Table | null | Eredivisie Standings | Eredivisie Standings | 200 | Response | [{"team": {"name": "Ajax Amsterdam", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/139.png", "abbreviation": "AJA"}, "stats": {"wins": 26, "losses": 3, "ties": 5, "gamesPlayed": 34, "goalsFor": 98, "goalsAgainst": 19, "points": 83, "rank": 1, "goalDifference": 79}}, {"team": {"name": "PSV Eindhoven", "logo": "h... | {"$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... |
3ca55036-92ec-4e1d-ac10-6134cd09560f/b939d36f-0fe1-46bd-88b2-c2d222c899ea/0/0 | Sports Betting Predictions | Footbal Betting TIPs | 0.2 | Get All Sports Predictions | Use this endpoint to get predictions. This endpoint provides different filters passed as POST Form parameters. This API requires you to supply sport_id use Get Sports endpoint to get a list of available sport IDs | 200 | Example_1 | {"status": 200, "data": [{"away_team": "FH Hafnarfjordur", "competition": "1. deild, Women", "country": "Internationals", "date": "2021-09-09 22:15:00", "fixture_status": "Not started", "home_team": "Afturelding Mosfellsbaer", "id": 25852086, "market_name": "Double chance", "odd": "1.24", "prediction": "Home or Away", ... | {"definitions": {}, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/object1631246270.json", "title": "Root", "type": "object", "required": ["status", "data"], "properties": {"status": {"$id": "#root/status", "title": "Status", "type": "integer", "examples": [200], "default": 0}, "data"... |
3ca55036-92ec-4e1d-ac10-6134cd09560f/7c2bd094-a1d7-479b-9834-2af92f70c462/0/0 | Sports Betting Predictions | Footbal Betting TIPs | 0.2 | Get Soccer 3 Way Predictions | Use this endpoint to get predictions. This endpoint provides different filters passed as POST Form parameters. This API retrieves ONLY predictions for 3 Way Soccer Sport | 200 | Example_1 | {"status": 200, "data": [{"away_team": "FH Hafnarfjordur", "competition": "1. deild, Women", "country": "Internationals", "date": "2021-09-09 22:15:00", "fixture_status": "Not started", "home_team": "Afturelding Mosfellsbaer", "id": 25852086, "market_name": "Double chance", "odd": "1.24", "prediction": "Home or Away", ... | {"definitions": {}, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/object1631246270.json", "title": "Root", "type": "object", "required": ["status", "data"], "properties": {"status": {"$id": "#root/status", "title": "Status", "type": "integer", "examples": [200], "default": 0}, "data"... |
3ca55036-92ec-4e1d-ac10-6134cd09560f/5159638b-a7ad-4ab5-841c-a77d225745b3/0/0 | Sports Betting Predictions | Footbal Betting TIPs | 0.2 | Get Soccer Prediction | Get prediction for soccer sports. This endpoint allows you get prediction for soccer ONLY | 200 | New Example | {"status": 200, "data": [{"away_team": "FH Hafnarfjordur", "competition": "1. deild, Women", "country": "Internationals", "date": "2021-09-09 22:15:00", "fixture_status": "Not started", "home_team": "Afturelding Mosfellsbaer", "id": 25852086, "market_name": "Double chance", "odd": "1.24", "prediction": "Home or Away", ... | {"definitions": {}, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/object1631246270.json", "title": "Root", "type": "object", "required": ["status", "data"], "properties": {"status": {"$id": "#root/status", "title": "Status", "type": "integer", "examples": [200], "default": 0}, "data"... |
3ca55036-92ec-4e1d-ac10-6134cd09560f/015532e5-314e-470f-b815-e9fa306f00c2/0/0 | Sports Betting Predictions | Footbal Betting TIPs | 0.2 | GetFixtures | This endpoints get all the fixture information. The endpoint provides the following filters | 200 | Example_1 | {"status": 200, "data": [{"away_score": "-", "away_team": "St Albans City", "competition": "FA Cup", "country": "England", "date": "2021-12-06 22:45:00", "event_time": "23:67", "fixture_id": 30383515, "fixture_status": "1st Half", "home_score": "-", "home_team": "Boreham Wood FC", "sport_id": 1, "sport_name": "Soccer",... | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"away_score": {"type": "string"}, "away_team": {"type": "string"}, "competition": {"type": "string"}, "country": {"type": "string"}, "date": {"type": "string"}, "event_time": {"type": "s... |
3ca55036-92ec-4e1d-ac10-6134cd09560f/71e85078-7b02-4247-8b1b-dfa11572ed7f/0/0 | Sports Betting Predictions | Footbal Betting TIPs | 0.2 | GetMarkets | This endpoint retrieves all the available markets, use the returned market name to filter predictions by market | 200 | Example_1 | {"status": 200, "data": [{"description": "3 Way Market", "name": "3way"}, {"description": "Over/Under", "name": "total"}, {"description": "Double Chance", "name": "double_chance"}, {"description": "Correct Score (Multigoals)", "name": "correct_score"}, {"description": "1st Half 3 Way Market", "name": "1st_half_3way"}, ... | {"definitions": {}, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/object1631246448.json", "title": "Root", "type": "object", "required": ["status", "data"], "properties": {"status": {"$id": "#root/status", "title": "Status", "type": "integer", "examples": [200], "default": 0}, "data"... |
3ca55036-92ec-4e1d-ac10-6134cd09560f/e82469f3-41b5-4dd5-9e06-754dfce4ed6b/0/0 | Sports Betting Predictions | Footbal Betting TIPs | 0.2 | GetCountries | Use this endpoint to retrieve all active countries. You can use the returned country names to filter predictions by country | 200 | Example_1 | {"status": 200, "data": [{"country": "Austria"}, {"country": "Belgium"}, {"country": "Brazil"}, {"country": "Czechia"}, {"country": "Finland"}, {"country": "France"}, {"country": "Germany"}, {"country": "Iceland"}, {"country": "Ireland"}, {"country": "Japan"}, {"country": "Lithuania"}, {"country": "Norway"}, {"country"... | {"definitions": {}, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/object1631246410.json", "title": "Root", "type": "object", "required": ["status", "data"], "properties": {"status": {"$id": "#root/status", "title": "Status", "type": "integer", "examples": [200], "default": 0}, "data"... |
3ca55036-92ec-4e1d-ac10-6134cd09560f/1ad87310-dbc0-45a7-9393-82a247550af2/0/0 | Sports Betting Predictions | Footbal Betting TIPs | 0.2 | GetStatistics | This endpoints get all the statistics information. | 200 | Example_1 | {"status": 200, "data": [{"date": "2021-09-08", "lost": 168, "pending": 76, "percentage_won": "73.58%", "total": 712, "won": 468}, {"date": "2021-09-09", "lost": 15, "pending": 151, "percentage_won": "80.77%", "total": 229, "won": 63}]} | {"definitions": {}, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/object1631246044.json", "title": "Root", "type": "object", "required": ["status", "data"], "properties": {"status": {"$id": "#root/status", "title": "Status", "type": "integer", "examples": [200], "default": 0}, "data"... |
3ca55036-92ec-4e1d-ac10-6134cd09560f/10dd0f1d-6760-4245-9898-82525729f770/0/0 | Sports Betting Predictions | Footbal Betting TIPs | 0.2 | GetSports | This endpoint returned a list of all active sports, the return payload contains sport_id which should be used to filter prediction by sport. Every sport has a unique identifier labelled sport_id | 200 | Example_1 | {"status": 200, "data": [{"sport_id": 1, "sport_name": "Soccer"}, {"sport_id": 2, "sport_name": "Basketball"}, {"sport_id": 3, "sport_name": "Baseball"}, {"sport_id": 4, "sport_name": "Ice Hockey"}, {"sport_id": 5, "sport_name": "Tennis"}, {"sport_id": 6, "sport_name": "Handball"}, {"sport_id": 12, "sport_name": "Rugby... | {"definitions": {}, "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://example.com/object1631246347.json", "title": "Root", "type": "object", "required": ["status", "data"], "properties": {"status": {"$id": "#root/status", "title": "Status", "type": "integer", "examples": [200], "default": 0}, "data"... |
2438ea05-f032-40a4-abce-bf6835d8c99c/91d2f5f2-8aca-4f33-9589-1735e5b4b82d/0/0 | FitGuru | Discover more +1000 bodybuilding exercise | null | login_check_post | Creates a user token. | 200 | null | {"token": ""} | {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"]} |
2438ea05-f032-40a4-abce-bf6835d8c99c/0b1dbece-a895-412f-8693-2067b1d1bad0/0/0 | FitGuru | Discover more +1000 bodybuilding exercise | null | api_muscles_get_collection | Retrieves the collection of Muscle resources. | 200 | null | {"hydra:member": [{"@id": "", "@type": "", "@context": "", "id": 0, "name": "", "image": "", "exercices": []}], "hydra:totalItems": 0, "hydra:view": {"@id": "", "@type": "", "hydra:first": "", "hydra:last": "", "hydra:previous": "", "hydra:next": ""}, "hydra:search": {"@type": "", "hydra:template": "", "hydra:variableR... | {"type": "object", "properties": {"hydra:member": {"type": "array", "items": {"type": "object", "description": "", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"@vocab": {"type": "string"}, "hydra": {"type": "string",... |
2438ea05-f032-40a4-abce-bf6835d8c99c/33f4bdd7-0e73-42f4-a553-96bf8f544b22/1/0 | FitGuru | Discover more +1000 bodybuilding exercise | null | api_muscles_id_get | Retrieves a Muscle resource. | 200 | null | {"@id": "", "@type": "", "@context": "", "id": 0, "name": "", "image": "", "exercices": []} | {"type": "object", "description": "", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"@vocab": {"type": "string"}, "hydra": {"type": "string", "enum": ["http://www.w3.org/ns/hydra/core#"]}}, "required": ["@vocab", "hydr... |
2438ea05-f032-40a4-abce-bf6835d8c99c/b2816643-0a2e-43e2-a179-33e640c24eed/1/0 | FitGuru | Discover more +1000 bodybuilding exercise | null | api_exercices_id_get | Retrieves a Exercice resource. | 200 | null | {"@id": "", "@type": "", "@context": "", "id": 0, "name": "", "steps": 0, "equipment": "", "muscle": "", "images": []} | {"type": "object", "description": "", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"@vocab": {"type": "string"}, "hydra": {"type": "string", "enum": ["http://www.w3.org/ns/hydra/core#"]}}, "required": ["@vocab", "hydr... |
2438ea05-f032-40a4-abce-bf6835d8c99c/daa62aa2-03f9-4653-b8f6-28cef4bd2e41/0/0 | FitGuru | Discover more +1000 bodybuilding exercise | null | api_exercices_get_collection | Retrieves the collection of Exercice resources. | 200 | null | {"hydra:member": [{"@id": "", "@type": "", "@context": "", "id": 0, "name": "", "steps": 0, "equipment": "", "muscle": "", "images": []}], "hydra:totalItems": 0, "hydra:view": {"@id": "", "@type": "", "hydra:first": "", "hydra:last": "", "hydra:previous": "", "hydra:next": ""}, "hydra:search": {"@type": "", "hydra:temp... | {"type": "object", "properties": {"hydra:member": {"type": "array", "items": {"type": "object", "description": "", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@context": {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"@vocab": {"type": "string"}, "hydra": {"type": "string",... |
6a995cdf-22a6-4198-8ab9-407a87ab7c6e/a580c3c6-c049-400e-b246-fbb6f487ae47/0/0 | Horse Racing USA | Horse Racing API - USA races | 6 | Race | Get race detailed info by ID {id_race}.
Runners and riders for each race. | 200 | Response | {"id_race": "39302", "course": "Parx Racing (USA)", "date": "2022-01-18 17:52:00", "distance": "1 mile 70 yards", "age": "4yo+", "finished": "1", "canceled": "0", "horses": [{"horse": "WONDER CITY", "id_horse": "39950", "jockey": "Jaime Rodriguez", "trainer": "Cathal A. Lynch", "age": "5", "weight": "8-9", "number": "1... | {"type": "object", "properties": {"id_race": {"type": "string"}, "course": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "string"}, "age": {"type": "string"}, "finished": {"type": "string"}, "canceled": {"type": "string"}, "horses": {"type": "array", "items": {"type": "object", "properties": {"ho... |
6a995cdf-22a6-4198-8ab9-407a87ab7c6e/c5a34524-88c6-4ff5-8469-fdc25ffe5e02/0/0 | Horse Racing USA | Horse Racing API - USA races | 6 | Racecards | Get races list. | 200 | Response | [{"age": "4yo+", "canceled": "0", "course": "Delta Downs (USA)", "date": "2021-03-18 13:55:00 (UTC-5)", "distance": "5 furlongs", "finished": "1", "id_race": "9616"}, {"age": "3yo+", "canceled": "0", "course": "Delta Downs (USA)", "date": "2021-03-18 14:22:00 (UTC-5)", "distance": "7 furlongs", "finished": "1", "id_rac... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"age": {"type": "string"}, "canceled": {"type": "string"}, "course": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "string"}, "finished": {"type": "string"}, "id_race": {"type": "string"}}, "... |
6a995cdf-22a6-4198-8ab9-407a87ab7c6e/7237c44f-387c-4540-810d-d6d9fea8f8c0/0/0 | Horse Racing USA | Horse Racing API - USA races | 6 | Results | Get results by date. | 200 | Response | [{"age": "2yo", "canceled": "0", "course": "Aqueduct (USA)", "date": "2020-11-08 16:50:00", "distance": "6 furlongs", "finished": "1", "id_race": "77"}, {"age": "3yo+", "canceled": "0", "course": "Aqueduct (USA)", "date": "2020-11-08 17:22:00", "distance": "1 3/8 miles", "finished": "1", "id_race": "78"}, {"age": "3yo+... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"age": {"type": "string"}, "canceled": {"type": "string"}, "course": {"type": "string"}, "date": {"type": "string"}, "distance": {"type": "string"}, "finished": {"type": "string"}, "id_race": {"type": "string"}}, "... |
6a995cdf-22a6-4198-8ab9-407a87ab7c6e/3ff7ca43-94b1-431b-aea3-04a972a72cc0/0/0 | Horse Racing USA | Horse Racing API - USA races | 6 | Horse Stats | Get horses result history. You can find {id_horse} on "/race/XXX" endpoint. | 200 | Response | {"horse": "VOW SAVER", "id_horse": "233", "results": [{"date": "14-05-2021", "id_race": "14583", "position": "1", "course": "Belterra Park (USA)", "distance": "1 mile", "weight": "8-7", "jockey": "Santiago Gonzalez", "trainer": "Timothy E. Hamm"}, {"date": "14-04-2021", "id_race": "11926", "position": "5", "course": "T... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"horse": {"type": "string"}, "id_horse": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "id_race": {"type": "string"}, "position": {"type": "string"}, "course": {"type"... |
6a995cdf-22a6-4198-8ab9-407a87ab7c6e/a65e2cc8-a020-4676-bfbb-acf5b8d44fae/0/0 | Horse Racing USA | Horse Racing API - USA races | 6 | Trainers win rate | Get Trainers stats in the last days.
Runs, Wins and Win Rate in %. | 200 | Response | {"info": "Trainers win rate last 10 days", "win_rate": [{"wins": "13", "runs": "76", "win-rate": "17.11 %", "trainer": "Steven M. Asmussen", "id_trainer": "22"}, {"wins": "11", "runs": "82", "win-rate": "13.41 %", "trainer": "Karl Broberg", "id_trainer": "223"}, {"wins": "10", "runs": "44", "win-rate": "22.73 %", "trai... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "string"}, "win_rate": {"type": "array", "items": {"type": "object", "properties": {"wins": {"type": "string"}, "runs": {"type": "string"}, "win-rate": {"type": "string"}, "trainer": {"type": "string"}, "id_trainer": {"type"... |
6a995cdf-22a6-4198-8ab9-407a87ab7c6e/cd3977ea-f392-4d62-b956-6c10f57d97c9/0/0 | Horse Racing USA | Horse Racing API - USA races | 6 | Jockeys win rate | Get Jockeys stats in the last days.
Runs, Wins and Win Rate in %. | 200 | Response | {"info": "Jockeys win rate last 10 days", "win_rate": [{"wins": "12", "runs": "35", "win-rate": "34.29 %", "jockey": "Alex Birzer", "id_jockey": "415"}, {"wins": "10", "runs": "27", "win-rate": "37.04 %", "jockey": "Edwin Gonzalez", "id_jockey": "374"}, {"wins": "8", "runs": "44", "win-rate": "18.18 %", "jockey": "Edga... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"info": {"type": "string"}, "win_rate": {"type": "array", "items": {"type": "object", "properties": {"wins": {"type": "string"}, "runs": {"type": "string"}, "win-rate": {"type": "string"}, "jockey": {"type": "string"}, "id_jockey": {"type": ... |
60fe211e-4c48-4006-9abb-f3b612e9a6b4/59480a85-cb06-49c0-b07e-7f8904250ff5/0/0 | Complete MMA API | This API provides access to a database of over 300,000 fights, as well as round by round stats, including strike numbers, for approximately 10,000 fights. | 8.1 | Search Fighters | Allows the user to search for a fighter by name in the database. Returns a list of the closest matches of the name, along with some information about the fighters returned, including their country, their weightclass, etc. to help the user determine the fighter they want. | 200 | New Example | {"search_query": "jon%20jones", "num_results": 5, "results": [{"fighter_id": "78387", "name": "Jon Jones", "country": "N/A", "birth_date": "N/A", "last_weightclass": "N/A"}, {"fighter_id": "27944", "name": "Jon Jones", "country": "United States", "birth_date": "Jul 19, 1987", "last_weightclass": "Heavyweight"}, {"figh... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"search_query": {"type": "string"}, "num_results": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"fighter_id": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "bir... |
60fe211e-4c48-4006-9abb-f3b612e9a6b4/a790d409-172e-4d20-8967-3de999959b79/0/0 | Complete MMA API | This API provides access to a database of over 300,000 fights, as well as round by round stats, including strike numbers, for approximately 10,000 fights. | 8.1 | Fight by ID | Gets stats for a fight, given the fight id. It returns, for each fighter, the fighter's name, their stats, and the result and method. Fight IDs can be found by using the Fighter by ID endpoint | 200 | New Example | {"fight_id": "8fcdfee81cc604e3", "fighters": [{"fighter_id": "27944", "name": "Jon Jones", "date": "06-07-2019", "result": "W", "method": "Decision - Split", "sig_strikes_attempted": 90, "sig_strikes_landed": 59, "tot_strikes_attempted": 90, "tot_strikes_landed": 59, "knockdowns": 0, "distance_attempted": 84, "distance... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"fight_id": {"type": "string"}, "fighters": {"type": "array", "items": {"type": "object", "properties": {"fighter_id": {"type": "string"}, "name": {"type": "string"}, "date": {"type": "string"}, "result": {"type": "string"}, "method": {"type... |
60fe211e-4c48-4006-9abb-f3b612e9a6b4/af96fa3e-15c7-4aa2-b030-5ec9995ba7c1/0/0 | Complete MMA API | This API provides access to a database of over 300,000 fights, as well as round by round stats, including strike numbers, for approximately 10,000 fights. | 8.1 | Fighter by ID | Given a fighter id, returns their total stats (significant strikes, takedowns etc.) as well as all of their fights. If a fight has a 'stats_id', there are stats available for that fight, which can be used at the 'Fights by ID' endpoint. Stats are generally available for all UFC fights, and some fights from other large ... | 200 | New Example | {"fighter_id": "27944", "name": "Jon Jones", "wins": 27, "losses": 1, "draws": 0, "sig_strikes_attempted": 2536, "sig_strikes_landed": 1468, "tot_strikes_attempted": 2945, "tot_strikes_landed": 1843, "knockdowns": 5, "distance_attempted": 1848, "distance_landed": 958, "clinch_attempted": 343, "clinch_landed": 248, "gro... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"fighter_id": {"type": "string"}, "name": {"type": "string"}, "wins": {"type": "integer"}, "losses": {"type": "integer"}, "draws": {"type": "integer"}, "sig_strikes_attempted": {"type": "integer"}, "sig_strikes_landed": {"type": "integer"}, ... |
a1ae8762-bc3d-4894-b703-3b4858c53501/9454f53f-58d4-40c5-abdc-2578089aca75/2/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Weekly Schedule | Returns all events from the date specified plus 7 days in advance | 200 | 200 Response | {"data": {"NHL": [{"away_team": "San Jose Sharks", "home_team": "Vegas Golden Knights", "away_team_ID": 28, "home_team_ID": 31, "game_ID": "20191002-28-31", "game_time": "Thu, 03 Oct 2019 02:30:00 GMT", "season_type": "Regular Season", "event_name": null, "round": null, "season": "2019-2020", "status": "scheduled"}, {"... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "array", "items": {"type": "object", "properties": {"away_team": {"type": "string"}, "home_team": {"type": "string"}, "away_team_ID": {"type": "integer"}, "home_team_ID": {"type": "integer"}, "game_ID": {"type": "string"}, "game... |
a1ae8762-bc3d-4894-b703-3b4858c53501/0c98330c-8740-444b-864b-f740f6ae6e46/2/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Team Season Statistics | Returns statistics for teams | 200 | 200 Response | {"data": {"NHL": [{"team_id": 1, "team": "Colorado Avalanche", "regular_season": {"hits": 334, "goals": 140, "saves": 452, "blocks": 237, "assists": 88, "power_plays": 64, "faceoffs_won": 602, "games_played": 40, "faceoffs_lost": 627, "shots_on_goal": 684, "penalty_minutes": 204, "power_plays_converted": 17}, "postseas... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "array", "items": {"type": "object"}}}}}} |
a1ae8762-bc3d-4894-b703-3b4858c53501/0494c48d-33c7-4c77-8433-e6d0e830e87f/2/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Live Game Data | This endpoint provides real-time game box scores. | 200 | 200 Response | {"data": {"NHL": [{"sport": "NHL", "season": "2018-2019", "status": "completed", "game_ID": "20190405-17-14", "full_box": {"away_team": {"abbrv": "DAL", "score": 1, "mascot": "Stars", "record": "39-31-6", "team_id": 17, "team_stats": {"hits": 17, "saves": 26, "blocks": 20, "assists": 2, "power_plays": 1, "faceoffs_won"... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "array", "items": {"type": "object", "properties": {"sport": {"type": "string"}, "season": {"type": "string"}, "status": {"type": "string"}, "game_ID": {"type": "string"}, "full_box": {"type": "object", "properties": {"away_team... |
a1ae8762-bc3d-4894-b703-3b4858c53501/39250a1a-4b87-440c-bc42-9625e2b5fb79/0/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Season Schedule | Returns season schedule for the specified season. If omitted, returns the schedule for current season. | 200 | 200 Response | {"data": {"NHL": [{"away_team": "San Jose Sharks", "home_team": "Vegas Golden Knights", "away_team_ID": 28, "home_team_ID": 31, "game_ID": "20191002-28-31", "game_time": "Thu, 03 Oct 2019 02:30:00 GMT", "season_type": "Regular Season", "event_name": null, "round": null, "season": "2019-2020", "status": "scheduled"}, {"... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "array", "items": {"type": "object", "properties": {"away_team": {"type": "string"}, "home_team": {"type": "string"}, "away_team_ID": {"type": "integer"}, "home_team_ID": {"type": "integer"}, "game_ID": {"type": "string"}, "game... |
a1ae8762-bc3d-4894-b703-3b4858c53501/2f438b4c-0c09-4020-8d3e-75fdd49847e1/2/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Player Information | This endpoint returns player demographic information | 200 | 200 Response | {"data": {"NHL": [{"player_id": 1, "player": "Ryan Kesler", "team": 25, "team_id": 25, "number": 17, "status": "ACT", "position": "C", "position_category": "C", "height": "6' 2\"", "weight": 202, "age": "August 31, 1984"}, {"player_id": 2, "player": "Kevin Bieksa", "team": 25, "team_id": 25, "number": 3, "status": "INA... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "array", "items": {"type": "object", "properties": {"player_id": {"type": "integer"}, "player": {"type": "string"}, "team": {"type": "integer"}, "team_id": {"type": "integer"}, "number": {"type": "integer"}, "status": {"type": "... |
a1ae8762-bc3d-4894-b703-3b4858c53501/8326c8c2-5db9-48b2-a269-d08826c6e855/2/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Team Information | This endpoint returns team information | 200 | 200 Response | {"data": {"NHL": [{"team_id": 1, "team": "Colorado Avalanche", "abbrv": "COL", "arena": "Pepsi Center", "mascot": "Avalanche", "conf": "Western Conference - Central", "location": "Denver, Colorado"}, {"team_id": 2, "team": "Boston Bruins", "abbrv": "BOS", "arena": "TD Garden", "mascot": "Bruins", "conf": "Eastern Confe... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "array", "items": {"type": "object", "properties": {"team_id": {"type": "integer"}, "team": {"type": "string"}, "abbrv": {"type": "string"}, "arena": {"type": "string"}, "mascot": {"type": "string"}, "conf": {"type": "string"}, ... |
a1ae8762-bc3d-4894-b703-3b4858c53501/c63d56d7-2e6c-4527-abb9-3a2cba5e98e9/1/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Team Depth Charts | Returns player depth charts for a team | 200 | 200 Response | {"data": {"NHL": {"Colorado Avalanche": {"C": {"1": {"id": 184, "player": "Nathan MacKinnon"}, "2": {"id": 710, "player": "Nazem Kadri"}, "3": {"id": 1193, "player": "J.T. Compher"}, "4": {"id": 547, "player": "Pierre-Edouard Bellemare"}, "5": {"id": 1157, "player": "Vladislav Kamenev"}}, "G": {"1": {"id": 755, "player... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "object", "properties": {"Colorado Avalanche": {"type": "object", "properties": {"C": {"type": "object", "properties": {"1": {"type": "object", "properties": {"id": {"type": "integer"}, "player": {"type": "string"}}}, "2": {"typ... |
a1ae8762-bc3d-4894-b703-3b4858c53501/77661c2d-261e-4f4d-9ac0-0989ee23f780/1/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Player Injuries | Returns a record of each player's injury on a team | 200 | 200 Response | {"data": {"NHL": [{"team": "Colorado Avalanche", "team_id": 1, "injuries": [{"injury": "Shoulder", "player": "Colin Wilson", "returns": "Day To Day", "player_id": "431", "date_injured": "2019-9-18"}, {"injury": "Hip", "player": "Ian Cole", "returns": "Day To Day", "player_id": "581", "date_injured": "2019-6-25"}, {"inj... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "array", "items": {"type": "object"}}}}}} |
a1ae8762-bc3d-4894-b703-3b4858c53501/67a1573a-fd8a-4b7b-8cbf-72dbc7a89464/2/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Player Season Statistics | Returns Player Season Statistics | 200 | 200 Response | {"data": {"NHL": [{"player_id": 201, "player": "Matt Calvert", "team": "Colorado Avalanche", "team_id": 1, "regular_season": {"hits": 286, "goals": 15, "blocks": 145, "assists": 17, "giveaways": 57, "takeaways": 158, "plus_minus": -2, "time_on_ice": 3447890, "faceoffs_won": 86, "games_played": 40, "faceoffs_lost": 116,... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "array", "items": {"type": "object"}}}}}} |
a1ae8762-bc3d-4894-b703-3b4858c53501/22b56187-6b4e-4860-8b5f-ed4bc1392c0f/2/0 | Hockey - DataFeeds by Rolling Insights | Real-time Play by Play, Season Schedule, Weekly Schedules, Daily Schedules, Team Information, Team Stats, Player Information, Player Stats, Injuries and Depth Charts for the NHL. | 0.2 | Daily Schedule | Returns season schedule for the specified date or "now" returns current day's schedule. Daily schedule is changed at 10 AM ET. | 200 | 200 Response | {"data": {"NHL": [{"away_team": "New Jersey Devils", "home_team": "Buffalo Sabres", "away_team_ID": 12, "home_team_ID": 16, "game_ID": "20191005-12-16", "game_time": "Sat, 05 Oct 2019 23:00:00 GMT", "season_type": "Regular Season", "event_name": null, "round": null, "season": "2019-2020", "status": "scheduled"}, {"away... | {"type": "object", "properties": {"data": {"type": "object", "properties": {"NHL": {"type": "array", "items": {"type": "object", "properties": {"away_team": {"type": "string"}, "home_team": {"type": "string"}, "away_team_ID": {"type": "integer"}, "home_team_ID": {"type": "integer"}, "game_ID": {"type": "string"}, "game... |
5bb75b62e4b02d6cfa6a80b4/5b1e1e9a-1497-45b5-b9fb-50f9212d4421/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Players Statistics per game id | Get statistics from one or more players.
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "players/statistics", "parameters": {"game": "8133"}, "errors": [], "results": 37, "response": [{"player": {"id": 734, "firstname": "Dwayne", "lastname": "Bacon"}, "team": {"id": 26, "name": "Orlando Magic", "nickname": "Magic", "code": "ORL", "logo": "https://upload.wikimedia.org/wikipedia/fr/b/bd/Orlando_Magi... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"game": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}} |
5bb75b62e4b02d6cfa6a80b4/413809cf-3284-460d-b4f1-0ed0eaf36250/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Standings per team and season | Get the standings for a league & season.
Available conferences
* East
* West
Available divisions
* Atlantic
* Central
* Northwest
* Pacific
* Southeast
* Southwest
Parameters league & season are required.
| 200 | New Example | {"get": "standings/", "parameters": {"team": "1", "league": "standard", "season": "2021"}, "errors": [], "results": 1, "response": [{"league": "standard", "season": 2021, "team": {"id": 1, "name": "Atlanta Hawks", "nickname": "Hawks", "code": "ATL", "logo": "https://upload.wikimedia.org/wikipedia/fr/e/ee/Hawks_2016.png... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"team": {"type": "string"}, "league": {"type": "string"}, "season": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "p... |
5bb75b62e4b02d6cfa6a80b4/d045eeb2-71dc-4837-bbfa-5b82723575b6/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Standings per division and season | Get the standings for a league & season.
Available conferences
* East
* West
Available divisions
* Atlantic
* Central
* Northwest
* Pacific
* Southeast
* Southwest
Parameters league & season are required.
| 200 | New Example | {"get": "standings/", "parameters": {"season": "2021", "league": "standard", "division": "southeast"}, "errors": [], "results": 5, "response": [{"league": "standard", "season": 2021, "team": {"id": 41, "name": "Washington Wizards", "nickname": "Wizards", "code": "WAS", "logo": "https://upload.wikimedia.org/wikipedia/fr... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"season": {"type": "string"}, "league": {"type": "string"}, "division": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"... |
5bb75b62e4b02d6cfa6a80b4/408909c4-2ff6-466b-b114-76559d716472/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Players | Get data about players.
The player id are unique in the API and players keep it among all seasons.
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "players/", "parameters": {"season": "2021", "team": "1"}, "errors": [], "results": 43, "response": [{"id": 553, "firstname": "Lou", "lastname": "Williams", "birth": {"date": "1986-10-27", "country": "USA"}, "nba": {"start": 2005, "pro": 16}, "height": {"feets": "6", "inches": "2", "meters": "1.88"}, "weight": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"season": {"type": "string"}, "team": {"type": "string"}}, "required": ["season", "team"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {... |
5bb75b62e4b02d6cfa6a80b4/4b269570-cc4c-4097-bbef-90994f99860e/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Teams per id | Get data about teams.
The team id are unique in the API and teams keep it among all seasons.
Available conferences
* East
* West
Available divisions
* Atlantic
* Central
* Northwest
* Pacific
* Southeast
* Southwest | 200 | New Example | {"get": "teams/", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Atlanta Hawks", "nickname": "Hawks", "code": "ATL", "city": "Atlanta", "logo": "https://upload.wikimedia.org/wikipedia/fr/e/ee/Hawks_2016.png", "allStar": false, "nbaFranchise": true, "leagues": {"standard": {"confe... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "stri... |
5bb75b62e4b02d6cfa6a80b4/b2a9189f-dfd1-4c13-95b0-095d51c2e8ef/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Games per id | Get the list of games according to the parameters.
Available status
* 1 : Not Started
* 2 : live
* 3 : Finished
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "games/", "parameters": {"id": "8899"}, "errors": [], "results": 1, "response": [{"id": 8899, "league": "standard", "season": 2021, "date": {"start": "2021-11-03T23:30:00.000Z", "end": "2021-11-04T01:51:00.000Z", "duration": "2:05"}, "stage": 2, "status": {"clock": null, "halftime": false, "short": 3, "long": "... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "league": {"type": "st... |
5bb75b62e4b02d6cfa6a80b4/2da4a2ab-b00c-4003-8988-fd2f809573a9/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Games between two teams | Get the list of games according to the parameters.
Available status
* 1 : Not Started
* 2 : live
* 3 : Finished
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "games/", "parameters": {"h2h": "1-2"}, "errors": [], "results": 32, "response": [{"id": 319, "league": "standard", "season": 2015, "date": {"start": "2015-11-25T01:00:00.000Z", "end": "2015-11-25T03:33:00.000Z", "duration": "2:18"}, "stage": 2, "status": {"clock": null, "halftime": false, "short": 3, "long": "... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"h2h": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}} |
5bb75b62e4b02d6cfa6a80b4/0af7d1c9-c313-4a5d-bd83-a43bf85ddb46/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Players Statistics per player and season | Get statistics from one or more players.
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "players/statistics", "parameters": {"season": "2020", "id": "236"}, "errors": [], "results": 75, "response": [{"player": {"id": 236, "firstname": "Buddy", "lastname": "Hield"}, "team": {"id": 30, "name": "Sacramento Kings", "nickname": "Kings", "code": "SAC", "logo": "https://upload.wikimedia.org/wikipedia/fr/... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"season": {"type": "string"}, "id": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": ... |
5bb75b62e4b02d6cfa6a80b4/d2e9e6a7-1259-481a-bc37-45349fe3d230/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Search players | Search a player by lastname. | 200 | New Example | {"get": "players/", "parameters": {"search": "james"}, "errors": [], "results": 5, "response": [{"id": 265, "firstname": "LeBron", "lastname": "James", "birth": {"date": "1984-12-30", "country": "USA"}, "nba": {"start": 2003, "pro": 18}, "height": {"feets": "6", "inches": "9", "meters": "2.06"}, "weight": {"pounds": "2... | {"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"}}}} |
5bb75b62e4b02d6cfa6a80b4/30bd234e-f5f5-4184-bc60-0a1b0cca9687/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Search teams | Search team by name. | 200 | New Example | {"get": "teams/", "parameters": {"search": "atl"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Atlanta Hawks", "nickname": "Hawks", "code": "ATL", "city": "Atlanta", "logo": "https://upload.wikimedia.org/wikipedia/fr/e/ee/Hawks_2016.png", "allStar": false, "nbaFranchise": true, "leagues": {"standard": {... | {"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": "... |
5bb75b62e4b02d6cfa6a80b4/5eb95339-4a34-49e8-953c-87f530249931/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Standings per conference and season | Get the standings for a league & season.
Available conferences
* East
* West
Available divisions
* Atlantic
* Central
* Northwest
* Pacific
* Southeast
* Southwest
Parameters league & season are required.
| 200 | New Example | {"get": "standings/", "parameters": {"season": "2021", "league": "standard", "conference": "east"}, "errors": [], "results": 15, "response": [{"league": "standard", "season": 2021, "team": {"id": 41, "name": "Washington Wizards", "nickname": "Wizards", "code": "WAS", "logo": "https://upload.wikimedia.org/wikipedia/fr/a... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"season": {"type": "string"}, "league": {"type": "string"}, "conference": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "objec... |
5bb75b62e4b02d6cfa6a80b4/78524e3a-ba37-456b-a05f-378e9830cea8/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Players per country | Get data about players.
The player id are unique in the API and players keep it among all seasons.
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "players/", "parameters": {"country": "spain"}, "errors": [], "results": 8, "response": [{"id": 1, "firstname": "Alex", "lastname": "Abrines", "birth": {"date": "1993-08-01", "country": "Spain"}, "nba": {"start": 2016, "pro": 0}, "height": {"feets": null, "inches": null, "meters": null}, "weight": {"pounds": nu... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"country": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}} |
5bb75b62e4b02d6cfa6a80b4/1e4dc0e3-f514-442d-a4d5-b21513f16487/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Players per id | Get data about players.
The player id are unique in the API and players keep it among all seasons.
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "players/", "parameters": {"id": "1"}, "errors": [], "results": 1, "response": [{"id": 1, "firstname": "Alex", "lastname": "Abrines", "birth": {"date": "1993-08-01", "country": "Spain"}, "nba": {"start": 2016, "pro": 0}, "height": {"feets": null, "inches": null, "meters": null}, "weight": {"pounds": null, "kilo... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "firstname": {"type": ... |
5bb75b62e4b02d6cfa6a80b4/d05efa6c-0368-4c6d-a599-7613d3936c4d/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Players per team and season | Get data about players.
The player id are unique in the API and players keep it among all seasons.
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "players/", "parameters": {"season": "2021", "team": "1"}, "errors": [], "results": 43, "response": [{"id": 553, "firstname": "Lou", "lastname": "Williams", "birth": {"date": "1986-10-27", "country": "USA"}, "nba": {"start": 2005, "pro": 16}, "height": {"feets": "6", "inches": "2", "meters": "1.88"}, "weight": ... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"season": {"type": "string"}, "team": {"type": "string"}}, "required": ["season", "team"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {... |
5bb75b62e4b02d6cfa6a80b4/b5e409c8-53f7-4aaf-91be-b5f572397090/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Teams per code | Get data about teams.
The team id are unique in the API and teams keep it among all seasons.
Available conferences
* East
* West
Available divisions
* Atlantic
* Central
* Northwest
* Pacific
* Southeast
* Southwest | 200 | New Example | {"get": "teams/", "parameters": {"code": "ATL"}, "errors": [], "results": 1, "response": [{"id": 1, "name": "Atlanta Hawks", "nickname": "Hawks", "code": "ATL", "city": "Atlanta", "logo": "https://upload.wikimedia.org/wikipedia/fr/e/ee/Hawks_2016.png", "allStar": false, "nbaFranchise": true, "leagues": {"standard": {"c... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"code": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "st... |
5bb75b62e4b02d6cfa6a80b4/c99b8516-026e-4405-906b-40131e4b9b26/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Teams per division | Get data about teams.
The team id are unique in the API and teams keep it among all seasons.
Available conferences
* East
* West
Available divisions
* Atlantic
* Central
* Northwest
* Pacific
* Southeast
* Southwest | 200 | New Example | {"get": "teams/", "parameters": {"division": "Southeast"}, "errors": [], "results": 5, "response": [{"id": 1, "name": "Atlanta Hawks", "nickname": "Hawks", "code": "ATL", "city": "Atlanta", "logo": "https://upload.wikimedia.org/wikipedia/fr/e/ee/Hawks_2016.png", "allStar": false, "nbaFranchise": true, "leagues": {"stan... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"division": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type":... |
5bb75b62e4b02d6cfa6a80b4/8dd22f8f-6576-4ef6-9e23-a5671732812f/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Teams per conference | Get data about teams.
The team id are unique in the API and teams keep it among all seasons.
Available conferences
* East
* West
Available divisions
* Atlantic
* Central
* Northwest
* Pacific
* Southeast
* Southwest | 200 | New Example | {"get": "teams/", "parameters": {"conference": "east"}, "errors": [], "results": 20, "response": [{"id": 1, "name": "Atlanta Hawks", "nickname": "Hawks", "code": "ATL", "city": "Atlanta", "logo": "https://upload.wikimedia.org/wikipedia/fr/e/ee/Hawks_2016.png", "allStar": false, "nbaFranchise": true, "leagues": {"standa... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"conference": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}} |
5bb75b62e4b02d6cfa6a80b4/300cdc70-d9c3-4b64-8652-932d3f917c59/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Games per date | Get the list of games according to the parameters.
Available status
* 1 : Not Started
* 2 : live
* 3 : Finished
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "games/", "parameters": {"date": "2022-02-12"}, "errors": [], "results": 8, "response": [{"id": 10403, "league": "standard", "season": 2021, "date": {"start": "2022-02-12T00:00:00.000Z", "end": "2022-02-12T02:19:00.000Z", "duration": "2:08"}, "stage": 2, "status": {"clock": null, "halftime": false, "short": 3, ... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"date": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "league": {"type": "... |
5bb75b62e4b02d6cfa6a80b4/4845da6c-a907-4190-a732-790ac8badf62/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Games in live | Get the list of games according to the parameters.
Available status
* 1 : Not Started
* 2 : live
* 3 : Finished
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "games/", "parameters": {"live": "all"}, "errors": [], "results": 8, "response": [{"id": 10403, "league": "standard", "season": 2021, "date": {"start": "2022-02-12T00:00:00.000Z", "end": "2022-02-12T02:19:00.000Z", "duration": "2:08"}, "stage": 2, "status": {"clock": null, "halftime": false, "short": 3, "long":... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"live": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "league": {"type": "... |
5bb75b62e4b02d6cfa6a80b4/07355fa3-16ea-4971-8b5f-ba42dfec546f/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Standings | Get the standings for a league & season.
Available conferences
* East
* West
Available divisions
* Atlantic
* Central
* Northwest
* Pacific
* Southeast
* Southwest
Parameters league & season are required.
| 200 | New Example | {"get": "standings/", "parameters": {"league": "standard", "season": "2021"}, "errors": [], "results": 30, "response": [{"league": "standard", "season": 2021, "team": {"id": 41, "name": "Washington Wizards", "nickname": "Wizards", "code": "WAS", "logo": "https://upload.wikimedia.org/wikipedia/fr/archive/d/d6/2016121203... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"league": {"typ... |
5bb75b62e4b02d6cfa6a80b4/0cd203b4-8454-463c-986d-fc5a67a0cfee/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Games Statistics | Get the statistics of the teams that played a game. | 200 | New Example | {"get": "games/statistics", "parameters": {"id": "10403"}, "errors": [], "results": 2, "response": [{"team": {"id": 5, "name": "Charlotte Hornets", "nickname": "Hornets", "code": "CHA", "logo": "https://upload.wikimedia.org/wikipedia/fr/thumb/f/f3/Hornets_de_Charlotte_logo.svg/1200px-Hornets_de_Charlotte_logo.svg.png"}... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"id": {... |
5bb75b62e4b02d6cfa6a80b4/f97c89e8-3b1f-4a34-b5b0-79725963b3c8/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Games | Get the list of games according to the parameters.
Available status
* 1 : Not Started
* 2 : live
* 3 : Finished
This endpoint requires at least one parameter.
| 200 | New Example | {"get": "games/", "parameters": {"date": "2022-02-12"}, "errors": [], "results": 8, "response": [{"id": 10403, "league": "standard", "season": 2021, "date": {"start": "2022-02-12T00:00:00.000Z", "end": "2022-02-12T02:19:00.000Z", "duration": "2:08"}, "stage": 2, "status": {"clock": null, "halftime": false, "short": 3, ... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"date": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "league": {"type": "... |
5bb75b62e4b02d6cfa6a80b4/97db5cb4-56c8-4bd6-a362-5393be4bbc15/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Teams Statistics | Get the overall statistics of a team for a given season. | 200 | New Example | {"get": "teams/statistics", "parameters": {"id": "1", "season": "2020"}, "errors": [], "results": 1, "response": [{"games": 94, "fastBreakPoints": 941, "pointsInPaint": 4334, "biggestLead": 1237, "secondChancePoints": 1318, "pointsOffTurnovers": 1394, "longestRun": 1026, "points": 10550, "fgm": 3782, "fga": 8204, "fgp"... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}, "season": {"type": "string"}}}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object", "properties": {"games": {"type": "... |
5bb75b62e4b02d6cfa6a80b4/b58617b2-1f52-4b56-9894-07e35465d3de/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Teams | Get data about teams.
The team id are unique in the API and teams keep it among all seasons.
Available conferences
* East
* West
Available divisions
* Atlantic
* Central
* Northwest
* Pacific
* Southeast
* Southwest | 200 | New Example | {"get": "teams/", "parameters": [], "errors": [], "results": 62, "response": [{"id": 1, "name": "Atlanta Hawks", "nickname": "Hawks", "code": "ATL", "city": "Atlanta", "logo": "https://upload.wikimedia.org/wikipedia/fr/e/ee/Hawks_2016.png", "allStar": false, "nbaFranchise": true, "leagues": {"standard": {"conference": ... | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "object"}}}} |
5bb75b62e4b02d6cfa6a80b4/fc80e633-f956-40e2-b139-0bb28254e3f0/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Leagues | Get the list of available leagues.
All leagues can be used in other endpoints as filters.
Available leagues
* Africa
* Orlando
* Sacramento
* Standard
* Utah
* Vegas
This endpoint does not require any parameters.
| 200 | New Example | {"get": "leagues/", "parameters": [], "errors": [], "results": 6, "response": ["africa", "orlando", "sacramento", "standard", "utah", "vegas"]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "string"}}}} |
5bb75b62e4b02d6cfa6a80b4/fc1e75e8-0885-4a21-a857-62a54c69cc99/0/0 | API-NBA | All NBA Stats DATA, Games, Livescore, Standings, Players, Statistics... Documentation : https://api-sports.io/documentation/nba/v2 | 9.9 | Seasons | All seasons can be used in other endpoints as filters. Seasons are only 4-digit keys like YYYY.
This endpoint does not require any parameters.
| 200 | New Example | {"get": "seasons/", "parameters": [], "errors": [], "results": 7, "response": [2015, 2016, 2017, 2018, 2019, 2020, 2021]} | {"type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "response": {"type": "array", "items": {"type": "integer"}}}} |
c7848e97-2d73-47f2-b5d9-7258fc54031f/445af76b-d758-4ba6-a661-96c26e3c133c/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/game-linescore | Return all data about a specified hockey game linescore. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": {"currentPeriod": 3, "currentPeriodOrdinal": "3rd", "currentPeriodTimeRemaining": "Final", "periods": [{"periodType": "REGULAR", "startTime": "2023-10-25T23:37:28Z", "endTime": "2023-10-26T00:12:04Z", "num": 1, "ordinalNum": "1st", "... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "object", "properties": {"currentPeri... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/d2b0b0b9-a768-4f51-b7dc-f47462840ef3/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/schedule | Get hockey schedule information. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "totalEvents": 0, "totalGames": 6, "timeStamp": "20231028_145308", "wait": 10}, "body": {"0": {"gamePk": 2023020111, "gameType": "R", "season": "20232024", "gameDate": "2023-10-27T22:00:00Z", "status": {"abstractGameState": "Final", "codedGam... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "totalEvents": {"type": "integer"}, "totalGames": {"type": "integer"}, "timeStamp": {"type": "string"}, ... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/555b3e0d-03c9-4fc2-98d2-2705a79cc044/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/teams | Get hockey teams information including their id, venue details, division, conference and franchise information. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"id": 1, "name": "New Jersey Devils", "venue": {"name": "Prudential Center", "city": "Newark", "timeZone": {"id": "America/New_York", "offset": -4, "tz": "EDT"}}, "abbreviation": "NJD", "teamName": "Devils", "locationName": "New Je... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", ... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/e007a894-97aa-4161-a35f-b97eca2c6274/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/venues | Get all NHL venues information. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"id": 5076, "name": "Enterprise Center", "appEnabled": "true"}, {"id": 5064, "name": "Ball Arena", "appEnabled": "true"}, {"id": 5098, "name": "Xcel Energy Center", "appEnabled": "true"}, {"id": 5030, "name": "Bridgestone Arena", "... | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}}, "body": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "appEnabled": {"type": ... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/150981c6-bd37-46c7-9538-4eb857dd8f9b/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/standings | Get standings data for each team broken up by divisions. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"standingsType": "regularSeason", "league": {"id": 133, "name": "National Hockey League"}, "division": {"id": 18, "name": "Metropolitan", "nameShort": "Metro", "abbreviation": "M"}, "conference": {"id": 6, "name": "Eastern"}, "team... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", ... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/3d26194c-eda8-453f-9996-637c1a5f7f17/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/teams-roster | Get standings data for each team broken up by divisions. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"person": {"id": 8479339, "fullName": "Patrik Laine"}, "jerseyNumber": "29", "position": {"code": "L", "name": "Left Wing", "type": "Forward", "abbreviation": "LW"}}, {"person": {"id": 8475790, "fullName": "Erik Gudbranson"}, "jers... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", ... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/d08f8067-41bb-4af6-b09f-06f94c7410d0/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/game-boxscore | Return all data about a specified hockey game boxscore. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": {"away": {"team": {"id": 15, "name": "Washington Capitals"}, "teamStats": {"teamSkaterStats": {"goals": 6, "pim": 2, "shots": 25, "powerPlayPercentage": "33.3", "powerPlayGoals": 1, "powerPlayOpportunities": 3, "faceOffWinPercentage"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "object", "properties": {"away": {"ty... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/9838be1e-283d-4042-b664-56d5ec457198/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/game-live | Get the hockey team's live game coverage information. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai", "gamePk": 2023020099, "timeStamp": "20231027_140921", "wait": 10}, "body": {"game": {"pk": 2023020099, "season": "20232024", "type": "R"}, "datetime": {"dateTime": "2023-10-25T23:30:00Z", "endDateTime": "2023-10-26T02:00:53Z"}, "status": {"ab... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}, "gamePk": {"type": "integer"}, "timeStamp": {"type": "string"}, "wait": {"type": "integer"}}, "required"... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/0b13911c-e87c-4548-97d4-f09bc4fecfe2/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/teams-stats | Get the team's stats information. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"type": {"displayName": "statsSingleSeason", "gameType": {"id": "R", "description": "Regular season", "postseason": false}}, "splits": [{"stat": {"gamesPlayed": 7, "wins": 3, "losses": 2, "ot": 2, "pts": 8, "ptPctg": "57.1", "goals... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", ... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/b7d066fb-9477-419f-b204-4a8a5e89cb09/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/teams-games | Get a team's previous and upcoming game information. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"id": 29, "name": "Columbus Blue Jackets", "venue": {"id": 5059, "name": "Nationwide Arena", "city": "Columbus", "timeZone": {"id": "America/New_York", "offset": -4, "tz": "EDT"}}, "abbreviation": "CBJ", "teamName": "Blue Jackets",... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", ... |
c7848e97-2d73-47f2-b5d9-7258fc54031f/f54f369d-d596-4f15-b5c0-851faa6a0ee3/0/0 | Hockey | National Hockey League (NHL) Sports API that provides information on Leagues and Stats with Livescore, Odds, Bookmakers, Statistics, Standings, Historical Data… | 8.2 | v1/seasons | Get hockey season information. | 200 | Response | {"meta": {"version": "v1.0", "status": 200, "copywrite": "https://devAPI.ai"}, "body": [{"seasonId": "19171918", "regularSeasonStartDate": "1917-12-19", "regularSeasonEndDate": "1918-03-06", "seasonEndDate": "1918-03-30", "numberOfGames": 22, "tiesInUse": true, "olympicsParticipation": false, "conferencesInUse": false,... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"meta": {"type": "object", "properties": {"version": {"type": "string"}, "status": {"type": "integer"}, "copywrite": {"type": "string"}}, "required": ["copywrite", "status", "version"]}, "body": {"type": "array", "items": {"type": "object", ... |
408bc974-7911-4118-bb45-4618dcbcd032/df723963-214d-4930-8bb8-f577164a24a5/0/0 | Football Transfer News | An API showing the latest football transfer of the top leagues. | 0.1 | Get individual News Source News | Gets News about Football Transfer from specific news resource. | 200 | New Example | [{"title": "Transfer grades for July 1 deals: Man City an A+ for HaalandThe summer transfer window is almost here. Here are the big deals already agreed to and how we rate them, with Man City landing Erling Haaland.9hJon Molyneux-CarterINA FASSBENDER/AFP via Getty Images", "url": "https://www.espn.com/soccer/soccer/soc... | {"$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"]}} |
408bc974-7911-4118-bb45-4618dcbcd032/3e73f08a-656f-4563-b63a-d7ccf7e05b4d/0/0 | Football Transfer News | An API showing the latest football transfer of the top leagues. | 0.1 | Get All Football Transfer News | This endpoit will return back all news about Football Transfer Windows from the top leagues. | 200 | New Example | [{"title": "Transfer grades for July 1 deals: Man City an A+ for HaalandThe summer transfer window is almost here. Here are the big deals already agreed to and how we rate them, with Man City landing Erling Haaland.9hJon Molyneux-CarterINA FASSBENDER/AFP via Getty Images", "url": "https://www.espn.com/soccer/soccer/soc... | {"$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"]}} |
66024e4e-0906-476c-b36b-c57abd109662/8f0e9a99-0f71-4a1e-ab48-ad7be147698f/0/0 | Super Bowl Data | API that provides all information related to every Super Bowl throughout the event's history | null | AllSuperBowlData | 1) All winning and losing teams from 1967 until 2023
2) All event venues, cities and states where games occurred from 1967 until 2023
3) All winning and losing team coaches from 1967 until 2023
4) All winning and losing teams' scores from 1967 until 2023 | 200 | Response | [{"id": 1, "SuperBowl_I": {"date": "01/15/1967", "location": {"event_stadium": "Memorial Coliseum", "city": "Los Angeles", "state": "California"}, "competing_teams": {"winning_team": "Green Bay Packers", "final_winner_score": 35, "winning_team_coach": "Vince Lombardi", "losing_team": "Kansas City Chiefs", "final_losing... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "SuperBowl_I": {"type": "object", "properties": {"date": {"type": "string"}, "location": {"type": "object", "properties": {"event_stadium": {"type": "string"}, "city": {"type": "string"},... |
806feab2-faa0-4647-907a-81afe7e8c3a7/877c439d-6545-4366-ba90-0bc9c2ed4ee4/0/0 | hockey-LIVE.sk data | Get data for top hockey leagues and tournaments as NHL, IIHF World Championships and Olympic Games. | 8.2 | Game report | Get game score, goals, penalties and team statistics for a certain game ID | 200 | Example_1 | {"id": "1596", "po_type": null, "team1short": "SUI", "team1long": "Switzerland", "team2short": "CAN", "team2long": "Canada", "date": {"date": "2004-12-17 08:30:00.000000", "timezone_type": 3, "timezone": "America/New_York"}, "score": {"goals1": "2", "goals2": "2", "status": "final result"}, "goals": [{"time": "05.25", ... | {"type": "object", "properties": {"id": {"type": "string"}, "po_type": {"type": "null"}, "team1short": {"type": "string"}, "team1long": {"type": "string"}, "team2short": {"type": "string"}, "team2long": {"type": "string"}, "date": {"type": "object", "properties": {"date": {"type": "string"}, "timezone_type": {"type": "... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.