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
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3937294e-3361-4340-bfe5-29b432f8d3e5/1/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_getMatchById
Retrieve match details by match id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3937294e-3361-4340-bfe5-29b432f8d3e5/2/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_getMatchById
Retrieve match details by match id.
200
null
[{"id": 489389, "week": {}, "stage": "Final", "date": "2023-10-01T03:00:00.000Z", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "awayTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "homeTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "league": {"id": 1635, "season": 2023, "name": "NBL", "logo": {}}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "week": {"type": "object"}, "stage": {"type": "string"}, "date": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "number"}, "season": {"type": "number"}, "name": {"type": "string"}, "logo": {"type": "object"}}, "required": ["id", "season", "name"]}}, "required": ["id", "stage", "date", "country", "awayTeam", "homeTeam", "league"]}}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/f6a1f4ec-f157-4050-950b-709d5aee8b2f/0/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_getMatches
Retrieve a list of all matches. At least one parameter has to be specified.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/f6a1f4ec-f157-4050-950b-709d5aee8b2f/1/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_getMatches
Retrieve a list of all matches. At least one parameter has to be specified.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/f6a1f4ec-f157-4050-950b-709d5aee8b2f/2/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
MatchesController_getMatches
Retrieve a list of all matches. At least one parameter has to be specified.
200
null
{"data": [{"id": 489389, "week": {}, "stage": "Final", "date": "2023-10-01T03:00:00.000Z", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "awayTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "homeTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "league": {"id": 1635, "season": 2023, "name": "NBL", "logo": {}}}], "pagination": {"totalCount": 490, "offset": 20, "limit": 100}}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "week": {"type": "object"}, "stage": {"type": "string"}, "date": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "number"}, "season": {"type": "number"}, "name": {"type": "string"}, "logo": {"type": "object"}}, "required": ["id", "season", "name"]}}, "required": ["id", "stage", "date", "country", "awayTeam", "homeTeam", "league"]}}, "pagination": {"type": "object", "properties": {"totalCount": {"type": "number", "description": "Available number of items, relevant to the provided query."}, "offset": {"type": "number"}, "limit": {"type": "number"}}, "required": ["totalCount", "offset", "limit"]}}, "required": ["data", "pagination"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3270766d-bdd3-4860-b859-adad42365d9b/0/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeamById
Retrieve team details by team id.
200
null
[{"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO", "league": "NFL"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "object"}, "displayName": {"type": "string"}, "abbreviation": {"type": "string"}, "league": {"type": "string"}}, "required": ["id", "displayName", "abbreviation", "league"]}}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3270766d-bdd3-4860-b859-adad42365d9b/1/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeamById
Retrieve team details by team id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/3270766d-bdd3-4860-b859-adad42365d9b/2/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeamById
Retrieve team details by team id.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/b74435b6-e7b6-4839-a845-ab90b513c663/0/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeams
Retrieve a list of all teams.
200
null
[{"id": 1, "logo": {}, "name": {}, "displayName": "New Orleans Saints", "abbreviation": "NO", "league": "NFL"}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "object"}, "displayName": {"type": "string"}, "abbreviation": {"type": "string"}, "league": {"type": "string"}}, "required": ["id", "displayName", "abbreviation", "league"]}}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/b74435b6-e7b6-4839-a845-ab90b513c663/1/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeams
Retrieve a list of all teams.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
dd37f91c-6d42-406a-8e2c-803875ebf0bf/b74435b6-e7b6-4839-a845-ab90b513c663/2/0
Sport Highlights API
Real-time Sport Video Highlights Hub providing the latest highlights, comprehensive match recaps, detailed penalty insights, and engaging global post-game discussions.
8.4
TeamsController_getTeams
Retrieve a list of all teams.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
00741eb1-5f3e-4be8-958f-cd7459f191b9/9c3c124b-6dad-4131-8d39-05fc4f28fbc6/0/0
SureBets
API for Surebets in sports betting
8.3
List
Get all available Surebets
200
Example
{"list": [{"category": "Chile", "group": "Over/Under", "league": "Primera B", "name": "Cobreloa - Deportes Iquique", "start": "2023-05-04 00:30:00.000Z", "sport": "Football", "profit": 1, "odds": [{"type": "Over", "values": [{"odd": 1.58, "bookie_name": "22Bet"}, {"odd": 1.58, "bookie_name": "Marathonbet"}, {"odd": 1.58, "bookie_name": "Betwinner"}, {"odd": 1.58, "bookie_name": "Megapari Sport"}, {"odd": 1.58, "bookie_name": "\u041c\u0430\u0440\u0430\u0444\u043e\u043d"}]}, {"type": "Under", "values": [{"odd": 2.8, "bookie_name": "Unibet"}, {"odd": 2.8, "bookie_name": "mybet"}]}]}], "generated": 1683154704195}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "group": {"type": "string"}, "league": {"type": "string"}, "name": {"type": "string"}, "start": {"type": "string"}, "sport": {"type": "string"}, "profit": {"type": "integer"}, "odds": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"odd": {"type": "number"}, "bookie_name": {"type": "string"}}, "required": ["bookie_name", "odd"]}}}, "required": ["type", "values"]}}}, "required": ["category", "group", "league", "name", "odds", "profit", "sport", "start"]}}, "generated": {"type": "integer"}}, "required": ["generated", "list"]}
80986d56-45df-4551-92c6-6831eff1aff2/f8e357f3-cd92-4ef6-839a-7c3bcd57019d/0/0
Live Football Transfers in Europe
An API showing all the latest Football transfer news across Leagues in Europe
6.3
Get All Live Football Transfers
This returns all the transfer news from a list of news and media sites from all over Europe.
200
Response
[{"title": "Paul Scholes and Rio Ferdinand pinpoint Erik ten Hag's Man Utd transfer howler", "url": "https://www.mirror.co.uk/sport/football/transfer-news/man-utd-bayern-scholes-ferdinand-30989710", "source": "themirror"}, {"title": "Gabriel Jesus opens up on \"secret agent\" role in Arsenal transfer plan", "url": "https://www.mirror.co.uk/sport/football/transfer-news/gabriel-jesus-arsenal-transfers-zinchenko-30989056", "source": "themirror"}, {"title": "Man Utd board lifted transfer cap for Erik ten Hag after Ole Gunnar Solskjaer sacking", "url": "https://www.mirror.co.uk/sport/football/transfer-news/man-utd-board-lifted-transfer-30983860", "source": "themirror"}, {"title": "Ole Gunnar Solskjaer had five Man Utd transfers blocked with Harry Kane \"wanting to come\"", "url": "https://www.mirror.co.uk/sport/football/transfer-news/man-utd-transfer-solskjaer-kane-30982551", "source": "themirror"}, {"title": "Daniel Levy says Tottenham have Harry Kane buy-back clause after Bayern Munich transfer", "url": "https://www.mirror.co.uk/sport/football/transfer-news/harry-kane-tottenham-transfer-clause-30981216", "source": "themirror"}, {"title": "Real Madrid star opens door to Liverpool transfer after Arsenal rejected deal ", "url": "https://www.mirror.co.uk/sport/football/transfer-news/liverpool-transfer-realmadrid-valverde-arsenal-30979294", "source": "themirror"}, {"title": "Liverpool transfer news", "url": "https://www.mirror.co.uk/all-about/liverpool-transfer-news", "source": "themirror"}, {"title": "Erik ten Hag repeats Alejandro Garnacho transfer trick as wonderkid signs Man Utd deal", "url": "https://www.mirror.co.uk/sport/football/transfer-news/man-united-transfer-gabriele-biancheri-30979866", "source": "themirror"}, {"title": "Manchester United transfer news", "url": "https://www.mirror.co.uk/all-about/manchester-united-transfer-news", "source": "themirror"}, {"title": "Arsenal and Chelsea among clubs eyeing January transfer for Brentford star Ivan Toney", "url": "https://www.mirror.co.uk/sport/football/transfer-news/ivan-toney-transfer-arsenal-chelsea-30976618", "source": "themirror"}, {"title": "Erik ten Hag to get closer look at Serge Gnabry after Man Utd's failed transfer pursuit", "url": "https://www.mirror.co.uk/sport/football/transfer-news/tenhag-serge-gnabry-manutd-bayern-30975027", "source": "themirror"}, {"title": "Man Utd staff 'concerned' over role of Erik ten Hag's agent in summer transfers", "url": "https://www.mirror.co.uk/sport/football/transfer-news/manchester-united-transfers-hojlund-amrabat-30973548", "source": "themirror"}, {"title": "Gary Neville claims Man Utd failed to get the two signings they needed in transfer windowVIDEO", "url": "https://www.mirror.co.uk/sport/football/transfer-news/man-united-transfers-declan-rice-30965501", "source": "themirror"}, {"title": "Gary Neville's reaction to Chelsea substitution sums up chaotic transfer spendingVIDEO", "url": "https://www.mirror.co.uk/sport/football/transfer-news/chelsea-transfers-mauricio-pochettino-boehly-30965002", "source": "themirror"}, {"title": "Chelsea transfer news", "url": "https://www.mirror.co.uk/all-about/chelsea-transfer-news", "source": "themirror"}, {"title": "Man Utd seek Jadon Sancho solution as issue threatens Barcelona transfer", "url": "https://www.mirror.co.uk/sport/football/transfer-news/man-utd-seek-jadon-sancho-30962116", "source": "themirror"}, {"title": "Manchester United transfer news", "url": "https://www.mirror.co.uk/all-about/manchester-united-transfer-news", "source": "themirror"}, {"title": "Thiago's agent reacts to Liverpool exit rumours amid Turkey transfer links", "url": "https://www.mirror.co.uk/sport/football/transfer-news/liverpool-thiago-alcantara-transfer-turkey-30953115", "source": "themirror"}, {"title": "Opinion: Five ideal winger transfer targets for Man Utd to replace Sancho & Antony, including PL duo", "url": "/2023/09/20/manchester-united-transfer-news-winger-targets-for-january/", "source": "caughtoffside"}, {"title": "Exclusive: Fabrizio Romano reveals huge interest in summer Man United transfer target", "url": "/2023/09/20/man-united-transfer-news-fabrizio-romano-on-benjamin-sesko/", "source": "caughtoffside"}, {"title": "Exclusive: Arsenal & Chelsea have held talks over potential Premier League transfer raid, says expert", "url": "/2023/09/20/ivan-toney-arsenal-chelsea-transfer-interest-exclusive/", "source": "caughtoffside"}, {"title": "Exclusive: Man United could explore winger transfer if problems not resolved by January, says expert", "url": "/2023/09/20/man-united-winger-transfer-to-replace-sancho-and-antony/", "source": "caughtoffside"}, {"title": "Exclusive: Chelsea tried signing forward in final 48 hours of the transfer window, says expert", "url": "/2023/09/20/chelsea-transfer-news-antonio-nusa-approach-made/", "source": "caughtoffside"}, {"title": "\n\t\t\t\t\n\t\t\n\t\t\tMan United summer signing was turned down by Burnley before Old Trafford transfer\t\t\n\n\t\t\t", "url": "https://talksport.com/football/1567624/man-utd-transfer-sergio-reguilon-burnley-tottenham/", "source": "talksport"}, {"title": "The Gunners are preparing another huge move in the transfer market.", "url": "https://metro.co.uk/2023/09/20/arsenal-make-approach-to-sign-ivan-toney-ahead-of-chelsea-in-january-19526062/?ico=mosaic_tag", "source": "metro"}, {"title": "Thomas Frank responds to Ivan Toney transfer rumours: \u2018I understand why big clubs are looking at him!\u2019", "url": "https://metro.co.uk/2023/09/14/thomas-frank-understands-why-chelsea-and-man-utd-want-ivan-toney-19502535/", "source": "metro"}, {"title": "West Ham coach explains why Harry Maguire\u2019s transfer from Manchester United collapsed", "url": "https://metro.co.uk/2023/09/13/man-utd-west-ham-coach-explains-why-harry-maguire-transfer-collapsed-19496176/", "source": "metro"}, {"title": "Exclusive: Arsenal & Chelsea have held talks over potential Premier League transfer raid, says\u2026", "url": "https://c.newsnow.co.uk/A/1197411366?-477:775", "source": "newsnownow"}, {"title": "Ole Gunnar Solskjaer opens up on Manchester United transfer regret", "url": "https://c.newsnow.co.uk/A/1197537654?-477:775", "source": "newsnownow"}, {"title": "Tottenham Hotspur chairman Daniel Levy makes shocking admission about future transfer", "url": "https://c.newsnow.co.uk/A/1197445180?-477:775", "source": "newsnownow"}, {"title": "LaLiga boss reacts to Tottenham transfer talk as \u00a355m January midfielder deal gains momentum", "url": "https://c.newsnow.co.uk/A/1197522700?-477:775", "source": "newsnownow"}, {"title": "Ole Gunnar Solskjaer opens up on Manchester United transfer regret", "url": "https://c.newsnow.co.uk/A/1197537654?-477:775", "source": "newsnownow"}, {"title": "West Ham in touch with agents of PSG player as transfer decision made - report", "url": "https://c.newsnow.co.uk/A/1197525558?-477:775", "source": "newsnownow"}, {"title": "'They want me for real' - Big-money Everton player speaks out about transfer saga", "url": "https://c.newsnow.co.uk/A/1197525191?-477:775", "source": "newsnownow"}, {"title": "LaLiga boss reacts to Tottenham transfer talk as \u00a355m January midfielder deal gains momentum", "url": "https://c.newsnow.co.uk/A/1197522700?-477:775", "source": "newsnownow"}, {"title": "Newcastle United star butt of jokes after agonising over 114 fantasy football transfers in\u2026", "url": "https://c.newsnow.co.uk/A/1197513783?-477:775", "source": "newsnownow"}, {"title": "Paul Scholes and Rio Ferdinand pinpoint Erik ten Hag's Man Utd transfer howler", "url": "https://c.newsnow.co.uk/A/1197511791?-477:775", "source": "newsnownow"}, {"title": "What Scholes expected from United in summer transfer window that they didn't do", "url": "https://c.newsnow.co.uk/A/1197510588?-477:775", "source": "newsnownow"}, {"title": "Pep Guardiola accidentally gave Liverpool blueprint for 'special' player to beat $68m transfer", "url": "https://c.newsnow.co.uk/A/1197508401?-477:775", "source": "newsnownow"}, {"title": "Everton in touch with agents of PSG player as transfer decision made - report", "url": "https://c.newsnow.co.uk/A/1197507251?-477:775", "source": "newsnownow"}, {"title": "Gary Lineker and Alan Shearer disagree on Liverpool plan for 'ridiculous' Mohamed Salah transfer", "url": "https://c.newsnow.co.uk/A/1197504694?-477:775", "source": "newsnownow"}, {"title": "Ex-Man Utd star opens up on club atmosphere after transfer to Bristol City", "url": "https://c.newsnow.co.uk/A/1197500107?-477:775", "source": "newsnownow"}, {"title": "View: West Ham player admission simply wrong after transfer window incident", "url": "https://c.newsnow.co.uk/A/1197497821?-477:775", "source": "newsnownow"}, {"title": "Gabriel Jesus opens up on \"secret agent\" role in Arsenal transfer plan", "url": "https://c.newsnow.co.uk/A/1197494374?-477:775", "source": "newsnownow"}, {"title": "'Best moment of his career': Ten Hag target thriving after disagreement over Man Utd transfer", "url": "https://c.newsnow.co.uk/A/1197492468?-477:775", "source": "newsnownow"}, {"title": "Newcastle miss out on transfer target to Prem rival as Fabrizio Romano gives \u2018here we go\u2019\u2026", "url": "https://c.newsnow.co.uk/A/1197491773?-477:775", "source": "newsnownow"}, {"title": "Man United transfer for Arsenal player denied as Solskjaer makes admission", "url": "https://c.newsnow.co.uk/A/1197491739?-477:775", "source": "newsnownow"}, {"title": "Liverpool star needs to listen to Trent Alexander-Arnold as 'perfect' transfer not yet working", "url": "https://c.newsnow.co.uk/A/1197490084?-477:775", "source": "newsnownow"}, {"title": "West Ham insider shares Jesse Lingard transfer twist with Moyes set for \"final decision\"", "url": "https://c.newsnow.co.uk/A/1197489958?-477:775", "source": "newsnownow"}, {"title": "'Beautiful' - BBC pundit reacts as Leeds beat EFL rivals to 'Brilliant' transfer in 2023", "url": "https://c.newsnow.co.uk/A/1197488309?-477:775", "source": "newsnownow"}, {"title": "transfer news", "url": "https://www.hitc.com/en-gb/topic/transfer-news/", "source": "hitc"}, {"title": "Levy reveals Tottenham clause to re-sign KaneTottenham chairman Daniel Levy has confirmed the club have an option to re-sign striker Harry Kane as part of the transfer that took him to Bayern Munich.15hJames Olley", "url": "/football/story/_/id/38444375/tottenham-chairman-levy-reveals-clause-re-sign-harry-kane", "source": "espn"}, {"title": "LIVE Transfer Talk: Barcelona eye free transfer for WilliamsBarcelona have identified Bilbao winger Nico Williams as a 2024 summer transfer target. Transfer Talk has the latest.4dESPN", "url": "/football/story/_/id/38329391/barcelona-look-signing-nico-williams", "source": "espn"}, {"title": "All the latest transfers from Europe's top leagues and clubs", "url": "/football/story/_/id/37799030/all-latest-transfers-europe-top-leagues-clubs", "source": "espn"}, {"title": "Summer transfer window: Grading big signings in men's soccer", "url": "/football/story/_/id/37817404/summer-transfer-window-grading-big-signings-mens-soccer", "source": "espn"}, {"title": "Summer transfer window: Grading big signings in women's soccer", "url": "/football/story/_/id/37917658/summer-transfer-window-grading-big-signings-womens-soccer", "source": "espn"}, {"title": "Saudi Pro League transfer roundup: Neymar, Benzema, more", "url": "/football/story/_/id/37884523/saudi-pro-league-transfers-2023-deals-talks", "source": "espn"}, {"title": "Transfers LIVE: Kane would've joined Man Utd on a free transfer", "url": "/en-gb/news/live/transfer-news-and-rumours-live/blt1ccfda38eda06d5a", "source": "goal"}, {"title": "Manchester City 'went all out to try to sign 16-year-old wonderkid Lamine Yamal from Barcelona' during the summer transfer window... before he started the season in sublime form", "url": "https://www.dailymail.co.uk/sport/football/article-12525621/Manchester-City-went-sign-Lamine-Yamal.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "'I didn't want to make a MISTAKE': Man United summer target Jean-Clair Todibo reveals his thinking behind sticking with Nice, despite contact being made about \u00a334m transfer to replace Harry Maguire", "url": "https://www.dailymail.co.uk/sport/football/article-12522255/I-didnt-want-make-MISTAKE-Man-United-summer-target-Jean-Clair-Todibo-reveals-thinking-sticking-Nice-despite-contact-34m-transfer-replace-Harry-Maguire.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "REVEALED: The two transfer exits that convinced Chelsea's owners to adopt their radical eight-year contract strategy", "url": "https://www.dailymail.co.uk/sport/football/article-12521829/The-two-transfer-exits-convinced-Chelseas-owners-adopt-radical-eight-year-contract-strategy.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "Man United's summer of chaos saw Alessia Russo join Arsenal and Mary Earps want out too... but NINE new arrivals have put a positive spin on the transfer window", "url": "https://www.dailymail.co.uk/sport/football/article-12521537/Man-Uniteds-Alessia-Russo-Arsenal-Mary-Earps-NINE-signings.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "Top football agents 'name the WORST Premier League transfer deals of the summer' - with three big-money buys at the top... and who rivals 'scattergun' Chelsea for the worst window overall?", "url": "https://www.dailymail.co.uk/sport/football/article-12517529/Agents-Premier-League-transfer-deals-summer-Chelsea.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "Everton midfielder Andre Gomes could join Fenerbahce before the Turkish transfer window closes with the Toffees keen to get the midfielder's salary off their books despite pending 777 takeover", "url": "https://www.dailymail.co.uk/sport/football/article-12509453/Everton-Andre-Gomes-Fenerbahce-Turkish-transfer-window-777-takeover.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "Bayern Munich bosses 'impose a strict new rule on Thomas Tuchel' after his moans about their 'slow' transfer moves infuriated the board, less than six months after he was appointed", "url": "https://www.dailymail.co.uk/sport/football/article-12507837/Bayern-Munich-bosses-impose-strict-new-rule-Thomas-Tuchel-moans-slow-transfer-moves-infuriated-board-six-months-appointed.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "EXCLUSIVE: Manchester United consider SHOCK move for ex-Aston Villa winger Anwar El Ghazi amid uncertainty over Antony and Jadon Sancho, with the Dutchman available on a free transfer having left PSV", "url": "https://www.dailymail.co.uk/sport/football/article-12506155/Manchester-United-consider-SHOCK-ex-Aston-Villa-winger-Anwar-El-Ghazi-amid-uncertainty-Antony-Jadon-Sancho-Dutchman-available-free-transfer-having-left-PSV.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "Manchester United 'tell Mary Earps she's not for sale' ahead of Thursday's transfer deadline... despite England No 1 being no closer to sign a new deal as she enters final year of her contract", "url": "https://www.dailymail.co.uk/sport/football/article-12504551/Manchester-United-Mary-Earps-transfer-deadline-Arsenal.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "Tanguy Ndombele was a flop as Tottenham's record transfer - but has your Premier League club's most expensive player fared any better?", "url": "https://www.dailymail.co.uk/sport/football/article-12498985/Tanguy-Ndombele-flop-Tottenhams-record-transfer-Premier-League-clubs-expensive-player-fared-better.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "Saudi Arabia's incredible summer transfer window: Pro League clubs spent more than \u00a3750m and attracted global stars... but European league chiefs still insist the country's top flight poses 'no danger' to the established order", "url": "https://www.dailymail.co.uk/sport/football/article-12495657/Saudi-Arabia-European-Cristiano-Ronaldo-Neymar-Karim-Benzema.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "Former Watford and Burnley striker Andre Gray set to join Saudi Arabian side Al-Riyadh on a free transfer after his contract with\u00a0Aris Salonika was cancelled by mutual consent", "url": "https://www.dailymail.co.uk/sport/football/article-12499039/Former-Watford-Burnley-striker-Andre-Gray-set-join-Saudi-Arabian-Al-Riyadh-free-transfer-contract-Aris-Salonika-cancelled-mutual-consent.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "TRANSFER GOSSIP: Arsenal will FINALLY offload outcast Nicolas Pepe, Khvicha Kvaratskhelia 'never had any desire' to leave Napoli this summer, while ex-Liverpool transfer guru Michael Edwards is set to return to the game", "url": "https://www.dailymail.co.uk/sport/football/article-12495163/TRANSFER-GOSSIP-Arsenal-Nicolas-Pepe-Khvicha-Kvaratskhelia-Napoli-Liverpool-Michael-Edwards.html?ico=topics_pagination_desktop", "source": "mailonline"}, {"title": "Saudi Pro League believe their Mo Salah pursuit is only on hold after he stayed at Liverpool with transfer window now CLOSED amid \u00a3200m interest from Al-Ittihad", "url": "https://www.dailymail.co.uk/sport/football/article-12494101/Saudi-Pro-League-believe-Mo-Salah-pursuit-hold-stayed-Liverpool-transfer-window-CLOSED-amid-200m-Al-Ittihad.html?ico=topics_pagination_desktop", "source": "mailonline"}]
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
80986d56-45df-4551-92c6-6831eff1aff2/bd9a53b0-556c-4239-a9d1-8a7f0bdf7445/0/0
Live Football Transfers in Europe
An API showing all the latest Football transfer news across Leagues in Europe
6.3
Get an individual Football Transfer info
This returns the info about a football transfer from a single news source
200
Response
[{"title": "Levy reveals Tottenham clause to re-sign KaneTottenham chairman Daniel Levy has confirmed the club have an option to re-sign striker Harry Kane as part of the transfer that took him to Bayern Munich.15hJames Olley", "url": "/football/story/_/id/38444375/tottenham-chairman-levy-reveals-clause-re-sign-harry-kane", "source": "espn"}, {"title": "LIVE Transfer Talk: Barcelona eye free transfer for WilliamsBarcelona have identified Bilbao winger Nico Williams as a 2024 summer transfer target. Transfer Talk has the latest.4dESPN", "url": "/football/story/_/id/38329391/barcelona-look-signing-nico-williams", "source": "espn"}, {"title": "All the latest transfers from Europe's top leagues and clubs", "url": "/football/story/_/id/37799030/all-latest-transfers-europe-top-leagues-clubs", "source": "espn"}, {"title": "Summer transfer window: Grading big signings in men's soccer", "url": "/football/story/_/id/37817404/summer-transfer-window-grading-big-signings-mens-soccer", "source": "espn"}, {"title": "Summer transfer window: Grading big signings in women's soccer", "url": "/football/story/_/id/37917658/summer-transfer-window-grading-big-signings-womens-soccer", "source": "espn"}, {"title": "Saudi Pro League transfer roundup: Neymar, Benzema, more", "url": "/football/story/_/id/37884523/saudi-pro-league-transfers-2023-deals-talks", "source": "espn"}]
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
30d75788-e001-42e2-8a4e-f992c1b58a37/8e1f0189-2bde-4587-ad0c-e4583738fc43/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Teams Goals
Get the standing of teams' goals
200
Response
[{"position": 1, "name": "Napoli", "goals": 15}, {"position": 1, "name": "Udinese", "goals": 15}, {"position": 3, "name": "Inter", "goals": 13}, {"position": 3, "name": "Lazio", "goals": 13}, {"position": 3, "name": "Milan", "goals": 13}, {"position": 6, "name": "Atalanta", "goals": 11}, {"position": 7, "name": "Salernitana", "goals": 10}, {"position": 8, "name": "Juventus", "goals": 9}, {"position": 9, "name": "Roma", "goals": 8}, {"position": 10, "name": "Bologna", "goals": 7}, {"position": 10, "name": "Fiorentina", "goals": 7}, {"position": 10, "name": "Spezia", "goals": 7}, {"position": 13, "name": "Empoli", "goals": 6}, {"position": 13, "name": "Hellas verona", "goals": 6}, {"position": 13, "name": "Lecce", "goals": 6}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "name": {"type": "string"}, "goals": {"type": "integer"}}, "required": ["goals", "name", "position"]}}
30d75788-e001-42e2-8a4e-f992c1b58a37/3821b65c-ce95-4e94-af1c-cee6ed59449a/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Players Assists
Get standing of players' assists
200
Response
[{"position": 1, "name": "Gerard Deulofeu", "team": "Udinese", "assists": 5}, {"position": 1, "name": "Sergej Milinkovic-Savic", "team": "Lazio", "assists": 5}, {"position": 3, "name": "Roberto Pereyra", "team": "Udinese", "assists": 4}, {"position": 4, "name": "Rafael Leao", "team": "Milan", "assists": 3}, {"position": 5, "name": "Piotr Zielinski", "team": "Napoli", "assists": 3}, {"position": 6, "name": "Mergim Vojvoda", "team": "Torino", "assists": 2}, {"position": 7, "name": "Matteo Darmian", "team": "Inter", "assists": 2}, {"position": 7, "name": "Boulaye Dia", "team": "Salernitana", "assists": 2}, {"position": 7, "name": "Paulo Dybala", "team": "Roma", "assists": 2}, {"position": 7, "name": "Denso Kasius", "team": "Bologna", "assists": 2}, {"position": 7, "name": "Mario Rui", "team": "Napoli", "assists": 2}, {"position": 12, "name": "Andre' Anguissa", "team": "Napoli", "assists": 2}, {"position": 12, "name": "Tommaso Augello", "team": "Sampdoria", "assists": 2}, {"position": 12, "name": "Nicolo' Barella", "team": "Inter", "assists": 2}, {"position": 12, "name": "Morten Hjulmand", "team": "Lecce", "assists": 2}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "name": {"type": "string"}, "team": {"type": "string"}, "assists": {"type": "integer"}}, "required": ["assists", "name", "position", "team"]}}
30d75788-e001-42e2-8a4e-f992c1b58a37/6c9850cb-a847-428c-8a01-50665716f492/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Teams Assists
Get the standing of teams' assists
200
Response
[{"position": 1, "name": "Napoli", "assists": 14}, {"position": 2, "name": "Udinese", "assists": 13}, {"position": 3, "name": "Inter", "assists": 10}, {"position": 3, "name": "Lazio", "assists": 10}, {"position": 3, "name": "Milan", "assists": 10}, {"position": 6, "name": "Atalanta", "assists": 8}, {"position": 7, "name": "Fiorentina", "assists": 7}, {"position": 8, "name": "Hellas verona", "assists": 5}, {"position": 8, "name": "Juventus", "assists": 5}, {"position": 8, "name": "Lecce", "assists": 5}, {"position": 8, "name": "Roma", "assists": 5}, {"position": 8, "name": "Salernitana", "assists": 5}, {"position": 13, "name": "Bologna", "assists": 4}, {"position": 13, "name": "Sampdoria", "assists": 4}, {"position": 13, "name": "Sassuolo", "assists": 4}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "name": {"type": "string"}, "assists": {"type": "integer"}}, "required": ["assists", "name", "position"]}}
30d75788-e001-42e2-8a4e-f992c1b58a37/723ce348-857f-4799-b401-0724fcdd7b19/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Players Goals
Get standing of players' goals
200
Response
[{"position": 1, "name": "Marko Arnautovic", "team": "Bologna", "goals": 6, "gamesPlayed": 7, "penalties": 2}, {"position": 2, "name": "Ciro Immobile", "team": "Lazio", "goals": 5, "gamesPlayed": 7, "penalties": 1}, {"position": 3, "name": "Dusan Vlahovic", "team": "Juventus", "goals": 4, "gamesPlayed": 6, "penalties": 1}, {"position": 3, "name": "Beto", "team": "Udinese", "goals": 4, "gamesPlayed": 7, "penalties": 0}, {"position": 3, "name": "Olivier Giroud", "team": "Milan", "goals": 4, "gamesPlayed": 7, "penalties": 1}, {"position": 3, "name": "Teun Koopmeiners", "team": "Atalanta", "goals": 4, "gamesPlayed": 7, "penalties": 2}, {"position": 3, "name": "Khvicha Kvaratskhelia", "team": "Napoli", "goals": 4, "gamesPlayed": 7, "penalties": 0}, {"position": 8, "name": "Boulaye Dia", "team": "Salernitana", "goals": 3, "gamesPlayed": 6, "penalties": 0}, {"position": 8, "name": "Paulo Dybala", "team": "Roma", "goals": 3, "gamesPlayed": 6, "penalties": 0}, {"position": 8, "name": "Rafael Leao", "team": "Milan", "goals": 3, "gamesPlayed": 6, "penalties": 0}, {"position": 8, "name": "Lautaro Martinez", "team": "Inter", "goals": 3, "gamesPlayed": 7, "penalties": 0}, {"position": 8, "name": "M'Bala Nzola", "team": "Spezia", "goals": 3, "gamesPlayed": 7, "penalties": 1}, {"position": 8, "name": "Nikola Vlasic", "team": "Torino", "goals": 3, "gamesPlayed": 7, "penalties": 0}, {"position": 14, "name": "Ante Rebic", "team": "Milan", "goals": 2, "gamesPlayed": 2, "penalties": 0}, {"position": 14, "name": "Arkadiusz Milik", "team": "Juventus", "goals": 2, "gamesPlayed": 4, "penalties": 0}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "name": {"type": "string"}, "team": {"type": "string"}, "goals": {"type": "integer"}, "gamesPlayed": {"type": "integer"}, "penalties": {"type": "integer"}}, "required": ["gamesPlayed", "goals", "name", "penalties", "position", "team"]}}
30d75788-e001-42e2-8a4e-f992c1b58a37/47347dc6-4ffa-4f2f-9301-1286c571d203/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Calendar Day
Get all the matches in a specified calendar day
200
Response
{"day": 1, "games": [{"game_time": "13/08/2022 18:30", "homeTeam": "Milan", "homeGoals": "4", "homeGoalsPlayers": ["12' Hernandez (R)", "15' Rebic", "46' Diaz", "68' Rebic"], "awayTeam": "Udinese", "awayGoals": "2", "awayGoalsPlayers": ["2' Becao", "45' + 4' Masina"]}, {"game_time": "13/08/2022 18:30", "homeTeam": "Sampdoria", "homeGoals": "0", "homeGoalsPlayers": [], "awayTeam": "Atalanta", "awayGoals": "2", "awayGoalsPlayers": ["26' Toloi", "90' + 5' Lookman"]}, {"game_time": "13/08/2022 20:45", "homeTeam": "Lecce", "homeGoals": "1", "homeGoalsPlayers": ["48' Ceesay"], "awayTeam": "Inter", "awayGoals": "2", "awayGoalsPlayers": ["2' Lukaku", "90' + 5' Dumfries"]}, {"game_time": "13/08/2022 20:45", "homeTeam": "Monza", "homeGoals": "1", "homeGoalsPlayers": ["90' + 5' Mota"], "awayTeam": "Torino", "awayGoals": "2", "awayGoalsPlayers": ["43' Miranchuk", "66' Sanabria"]}, {"game_time": "14/08/2022 18:30", "homeTeam": "Fiorentina", "homeGoals": "3", "homeGoalsPlayers": ["16' Bonaventura", "34' Jovic", "90' + 5' Mandragora"], "awayTeam": "Cremonese", "awayGoals": "2", "awayGoalsPlayers": ["19' Okereke", "68' Bianchetti"]}, {"game_time": "14/08/2022 18:30", "homeTeam": "Lazio", "homeGoals": "2", "homeGoalsPlayers": ["68' De Silvestri (A)", "79' Immobile"], "awayTeam": "Bologna", "awayGoals": "1", "awayGoalsPlayers": ["38' Arnautovic (R)"]}, {"game_time": "14/08/2022 20:45", "homeTeam": "Salernitana", "homeGoals": "0", "homeGoalsPlayers": [], "awayTeam": "Roma", "awayGoals": "1", "awayGoalsPlayers": ["33' Cristante"]}, {"game_time": "14/08/2022 20:45", "homeTeam": "Spezia", "homeGoals": "1", "homeGoalsPlayers": ["36' Nzola"], "awayTeam": "Empoli", "awayGoals": "0", "awayGoalsPlayers": []}, {"game_time": "15/08/2022 18:30", "homeTeam": "Hellas Verona", "homeGoals": "2", "homeGoalsPlayers": ["29' Lasagna", "48' Henry"], "awayTeam": "Napoli", "awayGoals": "5", "awayGoalsPlayers": ["37' Kvaratskhelia", "45' + 3' Osimhen", "55' Zielinski", "65' Lobotka", "79' Politano"]}, {"game_time": "15/08/2022 20:45", "homeTeam": "Juventus", "homeGoals": "3", "homeGoalsPlayers": ["26' Di Maria", "43' Vlahovic (R)", "51' Vlahovic"], "awayTeam": "Sassuolo", "awayGoals": "0", "awayGoalsPlayers": []}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"day": {"type": "integer"}, "games": {"type": "array", "items": {"type": "object", "properties": {"game_time": {"type": "string"}, "homeTeam": {"type": "string"}, "homeGoals": {"type": "string"}, "homeGoalsPlayers": {"type": "array", "items": {"type": "string"}}, "awayTeam": {"type": "string"}, "awayGoals": {"type": "string"}, "awayGoalsPlayers": {"type": "array", "items": {"type": "string"}}}, "required": ["awayGoals", "awayGoalsPlayers", "awayTeam", "game_time", "homeGoals", "homeGoalsPlayers", "homeTeam"]}}}, "required": ["day", "games"]}
30d75788-e001-42e2-8a4e-f992c1b58a37/e27f7c31-8ecc-458b-a85b-43a6f421edd3/0/0
Serie A Data
An API showing all the latest data from the Serie A
0.1
Get Standing
Get current standings from Serie A
200
Response
[{"position": 1, "team": "Napoli", "points": 17, "gamesPlayed": 7, "gamesWon": 5, "gamesDrawn": 2, "gamesLost": 0, "homeGames": 3, "homeGamesWon": 2, "homeGamesDrawn": 1, "homeGamesLost": 0, "awayGames": 4, "awayGamesWon": 3, "awayGamesDrawn": 1, "awayGamesLost": 0, "goalsDone": 15, "goalsConceded": 5}, {"position": 2, "team": "Atalanta", "points": 17, "gamesPlayed": 7, "gamesWon": 5, "gamesDrawn": 2, "gamesLost": 0, "homeGames": 3, "homeGamesWon": 1, "homeGamesDrawn": 2, "homeGamesLost": 0, "awayGames": 4, "awayGamesWon": 4, "awayGamesDrawn": 0, "awayGamesLost": 0, "goalsDone": 11, "goalsConceded": 3}, {"position": 3, "team": "Udinese", "points": 16, "gamesPlayed": 7, "gamesWon": 5, "gamesDrawn": 1, "gamesLost": 1, "homeGames": 4, "homeGamesWon": 3, "homeGamesDrawn": 1, "homeGamesLost": 0, "awayGames": 3, "awayGamesWon": 2, "awayGamesDrawn": 0, "awayGamesLost": 1, "goalsDone": 15, "goalsConceded": 7}, {"position": 4, "team": "Lazio", "points": 14, "gamesPlayed": 7, "gamesWon": 4, "gamesDrawn": 2, "gamesLost": 1, "homeGames": 4, "homeGamesWon": 3, "homeGamesDrawn": 0, "homeGamesLost": 1, "awayGames": 3, "awayGamesWon": 1, "awayGamesDrawn": 2, "awayGamesLost": 0, "goalsDone": 13, "goalsConceded": 5}, {"position": 5, "team": "Milan", "points": 14, "gamesPlayed": 7, "gamesWon": 4, "gamesDrawn": 2, "gamesLost": 1, "homeGames": 4, "homeGamesWon": 3, "homeGamesDrawn": 0, "homeGamesLost": 1, "awayGames": 3, "awayGamesWon": 1, "awayGamesDrawn": 2, "awayGamesLost": 0, "goalsDone": 13, "goalsConceded": 8}, {"position": 6, "team": "Roma", "points": 13, "gamesPlayed": 7, "gamesWon": 4, "gamesDrawn": 1, "gamesLost": 2, "homeGames": 3, "homeGamesWon": 2, "homeGamesDrawn": 0, "homeGamesLost": 1, "awayGames": 4, "awayGamesWon": 2, "awayGamesDrawn": 1, "awayGamesLost": 1, "goalsDone": 8, "goalsConceded": 7}, {"position": 7, "team": "Inter", "points": 12, "gamesPlayed": 7, "gamesWon": 4, "gamesDrawn": 0, "gamesLost": 3, "homeGames": 3, "homeGamesWon": 3, "homeGamesDrawn": 0, "homeGamesLost": 0, "awayGames": 4, "awayGamesWon": 1, "awayGamesDrawn": 0, "awayGamesLost": 3, "goalsDone": 13, "goalsConceded": 11}, {"position": 8, "team": "Juventus", "points": 10, "gamesPlayed": 7, "gamesWon": 2, "gamesDrawn": 4, "gamesLost": 1, "homeGames": 4, "homeGamesWon": 2, "homeGamesDrawn": 2, "homeGamesLost": 0, "awayGames": 3, "awayGamesWon": 0, "awayGamesDrawn": 2, "awayGamesLost": 1, "goalsDone": 9, "goalsConceded": 5}, {"position": 9, "team": "Torino", "points": 10, "gamesPlayed": 7, "gamesWon": 3, "gamesDrawn": 1, "gamesLost": 3, "homeGames": 3, "homeGamesWon": 1, "homeGamesDrawn": 1, "homeGamesLost": 1, "awayGames": 4, "awayGamesWon": 2, "awayGamesDrawn": 0, "awayGamesLost": 2, "goalsDone": 6, "goalsConceded": 7}, {"position": 10, "team": "Fiorentina", "points": 9, "gamesPlayed": 7, "gamesWon": 2, "gamesDrawn": 3, "gamesLost": 2, "homeGames": 4, "homeGamesWon": 2, "homeGamesDrawn": 2, "homeGamesLost": 0, "awayGames": 3, "awayGamesWon": 0, "awayGamesDrawn": 1, "awayGamesLost": 2, "goalsDone": 7, "goalsConceded": 6}, {"position": 11, "team": "Sassuolo", "points": 9, "gamesPlayed": 7, "gamesWon": 2, "gamesDrawn": 3, "gamesLost": 2, "homeGames": 3, "homeGamesWon": 1, "homeGamesDrawn": 1, "homeGamesLost": 1, "awayGames": 4, "awayGamesWon": 1, "awayGamesDrawn": 2, "awayGamesLost": 1, "goalsDone": 5, "goalsConceded": 8}, {"position": 12, "team": "Spezia", "points": 8, "gamesPlayed": 7, "gamesWon": 2, "gamesDrawn": 2, "gamesLost": 3, "homeGames": 4, "homeGamesWon": 2, "homeGamesDrawn": 2, "homeGamesLost": 0, "awayGames": 3, "awayGamesWon": 0, "awayGamesDrawn": 0, "awayGamesLost": 3, "goalsDone": 7, "goalsConceded": 11}, {"position": 13, "team": "Salernitana", "points": 7, "gamesPlayed": 7, "gamesWon": 1, "gamesDrawn": 4, "gamesLost": 2, "homeGames": 4, "homeGamesWon": 1, "homeGamesDrawn": 1, "homeGamesLost": 2, "awayGames": 3, "awayGamesWon": 0, "awayGamesDrawn": 3, "awayGamesLost": 0, "goalsDone": 10, "goalsConceded": 8}, {"position": 14, "team": "Empoli", "points": 7, "gamesPlayed": 7, "gamesWon": 1, "gamesDrawn": 4, "gamesLost": 2, "homeGames": 3, "homeGamesWon": 0, "homeGamesDrawn": 2, "homeGamesLost": 1, "awayGames": 4, "awayGamesWon": 1, "awayGamesDrawn": 2, "awayGamesLost": 1, "goalsDone": 6, "goalsConceded": 7}, {"position": 15, "team": "Lecce", "points": 6, "gamesPlayed": 7, "gamesWon": 1, "gamesDrawn": 3, "gamesLost": 3, "homeGames": 3, "homeGamesWon": 0, "homeGamesDrawn": 2, "homeGamesLost": 1, "awayGames": 4, "awayGamesWon": 1, "awayGamesDrawn": 1, "awayGamesLost": 2, "goalsDone": 6, "goalsConceded": 8}, {"position": 16, "team": "Bologna", "points": 6, "gamesPlayed": 7, "gamesWon": 1, "gamesDrawn": 3, "gamesLost": 3, "homeGames": 4, "homeGamesWon": 1, "homeGamesDrawn": 2, "homeGamesLost": 1, "awayGames": 3, "awayGamesWon": 0, "awayGamesDrawn": 1, "awayGamesLost": 2, "goalsDone": 7, "goalsConceded": 10}, {"position": 17, "team": "Hellas Verona", "points": 5, "gamesPlayed": 7, "gamesWon": 1, "gamesDrawn": 2, "gamesLost": 4, "homeGames": 3, "homeGamesWon": 1, "homeGamesDrawn": 0, "homeGamesLost": 2, "awayGames": 4, "awayGamesWon": 0, "awayGamesDrawn": 2, "awayGamesLost": 2, "goalsDone": 6, "goalsConceded": 13}, {"position": 18, "team": "Monza", "points": 4, "gamesPlayed": 7, "gamesWon": 1, "gamesDrawn": 1, "gamesLost": 5, "homeGames": 4, "homeGamesWon": 1, "homeGamesDrawn": 0, "homeGamesLost": 3, "awayGames": 3, "awayGamesWon": 0, "awayGamesDrawn": 1, "awayGamesLost": 2, "goalsDone": 4, "goalsConceded": 14}, {"position": 19, "team": "Cremonese", "points": 2, "gamesPlayed": 7, "gamesWon": 0, "gamesDrawn": 2, "gamesLost": 5, "homeGames": 3, "homeGamesWon": 0, "homeGamesDrawn": 1, "homeGamesLost": 2, "awayGames": 4, "awayGamesWon": 0, "awayGamesDrawn": 1, "awayGamesLost": 3, "goalsDone": 5, "goalsConceded": 14}, {"position": 20, "team": "Sampdoria", "points": 2, "gamesPlayed": 7, "gamesWon": 0, "gamesDrawn": 2, "gamesLost": 5, "homeGames": 4, "homeGamesWon": 0, "homeGamesDrawn": 2, "homeGamesLost": 2, "awayGames": 3, "awayGamesWon": 0, "awayGamesDrawn": 0, "awayGamesLost": 3, "goalsDone": 4, "goalsConceded": 13}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"position": {"type": "integer"}, "team": {"type": "string"}, "points": {"type": "integer"}, "gamesPlayed": {"type": "integer"}, "gamesWon": {"type": "integer"}, "gamesDrawn": {"type": "integer"}, "gamesLost": {"type": "integer"}, "homeGames": {"type": "integer"}, "homeGamesWon": {"type": "integer"}, "homeGamesDrawn": {"type": "integer"}, "homeGamesLost": {"type": "integer"}, "awayGames": {"type": "integer"}, "awayGamesWon": {"type": "integer"}, "awayGamesDrawn": {"type": "integer"}, "awayGamesLost": {"type": "integer"}, "goalsDone": {"type": "integer"}, "goalsConceded": {"type": "integer"}}, "required": ["awayGames", "awayGamesDrawn", "awayGamesLost", "awayGamesWon", "gamesDrawn", "gamesLost", "gamesPlayed", "gamesWon", "goalsConceded", "goalsDone", "homeGames", "homeGamesDrawn", "homeGamesLost", "homeGamesWon", "points", "position", "team"]}}
cb1916d3-002f-424b-87f8-eb8af08c3265/1277a3fd-03d0-45f9-9fa1-dff4823d3ffb/0/0
AllScores
Beware! Our live match updates may be faster than other API's. Enjoy our 24/7 wide coverage of real time scores data for 10 different sports and over 2,000 competitions worldwide, including Real-time Stats, Breaking News, In-Play Insights, Lineups, Live Tables, Fixtures, Social Buzz, Odds and much more. Supported 10 Sports Types: Football, Rugby, Tennis, Basketball, Cricket, Ice Hockey, Baseball, Volleyball, American football and Handball.
9.4
Paging Games
Get games from paging for competitors or competitions.
200
null
{"bookmakers": [], "competitions": [], "competitors": [], "countries": [], "games": [], "last-update-id": 0, "paging": {"next-page": "", "previous-page": ""}, "requested-update-id": 0, "sports": [], "summary": {}, "ttl": 0}
{"type": "object", "properties": {"bookmakers": {"type": ["array", "null"], "items": {"type": "object"}}, "competitions": {"type": ["array", "null"], "items": {"type": "object"}}, "competitors": {"type": ["array", "null"], "items": {"type": "object"}}, "countries": {"type": ["array", "null"], "items": {"type": "object"}}, "games": {"type": ["array", "null"], "items": {"type": "object"}}, "last-update-id": {"type": ["integer", "null"], "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "paging": {"allOf": [{"type": "object", "properties": {"next-page": {"type": ["string", "null"]}, "previous-page": {"type": ["string", "null"]}}, "x-stoplight": {"id": "xrsrp96cth8od"}}]}, "requested-update-id": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "sports": {"type": ["array", "null"], "items": {"type": "object"}}, "summary": {"type": ["object", "null"]}, "ttl": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "x-stoplight": {"id": "sropkd7lmca3w"}}
cb1916d3-002f-424b-87f8-eb8af08c3265/895724ab-7744-4f2d-a578-002da063288e/0/0
AllScores
Beware! Our live match updates may be faster than other API's. Enjoy our 24/7 wide coverage of real time scores data for 10 different sports and over 2,000 competitions worldwide, including Real-time Stats, Breaking News, In-Play Insights, Lineups, Live Tables, Fixtures, Social Buzz, Odds and much more. Supported 10 Sports Types: Football, Rugby, Tennis, Basketball, Cricket, Ice Hockey, Baseball, Volleyball, American football and Handball.
9.4
Results
Get results for competitors or competitions.
200
null
{"bookmakers": [], "competitions": [], "competitors": [], "countries": [], "games": [], "last-update-id": 0, "paging": {"next-page": "", "previous-page": ""}, "requested-update-id": 0, "sports": [], "summary": {}, "ttl": 0}
{"type": "object", "properties": {"bookmakers": {"type": ["array", "null"], "items": {"type": "object"}}, "competitions": {"type": ["array", "null"], "items": {"type": "object"}}, "competitors": {"type": ["array", "null"], "items": {"type": "object"}}, "countries": {"type": ["array", "null"], "items": {"type": "object"}}, "games": {"type": ["array", "null"], "items": {"type": "object"}}, "last-update-id": {"type": ["integer", "null"], "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "paging": {"allOf": [{"type": "object", "properties": {"next-page": {"type": ["string", "null"]}, "previous-page": {"type": ["string", "null"]}}, "x-stoplight": {"id": "xrsrp96cth8od"}}]}, "requested-update-id": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "sports": {"type": ["array", "null"], "items": {"type": "object"}}, "summary": {"type": ["object", "null"]}, "ttl": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "x-stoplight": {"id": "sropkd7lmca3w"}}
cb1916d3-002f-424b-87f8-eb8af08c3265/01099bdf-393e-44fc-9383-1b7f32739ed6/0/0
AllScores
Beware! Our live match updates may be faster than other API's. Enjoy our 24/7 wide coverage of real time scores data for 10 different sports and over 2,000 competitions worldwide, including Real-time Stats, Breaking News, In-Play Insights, Lineups, Live Tables, Fixtures, Social Buzz, Odds and much more. Supported 10 Sports Types: Football, Rugby, Tennis, Basketball, Cricket, Ice Hockey, Baseball, Volleyball, American football and Handball.
9.4
Fixtures
Get fixtures for competitors or competitions.
200
null
{"bookmakers": [], "competitions": [], "competitors": [], "countries": [], "games": [], "last-update-id": 0, "paging": {"next-page": "", "previous-page": ""}, "requested-update-id": 0, "sports": [], "summary": {}, "ttl": 0}
{"type": "object", "properties": {"bookmakers": {"type": ["array", "null"], "items": {"type": "object"}}, "competitions": {"type": ["array", "null"], "items": {"type": "object"}}, "competitors": {"type": ["array", "null"], "items": {"type": "object"}}, "countries": {"type": ["array", "null"], "items": {"type": "object"}}, "games": {"type": ["array", "null"], "items": {"type": "object"}}, "last-update-id": {"type": ["integer", "null"], "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "paging": {"allOf": [{"type": "object", "properties": {"next-page": {"type": ["string", "null"]}, "previous-page": {"type": ["string", "null"]}}, "x-stoplight": {"id": "xrsrp96cth8od"}}]}, "requested-update-id": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "sports": {"type": ["array", "null"], "items": {"type": "object"}}, "summary": {"type": ["object", "null"]}, "ttl": {"type": ["integer", "null"], "format": "int32", "minimum": -2147483648, "maximum": 2147483647}}, "x-stoplight": {"id": "sropkd7lmca3w"}}
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/61865999-17c0-457f-a46b-f2142a4a2f3d/0/0
livescore
BANKO BETS
null
BETS/LİST
The program that analyzes the past matches and predicts the match predictions by 90% thanks to the algorithm.
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}, "FT": {"ID": "1079072", "Guess": "1", "Rate": "1.56", "Perc": "68.70"}, "O/U": {"ID": "1079124", "Guess": "Over 2.50", "Rate": "1.89", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "1": {"Date": "2021-04-22 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Granada", "Away": "Eibar"}, "FT": {"ID": "1079091", "Guess": "2", "Rate": "2.98", "Perc": "58.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "2": {"Date": "2021-04-22 - 20:00", "League": "Spanish La Liga", "Teams": {"Home": "Atletico Ma", "Away": "Huesca"}, "FT": {"ID": "1079114", "Guess": "2", "Rate": "8.40", "Perc": "45.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "3": {"Date": "2021-04-21 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Alaves", "Away": "Villarreal"}, "FT": {"ID": "1079048", "Guess": "2", "Rate": "2.12", "Perc": "75.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "4": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Bologna", "Away": "Torino"}, "FT": {"ID": "1079017", "Guess": "1", "Rate": "2.20", "Perc": "85.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "5": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Genoa", "Away": "Benevento"}, "FT": {"ID": "1079023", "Guess": "X", "Rate": "2.98", "Perc": "83.40"}, "O/U": {"ID": "1079126", "Guess": "Under 2.50", "Rate": "1.83", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "6": {"Date": "2021-04-20 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Verona", "Away": "Fiorentina"}, "FT": {"ID": "1079071", "Guess": "1", "Rate": "2.32", "Perc": "68.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "7": {"Date": "2021-04-18 - 19:00", "League": "Belgian First Division A", "Teams": {"Home": "Kortrijk", "Away": "Yellow-Red "}, "FT": {"ID": "1079011", "Guess": "2", "Rate": "1.02", "Perc": "87.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "8": {"Date": "2021-04-18 - 17:00", "League": "Swiss Super League", "Teams": {"Home": "FC Basel", "Away": "Servette"}, "FT": {"ID": "1079002", "Guess": "2", "Rate": "2.58", "Perc": "90.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "9": {"Date": "2021-04-18 - 17:00", "League": "Scottish FA Cup", "Teams": {"Home": "Rangers", "Away": "Celtic"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1079130", "Guess": "Under 2.50", "Rate": "1.86", "Perc": "98.60"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "10": {"Date": "2021-04-18 - 16:00", "League": "French Ligue 1", "Teams": {"Home": "Reims", "Away": "Metz"}, "FT": {"ID": "1078988", "Guess": "X", "Rate": "3.05", "Perc": "94.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "11": {"Date": "2021-04-18 - 15:00", "League": "Danish Superliga", "Teams": {"Home": "OB", "Away": "SonderjyskE"}, "FT": {"ID": "1079020", "Guess": "2", "Rate": "3.80", "Perc": "83.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "12": {"Date": "2021-04-18 - 14:30", "League": "German Bundesliga 2", "Teams": {"Home": "VfL Osnabru", "Away": "Fortuna Dus"}, "FT": {"ID": "1079021", "Guess": "2", "Rate": "2.02", "Perc": "83.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "13": {"Date": "2021-04-17 - 22:30", "League": "Spanish Copa del Rey", "Teams": {"Home": "Athletic Bi", "Away": "Barcelona"}, "FT": {"ID": "1079082", "Guess": "2", "Rate": "1.56", "Perc": "66.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "14": {"Date": "2021-04-17 - 21:00", "League": "French Ligue 2", "Teams": {"Home": "Valencienne", "Away": "Guingamp"}, "FT": {"ID": "1079081", "Guess": "2", "Rate": "2.24", "Perc": "66.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "15": {"Date": "2021-04-17 - 17:15", "League": "Greek Super League", "Teams": {"Home": "Panaitoliko", "Away": "Apollon Smi"}, "FT": {"ID": "1079057", "Guess": "1", "Rate": "1.96", "Perc": "72.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "16": {"Date": "2021-04-17 - 16:00", "League": "Turkish Super League", "Teams": {"Home": "Malatyaspor", "Away": "Alanyaspor"}, "FT": {"ID": "1079013", "Guess": "2", "Rate": "2.42", "Perc": "86.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "17": {"Date": "2021-04-17 - 15:00", "League": "Italian Serie B", "Teams": {"Home": "Pisa", "Away": "Cosenza"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1079123", "Guess": "Under 2.50", "Rate": "1.96", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "18": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Wigan", "Away": "Crewe"}, "FT": {"ID": "1079046", "Guess": "1", "Rate": "2.74", "Perc": "76.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "19": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Hull", "Away": "Fleetwood T"}, "FT": {"ID": "1079037", "Guess": "1", "Rate": "1.61", "Perc": "80.00"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "20": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Forest Gree", "Away": "Scunthorpe"}, "FT": {"ID": "1079015", "Guess": "1", "Rate": "1.92", "Perc": "85.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "21": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Grimsby", "Away": "Bolton"}, "FT": {"ID": "1078975", "Guess": "2", "Rate": "1.98", "Perc": "99.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "22": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Burton", "Away": "Plymouth"}, "FT": {"ID": "1079025", "Guess": "1", "Rate": "1.97", "Perc": "83.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "23": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Carlisle", "Away": "Port Vale"}, "FT": {"ID": "1079076", "Guess": "1", "Rate": "2.38", "Perc": "67.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "24": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Shrewsbury", "Away": "Doncaster"}, "FT": {"ID": "1078999", "Guess": "1", "Rate": "2.40", "Perc": "92.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "25": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Charlton", "Away": "Ipswich"}, "FT": {"ID": "1079003", "Guess": "1", "Rate": "2.06", "Perc": "90.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "26": {"Date": "2021-04-17 - 14:00", "League": "Scottish League Two", "Teams": {"Home": "Edinburgh C", "Away": "Queens Park"}, "FT": {"ID": "1079001", "Guess": "2", "Rate": "1.95", "Perc": "90.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "27": {"Date": "2021-04-17 - 13:30", "League": "Turkish Super League", "Teams": {"Home": "Denizlispor", "Away": "Erzurum BB"}, "FT": {"ID": "1079033", "Guess": "2", "Rate": "2.82", "Perc": "81.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "28": {"Date": "2021-04-17 - 10:05", "League": "Australian A-League", "Teams": {"Home": "Western Uni", "Away": "Central Coa"}, "FT": {"ID": "1079068", "Guess": "2", "Rate": "2.40", "Perc": "69.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "29": {"Date": "2021-04-17 - 05:30", "League": "Mexican Liga MX", "Teams": {"Home": "Mazatlan FC", "Away": "Atlas"}, "FT": {"ID": "1079092", "Guess": "2", "Rate": "2.50", "Perc": "57.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "30": {"Date": "2021-04-17 - 03:40", "League": "Colombian Primera A", "Teams": {"Home": "Alianza Pet", "Away": "Envigado"}, "FT": {"ID": "1078982", "Guess": "2", "Rate": "1.60", "Perc": "96.50"}, "O/U": {"ID": "1079142", "Guess": "Over 2.50", "Rate": "1.62", "Perc": "82.70"}, "SCR": {"ID": "1079169", "Guess": "1-0", "Rate": "0.00", "Perc": "19.90"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "31": {"Date": "2021-04-17 - 01:00", "League": "Moroccan Botola Pro 1", "Teams": {"Home": "Moghreb Tet", "Away": "Raja Casabl"}, "FT": {"ID": "1078983", "Guess": "2", "Rate": "1.79", "Perc": "96.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "32": {"Date": "2021-04-17 - 01:00", "League": "Chilean Primera Division", "Teams": {"Home": "Huachipato", "Away": "Nublense"}, "FT": {"ID": "1078977", "Guess": "1", "Rate": "2.02", "Perc": "98.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "33": {"Date": "2021-04-16 - 23:00", "League": "Portuguese Primeira Liga", "Teams": {"Home": "Farense", "Away": "Sporting Li"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "1079167", "Guess": "0-3", "Rate": "0.00", "Perc": "24.20"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "34": {"Date": "2021-04-16 - 21:00", "League": "Dutch Eerste Divisie", "Teams": {"Home": "FC Dordrech", "Away": "Den Bosch"}, "FT": {"ID": "1079022", "Guess": "1", "Rate": "2.96", "Perc": "83.60"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "35": {"Date": "2021-04-16 - 21:00", "League": "Dutch Eerste Divisie", "Teams": {"Home": "Roda JC", "Away": "NAC Breda"}, "FT": {"ID": "1079045", "Guess": "1", "Rate": "2.36", "Perc": "77.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "36": {"Date": "2021-04-16 - 19:30", "League": "Bulgarian A League", "Teams": {"Home": "CSKA 1948 S", "Away": "Cherno More"}, "FT": {"ID": "1079019", "Guess": "1", "Rate": "2.18", "Perc": "84.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "37": {"Date": "2021-04-16 - 19:30", "League": "German Bundesliga 2", "Teams": {"Home": "Braunschwei", "Away": "Paderborn"}, "FT": {"ID": "1079062", "Guess": "2", "Rate": "2.46", "Perc": "71.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "38": {"Date": "2021-04-16 - 19:30", "League": "German Bundesliga 2", "Teams": {"Home": "SV Darmstad", "Away": "Greuther Fu"}, "FT": {"ID": "1079049", "Guess": "2", "Rate": "2.32", "Perc": "74.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "39": {"Date": "2021-04-16 - 19:15", "League": "Azerbaijan Premier League", "Teams": {"Home": "FK Sumqayit", "Away": "FK Qabala"}, "FT": {"ID": "1078979", "Guess": "2", "Rate": "2.32", "Perc": "97.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "40": {"Date": "2021-04-16 - 19:00", "League": "Polish Ekstraklasa", "Teams": {"Home": "Podbeskidzi", "Away": "Pogon Szcze"}, "FT": {"ID": "1079086", "Guess": "2", "Rate": "2.04", "Perc": "61.60"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "41": {"Date": "2021-04-16 - 19:00", "League": "Turkish Super League", "Teams": {"Home": "Antalyaspor", "Away": "Rizespor"}, "FT": {"ID": "1079083", "Guess": "2", "Rate": "3.30", "Perc": "65.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "42": {"Date": "2021-04-16 - 17:00", "League": "Ukrainian Premier League", "Teams": {"Home": "FC Lviv", "Away": "Oleksandria"}, "FT": {"ID": "1078980", "Guess": "2", "Rate": "1.75", "Perc": "97.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "43": {"Date": "2021-04-16 - 16:00", "League": "Turkish Super League", "Teams": {"Home": "Konyaspor", "Away": "Kayserispor"}, "FT": {"ID": "1079088", "Guess": "X", "Rate": "3.35", "Perc": "60.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "44": {"Date": "2021-04-16 - 16:00", "League": "Turkish Super League", "Teams": {"Home": "Genclerbirl", "Away": "Sivasspor"}, "FT": {"ID": "1079053", "Guess": "2", "Rate": "2.02", "Perc": "74.10"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "45": {"Date": "2021-04-16 - 15:00", "League": "Hong Kong Premier League", "Teams": {"Home": "Happy Valle", "Away": "Kitchee SC"}, "FT": {"ID": "1078976", "Guess": "2", "Rate": "1.11", "Perc": "98.70"}, "O/U": {"ID": "1079129", "Guess": "Under 2.50", "Rate": "3.05", "Perc": "99.20"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "46": {"Date": "2021-04-16 - 03:30", "League": "Brazilian Cup", "Teams": {"Home": "Joinville", "Away": "Atletico GO"}, "FT": {"ID": "1079118", "Guess": "2", "Rate": "1.62", "Perc": "42.40"}, "O/U": {"ID": "1079136", "Guess": "Under 2.50", "Rate": "1.73", "Perc": "90.90"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "47": {"Date": "2021-04-16 - 03:30", "League": "CONMEBOL Copa Libertadores", "Teams": {"Home": "Junior FC B", "Away": "Bolivar"}, "FT": {"ID": "1079027", "Guess": "1", "Rate": "1.40", "Perc": "82.70"}, "O/U": {"ID": "1079145", "Guess": "Over 2.50", "Rate": "1.63", "Perc": "70.20"}, "SCR": {"ID": "1079168", "Guess": "2-1", "Rate": "0.00", "Perc": "21.90"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "48": {"Date": "2021-04-16 - 03:10", "League": "Venezuelan Primera Division", "Teams": {"Home": "Monagas", "Away": "Mineros Gua"}, "FT": {"ID": "1079073", "Guess": "1", "Rate": "2.94", "Perc": "68.60"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "49": {"Date": "2021-04-16 - 03:10", "League": "Argentinian Primera B Nacional", "Teams": {"Home": "Alvarado", "Away": "CA Temperle"}, "FT": {"ID": "1079079", "Guess": "X", "Rate": "2.68", "Perc": "67.00"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "50": {"Date": "2021-04-16 - 03:00", "League": "Mexican Ascenso MX", "Teams": {"Home": "Celaya", "Away": "Tapatio"}, "FT": {"ID": "1079060", "Guess": "X", "Rate": "3.05", "Perc": "71.60"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "51": {"Date": "2021-04-16 - 02:30", "League": "US NWSL Challenge Cup", "Teams": {"Home": "Chicago Red", "Away": "Portland Th"}, "FT": {"ID": "1079043", "Guess": "1", "Rate": "1.87", "Perc": "77.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "52": {"Date": "2021-04-16 - 02:00", "League": "Peruvian Primera Division", "Teams": {"Home": "UTC Cajamar", "Away": "Melgar"}, "FT": {"ID": "1079067", "Guess": "2", "Rate": "2.10", "Perc": "70.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "53": {"Date": "2021-04-16 - 01:30", "League": "Colombian Cup", "Teams": {"Home": "Tigres FC Z", "Away": "Barranquill"}, "FT": {"ID": "1079041", "Guess": "1", "Rate": "1.70", "Perc": "78.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "54": {"Date": "2021-04-16 - 01:00", "League": "Venezuelan Primera Division", "Teams": {"Home": "Deportivo T", "Away": "CD Hermanos"}, "FT": {"ID": "1079010", "Guess": "1", "Rate": "1.45", "Perc": "87.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "55": {"Date": "2021-04-16 - 01:00", "League": "Ecuadorian Serie B", "Teams": {"Home": "Cumbaya FC", "Away": "CD America "}, "FT": {"ID": "1079119", "Guess": "2", "Rate": "3.20", "Perc": "38.00"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "56": {"Date": "2021-04-16 - 01:00", "League": "Brazilian Cup", "Teams": {"Home": "4 De Julho", "Away": "Cuiaba"}, "FT": {"ID": "1079050", "Guess": "2", "Rate": "1.71", "Perc": "74.60"}, "O/U": {"ID": "1079149", "Guess": "Under 2.50", "Rate": "1.75", "Perc": "62.40"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "57": {"Date": "2021-04-16 - 01:00", "League": "Brazilian Carioca Matches", "Teams": {"Home": "Flamengo", "Away": "Vasco da Ga"}, "FT": {"ID": "1079080", "Guess": "1", "Rate": "1.31", "Perc": "66.90"}, "O/U": {"ID": "1079156", "Guess": "Over 2.50", "Rate": "1.60", "Perc": "53.50"}, "SCR": {"ID": "1079163", "Guess": "2-1", "Rate": "10.00", "Perc": "47.50"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "58": {"Date": "2021-04-16 - 00:30", "League": "Algerian Ligue 1", "Teams": {"Home": "ES Setif", "Away": "Kabylie"}, "FT": {"ID": "1079077", "Guess": "1", "Rate": "1.63", "Perc": "67.60"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "59": {"Date": "2021-04-15 - 23:30", "League": "Peruvian Primera Division", "Teams": {"Home": "Uni San Mar", "Away": "Universitar"}, "FT": {"ID": "1078984", "Guess": "2", "Rate": "2.10", "Perc": "96.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "60": {"Date": "2021-04-15 - 23:15", "League": "AFC Champions League", "Teams": {"Home": "Esteghlal F", "Away": "Al Ahli"}, "FT": {"ID": "1079111", "Guess": "1", "Rate": "2.24", "Perc": "47.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "61": {"Date": "2021-04-15 - 22:30", "League": "Egyptian Cup", "Teams": {"Home": "Al-Masry", "Away": "El Geish"}, "FT": {"ID": "1079116", "Guess": "X", "Rate": "2.90", "Perc": "44.10"}, "O/U": {"ID": "1079141", "Guess": "Under 2.50", "Rate": "1.46", "Perc": "82.90"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "62": {"Date": "2021-04-15 - 22:30", "League": "Egyptian Cup", "Teams": {"Home": "Wadi Degla", "Away": "Al Ittihad "}, "FT": {"ID": "1079100", "Guess": "2", "Rate": "1.82", "Perc": "53.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "63": {"Date": "2021-04-15 - 22:00", "League": "Kuwaiti Premier League", "Teams": {"Home": "Al Sahel", "Away": "Khaitan"}, "FT": {"ID": "1079099", "Guess": "2", "Rate": "3.40", "Perc": "54.00"}, "O/U": {"ID": "1079140", "Guess": "Over 2.50", "Rate": "1.96", "Perc": "84.10"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "64": {"Date": "2021-04-15 - 21:00", "League": "Scottish League One", "Teams": {"Home": "Partick", "Away": "Montrose"}, "FT": {"ID": "1079078", "Guess": "1", "Rate": "1.84", "Perc": "67.00"}, "O/U": {"ID": "1079151", "Guess": "Under 2.50", "Rate": "1.96", "Perc": "60.40"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "65": {"Date": "2021-04-15 - 21:00", "League": "Scottish League Two", "Teams": {"Home": "Stranraer", "Away": "Stenhousemu"}, "FT": {"ID": "1079064", "Guess": "1", "Rate": "2.14", "Perc": "71.30"}, "O/U": {"ID": "1079146", "Guess": "Under 2.50", "Rate": "1.91", "Perc": "70.10"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "66": {"Date": "2021-04-15 - 21:00", "League": "Scottish League One", "Teams": {"Home": "Clyde", "Away": "Dumbarton"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1079139", "Guess": "Under 2.50", "Rate": "1.89", "Perc": "84.30"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "67": {"Date": "2021-04-21 - 22:15", "League": "English Premier League", "Teams": {"Home": "Aston Villa", "Away": "Man City"}, "FT": {"ID": "1074848", "Guess": "1", "Rate": "8.80", "Perc": "57.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "68": {"Date": "2021-04-21 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Elche", "Away": "Valladolid"}, "FT": {"ID": "1074834", "Guess": "1", "Rate": "2.94", "Perc": "62.10"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "69": {"Date": "2021-04-21 - 21:00", "League": "Spanish La Liga", "Teams": {"Home": "Betis", "Away": "Athletic Bi"}, "FT": {"ID": "1074819", "Guess": "2", "Rate": "2.92", "Perc": "73.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "70": {"Date": "2021-04-21 - 20:00", "League": "English Premier League", "Teams": {"Home": "Tottenham", "Away": "Southampton"}, "FT": {"ID": "1074794", "Guess": "1", "Rate": "1.71", "Perc": "86.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "71": {"Date": "2021-04-21 - 20:00", "League": "Spanish La Liga", "Teams": {"Home": "Levante", "Away": "Sevilla"}, "FT": {"ID": "1074785", "Guess": "2", "Rate": "1.89", "Perc": "90.00"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "72": {"Date": "2021-04-21 - 19:30", "League": "German Bundesliga", "Teams": {"Home": "Hertha Berl", "Away": "Freiburg"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1074902", "Guess": "Under 2.50", "Rate": "1.98", "Perc": "57.40"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "73": {"Date": "2021-04-20 - 22:00", "League": "English Premier League", "Teams": {"Home": "Chelsea", "Away": "Brighton"}, "FT": {"ID": "1074821", "Guess": "1", "Rate": "1.64", "Perc": "72.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "74": {"Date": "2021-04-18 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Napoli", "Away": "Inter"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1074904", "Guess": "Under 2.50", "Rate": "1.98", "Perc": "51.80"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "75": {"Date": "2021-04-18 - 18:30", "League": "Swedish Allsvenskan", "Teams": {"Home": "Djurgardens", "Away": "Norrkoping"}, "FT": {"ID": "1074826", "Guess": "2", "Rate": "3.50", "Perc": "71.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "76": {"Date": "2021-04-18 - 16:00", "League": "Swedish Allsvenskan", "Teams": {"Home": "Degerfors", "Away": "Kalmar FF"}, "FT": {"ID": "1074803", "Guess": "2", "Rate": "3.20", "Perc": "83.60"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "77": {"Date": "2021-04-18 - 16:00", "League": "French Ligue 1", "Teams": {"Home": "Nimes", "Away": "Strasbourg"}, "FT": {"ID": "1074761", "Guess": "2", "Rate": "2.12", "Perc": "97.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "78": {"Date": "2021-04-17 - 22:30", "League": "Portuguese Primeira Liga", "Teams": {"Home": "Rio Ave", "Away": "Braga"}, "FT": {"ID": "1074766", "Guess": "2", "Rate": "1.88", "Perc": "95.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "79": {"Date": "2021-04-17 - 19:30", "League": "English League 1", "Teams": {"Home": "AFC Wimbled", "Away": "Swindon"}, "FT": {"ID": "1074758", "Guess": "1", "Rate": "2.28", "Perc": "99.10"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "80": {"Date": "2021-04-17 - 19:00", "League": "Turkish Super League", "Teams": {"Home": "Goztepe", "Away": "Galatasaray"}, "FT": {"ID": "1074774", "Guess": "1", "Rate": "4.10", "Perc": "94.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "81": {"Date": "2021-04-17 - 15:00", "League": "Czech 1 Liga", "Teams": {"Home": "Mlada Boles", "Away": "SFC Opava"}, "FT": {"ID": "1074829", "Guess": "2", "Rate": "5.80", "Perc": "68.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "82": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Blackpool", "Away": "Sunderland"}, "FT": {"ID": "1074776", "Guess": "1", "Rate": "2.82", "Perc": "94.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "83": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Bristol Rov", "Away": "Lincoln"}, "FT": {"ID": "1074772", "Guess": "2", "Rate": "2.52", "Perc": "94.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "84": {"Date": "2021-04-17 - 14:30", "League": "English Championship", "Teams": {"Home": "Nottm Fores", "Away": "Huddersfiel"}, "FT": {"ID": "1074762", "Guess": "1", "Rate": "2.16", "Perc": "96.60"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "85": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Morecambe", "Away": "Oldham"}, "FT": {"ID": "1074759", "Guess": "1", "Rate": "2.00", "Perc": "97.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "86": {"Date": "2021-04-17 - 14:30", "League": "English Championship", "Teams": {"Home": "Stoke", "Away": "Preston"}, "FT": {"ID": "1074769", "Guess": "1", "Rate": "2.20", "Perc": "95.10"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "87": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Exeter", "Away": "Southend"}, "FT": {"ID": "1074757", "Guess": "1", "Rate": "1.76", "Perc": "99.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "88": {"Date": "2021-04-17 - 14:30", "League": "English Championship", "Teams": {"Home": "Sheff Wed", "Away": "Bristol Cit"}, "FT": {"ID": "1074855", "Guess": "1", "Rate": "2.12", "Perc": "51.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "89": {"Date": "2021-04-17 - 14:30", "League": "English Championship", "Teams": {"Home": "Swansea", "Away": "Wycombe"}, "FT": {"ID": "1074831", "Guess": "1", "Rate": "1.53", "Perc": "65.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "90": {"Date": "2021-04-17 - 13:45", "League": "French Ligue 1", "Teams": {"Home": "Angers", "Away": "Rennes"}, "FT": {"ID": "1074782", "Guess": "2", "Rate": "2.34", "Perc": "91.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "91": {"Date": "2021-04-16 - 22:00", "League": "Italian Serie B", "Teams": {"Home": "SPAL", "Away": "Ascoli"}, "FT": {"ID": "1074778", "Guess": "X", "Rate": "3.15", "Perc": "93.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "92": {"Date": "2021-04-16 - 22:00", "League": "French Ligue 1", "Teams": {"Home": "Lille", "Away": "Montpellier"}, "FT": {"ID": "1074820", "Guess": "1", "Rate": "1.66", "Perc": "73.00"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "93": {"Date": "2021-04-16 - 21:45", "League": "English League 1", "Teams": {"Home": "Peterboroug", "Away": "Northampton"}, "FT": {"ID": "1074815", "Guess": "1", "Rate": "1.51", "Perc": "75.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "94": {"Date": "2021-04-16 - 19:00", "League": "Turkish Super League", "Teams": {"Home": "Besiktas", "Away": "Ankaragucu"}, "FT": {"ID": "1074789", "Guess": "1", "Rate": "1.35", "Perc": "88.60"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "95": {"Date": "2021-04-16 - 12:05", "League": "Australian A-League", "Teams": {"Home": "Western Syd", "Away": "Brisbane Ro"}, "FT": {"ID": "1074792", "Guess": "2", "Rate": "2.92", "Perc": "87.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "96": {"Date": "2021-04-15 - 19:00", "League": "Romanian Super Cup", "Teams": {"Home": "CFR Cluj", "Away": "FCSB"}, "FT": {"ID": "1074845", "Guess": "1", "Rate": "2.66", "Perc": "58.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "97": {"Date": "2021-04-15 - 16:00", "League": "Turkish 1 Lig", "Teams": {"Home": "Ankaraspor", "Away": "Altay"}, "FT": {"ID": "1074764", "Guess": "2", "Rate": "1.70", "Perc": "96.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "98": {"Date": "2021-04-15 - 04:00", "League": "Brazilian Paulista Serie A1", "Teams": {"Home": "Ituano", "Away": "Botafogo SP"}, "FT": {"ID": "1074808", "Guess": "1", "Rate": "1.95", "Perc": "80.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "99": {"Date": "2021-04-15 - 03:30", "League": "Brazilian Cup", "Teams": {"Home": "ABC RN", "Away": "Botafogo"}, "FT": {"ID": "1074869", "Guess": "X", "Rate": "15.00", "Perc": "x"}, "O/U": {"ID": "1074888", "Guess": "Under 2.50", "Rate": "1.65", "Perc": "90.20"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "1": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "2": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "3": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "4": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "5": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "6": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "7": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "8": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "9": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "10": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "11": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "12": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "13": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "14": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "15": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "16": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "17": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "18": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "19": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "20": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "21": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "22": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "23": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "24": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "25": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "26": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "27": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "28": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "29": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "30": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "31": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "32": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "33": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "34": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "35": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "36": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "37": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "38": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "39": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "40": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "41": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "42": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "43": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "44": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "45": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "46": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "47": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "48": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "49": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "50": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "51": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "52": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "53": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "54": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "55": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "56": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "57": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "58": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "59": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "60": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "61": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "62": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "63": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "64": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "65": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "66": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "67": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "68": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "69": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "70": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "71": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "72": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "73": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "74": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "75": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "76": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "77": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "78": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "79": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "80": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "81": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "82": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "83": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "84": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "85": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "86": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "87": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "88": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "89": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "90": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "91": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "92": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "93": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "94": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "95": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "96": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "97": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "98": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "99": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}}, "required": ["0", "1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "3", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "4", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "5", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "6", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "7", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "8", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "9", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99"]}
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/38d24f82-0c04-47e6-b9f5-d37356bf90b6/0/0
livescore
BANKO BETS
null
BETS/LİST10
FİLTER 10 MATCH BETS
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}, "FT": {"ID": "1079072", "Guess": "1", "Rate": "1.56", "Perc": "68.70"}, "O/U": {"ID": "1079124", "Guess": "Over 2.50", "Rate": "1.89", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "1": {"Date": "2021-04-22 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Granada", "Away": "Eibar"}, "FT": {"ID": "1079091", "Guess": "2", "Rate": "2.98", "Perc": "58.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "2": {"Date": "2021-04-22 - 20:00", "League": "Spanish La Liga", "Teams": {"Home": "Atletico Ma", "Away": "Huesca"}, "FT": {"ID": "1079114", "Guess": "2", "Rate": "8.40", "Perc": "45.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "3": {"Date": "2021-04-21 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Alaves", "Away": "Villarreal"}, "FT": {"ID": "1079048", "Guess": "2", "Rate": "2.12", "Perc": "75.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "4": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Bologna", "Away": "Torino"}, "FT": {"ID": "1079017", "Guess": "1", "Rate": "2.20", "Perc": "85.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "5": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Genoa", "Away": "Benevento"}, "FT": {"ID": "1079023", "Guess": "X", "Rate": "2.98", "Perc": "83.40"}, "O/U": {"ID": "1079126", "Guess": "Under 2.50", "Rate": "1.83", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "6": {"Date": "2021-04-20 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Verona", "Away": "Fiorentina"}, "FT": {"ID": "1079071", "Guess": "1", "Rate": "2.32", "Perc": "68.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "7": {"Date": "2021-04-18 - 19:00", "League": "Belgian First Division A", "Teams": {"Home": "Kortrijk", "Away": "Yellow-Red "}, "FT": {"ID": "1079011", "Guess": "2", "Rate": "1.02", "Perc": "87.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "8": {"Date": "2021-04-18 - 17:00", "League": "Swiss Super League", "Teams": {"Home": "FC Basel", "Away": "Servette"}, "FT": {"ID": "1079002", "Guess": "2", "Rate": "2.58", "Perc": "90.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "9": {"Date": "2021-04-18 - 17:00", "League": "Scottish FA Cup", "Teams": {"Home": "Rangers", "Away": "Celtic"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1079130", "Guess": "Under 2.50", "Rate": "1.86", "Perc": "98.60"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "1": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "2": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "3": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "4": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "5": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "6": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "7": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "8": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "9": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]}
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/1fccc968-f807-451f-9400-ad3989447ba7/0/0
livescore
BANKO BETS
null
BETS/LİST20
FİLTER 20 MATCH BETS
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}, "FT": {"ID": "1079072", "Guess": "1", "Rate": "1.56", "Perc": "68.70"}, "O/U": {"ID": "1079124", "Guess": "Over 2.50", "Rate": "1.89", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "1": {"Date": "2021-04-22 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Granada", "Away": "Eibar"}, "FT": {"ID": "1079091", "Guess": "2", "Rate": "2.98", "Perc": "58.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "2": {"Date": "2021-04-22 - 20:00", "League": "Spanish La Liga", "Teams": {"Home": "Atletico Ma", "Away": "Huesca"}, "FT": {"ID": "1079114", "Guess": "2", "Rate": "8.40", "Perc": "45.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "3": {"Date": "2021-04-21 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Alaves", "Away": "Villarreal"}, "FT": {"ID": "1079048", "Guess": "2", "Rate": "2.12", "Perc": "75.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "4": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Bologna", "Away": "Torino"}, "FT": {"ID": "1079017", "Guess": "1", "Rate": "2.20", "Perc": "85.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "5": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Genoa", "Away": "Benevento"}, "FT": {"ID": "1079023", "Guess": "X", "Rate": "2.98", "Perc": "83.40"}, "O/U": {"ID": "1079126", "Guess": "Under 2.50", "Rate": "1.83", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "6": {"Date": "2021-04-20 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Verona", "Away": "Fiorentina"}, "FT": {"ID": "1079071", "Guess": "1", "Rate": "2.32", "Perc": "68.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "7": {"Date": "2021-04-18 - 19:00", "League": "Belgian First Division A", "Teams": {"Home": "Kortrijk", "Away": "Yellow-Red "}, "FT": {"ID": "1079011", "Guess": "2", "Rate": "1.02", "Perc": "87.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "8": {"Date": "2021-04-18 - 17:00", "League": "Swiss Super League", "Teams": {"Home": "FC Basel", "Away": "Servette"}, "FT": {"ID": "1079002", "Guess": "2", "Rate": "2.58", "Perc": "90.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "9": {"Date": "2021-04-18 - 17:00", "League": "Scottish FA Cup", "Teams": {"Home": "Rangers", "Away": "Celtic"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1079130", "Guess": "Under 2.50", "Rate": "1.86", "Perc": "98.60"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "10": {"Date": "2021-04-18 - 16:00", "League": "French Ligue 1", "Teams": {"Home": "Reims", "Away": "Metz"}, "FT": {"ID": "1078988", "Guess": "X", "Rate": "3.05", "Perc": "94.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "11": {"Date": "2021-04-18 - 15:00", "League": "Danish Superliga", "Teams": {"Home": "OB", "Away": "SonderjyskE"}, "FT": {"ID": "1079020", "Guess": "2", "Rate": "3.80", "Perc": "83.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "12": {"Date": "2021-04-18 - 14:30", "League": "German Bundesliga 2", "Teams": {"Home": "VfL Osnabru", "Away": "Fortuna Dus"}, "FT": {"ID": "1079021", "Guess": "2", "Rate": "2.02", "Perc": "83.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "13": {"Date": "2021-04-17 - 22:30", "League": "Spanish Copa del Rey", "Teams": {"Home": "Athletic Bi", "Away": "Barcelona"}, "FT": {"ID": "1079082", "Guess": "2", "Rate": "1.56", "Perc": "66.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "14": {"Date": "2021-04-17 - 21:00", "League": "French Ligue 2", "Teams": {"Home": "Valencienne", "Away": "Guingamp"}, "FT": {"ID": "1079081", "Guess": "2", "Rate": "2.24", "Perc": "66.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "15": {"Date": "2021-04-17 - 17:15", "League": "Greek Super League", "Teams": {"Home": "Panaitoliko", "Away": "Apollon Smi"}, "FT": {"ID": "1079057", "Guess": "1", "Rate": "1.96", "Perc": "72.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "16": {"Date": "2021-04-17 - 16:00", "League": "Turkish Super League", "Teams": {"Home": "Malatyaspor", "Away": "Alanyaspor"}, "FT": {"ID": "1079013", "Guess": "2", "Rate": "2.42", "Perc": "86.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "17": {"Date": "2021-04-17 - 15:00", "League": "Italian Serie B", "Teams": {"Home": "Pisa", "Away": "Cosenza"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1079123", "Guess": "Under 2.50", "Rate": "1.96", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "18": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Wigan", "Away": "Crewe"}, "FT": {"ID": "1079046", "Guess": "1", "Rate": "2.74", "Perc": "76.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "19": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Hull", "Away": "Fleetwood T"}, "FT": {"ID": "1079037", "Guess": "1", "Rate": "1.61", "Perc": "80.00"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "1": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "2": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "3": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "4": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "5": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "6": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "7": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "8": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "9": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "10": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "11": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "12": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "13": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "14": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "15": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "16": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "17": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "18": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "19": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}}, "required": ["0", "1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "3", "4", "5", "6", "7", "8", "9"]}
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/a1d9d2b9-ba19-4bf0-b05c-341ffb7a77a5/0/0
livescore
BANKO BETS
null
BETS/LİST30
FİLTER 30 MATCH BETS
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}, "FT": {"ID": "1079072", "Guess": "1", "Rate": "1.56", "Perc": "68.70"}, "O/U": {"ID": "1079124", "Guess": "Over 2.50", "Rate": "1.89", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "1": {"Date": "2021-04-22 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Granada", "Away": "Eibar"}, "FT": {"ID": "1079091", "Guess": "2", "Rate": "2.98", "Perc": "58.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "2": {"Date": "2021-04-22 - 20:00", "League": "Spanish La Liga", "Teams": {"Home": "Atletico Ma", "Away": "Huesca"}, "FT": {"ID": "1079114", "Guess": "2", "Rate": "8.40", "Perc": "45.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "3": {"Date": "2021-04-21 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Alaves", "Away": "Villarreal"}, "FT": {"ID": "1079048", "Guess": "2", "Rate": "2.12", "Perc": "75.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "4": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Bologna", "Away": "Torino"}, "FT": {"ID": "1079017", "Guess": "1", "Rate": "2.20", "Perc": "85.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "5": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Genoa", "Away": "Benevento"}, "FT": {"ID": "1079023", "Guess": "X", "Rate": "2.98", "Perc": "83.40"}, "O/U": {"ID": "1079126", "Guess": "Under 2.50", "Rate": "1.83", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "6": {"Date": "2021-04-20 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Verona", "Away": "Fiorentina"}, "FT": {"ID": "1079071", "Guess": "1", "Rate": "2.32", "Perc": "68.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "7": {"Date": "2021-04-18 - 19:00", "League": "Belgian First Division A", "Teams": {"Home": "Kortrijk", "Away": "Yellow-Red "}, "FT": {"ID": "1079011", "Guess": "2", "Rate": "1.02", "Perc": "87.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "8": {"Date": "2021-04-18 - 17:00", "League": "Swiss Super League", "Teams": {"Home": "FC Basel", "Away": "Servette"}, "FT": {"ID": "1079002", "Guess": "2", "Rate": "2.58", "Perc": "90.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "9": {"Date": "2021-04-18 - 17:00", "League": "Scottish FA Cup", "Teams": {"Home": "Rangers", "Away": "Celtic"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1079130", "Guess": "Under 2.50", "Rate": "1.86", "Perc": "98.60"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "10": {"Date": "2021-04-18 - 16:00", "League": "French Ligue 1", "Teams": {"Home": "Reims", "Away": "Metz"}, "FT": {"ID": "1078988", "Guess": "X", "Rate": "3.05", "Perc": "94.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "11": {"Date": "2021-04-18 - 15:00", "League": "Danish Superliga", "Teams": {"Home": "OB", "Away": "SonderjyskE"}, "FT": {"ID": "1079020", "Guess": "2", "Rate": "3.80", "Perc": "83.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "12": {"Date": "2021-04-18 - 14:30", "League": "German Bundesliga 2", "Teams": {"Home": "VfL Osnabru", "Away": "Fortuna Dus"}, "FT": {"ID": "1079021", "Guess": "2", "Rate": "2.02", "Perc": "83.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "13": {"Date": "2021-04-17 - 22:30", "League": "Spanish Copa del Rey", "Teams": {"Home": "Athletic Bi", "Away": "Barcelona"}, "FT": {"ID": "1079082", "Guess": "2", "Rate": "1.56", "Perc": "66.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "14": {"Date": "2021-04-17 - 21:00", "League": "French Ligue 2", "Teams": {"Home": "Valencienne", "Away": "Guingamp"}, "FT": {"ID": "1079081", "Guess": "2", "Rate": "2.24", "Perc": "66.30"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "15": {"Date": "2021-04-17 - 17:15", "League": "Greek Super League", "Teams": {"Home": "Panaitoliko", "Away": "Apollon Smi"}, "FT": {"ID": "1079057", "Guess": "1", "Rate": "1.96", "Perc": "72.40"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "16": {"Date": "2021-04-17 - 16:00", "League": "Turkish Super League", "Teams": {"Home": "Malatyaspor", "Away": "Alanyaspor"}, "FT": {"ID": "1079013", "Guess": "2", "Rate": "2.42", "Perc": "86.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "17": {"Date": "2021-04-17 - 15:00", "League": "Italian Serie B", "Teams": {"Home": "Pisa", "Away": "Cosenza"}, "FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "O/U": {"ID": "1079123", "Guess": "Under 2.50", "Rate": "1.96", "Perc": "100.00"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "18": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Wigan", "Away": "Crewe"}, "FT": {"ID": "1079046", "Guess": "1", "Rate": "2.74", "Perc": "76.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "19": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Hull", "Away": "Fleetwood T"}, "FT": {"ID": "1079037", "Guess": "1", "Rate": "1.61", "Perc": "80.00"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "20": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Forest Gree", "Away": "Scunthorpe"}, "FT": {"ID": "1079015", "Guess": "1", "Rate": "1.92", "Perc": "85.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "21": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Grimsby", "Away": "Bolton"}, "FT": {"ID": "1078975", "Guess": "2", "Rate": "1.98", "Perc": "99.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "22": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Burton", "Away": "Plymouth"}, "FT": {"ID": "1079025", "Guess": "1", "Rate": "1.97", "Perc": "83.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "23": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Carlisle", "Away": "Port Vale"}, "FT": {"ID": "1079076", "Guess": "1", "Rate": "2.38", "Perc": "67.70"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "24": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Shrewsbury", "Away": "Doncaster"}, "FT": {"ID": "1078999", "Guess": "1", "Rate": "2.40", "Perc": "92.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "25": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Charlton", "Away": "Ipswich"}, "FT": {"ID": "1079003", "Guess": "1", "Rate": "2.06", "Perc": "90.50"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "26": {"Date": "2021-04-17 - 14:00", "League": "Scottish League Two", "Teams": {"Home": "Edinburgh C", "Away": "Queens Park"}, "FT": {"ID": "1079001", "Guess": "2", "Rate": "1.95", "Perc": "90.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "27": {"Date": "2021-04-17 - 13:30", "League": "Turkish Super League", "Teams": {"Home": "Denizlispor", "Away": "Erzurum BB"}, "FT": {"ID": "1079033", "Guess": "2", "Rate": "2.82", "Perc": "81.20"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "28": {"Date": "2021-04-17 - 10:05", "League": "Australian A-League", "Teams": {"Home": "Western Uni", "Away": "Central Coa"}, "FT": {"ID": "1079068", "Guess": "2", "Rate": "2.40", "Perc": "69.80"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}, "29": {"Date": "2021-04-17 - 05:30", "League": "Mexican Liga MX", "Teams": {"Home": "Mazatlan FC", "Away": "Atlas"}, "FT": {"ID": "1079092", "Guess": "2", "Rate": "2.50", "Perc": "57.90"}, "O/U": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "SCR": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}, "HT/FT": {"ID": "x", "Guess": "x", "Rate": "x", "Perc": "x"}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "1": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "2": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "3": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "4": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "5": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "6": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "7": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "8": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "9": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "10": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "11": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "12": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "13": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "14": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "15": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "16": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "17": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "18": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "19": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "20": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "21": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "22": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "23": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "24": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "25": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "26": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "27": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "28": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}, "29": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}, "FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "O/U": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "SCR": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}, "HT/FT": {"type": "object", "properties": {"ID": {"type": "string"}, "Guess": {"type": "string"}, "Rate": {"type": "string"}, "Perc": {"type": "string"}}, "required": ["Guess", "ID", "Perc", "Rate"]}}, "required": ["Date", "FT", "HT/FT", "League", "O/U", "SCR", "Teams"]}}, "required": ["0", "1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "3", "4", "5", "6", "7", "8", "9"]}
ff4ab5de-c7f0-44d9-8777-6cf41b24b9cf/b89eadc0-53e1-45ae-b7df-d98f9d5e93be/0/0
livescore
BANKO BETS
null
BETS/ALL MATCH
shows all matches without prediction information
200
New Example
{"0": {"Date": "2021-04-22 - 22:00", "League": "English Premier League", "Teams": {"Home": "Leicester", "Away": "West Brom"}}, "1": {"Date": "2021-04-22 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Granada", "Away": "Eibar"}}, "2": {"Date": "2021-04-22 - 20:00", "League": "Spanish La Liga", "Teams": {"Home": "Atletico Ma", "Away": "Huesca"}}, "3": {"Date": "2021-04-21 - 22:00", "League": "Spanish La Liga", "Teams": {"Home": "Alaves", "Away": "Villarreal"}}, "4": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Bologna", "Away": "Torino"}}, "5": {"Date": "2021-04-21 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Genoa", "Away": "Benevento"}}, "6": {"Date": "2021-04-20 - 21:45", "League": "Italian Serie A", "Teams": {"Home": "Verona", "Away": "Fiorentina"}}, "7": {"Date": "2021-04-18 - 19:00", "League": "Belgian First Division A", "Teams": {"Home": "Kortrijk", "Away": "Yellow-Red "}}, "8": {"Date": "2021-04-18 - 17:00", "League": "Swiss Super League", "Teams": {"Home": "FC Basel", "Away": "Servette"}}, "9": {"Date": "2021-04-18 - 17:00", "League": "Scottish FA Cup", "Teams": {"Home": "Rangers", "Away": "Celtic"}}, "10": {"Date": "2021-04-18 - 16:00", "League": "French Ligue 1", "Teams": {"Home": "Reims", "Away": "Metz"}}, "11": {"Date": "2021-04-18 - 15:00", "League": "Danish Superliga", "Teams": {"Home": "OB", "Away": "SonderjyskE"}}, "12": {"Date": "2021-04-18 - 14:30", "League": "German Bundesliga 2", "Teams": {"Home": "VfL Osnabru", "Away": "Fortuna Dus"}}, "13": {"Date": "2021-04-17 - 22:30", "League": "Spanish Copa del Rey", "Teams": {"Home": "Athletic Bi", "Away": "Barcelona"}}, "14": {"Date": "2021-04-17 - 21:00", "League": "French Ligue 2", "Teams": {"Home": "Valencienne", "Away": "Guingamp"}}, "15": {"Date": "2021-04-17 - 17:15", "League": "Greek Super League", "Teams": {"Home": "Panaitoliko", "Away": "Apollon Smi"}}, "16": {"Date": "2021-04-17 - 16:00", "League": "Turkish Super League", "Teams": {"Home": "Malatyaspor", "Away": "Alanyaspor"}}, "17": {"Date": "2021-04-17 - 15:00", "League": "Italian Serie B", "Teams": {"Home": "Pisa", "Away": "Cosenza"}}, "18": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Wigan", "Away": "Crewe"}}, "19": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Hull", "Away": "Fleetwood T"}}, "20": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Forest Gree", "Away": "Scunthorpe"}}, "21": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Grimsby", "Away": "Bolton"}}, "22": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Burton", "Away": "Plymouth"}}, "23": {"Date": "2021-04-17 - 14:30", "League": "English League 2", "Teams": {"Home": "Carlisle", "Away": "Port Vale"}}, "24": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Shrewsbury", "Away": "Doncaster"}}, "25": {"Date": "2021-04-17 - 14:30", "League": "English League 1", "Teams": {"Home": "Charlton", "Away": "Ipswich"}}, "26": {"Date": "2021-04-17 - 14:00", "League": "Scottish League Two", "Teams": {"Home": "Edinburgh C", "Away": "Queens Park"}}, "27": {"Date": "2021-04-17 - 13:30", "League": "Turkish Super League", "Teams": {"Home": "Denizlispor", "Away": "Erzurum BB"}}, "28": {"Date": "2021-04-17 - 10:05", "League": "Australian A-League", "Teams": {"Home": "Western Uni", "Away": "Central Coa"}}, "29": {"Date": "2021-04-17 - 05:30", "League": "Mexican Liga MX", "Teams": {"Home": "Mazatlan FC", "Away": "Atlas"}}, "30": {"Date": "2021-04-17 - 03:40", "League": "Colombian Primera A", "Teams": {"Home": "Alianza Pet", "Away": "Envigado"}}, "31": {"Date": "2021-04-17 - 01:00", "League": "Moroccan Botola Pro 1", "Teams": {"Home": "Moghreb Tet", "Away": "Raja Casabl"}}, "32": {"Date": "2021-04-17 - 01:00", "League": "Chilean Primera Division", "Teams": {"Home": "Huachipato", "Away": "Nublense"}}, "33": {"Date": "2021-04-16 - 23:00", "League": "Portuguese Primeira Liga", "Teams": {"Home": "Farense", "Away": "Sporting Li"}}, "34": {"Date": "2021-04-16 - 21:00", "League": "Dutch Eerste Divisie", "Teams": {"Home": "FC Dordrech", "Away": "Den Bosch"}}, "35": {"Date": "2021-04-16 - 21:00", "League": "Dutch Eerste Divisie", "Teams": {"Home": "Roda JC", "Away": "NAC Breda"}}, "36": {"Date": "2021-04-16 - 19:30", "League": "Bulgarian A League", "Teams": {"Home": "CSKA 1948 S", "Away": "Cherno More"}}, "37": {"Date": "2021-04-16 - 19:30", "League": "German Bundesliga 2", "Teams": {"Home": "Braunschwei", "Away": "Paderborn"}}, "38": {"Date": "2021-04-16 - 19:30", "League": "German Bundesliga 2", "Teams": {"Home": "SV Darmstad", "Away": "Greuther Fu"}}, "39": {"Date": "2021-04-16 - 19:15", "League": "Azerbaijan Premier League", "Teams": {"Home": "FK Sumqayit", "Away": "FK Qabala"}}, "40": {"Date": "2021-04-16 - 19:00", "League": "Polish Ekstraklasa", "Teams": {"Home": "Podbeskidzi", "Away": "Pogon Szcze"}}, "41": {"Date": "2021-04-16 - 19:00", "League": "Turkish Super League", "Teams": {"Home": "Antalyaspor", "Away": "Rizespor"}}, "42": {"Date": "2021-04-16 - 17:00", "League": "Ukrainian Premier League", "Teams": {"Home": "FC Lviv", "Away": "Oleksandria"}}, "43": {"Date": "2021-04-16 - 16:00", "League": "Turkish Super League", "Teams": {"Home": "Konyaspor", "Away": "Kayserispor"}}, "44": {"Date": "2021-04-16 - 16:00", "League": "Turkish Super League", "Teams": {"Home": "Genclerbirl", "Away": "Sivasspor"}}, "45": {"Date": "2021-04-16 - 15:00", "League": "Hong Kong Premier League", "Teams": {"Home": "Happy Valle", "Away": "Kitchee SC"}}, "46": {"Date": "2021-04-16 - 03:30", "League": "Brazilian Cup", "Teams": {"Home": "Joinville", "Away": "Atletico GO"}}, "47": {"Date": "2021-04-16 - 03:30", "League": "CONMEBOL Copa Libertadores", "Teams": {"Home": "Junior FC B", "Away": "Bolivar"}}, "48": {"Date": "2021-04-16 - 03:10", "League": "Venezuelan Primera Division", "Teams": {"Home": "Monagas", "Away": "Mineros Gua"}}, "49": {"Date": "2021-04-16 - 03:10", "League": "Argentinian Primera B Nacional", "Teams": {"Home": "Alvarado", "Away": "CA Temperle"}}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"0": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "1": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "2": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "3": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "4": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "5": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "6": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "7": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "8": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "9": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "10": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "11": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "12": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "13": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "14": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "15": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "16": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "17": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "18": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "19": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "20": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "21": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "22": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "23": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "24": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "25": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "26": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "27": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "28": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "29": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "30": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "31": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "32": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "33": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "34": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "35": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "36": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "37": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "38": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "39": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "40": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "41": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "42": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "43": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "44": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "45": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "46": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "47": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "48": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}, "49": {"type": "object", "properties": {"Date": {"type": "string"}, "League": {"type": "string"}, "Teams": {"type": "object", "properties": {"Home": {"type": "string"}, "Away": {"type": "string"}}, "required": ["Away", "Home"]}}, "required": ["Date", "League", "Teams"]}}, "required": ["0", "1", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "2", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "3", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "4", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "5", "6", "7", "8", "9"]}
ae3e9412-7219-4f2b-9291-7f38b9bf5cfa/4a34f0fd-4cb1-4216-b357-072213ff0970/0/0
NHL API
This API provides instant access to the latest data for all operations and players in the NHL. It features scores, odds, bookmakers' stats, standings, and historical data.
9.7
NHL Team Info
This API endpoint will return the team info for a specific NHL team.
200
Response
{"team": {"id": "17", "uid": "s:70~l:90~t:17", "slug": "colorado-avalanche", "location": "Colorado", "name": "Avalanche", "nickname": "Avalanche", "abbreviation": "COL", "displayName": "Colorado Avalanche", "shortDisplayName": "Avalanche", "color": "860038", "alternateColor": "11497f", "isActive": true, "logos": [{"href": "https://a.espncdn.com/i/teamlogos/nhl/500/col.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "default"], "lastUpdated": "2018-06-05T12:12Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nhl/500-dark/col.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "dark"], "lastUpdated": "2018-06-05T12:12Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nhl/500/scoreboard/col.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard"], "lastUpdated": "2018-06-05T12:12Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nhl/500-dark/scoreboard/col.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard", "dark"], "lastUpdated": "2018-06-05T12:12Z"}], "record": {"items": [{"description": "Overall Record", "type": "total", "summary": "13-9-1", "stats": [{"name": "otLosses", "value": 1}, {"name": "otWins", "value": 3}, {"name": "avgPointsAgainst", "value": 2.8695652}, {"name": "avgPointsFor", "value": 3.3913043}, {"name": "differential", "value": 0.5}, {"name": "gamesBehind", "value": 0}, {"name": "gamesPlayed", "value": 23}, {"name": "losses", "value": 9}, {"name": "playoffSeed", "value": 8}, {"name": "points", "value": 27}, {"name": "pointsAgainst", "value": 66}, {"name": "pointsFor", "value": 78}, {"name": "streak", "value": -2}, {"name": "ties", "value": 0}, {"name": "winPercent", "value": 0.5869565217}, {"name": "wins", "value": 13}, {"name": "overtimeLosses", "value": 1}, {"name": "overtimeWins", "value": 3}, {"name": "penaltyKillPct", "value": 75}, {"name": "pointsDiff", "value": 12}, {"name": "powerPlayGoals", "value": 27}, {"name": "powerPlayGoalsAgainst", "value": 21}, {"name": "powerPlayOpportunities", "value": 85}, {"name": "powerPlayPct", "value": 31.765}, {"name": "regWins", "value": 10}, {"name": "rotWins", "value": 11}, {"name": "shootoutLosses", "value": 0}, {"name": "shootoutWins", "value": 2}, {"name": "timesShortHanded", "value": 84}]}, {"description": "Home Record", "type": "home", "summary": "5-3-1", "stats": [{"name": "otLosses", "value": 1}, {"name": "otWins", "value": 0}, {"name": "avgPointsAgainst", "value": 2.6666667}, {"name": "avgPointsFor", "value": 3.7777777}, {"name": "differential", "value": 1.0999999999999996}, {"name": "gamesBehind", "value": 0}, {"name": "gamesPlayed", "value": 9}, {"name": "losses", "value": 3}, {"name": "playoffSeed", "value": 8}, {"name": "points", "value": 0}, {"name": "pointsAgainst", "value": 24}, {"name": "pointsFor", "value": 34}, {"name": "streak", "value": 0}, {"name": "ties", "value": 0}, {"name": "winPercent", "value": 0.6111111111}, {"name": "wins", "value": 5}, {"name": "overtimeLosses", "value": 1}, {"name": "overtimeWins", "value": 0}, {"name": "penaltyKillPct", "value": 71.429}, {"name": "pointsDiff", "value": 10}, {"name": "powerPlayGoals", "value": 26}, {"name": "powerPlayGoalsAgainst", "value": 19}, {"name": "powerPlayOpportunities", "value": 80}, {"name": "powerPlayPct", "value": 50}, {"name": "regWins", "value": 5}, {"name": "rotWins", "value": 5}, {"name": "shootoutLosses", "value": 0}, {"name": "shootoutWins", "value": 0}, {"name": "timesShortHanded", "value": 81}]}, {"description": "Away Record", "type": "road", "summary": "8-6-0", "stats": [{"name": "otLosses", "value": 0}, {"name": "otWins", "value": 3}, {"name": "avgPointsAgainst", "value": 3}, {"name": "avgPointsFor", "value": 3.142857}, {"name": "differential", "value": 0.10000000000000009}, {"name": "gamesBehind", "value": 0}, {"name": "gamesPlayed", "value": 14}, {"name": "losses", "value": 6}, {"name": "playoffSeed", "value": 8}, {"name": "points", "value": 0}, {"name": "pointsAgainst", "value": 42}, {"name": "pointsFor", "value": 44}, {"name": "streak", "value": 0}, {"name": "ties", "value": 0}, {"name": "winPercent", "value": 0.5714285714}, {"name": "wins", "value": 8}, {"name": "overtimeLosses", "value": 0}, {"name": "overtimeWins", "value": 3}, {"name": "penaltyKillPct", "value": 60}, {"name": "pointsDiff", "value": 2}, {"name": "powerPlayGoals", "value": 26}, {"name": "powerPlayGoalsAgainst", "value": 19}, {"name": "powerPlayOpportunities", "value": 80}, {"name": "powerPlayPct", "value": 25}, {"name": "regWins", "value": 5}, {"name": "rotWins", "value": 6}, {"name": "shootoutLosses", "value": 0}, {"name": "shootoutWins", "value": 2}, {"name": "timesShortHanded", "value": 81}]}]}, "groups": {"id": "31", "parent": {"id": "8"}, "isConference": false}, "links": [{"language": "en-US", "rel": ["clubhouse", "desktop", "team"], "href": "http://www.espn.com/nhl/team/_/name/col/colorado-avalanche", "text": "Clubhouse", "shortText": "Clubhouse", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["clubhouse", "mobile", "team"], "href": "http://m.espn.com/nhl/clubhouse?teamId=17", "text": "Clubhouse", "shortText": "Clubhouse", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["roster", "desktop", "team"], "href": "http://www.espn.com/nhl/team/roster/_/name/col/colorado-avalanche", "text": "Roster", "shortText": "Roster", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["stats", "desktop", "team"], "href": "http://www.espn.com/nhl/team/stats/_/name/col/colorado-avalanche", "text": "Statistics", "shortText": "Statistics", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["schedule", "desktop", "team"], "href": "https://www.espn.com/nhl/team/schedule/_/name/col", "text": "Schedule", "shortText": "Schedule", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["photos", "desktop", "team"], "href": "https://www.espn.com/nhl/team/photos/_/name/col", "text": "photos", "shortText": "photos", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["scores", "sportscenter", "app", "team"], "href": "sportscenter://x-callback-url/showClubhouse?uid=s:70~l:90~t:17&section=scores", "text": "Scores", "shortText": "Scores", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["transactions", "desktop", "team"], "href": "http://www.espn.com/nhl/team/transactions/_/name/col", "text": "Transactions", "shortText": "Transactions", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["injuries", "desktop", "team"], "href": "http://www.espn.com/nhl/team/injuries/_/name/col", "text": "Injuries", "shortText": "Injuries", "isExternal": false, "isPremium": false}], "franchise": {"$ref": "http://sports.core.api.espn.pvt/v2/sports/hockey/leagues/nhl/franchises/17?lang=en&region=us", "id": "17", "uid": "s:70~l:90~f:17", "slug": "colorado-avalanche", "location": "Colorado", "name": "Avalanche", "abbreviation": "COL", "displayName": "Colorado Avalanche", "shortDisplayName": "Avalanche", "color": "860038", "isActive": true, "venue": {"$ref": "http://sports.core.api.espn.pvt/v2/sports/hockey/leagues/nhl/venues/892?lang=en&region=us", "id": "892", "fullName": "Ball Arena", "address": {"city": "Denver", "state": "CO", "zipCode": "80299", "country": "USA"}, "capacity": 18007, "grass": false, "indoor": true, "images": [{"href": "https://a.espncdn.com/i/venues/nhl/day/892.jpg", "width": 2000, "height": 1125, "alt": "", "rel": ["full", "day"]}]}, "team": {"$ref": "http://sports.core.api.espn.pvt/v2/sports/hockey/leagues/nhl/seasons/2023/teams/17?lang=en&region=us"}}, "nextEvent": [{"id": "401459002", "date": "2022-12-08T02:00Z", "name": "Boston Bruins at Colorado Avalanche", "shortName": "BOS @ COL", "season": {"year": 2023, "displayName": "2022-23"}, "seasonType": {"id": "2", "type": 2, "name": "Regular Season", "abbreviation": "reg"}, "timeValid": true, "competitions": [{"id": "401459002", "date": "2022-12-08T02:00Z", "attendance": 0, "type": {"id": "1", "text": "Standard", "abbreviation": "STD", "slug": "standard", "type": "standard"}, "timeValid": true, "neutralSite": false, "boxscoreAvailable": true, "ticketsAvailable": true, "venue": {"fullName": "Ball Arena", "address": {"city": "Denver", "state": "CO", "zipCode": "80299", "country": "USA"}}, "competitors": [{"id": "17", "type": "team", "order": 0, "homeAway": "home", "team": {"id": "17", "location": "Colorado", "nickname": "Avalanche", "abbreviation": "COL", "displayName": "Colorado Avalanche", "shortDisplayName": "Avalanche", "logos": [{"href": "https://a.espncdn.com/i/teamlogos/nhl/500/col.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "default"], "lastUpdated": "2018-06-05T12:12Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nhl/500-dark/col.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "dark"], "lastUpdated": "2018-06-05T12:12Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nhl/500/scoreboard/col.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard"], "lastUpdated": "2018-06-05T12:12Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nhl/500-dark/scoreboard/col.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard", "dark"], "lastUpdated": "2018-06-05T12:12Z"}], "links": [{"rel": ["clubhouse", "desktop", "team"], "href": "http://www.espn.com/nhl/team/_/name/col/colorado-avalanche", "text": "Clubhouse"}, {"rel": ["clubhouse", "mobile", "team"], "href": "http://m.espn.com/nhl/clubhouse?teamId=17", "text": "Clubhouse"}, {"rel": ["roster", "desktop", "team"], "href": "http://www.espn.com/nhl/team/roster/_/name/col/colorado-avalanche", "text": "Roster"}, {"rel": ["stats", "desktop", "team"], "href": "http://www.espn.com/nhl/team/stats/_/name/col/colorado-avalanche", "text": "Statistics"}, {"rel": ["schedule", "desktop", "team"], "href": "https://www.espn.com/nhl/team/schedule/_/name/col", "text": "Schedule"}, {"rel": ["photos", "desktop", "team"], "href": "https://www.espn.com/nhl/team/photos/_/name/col", "text": "photos"}, {"rel": ["scores", "sportscenter", "app", "team"], "href": "sportscenter://x-callback-url/showClubhouse?uid=s:70~l:90~t:17&section=scores", "text": "Scores"}, {"rel": ["transactions", "desktop", "team"], "href": "http://www.espn.com/nhl/team/transactions/_/name/col", "text": "Transactions"}, {"rel": ["injuries", "desktop", "team"], "href": "http://www.espn.com/nhl/team/injuries/_/name/col", "text": "Injuries"}]}, "probables": [{"name": "probableStartingGoalie", "displayName": "Probable Starting Goalie", "shortDisplayName": "Starter", "abbreviation": "SG", "playerId": 4239677, "athlete": {"id": "4239677", "lastName": "Georgiev", "displayName": "Alexandar Georgiev", "shortName": "A. Georgiev", "links": [{"href": "https://www.espn.com/nhl/player/_/id/4239677"}, {"href": "http://www.espn.com/nhl/player/stats/_/id/4239677/alexandar-georgiev"}, {"href": "http://www.espn.com/nhl/player/splits/_/id/4239677/alexandar-georgiev"}, {"href": "http://www.espn.com/nhl/player/gamelog/_/id/4239677/alexandar-georgiev"}, {"href": "http://www.espn.com/nhl/player/news/_/id/4239677/alexandar-georgiev"}, {"href": "http://www.espn.com/nhl/player/bio/_/id/4239677/alexandar-georgiev"}, {"href": "http://www.espn.com/nhl/player/_/id/4239677/alexandar-georgiev"}], "team": {"id": "17", "name": "Avalanche"}}}]}, {"id": "1", "type": "team", "order": 1, "homeAway": "away", "team": {"id": "1", "location": "Boston", "nickname": "Bruins", "abbreviation": "BOS", "displayName": "Boston Bruins", "shortDisplayName": "Bruins", "logos": [{"href": "https://a.espncdn.com/i/teamlogos/nhl/500/bos.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "default"], "lastUpdated": "2018-06-05T12:12Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nhl/500-dark/bos.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "dark"], "lastUpdated": "2018-06-05T12:12Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nhl/500/scoreboard/bos.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard"], "lastUpdated": "2018-06-05T12:12Z"}, {"href": "https://a.espncdn.com/i/teamlogos/nhl/500-dark/scoreboard/bos.png", "width": 500, "height": 500, "alt": "", "rel": ["full", "scoreboard", "dark"], "lastUpdated": "2018-06-05T12:12Z"}], "links": [{"rel": ["clubhouse", "desktop", "team"], "href": "http://www.espn.com/nhl/team/_/name/bos/boston-bruins", "text": "Clubhouse"}, {"rel": ["clubhouse", "mobile", "team"], "href": "http://m.espn.com/nhl/clubhouse?teamId=1", "text": "Clubhouse"}, {"rel": ["roster", "desktop", "team"], "href": "http://www.espn.com/nhl/team/roster/_/name/bos/boston-bruins", "text": "Roster"}, {"rel": ["stats", "desktop", "team"], "href": "http://www.espn.com/nhl/team/stats/_/name/bos/boston-bruins", "text": "Statistics"}, {"rel": ["schedule", "desktop", "team"], "href": "https://www.espn.com/nhl/team/schedule/_/name/bos", "text": "Schedule"}, {"rel": ["photos", "desktop", "team"], "href": "https://www.espn.com/nhl/team/photos/_/name/bos", "text": "photos"}, {"rel": ["scores", "sportscenter", "app", "team"], "href": "sportscenter://x-callback-url/showClubhouse?uid=s:70~l:90~t:1&section=scores", "text": "Scores"}, {"rel": ["transactions", "desktop", "team"], "href": "http://www.espn.com/nhl/team/transactions/_/name/bos", "text": "Transactions"}, {"rel": ["injuries", "desktop", "team"], "href": "http://www.espn.com/nhl/team/injuries/_/name/bos", "text": "Injuries"}]}, "probables": [{"name": "probableStartingGoalie", "displayName": "Probable Starting Goalie", "shortDisplayName": "Starter", "abbreviation": "SG", "playerId": 3069285, "athlete": {"id": "3069285", "lastName": "Ullmark", "displayName": "Linus Ullmark", "shortName": "L. Ullmark", "links": [{"href": "https://www.espn.com/nhl/player/_/id/3069285"}, {"href": "http://www.espn.com/nhl/player/stats/_/id/3069285/linus-ullmark"}, {"href": "http://www.espn.com/nhl/player/splits/_/id/3069285/linus-ullmark"}, {"href": "http://www.espn.com/nhl/player/gamelog/_/id/3069285/linus-ullmark"}, {"href": "http://www.espn.com/nhl/player/news/_/id/3069285/linus-ullmark"}, {"href": "http://www.espn.com/nhl/player/bio/_/id/3069285/linus-ullmark"}, {"href": "http://www.espn.com/nhl/player/_/id/3069285/linus-ullmark"}], "team": {"id": "1", "name": "Bruins"}}}]}], "notes": [], "broadcasts": [{"type": {"id": "4", "shortName": "Web"}, "market": {"id": "1", "type": "National"}, "media": {"shortName": "NHLPP|ESPN+"}, "lang": "en", "region": "us"}], "tickets": [{"id": "4012109", "summary": "Tickets as low as $68", "description": "Boston Bruins at Colorado Avalanche", "maxPrice": 1362, "startingPrice": 68, "numberAvailable": 1553, "totalPostings": 542, "links": [{"rel": ["tickets", "desktop", "event"], "href": "https://www.vividseats.com/colorado-avalanche-tickets-ball-arena-12-7-2022--sports-nhl-hockey/production/4012109?wsUser=717"}, {"rel": ["tickets", "desktop", "venue"], "href": "https://www.vividseats.com/ball-arena-tickets/venue/1315?wsUser=717"}]}], "status": {"clock": 0, "displayClock": "0:00", "period": 0, "type": {"id": "1", "name": "STATUS_SCHEDULED", "state": "pre", "completed": false, "description": "Scheduled", "detail": "Wed, December 7th at 9:00 PM EST", "shortDetail": "12/7 - 9:00 PM EST"}}}], "links": [{"language": "en-US", "rel": ["summary", "desktop", "event"], "href": "https://www.espn.com/nhl/game/_/gameId/401459002", "text": "Gamecast", "shortText": "Gamecast", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["summary", "sportscenter", "app", "event"], "href": "sportscenter://x-callback-url/showGame?sportName=hockey&leagueAbbrev=nhl&gameId=401459002", "text": "Gamecast", "shortText": "Gamecast", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["now", "desktop", "event"], "href": "https://www.espn.com/nhl/game/_/gameId/401459002", "text": "Now", "shortText": "Now", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["teamstats", "desktop", "event"], "href": "https://www.espn.com/nhl/matchup?gameId=401459002", "text": "Team Stats", "shortText": "Team Stats", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["boxscore", "desktop", "event"], "href": "http://www.espn.com/nhl/boxscore/_/gameId/401459002", "text": "Box Score", "shortText": "Box Score", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["boxscore", "sportscenter", "app", "event"], "href": "sportscenter://x-callback-url/showGame?sportName=hockey&leagueAbbrev=nhl&gameId=401459002", "text": "Box Score", "shortText": "Box Score", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["lineup", "desktop", "event"], "href": "http://www.espn.com/ice-hockey/lineups?gameId=401459002", "text": "Lineup", "shortText": "Lineup", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["preview", "desktop", "event"], "href": "http://www.espn.com/nhl/preview/_/gameId/401459002", "text": "Preview", "shortText": "Preview", "isExternal": false, "isPremium": false}, {"language": "en-US", "rel": ["videos", "desktop", "event"], "href": "https://www.espn.com/nhl/video?gameId=401459002", "text": "Videos", "shortText": "Videos", "isExternal": false, "isPremium": false}]}], "standingSummary": "4th in Central Division"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"team": {"type": "object", "properties": {"id": {"type": "string"}, "uid": {"type": "string"}, "slug": {"type": "string"}, "location": {"type": "string"}, "name": {"type": "string"}, "nickname": {"type": "string"}, "abbreviation": {"type": "string"}, "displayName": {"type": "string"}, "shortDisplayName": {"type": "string"}, "color": {"type": "string"}, "alternateColor": {"type": "string"}, "isActive": {"type": "boolean"}, "logos": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "alt": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}, "lastUpdated": {"type": "string"}}, "required": ["alt", "height", "href", "lastUpdated", "rel", "width"]}}, "record": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "summary": {"type": "string"}, "stats": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}}}, "required": ["description", "stats", "summary", "type"]}}}, "required": ["items"]}, "groups": {"type": "object", "properties": {"id": {"type": "string"}, "parent": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "isConference": {"type": "boolean"}}, "required": ["id", "isConference", "parent"]}, "links": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}, "text": {"type": "string"}, "shortText": {"type": "string"}, "isExternal": {"type": "boolean"}, "isPremium": {"type": "boolean"}}, "required": ["href", "isExternal", "isPremium", "language", "rel", "shortText", "text"]}}, "franchise": {"type": "object", "properties": {"$ref": {"type": "string"}, "id": {"type": "string"}, "uid": {"type": "string"}, "slug": {"type": "string"}, "location": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "displayName": {"type": "string"}, "shortDisplayName": {"type": "string"}, "color": {"type": "string"}, "isActive": {"type": "boolean"}, "venue": {"type": "object", "properties": {"$ref": {"type": "string"}, "id": {"type": "string"}, "fullName": {"type": "string"}, "address": {"type": "object", "properties": {"city": {"type": "string"}, "state": {"type": "string"}, "zipCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["city", "country", "state", "zipCode"]}, "capacity": {"type": "integer"}, "grass": {"type": "boolean"}, "indoor": {"type": "boolean"}, "images": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "alt": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}}, "required": ["alt", "height", "href", "rel", "width"]}}}, "required": ["$ref", "address", "capacity", "fullName", "grass", "id", "images", "indoor"]}, "team": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["$ref", "abbreviation", "color", "displayName", "id", "isActive", "location", "name", "shortDisplayName", "slug", "team", "uid", "venue"]}, "nextEvent": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "season": {"type": "object", "properties": {"year": {"type": "integer"}, "displayName": {"type": "string"}}, "required": ["displayName", "year"]}, "seasonType": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "integer"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}}, "required": ["abbreviation", "id", "name", "type"]}, "timeValid": {"type": "boolean"}, "competitions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "attendance": {"type": "integer"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "abbreviation": {"type": "string"}, "slug": {"type": "string"}, "type": {"type": "string"}}, "required": ["abbreviation", "id", "slug", "text", "type"]}, "timeValid": {"type": "boolean"}, "neutralSite": {"type": "boolean"}, "boxscoreAvailable": {"type": "boolean"}, "ticketsAvailable": {"type": "boolean"}, "venue": {"type": "object", "properties": {"fullName": {"type": "string"}, "address": {"type": "object", "properties": {"city": {"type": "string"}, "state": {"type": "string"}, "zipCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["city", "country", "state", "zipCode"]}}, "required": ["address", "fullName"]}, "competitors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "order": {"type": "integer"}, "homeAway": {"type": "string"}, "team": {"type": "object", "properties": {"id": {"type": "string"}, "location": {"type": "string"}, "nickname": {"type": "string"}, "abbreviation": {"type": "string"}, "displayName": {"type": "string"}, "shortDisplayName": {"type": "string"}, "logos": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "alt": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}, "lastUpdated": {"type": "string"}}, "required": ["alt", "height", "href", "lastUpdated", "rel", "width"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}, "text": {"type": "string"}}, "required": ["href", "rel", "text"]}}}, "required": ["abbreviation", "displayName", "id", "links", "location", "logos", "nickname", "shortDisplayName"]}, "probables": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "shortDisplayName": {"type": "string"}, "abbreviation": {"type": "string"}, "playerId": {"type": "integer"}, "athlete": {"type": "object", "properties": {"id": {"type": "string"}, "lastName": {"type": "string"}, "displayName": {"type": "string"}, "shortName": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "team": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["displayName", "id", "lastName", "links", "shortName", "team"]}}, "required": ["abbreviation", "athlete", "displayName", "name", "playerId", "shortDisplayName"]}}}, "required": ["homeAway", "id", "order", "probables", "team", "type"]}}, "notes": {"type": "array"}, "broadcasts": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "object", "properties": {"id": {"type": "string"}, "shortName": {"type": "string"}}, "required": ["id", "shortName"]}, "market": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}, "media": {"type": "object", "properties": {"shortName": {"type": "string"}}, "required": ["shortName"]}, "lang": {"type": "string"}, "region": {"type": "string"}}, "required": ["lang", "market", "media", "region", "type"]}}, "tickets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "maxPrice": {"type": "integer"}, "startingPrice": {"type": "integer"}, "numberAvailable": {"type": "integer"}, "totalPostings": {"type": "integer"}, "links": {"type": "array", "items": {"type": "object", "properties": {"rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}}, "required": ["href", "rel"]}}}, "required": ["description", "id", "links", "maxPrice", "numberAvailable", "startingPrice", "summary", "totalPostings"]}}, "status": {"type": "object", "properties": {"clock": {"type": "integer"}, "displayClock": {"type": "string"}, "period": {"type": "integer"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}, "completed": {"type": "boolean"}, "description": {"type": "string"}, "detail": {"type": "string"}, "shortDetail": {"type": "string"}}, "required": ["completed", "description", "detail", "id", "name", "shortDetail", "state"]}}, "required": ["clock", "displayClock", "period", "type"]}}, "required": ["attendance", "boxscoreAvailable", "broadcasts", "competitors", "date", "id", "neutralSite", "notes", "status", "tickets", "ticketsAvailable", "timeValid", "type", "venue"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "rel": {"type": "array", "items": {"type": "string"}}, "href": {"type": "string"}, "text": {"type": "string"}, "shortText": {"type": "string"}, "isExternal": {"type": "boolean"}, "isPremium": {"type": "boolean"}}, "required": ["href", "isExternal", "isPremium", "language", "rel", "shortText", "text"]}}}, "required": ["competitions", "date", "id", "links", "name", "season", "seasonType", "shortName", "timeValid"]}}, "standingSummary": {"type": "string"}}, "required": ["abbreviation", "alternateColor", "color", "displayName", "franchise", "groups", "id", "isActive", "links", "location", "logos", "name", "nextEvent", "nickname", "record", "shortDisplayName", "slug", "standingSummary", "uid"]}}, "required": ["team"]}
7ad59cab-a5b8-41e5-b96e-731ba284b650/d54583fb-166c-4c77-9284-453557826653/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
5.1
Series List API
A list of currently running and upcoming cricket series from around the world. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
200
Response
[{"seriesid": "1003", "name": "T20 Blast 2021", "shortname": "T20 Blast ", "season": "2021", "type": "T20", "seriestype": "Major League", "startdate": "2021-06-09 19:30:00", "enddate": "2021-08-18 22:30:00", "standings": "no", "lineups": "yes", "statistics": "yes", "players": "no", "teams": 18, "matches": 0, "status": "2", "level": 0}, {"seriesid": "1015", "name": "Bangladesh tour of Zimbabwe", "shortname": "ZIM vs BAN T20I", "season": "2021", "type": "T20", "seriestype": "International", "startdate": "07/14/2021", "enddate": "07/14/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 2, "matches": 0, "status": "0", "level": 1}, {"seriesid": "1016", "name": "India tour of Sri Lanka", "shortname": "SL vs IND ODI", "season": "2021", "type": "ODI", "seriestype": "International", "startdate": "07/14/2021", "enddate": "07/14/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 2, "matches": 0, "status": "0", "level": 1}, {"seriesid": "1017", "name": "India tour of Sri Lanka", "shortname": "SL vs IND T20I", "season": "2021", "type": "T20", "seriestype": "International", "startdate": "07/14/2021", "enddate": "07/14/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 2, "matches": 0, "status": "0", "level": 1}, {"seriesid": "1020", "name": "South Africa Tour of Ireland", "shortname": "IRE vs RSA T20I", "season": "2021", "type": "T20", "seriestype": "International", "startdate": "07/15/2021", "enddate": "07/15/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 2, "matches": 0, "status": "0", "level": 1}, {"seriesid": "1021", "name": "Tamil Nadu Premier League", "shortname": "TNPL", "season": "2021", "type": "T20", "seriestype": "Domestic", "startdate": "07/19/2021", "enddate": "08/15/2021", "standings": "yes", "lineups": "no", "statistics": "yes", "players": "no", "teams": 8, "matches": 0, "status": "0", "level": 5}, {"seriesid": "1022", "name": "The Hundred Men's Competition", "shortname": "The Hundred", "season": "2021", "type": "T20", "seriestype": "T20 League", "startdate": "07/22/2021", "enddate": "08/21/2021", "standings": "yes", "lineups": "no", "statistics": "yes", "players": "no", "teams": 8, "matches": 0, "status": "0", "level": 2}, {"seriesid": "1023", "name": "The Hundred Women's Competition", "shortname": "The Hundred Womens", "season": "2021", "type": "T20", "seriestype": "T20 League", "startdate": "07/21/2021", "enddate": "08/21/2021", "standings": "no", "lineups": "no", "statistics": "yes", "players": "no", "teams": 8, "matches": 0, "status": "0", "level": 2}, {"seriesid": "1024", "name": "Pakistan tour of West Indies", "shortname": "WI vs PAK T20I", "season": "2021", "type": "T20", "seriestype": "International", "startdate": "07/27/2021", "enddate": "08/24/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 2, "matches": 0, "status": "0", "level": 1}, {"seriesid": "1025", "name": "Royal London One-Day Cup", "shortname": "RL ODD", "season": "2021", "type": "ODI", "seriestype": "Domestic", "startdate": "07/22/2021", "enddate": "08/19/2021", "standings": "no", "lineups": "no", "statistics": "no", "players": "no", "teams": 18, "matches": 0, "status": "0", "level": 5}, {"seriesid": "1026", "name": "India Tour of England Tests", "shortname": null, "season": "2021", "type": "TEST", "seriestype": "International", "startdate": "08/04/2021", "enddate": "09/14/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 0, "matches": 0, "status": "0", "level": 1}, {"seriesid": "1027", "name": "Netherlands Women tour of Ireland T20I", "shortname": null, "season": "2021", "type": "T20", "seriestype": "International", "startdate": "07/26/2021", "enddate": "07/30/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 0, "matches": 0, "status": "0", "level": 1}, {"seriesid": "1028", "name": "ECS T10 Sweden Stockholm", "shortname": null, "season": "2021", "type": "T20", "seriestype": "Domestic", "startdate": "07/19/2021", "enddate": "07/31/2021", "standings": "no", "lineups": "no", "statistics": "no", "players": "no", "teams": 0, "matches": 0, "status": "0", "level": 5}, {"seriesid": "1029", "name": "Byjus Jharkhand T20", "shortname": null, "season": "2021", "type": "T20", "seriestype": "Domestic", "startdate": "07/19/2021", "enddate": "07/31/2021", "standings": "no", "lineups": "no", "statistics": "no", "players": "no", "teams": 0, "matches": 0, "status": "0", "level": 5}]
{"type": "array", "items": {"type": "object"}}
7ad59cab-a5b8-41e5-b96e-731ba284b650/472da7d4-f6ba-4c10-a459-3f9341e0c7b2/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
5.1
Matchlist By Seriesid
Using Series ID get the name, participating teams, start date, end date and match keys for the matches of a specified Series. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
200
Response
[{"seriesid": "1017", "seriesname": "India tour of Sri Lanka", "serieshortname": null, "matchid": "1192", "team1id": "1005", "team2id": "1001", "team1name": "Sri Lanka", "team2name": "India", "team1shortname": "SL", "team2shortname": "IND", "eventname": "SL vs IND", "type": "T20", "starttime": "2021-07-25 20:00:00", "status": "1", "squad": "no", "level": 1, "match_no": 1, "match_no_txt": "1st T20I", "seriestype": "International", "team1": {"teamid": "1005", "name": "Sri Lanka", "shortname": "SL", "squad": "yes", "flag": null}, "team2": {"teamid": "1001", "name": "India", "shortname": "IND", "squad": "yes", "flag": null}, "series": {"seriesid": "1017", "name": "India tour of Sri Lanka", "shortname": null, "season": "2021", "type": "T20", "seriestype": "International", "startdate": "07/14/2021", "enddate": "07/14/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 0, "matches": 0, "status": "0", "level": 1}}, {"seriesid": "1017", "seriesname": "India tour of Sri Lanka", "serieshortname": null, "matchid": "1208", "team1id": "1005", "team2id": "1001", "team1name": "Sri Lanka", "team2name": "India", "team1shortname": "SL", "team2shortname": "IND", "eventname": "SL vs IND", "type": "T20", "starttime": "2021-07-27 20:00:00", "status": "1", "squad": "no", "level": 1, "match_no": 2, "match_no_txt": "2nd T20I", "seriestype": "International", "team1": {"teamid": "1005", "name": "Sri Lanka", "shortname": "SL", "squad": "yes", "flag": null}, "team2": {"teamid": "1001", "name": "India", "shortname": "IND", "squad": "yes", "flag": null}, "series": {"seriesid": "1017", "name": "India tour of Sri Lanka", "shortname": null, "season": "2021", "type": "T20", "seriestype": "International", "startdate": "07/14/2021", "enddate": "07/14/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 0, "matches": 0, "status": "0", "level": 1}}, {"seriesid": "1017", "seriesname": "India tour of Sri Lanka", "serieshortname": null, "matchid": "1215", "team1id": "1005", "team2id": "1001", "team1name": "Sri Lanka", "team2name": "India", "team1shortname": "SL", "team2shortname": "IND", "eventname": "SL vs IND", "type": "T20", "starttime": "2021-07-29 20:00:00", "status": "1", "squad": "no", "level": 1, "match_no": 3, "match_no_txt": "3rd T20I", "seriestype": "International", "team1": {"teamid": "1005", "name": "Sri Lanka", "shortname": "SL", "squad": "yes", "flag": null}, "team2": {"teamid": "1001", "name": "India", "shortname": "IND", "squad": "yes", "flag": null}, "series": {"seriesid": "1017", "name": "India tour of Sri Lanka", "shortname": null, "season": "2021", "type": "T20", "seriestype": "International", "startdate": "07/14/2021", "enddate": "07/14/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 0, "matches": 0, "status": "0", "level": 1}}]
{"type": "array", "items": {"type": "object", "properties": {"seriesid": {"type": "string"}, "seriesname": {"type": "string"}, "serieshortname": {"type": "null"}, "matchid": {"type": "string"}, "team1id": {"type": "string"}, "team2id": {"type": "string"}, "team1name": {"type": "string"}, "team2name": {"type": "string"}, "team1shortname": {"type": "string"}, "team2shortname": {"type": "string"}, "eventname": {"type": "string"}, "type": {"type": "string"}, "starttime": {"type": "string"}, "status": {"type": "string"}, "squad": {"type": "string"}, "level": {"type": "integer"}, "match_no": {"type": "integer"}, "match_no_txt": {"type": "string"}, "seriestype": {"type": "string"}, "team1": {"type": "object", "properties": {"teamid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "squad": {"type": "string"}, "flag": {"type": "null"}}}, "team2": {"type": "object", "properties": {"teamid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "squad": {"type": "string"}, "flag": {"type": "null"}}}, "series": {"type": "object", "properties": {"seriesid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "null"}, "season": {"type": "string"}, "type": {"type": "string"}, "seriestype": {"type": "string"}, "startdate": {"type": "string"}, "enddate": {"type": "string"}, "standings": {"type": "string"}, "lineups": {"type": "string"}, "statistics": {"type": "string"}, "players": {"type": "string"}, "teams": {"type": "integer"}, "matches": {"type": "integer"}, "status": {"type": "string"}, "level": {"type": "integer"}}}}}}
7ad59cab-a5b8-41e5-b96e-731ba284b650/d9948e33-70cb-4629-b84d-0be382574c4c/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
5.1
Live Fantasy Score
Real-time and Low-Latency Match Live Score API. Get the match score, Batting, bowling and fielding information for a specified match in real time Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
200
Response
[{"seriesid": "1017", "matchid": "1192", "playerid": "1165", "playertype": "Batsman", "teamid": "1001", "playershortname": "S Dhawan", "playername": "Shikhar Dhawan", "runs": 46, "ballsplayed": 36, "fours": 4, "sixes": 1, "strikerate": 127.77, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "OUT", "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1166", "playertype": "Bowler", "teamid": "1001", "playershortname": "Y Chahal", "playername": "Yuzvendra Chahal", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 4, "maidens": 0, "runsconcided": 19, "wickets": 1, "economy": 4.75, "catches": 0, "lbw": 0, "bowled": 1, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 24, "runsperball": 0.79, "playing11": "yes", "batting": "no", "bowling": "yes", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1167", "playertype": "Bowler", "teamid": "1001", "playershortname": "D Chahar", "playername": "Deepak Chahar", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 3, "maidens": 0, "runsconcided": 24, "wickets": 2, "economy": 8, "catches": 0, "lbw": 0, "bowled": 1, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 18, "runsperball": 1.33, "playing11": "yes", "batting": "no", "bowling": "yes", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1168", "playertype": "Bowler", "teamid": "1001", "playershortname": "R Chahar", "playername": "Rahul Chahar", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1169", "playertype": "Batsman", "teamid": "1001", "playershortname": "R Gaikwad", "playername": "Ruturaj Gaikwad", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1170", "playertype": "AllRounder", "teamid": "1001", "playershortname": "K Gowtham", "playername": "Krishnappa Gowtham", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1171", "playertype": "WicketKeeper", "teamid": "1001", "playershortname": "I Kishan", "playername": "Ishan Kishan", "runs": 20, "ballsplayed": 14, "fours": 1, "sixes": 1, "strikerate": 142.85, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 1, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "NOTOUT", "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1172", "playertype": "Bowler", "teamid": "1001", "playershortname": "K Yadav", "playername": "Kuldeep Yadav", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1173", "playertype": "Bowler", "teamid": "1001", "playershortname": "B Kumar", "playername": "Bhuvneshwar Kumar", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 3.3, "maidens": 0, "runsconcided": 22, "wickets": 4, "economy": 6.28, "catches": 0, "lbw": 0, "bowled": 1, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 21, "runsperball": 1.04, "playing11": "yes", "batting": "no", "bowling": "yes", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1174", "playertype": "Batsman", "teamid": "1001", "playershortname": "D Padikkal", "playername": "Devdutt Padikkal", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1175", "playertype": "Batsman", "teamid": "1001", "playershortname": "M Pandey", "playername": "Manish Pandey", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1176", "playertype": "AllRounder", "teamid": "1001", "playershortname": "K Pandya", "playername": "Krunal Pandya", "runs": 3, "ballsplayed": 3, "fours": 0, "sixes": 0, "strikerate": 100, "overs": 2, "maidens": 0, "runsconcided": 16, "wickets": 1, "economy": 8, "catches": 1, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 12, "runsperball": 1.33, "playing11": "yes", "batting": "yes", "bowling": "yes", "wicketsstatus": "NOTOUT", "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1177", "playertype": "AllRounder", "teamid": "1001", "playershortname": "H Pandya", "playername": "Hardik Pandya", "runs": 10, "ballsplayed": 12, "fours": 0, "sixes": 0, "strikerate": 83.33, "overs": 2, "maidens": 0, "runsconcided": 17, "wickets": 1, "economy": 8.5, "catches": 0, "lbw": 0, "bowled": 1, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 12, "runsperball": 1.41, "playing11": "yes", "batting": "yes", "bowling": "yes", "wicketsstatus": "OUT", "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1178", "playertype": "Batsman", "teamid": "1001", "playershortname": "N Rana", "playername": "Nitish Rana", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1179", "playertype": "Bowler", "teamid": "1001", "playershortname": "N Saini", "playername": "Navdeep Saini", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1180", "playertype": "Bowler", "teamid": "1001", "playershortname": "C Sakariya", "playername": "Chetan Sakariya", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1181", "playertype": "WicketKeeper", "teamid": "1001", "playershortname": "S Samson", "playername": "Sanju Samson", "runs": 27, "ballsplayed": 20, "fours": 2, "sixes": 1, "strikerate": 135, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 1, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "OUT", "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1182", "playertype": "Batsman", "teamid": "1001", "playershortname": "P Shaw", "playername": "Prithvi Shaw", "runs": 0, "ballsplayed": 1, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 1, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "OUT", "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1183", "playertype": "Bowler", "teamid": "1001", "playershortname": "V Chakravarthy", "playername": "Varun Chakravarthy", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 4, "maidens": 0, "runsconcided": 28, "wickets": 1, "economy": 7, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 24, "runsperball": 1.16, "playing11": "yes", "batting": "no", "bowling": "yes", "wicketsstatus": null, "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1184", "playertype": "Batsman", "teamid": "1001", "playershortname": "S Yadav", "playername": "Suryakumar Yadav", "runs": 50, "ballsplayed": 34, "fours": 5, "sixes": 2, "strikerate": 147.05, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 2, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "OUT", "teamname": "India", "teamshortname": "IND"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1048", "playertype": "AllRounder", "teamid": "1005", "playershortname": "C Asalanka", "playername": "Charith Asalanka", "runs": 44, "ballsplayed": 26, "fours": 3, "sixes": 3, "strikerate": 169.23, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1049", "playertype": "Bowler", "teamid": "1005", "playershortname": "D Chameera", "playername": "Dushmantha Chameera", "runs": 1, "ballsplayed": 3, "fours": 0, "sixes": 0, "strikerate": 33.33, "overs": 4, "maidens": 0, "runsconcided": 24, "wickets": 2, "economy": 6, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 24, "runsperball": 1, "playing11": "yes", "batting": "yes", "bowling": "yes", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1050", "playertype": "AllRounder", "teamid": "1005", "playershortname": "A Dananjaya", "playername": "Akila Dananjaya", "runs": 1, "ballsplayed": 1, "fours": 0, "sixes": 0, "strikerate": 100, "overs": 3, "maidens": 0, "runsconcided": 40, "wickets": 0, "economy": 13.33, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 18, "runsperball": 2.22, "playing11": "yes", "batting": "yes", "bowling": "yes", "wicketsstatus": "NOTOUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1051", "playertype": "AllRounder", "teamid": "1005", "playershortname": "W Hasaranga", "playername": "Wanindu Hasaranga", "runs": 0, "ballsplayed": 2, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 4, "maidens": 0, "runsconcided": 28, "wickets": 2, "economy": 7, "catches": 0, "lbw": 1, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 24, "runsperball": 1.16, "playing11": "yes", "batting": "yes", "bowling": "yes", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1052", "playertype": "AllRounder", "teamid": "1005", "playershortname": "D d Silva", "playername": "Dhananjaya de Silva", "runs": 9, "ballsplayed": 10, "fours": 1, "sixes": 0, "strikerate": 90, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1054", "playertype": "Batsman", "teamid": "1005", "playershortname": "A Fernando", "playername": "Avishka Fernando", "runs": 26, "ballsplayed": 23, "fours": 3, "sixes": 0, "strikerate": 113.04, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1056", "playertype": "Bowler", "teamid": "1005", "playershortname": "A Fernando", "playername": "Asitha Fernando", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1057", "playertype": "Bowler", "teamid": "1005", "playershortname": "S Fernando", "playername": "Shiran Fernando", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1058", "playertype": "Bowler", "teamid": "1005", "playershortname": "B Fernando", "playername": "Binura Fernando", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1061", "playertype": "AllRounder", "teamid": "1005", "playershortname": "I Jayaratne", "playername": "Ishan Jayaratne", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1062", "playertype": "Bowler", "teamid": "1005", "playershortname": "P Jayawickrama", "playername": "Praveen Jayawickrama", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1063", "playertype": "Bowler", "teamid": "1005", "playershortname": "C Karunaratne", "playername": "Chamika Karunaratne", "runs": 3, "ballsplayed": 4, "fours": 0, "sixes": 0, "strikerate": 75, "overs": 4, "maidens": 0, "runsconcided": 34, "wickets": 1, "economy": 8.5, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 24, "runsperball": 1.41, "playing11": "yes", "batting": "yes", "bowling": "yes", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1064", "playertype": "AllRounder", "teamid": "1005", "playershortname": "D Lakshan", "playername": "Dhananjaya Lakshan", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1065", "playertype": "AllRounder", "teamid": "1005", "playershortname": "R Mendis", "playername": "Ramesh Mendis", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 1, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1067", "playertype": "Batsman", "teamid": "1005", "playershortname": "P Nissanka", "playername": "Pathum Nissanka", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1068", "playertype": "Bowler", "teamid": "1005", "playershortname": "L Sandakan", "playername": "Lakshan Sandakan", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1069", "playertype": "AllRounder", "teamid": "1005", "playershortname": "D Shanaka", "playername": "Dasun Shanaka", "runs": 16, "ballsplayed": 14, "fours": 0, "sixes": 1, "strikerate": 114.28, "overs": 1, "maidens": 0, "runsconcided": 4, "wickets": 0, "economy": 4, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 6, "runsperball": 0.66, "playing11": "yes", "batting": "yes", "bowling": "yes", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1070", "playertype": "AllRounder", "teamid": "1005", "playershortname": "I Udana", "playername": "Isuru Udana", "runs": 1, "ballsplayed": 2, "fours": 0, "sixes": 0, "strikerate": 50, "overs": 4, "maidens": 0, "runsconcided": 32, "wickets": 0, "economy": 8, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 24, "runsperball": 1.33, "playing11": "yes", "batting": "yes", "bowling": "yes", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1555", "playertype": "Batsman", "teamid": "1005", "playershortname": "A Bandara", "playername": "Ashen Bandara", "runs": 9, "ballsplayed": 19, "fours": 0, "sixes": 0, "strikerate": 47.36, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 1, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1556", "playertype": "Batsman", "teamid": "1005", "playershortname": "M Bhanuka", "playername": "Minod Bhanuka", "runs": 10, "ballsplayed": 7, "fours": 2, "sixes": 0, "strikerate": 142.85, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 2, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "yes", "batting": "yes", "bowling": "no", "wicketsstatus": "OUT", "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1557", "playertype": "Batsman", "teamid": "1005", "playershortname": "L Udara", "playername": "Lahiru Udara", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1558", "playertype": "Bowler", "teamid": "1005", "playershortname": "L Kumara", "playername": "Lahiru Kumara", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1559", "playertype": "Batsman", "teamid": "1005", "playershortname": "B Rajapaksa", "playername": "Bhanuka Rajapaksa", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}, {"seriesid": "1017", "matchid": "1192", "playerid": "1560", "playertype": "Bowler", "teamid": "1005", "playershortname": "K Rajitha", "playername": "Kasun Rajitha", "runs": 0, "ballsplayed": 0, "fours": 0, "sixes": 0, "strikerate": 0, "overs": 0, "maidens": 0, "runsconcided": 0, "wickets": 0, "economy": 0, "catches": 0, "lbw": 0, "bowled": 0, "stumpings": 0, "directhit": 0, "runout": 0, "ballsbowled": 0, "runsperball": 0, "playing11": "no", "batting": "no", "bowling": "no", "wicketsstatus": null, "teamname": "Sri Lanka", "teamshortname": "SL"}]
{"type": "array", "items": {"type": "object"}}
7ad59cab-a5b8-41e5-b96e-731ba284b650/25161982-7f00-442f-a40b-86acb35b7915/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
5.1
Fantasy Squad API
Using match ID get the list of players in the squad for the match as announced by the teams. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
200
Response
{"matchdetail": {"seriesid": "1017", "seriesname": "India tour of Sri Lanka", "serieshortname": null, "matchid": "1208", "team1id": "1005", "team2id": "1001", "team1name": "Sri Lanka", "team2name": "India", "team1shortname": "SL", "team2shortname": "IND", "eventname": "SL vs IND", "type": "T20", "starttime": "2021-07-27 20:00:00", "status": "1", "squad": "no", "level": 1, "match_no": 2, "match_no_txt": "2nd T20I", "seriestype": "International"}, "team1": [{"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1048", "name": "Charith Asalanka", "shortname": "C Asalanka", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1049", "name": "Dushmantha Chameera", "shortname": "D Chameera", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1050", "name": "Akila Dananjaya", "shortname": "A Dananjaya", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1051", "name": "Wanindu Hasaranga", "shortname": "W Hasaranga", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1052", "name": "Dhananjaya de Silva", "shortname": "D d Silva", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1054", "name": "Avishka Fernando", "shortname": "A Fernando", "image": "", "type": "Batsman", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1056", "name": "Asitha Fernando", "shortname": "A Fernando", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1057", "name": "Shiran Fernando", "shortname": "S Fernando", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1058", "name": "Binura Fernando", "shortname": "B Fernando", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1061", "name": "Ishan Jayaratne", "shortname": "I Jayaratne", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1062", "name": "Praveen Jayawickrama", "shortname": "P Jayawickrama", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1063", "name": "Chamika Karunaratne", "shortname": "C Karunaratne", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1064", "name": "Dhananjaya Lakshan", "shortname": "D Lakshan", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1065", "name": "Ramesh Mendis", "shortname": "R Mendis", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1067", "name": "Pathum Nissanka", "shortname": "P Nissanka", "image": "", "type": "Batsman", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1068", "name": "Lakshan Sandakan", "shortname": "L Sandakan", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1069", "name": "Dasun Shanaka", "shortname": "D Shanaka", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1070", "name": "Isuru Udana", "shortname": "I Udana", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1555", "name": "Ashen Bandara", "shortname": "A Bandara", "image": "", "type": "Batsman", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1556", "name": "Minod Bhanuka", "shortname": "M Bhanuka", "image": "", "type": "Batsman", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1557", "name": "Lahiru Udara", "shortname": "L Udara", "image": "", "type": "Batsman", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1558", "name": "Lahiru Kumara", "shortname": "L Kumara", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1559", "name": "Bhanuka Rajapaksa", "shortname": "B Rajapaksa", "image": "", "type": "Batsman", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}, {"seriesid": "1017", "matchid": "1208", "teamid": "1005", "playerid": "1560", "name": "Kasun Rajitha", "shortname": "K Rajitha", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "no"}], "team2": {"24": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1165", "name": "Shikhar Dhawan", "shortname": "S Dhawan", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "no"}, "25": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1166", "name": "Yuzvendra Chahal", "shortname": "Y Chahal", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "no"}, "26": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1167", "name": "Deepak Chahar", "shortname": "D Chahar", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "no"}, "27": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1168", "name": "Rahul Chahar", "shortname": "R Chahar", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "no"}, "28": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1169", "name": "Ruturaj Gaikwad", "shortname": "R Gaikwad", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "no"}, "29": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1170", "name": "Krishnappa Gowtham", "shortname": "K Gowtham", "image": "", "type": "AllRounder", "team": "India", "teamshortname": "IND", "playing11": "no"}, "30": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1171", "name": "Ishan Kishan", "shortname": "I Kishan", "image": "", "type": "WicketKeeper", "team": "India", "teamshortname": "IND", "playing11": "no"}, "31": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1172", "name": "Kuldeep Yadav", "shortname": "K Yadav", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "no"}, "32": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1173", "name": "Bhuvneshwar Kumar", "shortname": "B Kumar", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "no"}, "33": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1174", "name": "Devdutt Padikkal", "shortname": "D Padikkal", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "no"}, "34": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1175", "name": "Manish Pandey", "shortname": "M Pandey", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "no"}, "35": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1176", "name": "Krunal Pandya", "shortname": "K Pandya", "image": "", "type": "AllRounder", "team": "India", "teamshortname": "IND", "playing11": "no"}, "36": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1177", "name": "Hardik Pandya", "shortname": "H Pandya", "image": "", "type": "AllRounder", "team": "India", "teamshortname": "IND", "playing11": "no"}, "37": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1178", "name": "Nitish Rana", "shortname": "N Rana", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "no"}, "38": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1179", "name": "Navdeep Saini", "shortname": "N Saini", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "no"}, "39": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1180", "name": "Chetan Sakariya", "shortname": "C Sakariya", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "no"}, "40": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1181", "name": "Sanju Samson", "shortname": "S Samson", "image": "", "type": "WicketKeeper", "team": "India", "teamshortname": "IND", "playing11": "no"}, "41": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1182", "name": "Prithvi Shaw", "shortname": "P Shaw", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "no"}, "42": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1183", "name": "Varun Chakravarthy", "shortname": "V Chakravarthy", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "no"}, "43": {"seriesid": "1017", "matchid": "1208", "teamid": "1001", "playerid": "1184", "name": "Suryakumar Yadav", "shortname": "S Yadav", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "no"}}}
{"type": "object", "properties": {"matchdetail": {"type": "object", "properties": {"seriesid": {"type": "string"}, "seriesname": {"type": "string"}, "serieshortname": {"type": "null"}, "matchid": {"type": "string"}, "team1id": {"type": "string"}, "team2id": {"type": "string"}, "team1name": {"type": "string"}, "team2name": {"type": "string"}, "team1shortname": {"type": "string"}, "team2shortname": {"type": "string"}, "eventname": {"type": "string"}, "type": {"type": "string"}, "starttime": {"type": "string"}, "status": {"type": "string"}, "squad": {"type": "string"}, "level": {"type": "integer"}, "match_no": {"type": "integer"}, "match_no_txt": {"type": "string"}, "seriestype": {"type": "string"}}}, "team1": {"type": "array", "items": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}}, "team2": {"type": "object", "properties": {"24": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "25": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "26": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "27": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "28": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "29": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "30": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "31": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "32": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "33": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "34": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "35": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "36": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "37": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "38": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "39": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "40": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "41": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "42": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "43": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}}}}}
7ad59cab-a5b8-41e5-b96e-731ba284b650/4921559f-ee9a-412a-908b-4373d0a538af/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
5.1
Playing Eleven API
Get Playing Eleven by matchid when it's announced by the teams. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
200
Response
{"matchdetail": {"seriesid": "1017", "seriesname": "India tour of Sri Lanka", "serieshortname": null, "matchid": "1192", "team1id": "1005", "team2id": "1001", "team1name": "Sri Lanka", "team2name": "India", "team1shortname": "SL", "team2shortname": "IND", "eventname": "SL vs IND", "type": "T20", "starttime": "2021-07-25 20:00:00", "status": "1", "squad": "no", "level": 1, "match_no": 1, "match_no_txt": "1st T20I", "seriestype": "International"}, "team1": {"11": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1048", "name": "Charith Asalanka", "shortname": "C Asalanka", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "12": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1049", "name": "Dushmantha Chameera", "shortname": "D Chameera", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "13": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1050", "name": "Akila Dananjaya", "shortname": "A Dananjaya", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "14": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1051", "name": "Wanindu Hasaranga", "shortname": "W Hasaranga", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "15": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1052", "name": "Dhananjaya de Silva", "shortname": "D d Silva", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "16": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1054", "name": "Avishka Fernando", "shortname": "A Fernando", "image": "", "type": "Batsman", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "17": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1063", "name": "Chamika Karunaratne", "shortname": "C Karunaratne", "image": "", "type": "Bowler", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "18": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1069", "name": "Dasun Shanaka", "shortname": "D Shanaka", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "19": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1070", "name": "Isuru Udana", "shortname": "I Udana", "image": "", "type": "AllRounder", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "20": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1555", "name": "Ashen Bandara", "shortname": "A Bandara", "image": "", "type": "Batsman", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}, "21": {"seriesid": "1017", "matchid": "1192", "teamid": "1005", "playerid": "1556", "name": "Minod Bhanuka", "shortname": "M Bhanuka", "image": "", "type": "Batsman", "team": "Sri Lanka", "teamshortname": "SL", "playing11": "yes"}}, "team2": [{"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1165", "name": "Shikhar Dhawan", "shortname": "S Dhawan", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1166", "name": "Yuzvendra Chahal", "shortname": "Y Chahal", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1167", "name": "Deepak Chahar", "shortname": "D Chahar", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1171", "name": "Ishan Kishan", "shortname": "I Kishan", "image": "", "type": "WicketKeeper", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1173", "name": "Bhuvneshwar Kumar", "shortname": "B Kumar", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1176", "name": "Krunal Pandya", "shortname": "K Pandya", "image": "", "type": "AllRounder", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1177", "name": "Hardik Pandya", "shortname": "H Pandya", "image": "", "type": "AllRounder", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1181", "name": "Sanju Samson", "shortname": "S Samson", "image": "", "type": "WicketKeeper", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1182", "name": "Prithvi Shaw", "shortname": "P Shaw", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1183", "name": "Varun Chakravarthy", "shortname": "V Chakravarthy", "image": "", "type": "Bowler", "team": "India", "teamshortname": "IND", "playing11": "yes"}, {"seriesid": "1017", "matchid": "1192", "teamid": "1001", "playerid": "1184", "name": "Suryakumar Yadav", "shortname": "S Yadav", "image": "", "type": "Batsman", "team": "India", "teamshortname": "IND", "playing11": "yes"}]}
{"type": "object", "properties": {"matchdetail": {"type": "object", "properties": {"seriesid": {"type": "string"}, "seriesname": {"type": "string"}, "serieshortname": {"type": "null"}, "matchid": {"type": "string"}, "team1id": {"type": "string"}, "team2id": {"type": "string"}, "team1name": {"type": "string"}, "team2name": {"type": "string"}, "team1shortname": {"type": "string"}, "team2shortname": {"type": "string"}, "eventname": {"type": "string"}, "type": {"type": "string"}, "starttime": {"type": "string"}, "status": {"type": "string"}, "squad": {"type": "string"}, "level": {"type": "integer"}, "match_no": {"type": "integer"}, "match_no_txt": {"type": "string"}, "seriestype": {"type": "string"}}}, "team1": {"type": "object", "properties": {"11": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "12": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "13": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "14": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "15": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "16": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "17": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "18": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "19": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "20": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}, "21": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}}}, "team2": {"type": "array", "items": {"type": "object", "properties": {"seriesid": {"type": "string"}, "matchid": {"type": "string"}, "teamid": {"type": "string"}, "playerid": {"type": "string"}, "name": {"type": "string"}, "shortname": {"type": "string"}, "image": {"type": "string"}, "type": {"type": "string"}, "team": {"type": "string"}, "teamshortname": {"type": "string"}, "playing11": {"type": "string"}}}}}}
7ad59cab-a5b8-41e5-b96e-731ba284b650/ec4cb4a1-94ad-40d8-8049-c7c5ae2bca89/0/0
Fantasy Cricket
Most Accurate, Realtime, Fast and Reliable Fantasy Cricket API in the market. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
5.1
Live Matches API
A list of cricket matches from around the world that are currently Live. Any issues, queries, api integration, custom plan or to Create your own Fantasy Sports Application contact us at [email protected]
200
Response
[{"seriesid": "1010", "seriesname": "Australia tour of West Indies 2021", "serieshortname": null, "matchid": "1023", "team1id": "1007", "team2id": "1003", "team1name": "West Indies", "team2name": "Australia", "team1shortname": "WI", "team2shortname": "AUS", "eventname": "WI vs AUS", "type": "ODI", "starttime": "2021-07-27 00:00:00", "status": "2", "squad": "no", "level": 1, "match_no": 3, "match_no_txt": "3rd Match", "seriestype": "International", "team1": {"teamid": "1007", "name": "West Indies", "shortname": "WI", "squad": "yes", "flag": null}, "team2": {"teamid": "1003", "name": "Australia", "shortname": "AUS", "squad": "yes", "flag": null}, "series": {"seriesid": "1010", "name": "Australia tour of West Indies 2021", "shortname": "WI vs AUS ODI", "season": "2021", "type": "ODI", "seriestype": "International", "startdate": "07/21/2021", "enddate": "07/25/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 2, "matches": 0, "status": "3", "level": 1}}, {"seriesid": "1022", "seriesname": "The Hundred Men's Competition", "serieshortname": null, "matchid": "1206", "team1id": "1557", "team2id": "1554", "team1name": "Trent Rockets", "team2name": "Northern Superchargers", "team1shortname": "TR", "team2shortname": "NS", "eventname": "TR vs NS", "type": "The Hundred", "starttime": "2021-07-26 23:00:00", "status": "2", "squad": "no", "level": 2, "match_no": 7, "match_no_txt": "7th Match", "seriestype": "T20 League", "team1": {"teamid": "1557", "name": "Trent Rockets", "shortname": "TR", "squad": "yes", "flag": ""}, "team2": {"teamid": "1554", "name": "Northern Superchargers", "shortname": "NS", "squad": "yes", "flag": ""}, "series": {"seriesid": "1022", "name": "The Hundred Men's Competition", "shortname": "The Hundred", "season": "2021", "type": "T20", "seriestype": "T20 League", "startdate": "07/22/2021", "enddate": "08/21/2021", "standings": "yes", "lineups": "no", "statistics": "yes", "players": "no", "teams": 8, "matches": 0, "status": "2", "level": 2}}, {"seriesid": "1027", "seriesname": "Netherlands Women tour of Ireland T20I", "serieshortname": null, "matchid": "1279", "team1id": "1060", "team2id": "1061", "team1name": "Ireland Women", "team2name": "Netherlands Women", "team1shortname": "IREW", "team2shortname": "NEDW", "eventname": "IREW vs NEDW", "type": "T20", "starttime": "2021-07-26 20:30:00", "status": "2", "squad": "yes", "level": 1, "match_no": 1, "match_no_txt": "1st T20I", "seriestype": "International", "team1": {"teamid": "1060", "name": "Ireland Women", "shortname": "IREW", "squad": "yes", "flag": ""}, "team2": {"teamid": "1061", "name": "Netherlands Women", "shortname": "NEDW", "squad": "no", "flag": ""}, "series": {"seriesid": "1027", "name": "Netherlands Women tour of Ireland T20I", "shortname": null, "season": "2021", "type": "T20", "seriestype": "International", "startdate": "07/26/2021", "enddate": "07/30/2021", "standings": "yes", "lineups": "yes", "statistics": "yes", "players": "yes", "teams": 0, "matches": 0, "status": "1", "level": 1}}]
{"type": "array", "items": {"type": "object", "properties": {"seriesid": {"type": "string"}, "seriesname": {"type": "string"}, "serieshortname": {"type": "null"}, "matchid": {"type": "string"}, "team1id": {"type": "string"}, "team2id": {"type": "string"}, "team1name": {"type": "string"}, "team2name": {"type": "string"}, "team1shortname": {"type": "string"}, "team2shortname": {"type": "string"}, "eventname": {"type": "string"}, "type": {"type": "string"}, "starttime": {"type": "string"}, "status": {"type": "string"}, "squad": {"type": "string"}, "level": {"type": "integer"}, "match_no": {"type": "integer"}, "match_no_txt": {"type": "string"}, "seriestype": {"type": "string"}, "team1": {"type": "object"}, "team2": {"type": "object"}, "series": {"type": "object"}}}}
5b3e61a1e4b0d23f1ee78ad5/86f36daf-2469-4ae1-a552-622fe68c2460/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
odds from league id filtered by bookmaker
Get all available odds from one league you can filter by bookmaker or label like this : - /v2/odds/league/{league_id}/bookmaker/{bookmaker_id} - /v2/odds/league/{league_id}/label/{label_id} Update Frequency : Every day Recommended Calls : 1 call per day
200
Response
{"api": {"results": 0, "paging": {"current": 2, "total": 1}, "odds": []}}
{"type": "object", "properties": {"api": {"type": "object", "properties": {"results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}}, "odds": {"type": "array", "items": {"type": "object", "properties": {"fixture": {"type": "object", "properties": {"league_id": {"type": "integer"}, "fixture_id": {"type": "integer"}, "updateAt": {"type": "integer"}}}, "bookmakers": {"type": "array", "items": {"type": "object", "properties": {"bookmaker_id": {"type": "integer"}, "bookmaker_name": {"type": "string"}, "bets": {"type": "array", "items": {"type": "object", "properties": {"label_id": {"type": "integer"}, "label_name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object"}}}}}}}}}}}}}}}
5b3e61a1e4b0d23f1ee78ad5/4bb4e1ad-a0bf-40b8-ab29-048021af7397/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Top Yellow Cards
Get the 20 players with the most yellow cards for a league or cup. How it is calculated: * 1 : The player that received the higher number of yellow cards * 2 : The player that received the higher number of red cards * 3 : The player that assists in the higher number of matches * 4 : The player that played the fewer minutes Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day.
200
Response
{"errors": [], "get": "players/topyellowcards", "paging": {"current": 0, "total": 1}, "parameters": {"league": "39", "season": "2020"}, "response": [{"player": {"age": 28, "birth": {"country": "England", "date": "1993-03-05", "place": "Sheffield"}, "firstname": "Harry", "height": "194 cm", "id": 2935, "injured": false, "lastname": "Maguire", "name": "H. Maguire", "nationality": "England", "photo": "https://media.api-sports.io/football/players/2935.png", "weight": "100 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 8, "yellowred": 0}, "dribbles": {"attempts": 13, "past": null, "success": 7}, "duels": {"total": 268, "won": 174}, "fouls": {"committed": 35, "drawn": 26}, "games": {"appearences": 29, "captain": false, "lineups": 29, "minutes": 2610, "number": null, "position": "Defender", "rating": "7.068965"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 2}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 58, "key": 6, "total": 1945}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 10, "total": 23}, "substitutes": {"bench": 0, "in": 0, "out": 0}, "tackles": {"blocks": 19, "interceptions": 51, "total": 22}, "team": {"id": 33, "logo": "https://media.api-sports.io/football/teams/33.png", "name": "Manchester United"}}]}, {"player": {"age": 26, "birth": {"country": "England", "date": "1995-03-22", "place": "Chelmsford"}, "firstname": "Isaac", "height": "185 cm", "id": 18899, "injured": false, "lastname": "Hayden", "name": "I. Hayden", "nationality": "England", "photo": "https://media.api-sports.io/football/players/18899.png", "weight": "79 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 8, "yellowred": 0}, "dribbles": {"attempts": 10, "past": null, "success": 7}, "duels": {"total": 238, "won": 132}, "fouls": {"committed": 38, "drawn": 17}, "games": {"appearences": 24, "captain": false, "lineups": 22, "minutes": 1943, "number": null, "position": "Midfielder", "rating": "6.875000"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 26, "key": 7, "total": 788}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 2, "total": 9}, "substitutes": {"bench": 5, "in": 2, "out": 3}, "tackles": {"blocks": 9, "interceptions": 43, "total": 52}, "team": {"id": 34, "logo": "https://media.api-sports.io/football/teams/34.png", "name": "Newcastle"}}]}, {"player": {"age": 21, "birth": {"country": "England", "date": "2000-02-06", "place": "Epsom"}, "firstname": "Conor", "height": null, "id": 67972, "injured": false, "lastname": "Gallagher", "name": "C. Gallagher", "nationality": "England", "photo": "https://media.api-sports.io/football/players/67972.png", "weight": null}, "statistics": [{"cards": {"red": 0, "yellow": 8, "yellowred": 0}, "dribbles": {"attempts": 45, "past": null, "success": 25}, "duels": {"total": 313, "won": 150}, "fouls": {"committed": 34, "drawn": 46}, "games": {"appearences": 23, "captain": false, "lineups": 22, "minutes": 1974, "number": null, "position": "Midfielder", "rating": "6.804347"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 2}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 26, "key": 15, "total": 737}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 6, "total": 17}, "substitutes": {"bench": 2, "in": 1, "out": 3}, "tackles": {"blocks": 6, "interceptions": 21, "total": 63}, "team": {"id": 60, "logo": "https://media.api-sports.io/football/teams/60.png", "name": "West Brom"}}]}, {"player": {"age": 26, "birth": {"country": "Spain", "date": "1995-03-19", "place": "Barcelona"}, "firstname": "H\u00e9ctor", "height": "178 cm", "id": 1439, "injured": false, "lastname": "Beller\u00edn Moruno", "name": "Beller\u00edn", "nationality": "Spain", "photo": "https://media.api-sports.io/football/players/1439.png", "weight": "74 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 8, "yellowred": 0}, "dribbles": {"attempts": 24, "past": null, "success": 12}, "duels": {"total": 169, "won": 76}, "fouls": {"committed": 21, "drawn": 7}, "games": {"appearences": 22, "captain": false, "lineups": 22, "minutes": 1913, "number": null, "position": "Defender", "rating": "6.850000"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 37, "key": 19, "total": 997}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 4, "total": 6}, "substitutes": {"bench": 5, "in": 0, "out": 3}, "tackles": {"blocks": 8, "interceptions": 29, "total": 27}, "team": {"id": 42, "logo": "https://media.api-sports.io/football/teams/42.png", "name": "Arsenal"}}]}, {"player": {"age": 30, "birth": {"country": "Serbia", "date": "1991-04-07", "place": "Kragujevac"}, "firstname": "Luka", "height": "186 cm", "id": 18852, "injured": false, "lastname": "Milivojevi\u0107", "name": "L. Milivojevi\u0107", "nationality": "Serbia", "photo": "https://media.api-sports.io/football/players/18852.png", "weight": "80 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 7, "yellowred": 0}, "dribbles": {"attempts": 8, "past": null, "success": 7}, "duels": {"total": 206, "won": 115}, "fouls": {"committed": 33, "drawn": 27}, "games": {"appearences": 25, "captain": false, "lineups": 21, "minutes": 1857, "number": null, "position": "Midfielder", "rating": "6.872000"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 34, "key": 15, "total": 1030}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 1, "won": null}, "shots": {"on": 5, "total": 9}, "substitutes": {"bench": 5, "in": 4, "out": 6}, "tackles": {"blocks": 5, "interceptions": 25, "total": 51}, "team": {"id": 52, "logo": "https://media.api-sports.io/football/teams/52.png", "name": "Crystal Palace"}}]}, {"player": {"age": 27, "birth": {"country": "England", "date": "1994-02-18", "place": "Liverpool"}, "firstname": "John", "height": "181 cm", "id": 19104, "injured": false, "lastname": "Lundstram", "name": "J. Lundstram", "nationality": "England", "photo": "https://media.api-sports.io/football/players/19104.png", "weight": "74 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 7, "yellowred": 0}, "dribbles": {"attempts": 24, "past": null, "success": 15}, "duels": {"total": 162, "won": 68}, "fouls": {"committed": 21, "drawn": 17}, "games": {"appearences": 24, "captain": false, "lineups": 21, "minutes": 1833, "number": null, "position": "Midfielder", "rating": "6.616666"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 31, "key": 20, "total": 907}, "penalty": {"commited": null, "missed": 1, "saved": null, "scored": 0, "won": null}, "shots": {"on": 5, "total": 14}, "substitutes": {"bench": 4, "in": 3, "out": 4}, "tackles": {"blocks": 8, "interceptions": 13, "total": 24}, "team": {"id": 62, "logo": "https://media.api-sports.io/football/teams/62.png", "name": "Sheffield Utd"}}]}, {"player": {"age": 27, "birth": {"country": "Scotland", "date": "1994-10-18", "place": "Glasgow"}, "firstname": "John", "height": "178 cm", "id": 19191, "injured": false, "lastname": "McGinn", "name": "J. McGinn", "nationality": "Scotland", "photo": "https://media.api-sports.io/football/players/19191.png", "weight": "68 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 7, "yellowred": 0}, "dribbles": {"attempts": 54, "past": null, "success": 36}, "duels": {"total": 309, "won": 158}, "fouls": {"committed": 28, "drawn": 61}, "games": {"appearences": 27, "captain": false, "lineups": 27, "minutes": 2430, "number": null, "position": "Midfielder", "rating": "6.970370"}, "goals": {"assists": 4, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 29, "key": 28, "total": 998}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 7, "total": 24}, "substitutes": {"bench": 0, "in": 0, "out": 0}, "tackles": {"blocks": 4, "interceptions": 35, "total": 44}, "team": {"id": 66, "logo": "https://media.api-sports.io/football/teams/66.png", "name": "Aston Villa"}}]}, {"player": {"age": 33, "birth": {"country": "Northern Ireland", "date": "1988-01-03", "place": "Belfast"}, "firstname": "Jonathan Grant", "height": "188 cm", "id": 18772, "injured": false, "lastname": "Evans", "name": "J. Evans", "nationality": "Northern Ireland", "photo": "https://media.api-sports.io/football/players/18772.png", "weight": "77 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 7, "yellowred": 0}, "dribbles": {"attempts": 9, "past": null, "success": 8}, "duels": {"total": 170, "won": 115}, "fouls": {"committed": 14, "drawn": 10}, "games": {"appearences": 23, "captain": false, "lineups": 23, "minutes": 2026, "number": null, "position": "Defender", "rating": "6.926086"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 54, "key": 6, "total": 1456}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 1, "total": 5}, "substitutes": {"bench": 0, "in": 0, "out": 3}, "tackles": {"blocks": 2, "interceptions": 39, "total": 21}, "team": {"id": 46, "logo": "https://media.api-sports.io/football/teams/46.png", "name": "Leicester"}}]}, {"player": {"age": 26, "birth": {"country": "England", "date": "1995-12-02", "place": "Leeds"}, "firstname": "Kalvin", "height": "178 cm", "id": 19130, "injured": false, "lastname": "Phillips", "name": "K. Phillips", "nationality": "England", "photo": "https://media.api-sports.io/football/players/19130.png", "weight": "72 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 7, "yellowred": 0}, "dribbles": {"attempts": 22, "past": null, "success": 14}, "duels": {"total": 223, "won": 125}, "fouls": {"committed": 27, "drawn": 29}, "games": {"appearences": 21, "captain": false, "lineups": 21, "minutes": 1844, "number": null, "position": "Midfielder", "rating": "7.200000"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 45, "key": 26, "total": 1121}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 3, "total": 9}, "substitutes": {"bench": 0, "in": 0, "out": 2}, "tackles": {"blocks": 10, "interceptions": 32, "total": 55}, "team": {"id": 63, "logo": "https://media.api-sports.io/football/teams/63.png", "name": "Leeds"}}]}, {"player": {"age": 23, "birth": {"country": "Brazil", "date": "1998-05-09", "place": "Rio de Janeiro"}, "firstname": "Douglas Luiz", "height": "175 cm", "id": 47522, "injured": false, "lastname": "Soares de Paulo", "name": "Douglas Luiz", "nationality": "Brazil", "photo": "https://media.api-sports.io/football/players/47522.png", "weight": "66 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 6, "yellowred": 1}, "dribbles": {"attempts": 24, "past": null, "success": 17}, "duels": {"total": 236, "won": 121}, "fouls": {"committed": 39, "drawn": 36}, "games": {"appearences": 24, "captain": false, "lineups": 24, "minutes": 2106, "number": null, "position": "Midfielder", "rating": "6.887500"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 36, "key": 15, "total": 1030}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 7, "total": 16}, "substitutes": {"bench": 3, "in": 0, "out": 7}, "tackles": {"blocks": 14, "interceptions": 33, "total": 34}, "team": {"id": 66, "logo": "https://media.api-sports.io/football/teams/66.png", "name": "Aston Villa"}}]}, {"player": {"age": 25, "birth": {"country": "C\u00f4te d'Ivoire", "date": "1996-08-30", "place": "Issia"}, "firstname": "Yves", "height": "182 cm", "id": 18968, "injured": false, "lastname": "Bissouma", "name": "Y. Bissouma", "nationality": "Mali", "photo": "https://media.api-sports.io/football/players/18968.png", "weight": "80 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 47, "past": null, "success": 34}, "duels": {"total": 280, "won": 162}, "fouls": {"committed": 44, "drawn": 22}, "games": {"appearences": 27, "captain": false, "lineups": 26, "minutes": 2304, "number": null, "position": "Midfielder", "rating": "6.974074"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 41, "key": 9, "total": 1282}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 3, "total": 18}, "substitutes": {"bench": 1, "in": 1, "out": 3}, "tackles": {"blocks": 4, "interceptions": 42, "total": 74}, "team": {"id": 51, "logo": "https://media.api-sports.io/football/teams/51.png", "name": "Brighton"}}]}, {"player": {"age": 29, "birth": {"country": "Switzerland", "date": "1992-09-27", "place": "Basel"}, "firstname": "Granit", "height": "185 cm", "id": 1464, "injured": false, "lastname": "Xhaka", "name": "G. Xhaka", "nationality": "Switzerland", "photo": "https://media.api-sports.io/football/players/1464.png", "weight": "82 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 14, "past": null, "success": 8}, "duels": {"total": 217, "won": 108}, "fouls": {"committed": 36, "drawn": 31}, "games": {"appearences": 25, "captain": false, "lineups": 24, "minutes": 2060, "number": null, "position": "Midfielder", "rating": "6.932000"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 61, "key": 13, "total": 1715}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 4, "total": 9}, "substitutes": {"bench": 3, "in": 1, "out": 5}, "tackles": {"blocks": 6, "interceptions": 22, "total": 39}, "team": {"id": 42, "logo": "https://media.api-sports.io/football/teams/42.png", "name": "Arsenal"}}]}, {"player": {"age": 29, "birth": {"country": "Republic of Ireland", "date": "1992-10-20", "place": "Cork"}, "firstname": "John", "height": "185 cm", "id": 19093, "injured": false, "lastname": "Egan", "name": "J. Egan", "nationality": "Republic of Ireland", "photo": "https://media.api-sports.io/football/players/19093.png", "weight": "75 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": null, "past": null, "success": null}, "duels": {"total": 175, "won": 94}, "fouls": {"committed": 27, "drawn": 8}, "games": {"appearences": 22, "captain": false, "lineups": 22, "minutes": 1897, "number": null, "position": "Defender", "rating": "6.650000"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 30, "key": 2, "total": 811}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": null, "total": 6}, "substitutes": {"bench": 0, "in": 0, "out": 1}, "tackles": {"blocks": 20, "interceptions": 31, "total": 29}, "team": {"id": 62, "logo": "https://media.api-sports.io/football/teams/62.png", "name": "Sheffield Utd"}}]}, {"player": {"age": 31, "birth": {"country": "Poland", "date": "1990-06-13", "place": "Tarn\u00f3w"}, "firstname": "Mateusz", "height": "183 cm", "id": 3008, "injured": false, "lastname": "Klich", "name": "M. Klich", "nationality": "Poland", "photo": "https://media.api-sports.io/football/players/3008.png", "weight": "84 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 24, "past": null, "success": 10}, "duels": {"total": 206, "won": 74}, "fouls": {"committed": 45, "drawn": 19}, "games": {"appearences": 29, "captain": false, "lineups": 25, "minutes": 2105, "number": null, "position": "Midfielder", "rating": "6.779310"}, "goals": {"assists": 5, "conceded": 0, "saves": null, "total": 3}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 37, "key": 41, "total": 1330}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 2, "won": null}, "shots": {"on": 8, "total": 24}, "substitutes": {"bench": 4, "in": 4, "out": 11}, "tackles": {"blocks": 4, "interceptions": 10, "total": 32}, "team": {"id": 63, "logo": "https://media.api-sports.io/football/teams/63.png", "name": "Leeds"}}]}, {"player": {"age": 24, "birth": {"country": "Belgium", "date": "1997-05-07", "place": "Ukkel"}, "firstname": "Youri", "height": "176 cm", "id": 2926, "injured": false, "lastname": "Tielemans", "name": "Y. Tielemans", "nationality": "Belgium", "photo": "https://media.api-sports.io/football/players/2926.png", "weight": "72 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 54, "past": null, "success": 38}, "duels": {"total": 314, "won": 163}, "fouls": {"committed": 31, "drawn": 41}, "games": {"appearences": 29, "captain": false, "lineups": 28, "minutes": 2548, "number": null, "position": "Midfielder", "rating": "7.093103"}, "goals": {"assists": 3, "conceded": 0, "saves": null, "total": 6}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 53, "key": 29, "total": 1868}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 2, "won": null}, "shots": {"on": 17, "total": 25}, "substitutes": {"bench": 1, "in": 1, "out": 2}, "tackles": {"blocks": 6, "interceptions": 39, "total": 56}, "team": {"id": 46, "logo": "https://media.api-sports.io/football/teams/46.png", "name": "Leicester"}}]}, {"player": {"age": 31, "birth": {"country": "England", "date": "1990-04-01", "place": "Nantwich"}, "firstname": "Ashley", "height": "175 cm", "id": 18926, "injured": false, "lastname": "Westwood", "name": "A. Westwood", "nationality": "England", "photo": "https://media.api-sports.io/football/players/18926.png", "weight": "80 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 14, "past": null, "success": 10}, "duels": {"total": 150, "won": 75}, "fouls": {"committed": 28, "drawn": 36}, "games": {"appearences": 29, "captain": false, "lineups": 29, "minutes": 2601, "number": null, "position": "Midfielder", "rating": "7.062068"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 42, "key": 39, "total": 1556}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 4, "total": 10}, "substitutes": {"bench": 0, "in": 0, "out": 1}, "tackles": {"blocks": 7, "interceptions": 33, "total": 18}, "team": {"id": 44, "logo": "https://media.api-sports.io/football/teams/44.png", "name": "Burnley"}}]}, {"player": {"age": 26, "birth": {"country": "Denmark", "date": "1995-08-05", "place": "K\u00f8benhavn"}, "firstname": "Pierre-Emile", "height": "185 cm", "id": 2735, "injured": false, "lastname": "Kordt H\u00f8jbjerg", "name": "P. H\u00f8jbjerg", "nationality": "Denmark", "photo": "https://media.api-sports.io/football/players/2735.png", "weight": "84 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 23, "past": null, "success": 16}, "duels": {"total": 329, "won": 170}, "fouls": {"committed": 53, "drawn": 43}, "games": {"appearences": 29, "captain": false, "lineups": 29, "minutes": 2610, "number": null, "position": "Midfielder", "rating": "6.993103"}, "goals": {"assists": 3, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 64, "key": 12, "total": 2117}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 5, "total": 8}, "substitutes": {"bench": 0, "in": 0, "out": 0}, "tackles": {"blocks": 7, "interceptions": 37, "total": 79}, "team": {"id": 47, "logo": "https://media.api-sports.io/football/teams/47.png", "name": "Tottenham"}}]}, {"player": {"age": 24, "birth": {"country": "Portugal", "date": "1997-03-13", "place": "Santa Maria da Feira"}, "firstname": "R\u00faben Diogo", "height": "180 cm", "id": 2676, "injured": false, "lastname": "da Silva Neves", "name": "R\u00faben Neves", "nationality": "Portugal", "photo": "https://media.api-sports.io/football/players/2676.png", "weight": "80 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 11, "past": null, "success": 9}, "duels": {"total": 212, "won": 106}, "fouls": {"committed": 34, "drawn": 14}, "games": {"appearences": 28, "captain": false, "lineups": 24, "minutes": 2083, "number": null, "position": "Midfielder", "rating": "7.146428"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 5}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 43, "key": 22, "total": 1462}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 3, "won": null}, "shots": {"on": 15, "total": 37}, "substitutes": {"bench": 5, "in": 4, "out": 8}, "tackles": {"blocks": 8, "interceptions": 54, "total": 64}, "team": {"id": 39, "logo": "https://media.api-sports.io/football/teams/39.png", "name": "Wolves"}}]}, {"player": {"age": 26, "birth": {"country": "England", "date": "1995-09-18", "place": "Eastleigh"}, "firstname": "Matt", "height": "183 cm", "id": 18941, "injured": false, "lastname": "Targett", "name": "M. Targett", "nationality": "England", "photo": "https://media.api-sports.io/football/players/18941.png", "weight": "70 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 14, "past": null, "success": 10}, "duels": {"total": 231, "won": 147}, "fouls": {"committed": 18, "drawn": 15}, "games": {"appearences": 28, "captain": false, "lineups": 28, "minutes": 2505, "number": null, "position": "Defender", "rating": "7.139285"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 33, "key": 25, "total": 1243}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 2, "total": 4}, "substitutes": {"bench": 0, "in": 0, "out": 1}, "tackles": {"blocks": 9, "interceptions": 41, "total": 61}, "team": {"id": 66, "logo": "https://media.api-sports.io/football/teams/66.png", "name": "Aston Villa"}}]}, {"player": {"age": 30, "birth": {"country": "France", "date": "1991-03-29", "place": "Paris"}, "firstname": "N'Golo", "height": "168 cm", "id": 2290, "injured": false, "lastname": "Kant\u00e9", "name": "N. Kant\u00e9", "nationality": "France", "photo": "https://media.api-sports.io/football/players/2290.png", "weight": "68 kg"}, "statistics": [{"cards": {"red": 0, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 34, "past": null, "success": 24}, "duels": {"total": 229, "won": 118}, "fouls": {"committed": 32, "drawn": 7}, "games": {"appearences": 25, "captain": false, "lineups": 21, "minutes": 1902, "number": null, "position": "Midfielder", "rating": "7.080000"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 47, "key": 21, "total": 1375}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 2, "total": 6}, "substitutes": {"bench": 5, "in": 4, "out": 3}, "tackles": {"blocks": 4, "interceptions": 54, "total": 71}, "team": {"id": 49, "logo": "https://media.api-sports.io/football/teams/49.png", "name": "Chelsea"}}]}], "results": 20}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object", "properties": {"age": {"type": "integer"}, "birth": {"type": "object", "properties": {"country": {"type": "string"}, "date": {"type": "string"}, "place": {"type": "string"}}, "required": ["country", "date", "place"]}, "firstname": {"type": "string"}, "height": {"type": ["null", "string"]}, "id": {"type": "integer"}, "injured": {"type": "boolean"}, "lastname": {"type": "string"}, "name": {"type": "string"}, "nationality": {"type": "string"}, "photo": {"type": "string"}, "weight": {"type": ["null", "string"]}}, "required": ["age", "birth", "firstname", "height", "id", "injured", "lastname", "name", "nationality", "photo", "weight"]}, "statistics": {"type": "array", "items": {"type": "object", "properties": {"cards": {"type": "object", "properties": {"red": {"type": "integer"}, "yellow": {"type": "integer"}, "yellowred": {"type": "integer"}}, "required": ["red", "yellow", "yellowred"]}, "dribbles": {"type": "object", "properties": {"attempts": {"type": ["integer", "null"]}, "past": {"type": "null"}, "success": {"type": ["integer", "null"]}}, "required": ["attempts", "past", "success"]}, "duels": {"type": "object", "properties": {"total": {"type": "integer"}, "won": {"type": "integer"}}, "required": ["total", "won"]}, "fouls": {"type": "object", "properties": {"committed": {"type": "integer"}, "drawn": {"type": "integer"}}, "required": ["committed", "drawn"]}, "games": {"type": "object", "properties": {"appearences": {"type": "integer"}, "captain": {"type": "boolean"}, "lineups": {"type": "integer"}, "minutes": {"type": "integer"}, "number": {"type": "null"}, "position": {"type": "string"}, "rating": {"type": "string"}}, "required": ["appearences", "captain", "lineups", "minutes", "number", "position", "rating"]}, "goals": {"type": "object", "properties": {"assists": {"type": ["integer", "null"]}, "conceded": {"type": "integer"}, "saves": {"type": "null"}, "total": {"type": "integer"}}, "required": ["assists", "conceded", "saves", "total"]}, "league": {"type": "object", "properties": {"country": {"type": "string"}, "flag": {"type": "string"}, "id": {"type": "integer"}, "logo": {"type": "string"}, "name": {"type": "string"}, "season": {"type": "integer"}}, "required": ["country", "flag", "id", "logo", "name", "season"]}, "passes": {"type": "object", "properties": {"accuracy": {"type": "integer"}, "key": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["accuracy", "key", "total"]}, "penalty": {"type": "object", "properties": {"commited": {"type": "null"}, "missed": {"type": "integer"}, "saved": {"type": "null"}, "scored": {"type": "integer"}, "won": {"type": "null"}}, "required": ["commited", "missed", "saved", "scored", "won"]}, "shots": {"type": "object", "properties": {"on": {"type": ["integer", "null"]}, "total": {"type": "integer"}}, "required": ["on", "total"]}, "substitutes": {"type": "object", "properties": {"bench": {"type": "integer"}, "in": {"type": "integer"}, "out": {"type": "integer"}}, "required": ["bench", "in", "out"]}, "tackles": {"type": "object", "properties": {"blocks": {"type": "integer"}, "interceptions": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["blocks", "interceptions", "total"]}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "logo": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "logo", "name"]}}, "required": ["cards", "dribbles", "duels", "fouls", "games", "goals", "league", "passes", "penalty", "shots", "substitutes", "tackles", "team"]}}}, "required": ["player", "statistics"]}}, "results": {"type": "integer"}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/fe2d5718-6a64-4844-a8a2-1327d482c8aa/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Teams seasons
Get the list of seasons available for a team. This endpoint requires at least one parameter. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all seasons available for a team from one team {id} https://api-football-v1.p.rapidapi.com/v3/teams/seasons?team=33
200
Response
{"get": "teams/seasons", "parameters": {"team": "33"}, "errors": [], "results": 12, "paging": {"current": 1, "total": 1}, "response": [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021]}
{"$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"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "integer"}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/e63ebd11-ffdb-4b9d-849b-6282fc44a2e6/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Coachs by team id
Get all the information about the coachs and their careers. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get coachs from one coach {id} https://api-football-v1.p.rapidapi.com/v3/coachs?id=1 Get coachs from one {team} https://api-football-v1.p.rapidapi.com/v3/coachs?team=33 Allows you to search for a coach in relation to a coach {name} https://api-football-v1.p.rapidapi.com/v3/coachs?search=Klopp
200
Response
{"get": "coachs", "parameters": {"team": "33"}, "errors": [], "results": 1, "paging": {"current": 1, "total": 1}, "response": [{"id": 19, "name": "O. Solskj\u00e6r", "firstname": "Ole Gunnar", "lastname": "Solskj\u00e6r", "age": 48, "birth": {"date": "1973-02-26", "place": "Kristiansund", "country": "Norway"}, "nationality": "Norway", "height": null, "weight": null, "team": {"id": 33, "name": "Manchester United", "logo": "https://media.api-sports.io/football/teams/33.png"}, "career": [{"team": {"id": 33, "name": "Manchester United", "logo": "https://media.api-sports.io/football/teams/33.png"}, "start": "2018-12-01", "end": null}, {"team": {"id": 329, "name": "Molde", "logo": "https://media.api-sports.io/football/teams/329.png"}, "start": "2015-10-01", "end": "2018-12-01"}, {"team": {"id": 43, "name": "Cardiff City", "logo": "https://media.api-sports.io/football/teams/43.png"}, "start": "2014-01-01", "end": "2014-09-01"}, {"team": {"id": 329, "name": "Molde", "logo": "https://media.api-sports.io/football/teams/329.png"}, "start": "2010-11-01", "end": "2014-01-01"}]}]}
{"$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"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "age": {"type": "integer"}, "birth": {"type": "object", "properties": {"date": {"type": "string"}, "place": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "date", "place"]}, "nationality": {"type": "string"}, "height": {"type": "null"}, "weight": {"type": "null"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}, "career": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}, "start": {"type": "string"}, "end": {"type": ["null", "string"]}}, "required": ["end", "start", "team"]}}}, "required": ["age", "birth", "career", "firstname", "height", "id", "lastname", "name", "nationality", "team", "weight"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/eabbb8db-f3e0-4433-866d-006238b84207/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Odds Bets (In-play)
Get all available bets for in-play odds. All bets id can be used in endpoint odds/live as filters, but are not compatible with endpoint odds for pre-match odds. Update Frequency : This endpoint is updated every 60 seconds.
200
Response
{"get": "odds/live/bets", "parameters": [], "errors": [], "results": 249, "paging": {"current": 1, "total": 1}, "response": [{"id": 1, "name": "Over/Under Extra Time"}, {"id": 2, "name": "1x2 Extra Time"}, {"id": 3, "name": "Extra Time Asian Corners"}, {"id": 4, "name": "Extra Time Total Corners (3 Ways) (1st Half)"}, {"id": 5, "name": "Extra Time Double Result"}, {"id": 6, "name": "Which team will score the 1st goal in extra time?"}, {"id": 7, "name": "Extra Time Asian Corners (1st Half)"}, {"id": 8, "name": "Method of Victory"}, {"id": 9, "name": "Both Teams To Score (ET)"}, {"id": 10, "name": "To Qualify"}, {"id": 11, "name": "Asian Handicap Extra Time"}, {"id": 12, "name": "1x2 Extra Time (1st Half)"}, {"id": 13, "name": "Extra Time Total Corners (3 Ways)"}, {"id": 14, "name": "Over/Under Extra Time (1st Half)"}, {"id": 15, "name": "Last Corner"}, {"id": 16, "name": "How many goals will Away Team score?"}, {"id": 17, "name": "Asian Handicap (1st Half)"}, {"id": 18, "name": "1st Goal in Interval"}, {"id": 19, "name": "1x2 (1st Half)"}, {"id": 20, "name": "Match Corners"}, {"id": 21, "name": "3-Way Handicap"}, {"id": 22, "name": "1x2 - 30 minutes"}, {"id": 23, "name": "Final Score"}, {"id": 24, "name": "Over/Under Line (1st Half)"}, {"id": 25, "name": "Match Goals"}, {"id": 26, "name": "European Handicap (1st Half)"}, {"id": 27, "name": "Home Team Score a Goal (2nd Half)"}, {"id": 28, "name": "Home Team to Score in Both Halves"}, {"id": 29, "name": "Result / Both Teams To Score"}, {"id": 30, "name": "Both Teams To Score (1st Half)"}, {"id": 31, "name": "Total Corners (3way) (2nd Half)"}, {"id": 32, "name": "Asian Corners"}, {"id": 33, "name": "Asian Handicap"}, {"id": 34, "name": "1x2 - 40 minutes"}, {"id": 35, "name": "To Win 2nd Half"}, {"id": 36, "name": "Over/Under Line"}, {"id": 37, "name": "Total Corners"}, {"id": 38, "name": "Away Team to Score in Both Halves"}, {"id": 39, "name": "Away Team Goals"}, {"id": 40, "name": "Total Corners (3 way) (1st Half)"}, {"id": 41, "name": "1x2 - 50 minutes"}, {"id": 42, "name": "Race to the 3rd corner?"}, {"id": 43, "name": "Both Teams To Score (2nd Half)"}, {"id": 44, "name": "Race to the 9th corner?"}, {"id": 45, "name": "Race to the 7th corner?"}, {"id": 46, "name": "Goal Scorer"}, {"id": 47, "name": "Away 1st Goal in Interval"}, {"id": 48, "name": "Draw No Bet"}, {"id": 49, "name": "Over/Under (1st Half)"}, {"id": 50, "name": "1x2 - 60 minutes"}, {"id": 51, "name": "Asian Corners (1st Half)"}, {"id": 52, "name": "1x2 - 80 minutes"}, {"id": 53, "name": "To Score 2 or More"}, {"id": 54, "name": "Home 1st Goal in Interval"}, {"id": 55, "name": "Correct Score (1st Half)"}, {"id": 56, "name": "1x2 - 70 minutes"}, {"id": 57, "name": "Away Team Clean Sheet"}, {"id": 58, "name": "Home Team Goals"}, {"id": 59, "name": "Fulltime Result"}, {"id": 60, "name": "To Score 3 or More"}, {"id": 61, "name": "Race to the 5th corner?"}, {"id": 62, "name": "Last Team to Score (3 way)"}, {"id": 63, "name": "Anytime Goal Scorer"}, {"id": 64, "name": "Half Time/Full Time"}, {"id": 65, "name": "Next 10 Minutes Total"}, {"id": 66, "name": "Home Team Clean Sheet"}, {"id": 67, "name": "How many goals will Home Team score?"}, {"id": 68, "name": "Goals Odd/Even"}, {"id": 69, "name": "Both Teams to Score"}, {"id": 70, "name": "Away Team Score a Goal (2nd Half)"}, {"id": 71, "name": "Which team will score the 4th corner? (2 Way)"}, {"id": 72, "name": "Double Chance"}, {"id": 73, "name": "Which team will score the 1st goal?"}, {"id": 74, "name": "Which team will score the 3rd corner? (2 Way)"}, {"id": 75, "name": "Which team will score the 2nd corner? (2 Way)"}, {"id": 76, "name": "Corners European Handicap"}, {"id": 77, "name": "1x2 - 10 minutes"}, {"id": 78, "name": "Corners 1x2"}, {"id": 79, "name": "1x2 - 20 minutes"}, {"id": 80, "name": "Method of 1st Goal"}, {"id": 81, "name": "Method of Qualification"}, {"id": 82, "name": "Game Won After Penalties Shootout"}, {"id": 83, "name": "Game Won In Extra Time"}, {"id": 84, "name": "Which team will score the 2nd goal?"}, {"id": 85, "name": "Which team will score the 2nd goal?"}, {"id": 86, "name": "Which team will score the 6th corner? (2 Way)"}, {"id": 87, "name": "Which team will score the 5th corner? (2 Way)"}, {"id": 88, "name": "Which team will score the 7th corner? (2 Way)"}, {"id": 89, "name": "Which team will score the 9th corner? (2 Way)"}, {"id": 90, "name": "2nd Goal in Interval"}, {"id": 91, "name": "Away 2nd Goal in Interval"}, {"id": 92, "name": "Which team will score the 3rd goal?"}, {"id": 93, "name": "Which team will score the 10th corner? (2 Way)"}, {"id": 94, "name": "3rd Goal in Interval"}, {"id": 95, "name": "Home 2nd Goal in Interval"}, {"id": 96, "name": "Asian Handicap Converted Penalties"}, {"id": 97, "name": "Sudden Death"}, {"id": 98, "name": "Away Penalty Shootout"}, {"id": 99, "name": "Home Penalty Shootout"}, {"id": 100, "name": "Home Total Converted Penalties"}, {"id": 101, "name": "Total Penalties in Shootout"}, {"id": 102, "name": "Last Penalty Score/Miss"}, {"id": 103, "name": "Correct Score in Shootouts"}, {"id": 104, "name": "Total Converted Penalties"}, {"id": 105, "name": "Total Converted Penalties - Goal Line"}, {"id": 106, "name": "Away Total Converted Penalties"}, {"id": 107, "name": "Penalties Shootout Winner"}, {"id": 108, "name": "Which team will score the 11th corner? (2 Way)"}, {"id": 109, "name": "Which team will score the 4th goal?"}, {"id": 110, "name": "Which team will score the 8th corner? (2 Way)"}, {"id": 111, "name": "Last Penalty Scorer in Shootout"}, {"id": 112, "name": "Which team will score the 5th goal?"}, {"id": 113, "name": "Method of 2nd Goal"}, {"id": 114, "name": "Which team will score the 13th corner? (2 Way)"}, {"id": 115, "name": "Player to be Booked"}, {"id": 116, "name": "Action In Next 1 Minutes"}, {"id": 117, "name": "First Action In Next 5 Minutes"}, {"id": 118, "name": "Player to be Sent Off"}, {"id": 119, "name": "Total Cards"}, {"id": 120, "name": "Which team will score the 12th corner? (2 Way)"}, {"id": 121, "name": "Which team will score the 14th corner? (2 Way)"}, {"id": 122, "name": "Which team will score the 15th corner? (2 Way)"}, {"id": 123, "name": "Which team will score the 16th corner? (2 Way)"}, {"id": 124, "name": "Which team will score the 17th corner? (2 Way)"}, {"id": 125, "name": "Home 3rd Goal in Interval"}, {"id": 126, "name": "Which team will score the 18th corner? (2 Way)"}, {"id": 127, "name": "Which team will score the 6th goal?"}, {"id": 128, "name": "Away 3rd Goal in Interval"}, {"id": 129, "name": "Which team will score the 2nd goal in extra time?"}, {"id": 130, "name": "Method of 3rd Goal"}, {"id": 131, "name": "4th Goal in Interval"}, {"id": 132, "name": "Which team will score the 7th goal?"}, {"id": 133, "name": "Which team will score the 19th corner? (2 Way)"}, {"id": 134, "name": "Home 4th Goal in Interval"}, {"id": 135, "name": "Away 4th Goal in Interval"}, {"id": 136, "name": "5th Goal in Interval"}, {"id": 137, "name": "Home 5th Goal in Interval"}, {"id": 138, "name": "Method of 4th Goal"}, {"id": 139, "name": "Which team will score the 8th goal?"}, {"id": 140, "name": "Which team will score the 9th goal?"}, {"id": 141, "name": "Which team will score the 10th goal?"}, {"id": 142, "name": "Which team will score the 11th goal?"}, {"id": 143, "name": "Which team will score the 12th goal?"}, {"id": 144, "name": "6th Goal in Interval"}, {"id": 145, "name": "Method of 5th Goal"}, {"id": 146, "name": "Method of 6th Goal"}, {"id": 147, "name": "Which team will score the 20th corner? (2 Way)"}, {"id": 148, "name": "Player Shots"}, {"id": 149, "name": "Total Shots"}, {"id": 150, "name": "Total shots on goal"}, {"id": 151, "name": "Away Total Shots"}, {"id": 152, "name": "Home Total Shots"}, {"id": 153, "name": "Player Shots on Targets"}, {"id": 154, "name": "Home Total shots on goal"}, {"id": 155, "name": "Player Assists"}, {"id": 156, "name": "Away Total shots on goal"}, {"id": 157, "name": "Method of 7th Goal"}, {"id": 158, "name": "Method of 8th Goal"}, {"id": 159, "name": "7th Goal in Interval"}, {"id": 160, "name": "To Win the Trophy"}, {"id": 161, "name": "Away 5th Goal in Interval"}, {"id": 162, "name": "Which team will score the 3rd goal in extra time?"}, {"id": 163, "name": "Which team will score the 13th goal?"}, {"id": 164, "name": "Which team will score the 4th goal in extra time?"}, {"id": 165, "name": "Double Chance Extra Time"}, {"id": 166, "name": "Double Chance Extra Time (1st Half)"}, {"id": 167, "name": "Asian Handicap Extra Time (1st Half)"}, {"id": 168, "name": "Corners Double Chance"}, {"id": 169, "name": "Home Total Corners"}, {"id": 170, "name": "Which team will score the 10th corner?"}, {"id": 171, "name": "Away Not lose/Over"}, {"id": 172, "name": "Away Not lose/Under"}, {"id": 173, "name": "Home Not lose/Over"}, {"id": 174, "name": "Corners Asian Handicap"}, {"id": 175, "name": "Home Not lose/Under"}, {"id": 176, "name": "Away Total Corners"}, {"id": 177, "name": "Over/Under (2nd Half)"}, {"id": 178, "name": "Total shots on goal (1st Half)"}, {"id": 179, "name": "Home team will win either half"}, {"id": 180, "name": "Double Chance (1st Half)"}, {"id": 181, "name": "Which team will score the 13th corner?"}, {"id": 182, "name": "Yellow Asian Handicap"}, {"id": 183, "name": "Draw/Over"}, {"id": 184, "name": "Asian Handicap (2nd Half)"}, {"id": 185, "name": "Double Chance shots on goal"}, {"id": 186, "name": "Away Win/Over"}, {"id": 187, "name": "Yellow Double Chance (1st Half)"}, {"id": 188, "name": "Away Total Corners (1st Half)"}, {"id": 189, "name": "Total Corners (1st Half)"}, {"id": 190, "name": "Home Total Corners (1st Half)"}, {"id": 191, "name": "Home Team Total (1st Half)"}, {"id": 192, "name": "Race to the 3rd goal?"}, {"id": 193, "name": "Corners 1x2 (1st Half)"}, {"id": 194, "name": "1x2 shots on goal"}, {"id": 195, "name": "Home Team Total (2nd Half)"}, {"id": 196, "name": "Away Team Total Goals (2nd Half)"}, {"id": 197, "name": "Yellow Asian Handicap (1st Half)"}, {"id": 198, "name": "Away Team Total Points (1st Half)"}, {"id": 199, "name": "Yellow Double Chance"}, {"id": 200, "name": "Home Team Yellow cards"}, {"id": 201, "name": "Home Win/Over"}, {"id": 202, "name": "1x2 shots on goal (1st Half)"}, {"id": 203, "name": "Yellow Cards 1x2"}, {"id": 204, "name": "Corners Asian Handicap (1st Half)"}, {"id": 205, "name": "Asian Handicap shots on goal"}, {"id": 206, "name": "Home Team Yellow Cards (1st Half)"}, {"id": 207, "name": "Yellow Cards 1x2 (1st Half)"}, {"id": 208, "name": "Double Chance shots on goal (1st Half)"}, {"id": 209, "name": "Yellow Over/Under (1st Half)"}, {"id": 210, "name": "Yellow Over/Under"}, {"id": 211, "name": "Away Team Yellow Cards (1st Half)"}, {"id": 212, "name": "Asian Handicap shots on goal (1st Half)"}, {"id": 213, "name": "Away Team Yellow Cards"}, {"id": 214, "name": "Away team will win either half"}, {"id": 215, "name": "Both Teams To Score Under"}, {"id": 216, "name": "Both Halves Over"}, {"id": 217, "name": "Race to the 2nd goal?"}, {"id": 218, "name": "Away Team Score a Goal"}, {"id": 219, "name": "Both Teams To Score Over"}, {"id": 220, "name": "Both Halves Under"}, {"id": 221, "name": "Home Win/Under"}, {"id": 222, "name": "Away Team Score a Goal (1st Half)"}, {"id": 223, "name": "Which team will score the 5th corner?"}, {"id": 224, "name": "Which team will score the 4th corner?"}, {"id": 225, "name": "Home Team Score a Goal (1st Half)"}, {"id": 226, "name": "Home Team Score a Goal"}, {"id": 227, "name": "Draw/Under"}, {"id": 228, "name": "Away Win/Under"}, {"id": 229, "name": "Home Red Over/Under"}, {"id": 230, "name": "Away Red Over/Under"}, {"id": 231, "name": "Which team will score the 7th corner?"}, {"id": 232, "name": "Red Over/Under"}, {"id": 233, "name": "Yellow Odd/Even"}, {"id": 234, "name": "Which team will score the 6th corner?"}, {"id": 235, "name": "Which team will score the 8th corner?"}, {"id": 236, "name": "Which team will score the 9th corner?"}, {"id": 237, "name": "Which team will score the 11th corner?"}, {"id": 238, "name": "Which team will score the 12th corner?"}, {"id": 239, "name": "Which team will score the 14th corner?"}, {"id": 240, "name": "Which team will score the 15th corner?"}, {"id": 241, "name": "Which team will score the 1st corner?"}, {"id": 242, "name": "Which team will score the 2nd corner?"}, {"id": 243, "name": "Away Total shots on goal (1st Half)"}, {"id": 244, "name": "Home Total shots on goal (1st Half)"}, {"id": 245, "name": "Away Penalty Over/Under"}, {"id": 246, "name": "Home Penalty Over/Under"}, {"id": 247, "name": "Penalty Over/Under"}, {"id": 248, "name": "Which team will score the 5th goal in extra time?"}, {"id": 249, "name": "Which team will score the 6th goal in extra time?"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/2f85bd48-7895-4798-b449-6a34d361f786/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Teams countries
Get the list of countries available for the teams endpoint. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all countries available for the teams endpoints https://api-football-v1.p.rapidapi.com/v3/teams/countries
200
Response
{"get": "teams/countries", "parameters": [], "errors": [], "results": 228, "paging": {"current": 1, "total": 1}, "response": [{"name": "Afghanistan", "code": null, "flag": null}, {"name": "Albania", "code": "AL", "flag": "https://media.api-sports.io/flags/al.svg"}, {"name": "Algeria", "code": "DZ", "flag": "https://media.api-sports.io/flags/dz.svg"}, {"name": "American-Samoa", "code": null, "flag": null}, {"name": "Andorra", "code": "AD", "flag": "https://media.api-sports.io/flags/ad.svg"}, {"name": "Angola", "code": "AO", "flag": "https://media.api-sports.io/flags/ao.svg"}, {"name": "Anguilla", "code": null, "flag": null}, {"name": "Antigua and Barbuda", "code": null, "flag": null}, {"name": "Argentina", "code": "AR", "flag": "https://media.api-sports.io/flags/ar.svg"}, {"name": "Armenia", "code": "AM", "flag": "https://media.api-sports.io/flags/am.svg"}, {"name": "Aruba", "code": "AW", "flag": "https://media.api-sports.io/flags/aw.svg"}, {"name": "Australia", "code": "AU", "flag": "https://media.api-sports.io/flags/au.svg"}, {"name": "Austria", "code": "AT", "flag": "https://media.api-sports.io/flags/at.svg"}, {"name": "Azerbaidjan", "code": "AZ", "flag": "https://media.api-sports.io/flags/az.svg"}, {"name": "Bahamas", "code": null, "flag": null}, {"name": "Bahrain", "code": "BH", "flag": "https://media.api-sports.io/flags/bh.svg"}, {"name": "Bangladesh", "code": "BD", "flag": "https://media.api-sports.io/flags/bd.svg"}, {"name": "Barbados", "code": "BB", "flag": "https://media.api-sports.io/flags/bb.svg"}, {"name": "Belarus", "code": "BY", "flag": "https://media.api-sports.io/flags/by.svg"}, {"name": "Belgium", "code": "BE", "flag": "https://media.api-sports.io/flags/be.svg"}, {"name": "Belize", "code": "BZ", "flag": "https://media.api-sports.io/flags/bz.svg"}, {"name": "Benin", "code": "BJ", "flag": "https://media.api-sports.io/flags/bj.svg"}, {"name": "Bermuda", "code": "BM", "flag": "https://media.api-sports.io/flags/bm.svg"}, {"name": "Bhutan", "code": "BT", "flag": "https://media.api-sports.io/flags/bt.svg"}, {"name": "Bolivia", "code": "BO", "flag": "https://media.api-sports.io/flags/bo.svg"}, {"name": "Bonaire", "code": null, "flag": null}, {"name": "Bosnia", "code": "BA", "flag": "https://media.api-sports.io/flags/ba.svg"}, {"name": "Botswana", "code": "BW", "flag": "https://media.api-sports.io/flags/bw.svg"}, {"name": "Brazil", "code": "BR", "flag": "https://media.api-sports.io/flags/br.svg"}, {"name": "British Virgin Islands", "code": null, "flag": null}, {"name": "Brunei-Darussalam", "code": null, "flag": null}, {"name": "Bulgaria", "code": "BG", "flag": "https://media.api-sports.io/flags/bg.svg"}, {"name": "Burkina-Faso", "code": "BF", "flag": "https://media.api-sports.io/flags/bf.svg"}, {"name": "Burundi", "code": "BI", "flag": "https://media.api-sports.io/flags/bi.svg"}, {"name": "Cambodia", "code": "KH", "flag": "https://media.api-sports.io/flags/kh.svg"}, {"name": "Cameroon", "code": "CM", "flag": "https://media.api-sports.io/flags/cm.svg"}, {"name": "Canada", "code": "CA", "flag": "https://media.api-sports.io/flags/ca.svg"}, {"name": "Cape-Verde-Islands", "code": null, "flag": null}, {"name": "Cayman Islands", "code": null, "flag": null}, {"name": "Central African Republic", "code": null, "flag": null}, {"name": "Chad", "code": null, "flag": null}, {"name": "Chile", "code": "CL", "flag": "https://media.api-sports.io/flags/cl.svg"}, {"name": "China", "code": "CN", "flag": "https://media.api-sports.io/flags/cn.svg"}, {"name": "Chinese-Taipei", "code": "TW", "flag": "https://media.api-sports.io/flags/tw.svg"}, {"name": "Colombia", "code": "CO", "flag": "https://media.api-sports.io/flags/co.svg"}, {"name": "Comoros", "code": null, "flag": null}, {"name": "Congo", "code": "CD", "flag": "https://media.api-sports.io/flags/cd.svg"}, {"name": "Congo-DR", "code": "CG", "flag": "https://media.api-sports.io/flags/cg.svg"}, {"name": "Cook Islands", "code": null, "flag": null}, {"name": "Costa-Rica", "code": "CR", "flag": "https://media.api-sports.io/flags/cr.svg"}, {"name": "C\u00f4te d'Ivoire", "code": null, "flag": null}, {"name": "Crimea", "code": "UA", "flag": "https://media.api-sports.io/flags/ua.svg"}, {"name": "Croatia", "code": "HR", "flag": "https://media.api-sports.io/flags/hr.svg"}, {"name": "Cuba", "code": "CU", "flag": "https://media.api-sports.io/flags/cu.svg"}, {"name": "Cura\u00e7ao", "code": null, "flag": null}, {"name": "Cyprus", "code": "CY", "flag": "https://media.api-sports.io/flags/cy.svg"}, {"name": "Czech-Republic", "code": "CZ", "flag": "https://media.api-sports.io/flags/cz.svg"}, {"name": "Denmark", "code": "DK", "flag": "https://media.api-sports.io/flags/dk.svg"}, {"name": "Djibouti", "code": null, "flag": null}, {"name": "Dominica", "code": null, "flag": null}, {"name": "Dominican-Republic", "code": "DO", "flag": "https://media.api-sports.io/flags/do.svg"}, {"name": "East Timor", "code": null, "flag": null}, {"name": "Ecuador", "code": "EC", "flag": "https://media.api-sports.io/flags/ec.svg"}, {"name": "Egypt", "code": "EG", "flag": "https://media.api-sports.io/flags/eg.svg"}, {"name": "El-Salvador", "code": "SV", "flag": "https://media.api-sports.io/flags/sv.svg"}, {"name": "England", "code": "GB", "flag": "https://media.api-sports.io/flags/gb.svg"}, {"name": "Equatorial Guinea", "code": null, "flag": null}, {"name": "Eritrea", "code": null, "flag": null}, {"name": "Estonia", "code": "EE", "flag": "https://media.api-sports.io/flags/ee.svg"}, {"name": "Eswatini", "code": "SZ", "flag": "https://media.api-sports.io/flags/sz.svg"}, {"name": "Ethiopia", "code": "ET", "flag": "https://media.api-sports.io/flags/et.svg"}, {"name": "Faroe-Islands", "code": "FO", "flag": "https://media.api-sports.io/flags/fo.svg"}, {"name": "Fiji", "code": "FJ", "flag": "https://media.api-sports.io/flags/fj.svg"}, {"name": "Finland", "code": "FI", "flag": "https://media.api-sports.io/flags/fi.svg"}, {"name": "France", "code": "FR", "flag": "https://media.api-sports.io/flags/fr.svg"}, {"name": "French-Guiana", "code": null, "flag": null}, {"name": "Gabon", "code": null, "flag": null}, {"name": "Gambia", "code": "GM", "flag": "https://media.api-sports.io/flags/gm.svg"}, {"name": "Georgia", "code": "GE", "flag": "https://media.api-sports.io/flags/ge.svg"}, {"name": "Germany", "code": "DE", "flag": "https://media.api-sports.io/flags/de.svg"}, {"name": "Ghana", "code": "GH", "flag": "https://media.api-sports.io/flags/gh.svg"}, {"name": "Gibraltar", "code": "GI", "flag": "https://media.api-sports.io/flags/gi.svg"}, {"name": "Greece", "code": "GR", "flag": "https://media.api-sports.io/flags/gr.svg"}, {"name": "Grenada", "code": null, "flag": null}, {"name": "Guadeloupe", "code": "GP", "flag": "https://media.api-sports.io/flags/gp.svg"}, {"name": "Guam", "code": null, "flag": null}, {"name": "Guatemala", "code": "GT", "flag": "https://media.api-sports.io/flags/gt.svg"}, {"name": "Guinea", "code": "GN", "flag": "https://media.api-sports.io/flags/gn.svg"}, {"name": "Guinea-Bissau", "code": null, "flag": null}, {"name": "Guyana", "code": null, "flag": null}, {"name": "Haiti", "code": "HT", "flag": "https://media.api-sports.io/flags/ht.svg"}, {"name": "Holland", "code": null, "flag": null}, {"name": "Honduras", "code": "HN", "flag": "https://media.api-sports.io/flags/hn.svg"}, {"name": "Hong-Kong", "code": "HK", "flag": "https://media.api-sports.io/flags/hk.svg"}, {"name": "Hungary", "code": "HU", "flag": "https://media.api-sports.io/flags/hu.svg"}, {"name": "Iceland", "code": "IS", "flag": "https://media.api-sports.io/flags/is.svg"}, {"name": "India", "code": "IN", "flag": "https://media.api-sports.io/flags/in.svg"}, {"name": "Indonesia", "code": "ID", "flag": "https://media.api-sports.io/flags/id.svg"}, {"name": "intl", "code": null, "flag": null}, {"name": "Iran", "code": "IR", "flag": "https://media.api-sports.io/flags/ir.svg"}, {"name": "Iraq", "code": "IQ", "flag": "https://media.api-sports.io/flags/iq.svg"}, {"name": "Ireland", "code": "IE", "flag": "https://media.api-sports.io/flags/ie.svg"}, {"name": "Israel", "code": "IL", "flag": "https://media.api-sports.io/flags/il.svg"}, {"name": "Italy", "code": "IT", "flag": "https://media.api-sports.io/flags/it.svg"}, {"name": "Ivory-Coast", "code": "CI", "flag": "https://media.api-sports.io/flags/ci.svg"}, {"name": "Jamaica", "code": "JM", "flag": "https://media.api-sports.io/flags/jm.svg"}, {"name": "Japan", "code": "JP", "flag": "https://media.api-sports.io/flags/jp.svg"}, {"name": "Jordan", "code": "JO", "flag": "https://media.api-sports.io/flags/jo.svg"}, {"name": "Kazakhstan", "code": "KZ", "flag": "https://media.api-sports.io/flags/kz.svg"}, {"name": "Kenya", "code": "KE", "flag": "https://media.api-sports.io/flags/ke.svg"}, {"name": "Korea", "code": null, "flag": null}, {"name": "Kosovo", "code": "XK", "flag": "https://media.api-sports.io/flags/xk.svg"}, {"name": "Kuwait", "code": "KW", "flag": "https://media.api-sports.io/flags/kw.svg"}, {"name": "Kyrgyzstan", "code": "KG", "flag": "https://media.api-sports.io/flags/kg.svg"}, {"name": "Laos", "code": "LA", "flag": "https://media.api-sports.io/flags/la.svg"}, {"name": "Latvia", "code": "LV", "flag": "https://media.api-sports.io/flags/lv.svg"}, {"name": "Lebanon", "code": "LB", "flag": "https://media.api-sports.io/flags/lb.svg"}, {"name": "Lesotho", "code": null, "flag": null}, {"name": "Liberia", "code": "LR", "flag": "https://media.api-sports.io/flags/lr.svg"}, {"name": "Libya", "code": "LY", "flag": "https://media.api-sports.io/flags/ly.svg"}, {"name": "Liechtenstein", "code": "LI", "flag": "https://media.api-sports.io/flags/li.svg"}, {"name": "Lithuania", "code": "LT", "flag": "https://media.api-sports.io/flags/lt.svg"}, {"name": "Luxembourg", "code": "LU", "flag": "https://media.api-sports.io/flags/lu.svg"}, {"name": "Macao", "code": null, "flag": null}, {"name": "Macedonia", "code": "MK", "flag": "https://media.api-sports.io/flags/mk.svg"}, {"name": "Madagascar", "code": null, "flag": null}, {"name": "Malawi", "code": "MW", "flag": "https://media.api-sports.io/flags/mw.svg"}, {"name": "Malaysia", "code": "MY", "flag": "https://media.api-sports.io/flags/my.svg"}, {"name": "Maldives", "code": "MV", "flag": "https://media.api-sports.io/flags/mv.svg"}, {"name": "Mali", "code": "ML", "flag": "https://media.api-sports.io/flags/ml.svg"}, {"name": "Malta", "code": "MT", "flag": "https://media.api-sports.io/flags/mt.svg"}, {"name": "Martinique", "code": null, "flag": null}, {"name": "Mauritania", "code": "MR", "flag": "https://media.api-sports.io/flags/mr.svg"}, {"name": "Mauritius", "code": "MU", "flag": "https://media.api-sports.io/flags/mu.svg"}, {"name": "Mexico", "code": "MX", "flag": "https://media.api-sports.io/flags/mx.svg"}, {"name": "Moldova", "code": "MD", "flag": "https://media.api-sports.io/flags/md.svg"}, {"name": "Mongolia", "code": "MN", "flag": "https://media.api-sports.io/flags/mn.svg"}, {"name": "Montenegro", "code": "ME", "flag": "https://media.api-sports.io/flags/me.svg"}, {"name": "Morocco", "code": "MA", "flag": "https://media.api-sports.io/flags/ma.svg"}, {"name": "Mozambique", "code": null, "flag": null}, {"name": "Myanmar", "code": "MM", "flag": "https://media.api-sports.io/flags/mm.svg"}, {"name": "Namibia", "code": "NA", "flag": "https://media.api-sports.io/flags/na.svg"}, {"name": "Nepal", "code": "NP", "flag": "https://media.api-sports.io/flags/np.svg"}, {"name": "Netherlands", "code": "NL", "flag": "https://media.api-sports.io/flags/nl.svg"}, {"name": "Netherlands Antilles", "code": null, "flag": null}, {"name": "New Caledonia", "code": null, "flag": null}, {"name": "New-Zealand", "code": "NZ", "flag": "https://media.api-sports.io/flags/nz.svg"}, {"name": "Nicaragua", "code": "NI", "flag": "https://media.api-sports.io/flags/ni.svg"}, {"name": "Niger", "code": null, "flag": null}, {"name": "Nigeria", "code": "NG", "flag": "https://media.api-sports.io/flags/ng.svg"}, {"name": "North Macedonia", "code": null, "flag": null}, {"name": "North-Korea", "code": null, "flag": null}, {"name": "Northern Mariana Islands", "code": null, "flag": null}, {"name": "Northern-Ireland", "code": "GB", "flag": "https://media.api-sports.io/flags/gb.svg"}, {"name": "Norway", "code": "NO", "flag": "https://media.api-sports.io/flags/no.svg"}, {"name": "Oman", "code": "OM", "flag": "https://media.api-sports.io/flags/om.svg"}, {"name": "Pakistan", "code": "PK", "flag": "https://media.api-sports.io/flags/pk.svg"}, {"name": "Palestine", "code": "PS", "flag": "https://media.api-sports.io/flags/ps.svg"}, {"name": "Panama", "code": "PA", "flag": "https://media.api-sports.io/flags/pa.svg"}, {"name": "Papua New Guinea", "code": null, "flag": null}, {"name": "Paraguay", "code": "PY", "flag": "https://media.api-sports.io/flags/py.svg"}, {"name": "Peru", "code": "PE", "flag": "https://media.api-sports.io/flags/pe.svg"}, {"name": "Philippines", "code": "PH", "flag": "https://media.api-sports.io/flags/ph.svg"}, {"name": "Poland", "code": "PL", "flag": "https://media.api-sports.io/flags/pl.svg"}, {"name": "Portugal", "code": "PT", "flag": "https://media.api-sports.io/flags/pt.svg"}, {"name": "Puerto-Rico", "code": null, "flag": null}, {"name": "Qatar", "code": "QA", "flag": "https://media.api-sports.io/flags/qa.svg"}, {"name": "R\u00e9union", "code": null, "flag": null}, {"name": "Romania", "code": "RO", "flag": "https://media.api-sports.io/flags/ro.svg"}, {"name": "Russia", "code": "RU", "flag": "https://media.api-sports.io/flags/ru.svg"}, {"name": "Rwanda", "code": "RW", "flag": "https://media.api-sports.io/flags/rw.svg"}, {"name": "Saint Martin", "code": null, "flag": null}, {"name": "Samoa", "code": null, "flag": null}, {"name": "San-Marino", "code": "SM", "flag": "https://media.api-sports.io/flags/sm.svg"}, {"name": "S\u00e3o Tom\u00e9 e Pr\u00edncipe", "code": null, "flag": null}, {"name": "Saudi-Arabia", "code": "SA", "flag": "https://media.api-sports.io/flags/sa.svg"}, {"name": "Scotland", "code": "GB", "flag": "https://media.api-sports.io/flags/gb.svg"}, {"name": "Senegal", "code": "SN", "flag": "https://media.api-sports.io/flags/sn.svg"}, {"name": "Serbia", "code": "RS", "flag": "https://media.api-sports.io/flags/rs.svg"}, {"name": "Seychelles", "code": null, "flag": null}, {"name": "Sierra Leone", "code": null, "flag": null}, {"name": "Singapore", "code": "SG", "flag": "https://media.api-sports.io/flags/sg.svg"}, {"name": "Sint Maarten", "code": null, "flag": null}, {"name": "Slovakia", "code": "SK", "flag": "https://media.api-sports.io/flags/sk.svg"}, {"name": "Slovenia", "code": "SI", "flag": "https://media.api-sports.io/flags/si.svg"}, {"name": "Solomon Islands", "code": null, "flag": null}, {"name": "Somalia", "code": "SO", "flag": "https://media.api-sports.io/flags/so.svg"}, {"name": "South-Africa", "code": "ZA", "flag": "https://media.api-sports.io/flags/za.svg"}, {"name": "South-Korea", "code": "KR", "flag": "https://media.api-sports.io/flags/kr.svg"}, {"name": "South-Sudan", "code": null, "flag": null}, {"name": "Spain", "code": "ES", "flag": "https://media.api-sports.io/flags/es.svg"}, {"name": "Sri Lanka", "code": null, "flag": null}, {"name": "St. Kitts and Nevis", "code": null, "flag": null}, {"name": "St. Lucia", "code": null, "flag": null}, {"name": "St. Vincent and the Grenadines", "code": null, "flag": null}, {"name": "Sudan", "code": "SD", "flag": "https://media.api-sports.io/flags/sd.svg"}, {"name": "Surinam", "code": "SR", "flag": "https://media.api-sports.io/flags/sr.svg"}, {"name": "Swaziland", "code": null, "flag": null}, {"name": "Sweden", "code": "SE", "flag": "https://media.api-sports.io/flags/se.svg"}, {"name": "Switzerland", "code": "CH", "flag": "https://media.api-sports.io/flags/ch.svg"}, {"name": "Syria", "code": "SY", "flag": "https://media.api-sports.io/flags/sy.svg"}, {"name": "Tahiti", "code": null, "flag": null}, {"name": "Tajikistan", "code": "TJ", "flag": "https://media.api-sports.io/flags/tj.svg"}, {"name": "Tanzania", "code": "TZ", "flag": "https://media.api-sports.io/flags/tz.svg"}, {"name": "Thailand", "code": "TH", "flag": "https://media.api-sports.io/flags/th.svg"}, {"name": "Togo", "code": null, "flag": null}, {"name": "Tonga", "code": null, "flag": null}, {"name": "Trinidad and Tobago", "code": null, "flag": null}, {"name": "Trinidad-And-Tobago", "code": "TT", "flag": "https://media.api-sports.io/flags/tt.svg"}, {"name": "Tunisia", "code": "TN", "flag": "https://media.api-sports.io/flags/tn.svg"}, {"name": "Turkey", "code": "TR", "flag": "https://media.api-sports.io/flags/tr.svg"}, {"name": "Turkmenistan", "code": "TM", "flag": "https://media.api-sports.io/flags/tm.svg"}, {"name": "Turks and Caicos Islands", "code": null, "flag": null}, {"name": "Uganda", "code": "UG", "flag": "https://media.api-sports.io/flags/ug.svg"}, {"name": "Ukraine", "code": "UA", "flag": "https://media.api-sports.io/flags/ua.svg"}, {"name": "United-Arab-Emirates", "code": "AE", "flag": "https://media.api-sports.io/flags/ae.svg"}, {"name": "Uruguay", "code": "UY", "flag": "https://media.api-sports.io/flags/uy.svg"}, {"name": "US Virgin Islands", "code": null, "flag": null}, {"name": "USA", "code": "US", "flag": "https://media.api-sports.io/flags/us.svg"}, {"name": "Uzbekistan", "code": "UZ", "flag": "https://media.api-sports.io/flags/uz.svg"}, {"name": "Vanuatu", "code": null, "flag": null}, {"name": "Venezuela", "code": "VE", "flag": "https://media.api-sports.io/flags/ve.svg"}, {"name": "Vietnam", "code": "VN", "flag": "https://media.api-sports.io/flags/vn.svg"}, {"name": "Wales", "code": "GB", "flag": "https://media.api-sports.io/flags/gb.svg"}, {"name": "Yemen", "code": null, "flag": null}, {"name": "Zambia", "code": "ZM", "flag": "https://media.api-sports.io/flags/zm.svg"}, {"name": "Zanzibar", "code": null, "flag": null}, {"name": "Zimbabwe", "code": "ZW", "flag": "https://media.api-sports.io/flags/zw.svg"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": ["null", "string"]}, "flag": {"type": ["null", "string"]}}, "required": ["code", "flag", "name"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/f8d6ded2-629c-404e-9042-e676db17f2da/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Search Coach
Get all the information about the coachs and their careers. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get coachs from one coach {id} https://api-football-v1.p.rapidapi.com/v3/coachs?id=1 Get coachs from one {team} https://api-football-v1.p.rapidapi.com/v3/coachs?team=33 Allows you to search for a coach in relation to a coach {name} https://api-football-v1.p.rapidapi.com/v3/coachs?search=Klopp
200
Response
{"get": "coachs", "parameters": {"search": "tuche"}, "errors": [], "results": 1, "paging": {"current": 1, "total": 1}, "response": [{"id": 40, "name": "T. Tuchel", "firstname": "Thomas", "lastname": "Tuchel", "age": 48, "birth": {"date": "1973-08-29", "place": "Krumbach", "country": "Germany"}, "nationality": "Germany", "height": "192 cm", "weight": "85 kg", "team": {"id": 49, "name": "Chelsea", "logo": "https://media.api-sports.io/football/teams/49.png"}, "career": [{"team": {"id": 49, "name": "Chelsea", "logo": "https://media.api-sports.io/football/teams/49.png"}, "start": "2021-01-01", "end": null}, {"team": {"id": 85, "name": "PSG", "logo": "https://media.api-sports.io/football/teams/85.png"}, "start": "2018-07-01", "end": "2020-12-01"}, {"team": {"id": 165, "name": "Borussia Dortmund", "logo": "https://media.api-sports.io/football/teams/165.png"}, "start": "2015-07-01", "end": "2017-05-01"}, {"team": {"id": 164, "name": "Mainz 05", "logo": "https://media.api-sports.io/football/teams/164.png"}, "start": "2009-08-01", "end": "2014-05-01"}]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "age": {"type": "integer"}, "birth": {"type": "object", "properties": {"date": {"type": "string"}, "place": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "date", "place"]}, "nationality": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}, "career": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}, "start": {"type": "string"}, "end": {"type": ["null", "string"]}}, "required": ["end", "start", "team"]}}}, "required": ["age", "birth", "career", "firstname", "height", "id", "lastname", "name", "nationality", "team", "weight"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/bc4dd9af-1471-4131-aa0c-6cbd6f57bbe5/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Search Bet
Get all available bets. All bets id can be used in endpoint odds as filters. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all available bets https://api-football-v1.p.rapidapi.com/v3/odds/bets Get bet from one {id} https://api-football-v1.p.rapidapi.com/v3/odds/bets?id=1 Allows you to search for a bet in relation to a bets {name} https://api-football-v1.p.rapidapi.com/v3/odds/bets?search=winner
200
Response
{"get": "odds/bets", "parameters": {"search": "winner"}, "errors": [], "results": 4, "paging": {"current": 1, "total": 1}, "response": [{"id": 1, "name": "Match Winner"}, {"id": 3, "name": "Second Half Winner"}, {"id": 13, "name": "First Half Winner"}, {"id": 54, "name": "First 10 min Winner"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"search": {"type": "string"}}, "required": ["search"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/4812ad53-f035-4fad-8b5e-d6f0839acac4/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Seasons
Get the list of available seasons. All seasons are only 4-digit keys, so for a league whose season is 2018-2019 like the English Premier League (EPL), the 2018-2019 season in the API will be 2018. All seasons can be used in other endpoints as filters. This endpoint does not require any parameters. Update Frequency : This endpoint is updated each time a new league is added. Recommended Calls : 1 call per day.
200
Response
{"errors": [], "get": "api/v3/leagues/seasons", "paging": {"current": 1, "total": 1}, "parameters": [], "response": [2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022], "results": 15}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "array"}, "response": {"type": "array", "items": {"type": "integer"}}, "results": {"type": "integer"}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/18a07c4d-527c-4094-878d-bef4b1f460e7/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Odds Mapping
Get the list of available odds. All fixtures, leagues id and date can be used in endpoint odds as filters. This endpoint uses a pagination system, you can navigate between the different pages thanks to the page parameter. Pagination : 100 results per page. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day.
200
Response
{"get": "odds/mapping", "parameters": [], "errors": [], "results": 100, "paging": {"current": 1, "total": 41}, "response": [{"league": {"id": 30, "season": 2022}, "fixture": {"id": 256210, "date": "2021-03-25T13:00:00+00:00", "timestamp": 1616677200}, "update": "2021-03-25T12:00:23+00:00"}, {"league": {"id": 30, "season": 2022}, "fixture": {"id": 256226, "date": "2021-03-30T10:30:00+00:00", "timestamp": 1617100200}, "update": "2021-03-30T08:01:37+00:00"}, {"league": {"id": 30, "season": 2022}, "fixture": {"id": 256237, "date": "2021-03-30T17:30:00+00:00", "timestamp": 1617125400}, "update": "2021-03-30T16:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257323, "date": "2021-03-24T16:00:00+00:00", "timestamp": 1616601600}, "update": "2021-03-24T12:00:21+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257324, "date": "2021-03-24T13:00:00+00:00", "timestamp": 1616590800}, "update": "2021-03-24T12:00:21+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257325, "date": "2021-03-24T13:00:00+00:00", "timestamp": 1616590800}, "update": "2021-03-24T12:00:21+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257326, "date": "2021-03-24T13:00:00+00:00", "timestamp": 1616590800}, "update": "2021-03-24T12:00:21+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257327, "date": "2021-03-25T16:00:00+00:00", "timestamp": 1616688000}, "update": "2021-03-25T12:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257328, "date": "2021-03-26T16:00:00+00:00", "timestamp": 1616774400}, "update": "2021-03-26T12:00:15+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257329, "date": "2021-03-24T13:00:00+00:00", "timestamp": 1616590800}, "update": "2021-03-24T12:00:21+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257330, "date": "2021-03-24T19:00:00+00:00", "timestamp": 1616612400}, "update": "2021-03-24T12:00:21+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257331, "date": "2021-03-26T19:00:00+00:00", "timestamp": 1616785200}, "update": "2021-03-26T16:00:14+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257332, "date": "2021-03-26T13:00:00+00:00", "timestamp": 1616763600}, "update": "2021-03-26T12:00:14+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257333, "date": "2021-03-25T16:00:00+00:00", "timestamp": 1616688000}, "update": "2021-03-25T12:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257334, "date": "2021-03-25T13:00:00+00:00", "timestamp": 1616677200}, "update": "2021-03-25T12:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257335, "date": "2021-03-25T16:00:00+00:00", "timestamp": 1616688000}, "update": "2021-03-25T12:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257336, "date": "2021-03-25T16:00:00+00:00", "timestamp": 1616688000}, "update": "2021-03-25T12:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257337, "date": "2021-03-26T16:00:00+00:00", "timestamp": 1616774400}, "update": "2021-03-26T12:00:15+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257338, "date": "2021-03-24T13:00:00+00:00", "timestamp": 1616590800}, "update": "2021-03-24T12:00:21+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257339, "date": "2021-03-25T19:00:00+00:00", "timestamp": 1616698800}, "update": "2021-03-25T16:00:18+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257340, "date": "2021-03-25T16:00:00+00:00", "timestamp": 1616688000}, "update": "2021-03-25T12:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257341, "date": "2021-03-26T16:00:00+00:00", "timestamp": 1616774400}, "update": "2021-03-26T12:00:15+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257342, "date": "2021-03-26T13:00:00+00:00", "timestamp": 1616763600}, "update": "2021-03-26T12:00:15+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257343, "date": "2021-03-25T19:00:00+00:00", "timestamp": 1616698800}, "update": "2021-03-25T16:00:18+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257344, "date": "2021-03-25T19:00:00+00:00", "timestamp": 1616698800}, "update": "2021-03-25T16:00:18+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257345, "date": "2021-03-27T16:00:00+00:00", "timestamp": 1616860800}, "update": "2021-03-27T12:00:56+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257346, "date": "2021-03-27T13:00:00+00:00", "timestamp": 1616850000}, "update": "2021-03-27T12:00:56+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257347, "date": "2021-03-30T16:00:00+00:00", "timestamp": 1617120000}, "update": "2021-03-30T12:00:33+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257348, "date": "2021-03-30T15:00:00+00:00", "timestamp": 1617116400}, "update": "2021-03-30T12:00:33+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257349, "date": "2021-03-28T13:00:00+00:00", "timestamp": 1616936400}, "update": "2021-03-28T12:00:53+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257351, "date": "2021-03-29T16:00:00+00:00", "timestamp": 1617033600}, "update": "2021-03-29T12:00:26+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257352, "date": "2021-03-29T16:00:00+00:00", "timestamp": 1617033600}, "update": "2021-03-29T12:00:26+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257353, "date": "2021-03-28T16:00:00+00:00", "timestamp": 1616947200}, "update": "2021-03-28T12:00:53+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257354, "date": "2021-03-30T19:00:00+00:00", "timestamp": 1617130800}, "update": "2021-03-30T16:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257355, "date": "2021-03-30T19:00:00+00:00", "timestamp": 1617130800}, "update": "2021-03-30T16:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257356, "date": "2021-03-30T19:00:00+00:00", "timestamp": 1617130800}, "update": "2021-03-30T16:00:23+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257357, "date": "2021-03-30T13:00:00+00:00", "timestamp": 1617109200}, "update": "2021-03-30T12:00:33+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257358, "date": "2021-03-28T16:00:00+00:00", "timestamp": 1616947200}, "update": "2021-03-28T12:00:53+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257359, "date": "2021-03-29T16:00:00+00:00", "timestamp": 1617033600}, "update": "2021-03-29T12:00:26+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257360, "date": "2021-03-29T16:00:00+00:00", "timestamp": 1617033600}, "update": "2021-03-29T12:00:26+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257361, "date": "2021-03-29T16:00:00+00:00", "timestamp": 1617033600}, "update": "2021-03-29T12:00:26+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257362, "date": "2021-03-29T16:00:00+00:00", "timestamp": 1617033600}, "update": "2021-03-29T12:00:26+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257363, "date": "2021-03-30T13:00:00+00:00", "timestamp": 1617109200}, "update": "2021-03-30T12:00:33+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257364, "date": "2021-03-30T13:00:00+00:00", "timestamp": 1617109200}, "update": "2021-03-30T12:00:33+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257365, "date": "2021-03-29T19:00:00+00:00", "timestamp": 1617044400}, "update": "2021-03-29T16:00:16+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257366, "date": "2021-03-29T19:00:00+00:00", "timestamp": 1617044400}, "update": "2021-03-29T16:00:16+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257367, "date": "2021-03-28T13:00:00+00:00", "timestamp": 1616936400}, "update": "2021-03-28T12:00:53+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257368, "date": "2021-03-28T13:00:00+00:00", "timestamp": 1616936400}, "update": "2021-03-28T12:00:53+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257369, "date": "2021-03-30T16:00:00+00:00", "timestamp": 1617120000}, "update": "2021-03-30T12:00:33+00:00"}, {"league": {"id": 36, "season": 2021}, "fixture": {"id": 257370, "date": "2021-03-30T16:00:00+00:00", "timestamp": 1617120000}, "update": "2021-03-30T12:00:33+00:00"}, {"league": {"id": 34, "season": 2022}, "fixture": {"id": 293597, "date": "2021-03-25T22:00:00+00:00", "timestamp": 1616709600}, "update": "2021-03-25T20:00:12+00:00"}, {"league": {"id": 34, "season": 2022}, "fixture": {"id": 293598, "date": "2021-03-25T21:00:00+00:00", "timestamp": 1616706000}, "update": "2021-03-25T20:00:12+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323791, "date": "2021-03-24T11:00:00+00:00", "timestamp": 1616583600}, "update": "2021-03-24T08:00:15+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323792, "date": "2021-03-24T11:00:00+00:00", "timestamp": 1616583600}, "update": "2021-03-24T08:00:15+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323793, "date": "2021-03-24T11:00:00+00:00", "timestamp": 1616583600}, "update": "2021-03-24T08:00:15+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323795, "date": "2021-03-24T12:00:00+00:00", "timestamp": 1616587200}, "update": "2021-03-24T08:00:15+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323796, "date": "2021-03-24T10:00:00+00:00", "timestamp": 1616580000}, "update": "2021-03-24T08:00:15+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323797, "date": "2021-03-24T12:00:00+00:00", "timestamp": 1616587200}, "update": "2021-03-24T08:00:15+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323798, "date": "2021-03-24T12:00:00+00:00", "timestamp": 1616587200}, "update": "2021-03-24T08:00:15+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323799, "date": "2021-03-24T11:00:00+00:00", "timestamp": 1616583600}, "update": "2021-03-24T08:00:15+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323801, "date": "2021-03-27T11:00:00+00:00", "timestamp": 1616842800}, "update": "2021-03-27T08:00:39+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323802, "date": "2021-03-27T12:00:00+00:00", "timestamp": 1616846400}, "update": "2021-03-27T08:00:39+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323803, "date": "2021-03-27T12:00:00+00:00", "timestamp": 1616846400}, "update": "2021-03-27T08:00:39+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323804, "date": "2021-03-27T12:00:00+00:00", "timestamp": 1616846400}, "update": "2021-03-27T08:00:39+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323805, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323806, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323807, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323808, "date": "2021-03-28T12:00:00+00:00", "timestamp": 1616932800}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323810, "date": "2021-03-31T11:00:00+00:00", "timestamp": 1617188400}, "update": "2021-03-31T08:00:47+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323811, "date": "2021-03-31T11:00:00+00:00", "timestamp": 1617188400}, "update": "2021-03-31T08:00:47+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323812, "date": "2021-03-31T11:00:00+00:00", "timestamp": 1617188400}, "update": "2021-03-31T08:00:47+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323813, "date": "2021-03-31T11:00:00+00:00", "timestamp": 1617188400}, "update": "2021-03-31T08:00:47+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323814, "date": "2021-03-31T11:00:00+00:00", "timestamp": 1617188400}, "update": "2021-03-31T08:00:47+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323815, "date": "2021-03-31T11:00:00+00:00", "timestamp": 1617188400}, "update": "2021-03-31T08:00:47+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323816, "date": "2021-03-31T11:00:00+00:00", "timestamp": 1617188400}, "update": "2021-03-31T08:00:47+00:00"}, {"league": {"id": 297, "season": 2020}, "fixture": {"id": 323817, "date": "2021-03-31T11:00:00+00:00", "timestamp": 1617188400}, "update": "2021-03-31T08:00:47+00:00"}, {"league": {"id": 296, "season": 2020}, "fixture": {"id": 323943, "date": "2021-03-24T12:00:00+00:00", "timestamp": 1616587200}, "update": "2021-03-24T08:00:15+00:00"}, {"league": {"id": 296, "season": 2020}, "fixture": {"id": 324050, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 296, "season": 2020}, "fixture": {"id": 324051, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 296, "season": 2020}, "fixture": {"id": 324052, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 296, "season": 2020}, "fixture": {"id": 324053, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 296, "season": 2020}, "fixture": {"id": 324054, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 296, "season": 2020}, "fixture": {"id": 324055, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 296, "season": 2020}, "fixture": {"id": 324056, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 296, "season": 2020}, "fixture": {"id": 324057, "date": "2021-03-28T11:00:00+00:00", "timestamp": 1616929200}, "update": "2021-03-28T08:00:44+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324243, "date": "2021-03-26T19:00:00+00:00", "timestamp": 1616785200}, "update": "2021-03-26T16:00:24+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324244, "date": "2021-03-25T19:00:00+00:00", "timestamp": 1616698800}, "update": "2021-03-25T16:00:18+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324245, "date": "2021-03-25T13:00:00+00:00", "timestamp": 1616677200}, "update": "2021-03-25T12:00:23+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324246, "date": "2021-03-24T21:15:00+00:00", "timestamp": 1616620500}, "update": "2021-03-24T20:00:16+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324247, "date": "2021-03-25T21:15:00+00:00", "timestamp": 1616706900}, "update": "2021-03-25T20:00:12+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324248, "date": "2021-03-23T19:00:00+00:00", "timestamp": 1616526000}, "update": "2021-03-23T16:00:19+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324249, "date": "2021-03-25T00:15:00+00:00", "timestamp": 1616631300}, "update": "2021-03-25T00:00:21+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324250, "date": "2021-03-28T23:00:00+00:00", "timestamp": 1616972400}, "update": "2021-03-28T20:00:36+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324251, "date": "2021-03-28T23:00:00+00:00", "timestamp": 1616972400}, "update": "2021-03-28T20:00:36+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324252, "date": "2021-03-28T23:00:00+00:00", "timestamp": 1616972400}, "update": "2021-03-28T20:00:36+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324253, "date": "2021-03-28T23:00:00+00:00", "timestamp": 1616972400}, "update": "2021-03-28T20:00:36+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324254, "date": "2021-03-29T13:00:00+00:00", "timestamp": 1617022800}, "update": "2021-03-29T12:00:26+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324255, "date": "2021-03-30T00:15:00+00:00", "timestamp": 1617063300}, "update": "2021-03-30T00:00:24+00:00"}, {"league": {"id": 270, "season": 2020}, "fixture": {"id": 324256, "date": "2021-03-29T19:00:00+00:00", "timestamp": 1617044400}, "update": "2021-03-29T16:00:16+00:00"}, {"league": {"id": 143, "season": 2019}, "fixture": {"id": 338399, "date": "2021-04-03T19:30:00+00:00", "timestamp": 1617478200}, "update": "2021-04-03T16:02:06+00:00"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"league": {"type": "object", "properties": {"id": {"type": "integer"}, "season": {"type": "integer"}}, "required": ["id", "season"]}, "fixture": {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["date", "id", "timestamp"]}, "update": {"type": "string"}}, "required": ["fixture", "league", "update"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/8734ec7b-e1b9-434a-958d-445a666da70c/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Players statistics by fixture id
Get the players statistics from one fixture. Update Frequency : This endpoint is updated every minute. Recommended Calls : 1 call every minute for the fixtures in progress otherwise 1 call per day. Use Cases Get all available players statistics from one {fixture} https://api-football-v1.p.rapidapi.com/v3/fixtures/players?fixture=169080 Get all available players statistics from one {fixture} & {team} https://api-football-v1.p.rapidapi.com/v3/fixtures/players?fixture=169080&team=2284
200
Response
{"get": "fixtures/players", "parameters": {"fixture": "169080"}, "errors": [], "results": 2, "paging": {"current": 1, "total": 1}, "response": [{"team": {"id": 2284, "name": "Monarcas", "logo": "https://media.api-sports.io/football/teams/2284.png", "update": "2020-05-13T15:02:15+00:00"}, "players": [{"player": {"id": 35931, "name": "Sebasti\u00e1n Sosa", "photo": "https://media.api-sports.io/football/players/35931.png"}, "statistics": [{"games": {"minutes": 90, "number": 13, "position": "G", "rating": "6.3", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 1, "assists": null, "saves": 1}, "passes": {"total": 17, "key": 0, "accuracy": "68%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 0}, "duels": {"total": 0, "won": 0}, "dribbles": {"attempts": 0, "success": 0, "past": null}, "fouls": {"drawn": 0, "committed": 0}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": 0}}]}, {"player": {"id": 35661, "name": "Joaqu\u00edn Mart\u00ednez", "photo": "https://media.api-sports.io/football/players/35661.png"}, "statistics": [{"games": {"minutes": 90, "number": 23, "position": "D", "rating": "6.9", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 12, "key": 1, "accuracy": "70%"}, "tackles": {"total": 1, "blocks": 0, "interceptions": 0}, "duels": {"total": 8, "won": 7}, "dribbles": {"attempts": 1, "success": 1, "past": null}, "fouls": {"drawn": 2, "committed": 1}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 2570, "name": "Gabriel Achilier", "photo": "https://media.api-sports.io/football/players/2570.png"}, "statistics": [{"games": {"minutes": 90, "number": 24, "position": "D", "rating": "6.5", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 24, "key": 0, "accuracy": "63%"}, "tackles": {"total": 2, "blocks": 0, "interceptions": 0}, "duels": {"total": 12, "won": 6}, "dribbles": {"attempts": 1, "success": 1, "past": 1}, "fouls": {"drawn": 2, "committed": 4}, "cards": {"yellow": 1, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 2556, "name": "Sebasti\u00e1n Vegas", "photo": "https://media.api-sports.io/football/players/2556.png"}, "statistics": [{"games": {"minutes": 90, "number": 6, "position": "D", "rating": "7.6", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 3, "on": 1}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 30, "key": 0, "accuracy": "81%"}, "tackles": {"total": 4, "blocks": 0, "interceptions": 2}, "duels": {"total": 12, "won": 10}, "dribbles": {"attempts": 1, "success": 1, "past": null}, "fouls": {"drawn": 2, "committed": 0}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35937, "name": "Efrain Velarde", "photo": "https://media.api-sports.io/football/players/35937.png"}, "statistics": [{"games": {"minutes": 90, "number": 2, "position": "D", "rating": "6.7", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 16, "key": 2, "accuracy": "72%"}, "tackles": {"total": 3, "blocks": 0, "interceptions": 1}, "duels": {"total": 10, "won": 5}, "dribbles": {"attempts": 0, "success": 0, "past": 1}, "fouls": {"drawn": 1, "committed": 1}, "cards": {"yellow": 1, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35729, "name": "Luis Mendoza", "photo": "https://media.api-sports.io/football/players/35729.png"}, "statistics": [{"games": {"minutes": 63, "number": 21, "position": "M", "rating": "7.1", "captain": false, "substitute": false}, "offsides": 1, "shots": {"total": 1, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 12, "key": 4, "accuracy": "75%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 0}, "duels": {"total": 7, "won": 4}, "dribbles": {"attempts": 1, "success": 0, "past": null}, "fouls": {"drawn": 2, "committed": 1}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35949, "name": "Aldo Rocha", "photo": "https://media.api-sports.io/football/players/35949.png"}, "statistics": [{"games": {"minutes": 90, "number": 26, "position": "M", "rating": "6.3", "captain": true, "substitute": false}, "offsides": null, "shots": {"total": 2, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 35, "key": 0, "accuracy": "85%"}, "tackles": {"total": 2, "blocks": 0, "interceptions": 0}, "duels": {"total": 5, "won": 3}, "dribbles": {"attempts": 0, "success": 0, "past": null}, "fouls": {"drawn": 0, "committed": 3}, "cards": {"yellow": 1, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35946, "name": "Mario Osuna", "photo": "https://media.api-sports.io/football/players/35946.png"}, "statistics": [{"games": {"minutes": 69, "number": 8, "position": "M", "rating": "6.6", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 23, "key": 2, "accuracy": "79%"}, "tackles": {"total": 1, "blocks": 1, "interceptions": 2}, "duels": {"total": 9, "won": 3}, "dribbles": {"attempts": 1, "success": 0, "past": null}, "fouls": {"drawn": 1, "committed": 3}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35956, "name": "Gast\u00f3n Lezcano", "photo": "https://media.api-sports.io/football/players/35956.png"}, "statistics": [{"games": {"minutes": 90, "number": 31, "position": "M", "rating": "7.4", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 2, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 18, "key": 2, "accuracy": "66%"}, "tackles": {"total": 1, "blocks": 0, "interceptions": 0}, "duels": {"total": 14, "won": 9}, "dribbles": {"attempts": 1, "success": 1, "past": 2}, "fouls": {"drawn": 7, "committed": 1}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": 1, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 2455, "name": "Fernando Aristeguieta", "photo": "https://media.api-sports.io/football/players/2455.png"}, "statistics": [{"games": {"minutes": 90, "number": 9, "position": "F", "rating": "7.3", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 7, "on": 1}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 16, "key": 2, "accuracy": "57%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 0}, "duels": {"total": 24, "won": 13}, "dribbles": {"attempts": 0, "success": 0, "past": 3}, "fouls": {"drawn": 2, "committed": 1}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 2429, "name": "Edison Flores", "photo": "https://media.api-sports.io/football/players/2429.png"}, "statistics": [{"games": {"minutes": 72, "number": 10, "position": "F", "rating": "7.7", "captain": false, "substitute": false}, "offsides": 1, "shots": {"total": 3, "on": 1}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 16, "key": 2, "accuracy": "76%"}, "tackles": {"total": 1, "blocks": 0, "interceptions": 0}, "duels": {"total": 7, "won": 6}, "dribbles": {"attempts": 3, "success": 3, "past": null}, "fouls": {"drawn": 1, "committed": 1}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35948, "name": "Candido Ramirez", "photo": "https://media.api-sports.io/football/players/35948.png"}, "statistics": [{"games": {"minutes": 27, "number": 15, "position": "M", "rating": "6.9", "captain": false, "substitute": true}, "offsides": null, "shots": {"total": 1, "on": 1}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 3, "key": 0, "accuracy": "42%"}, "tackles": {"total": 1, "blocks": 0, "interceptions": 0}, "duels": {"total": 6, "won": 4}, "dribbles": {"attempts": 2, "success": 1, "past": null}, "fouls": {"drawn": 2, "committed": 1}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35944, "name": "Rodrigo Millar", "photo": "https://media.api-sports.io/football/players/35944.png"}, "statistics": [{"games": {"minutes": 21, "number": 20, "position": "M", "rating": "6.5", "captain": false, "substitute": true}, "offsides": null, "shots": {"total": 1, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 5, "key": 0, "accuracy": "55%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 0}, "duels": {"total": 2, "won": 1}, "dribbles": {"attempts": 0, "success": 0, "past": null}, "fouls": {"drawn": 0, "committed": 0}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 49943, "name": "Lucas Villafanez", "photo": "https://media.api-sports.io/football/players/49943.png"}, "statistics": [{"games": {"minutes": 18, "number": 19, "position": "M", "rating": "6.2", "captain": false, "substitute": true}, "offsides": null, "shots": {"total": 1, "on": 1}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 10, "key": 1, "accuracy": "90%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 1}, "duels": {"total": 1, "won": 1}, "dribbles": {"attempts": 0, "success": 0, "past": null}, "fouls": {"drawn": 0, "committed": 0}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}]}, {"team": {"id": 2283, "name": "Atlas", "logo": "https://media.api-sports.io/football/teams/2283.png", "update": "2020-05-13T15:02:15+00:00"}, "players": [{"player": {"id": 2482, "name": "Camilo Vargas", "photo": "https://media.api-sports.io/football/players/2482.png"}, "statistics": [{"games": {"minutes": 90, "number": 12, "position": "G", "rating": "8.6", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": 5}, "passes": {"total": 13, "key": 0, "accuracy": "41%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 0}, "duels": {"total": 0, "won": 0}, "dribbles": {"attempts": 0, "success": 0, "past": null}, "fouls": {"drawn": 0, "committed": 0}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": 0}}]}, {"player": {"id": 36160, "name": "Diego Barbosa", "photo": "https://media.api-sports.io/football/players/36160.png"}, "statistics": [{"games": {"minutes": 90, "number": 15, "position": "D", "rating": "7.3", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 22, "key": 0, "accuracy": "71%"}, "tackles": {"total": 5, "blocks": 2, "interceptions": 0}, "duels": {"total": 14, "won": 9}, "dribbles": {"attempts": 1, "success": 1, "past": 2}, "fouls": {"drawn": 2, "committed": 1}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35779, "name": "Hugo Nervo", "photo": "https://media.api-sports.io/football/players/35779.png"}, "statistics": [{"games": {"minutes": 90, "number": 2, "position": "D", "rating": "7.0", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 26, "key": 0, "accuracy": "68%"}, "tackles": {"total": null, "blocks": 2, "interceptions": 0}, "duels": {"total": 14, "won": 5}, "dribbles": {"attempts": 0, "success": 0, "past": null}, "fouls": {"drawn": 1, "committed": 2}, "cards": {"yellow": 1, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35836, "name": "Jorge Segura", "photo": "https://media.api-sports.io/football/players/35836.png"}, "statistics": [{"games": {"minutes": 90, "number": 4, "position": "D", "rating": "7.1", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 28, "key": 0, "accuracy": "87%"}, "tackles": {"total": null, "blocks": 1, "interceptions": 1}, "duels": {"total": 8, "won": 3}, "dribbles": {"attempts": 1, "success": 1, "past": null}, "fouls": {"drawn": 0, "committed": 2}, "cards": {"yellow": 1, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35773, "name": "Jes\u00fas Angulo", "photo": "https://media.api-sports.io/football/players/35773.png"}, "statistics": [{"games": {"minutes": 87, "number": 27, "position": "D", "rating": "5.9", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 16, "key": 0, "accuracy": "76%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 1}, "duels": {"total": 13, "won": 5}, "dribbles": {"attempts": 1, "success": 0, "past": 1}, "fouls": {"drawn": 2, "committed": 4}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": 1, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35856, "name": "Edgar Zald\u00edvar", "photo": "https://media.api-sports.io/football/players/35856.png"}, "statistics": [{"games": {"minutes": 62, "number": 6, "position": "M", "rating": "6.8", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 24, "key": 0, "accuracy": "88%"}, "tackles": {"total": 1, "blocks": 0, "interceptions": 1}, "duels": {"total": 2, "won": 2}, "dribbles": {"attempts": 0, "success": 0, "past": null}, "fouls": {"drawn": 1, "committed": 0}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35849, "name": "Jes\u00fas Isijara", "photo": "https://media.api-sports.io/football/players/35849.png"}, "statistics": [{"games": {"minutes": 90, "number": 26, "position": "M", "rating": "6.8", "captain": false, "substitute": false}, "offsides": 1, "shots": {"total": 1, "on": 1}, "goals": {"total": 1, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 18, "key": 0, "accuracy": "78%"}, "tackles": {"total": 1, "blocks": 0, "interceptions": 1}, "duels": {"total": 15, "won": 6}, "dribbles": {"attempts": 3, "success": 2, "past": 2}, "fouls": {"drawn": 3, "committed": 2}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35851, "name": "Osvaldo Mart\u00ednez", "photo": "https://media.api-sports.io/football/players/35851.png"}, "statistics": [{"games": {"minutes": 90, "number": 10, "position": "M", "rating": "7.2", "captain": true, "substitute": false}, "offsides": null, "shots": {"total": 1, "on": 1}, "goals": {"total": null, "conceded": 0, "assists": 1, "saves": null}, "passes": {"total": 34, "key": 1, "accuracy": "87%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 0}, "duels": {"total": 7, "won": 0}, "dribbles": {"attempts": 1, "success": 0, "past": null}, "fouls": {"drawn": 0, "committed": 3}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 36180, "name": "Edson Rivera", "photo": "https://media.api-sports.io/football/players/36180.png"}, "statistics": [{"games": {"minutes": 45, "number": 25, "position": "M", "rating": "6.5", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 15, "key": 0, "accuracy": "88%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 0}, "duels": {"total": 6, "won": 3}, "dribbles": {"attempts": 1, "success": 1, "past": 1}, "fouls": {"drawn": 2, "committed": 2}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35864, "name": "Ian Torres", "photo": "https://media.api-sports.io/football/players/35864.png"}, "statistics": [{"games": {"minutes": 90, "number": 7, "position": "M", "rating": "6.9", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 1, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 17, "key": 0, "accuracy": "89%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 3}, "duels": {"total": 11, "won": 5}, "dribbles": {"attempts": 2, "success": 2, "past": null}, "fouls": {"drawn": 3, "committed": 2}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35790, "name": "Javier Correa", "photo": "https://media.api-sports.io/football/players/35790.png"}, "statistics": [{"games": {"minutes": 90, "number": 29, "position": "F", "rating": "6.1", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 9, "key": 0, "accuracy": "45%"}, "tackles": {"total": null, "blocks": 1, "interceptions": 0}, "duels": {"total": 14, "won": 4}, "dribbles": {"attempts": 4, "success": 0, "past": 1}, "fouls": {"drawn": 2, "committed": 2}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35841, "name": "Daniel Aguilar", "photo": "https://media.api-sports.io/football/players/35841.png"}, "statistics": [{"games": {"minutes": 3, "number": 16, "position": "M", "rating": "\u2013", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 0, "key": 0, "accuracy": "0%"}, "tackles": {"total": null, "blocks": 0, "interceptions": 0}, "duels": {"total": 0, "won": 0}, "dribbles": {"attempts": 0, "success": 0, "past": null}, "fouls": {"drawn": 0, "committed": 0}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}, {"player": {"id": 35843, "name": "Andr\u00e9s Andrade", "photo": "https://media.api-sports.io/football/players/35843.png"}, "statistics": [{"games": {"minutes": 45, "number": 8, "position": "M", "rating": "6.2", "captain": false, "substitute": false}, "offsides": null, "shots": {"total": 0, "on": 0}, "goals": {"total": null, "conceded": 0, "assists": null, "saves": null}, "passes": {"total": 7, "key": 0, "accuracy": "58%"}, "tackles": {"total": 1, "blocks": 0, "interceptions": 1}, "duels": {"total": 9, "won": 1}, "dribbles": {"attempts": 1, "success": 0, "past": 1}, "fouls": {"drawn": 0, "committed": 4}, "cards": {"yellow": 0, "red": 0}, "penalty": {"won": null, "commited": null, "scored": 0, "missed": 0, "saved": null}}]}]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"fixture": {"type": "string"}}, "required": ["fixture"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"team": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}, "update": {"type": "string"}}, "required": ["id", "logo", "name", "update"]}, "players": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "photo": {"type": "string"}}, "required": ["id", "name", "photo"]}, "statistics": {"type": "array", "items": {"type": "object", "properties": {"games": {"type": "object", "properties": {"minutes": {"type": "integer"}, "number": {"type": "integer"}, "position": {"type": "string"}, "rating": {"type": "string"}, "captain": {"type": "boolean"}, "substitute": {"type": "boolean"}}, "required": ["captain", "minutes", "number", "position", "rating", "substitute"]}, "offsides": {"type": ["integer", "null"]}, "shots": {"type": "object", "properties": {"total": {"type": "integer"}, "on": {"type": "integer"}}, "required": ["on", "total"]}, "goals": {"type": "object", "properties": {"total": {"type": ["integer", "null"]}, "conceded": {"type": "integer"}, "assists": {"type": ["integer", "null"]}, "saves": {"type": ["integer", "null"]}}, "required": ["assists", "conceded", "saves", "total"]}, "passes": {"type": "object", "properties": {"total": {"type": "integer"}, "key": {"type": "integer"}, "accuracy": {"type": "string"}}, "required": ["accuracy", "key", "total"]}, "tackles": {"type": "object", "properties": {"total": {"type": ["integer", "null"]}, "blocks": {"type": "integer"}, "interceptions": {"type": "integer"}}, "required": ["blocks", "interceptions", "total"]}, "duels": {"type": "object", "properties": {"total": {"type": "integer"}, "won": {"type": "integer"}}, "required": ["total", "won"]}, "dribbles": {"type": "object", "properties": {"attempts": {"type": "integer"}, "success": {"type": "integer"}, "past": {"type": ["integer", "null"]}}, "required": ["attempts", "past", "success"]}, "fouls": {"type": "object", "properties": {"drawn": {"type": "integer"}, "committed": {"type": "integer"}}, "required": ["committed", "drawn"]}, "cards": {"type": "object", "properties": {"yellow": {"type": "integer"}, "red": {"type": "integer"}}, "required": ["red", "yellow"]}, "penalty": {"type": "object", "properties": {"won": {"type": ["integer", "null"]}, "commited": {"type": ["integer", "null"]}, "scored": {"type": "integer"}, "missed": {"type": "integer"}, "saved": {"type": ["integer", "null"]}}, "required": ["commited", "missed", "saved", "scored", "won"]}}, "required": ["cards", "dribbles", "duels", "fouls", "games", "goals", "offsides", "passes", "penalty", "shots", "tackles"]}}}, "required": ["player", "statistics"]}}}, "required": ["players", "team"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/4cd286e9-f45a-418a-a24d-cced817641e0/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Sidelined by player id
Get all available sidelined for a player or a coach. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all from one {player} https://api-football-v1.p.rapidapi.com/v3/sidelined?player=276 Get all from one {coach} https://api-football-v1.p.rapidapi.com/v3/sidelined?coach=2
200
Response
{"get": "sidelined", "parameters": {"player": "276"}, "errors": [], "results": 34, "paging": {"current": 1, "total": 1}, "response": [{"type": "Groin Strain", "start": "2021-02-11", "end": "2021-03-15"}, {"type": "Suspended", "start": "2021-02-02", "end": "2021-02-04"}, {"type": "Ankle Ligaments", "start": "2020-12-14", "end": "2021-01-12"}, {"type": "Medical Condition", "start": "2020-12-05", "end": "2020-12-07"}, {"type": "Groin Strain", "start": "2020-10-29", "end": "2020-11-19"}, {"type": "Suspended", "start": "2020-09-15", "end": "2020-09-22"}, {"type": "Virus", "start": "2020-09-02", "end": "2020-09-12"}, {"type": "Suspended", "start": "2020-02-26", "end": "2020-03-01"}, {"type": "Hip/Thigh Injury", "start": "2020-02-02", "end": "2020-02-10"}, {"type": "Groin/Pelvis Injury", "start": "2019-10-11", "end": "2019-11-20"}, {"type": "Ankle/Foot Injury", "start": "2019-08-01", "end": "2019-08-23"}, {"type": "Suspended", "start": "2019-05-15", "end": "2019-05-27"}, {"type": "Ankle/Foot Injury", "start": "2019-01-24", "end": "2019-04-20"}, {"type": "Groin Strain", "start": "2018-12-03", "end": "2019-01-02"}, {"type": "Groin Strain", "start": "2018-11-21", "end": "2018-11-27"}, {"type": "Broken Toe", "start": "2018-02-26", "end": "2018-05-20"}, {"type": "Thigh Muscle Strain", "start": "2018-01-20", "end": "2018-01-25"}, {"type": "Rib Injury", "start": "2018-01-11", "end": "2018-01-16"}, {"type": "Suspended", "start": "2017-12-05", "end": "2017-12-11"}, {"type": "Thigh Muscle Strain", "start": "2017-11-03", "end": "2017-11-15"}, {"type": "Suspended", "start": "2017-10-23", "end": "2017-10-28"}, {"type": "Ankle/Foot Injury", "start": "2017-09-21", "end": "2017-09-25"}, {"type": "Suspended", "start": "2017-04-09", "end": "2017-04-27"}, {"type": "Suspended", "start": "2016-12-04", "end": "2016-12-11"}, {"type": "Suspended", "start": "2016-03-04", "end": "2016-03-07"}, {"type": "Hamstring", "start": "2016-01-21", "end": "2016-01-26"}, {"type": "Hamstring", "start": "2015-12-08", "end": "2015-12-16"}, {"type": "Virus", "start": "2015-08-09", "end": "2015-08-26"}, {"type": "Suspended", "start": "2015-03-01", "end": "2015-03-09"}, {"type": "Sprained Ankle", "start": "2014-08-22", "end": "2014-08-29"}, {"type": "Vertebral Fracture", "start": "2014-07-05", "end": "2014-08-05"}, {"type": "Ankle/Foot Injury", "start": "2014-04-17", "end": "2014-05-10"}, {"type": "Sprained Ankle", "start": "2014-01-17", "end": "2014-02-14"}, {"type": "Suspended", "start": "2013-12-15", "end": "2013-12-23"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"player": {"type": "string"}}, "required": ["player"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["end", "start", "type"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/a083acc4-fc16-4efd-9680-a8e7c0d4435b/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Top Red Cards
Get the 20 players with the most red cards for a league or cup. How it is calculated: * 1 : The player that received the higher number of red cards * 2 : The player that received the higher number of yellow cards * 3 : The player that assists in the higher number of matches * 4 : The player that played the fewer minutes Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day.
200
Response
{"errors": [], "get": "players/topredcards", "paging": {"current": 0, "total": 1}, "parameters": {"league": "39", "season": "2020"}, "response": [{"player": {"age": 30, "birth": {"country": "Serbia", "date": "1991-04-07", "place": "Kragujevac"}, "firstname": "Luka", "height": "186 cm", "id": 18852, "injured": false, "lastname": "Milivojevi\u0107", "name": "L. Milivojevi\u0107", "nationality": "Serbia", "photo": "https://media.api-sports.io/football/players/18852.png", "weight": "80 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 7, "yellowred": 0}, "dribbles": {"attempts": 8, "past": null, "success": 7}, "duels": {"total": 206, "won": 115}, "fouls": {"committed": 33, "drawn": 27}, "games": {"appearences": 25, "captain": false, "lineups": 21, "minutes": 1857, "number": null, "position": "Midfielder", "rating": "6.872000"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 34, "key": 15, "total": 1030}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 1, "won": null}, "shots": {"on": 5, "total": 9}, "substitutes": {"bench": 5, "in": 4, "out": 6}, "tackles": {"blocks": 5, "interceptions": 25, "total": 51}, "team": {"id": 52, "logo": "https://media.api-sports.io/football/teams/52.png", "name": "Crystal Palace"}}]}, {"player": {"age": 27, "birth": {"country": "England", "date": "1994-02-18", "place": "Liverpool"}, "firstname": "John", "height": "181 cm", "id": 19104, "injured": false, "lastname": "Lundstram", "name": "J. Lundstram", "nationality": "England", "photo": "https://media.api-sports.io/football/players/19104.png", "weight": "74 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 7, "yellowred": 0}, "dribbles": {"attempts": 24, "past": null, "success": 15}, "duels": {"total": 162, "won": 68}, "fouls": {"committed": 21, "drawn": 17}, "games": {"appearences": 24, "captain": false, "lineups": 21, "minutes": 1833, "number": null, "position": "Midfielder", "rating": "6.616666"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 31, "key": 20, "total": 907}, "penalty": {"commited": null, "missed": 1, "saved": null, "scored": 0, "won": null}, "shots": {"on": 5, "total": 14}, "substitutes": {"bench": 4, "in": 3, "out": 4}, "tackles": {"blocks": 8, "interceptions": 13, "total": 24}, "team": {"id": 62, "logo": "https://media.api-sports.io/football/teams/62.png", "name": "Sheffield Utd"}}]}, {"player": {"age": 25, "birth": {"country": "C\u00f4te d'Ivoire", "date": "1996-08-30", "place": "Issia"}, "firstname": "Yves", "height": "182 cm", "id": 18968, "injured": false, "lastname": "Bissouma", "name": "Y. Bissouma", "nationality": "Mali", "photo": "https://media.api-sports.io/football/players/18968.png", "weight": "80 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 47, "past": null, "success": 34}, "duels": {"total": 280, "won": 162}, "fouls": {"committed": 44, "drawn": 22}, "games": {"appearences": 27, "captain": false, "lineups": 26, "minutes": 2304, "number": null, "position": "Midfielder", "rating": "6.974074"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 41, "key": 9, "total": 1282}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 3, "total": 18}, "substitutes": {"bench": 1, "in": 1, "out": 3}, "tackles": {"blocks": 4, "interceptions": 42, "total": 74}, "team": {"id": 51, "logo": "https://media.api-sports.io/football/teams/51.png", "name": "Brighton"}}]}, {"player": {"age": 29, "birth": {"country": "Switzerland", "date": "1992-09-27", "place": "Basel"}, "firstname": "Granit", "height": "185 cm", "id": 1464, "injured": false, "lastname": "Xhaka", "name": "G. Xhaka", "nationality": "Switzerland", "photo": "https://media.api-sports.io/football/players/1464.png", "weight": "82 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": 14, "past": null, "success": 8}, "duels": {"total": 217, "won": 108}, "fouls": {"committed": 36, "drawn": 31}, "games": {"appearences": 25, "captain": false, "lineups": 24, "minutes": 2060, "number": null, "position": "Midfielder", "rating": "6.932000"}, "goals": {"assists": 2, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 61, "key": 13, "total": 1715}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 4, "total": 9}, "substitutes": {"bench": 3, "in": 1, "out": 5}, "tackles": {"blocks": 6, "interceptions": 22, "total": 39}, "team": {"id": 42, "logo": "https://media.api-sports.io/football/teams/42.png", "name": "Arsenal"}}]}, {"player": {"age": 29, "birth": {"country": "Republic of Ireland", "date": "1992-10-20", "place": "Cork"}, "firstname": "John", "height": "185 cm", "id": 19093, "injured": false, "lastname": "Egan", "name": "J. Egan", "nationality": "Republic of Ireland", "photo": "https://media.api-sports.io/football/players/19093.png", "weight": "75 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 6, "yellowred": 0}, "dribbles": {"attempts": null, "past": null, "success": null}, "duels": {"total": 175, "won": 94}, "fouls": {"committed": 27, "drawn": 8}, "games": {"appearences": 22, "captain": false, "lineups": 22, "minutes": 1897, "number": null, "position": "Defender", "rating": "6.650000"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 30, "key": 2, "total": 811}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": null, "total": 6}, "substitutes": {"bench": 0, "in": 0, "out": 1}, "tackles": {"blocks": 20, "interceptions": 31, "total": 29}, "team": {"id": 62, "logo": "https://media.api-sports.io/football/teams/62.png", "name": "Sheffield Utd"}}]}, {"player": {"age": 26, "birth": {"country": "Czech Republic", "date": "1995-02-27", "place": "Havl\u00ed\u010dk\u016fv Brod"}, "firstname": "Tom\u00e1\u0161", "height": "192 cm", "id": 1243, "injured": false, "lastname": "Sou\u010dek", "name": "T. Sou\u010dek", "nationality": "Czech Republic", "photo": "https://media.api-sports.io/football/players/1243.png", "weight": "86 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 4, "yellowred": 0}, "dribbles": {"attempts": 19, "past": null, "success": 10}, "duels": {"total": 478, "won": 263}, "fouls": {"committed": 55, "drawn": 37}, "games": {"appearences": 29, "captain": false, "lineups": 29, "minutes": 2610, "number": null, "position": "Midfielder", "rating": "7.165517"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 9}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 28, "key": 12, "total": 1133}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 19, "total": 38}, "substitutes": {"bench": 0, "in": 0, "out": 0}, "tackles": {"blocks": 13, "interceptions": 46, "total": 58}, "team": {"id": 48, "logo": "https://media.api-sports.io/football/teams/48.png", "name": "West Ham"}}]}, {"player": {"age": 30, "birth": {"country": "England", "date": "1991-11-21", "place": "Brighton"}, "firstname": "Lewis", "height": "192 cm", "id": 18963, "injured": false, "lastname": "Dunk", "name": "L. Dunk", "nationality": "England", "photo": "https://media.api-sports.io/football/players/18963.png", "weight": "88 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 4, "yellowred": 0}, "dribbles": {"attempts": 8, "past": null, "success": 6}, "duels": {"total": 165, "won": 111}, "fouls": {"committed": 19, "drawn": 17}, "games": {"appearences": 26, "captain": false, "lineups": 26, "minutes": 2340, "number": null, "position": "Defender", "rating": "7.169230"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 4}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 59, "key": 9, "total": 1725}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 11, "total": 22}, "substitutes": {"bench": 0, "in": 0, "out": 0}, "tackles": {"blocks": 15, "interceptions": 27, "total": 25}, "team": {"id": 51, "logo": "https://media.api-sports.io/football/teams/51.png", "name": "Brighton"}}]}, {"player": {"age": 24, "birth": {"country": "England", "date": "1997-08-08", "place": "Milton Keynes"}, "firstname": "Antonee", "height": "176 cm", "id": 19549, "injured": false, "lastname": "Robinson", "name": "A. Robinson", "nationality": "USA", "photo": "https://media.api-sports.io/football/players/19549.png", "weight": "70 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 4, "yellowred": 0}, "dribbles": {"attempts": 58, "past": null, "success": 40}, "duels": {"total": 190, "won": 117}, "fouls": {"committed": 17, "drawn": 7}, "games": {"appearences": 24, "captain": false, "lineups": 20, "minutes": 1801, "number": null, "position": "Defender", "rating": "6.900000"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 27, "key": 24, "total": 857}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 2, "total": 3}, "substitutes": {"bench": 6, "in": 4, "out": 2}, "tackles": {"blocks": 4, "interceptions": 33, "total": 38}, "team": {"id": 36, "logo": "https://media.api-sports.io/football/teams/36.png", "name": "Fulham"}}]}, {"player": {"age": 25, "birth": {"country": "Denmark", "date": "1996-05-31", "place": "Frederiksberg"}, "firstname": "Joachim Christian", "height": "192 cm", "id": 2729, "injured": false, "lastname": "Andersen", "name": "J. Andersen", "nationality": "Denmark", "photo": "https://media.api-sports.io/football/players/2729.png", "weight": "90 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 4, "yellowred": 0}, "dribbles": {"attempts": 10, "past": null, "success": 8}, "duels": {"total": 202, "won": 122}, "fouls": {"committed": 30, "drawn": 12}, "games": {"appearences": 24, "captain": false, "lineups": 24, "minutes": 2132, "number": null, "position": "Defender", "rating": "6.941666"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 50, "key": 8, "total": 1484}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 3, "total": 7}, "substitutes": {"bench": 0, "in": 0, "out": 0}, "tackles": {"blocks": 10, "interceptions": 34, "total": 23}, "team": {"id": 36, "logo": "https://media.api-sports.io/football/teams/36.png", "name": "Fulham"}}]}, {"player": {"age": 25, "birth": {"country": "Poland", "date": "1996-04-12", "place": "S\u0142upca"}, "firstname": "Jan", "height": "189 cm", "id": 2999, "injured": false, "lastname": "Bednarek", "name": "J. Bednarek", "nationality": "Poland", "photo": "https://media.api-sports.io/football/players/2999.png", "weight": "77 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 3, "yellowred": 0}, "dribbles": {"attempts": 6, "past": null, "success": 5}, "duels": {"total": 205, "won": 118}, "fouls": {"committed": 21, "drawn": 11}, "games": {"appearences": 29, "captain": false, "lineups": 29, "minutes": 2518, "number": null, "position": "Defender", "rating": "6.810344"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 50, "key": 4, "total": 1749}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 5, "total": 9}, "substitutes": {"bench": 0, "in": 0, "out": 2}, "tackles": {"blocks": 21, "interceptions": 64, "total": 29}, "team": {"id": 41, "logo": "https://media.api-sports.io/football/teams/41.png", "name": "Southampton"}}]}, {"player": {"age": 24, "birth": {"country": "Brazil", "date": "1997-05-10", "place": "Nova Ven\u00e9cia"}, "firstname": "Richarlison", "height": "184 cm", "id": 2413, "injured": false, "lastname": "de Andrade", "name": "Richarlison", "nationality": "Brazil", "photo": "https://media.api-sports.io/football/players/2413.png", "weight": "83 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 3, "yellowred": 0}, "dribbles": {"attempts": 74, "past": null, "success": 45}, "duels": {"total": 325, "won": 157}, "fouls": {"committed": 22, "drawn": 52}, "games": {"appearences": 24, "captain": false, "lineups": 23, "minutes": 1991, "number": null, "position": "Attacker", "rating": "6.912500"}, "goals": {"assists": 3, "conceded": 0, "saves": null, "total": 6}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 15, "key": 14, "total": 529}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 1, "won": null}, "shots": {"on": 20, "total": 39}, "substitutes": {"bench": 1, "in": 1, "out": 8}, "tackles": {"blocks": 2, "interceptions": 11, "total": 37}, "team": {"id": 45, "logo": "https://media.api-sports.io/football/teams/45.png", "name": "Everton"}}]}, {"player": {"age": 28, "birth": {"country": "England", "date": "1993-11-09", "place": "London"}, "firstname": "Oluwasemilogo Adesewo", "height": "193 cm", "id": 2769, "injured": false, "lastname": "Ibidapo Ajayi", "name": "S. Ajayi", "nationality": "Nigeria", "photo": "https://media.api-sports.io/football/players/2769.png", "weight": "83 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 3, "yellowred": 0}, "dribbles": {"attempts": 16, "past": null, "success": 8}, "duels": {"total": 186, "won": 101}, "fouls": {"committed": 22, "drawn": 3}, "games": {"appearences": 24, "captain": false, "lineups": 24, "minutes": 2100, "number": null, "position": "Defender", "rating": "6.583333"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 2}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 23, "key": 3, "total": 768}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 3, "total": 6}, "substitutes": {"bench": 4, "in": 0, "out": 0}, "tackles": {"blocks": 21, "interceptions": 30, "total": 33}, "team": {"id": 60, "logo": "https://media.api-sports.io/football/teams/60.png", "name": "West Brom"}}]}, {"player": {"age": 25, "birth": {"country": "Brazil", "date": "1996-05-05", "place": "Belo Horizonte"}, "firstname": "Matheus Fellipe", "height": "175 cm", "id": 25618, "injured": false, "lastname": "Costa Pereira", "name": "Matheus Pereira", "nationality": "Brazil", "photo": "https://media.api-sports.io/football/players/25618.png", "weight": "66 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 2, "yellowred": 0}, "dribbles": {"attempts": 53, "past": null, "success": 29}, "duels": {"total": 240, "won": 99}, "fouls": {"committed": 25, "drawn": 39}, "games": {"appearences": 25, "captain": false, "lineups": 22, "minutes": 1879, "number": null, "position": "Attacker", "rating": "6.976000"}, "goals": {"assists": 3, "conceded": 0, "saves": null, "total": 5}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 22, "key": 42, "total": 712}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 2, "won": null}, "shots": {"on": 15, "total": 30}, "substitutes": {"bench": 3, "in": 3, "out": 7}, "tackles": {"blocks": null, "interceptions": 23, "total": 19}, "team": {"id": 60, "logo": "https://media.api-sports.io/football/teams/60.png", "name": "West Brom"}}]}, {"player": {"age": 32, "birth": {"country": "England", "date": "1989-11-14", "place": "London"}, "firstname": "Jake", "height": "180 cm", "id": 19160, "injured": false, "lastname": "Livermore", "name": "J. Livermore", "nationality": "England", "photo": "https://media.api-sports.io/football/players/19160.png", "weight": "76 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 2, "yellowred": 0}, "dribbles": {"attempts": 5, "past": null, "success": 2}, "duels": {"total": 126, "won": 55}, "fouls": {"committed": 29, "drawn": 7}, "games": {"appearences": 16, "captain": false, "lineups": 15, "minutes": 1232, "number": null, "position": "Midfielder", "rating": "6.450000"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 16, "key": 5, "total": 378}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": null, "total": 3}, "substitutes": {"bench": 8, "in": 1, "out": 6}, "tackles": {"blocks": 6, "interceptions": 16, "total": 33}, "team": {"id": 60, "logo": "https://media.api-sports.io/football/teams/60.png", "name": "West Brom"}}]}, {"player": {"age": 26, "birth": {"country": "France", "date": "1995-05-29", "place": "Mantes-la-Jolie"}, "firstname": "Nicolas", "height": "178 cm", "id": 3246, "injured": false, "lastname": "P\u00e9p\u00e9", "name": "N. P\u00e9p\u00e9", "nationality": "C\u00f4te d'Ivoire", "photo": "https://media.api-sports.io/football/players/3246.png", "weight": "68 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 1, "yellowred": 0}, "dribbles": {"attempts": 38, "past": null, "success": 17}, "duels": {"total": 160, "won": 78}, "fouls": {"committed": 8, "drawn": 20}, "games": {"appearences": 21, "captain": false, "lineups": 10, "minutes": 1054, "number": null, "position": "Attacker", "rating": "6.790476"}, "goals": {"assists": 1, "conceded": 0, "saves": null, "total": 5}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 13, "key": 7, "total": 376}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 1, "won": null}, "shots": {"on": 12, "total": 28}, "substitutes": {"bench": 16, "in": 11, "out": 6}, "tackles": {"blocks": null, "interceptions": 10, "total": 14}, "team": {"id": 42, "logo": "https://media.api-sports.io/football/teams/42.png", "name": "Arsenal"}}]}, {"player": {"age": 28, "birth": {"country": "France", "date": "1993-07-20", "place": "Meaux"}, "firstname": "Lucas", "height": "178 cm", "id": 2724, "injured": false, "lastname": "Digne", "name": "L. Digne", "nationality": "France", "photo": "https://media.api-sports.io/football/players/2724.png", "weight": "74 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 1, "yellowred": 0}, "dribbles": {"attempts": 13, "past": null, "success": 7}, "duels": {"total": 220, "won": 126}, "fouls": {"committed": 24, "drawn": 13}, "games": {"appearences": 20, "captain": false, "lineups": 20, "minutes": 1782, "number": null, "position": "Defender", "rating": "7.100000"}, "goals": {"assists": 6, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 34, "key": 31, "total": 901}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": null, "total": 5}, "substitutes": {"bench": 0, "in": 0, "out": 0}, "tackles": {"blocks": 3, "interceptions": 20, "total": 44}, "team": {"id": 45, "logo": "https://media.api-sports.io/football/teams/45.png", "name": "Everton"}}]}, {"player": {"age": 34, "birth": {"country": "Brazil", "date": "1987-04-22", "place": "Diadema"}, "firstname": "David Luiz", "height": "189 cm", "id": 2283, "injured": false, "lastname": "Moreira Marinho", "name": "David Luiz", "nationality": "Brazil", "photo": "https://media.api-sports.io/football/players/2283.png", "weight": "84 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 1, "yellowred": 0}, "dribbles": {"attempts": 4, "past": null, "success": 3}, "duels": {"total": 83, "won": 53}, "fouls": {"committed": 15, "drawn": 5}, "games": {"appearences": 19, "captain": false, "lineups": 16, "minutes": 1344, "number": null, "position": "Defender", "rating": "6.772222"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 1}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 42, "key": 2, "total": 963}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 1, "total": 8}, "substitutes": {"bench": 5, "in": 3, "out": 2}, "tackles": {"blocks": 9, "interceptions": 15, "total": 12}, "team": {"id": 42, "logo": "https://media.api-sports.io/football/teams/42.png", "name": "Arsenal"}}]}, {"player": {"age": 25, "birth": {"country": "Denmark", "date": "1996-04-10", "place": "Liller\u00f8d"}, "firstname": "Andreas", "height": "188 cm", "id": 2282, "injured": false, "lastname": "B\u00f8dtker Christensen", "name": "A. Christensen", "nationality": "Denmark", "photo": "https://media.api-sports.io/football/players/2282.png", "weight": "78 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 1, "yellowred": 0}, "dribbles": {"attempts": 5, "past": null, "success": 5}, "duels": {"total": 60, "won": 43}, "fouls": {"committed": 3, "drawn": 4}, "games": {"appearences": 12, "captain": false, "lineups": 11, "minutes": 999, "number": null, "position": "Defender", "rating": "7.141666"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 66, "key": 3, "total": 860}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": null, "total": 1}, "substitutes": {"bench": 6, "in": 1, "out": 0}, "tackles": {"blocks": 9, "interceptions": 16, "total": 9}, "team": {"id": 49, "logo": "https://media.api-sports.io/football/teams/49.png", "name": "Chelsea"}}]}, {"player": {"age": 26, "birth": {"country": "France", "date": "1995-03-07", "place": "Gonesse"}, "firstname": "Aboubakar", "height": "177 cm", "id": 49923, "injured": false, "lastname": "Kamara", "name": "A. Kamara", "nationality": "Mauritania", "photo": "https://media.api-sports.io/football/players/49923.png", "weight": "76 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 1, "yellowred": 0}, "dribbles": {"attempts": 9, "past": null, "success": 4}, "duels": {"total": 54, "won": 20}, "fouls": {"committed": 9, "drawn": 3}, "games": {"appearences": 11, "captain": false, "lineups": 2, "minutes": 310, "number": null, "position": "Attacker", "rating": "6.363636"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 7, "key": 6, "total": 112}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": 2, "total": 3}, "substitutes": {"bench": 15, "in": 9, "out": 2}, "tackles": {"blocks": null, "interceptions": 1, "total": 2}, "team": {"id": 36, "logo": "https://media.api-sports.io/football/teams/36.png", "name": "Fulham"}}]}, {"player": {"age": 32, "birth": {"country": "England", "date": "1989-09-26", "place": "London"}, "firstname": "Kieran", "height": "179 cm", "id": 19148, "injured": false, "lastname": "Gibbs", "name": "K. Gibbs", "nationality": "England", "photo": "https://media.api-sports.io/football/players/19148.png", "weight": "70 kg"}, "statistics": [{"cards": {"red": 1, "yellow": 1, "yellowred": 0}, "dribbles": {"attempts": 2, "past": null, "success": 2}, "duels": {"total": 53, "won": 28}, "fouls": {"committed": 6, "drawn": 2}, "games": {"appearences": 10, "captain": false, "lineups": 9, "minutes": 809, "number": null, "position": "Defender", "rating": "6.460000"}, "goals": {"assists": null, "conceded": 0, "saves": null, "total": 0}, "league": {"country": "England", "flag": "https://media.api-sports.io/flags/gb.svg", "id": 39, "logo": "https://media.api-sports.io/football/leagues/39.png", "name": "Premier League", "season": 2020}, "passes": {"accuracy": 19, "key": 4, "total": 264}, "penalty": {"commited": null, "missed": 0, "saved": null, "scored": 0, "won": null}, "shots": {"on": null, "total": 1}, "substitutes": {"bench": 7, "in": 1, "out": 0}, "tackles": {"blocks": 6, "interceptions": 16, "total": 15}, "team": {"id": 60, "logo": "https://media.api-sports.io/football/teams/60.png", "name": "West Brom"}}]}], "results": 20}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "object", "properties": {"league": {"type": "string"}, "season": {"type": "string"}}, "required": ["league", "season"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object", "properties": {"age": {"type": "integer"}, "birth": {"type": "object", "properties": {"country": {"type": "string"}, "date": {"type": "string"}, "place": {"type": "string"}}, "required": ["country", "date", "place"]}, "firstname": {"type": "string"}, "height": {"type": "string"}, "id": {"type": "integer"}, "injured": {"type": "boolean"}, "lastname": {"type": "string"}, "name": {"type": "string"}, "nationality": {"type": "string"}, "photo": {"type": "string"}, "weight": {"type": "string"}}, "required": ["age", "birth", "firstname", "height", "id", "injured", "lastname", "name", "nationality", "photo", "weight"]}, "statistics": {"type": "array", "items": {"type": "object", "properties": {"cards": {"type": "object", "properties": {"red": {"type": "integer"}, "yellow": {"type": "integer"}, "yellowred": {"type": "integer"}}, "required": ["red", "yellow", "yellowred"]}, "dribbles": {"type": "object", "properties": {"attempts": {"type": ["integer", "null"]}, "past": {"type": "null"}, "success": {"type": ["integer", "null"]}}, "required": ["attempts", "past", "success"]}, "duels": {"type": "object", "properties": {"total": {"type": "integer"}, "won": {"type": "integer"}}, "required": ["total", "won"]}, "fouls": {"type": "object", "properties": {"committed": {"type": "integer"}, "drawn": {"type": "integer"}}, "required": ["committed", "drawn"]}, "games": {"type": "object", "properties": {"appearences": {"type": "integer"}, "captain": {"type": "boolean"}, "lineups": {"type": "integer"}, "minutes": {"type": "integer"}, "number": {"type": "null"}, "position": {"type": "string"}, "rating": {"type": "string"}}, "required": ["appearences", "captain", "lineups", "minutes", "number", "position", "rating"]}, "goals": {"type": "object", "properties": {"assists": {"type": ["integer", "null"]}, "conceded": {"type": "integer"}, "saves": {"type": "null"}, "total": {"type": "integer"}}, "required": ["assists", "conceded", "saves", "total"]}, "league": {"type": "object", "properties": {"country": {"type": "string"}, "flag": {"type": "string"}, "id": {"type": "integer"}, "logo": {"type": "string"}, "name": {"type": "string"}, "season": {"type": "integer"}}, "required": ["country", "flag", "id", "logo", "name", "season"]}, "passes": {"type": "object", "properties": {"accuracy": {"type": "integer"}, "key": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["accuracy", "key", "total"]}, "penalty": {"type": "object", "properties": {"commited": {"type": "null"}, "missed": {"type": "integer"}, "saved": {"type": "null"}, "scored": {"type": "integer"}, "won": {"type": "null"}}, "required": ["commited", "missed", "saved", "scored", "won"]}, "shots": {"type": "object", "properties": {"on": {"type": ["integer", "null"]}, "total": {"type": "integer"}}, "required": ["on", "total"]}, "substitutes": {"type": "object", "properties": {"bench": {"type": "integer"}, "in": {"type": "integer"}, "out": {"type": "integer"}}, "required": ["bench", "in", "out"]}, "tackles": {"type": "object", "properties": {"blocks": {"type": ["integer", "null"]}, "interceptions": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["blocks", "interceptions", "total"]}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "logo": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "logo", "name"]}}, "required": ["cards", "dribbles", "duels", "fouls", "games", "goals", "league", "passes", "penalty", "shots", "substitutes", "tackles", "team"]}}}, "required": ["player", "statistics"]}}, "results": {"type": "integer"}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/e5f7188a-c9c3-45d7-aabc-a7367f45319c/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Players Seasons by player id
Get all available seasons for players statistics filtered by a player {id}. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get all seasons available for a player {id} https://api-football-v1.p.rapidapi.com/v3/players/seasons?player=276
200
Response
{"get": "players/seasons", "parameters": {"player": "276"}, "errors": [], "results": 14, "paging": {"current": 1, "total": 1}, "response": [2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"player": {"type": "string"}}, "required": ["player"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "integer"}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/db1ef488-c164-4e7b-b338-c3707017b4df/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Timezone
Get the list of available timezone to be used in the fixtures endpoint. This endpoint does not require any parameters. Update Frequency : This endpoint contains all the existing timezone, it is not updated. Recommended Calls : 1 call when you need.
200
Response
{"get": "timezone", "parameters": [], "errors": [], "results": 425, "paging": {"current": 1, "total": 1}, "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", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "Africa/Dakar", "Africa/Dar_es_Salaam", "Africa/Djibouti", "Africa/Douala", "Africa/El_Aaiun", "Africa/Freetown", "Africa/Gaborone", "Africa/Harare", "Africa/Johannesburg", "Africa/Juba", "Africa/Kampala", "Africa/Khartoum", "Africa/Kigali", "Africa/Kinshasa", "Africa/Lagos", "Africa/Libreville", "Africa/Lome", "Africa/Luanda", "Africa/Lubumbashi", "Africa/Lusaka", "Africa/Malabo", "Africa/Maputo", "Africa/Maseru", "Africa/Mbabane", "Africa/Mogadishu", "Africa/Monrovia", "Africa/Nairobi", "Africa/Ndjamena", "Africa/Niamey", "Africa/Nouakchott", "Africa/Ouagadougou", "Africa/Porto-Novo", "Africa/Sao_Tome", "Africa/Tripoli", "Africa/Tunis", "Africa/Windhoek", "America/Adak", "America/Anchorage", "America/Anguilla", "America/Antigua", "America/Araguaina", "America/Argentina/Buenos_Aires", "America/Argentina/Catamarca", "America/Argentina/Cordoba", "America/Argentina/Jujuy", "America/Argentina/La_Rioja", "America/Argentina/Mendoza", "America/Argentina/Rio_Gallegos", "America/Argentina/Salta", "America/Argentina/San_Juan", "America/Argentina/San_Luis", "America/Argentina/Tucuman", "America/Argentina/Ushuaia", "America/Aruba", "America/Asuncion", "America/Atikokan", "America/Bahia", "America/Bahia_Banderas", "America/Barbados", "America/Belem", "America/Belize", "America/Blanc-Sablon", "America/Boa_Vista", "America/Bogota", "America/Boise", "America/Cambridge_Bay", "America/Campo_Grande", "America/Cancun", "America/Caracas", "America/Cayenne", "America/Cayman", "America/Chicago", "America/Chihuahua", "America/Costa_Rica", "America/Creston", "America/Cuiaba", "America/Curacao", "America/Danmarkshavn", "America/Dawson", "America/Dawson_Creek", "America/Denver", "America/Detroit", "America/Dominica", "America/Edmonton", "America/Eirunepe", "America/El_Salvador", "America/Fort_Nelson", "America/Fortaleza", "America/Glace_Bay", "America/Godthab", "America/Goose_Bay", "America/Grand_Turk", "America/Grenada", "America/Guadeloupe", "America/Guatemala", "America/Guayaquil", "America/Guyana", "America/Halifax", "America/Havana", "America/Hermosillo", "America/Indiana/Indianapolis", "America/Indiana/Knox", "America/Indiana/Marengo", "America/Indiana/Petersburg", "America/Indiana/Tell_City", "America/Indiana/Vevay", "America/Indiana/Vincennes", "America/Indiana/Winamac", "America/Inuvik", "America/Iqaluit", "America/Jamaica", "America/Juneau", "America/Kentucky/Louisville", "America/Kentucky/Monticello", "America/Kralendijk", "America/La_Paz", "America/Lima", "America/Los_Angeles", "America/Lower_Princes", "America/Maceio", "America/Managua", "America/Manaus", "America/Marigot", "America/Martinique", "America/Matamoros", "America/Mazatlan", "America/Menominee", "America/Merida", "America/Metlakatla", "America/Mexico_City", "America/Miquelon", "America/Moncton", "America/Monterrey", "America/Montevideo", "America/Montserrat", "America/Nassau", "America/New_York", "America/Nipigon", "America/Nome", "America/Noronha", "America/North_Dakota/Beulah", "America/North_Dakota/Center", "America/North_Dakota/New_Salem", "America/Ojinaga", "America/Panama", "America/Pangnirtung", "America/Paramaribo", "America/Phoenix", "America/Port-au-Prince", "America/Port_of_Spain", "America/Porto_Velho", "America/Puerto_Rico", "America/Punta_Arenas", "America/Rainy_River", "America/Rankin_Inlet", "America/Recife", "America/Regina", "America/Resolute", "America/Rio_Branco", "America/Santarem", "America/Santiago", "America/Santo_Domingo", "America/Sao_Paulo", "America/Scoresbysund", "America/Sitka", "America/St_Barthelemy", "America/St_Johns", "America/St_Kitts", "America/St_Lucia", "America/St_Thomas", "America/St_Vincent", "America/Swift_Current", "America/Tegucigalpa", "America/Thule", "America/Thunder_Bay", "America/Tijuana", "America/Toronto", "America/Tortola", "America/Vancouver", "America/Whitehorse", "America/Winnipeg", "America/Yakutat", "America/Yellowknife", "Antarctica/Casey", "Antarctica/Davis", "Antarctica/DumontDUrville", "Antarctica/Macquarie", "Antarctica/Mawson", "Antarctica/McMur", "Antarctica/PalmerAnta", "Antarctica/Rothera", "Antarctica/Syowa", "Antarctica/Troll", "Antarctica/Vostok", "Arctic/Longyearbyen", "Asia/Aden", "Asia/Almaty", "Asia/Amman", "Asia/Anadyr", "Asia/Aqtau", "Asia/Aqtobe", "Asia/Ashgabat", "Asia/Atyrau", "Asia/Baghdad", "Asia/Bahrain", "Asia/Baku", "Asia/Bangkok", "Asia/Barnaul", "Asia/Beirut", "Asia/Bishkek", "Asia/Brunei", "Asia/Chita", "Asia/Choibalsan", "Asia/Colombo", "Asia/Damascus", "Asia/Dhaka", "Asia/Dili", "Asia/Dubai", "Asia/Dushanbe", "Asia/Famagusta", "Asia/Gaza", "Asia/Hebron", "Asia/Ho_Chi_Minh", "Asia/Hong_Kong", "Asia/Hovd", "Asia/Irkutsk", "Asia/Jakarta", "Asia/Jayapura", "Asia/Jerusalem", "Asia/Kabul", "Asia/Kamchatka", "Asia/Karachi", "Asia/Kathmandu", "Asia/Khandyga", "Asia/Kolkata", "Asia/Krasnoyarsk", "Asia/Kuala_Lumpur", "Asia/Kuching", "Asia/Kuwait", "Asia/Macau", "Asia/Magadan", "Asia/Makassar", "Asia/Manila", "Asia/Muscat", "Asia/Nicosia", "Asia/Novokuznetsk", "Asia/Novosibirsk", "Asia/Omsk", "Asia/Oral", "Asia/Phnom_Penh", "Asia/Pontianak", "Asia/Pyongyang", "Asia/Qatar", "Asia/Qostanay", "Asia/Qyzylorda", "Asia/Riyadh", "Asia/Sakhalin", "Asia/Samarkand", "Asia/Seoul", "Asia/Shanghai", "Asia/Singapore", "Asia/Srednekolymsk", "Asia/Taipei", "Asia/Tashkent", "Asia/Tbilisi", "Asia/Tehran", "Asia/Thimphu", "Asia/Tokyo", "Asia/Tomsk", "Asia/Ulaanbaatar", "Asia/Urumqi", "Asia/Ust-Nera", "Asia/Vientiane", "Asia/Vladivostok", "Asia/Yakutsk", "Asia/Yangon", "Asia/Yekaterinburg", "Asia/Yerevan", "Atlantic/Azores", "Atlantic/Bermuda", "Atlantic/Canary", "Atlantic/Cape_Verde", "Atlantic/Faroe", "Atlantic/Madeira", "Atlantic/Reykjavik", "Atlantic/South_Georgia", "Atlantic/St_Helena", "Atlantic/Stanley", "Australia/Adelaide", "Australia/Brisbane", "Australia/Broken_Hill", "Australia/Currie", "Australia/Darwin", "Australia/Eucla", "Australia/Hobart", "Australia/Lindeman", "Australia/Lord_Howe", "Australia/Melbourne", "Australia/Perth", "Australia/Sydney", "Europe/Amsterdam", "Europe/Andorra", "Europe/Astrakhan", "Europe/Athens", "Europe/Belgrade", "Europe/Berlin", "Europe/Bratislava", "Europe/Brussels", "Europe/Bucharest", "Europe/Budapest", "Europe/Busingen", "Europe/Chisinau", "Europe/Copenhagen", "Europe/Dublin", "Europe/Gibraltar", "Europe/Guernsey", "Europe/Helsinki", "Europe/Isle_of_Man", "Europe/Istanbul", "Europe/Jersey", "Europe/Kaliningrad", "Europe/Kiev", "Europe/Kirov", "Europe/Lisbon", "Europe/Ljubljana", "Europe/London", "Europe/Luxembourg", "Europe/Madrid", "Europe/Malta", "Europe/Mariehamn", "Europe/Minsk", "Europe/Monaco", "Europe/Moscow", "Europe/Oslo", "Europe/Paris", "Europe/Podgorica", "Europe/Prague", "Europe/Riga", "Europe/Rome", "Europe/Samara", "Europe/San_Marino", "Europe/Sarajevo", "Europe/Saratov", "Europe/Simferopol", "Europe/Skopje", "Europe/Sofia", "Europe/Stockholm", "Europe/Tallinn", "Europe/Tirane", "Europe/Ulyanovsk", "Europe/Uzhgorod", "Europe/Vaduz", "Europe/Vatican", "Europe/Vienna", "Europe/Vilnius", "Europe/Volgograd", "Europe/Warsaw", "Europe/Zagreb", "Europe/Zaporozhye", "Europe/Zurich", "Indian/Antananarivo", "Indian/Chagos", "Indian/Christmas", "Indian/Cocos", "Indian/Comoro", "Indian/Kerguelen", "Indian/Mahe", "Indian/Maldives", "Indian/Mauritius", "Indian/Mayotte", "Indian/Reunion", "Pacific/Apia", "Pacific/Auckland", "Pacific/Bougainville", "Pacific/Chatham", "Pacific/Chuuk", "Pacific/Easter", "Pacific/Efate", "Pacific/Enderbury", "Pacific/Fakaofo", "Pacific/Fiji", "Pacific/Funafuti", "Pacific/Galapagos", "Pacific/Gambier", "Pacific/Guadalcanal", "Pacific/Guam", "Pacific/Honolulu", "Pacific/Kiritimati", "Pacific/Kosrae", "Pacific/Kwajalein", "Pacific/Majuro", "Pacific/Marquesas", "Pacific/Midway", "Pacific/Nauru", "Pacific/Niue", "Pacific/Norfolk", "Pacific/Noumea", "Pacific/Pago_Pago", "Pacific/Palau", "Pacific/Pitcairn", "Pacific/Pohnpei", "Pacific/Port_Moresby", "Pacific/Rarotonga", "Pacific/Saipan", "Pacific/Tahiti", "Pacific/Tarawa", "Pacific/Tongatapu", "Pacific/Wake", "Pacific/Wallis"]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "string"}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/b1447aa5-e842-4288-b179-dd3e20a0a76f/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Bets
Get all available bets. All bets id can be used in endpoint odds as filters. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all available bets https://api-football-v1.p.rapidapi.com/v3/odds/bets Get bet from one {id} https://api-football-v1.p.rapidapi.com/v3/odds/bets?id=1 Allows you to search for a bet in relation to a bets {name} https://api-football-v1.p.rapidapi.com/v3/odds/bets?search=winner
200
Response
{"get": "odds/bets", "parameters": [], "errors": [], "results": 81, "paging": {"current": 1, "total": 1}, "response": [{"id": 1, "name": "Match Winner"}, {"id": 2, "name": "Home/Away"}, {"id": 3, "name": "Second Half Winner"}, {"id": 4, "name": "Asian Handicap"}, {"id": 5, "name": "Goals Over/Under"}, {"id": 6, "name": "Goals Over/Under First Half"}, {"id": 7, "name": "HT/FT Double"}, {"id": 8, "name": "Both Teams Score"}, {"id": 9, "name": "Handicap Result"}, {"id": 10, "name": "Exact Score"}, {"id": 11, "name": "Highest Scoring Half"}, {"id": 12, "name": "Double Chance"}, {"id": 13, "name": "First Half Winner"}, {"id": 14, "name": "Team To Score First"}, {"id": 15, "name": "Team To Score Last"}, {"id": 16, "name": "Total - Home"}, {"id": 17, "name": "Total - Away"}, {"id": 18, "name": "Handicap Result - First Half"}, {"id": 19, "name": "Asian Handicap First Half"}, {"id": 20, "name": "Double Chance - First Half"}, {"id": 21, "name": "Odd/Even"}, {"id": 22, "name": "Odd/Even - First Half"}, {"id": 23, "name": "Home Odd/Even"}, {"id": 24, "name": "Results/Both Teams Score"}, {"id": 25, "name": "Result/Total Goals"}, {"id": 26, "name": "Goals Over/Under - Second Half"}, {"id": 27, "name": "Clean Sheet - Home"}, {"id": 28, "name": "Clean Sheet - Away"}, {"id": 29, "name": "Win to Nil - Home"}, {"id": 30, "name": "Win to Nil - Away"}, {"id": 31, "name": "Correct Score - First Half"}, {"id": 32, "name": "Win Both Halves"}, {"id": 33, "name": "Double Chance - Second Half"}, {"id": 34, "name": "Both Teams Score - First Half"}, {"id": 35, "name": "Both Teams To Score - Second Half"}, {"id": 36, "name": "Win To Nil"}, {"id": 37, "name": "Home win both halves"}, {"id": 38, "name": "Exact Goals Number"}, {"id": 39, "name": "To Win Either Half"}, {"id": 40, "name": "Home Team Exact Goals Number"}, {"id": 41, "name": "Away Team Exact Goals Number"}, {"id": 42, "name": "Second Half Exact Goals Number"}, {"id": 43, "name": "Home Team Score a Goal"}, {"id": 44, "name": "Away Team Score a Goal"}, {"id": 45, "name": "Corners Over Under"}, {"id": 46, "name": "Exact Goals Number - First Half"}, {"id": 47, "name": "Winning Margin"}, {"id": 48, "name": "To Score In Both Halves By Teams"}, {"id": 49, "name": "Total Goals/Both Teams To Score"}, {"id": 50, "name": "Goal Line"}, {"id": 51, "name": "Halftime Result/Total Goals"}, {"id": 52, "name": "Halftime Result/Both Teams Score"}, {"id": 53, "name": "Away win both halves"}, {"id": 54, "name": "First 10 min Winner"}, {"id": 55, "name": "Corners 1x2"}, {"id": 56, "name": "Corners Asian Handicap"}, {"id": 57, "name": "Home Corners Over/Under"}, {"id": 58, "name": "Away Corners Over/Under"}, {"id": 59, "name": "Own Goal"}, {"id": 60, "name": "Away Odd/Even"}, {"id": 61, "name": "To Qualify"}, {"id": 62, "name": "Correct Score - Second Half"}, {"id": 63, "name": "Odd/Even - Second Half"}, {"id": 72, "name": "Goal Line (1st Half)"}, {"id": 73, "name": "Both Teams to Score 1st Half - 2nd Half"}, {"id": 74, "name": "10 Over/Under"}, {"id": 75, "name": "Last Corner"}, {"id": 76, "name": "First Corner"}, {"id": 77, "name": "Total Corners (1st Half)"}, {"id": 78, "name": "RTG_H1"}, {"id": 79, "name": "Cards European Handicap"}, {"id": 80, "name": "Cards Over/Under"}, {"id": 81, "name": "Cards Asian Handicap"}, {"id": 82, "name": "Home Team Total Cards"}, {"id": 83, "name": "Away Team Total Cards"}, {"id": 84, "name": "Total Corners (3 way) (1st Half)"}, {"id": 85, "name": "Total Corners (3 way)"}, {"id": 86, "name": "RCARD"}, {"id": 87, "name": "Total ShotOnGoal"}, {"id": 88, "name": "Home Total ShotOnGoal"}, {"id": 89, "name": "Away Total ShotOnGoal"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "array"}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/9d8b0ec0-f027-49e9-903e-52c1935d3eb3/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
odds from fixture id filter by bookemaker
Get all available odds from one fixture you can filter by bookmaker or label like this : - /v2/odds/fixture/{fixture_id}/bookmaker/{bookmaker_id} - /v2/odds/fixture/{fixture_id}/label/{label_id} Update Frequency : Every day Recommended Calls : 1 call per day
200
Example_1
{"api": {"results": 1, "odds": [{"fixture": {"league_id": 213, "fixture_id": 121009, "updateAt": 1559700905}, "bookmakers": [{"bookmaker_id": 6, "bookmaker_name": "Bwin", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.12"}, {"value": "Draw", "odd": "7.25"}, {"value": "Away", "odd": "19.50"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.33"}, {"value": "Draw", "odd": "3.50"}, {"value": "Away", "odd": "13.50"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "29.00"}, {"value": "South Korea W/Draw", "odd": "31.00"}, {"value": "Draw/South Korea W", "odd": "34.00"}, {"value": "Draw/Draw", "odd": "9.25"}, {"value": "France W/France W", "odd": "1.55"}, {"value": "France W/Draw", "odd": "31.00"}, {"value": "Draw/France W", "odd": "3.70"}, {"value": "South Korea W/France W", "odd": "26.00"}, {"value": "France W/South Korea W", "odd": "151.00"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.90"}, {"value": "No", "odd": "1.36"}]}, {"label_id": 29, "label_name": "Win to Nil - Home", "values": [{"value": "Yes", "odd": "1.50"}, {"value": "No", "odd": "2.40"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "6.50"}, {"value": "2:0", "odd": "5.50"}, {"value": "2:1", "odd": "11.00"}, {"value": "3:0", "odd": "6.00"}, {"value": "3:1", "odd": "12.50"}, {"value": "3:2", "odd": "41.00"}, {"value": "4:0", "odd": "8.50"}, {"value": "4:1", "odd": "17.50"}, {"value": "4:2", "odd": "51.00"}, {"value": "4:3", "odd": "101.00"}, {"value": "0:0", "odd": "10.50"}, {"value": "1:1", "odd": "15.00"}, {"value": "2:2", "odd": "36.00"}, {"value": "3:3", "odd": "101.00"}, {"value": "4:4", "odd": "201.00"}, {"value": "0:1", "odd": "31.00"}, {"value": "0:2", "odd": "101.00"}, {"value": "0:3", "odd": "126.00"}, {"value": "0:4", "odd": "201.00"}, {"value": "1:2", "odd": "51.00"}, {"value": "1:3", "odd": "126.00"}, {"value": "1:4", "odd": "201.00"}, {"value": "2:3", "odd": "81.00"}, {"value": "2:4", "odd": "201.00"}, {"value": "3:4", "odd": "126.00"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.48"}, {"value": "Draw", "odd": "2.75"}, {"value": "Away", "odd": "13.50"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.13"}, {"value": "Draw", "odd": "10.50"}, {"value": "Away", "odd": "5.75"}]}, {"label_id": 15, "label_name": "Team To Score Last", "values": [{"value": "Home", "odd": "1.13"}, {"value": "Away", "odd": "5.75"}, {"value": "No goal", "odd": "10.50"}]}, {"label_id": 32, "label_name": "Win Both Halves", "values": [{"value": "Home", "odd": "2.05"}, {"value": "Draw", "odd": "1.62"}, {"value": "Away", "odd": "101.00"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Draw", "odd": "1.01"}, {"value": "Home/Away", "odd": "1.30"}, {"value": "Draw/Away", "odd": "2.25"}]}, {"label_id": 34, "label_name": "Both Teams Score - First Half", "values": [{"value": "Yes", "odd": "6.50"}, {"value": "No", "odd": "1.08"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.83"}, {"value": "Even", "odd": "1.87"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "2.00"}, {"value": "Even", "odd": "1.72"}]}, {"label_id": 38, "label_name": "Exact Goals Number", "values": [{"value": 2, "odd": "4.10"}, {"value": 3, "odd": "4.00"}, {"value": 4, "odd": "5.00"}, {"value": 1, "odd": "5.75"}, {"value": 0, "odd": "10.50"}, {"value": 5, "odd": "8.25"}, {"value": 6, "odd": "15.00"}, {"value": 7, "odd": "29.00"}, {"value": "more 8", "odd": "51.00"}]}, {"label_id": 40, "label_name": "Home Team Exact Goals Number", "values": [{"value": 2, "odd": "3.60"}, {"value": 1, "odd": "4.60"}, {"value": 0, "odd": "8.75"}, {"value": "more 3", "odd": "1.87"}]}, {"label_id": 41, "label_name": "Away Team Exact Goals Number", "values": [{"value": 2, "odd": "13.50"}, {"value": 1, "odd": "3.25"}, {"value": 0, "odd": "1.40"}, {"value": "more 3", "odd": "81.00"}]}, {"label_id": 42, "label_name": "Second Half Exact Goals Number", "values": [{"value": 2, "odd": "3.40"}, {"value": 1, "odd": "2.95"}, {"value": 0, "odd": "4.60"}, {"value": "more 3", "odd": "3.40"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "3.60"}, {"value": "Draw/Yes", "odd": "11.50"}, {"value": "Away/Yes", "odd": "51.00"}, {"value": "Home/No", "odd": "1.50"}, {"value": "Draw/No", "odd": "10.50"}, {"value": "Away/No", "odd": "19.50"}]}, {"label_id": 43, "label_name": "Home Team Score a Goal", "values": [{"value": "Yes", "odd": "1.04"}, {"value": "No", "odd": "8.75"}]}, {"label_id": 44, "label_name": "Away Team Score a Goal", "values": [{"value": "Yes", "odd": "2.70"}, {"value": "No", "odd": "1.40"}]}, {"label_id": 46, "label_name": "First Half Exact Goals Number", "values": [{"value": 2, "odd": "3.70"}, {"value": 1, "odd": "2.65"}, {"value": 0, "odd": "3.30"}, {"value": "more 3", "odd": "5.00"}]}]}, {"bookmaker_id": 1, "bookmaker_name": "10Bet", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.06"}, {"value": "Draw", "odd": "6.50"}, {"value": "Away", "odd": "14.75"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Away", "odd": "9.50"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.31"}, {"value": "Draw", "odd": "3.30"}, {"value": "Away", "odd": "8.75"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "26.25"}, {"value": "South Korea W/Draw", "odd": "29.25"}, {"value": "Draw/South Korea W", "odd": "25.25"}, {"value": "Draw/Draw", "odd": "8.25"}, {"value": "France W/France W", "odd": "1.40"}, {"value": "France W/Draw", "odd": "26.25"}, {"value": "Draw/France W", "odd": "3.30"}, {"value": "South Korea W/France W", "odd": "26.25"}, {"value": "France W/South Korea W", "odd": "71.25"}]}, {"label_id": 27, "label_name": "Clean Sheet - Home", "values": [{"value": "Yes", "odd": "1.36"}, {"value": "No", "odd": "2.35"}]}, {"label_id": 28, "label_name": "Clean Sheet - Away", "values": [{"value": "Yes", "odd": "7.50"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.65"}, {"value": "No", "odd": "1.41"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "5.65"}, {"value": "2:0", "odd": "4.85"}, {"value": "2:1", "odd": "9.25"}, {"value": "3:0", "odd": "5.60"}, {"value": "3:1", "odd": "11.75"}, {"value": "3:2", "odd": "35.50"}, {"value": "4:0", "odd": "8.25"}, {"value": "4:1", "odd": "17.00"}, {"value": "4:2", "odd": "49.75"}, {"value": "5:0", "odd": "15.00"}, {"value": "5:1", "odd": "28.50"}, {"value": "5:2", "odd": "68.75"}, {"value": "6:0", "odd": "28.50"}, {"value": "6:1", "odd": "49.75"}, {"value": "6:2", "odd": "90.25"}, {"value": "0:0", "odd": "11.00"}, {"value": "1:1", "odd": "10.75"}, {"value": "2:2", "odd": "24.75"}, {"value": "3:3", "odd": "91.50"}, {"value": "0:1", "odd": "43.75"}, {"value": "0:2", "odd": "86.75"}, {"value": "1:2", "odd": "60.50"}, {"value": "7:0", "odd": "55.75"}, {"value": "7:1", "odd": "78.25"}, {"value": "8:0", "odd": "86.75"}]}, {"label_id": 11, "label_name": "Highest Scoring Half", "values": [{"value": "Draw", "odd": "3.50"}, {"value": "1st Half", "odd": "2.85"}, {"value": "2nd Half", "odd": "1.87"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Away", "odd": "1.02"}, {"value": "Draw/Away", "odd": "4.65"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.44"}, {"value": "Draw", "odd": "2.65"}, {"value": "Away", "odd": "9.00"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.11"}, {"value": "Draw", "odd": "11.25"}, {"value": "Away", "odd": "7.00"}]}, {"label_id": 15, "label_name": "Team To Score Last", "values": [{"value": "Home", "odd": "1.12"}, {"value": "Away", "odd": "5.45"}, {"value": "No goal", "odd": "11.00"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Away", "odd": "1.28"}, {"value": "Draw/Away", "odd": "2.15"}]}, {"label_id": 36, "label_name": "Win To Nil", "values": [{"value": "Home", "odd": "1.47"}, {"value": "Away", "odd": "11.75"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.71"}, {"value": "Even", "odd": "1.74"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "1.83"}, {"value": "Even", "odd": "1.62"}]}, {"label_id": 23, "label_name": "Home Odd/Even", "values": [{"value": "Odd", "odd": "1.71"}, {"value": "Even", "odd": "1.74"}]}, {"label_id": 38, "label_name": "Exact Goals Number", "values": [{"value": 2, "odd": "3.60"}, {"value": 3, "odd": "3.45"}, {"value": 4, "odd": "4.55"}, {"value": 1, "odd": "5.20"}, {"value": 0, "odd": "11.25"}, {"value": 5, "odd": "7.00"}, {"value": "more 6", "odd": "7.50"}]}, {"label_id": 40, "label_name": "Home Team Exact Goals Number", "values": [{"value": 2, "odd": "3.15"}, {"value": 3, "odd": "3.70"}, {"value": 1, "odd": "4.10"}, {"value": 0, "odd": "12.25"}, {"value": "more 4", "odd": "3.05"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "3.05"}, {"value": "Draw/Yes", "odd": "10.00"}, {"value": "Away/Yes", "odd": "46.00"}, {"value": "Home/No", "odd": "1.49"}, {"value": "Draw/No", "odd": "11.25"}, {"value": "Away/No", "odd": "13.75"}]}, {"label_id": 46, "label_name": "First Half Exact Goals Number", "values": [{"value": 2, "odd": "3.25"}, {"value": 1, "odd": "2.20"}, {"value": 0, "odd": "3.30"}, {"value": "more 3", "odd": "5.00"}]}]}, {"bookmaker_id": 7, "bookmaker_name": "William Hill", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.10"}, {"value": "Draw", "odd": "7.00"}, {"value": "Away", "odd": "19.00"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Home", "odd": "1.02"}, {"value": "Away", "odd": "15.00"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.36"}, {"value": "Draw", "odd": "3.20"}, {"value": "Away", "odd": "12.00"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.75"}, {"value": "No", "odd": "1.40"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "6.50"}, {"value": "2:0", "odd": "4.80"}, {"value": "2:1", "odd": "11.00"}, {"value": "3:0", "odd": "5.50"}, {"value": "3:1", "odd": "12.00"}, {"value": "3:2", "odd": "46.00"}, {"value": "4:0", "odd": "8.00"}, {"value": "4:1", "odd": "17.00"}, {"value": "4:2", "odd": "56.00"}, {"value": "4:3", "odd": "126.00"}, {"value": "5:0", "odd": "15.00"}, {"value": "5:1", "odd": "29.00"}, {"value": "5:2", "odd": "81.00"}, {"value": "6:0", "odd": "29.00"}, {"value": "6:1", "odd": "51.00"}, {"value": "6:2", "odd": "101.00"}, {"value": "0:0", "odd": "17.00"}, {"value": "1:1", "odd": "15.00"}, {"value": "2:2", "odd": "41.00"}, {"value": "3:3", "odd": "101.00"}, {"value": "4:4", "odd": "126.00"}, {"value": "0:1", "odd": "41.00"}, {"value": "0:2", "odd": "91.00"}, {"value": "0:3", "odd": "126.00"}, {"value": "0:4", "odd": "151.00"}, {"value": "0:5", "odd": "151.00"}, {"value": "0:6", "odd": "126.00"}, {"value": "1:2", "odd": "56.00"}, {"value": "1:3", "odd": "126.00"}, {"value": "1:4", "odd": "126.00"}, {"value": "1:5", "odd": "126.00"}, {"value": "1:6", "odd": "126.00"}, {"value": "2:3", "odd": "101.00"}, {"value": "2:4", "odd": "126.00"}, {"value": "2:5", "odd": "126.00"}, {"value": "2:6", "odd": "126.00"}, {"value": "3:4", "odd": "126.00"}, {"value": "7:0", "odd": "56.00"}, {"value": "7:1", "odd": "91.00"}, {"value": "8:0", "odd": "91.00"}, {"value": "9:0", "odd": "126.00"}, {"value": "10:0", "odd": "126.00"}]}, {"label_id": 11, "label_name": "Highest Scoring Half", "values": [{"value": "Draw", "odd": "3.60"}, {"value": "1st Half", "odd": "2.88"}, {"value": "2nd Half", "odd": "2.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.07"}, {"value": "Draw/Away", "odd": "5.00"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.50"}, {"value": "Draw", "odd": "2.70"}, {"value": "Away", "odd": "11.00"}]}, {"label_id": 32, "label_name": "Win Both Halves", "values": [{"value": "Home", "odd": "2.20"}, {"value": "Away", "odd": "41.00"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.40"}, {"value": "Draw/Away", "odd": "2.30"}]}, {"label_id": 33, "label_name": "Double Chance - Second Half", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.30"}, {"value": "Draw/Away", "odd": "2.70"}]}, {"label_id": 34, "label_name": "Both Teams Score - First Half", "values": [{"value": "Yes", "odd": "6.00"}, {"value": "No", "odd": "1.11"}]}, {"label_id": 35, "label_name": "Both Teams To Score - Second Half", "values": [{"value": "Yes", "odd": "5.00"}, {"value": "No", "odd": "1.14"}]}, {"label_id": 36, "label_name": "Win To Nil", "values": [{"value": "Home", "odd": "1.50"}, {"value": "Away", "odd": "23.00"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.85"}, {"value": "Even", "odd": "1.85"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "2.05"}, {"value": "Even", "odd": "1.70"}]}, {"label_id": 38, "label_name": "Exact Goals Number", "values": [{"value": 2, "odd": "4.00"}, {"value": 3, "odd": "3.80"}, {"value": 4, "odd": "5.00"}, {"value": 1, "odd": "6.00"}, {"value": 0, "odd": "15.00"}, {"value": 5, "odd": "7.50"}, {"value": "more 6", "odd": "8.50"}]}, {"label_id": 40, "label_name": "Home Team Exact Goals Number", "values": [{"value": 2, "odd": "3.50"}, {"value": 3, "odd": "3.90"}, {"value": 1, "odd": "4.75"}, {"value": 0, "odd": "11.00"}, {"value": "more 4", "odd": "3.10"}]}, {"label_id": 41, "label_name": "Away Team Exact Goals Number", "values": [{"value": 2, "odd": "13.00"}, {"value": 3, "odd": "36.00"}, {"value": 1, "odd": "3.25"}, {"value": 0, "odd": "1.36"}, {"value": "more 4", "odd": "51.00"}]}, {"label_id": 42, "label_name": "Second Half Exact Goals Number", "values": [{"value": 2, "odd": "3.40"}, {"value": 3, "odd": "6.00"}, {"value": 1, "odd": "2.75"}, {"value": 0, "odd": "4.20"}, {"value": "more 4", "odd": "10.00"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Draw/Yes", "odd": "10.00"}]}, {"label_id": 43, "label_name": "Home Team Score a Goal", "values": [{"value": "Yes", "odd": "1.04"}, {"value": "No", "odd": "10.00"}]}, {"label_id": 44, "label_name": "Away Team Score a Goal", "values": [{"value": "Yes", "odd": "2.75"}, {"value": "No", "odd": "1.40"}]}, {"label_id": 46, "label_name": "First Half Exact Goals Number", "values": [{"value": 2, "odd": "3.70"}, {"value": 3, "odd": "7.50"}, {"value": 1, "odd": "2.62"}, {"value": 0, "odd": "3.30"}, {"value": "more 4", "odd": "13.00"}]}]}, {"bookmaker_id": 8, "bookmaker_name": "Bet365", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.12"}, {"value": "Draw", "odd": "7.50"}, {"value": "Away", "odd": "21.00"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Home", "odd": "1.02"}, {"value": "Away", "odd": "19.00"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.30"}, {"value": "Draw", "odd": "3.50"}, {"value": "Away", "odd": "15.00"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "34.00"}, {"value": "South Korea W/Draw", "odd": "34.00"}, {"value": "Draw/South Korea W", "odd": "34.00"}, {"value": "Draw/Draw", "odd": "10.00"}, {"value": "France W/France W", "odd": "1.50"}, {"value": "France W/Draw", "odd": "29.00"}, {"value": "Draw/France W", "odd": "3.60"}, {"value": "South Korea W/France W", "odd": "26.00"}, {"value": "France W/South Korea W", "odd": "101.00"}]}, {"label_id": 27, "label_name": "Clean Sheet - Home", "values": [{"value": "Yes", "odd": "1.44"}, {"value": "No", "odd": "2.62"}]}, {"label_id": 28, "label_name": "Clean Sheet - Away", "values": [{"value": "Yes", "odd": "13.00"}, {"value": "No", "odd": "1.04"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.75"}, {"value": "No", "odd": "1.40"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "6.50"}, {"value": "2:0", "odd": "5.00"}, {"value": "2:1", "odd": "11.00"}, {"value": "3:0", "odd": "5.50"}, {"value": "3:1", "odd": "13.00"}, {"value": "3:2", "odd": "41.00"}, {"value": "4:0", "odd": "8.00"}, {"value": "4:1", "odd": "19.00"}, {"value": "4:2", "odd": "51.00"}, {"value": "4:3", "odd": "251.00"}, {"value": "5:0", "odd": "15.00"}, {"value": "5:1", "odd": "29.00"}, {"value": "5:2", "odd": "81.00"}, {"value": "6:0", "odd": "29.00"}, {"value": "6:1", "odd": "51.00"}, {"value": "6:2", "odd": "151.00"}, {"value": "0:0", "odd": "13.00"}, {"value": "1:1", "odd": "15.00"}, {"value": "2:2", "odd": "41.00"}, {"value": "3:3", "odd": "151.00"}, {"value": "0:1", "odd": "41.00"}, {"value": "0:2", "odd": "101.00"}, {"value": "0:3", "odd": "351.00"}, {"value": "1:2", "odd": "51.00"}, {"value": "1:3", "odd": "251.00"}, {"value": "2:3", "odd": "201.00"}, {"value": "7:0", "odd": "51.00"}, {"value": "7:1", "odd": "101.00"}, {"value": "8:0", "odd": "101.00"}, {"value": "8:1", "odd": "251.00"}, {"value": "9:0", "odd": "301.00"}]}, {"label_id": 11, "label_name": "Highest Scoring Half", "values": [{"value": "Draw", "odd": "3.75"}, {"value": "1st Half", "odd": "3.00"}, {"value": "2nd Half", "odd": "2.00"}]}, {"label_id": 31, "label_name": "Correct Score First Half", "values": [{"value": "1:0", "odd": "2.87"}, {"value": "2:0", "odd": "4.50"}, {"value": "2:1", "odd": "23.00"}, {"value": "3:0", "odd": "11.00"}, {"value": "3:1", "odd": "41.00"}, {"value": "3:2", "odd": "251.00"}, {"value": "4:0", "odd": "29.00"}, {"value": "4:1", "odd": "101.00"}, {"value": "5:0", "odd": "67.00"}, {"value": "5:1", "odd": "351.00"}, {"value": "6:0", "odd": "251.00"}, {"value": "0:0", "odd": "3.50"}, {"value": "1:1", "odd": "15.00"}, {"value": "2:2", "odd": "126.00"}, {"value": "0:1", "odd": "17.00"}, {"value": "0:2", "odd": "81.00"}, {"value": "1:2", "odd": "81.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Draw", "odd": "1.01"}, {"value": "Home/Away", "odd": "1.10"}, {"value": "Draw/Away", "odd": "6.50"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.50"}, {"value": "Draw", "odd": "2.87"}, {"value": "Away", "odd": "15.00"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.11"}, {"value": "Draw", "odd": "13.00"}, {"value": "Away", "odd": "7.00"}]}, {"label_id": 15, "label_name": "Team To Score Last", "values": [{"value": "Home", "odd": "1.11"}, {"value": "Away", "odd": "7.00"}, {"value": "No goal", "odd": "13.00"}]}, {"label_id": 32, "label_name": "Win Both Halves", "values": [{"value": "Home", "odd": "2.00"}, {"value": "Away", "odd": "101.00"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.40"}, {"value": "Draw/Away", "odd": "2.50"}]}, {"label_id": 34, "label_name": "Both Teams Score - First Half", "values": [{"value": "Yes", "odd": "8.00"}, {"value": "No", "odd": "1.08"}]}, {"label_id": 35, "label_name": "Both Teams To Score - Second Half", "values": [{"value": "Yes", "odd": "5.50"}, {"value": "No", "odd": "1.14"}]}, {"label_id": 36, "label_name": "Win To Nil", "values": [{"value": "Home", "odd": "1.53"}, {"value": "Away", "odd": "34.00"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.95"}, {"value": "Even", "odd": "1.90"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "2.00"}, {"value": "Even", "odd": "1.80"}]}, {"label_id": 38, "label_name": "Exact Goals Number", "values": [{"value": 2, "odd": "4.33"}, {"value": 3, "odd": "4.00"}, {"value": 4, "odd": "5.00"}, {"value": 1, "odd": "6.00"}, {"value": 0, "odd": "13.00"}, {"value": 5, "odd": "8.00"}, {"value": 6, "odd": "15.00"}, {"value": "more 7", "odd": "19.00"}]}, {"label_id": 39, "label_name": "To Win Either Half", "values": [{"value": "Home", "odd": "1.08"}, {"value": "Away", "odd": "8.00"}]}, {"label_id": 40, "label_name": "Home Team Exact Goals Number", "values": [{"value": 2, "odd": "3.50"}, {"value": 1, "odd": "4.50"}, {"value": 0, "odd": "13.00"}, {"value": "more 3", "odd": "1.83"}]}, {"label_id": 41, "label_name": "Away Team Exact Goals Number", "values": [{"value": 2, "odd": "13.00"}, {"value": 1, "odd": "3.10"}, {"value": 0, "odd": "1.44"}, {"value": "more 3", "odd": "51.00"}]}, {"label_id": 42, "label_name": "Second Half Exact Goals Number", "values": [{"value": 2, "odd": "3.40"}, {"value": 3, "odd": "5.50"}, {"value": 4, "odd": "12.00"}, {"value": 1, "odd": "3.00"}, {"value": 0, "odd": "5.00"}, {"value": "more 5", "odd": "21.00"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "3.50"}, {"value": "Draw/Yes", "odd": "11.00"}, {"value": "Away/Yes", "odd": "41.00"}, {"value": "Home/No", "odd": "1.53"}, {"value": "Draw/No", "odd": "13.00"}, {"value": "Away/No", "odd": "34.00"}]}, {"label_id": 43, "label_name": "Home Team Score a Goal", "values": [{"value": "Yes", "odd": "1.04"}, {"value": "No", "odd": "13.00"}]}, {"label_id": 44, "label_name": "Away Team Score a Goal", "values": [{"value": "Yes", "odd": "2.62"}, {"value": "No", "odd": "1.44"}]}, {"label_id": 54, "label_name": "First 10 min Winner", "values": [{"value": "Home", "odd": "4.50"}, {"value": "Draw", "odd": "1.22"}, {"value": "Away", "odd": "29.00"}]}, {"label_id": 46, "label_name": "First Half Exact Goals Number", "values": [{"value": 2, "odd": "3.75"}, {"value": 3, "odd": "7.50"}, {"value": 4, "odd": "21.00"}, {"value": 1, "odd": "2.62"}, {"value": 0, "odd": "3.50"}, {"value": "more 5", "odd": "34.00"}]}, {"label_id": 47, "label_name": "Winning Margin", "values": [{"value": "Draw", "odd": "13.00"}, {"value": "1 by 1", "odd": "4.00"}, {"value": "2 by 1", "odd": "23.00"}, {"value": "1 by 2", "odd": "3.75"}, {"value": "2 by 2", "odd": "81.00"}, {"value": "1 by 3", "odd": "4.50"}, {"value": "2 by 3", "odd": "501.00"}, {"value": "1 by 4+", "odd": "3.75"}, {"value": "2 by 4+", "odd": "501.00"}, {"value": "Score Draw", "odd": "11.00"}]}, {"label_id": 48, "label_name": "To Score In Both Halves By Teams", "values": [{"value": "Home", "odd": "1.72"}, {"value": "Away", "odd": "21.00"}]}, {"label_id": 50, "label_name": "Goal Line", "values": [{"value": "Over", "odd": "5.50"}, {"value": "Under", "odd": "1.15"}]}, {"label_id": 52, "label_name": "Halftime Result/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "15.00"}, {"value": "Draw/Yes", "odd": "13.00"}, {"value": "Away/Yes", "odd": "67.00"}, {"value": "Home/No", "odd": "1.61"}, {"value": "Draw/No", "odd": "3.40"}, {"value": "Away/No", "odd": "15.00"}]}]}, {"bookmaker_id": 2, "bookmaker_name": "Marathonbet", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.14"}, {"value": "Draw", "odd": "8.00"}, {"value": "Away", "odd": "19.75"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Home", "odd": "1.00"}, {"value": "Away", "odd": "10.75"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.34"}, {"value": "Draw", "odd": "3.60"}, {"value": "Away", "odd": "14.50"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "43.00"}, {"value": "South Korea W/Draw", "odd": "41.00"}, {"value": "Draw/South Korea W", "odd": "48.00"}, {"value": "Draw/Draw", "odd": "9.10"}, {"value": "France W/France W", "odd": "1.56"}, {"value": "France W/Draw", "odd": "41.00"}, {"value": "Draw/France W", "odd": "4.25"}, {"value": "South Korea W/France W", "odd": "21.00"}, {"value": "France W/South Korea W", "odd": "101.00"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.81"}, {"value": "No", "odd": "1.39"}]}, {"label_id": 29, "label_name": "Win to Nil - Home", "values": [{"value": "Yes", "odd": "1.54"}, {"value": "No", "odd": "2.35"}]}, {"label_id": 30, "label_name": "Win to Nil - Away", "values": [{"value": "Yes", "odd": "20.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Away", "odd": "1.08"}, {"value": "Draw/Away", "odd": "5.70"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.45"}, {"value": "Draw", "odd": "2.99"}, {"value": "Away", "odd": "14.50"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.15"}, {"value": "Draw", "odd": "18.50"}, {"value": "Away", "odd": "5.80"}]}, {"label_id": 15, "label_name": "Team To Score Last", "values": [{"value": "Home", "odd": "1.15"}, {"value": "Away", "odd": "5.80"}, {"value": "No goal", "odd": "18.50"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Away", "odd": "1.32"}, {"value": "Draw/Away", "odd": "2.48"}]}, {"label_id": 33, "label_name": "Double Chance - Second Half", "values": [{"value": "Home/Away", "odd": "1.23"}, {"value": "Draw/Away", "odd": "2.88"}]}, {"label_id": 34, "label_name": "Both Teams Score - First Half", "values": [{"value": "Yes", "odd": "6.35"}, {"value": "No", "odd": "1.09"}]}, {"label_id": 35, "label_name": "Both Teams To Score - Second Half", "values": [{"value": "Yes", "odd": "5.15"}, {"value": "No", "odd": "1.14"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.83"}, {"value": "Even", "odd": "1.89"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "1.99"}, {"value": "Even", "odd": "1.75"}]}, {"label_id": 37, "label_name": "Home win both halves", "values": [{"value": "Yes", "odd": "2.08"}, {"value": "No", "odd": "1.68"}]}, {"label_id": 53, "label_name": "Away win both halves", "values": [{"value": "Yes", "odd": "20.00"}]}, {"label_id": 43, "label_name": "Home Team Score a Goal", "values": [{"value": "Yes", "odd": "1.03"}, {"value": "No", "odd": "9.50"}]}, {"label_id": 44, "label_name": "Away Team Score a Goal", "values": [{"value": "Yes", "odd": "2.63"}, {"value": "No", "odd": "1.44"}]}]}, {"bookmaker_id": 3, "bookmaker_name": "Betfair", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.11"}, {"value": "Draw", "odd": "8.50"}, {"value": "Away", "odd": "23.00"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Home", "odd": "1.01"}, {"value": "Away", "odd": "17.00"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "36.00"}, {"value": "South Korea W/Draw", "odd": "34.00"}, {"value": "Draw/South Korea W", "odd": "36.00"}, {"value": "Draw/Draw", "odd": "11.00"}, {"value": "France W/France W", "odd": "1.53"}, {"value": "France W/Draw", "odd": "26.00"}, {"value": "Draw/France W", "odd": "3.75"}, {"value": "South Korea W/France W", "odd": "23.00"}, {"value": "France W/South Korea W", "odd": "176.00"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.70"}, {"value": "No", "odd": "1.44"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "0:11", "odd": "201.00"}, {"value": "5:0", "odd": "15.00"}, {"value": "5:1", "odd": "34.00"}, {"value": "5:2", "odd": "101.00"}, {"value": "5:3", "odd": "201.00"}, {"value": "5:4", "odd": "201.00"}, {"value": "6:0", "odd": "34.00"}, {"value": "6:1", "odd": "71.00"}, {"value": "6:2", "odd": "201.00"}, {"value": "0:5", "odd": "201.00"}, {"value": "0:6", "odd": "201.00"}, {"value": "1:5", "odd": "201.00"}, {"value": "1:6", "odd": "201.00"}, {"value": "2:5", "odd": "201.00"}, {"value": "2:6", "odd": "201.00"}, {"value": "3:5", "odd": "201.00"}, {"value": "4:5", "odd": "201.00"}, {"value": "4:6", "odd": "201.00"}, {"value": "0:7", "odd": "201.00"}, {"value": "1:7", "odd": "201.00"}, {"value": "3:6", "odd": "201.00"}, {"value": "6:3", "odd": "201.00"}, {"value": "7:0", "odd": "91.00"}, {"value": "7:1", "odd": "201.00"}, {"value": "7:2", "odd": "201.00"}, {"value": "8:0", "odd": "201.00"}, {"value": "8:1", "odd": "201.00"}, {"value": "7:3", "odd": "201.00"}, {"value": "8:2", "odd": "201.00"}, {"value": "9:0", "odd": "201.00"}, {"value": "9:1", "odd": "201.00"}, {"value": "10:0", "odd": "201.00"}, {"value": "9:2", "odd": "201.00"}, {"value": "10:1", "odd": "201.00"}, {"value": "11:0", "odd": "201.00"}, {"value": "0:8", "odd": "201.00"}, {"value": "1:8", "odd": "201.00"}, {"value": "2:7", "odd": "201.00"}, {"value": "5:5", "odd": "201.00"}, {"value": "3:8", "odd": "201.00"}, {"value": "6:5", "odd": "201.00"}, {"value": "5:6", "odd": "201.00"}, {"value": "6:4", "odd": "201.00"}, {"value": "8:3", "odd": "201.00"}, {"value": "7:4", "odd": "201.00"}, {"value": "0:9", "odd": "201.00"}, {"value": "0:10", "odd": "201.00"}, {"value": "1:9", "odd": "201.00"}, {"value": "2:8", "odd": "201.00"}, {"value": "4:7", "odd": "201.00"}, {"value": "3:7", "odd": "201.00"}, {"value": "1:10", "odd": "201.00"}, {"value": "2:9", "odd": "201.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.07"}, {"value": "Draw/Away", "odd": "6.50"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.50"}, {"value": "Draw", "odd": "2.88"}, {"value": "Away", "odd": "13.00"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.13"}, {"value": "Draw", "odd": "18.00"}, {"value": "Away", "odd": "6.50"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.85"}, {"value": "Even", "odd": "1.85"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "3.40"}, {"value": "Away/Yes", "odd": "41.00"}]}]}, {"bookmaker_id": 4, "bookmaker_name": "Pinnacle", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.13"}, {"value": "Draw", "odd": "7.74"}, {"value": "Away", "odd": "24.43"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.55"}, {"value": "Draw", "odd": "2.94"}, {"value": "Away", "odd": "13.96"}]}]}, {"bookmaker_id": 5, "bookmaker_name": "Sport Betting Odds", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.15"}, {"value": "Draw", "odd": "6.80"}, {"value": "Away", "odd": "9.50"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "46.00"}, {"value": "South Korea W/Draw", "odd": "34.00"}, {"value": "Draw/South Korea W", "odd": "40.00"}, {"value": "Draw/Draw", "odd": "11.50"}, {"value": "France W/France W", "odd": "1.40"}, {"value": "France W/Draw", "odd": "34.00"}, {"value": "Draw/France W", "odd": "3.15"}, {"value": "South Korea W/France W", "odd": "18.50"}, {"value": "France W/South Korea W", "odd": "55.00"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "5.60"}, {"value": "2:0", "odd": "4.40"}, {"value": "2:1", "odd": "12.00"}, {"value": "3:0", "odd": "5.20"}, {"value": "3:1", "odd": "12.00"}, {"value": "3:2", "odd": "85.00"}, {"value": "4:0", "odd": "8.00"}, {"value": "4:1", "odd": "16.50"}, {"value": "4:2", "odd": "115.00"}, {"value": "4:3", "odd": "220.00"}, {"value": "0:0", "odd": "14.50"}, {"value": "1:1", "odd": "17.00"}, {"value": "2:2", "odd": "80.00"}, {"value": "3:3", "odd": "220.00"}, {"value": "4:4", "odd": "220.00"}, {"value": "0:1", "odd": "50.00"}, {"value": "0:2", "odd": "220.00"}, {"value": "0:3", "odd": "220.00"}, {"value": "0:4", "odd": "220.00"}, {"value": "1:2", "odd": "120.00"}, {"value": "1:3", "odd": "220.00"}, {"value": "1:4", "odd": "220.00"}, {"value": "2:3", "odd": "220.00"}, {"value": "2:4", "odd": "220.00"}, {"value": "3:4", "odd": "220.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Draw", "odd": "1.00"}, {"value": "Home/Away", "odd": "1.04"}, {"value": "Draw/Away", "odd": "4.20"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.53"}, {"value": "Draw", "odd": "2.95"}, {"value": "Away", "odd": "7.80"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.96"}, {"value": "Even", "odd": "1.90"}]}]}, {"bookmaker_id": 9, "bookmaker_name": "Dafabet", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.15"}, {"value": "Draw", "odd": "7.00"}, {"value": "Away", "odd": "8.60"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.54"}, {"value": "Draw", "odd": "2.84"}, {"value": "Away", "odd": "9.10"}]}]}]}]}}
{"type": "object", "properties": {"api": {"type": "object", "properties": {"results": {"type": "integer"}, "odds": {"type": "array", "items": {"type": "object", "properties": {"fixture": {"type": "object", "properties": {"league_id": {"type": "integer"}, "fixture_id": {"type": "integer"}, "updateAt": {"type": "integer"}}}, "bookmakers": {"type": "array", "items": {"type": "object", "properties": {"bookmaker_id": {"type": "integer"}, "bookmaker_name": {"type": "string"}, "bets": {"type": "array", "items": {"type": "object", "properties": {"label_id": {"type": "integer"}, "label_name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object"}}}}}}}}}}}}}}}
5b3e61a1e4b0d23f1ee78ad5/0750d03b-b669-44ee-85a1-238a3a544afc/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
odds from fixture id filter by label
Get all available odds from one fixture you can filter by bookmaker or label like this : - /v2/odds/fixture/{fixture_id}/bookmaker/{bookmaker_id} - /v2/odds/fixture/{fixture_id}/label/{label_id} Update Frequency : Every day Recommended Calls : 1 call per day
200
Example_1
{"api": {"results": 1, "odds": [{"fixture": {"league_id": 213, "fixture_id": 121009, "updateAt": 1559700905}, "bookmakers": [{"bookmaker_id": 6, "bookmaker_name": "Bwin", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.12"}, {"value": "Draw", "odd": "7.25"}, {"value": "Away", "odd": "19.50"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.33"}, {"value": "Draw", "odd": "3.50"}, {"value": "Away", "odd": "13.50"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "29.00"}, {"value": "South Korea W/Draw", "odd": "31.00"}, {"value": "Draw/South Korea W", "odd": "34.00"}, {"value": "Draw/Draw", "odd": "9.25"}, {"value": "France W/France W", "odd": "1.55"}, {"value": "France W/Draw", "odd": "31.00"}, {"value": "Draw/France W", "odd": "3.70"}, {"value": "South Korea W/France W", "odd": "26.00"}, {"value": "France W/South Korea W", "odd": "151.00"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.90"}, {"value": "No", "odd": "1.36"}]}, {"label_id": 29, "label_name": "Win to Nil - Home", "values": [{"value": "Yes", "odd": "1.50"}, {"value": "No", "odd": "2.40"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "6.50"}, {"value": "2:0", "odd": "5.50"}, {"value": "2:1", "odd": "11.00"}, {"value": "3:0", "odd": "6.00"}, {"value": "3:1", "odd": "12.50"}, {"value": "3:2", "odd": "41.00"}, {"value": "4:0", "odd": "8.50"}, {"value": "4:1", "odd": "17.50"}, {"value": "4:2", "odd": "51.00"}, {"value": "4:3", "odd": "101.00"}, {"value": "0:0", "odd": "10.50"}, {"value": "1:1", "odd": "15.00"}, {"value": "2:2", "odd": "36.00"}, {"value": "3:3", "odd": "101.00"}, {"value": "4:4", "odd": "201.00"}, {"value": "0:1", "odd": "31.00"}, {"value": "0:2", "odd": "101.00"}, {"value": "0:3", "odd": "126.00"}, {"value": "0:4", "odd": "201.00"}, {"value": "1:2", "odd": "51.00"}, {"value": "1:3", "odd": "126.00"}, {"value": "1:4", "odd": "201.00"}, {"value": "2:3", "odd": "81.00"}, {"value": "2:4", "odd": "201.00"}, {"value": "3:4", "odd": "126.00"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.48"}, {"value": "Draw", "odd": "2.75"}, {"value": "Away", "odd": "13.50"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.13"}, {"value": "Draw", "odd": "10.50"}, {"value": "Away", "odd": "5.75"}]}, {"label_id": 15, "label_name": "Team To Score Last", "values": [{"value": "Home", "odd": "1.13"}, {"value": "Away", "odd": "5.75"}, {"value": "No goal", "odd": "10.50"}]}, {"label_id": 32, "label_name": "Win Both Halves", "values": [{"value": "Home", "odd": "2.05"}, {"value": "Draw", "odd": "1.62"}, {"value": "Away", "odd": "101.00"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Draw", "odd": "1.01"}, {"value": "Home/Away", "odd": "1.30"}, {"value": "Draw/Away", "odd": "2.25"}]}, {"label_id": 34, "label_name": "Both Teams Score - First Half", "values": [{"value": "Yes", "odd": "6.50"}, {"value": "No", "odd": "1.08"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.83"}, {"value": "Even", "odd": "1.87"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "2.00"}, {"value": "Even", "odd": "1.72"}]}, {"label_id": 38, "label_name": "Exact Goals Number", "values": [{"value": 2, "odd": "4.10"}, {"value": 3, "odd": "4.00"}, {"value": 4, "odd": "5.00"}, {"value": 1, "odd": "5.75"}, {"value": 0, "odd": "10.50"}, {"value": 5, "odd": "8.25"}, {"value": 6, "odd": "15.00"}, {"value": 7, "odd": "29.00"}, {"value": "more 8", "odd": "51.00"}]}, {"label_id": 40, "label_name": "Home Team Exact Goals Number", "values": [{"value": 2, "odd": "3.60"}, {"value": 1, "odd": "4.60"}, {"value": 0, "odd": "8.75"}, {"value": "more 3", "odd": "1.87"}]}, {"label_id": 41, "label_name": "Away Team Exact Goals Number", "values": [{"value": 2, "odd": "13.50"}, {"value": 1, "odd": "3.25"}, {"value": 0, "odd": "1.40"}, {"value": "more 3", "odd": "81.00"}]}, {"label_id": 42, "label_name": "Second Half Exact Goals Number", "values": [{"value": 2, "odd": "3.40"}, {"value": 1, "odd": "2.95"}, {"value": 0, "odd": "4.60"}, {"value": "more 3", "odd": "3.40"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "3.60"}, {"value": "Draw/Yes", "odd": "11.50"}, {"value": "Away/Yes", "odd": "51.00"}, {"value": "Home/No", "odd": "1.50"}, {"value": "Draw/No", "odd": "10.50"}, {"value": "Away/No", "odd": "19.50"}]}, {"label_id": 43, "label_name": "Home Team Score a Goal", "values": [{"value": "Yes", "odd": "1.04"}, {"value": "No", "odd": "8.75"}]}, {"label_id": 44, "label_name": "Away Team Score a Goal", "values": [{"value": "Yes", "odd": "2.70"}, {"value": "No", "odd": "1.40"}]}, {"label_id": 46, "label_name": "First Half Exact Goals Number", "values": [{"value": 2, "odd": "3.70"}, {"value": 1, "odd": "2.65"}, {"value": 0, "odd": "3.30"}, {"value": "more 3", "odd": "5.00"}]}]}, {"bookmaker_id": 1, "bookmaker_name": "10Bet", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.06"}, {"value": "Draw", "odd": "6.50"}, {"value": "Away", "odd": "14.75"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Away", "odd": "9.50"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.31"}, {"value": "Draw", "odd": "3.30"}, {"value": "Away", "odd": "8.75"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "26.25"}, {"value": "South Korea W/Draw", "odd": "29.25"}, {"value": "Draw/South Korea W", "odd": "25.25"}, {"value": "Draw/Draw", "odd": "8.25"}, {"value": "France W/France W", "odd": "1.40"}, {"value": "France W/Draw", "odd": "26.25"}, {"value": "Draw/France W", "odd": "3.30"}, {"value": "South Korea W/France W", "odd": "26.25"}, {"value": "France W/South Korea W", "odd": "71.25"}]}, {"label_id": 27, "label_name": "Clean Sheet - Home", "values": [{"value": "Yes", "odd": "1.36"}, {"value": "No", "odd": "2.35"}]}, {"label_id": 28, "label_name": "Clean Sheet - Away", "values": [{"value": "Yes", "odd": "7.50"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.65"}, {"value": "No", "odd": "1.41"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "5.65"}, {"value": "2:0", "odd": "4.85"}, {"value": "2:1", "odd": "9.25"}, {"value": "3:0", "odd": "5.60"}, {"value": "3:1", "odd": "11.75"}, {"value": "3:2", "odd": "35.50"}, {"value": "4:0", "odd": "8.25"}, {"value": "4:1", "odd": "17.00"}, {"value": "4:2", "odd": "49.75"}, {"value": "5:0", "odd": "15.00"}, {"value": "5:1", "odd": "28.50"}, {"value": "5:2", "odd": "68.75"}, {"value": "6:0", "odd": "28.50"}, {"value": "6:1", "odd": "49.75"}, {"value": "6:2", "odd": "90.25"}, {"value": "0:0", "odd": "11.00"}, {"value": "1:1", "odd": "10.75"}, {"value": "2:2", "odd": "24.75"}, {"value": "3:3", "odd": "91.50"}, {"value": "0:1", "odd": "43.75"}, {"value": "0:2", "odd": "86.75"}, {"value": "1:2", "odd": "60.50"}, {"value": "7:0", "odd": "55.75"}, {"value": "7:1", "odd": "78.25"}, {"value": "8:0", "odd": "86.75"}]}, {"label_id": 11, "label_name": "Highest Scoring Half", "values": [{"value": "Draw", "odd": "3.50"}, {"value": "1st Half", "odd": "2.85"}, {"value": "2nd Half", "odd": "1.87"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Away", "odd": "1.02"}, {"value": "Draw/Away", "odd": "4.65"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.44"}, {"value": "Draw", "odd": "2.65"}, {"value": "Away", "odd": "9.00"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.11"}, {"value": "Draw", "odd": "11.25"}, {"value": "Away", "odd": "7.00"}]}, {"label_id": 15, "label_name": "Team To Score Last", "values": [{"value": "Home", "odd": "1.12"}, {"value": "Away", "odd": "5.45"}, {"value": "No goal", "odd": "11.00"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Away", "odd": "1.28"}, {"value": "Draw/Away", "odd": "2.15"}]}, {"label_id": 36, "label_name": "Win To Nil", "values": [{"value": "Home", "odd": "1.47"}, {"value": "Away", "odd": "11.75"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.71"}, {"value": "Even", "odd": "1.74"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "1.83"}, {"value": "Even", "odd": "1.62"}]}, {"label_id": 23, "label_name": "Home Odd/Even", "values": [{"value": "Odd", "odd": "1.71"}, {"value": "Even", "odd": "1.74"}]}, {"label_id": 38, "label_name": "Exact Goals Number", "values": [{"value": 2, "odd": "3.60"}, {"value": 3, "odd": "3.45"}, {"value": 4, "odd": "4.55"}, {"value": 1, "odd": "5.20"}, {"value": 0, "odd": "11.25"}, {"value": 5, "odd": "7.00"}, {"value": "more 6", "odd": "7.50"}]}, {"label_id": 40, "label_name": "Home Team Exact Goals Number", "values": [{"value": 2, "odd": "3.15"}, {"value": 3, "odd": "3.70"}, {"value": 1, "odd": "4.10"}, {"value": 0, "odd": "12.25"}, {"value": "more 4", "odd": "3.05"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "3.05"}, {"value": "Draw/Yes", "odd": "10.00"}, {"value": "Away/Yes", "odd": "46.00"}, {"value": "Home/No", "odd": "1.49"}, {"value": "Draw/No", "odd": "11.25"}, {"value": "Away/No", "odd": "13.75"}]}, {"label_id": 46, "label_name": "First Half Exact Goals Number", "values": [{"value": 2, "odd": "3.25"}, {"value": 1, "odd": "2.20"}, {"value": 0, "odd": "3.30"}, {"value": "more 3", "odd": "5.00"}]}]}, {"bookmaker_id": 7, "bookmaker_name": "William Hill", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.10"}, {"value": "Draw", "odd": "7.00"}, {"value": "Away", "odd": "19.00"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Home", "odd": "1.02"}, {"value": "Away", "odd": "15.00"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.36"}, {"value": "Draw", "odd": "3.20"}, {"value": "Away", "odd": "12.00"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.75"}, {"value": "No", "odd": "1.40"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "6.50"}, {"value": "2:0", "odd": "4.80"}, {"value": "2:1", "odd": "11.00"}, {"value": "3:0", "odd": "5.50"}, {"value": "3:1", "odd": "12.00"}, {"value": "3:2", "odd": "46.00"}, {"value": "4:0", "odd": "8.00"}, {"value": "4:1", "odd": "17.00"}, {"value": "4:2", "odd": "56.00"}, {"value": "4:3", "odd": "126.00"}, {"value": "5:0", "odd": "15.00"}, {"value": "5:1", "odd": "29.00"}, {"value": "5:2", "odd": "81.00"}, {"value": "6:0", "odd": "29.00"}, {"value": "6:1", "odd": "51.00"}, {"value": "6:2", "odd": "101.00"}, {"value": "0:0", "odd": "17.00"}, {"value": "1:1", "odd": "15.00"}, {"value": "2:2", "odd": "41.00"}, {"value": "3:3", "odd": "101.00"}, {"value": "4:4", "odd": "126.00"}, {"value": "0:1", "odd": "41.00"}, {"value": "0:2", "odd": "91.00"}, {"value": "0:3", "odd": "126.00"}, {"value": "0:4", "odd": "151.00"}, {"value": "0:5", "odd": "151.00"}, {"value": "0:6", "odd": "126.00"}, {"value": "1:2", "odd": "56.00"}, {"value": "1:3", "odd": "126.00"}, {"value": "1:4", "odd": "126.00"}, {"value": "1:5", "odd": "126.00"}, {"value": "1:6", "odd": "126.00"}, {"value": "2:3", "odd": "101.00"}, {"value": "2:4", "odd": "126.00"}, {"value": "2:5", "odd": "126.00"}, {"value": "2:6", "odd": "126.00"}, {"value": "3:4", "odd": "126.00"}, {"value": "7:0", "odd": "56.00"}, {"value": "7:1", "odd": "91.00"}, {"value": "8:0", "odd": "91.00"}, {"value": "9:0", "odd": "126.00"}, {"value": "10:0", "odd": "126.00"}]}, {"label_id": 11, "label_name": "Highest Scoring Half", "values": [{"value": "Draw", "odd": "3.60"}, {"value": "1st Half", "odd": "2.88"}, {"value": "2nd Half", "odd": "2.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.07"}, {"value": "Draw/Away", "odd": "5.00"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.50"}, {"value": "Draw", "odd": "2.70"}, {"value": "Away", "odd": "11.00"}]}, {"label_id": 32, "label_name": "Win Both Halves", "values": [{"value": "Home", "odd": "2.20"}, {"value": "Away", "odd": "41.00"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.40"}, {"value": "Draw/Away", "odd": "2.30"}]}, {"label_id": 33, "label_name": "Double Chance - Second Half", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.30"}, {"value": "Draw/Away", "odd": "2.70"}]}, {"label_id": 34, "label_name": "Both Teams Score - First Half", "values": [{"value": "Yes", "odd": "6.00"}, {"value": "No", "odd": "1.11"}]}, {"label_id": 35, "label_name": "Both Teams To Score - Second Half", "values": [{"value": "Yes", "odd": "5.00"}, {"value": "No", "odd": "1.14"}]}, {"label_id": 36, "label_name": "Win To Nil", "values": [{"value": "Home", "odd": "1.50"}, {"value": "Away", "odd": "23.00"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.85"}, {"value": "Even", "odd": "1.85"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "2.05"}, {"value": "Even", "odd": "1.70"}]}, {"label_id": 38, "label_name": "Exact Goals Number", "values": [{"value": 2, "odd": "4.00"}, {"value": 3, "odd": "3.80"}, {"value": 4, "odd": "5.00"}, {"value": 1, "odd": "6.00"}, {"value": 0, "odd": "15.00"}, {"value": 5, "odd": "7.50"}, {"value": "more 6", "odd": "8.50"}]}, {"label_id": 40, "label_name": "Home Team Exact Goals Number", "values": [{"value": 2, "odd": "3.50"}, {"value": 3, "odd": "3.90"}, {"value": 1, "odd": "4.75"}, {"value": 0, "odd": "11.00"}, {"value": "more 4", "odd": "3.10"}]}, {"label_id": 41, "label_name": "Away Team Exact Goals Number", "values": [{"value": 2, "odd": "13.00"}, {"value": 3, "odd": "36.00"}, {"value": 1, "odd": "3.25"}, {"value": 0, "odd": "1.36"}, {"value": "more 4", "odd": "51.00"}]}, {"label_id": 42, "label_name": "Second Half Exact Goals Number", "values": [{"value": 2, "odd": "3.40"}, {"value": 3, "odd": "6.00"}, {"value": 1, "odd": "2.75"}, {"value": 0, "odd": "4.20"}, {"value": "more 4", "odd": "10.00"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Draw/Yes", "odd": "10.00"}]}, {"label_id": 43, "label_name": "Home Team Score a Goal", "values": [{"value": "Yes", "odd": "1.04"}, {"value": "No", "odd": "10.00"}]}, {"label_id": 44, "label_name": "Away Team Score a Goal", "values": [{"value": "Yes", "odd": "2.75"}, {"value": "No", "odd": "1.40"}]}, {"label_id": 46, "label_name": "First Half Exact Goals Number", "values": [{"value": 2, "odd": "3.70"}, {"value": 3, "odd": "7.50"}, {"value": 1, "odd": "2.62"}, {"value": 0, "odd": "3.30"}, {"value": "more 4", "odd": "13.00"}]}]}, {"bookmaker_id": 8, "bookmaker_name": "Bet365", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.12"}, {"value": "Draw", "odd": "7.50"}, {"value": "Away", "odd": "21.00"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Home", "odd": "1.02"}, {"value": "Away", "odd": "19.00"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.30"}, {"value": "Draw", "odd": "3.50"}, {"value": "Away", "odd": "15.00"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "34.00"}, {"value": "South Korea W/Draw", "odd": "34.00"}, {"value": "Draw/South Korea W", "odd": "34.00"}, {"value": "Draw/Draw", "odd": "10.00"}, {"value": "France W/France W", "odd": "1.50"}, {"value": "France W/Draw", "odd": "29.00"}, {"value": "Draw/France W", "odd": "3.60"}, {"value": "South Korea W/France W", "odd": "26.00"}, {"value": "France W/South Korea W", "odd": "101.00"}]}, {"label_id": 27, "label_name": "Clean Sheet - Home", "values": [{"value": "Yes", "odd": "1.44"}, {"value": "No", "odd": "2.62"}]}, {"label_id": 28, "label_name": "Clean Sheet - Away", "values": [{"value": "Yes", "odd": "13.00"}, {"value": "No", "odd": "1.04"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.75"}, {"value": "No", "odd": "1.40"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "6.50"}, {"value": "2:0", "odd": "5.00"}, {"value": "2:1", "odd": "11.00"}, {"value": "3:0", "odd": "5.50"}, {"value": "3:1", "odd": "13.00"}, {"value": "3:2", "odd": "41.00"}, {"value": "4:0", "odd": "8.00"}, {"value": "4:1", "odd": "19.00"}, {"value": "4:2", "odd": "51.00"}, {"value": "4:3", "odd": "251.00"}, {"value": "5:0", "odd": "15.00"}, {"value": "5:1", "odd": "29.00"}, {"value": "5:2", "odd": "81.00"}, {"value": "6:0", "odd": "29.00"}, {"value": "6:1", "odd": "51.00"}, {"value": "6:2", "odd": "151.00"}, {"value": "0:0", "odd": "13.00"}, {"value": "1:1", "odd": "15.00"}, {"value": "2:2", "odd": "41.00"}, {"value": "3:3", "odd": "151.00"}, {"value": "0:1", "odd": "41.00"}, {"value": "0:2", "odd": "101.00"}, {"value": "0:3", "odd": "351.00"}, {"value": "1:2", "odd": "51.00"}, {"value": "1:3", "odd": "251.00"}, {"value": "2:3", "odd": "201.00"}, {"value": "7:0", "odd": "51.00"}, {"value": "7:1", "odd": "101.00"}, {"value": "8:0", "odd": "101.00"}, {"value": "8:1", "odd": "251.00"}, {"value": "9:0", "odd": "301.00"}]}, {"label_id": 11, "label_name": "Highest Scoring Half", "values": [{"value": "Draw", "odd": "3.75"}, {"value": "1st Half", "odd": "3.00"}, {"value": "2nd Half", "odd": "2.00"}]}, {"label_id": 31, "label_name": "Correct Score First Half", "values": [{"value": "1:0", "odd": "2.87"}, {"value": "2:0", "odd": "4.50"}, {"value": "2:1", "odd": "23.00"}, {"value": "3:0", "odd": "11.00"}, {"value": "3:1", "odd": "41.00"}, {"value": "3:2", "odd": "251.00"}, {"value": "4:0", "odd": "29.00"}, {"value": "4:1", "odd": "101.00"}, {"value": "5:0", "odd": "67.00"}, {"value": "5:1", "odd": "351.00"}, {"value": "6:0", "odd": "251.00"}, {"value": "0:0", "odd": "3.50"}, {"value": "1:1", "odd": "15.00"}, {"value": "2:2", "odd": "126.00"}, {"value": "0:1", "odd": "17.00"}, {"value": "0:2", "odd": "81.00"}, {"value": "1:2", "odd": "81.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Draw", "odd": "1.01"}, {"value": "Home/Away", "odd": "1.10"}, {"value": "Draw/Away", "odd": "6.50"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.50"}, {"value": "Draw", "odd": "2.87"}, {"value": "Away", "odd": "15.00"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.11"}, {"value": "Draw", "odd": "13.00"}, {"value": "Away", "odd": "7.00"}]}, {"label_id": 15, "label_name": "Team To Score Last", "values": [{"value": "Home", "odd": "1.11"}, {"value": "Away", "odd": "7.00"}, {"value": "No goal", "odd": "13.00"}]}, {"label_id": 32, "label_name": "Win Both Halves", "values": [{"value": "Home", "odd": "2.00"}, {"value": "Away", "odd": "101.00"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.40"}, {"value": "Draw/Away", "odd": "2.50"}]}, {"label_id": 34, "label_name": "Both Teams Score - First Half", "values": [{"value": "Yes", "odd": "8.00"}, {"value": "No", "odd": "1.08"}]}, {"label_id": 35, "label_name": "Both Teams To Score - Second Half", "values": [{"value": "Yes", "odd": "5.50"}, {"value": "No", "odd": "1.14"}]}, {"label_id": 36, "label_name": "Win To Nil", "values": [{"value": "Home", "odd": "1.53"}, {"value": "Away", "odd": "34.00"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.95"}, {"value": "Even", "odd": "1.90"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "2.00"}, {"value": "Even", "odd": "1.80"}]}, {"label_id": 38, "label_name": "Exact Goals Number", "values": [{"value": 2, "odd": "4.33"}, {"value": 3, "odd": "4.00"}, {"value": 4, "odd": "5.00"}, {"value": 1, "odd": "6.00"}, {"value": 0, "odd": "13.00"}, {"value": 5, "odd": "8.00"}, {"value": 6, "odd": "15.00"}, {"value": "more 7", "odd": "19.00"}]}, {"label_id": 39, "label_name": "To Win Either Half", "values": [{"value": "Home", "odd": "1.08"}, {"value": "Away", "odd": "8.00"}]}, {"label_id": 40, "label_name": "Home Team Exact Goals Number", "values": [{"value": 2, "odd": "3.50"}, {"value": 1, "odd": "4.50"}, {"value": 0, "odd": "13.00"}, {"value": "more 3", "odd": "1.83"}]}, {"label_id": 41, "label_name": "Away Team Exact Goals Number", "values": [{"value": 2, "odd": "13.00"}, {"value": 1, "odd": "3.10"}, {"value": 0, "odd": "1.44"}, {"value": "more 3", "odd": "51.00"}]}, {"label_id": 42, "label_name": "Second Half Exact Goals Number", "values": [{"value": 2, "odd": "3.40"}, {"value": 3, "odd": "5.50"}, {"value": 4, "odd": "12.00"}, {"value": 1, "odd": "3.00"}, {"value": 0, "odd": "5.00"}, {"value": "more 5", "odd": "21.00"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "3.50"}, {"value": "Draw/Yes", "odd": "11.00"}, {"value": "Away/Yes", "odd": "41.00"}, {"value": "Home/No", "odd": "1.53"}, {"value": "Draw/No", "odd": "13.00"}, {"value": "Away/No", "odd": "34.00"}]}, {"label_id": 43, "label_name": "Home Team Score a Goal", "values": [{"value": "Yes", "odd": "1.04"}, {"value": "No", "odd": "13.00"}]}, {"label_id": 44, "label_name": "Away Team Score a Goal", "values": [{"value": "Yes", "odd": "2.62"}, {"value": "No", "odd": "1.44"}]}, {"label_id": 54, "label_name": "First 10 min Winner", "values": [{"value": "Home", "odd": "4.50"}, {"value": "Draw", "odd": "1.22"}, {"value": "Away", "odd": "29.00"}]}, {"label_id": 46, "label_name": "First Half Exact Goals Number", "values": [{"value": 2, "odd": "3.75"}, {"value": 3, "odd": "7.50"}, {"value": 4, "odd": "21.00"}, {"value": 1, "odd": "2.62"}, {"value": 0, "odd": "3.50"}, {"value": "more 5", "odd": "34.00"}]}, {"label_id": 47, "label_name": "Winning Margin", "values": [{"value": "Draw", "odd": "13.00"}, {"value": "1 by 1", "odd": "4.00"}, {"value": "2 by 1", "odd": "23.00"}, {"value": "1 by 2", "odd": "3.75"}, {"value": "2 by 2", "odd": "81.00"}, {"value": "1 by 3", "odd": "4.50"}, {"value": "2 by 3", "odd": "501.00"}, {"value": "1 by 4+", "odd": "3.75"}, {"value": "2 by 4+", "odd": "501.00"}, {"value": "Score Draw", "odd": "11.00"}]}, {"label_id": 48, "label_name": "To Score In Both Halves By Teams", "values": [{"value": "Home", "odd": "1.72"}, {"value": "Away", "odd": "21.00"}]}, {"label_id": 50, "label_name": "Goal Line", "values": [{"value": "Over", "odd": "5.50"}, {"value": "Under", "odd": "1.15"}]}, {"label_id": 52, "label_name": "Halftime Result/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "15.00"}, {"value": "Draw/Yes", "odd": "13.00"}, {"value": "Away/Yes", "odd": "67.00"}, {"value": "Home/No", "odd": "1.61"}, {"value": "Draw/No", "odd": "3.40"}, {"value": "Away/No", "odd": "15.00"}]}]}, {"bookmaker_id": 2, "bookmaker_name": "Marathonbet", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.14"}, {"value": "Draw", "odd": "8.00"}, {"value": "Away", "odd": "19.75"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Home", "odd": "1.00"}, {"value": "Away", "odd": "10.75"}]}, {"label_id": 3, "label_name": "Second Half Winner", "values": [{"value": "Home", "odd": "1.34"}, {"value": "Draw", "odd": "3.60"}, {"value": "Away", "odd": "14.50"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "43.00"}, {"value": "South Korea W/Draw", "odd": "41.00"}, {"value": "Draw/South Korea W", "odd": "48.00"}, {"value": "Draw/Draw", "odd": "9.10"}, {"value": "France W/France W", "odd": "1.56"}, {"value": "France W/Draw", "odd": "41.00"}, {"value": "Draw/France W", "odd": "4.25"}, {"value": "South Korea W/France W", "odd": "21.00"}, {"value": "France W/South Korea W", "odd": "101.00"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.81"}, {"value": "No", "odd": "1.39"}]}, {"label_id": 29, "label_name": "Win to Nil - Home", "values": [{"value": "Yes", "odd": "1.54"}, {"value": "No", "odd": "2.35"}]}, {"label_id": 30, "label_name": "Win to Nil - Away", "values": [{"value": "Yes", "odd": "20.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Away", "odd": "1.08"}, {"value": "Draw/Away", "odd": "5.70"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.45"}, {"value": "Draw", "odd": "2.99"}, {"value": "Away", "odd": "14.50"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.15"}, {"value": "Draw", "odd": "18.50"}, {"value": "Away", "odd": "5.80"}]}, {"label_id": 15, "label_name": "Team To Score Last", "values": [{"value": "Home", "odd": "1.15"}, {"value": "Away", "odd": "5.80"}, {"value": "No goal", "odd": "18.50"}]}, {"label_id": 20, "label_name": "Double Chance - First Half", "values": [{"value": "Home/Away", "odd": "1.32"}, {"value": "Draw/Away", "odd": "2.48"}]}, {"label_id": 33, "label_name": "Double Chance - Second Half", "values": [{"value": "Home/Away", "odd": "1.23"}, {"value": "Draw/Away", "odd": "2.88"}]}, {"label_id": 34, "label_name": "Both Teams Score - First Half", "values": [{"value": "Yes", "odd": "6.35"}, {"value": "No", "odd": "1.09"}]}, {"label_id": 35, "label_name": "Both Teams To Score - Second Half", "values": [{"value": "Yes", "odd": "5.15"}, {"value": "No", "odd": "1.14"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.83"}, {"value": "Even", "odd": "1.89"}]}, {"label_id": 22, "label_name": "Odd/Even First Half", "values": [{"value": "Odd", "odd": "1.99"}, {"value": "Even", "odd": "1.75"}]}, {"label_id": 37, "label_name": "Home win both halves", "values": [{"value": "Yes", "odd": "2.08"}, {"value": "No", "odd": "1.68"}]}, {"label_id": 53, "label_name": "Away win both halves", "values": [{"value": "Yes", "odd": "20.00"}]}, {"label_id": 43, "label_name": "Home Team Score a Goal", "values": [{"value": "Yes", "odd": "1.03"}, {"value": "No", "odd": "9.50"}]}, {"label_id": 44, "label_name": "Away Team Score a Goal", "values": [{"value": "Yes", "odd": "2.63"}, {"value": "No", "odd": "1.44"}]}]}, {"bookmaker_id": 3, "bookmaker_name": "Betfair", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.11"}, {"value": "Draw", "odd": "8.50"}, {"value": "Away", "odd": "23.00"}]}, {"label_id": 2, "label_name": "Home/Away", "values": [{"value": "Home", "odd": "1.01"}, {"value": "Away", "odd": "17.00"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "36.00"}, {"value": "South Korea W/Draw", "odd": "34.00"}, {"value": "Draw/South Korea W", "odd": "36.00"}, {"value": "Draw/Draw", "odd": "11.00"}, {"value": "France W/France W", "odd": "1.53"}, {"value": "France W/Draw", "odd": "26.00"}, {"value": "Draw/France W", "odd": "3.75"}, {"value": "South Korea W/France W", "odd": "23.00"}, {"value": "France W/South Korea W", "odd": "176.00"}]}, {"label_id": 8, "label_name": "Both Teams Score", "values": [{"value": "Yes", "odd": "2.70"}, {"value": "No", "odd": "1.44"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "0:11", "odd": "201.00"}, {"value": "5:0", "odd": "15.00"}, {"value": "5:1", "odd": "34.00"}, {"value": "5:2", "odd": "101.00"}, {"value": "5:3", "odd": "201.00"}, {"value": "5:4", "odd": "201.00"}, {"value": "6:0", "odd": "34.00"}, {"value": "6:1", "odd": "71.00"}, {"value": "6:2", "odd": "201.00"}, {"value": "0:5", "odd": "201.00"}, {"value": "0:6", "odd": "201.00"}, {"value": "1:5", "odd": "201.00"}, {"value": "1:6", "odd": "201.00"}, {"value": "2:5", "odd": "201.00"}, {"value": "2:6", "odd": "201.00"}, {"value": "3:5", "odd": "201.00"}, {"value": "4:5", "odd": "201.00"}, {"value": "4:6", "odd": "201.00"}, {"value": "0:7", "odd": "201.00"}, {"value": "1:7", "odd": "201.00"}, {"value": "3:6", "odd": "201.00"}, {"value": "6:3", "odd": "201.00"}, {"value": "7:0", "odd": "91.00"}, {"value": "7:1", "odd": "201.00"}, {"value": "7:2", "odd": "201.00"}, {"value": "8:0", "odd": "201.00"}, {"value": "8:1", "odd": "201.00"}, {"value": "7:3", "odd": "201.00"}, {"value": "8:2", "odd": "201.00"}, {"value": "9:0", "odd": "201.00"}, {"value": "9:1", "odd": "201.00"}, {"value": "10:0", "odd": "201.00"}, {"value": "9:2", "odd": "201.00"}, {"value": "10:1", "odd": "201.00"}, {"value": "11:0", "odd": "201.00"}, {"value": "0:8", "odd": "201.00"}, {"value": "1:8", "odd": "201.00"}, {"value": "2:7", "odd": "201.00"}, {"value": "5:5", "odd": "201.00"}, {"value": "3:8", "odd": "201.00"}, {"value": "6:5", "odd": "201.00"}, {"value": "5:6", "odd": "201.00"}, {"value": "6:4", "odd": "201.00"}, {"value": "8:3", "odd": "201.00"}, {"value": "7:4", "odd": "201.00"}, {"value": "0:9", "odd": "201.00"}, {"value": "0:10", "odd": "201.00"}, {"value": "1:9", "odd": "201.00"}, {"value": "2:8", "odd": "201.00"}, {"value": "4:7", "odd": "201.00"}, {"value": "3:7", "odd": "201.00"}, {"value": "1:10", "odd": "201.00"}, {"value": "2:9", "odd": "201.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Draw", "odd": "1.02"}, {"value": "Home/Away", "odd": "1.07"}, {"value": "Draw/Away", "odd": "6.50"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.50"}, {"value": "Draw", "odd": "2.88"}, {"value": "Away", "odd": "13.00"}]}, {"label_id": 14, "label_name": "Team To Score First", "values": [{"value": "Home", "odd": "1.13"}, {"value": "Draw", "odd": "18.00"}, {"value": "Away", "odd": "6.50"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.85"}, {"value": "Even", "odd": "1.85"}]}, {"label_id": 24, "label_name": "Results/Both Teams Score", "values": [{"value": "Home/Yes", "odd": "3.40"}, {"value": "Away/Yes", "odd": "41.00"}]}]}, {"bookmaker_id": 4, "bookmaker_name": "Pinnacle", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.13"}, {"value": "Draw", "odd": "7.74"}, {"value": "Away", "odd": "24.43"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.55"}, {"value": "Draw", "odd": "2.94"}, {"value": "Away", "odd": "13.96"}]}]}, {"bookmaker_id": 5, "bookmaker_name": "Sport Betting Odds", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.15"}, {"value": "Draw", "odd": "6.80"}, {"value": "Away", "odd": "9.50"}]}, {"label_id": 7, "label_name": "HT/FT Double", "values": [{"value": "South Korea W/South Korea W", "odd": "46.00"}, {"value": "South Korea W/Draw", "odd": "34.00"}, {"value": "Draw/South Korea W", "odd": "40.00"}, {"value": "Draw/Draw", "odd": "11.50"}, {"value": "France W/France W", "odd": "1.40"}, {"value": "France W/Draw", "odd": "34.00"}, {"value": "Draw/France W", "odd": "3.15"}, {"value": "South Korea W/France W", "odd": "18.50"}, {"value": "France W/South Korea W", "odd": "55.00"}]}, {"label_id": 10, "label_name": "Exact Score", "values": [{"value": "1:0", "odd": "5.60"}, {"value": "2:0", "odd": "4.40"}, {"value": "2:1", "odd": "12.00"}, {"value": "3:0", "odd": "5.20"}, {"value": "3:1", "odd": "12.00"}, {"value": "3:2", "odd": "85.00"}, {"value": "4:0", "odd": "8.00"}, {"value": "4:1", "odd": "16.50"}, {"value": "4:2", "odd": "115.00"}, {"value": "4:3", "odd": "220.00"}, {"value": "0:0", "odd": "14.50"}, {"value": "1:1", "odd": "17.00"}, {"value": "2:2", "odd": "80.00"}, {"value": "3:3", "odd": "220.00"}, {"value": "4:4", "odd": "220.00"}, {"value": "0:1", "odd": "50.00"}, {"value": "0:2", "odd": "220.00"}, {"value": "0:3", "odd": "220.00"}, {"value": "0:4", "odd": "220.00"}, {"value": "1:2", "odd": "120.00"}, {"value": "1:3", "odd": "220.00"}, {"value": "1:4", "odd": "220.00"}, {"value": "2:3", "odd": "220.00"}, {"value": "2:4", "odd": "220.00"}, {"value": "3:4", "odd": "220.00"}]}, {"label_id": 12, "label_name": "Double Chance", "values": [{"value": "Home/Draw", "odd": "1.00"}, {"value": "Home/Away", "odd": "1.04"}, {"value": "Draw/Away", "odd": "4.20"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.53"}, {"value": "Draw", "odd": "2.95"}, {"value": "Away", "odd": "7.80"}]}, {"label_id": 21, "label_name": "Odd/Even", "values": [{"value": "Odd", "odd": "1.96"}, {"value": "Even", "odd": "1.90"}]}]}, {"bookmaker_id": 9, "bookmaker_name": "Dafabet", "bets": [{"label_id": 1, "label_name": "Match Winner", "values": [{"value": "Home", "odd": "1.15"}, {"value": "Draw", "odd": "7.00"}, {"value": "Away", "odd": "8.60"}]}, {"label_id": 13, "label_name": "First Half Winner", "values": [{"value": "Home", "odd": "1.54"}, {"value": "Draw", "odd": "2.84"}, {"value": "Away", "odd": "9.10"}]}]}]}]}}
{"type": "object", "properties": {"api": {"type": "object", "properties": {"results": {"type": "integer"}, "odds": {"type": "array", "items": {"type": "object", "properties": {"fixture": {"type": "object", "properties": {"league_id": {"type": "integer"}, "fixture_id": {"type": "integer"}, "updateAt": {"type": "integer"}}}, "bookmakers": {"type": "array", "items": {"type": "object", "properties": {"bookmaker_id": {"type": "integer"}, "bookmaker_name": {"type": "string"}, "bets": {"type": "array", "items": {"type": "object", "properties": {"label_id": {"type": "integer"}, "label_name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object"}}}}}}}}}}}}}}}
5b3e61a1e4b0d23f1ee78ad5/564a3ea1-e135-4cce-911a-4e2ec9814e56/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
odds from league id filtered by label
Get all available odds from one league you can filter by bookmaker or label like this : - /v2/odds/league/{league_id}/bookmaker/{bookmaker_id} - /v2/odds/league/{league_id}/label/{label_id} Update Frequency : Every day Recommended Calls : 1 call per day
200
Response
{"api": {"results": 0, "paging": {"current": 2, "total": 1}, "odds": []}}
{"type": "object", "properties": {"api": {"type": "object", "properties": {"results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}}, "odds": {"type": "array", "items": {"type": "object", "properties": {"fixture": {"type": "object", "properties": {"league_id": {"type": "integer"}, "fixture_id": {"type": "integer"}, "updateAt": {"type": "integer"}}}, "bookmakers": {"type": "array", "items": {"type": "object", "properties": {"bookmaker_id": {"type": "integer"}, "bookmaker_name": {"type": "string"}, "bets": {"type": "array", "items": {"type": "object", "properties": {"label_id": {"type": "integer"}, "label_name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object"}}}}}}}}}}}}}}}
5b3e61a1e4b0d23f1ee78ad5/5d96b854-9f1b-461d-8826-d2c2cc246a1f/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Coachs by coach id
Get all the information about the coachs and their careers. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get coachs from one coach {id} https://api-football-v1.p.rapidapi.com/v3/coachs?id=1 Get coachs from one {team} https://api-football-v1.p.rapidapi.com/v3/coachs?team=33 Allows you to search for a coach in relation to a coach {name} https://api-football-v1.p.rapidapi.com/v3/coachs?search=Klopp
200
Response
{"errors": [], "get": "coachs", "paging": {"current": 1, "total": 1}, "parameters": {"id": "276"}, "response": [{"age": 42, "birth": {"country": "Argentina", "date": "1979-04-19", "place": "Rafaela"}, "career": [{"end": null, "start": "2021-01-01", "team": {"id": 469, "logo": "https://media.api-sports.io/football/teams/469.png", "name": "Deportivo Mor\u00f3n"}}, {"end": "2020-03-01", "start": "2019-05-01", "team": {"id": 481, "logo": "https://media.api-sports.io/football/teams/481.png", "name": "Villa D\u00e1lmine"}}, {"end": "2018-04-01", "start": "2017-07-01", "team": {"id": 465, "logo": "https://media.api-sports.io/football/teams/465.png", "name": "Atl\u00e9tico Rafaela"}}], "firstname": "Lucas Alfredo", "height": "183 cm", "id": 276, "lastname": "Bovaglio", "name": "L. Bovaglio", "nationality": "Argentina", "team": {"id": 469, "logo": "https://media.api-sports.io/football/teams/469.png", "name": "Deportivo Mor\u00f3n"}, "weight": "80 kg"}], "results": 1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"age": {"type": "integer"}, "birth": {"type": "object", "properties": {"country": {"type": "string"}, "date": {"type": "string"}, "place": {"type": "string"}}, "required": ["country", "date", "place"]}, "career": {"type": "array", "items": {"type": "object", "properties": {"end": {"type": ["null", "string"]}, "start": {"type": "string"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "logo": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "logo", "name"]}}, "required": ["end", "start", "team"]}}, "firstname": {"type": "string"}, "height": {"type": "string"}, "id": {"type": "integer"}, "lastname": {"type": "string"}, "name": {"type": "string"}, "nationality": {"type": "string"}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "logo": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "logo", "name"]}, "weight": {"type": "string"}}, "required": ["age", "birth", "career", "firstname", "height", "id", "lastname", "name", "nationality", "team", "weight"]}}, "results": {"type": "integer"}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/a7fb39e5-0bc7-4c07-8026-8a5da41a5dba/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Players Seasons
Get all available seasons for players statistics. Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day.
200
Response
{"errors": [], "get": "api/v3/players/seasons", "paging": {"current": 1, "total": 1}, "parameters": [], "response": [1966, 1982, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022], "results": 37}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "array"}, "response": {"type": "array", "items": {"type": "integer"}}, "results": {"type": "integer"}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/9cd8d019-b49a-4eda-a9e2-2778cb002ec5/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Transfers by player id
Get all available transfers for players and teams Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all transfers from one {player} https://api-football-v1.p.rapidapi.com/v3/transfers?player=35845 Get all transfers from one {team} https://api-football-v1.p.rapidapi.com/v3/transfers?team=463
200
Response
{"get": "transfers", "parameters": {"player": "35845"}, "errors": [], "results": 1, "paging": {"current": 1, "total": 1}, "response": [{"player": {"id": 35845, "name": "Hern\u00e1n Dar\u00edo Burbano"}, "update": "2021-04-06T06:12:50+00:00", "transfers": [{"date": "2021-01-19", "type": "N/A", "teams": {"in": {"id": 1146, "name": "Cortulua", "logo": "https://media.api-sports.io/football/teams/1146.png"}, "out": {"id": 1470, "name": "Cucuta", "logo": "https://media.api-sports.io/football/teams/1470.png"}}}, {"date": "2020-01-01", "type": "N/A", "teams": {"in": {"id": 1470, "name": "Cucuta", "logo": "https://media.api-sports.io/football/teams/1470.png"}, "out": {"id": 463, "name": "Aldosivi", "logo": "https://media.api-sports.io/football/teams/463.png"}}}, {"date": "2019-07-15", "type": "Free", "teams": {"in": {"id": 463, "name": "Aldosivi", "logo": "https://media.api-sports.io/football/teams/463.png"}, "out": {"id": 2283, "name": "Atlas", "logo": "https://media.api-sports.io/football/teams/2283.png"}}}, {"date": "2019-01-01", "type": "N/A", "teams": {"in": {"id": 2283, "name": "Atlas", "logo": "https://media.api-sports.io/football/teams/2283.png"}, "out": {"id": 1139, "name": "Santa Fe", "logo": "https://media.api-sports.io/football/teams/1139.png"}}}, {"date": "2018-07-01", "type": "N/A", "teams": {"in": {"id": 1139, "name": "Santa Fe", "logo": "https://media.api-sports.io/football/teams/1139.png"}, "out": {"id": 2289, "name": "Leon", "logo": "https://media.api-sports.io/football/teams/2289.png"}}}, {"date": "2015-06-11", "type": "N/A", "teams": {"in": {"id": 2289, "name": "Leon", "logo": "https://media.api-sports.io/football/teams/2289.png"}, "out": {"id": 2279, "name": "Tigres UANL", "logo": "https://media.api-sports.io/football/teams/2279.png"}}}, {"date": "2014-01-01", "type": "N/A", "teams": {"in": {"id": 2279, "name": "Tigres UANL", "logo": "https://media.api-sports.io/football/teams/2279.png"}, "out": {"id": 2289, "name": "Leon", "logo": "https://media.api-sports.io/football/teams/2289.png"}}}, {"date": "2012-01-01", "type": "N/A", "teams": {"in": {"id": 2289, "name": "Leon", "logo": "https://media.api-sports.io/football/teams/2289.png"}, "out": {"id": 1127, "name": "Deportivo Cali", "logo": "https://media.api-sports.io/football/teams/1127.png"}}}, {"date": "2011-01-01", "type": "N/A", "teams": {"in": {"id": 1127, "name": "Deportivo Cali", "logo": "https://media.api-sports.io/football/teams/1127.png"}, "out": {"id": 1126, "name": "Deportivo Pasto", "logo": "https://media.api-sports.io/football/teams/1126.png"}}}]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"player": {"type": "string"}}, "required": ["player"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"player": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "update": {"type": "string"}, "transfers": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "type": {"type": "string"}, "teams": {"type": "object", "properties": {"in": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}, "out": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["id", "logo", "name"]}}, "required": ["in", "out"]}}, "required": ["date", "teams", "type"]}}}, "required": ["player", "transfers", "update"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/ee8b9814-89ec-4b97-8bcf-84a4c260244d/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Trophies by player id
Get all available trophies for a player or a coach. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all trophies from one {player} https://api-football-v1.p.rapidapi.com/v3/trophies?player=276 Get all trophies from one {coach} https://api-football-v1.p.rapidapi.com/v3/trophies?coach=2
200
Response
{"get": "trophies", "parameters": {"player": "276"}, "errors": [], "results": 42, "paging": {"current": 1, "total": 1}, "response": [{"league": "Sudamericano U20", "country": "South-America", "season": "Peru 2011", "place": "Winner"}, {"league": "Troph\u00e9e des Champions", "country": "France", "season": "2020/2021", "place": "Winner"}, {"league": "Troph\u00e9e des Champions", "country": "France", "season": "2019/2020", "place": "Winner"}, {"league": "Coupe de la Ligue", "country": "France", "season": "2019/2020", "place": "Winner"}, {"league": "Coupe de France", "country": "France", "season": "2019/2020", "place": "Winner"}, {"league": "UEFA Champions League", "country": "Europe", "season": "2019/2020", "place": "2nd Place"}, {"league": "Ligue 1", "country": "France", "season": "2019/2020", "place": "Winner"}, {"league": "Troph\u00e9e des Champions", "country": "France", "season": "2018/2019", "place": "Winner"}, {"league": "Ligue 1", "country": "France", "season": "2018/2019", "place": "Winner"}, {"league": "Coupe de France", "country": "France", "season": "2018/2019", "place": "2nd Place"}, {"league": "Ligue 1", "country": "France", "season": "2017/2018", "place": "Winner"}, {"league": "Coupe de France", "country": "France", "season": "2017/2018", "place": "Winner"}, {"league": "Coupe de la Ligue", "country": "France", "season": "2017/2018", "place": "Winner"}, {"league": "Copa del Rey", "country": "Spain", "season": "2016/2017", "place": "Winner"}, {"league": "La Liga", "country": "Spain", "season": "2016/2017", "place": "2nd Place"}, {"league": "Super Cup", "country": "Spain", "season": "2016/2017", "place": "Winner"}, {"league": "Olympics", "country": "World", "season": "2016 Rio de Janeiro", "place": "Winner"}, {"league": "Trofeo Joan Gamper", "country": "World", "season": "2016", "place": "Winner"}, {"league": "Supercopa de Catalunya", "country": "Spain", "season": "2016", "place": "2nd Place"}, {"league": "Super Cup", "country": "Spain", "season": "2015/2016", "place": "2nd Place"}, {"league": "UEFA Super Cup", "country": "Europe", "season": "2015/2016", "place": "Winner"}, {"league": "Copa del Rey", "country": "Spain", "season": "2015/2016", "place": "Winner"}, {"league": "La Liga", "country": "Spain", "season": "2015/2016", "place": "Winner"}, {"league": "FIFA Club World Cup", "country": "World", "season": "2015 Japan", "place": "Winner"}, {"league": "UEFA Champions League", "country": "Europe", "season": "2014/2015", "place": "Winner"}, {"league": "La Liga", "country": "Spain", "season": "2014/2015", "place": "Winner"}, {"league": "Copa del Rey", "country": "Spain", "season": "2014/2015", "place": "Winner"}, {"league": "Copa Catalunya", "country": "Spain", "season": "2013/2014", "place": "Winner"}, {"league": "Super Cup", "country": "Spain", "season": "2013/2014", "place": "Winner"}, {"league": "Copa del Rey", "country": "Spain", "season": "2013/2014", "place": "2nd Place"}, {"league": "La Liga", "country": "Spain", "season": "2013/2014", "place": "2nd Place"}, {"league": "Confederations Cup", "country": "World", "season": "2013 Brazil", "place": "Winner"}, {"league": "Paulista A1", "country": "Brazil", "season": "2013", "place": "2nd Place"}, {"league": "CONMEBOL Recopa", "country": "South-America", "season": "2012/2013", "place": "Winner"}, {"league": "Olympics", "country": "World", "season": "2012 London", "place": "2nd Place"}, {"league": "Paulista A1", "country": "Brazil", "season": "2012", "place": "Winner"}, {"league": "FIFA Club World Cup", "country": "World", "season": "2011 Japan", "place": "2nd Place"}, {"league": "Paulista A1", "country": "Brazil", "season": "2011", "place": "Winner"}, {"league": "CONMEBOL Libertadores", "country": "South-America", "season": "2011", "place": "Winner"}, {"league": "Paulista A1", "country": "Brazil", "season": "2010", "place": "Winner"}, {"league": "Copa do Brasil", "country": "Brazil", "season": "2010", "place": "Winner"}, {"league": "Paulista A1", "country": "Brazil", "season": "2009", "place": "2nd Place"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"player": {"type": "string"}}, "required": ["player"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"league": {"type": "string"}, "country": {"type": "string"}, "season": {"type": "string"}, "place": {"type": "string"}}, "required": ["country", "league", "place", "season"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/7b00b13f-bc11-4408-89f1-259b39e48a54/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Sidelined by coach id
Get all available sidelined for a player or a coach. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all from one {player} https://api-football-v1.p.rapidapi.com/v3/sidelined?player=276 Get all from one {coach} https://api-football-v1.p.rapidapi.com/v3/sidelined?coach=2
200
Response
{"get": "sidelined", "parameters": {"coach": "276"}, "errors": [], "results": 1, "paging": {"current": 1, "total": 1}, "response": [{"type": "Broken Leg", "start": "2013-02-15", "end": "2013-05-15"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"coach": {"type": "string"}}, "required": ["coach"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["end", "start", "type"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/b3bed79f-39d8-4fea-8a12-69952db8736a/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Trophies by coach id
Get all available trophies for a player or a coach. Update Frequency : This endpoint is updated several times a week. Recommended Calls : 1 call per day. Use Cases Get all trophies from one {player} https://api-football-v1.p.rapidapi.com/v3/trophies?player=276 Get all trophies from one {coach} https://api-football-v1.p.rapidapi.com/v3/trophies?coach=2
200
Response
{"get": "trophies", "parameters": {"coach": "276"}, "errors": [], "results": 5, "paging": {"current": 1, "total": 1}, "response": [{"league": "Primera Nacional", "country": "Argentina", "season": "2010/2011", "place": "Winner"}, {"league": "Primera Divisi\u00f3n", "country": "Venezuela", "season": "2007/2008", "place": "Winner"}, {"league": "Primera Divisi\u00f3n", "country": "Venezuela", "season": "2006/2007", "place": "2nd Place"}, {"league": "Primera Divisi\u00f3n", "country": "Venezuela", "season": "2005/2006", "place": "2nd Place"}, {"league": "Primera Divisi\u00f3n", "country": "Venezuela", "season": "2004/2005", "place": "Winner"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"get": {"type": "string"}, "parameters": {"type": "object", "properties": {"coach": {"type": "string"}}, "required": ["coach"]}, "errors": {"type": "array"}, "results": {"type": "integer"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "object", "properties": {"league": {"type": "string"}, "country": {"type": "string"}, "season": {"type": "string"}, "place": {"type": "string"}}, "required": ["country", "league", "place", "season"]}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/7f5eac01-3f4c-4792-91b2-be7abcbbb7a6/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Fixtures Rounds
Get the rounds for a league or a cup. The round can be used in endpoint fixtures as filters Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get all available rounds from one {league} & {season} https://api-football-v1.p.rapidapi.com/v3/rounds?league=39&season=2019 Get current round from one {league} & {season} https://api-football-v1.p.rapidapi.com/v3/rounds?league=39&season=2019&current=true
200
Response
{"get": "fixtures/rounds", "parameters": {"league": "39", "season": "2020"}, "errors": [], "results": 38, "paging": {"current": 1, "total": 1}, "response": ["Regular Season - 1", "Regular Season - 2", "Regular Season - 3", "Regular Season - 4", "Regular Season - 5", "Regular Season - 6", "Regular Season - 7", "Regular Season - 8", "Regular Season - 9", "Regular Season - 10", "Regular Season - 11", "Regular Season - 12", "Regular Season - 13", "Regular Season - 14", "Regular Season - 15", "Regular Season - 16", "Regular Season - 17", "Regular Season - 18", "Regular Season - 19", "Regular Season - 20", "Regular Season - 21", "Regular Season - 22", "Regular Season - 23", "Regular Season - 24", "Regular Season - 25", "Regular Season - 26", "Regular Season - 29", "Regular Season - 33", "Regular Season - 27", "Regular Season - 28", "Regular Season - 30", "Regular Season - 31", "Regular Season - 32", "Regular Season - 34", "Regular Season - 35", "Regular Season - 36", "Regular Season - 37", "Regular Season - 38"]}
{"$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"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "response": {"type": "array", "items": {"type": "string"}}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
5b3e61a1e4b0d23f1ee78ad5/1124ffcf-1a4d-4bbf-9936-ee102a0593a5/0/0
API-FOOTBALL
+1 000 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions. Documentation : https://www.api-football.com/documentation-v3. Widgets : https://www.api-football.com/widgets
10
V3 - Fixtures Current Round
Get the rounds for a league or a cup. The round can be used in endpoint fixtures as filters Update Frequency : This endpoint is updated every day. Recommended Calls : 1 call per day. Use Cases Get all available rounds from one {league} & {season} https://api-football-v1.p.rapidapi.com/v3/rounds?league=39&season=2019 Get current round from one {league} & {season} https://api-football-v1.p.rapidapi.com/v3/rounds?league=39&season=2019&current=true
200
Response
{"errors": [], "get": "fixtures/rounds", "paging": {"current": 1, "total": 1}, "parameters": {"current": "true", "league": "39", "season": "2020"}, "response": ["Regular Season - 31"], "results": 1}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errors": {"type": "array"}, "get": {"type": "string"}, "paging": {"type": "object", "properties": {"current": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current", "total"]}, "parameters": {"type": "object", "properties": {"current": {"type": "string"}, "league": {"type": "string"}, "season": {"type": "string"}}, "required": ["current", "league", "season"]}, "response": {"type": "array", "items": {"type": "string"}}, "results": {"type": "integer"}}, "required": ["errors", "get", "paging", "parameters", "response", "results"]}
af9bd927-be3f-4cd9-8123-39ae9120b04c/3152e821-4922-4bfe-baf7-6358015b1542/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/news-detail
Get news detail by news slug
200
Response
{"data": {"article": [{"p": "Manchester United striker Odion Ighalo labelled Nigeria's government \"killers\" after security forces and soldiers reportedly opened fire on protestors in Lagos."}, {"p": "There have been ongoing protests in Nigeria against police brutality and the Special Anti-Robbery Squad (SARS) police unit, which has been accused of killings, torture and extortion."}, {"p": "A 24-hour curfew was imposed on Tuesday, but protestors still took to the streets before fleeing as live rounds where shot towards the crowd."}, {"p": "Former Nigeria international Ighalo responded to the violence following United's 2-1 Champions League win over Paris Saint-Germain."}, {"p": "\"I'm sad and I don't know where to start from,\" Ighalo said in a video message shared via social media."}, {"p": "\"I'm not the kind of guy who talks about politics - but I can't keep quiet anymore about what is going on back home in Nigeria."}, {"p": "\"I would say [to the] government are a shame to the world - for killing your own citizens, sending military to the streets, to kill [unarmed] protesters because they are protesting for their rights. It's uncalled for."}, {"p": "\"Today, 20th of October 2020, you people will be remembered in the history as the first government to send military to the city to start killing their own citizens."}, {"p": "\"I am ashamed of this government. I am tired of you guys. I can't take this anymore. I'm calling the UK government, calling all those leaders in the world to please see what is going on in Nigeria and help us - help the poor citizens."}, {"p": "\"The government are killing their own citizens. We are calling [the world's governments], the United Nations, to see to the matter."}, {"p": "\"I want to tell my brothers and sisters back home to remain safe. Be indoors, please don't come [outside]. Because this government are killers and they will keep killing if the world does not talk about this. God bless you all. Remain safe. One Nigeria.\""}, {"p": "British-Nigerian boxing star Anthony Joshua also joined the fight for change amid the unrest."}, {"p": "WBA, IBF and IBO heavyweight champion Joshua, born to a Nigerian mother and father of Nigerian ancestry, tweeted: \"The situation has escalated, the violence and killings are horrendous. All because of people saying they want to live in peace?"}, {"p": "\"I pray God opens the gates for the heroes of Nigeria! This was never a trend for me! It's real life and I want to learn how to make lasting change."}, {"p": "\"I'm looking at hospitals to support, along with food and care packages in the time being.\""}], "author": "By Sacha Pisani", "image": {"alt": "Manchester United striker Odion Ighalo", "height": "null", "url": "https://news.livescore.com/newsapi/04/soccer/image/ighalo-man-utd-nigeria-anthony-joshua-boxing-7-1kwym9jvsu134192dr9y72f4cs.jpg", "width": "100%"}, "published": "21 October 2020, 02:45", "title": "Man Utd's Ighalo condemns Nigeria killings as Anthony Joshua joins fight for change"}, "status": 200}
{"properties": {"data": {"properties": {"article": {"items": {"properties": {"p": {"type": "string"}}, "type": "object"}, "type": "array"}, "author": {"type": "string"}, "image": {"properties": {"alt": {"type": "string"}, "height": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "string"}}, "type": "object"}, "published": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/918d5083-6473-4dd1-83fa-c183b51c9f6e/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/league-table
Get current league table standings by league_code and country_code
200
Response
{"data": {"away": [{"draw": 0, "games_played": 3, "goals_against": 2, "goals_diff": 7, "goals_for": 9, "lost": 0, "points": 9, "rank": 1, "team_id": "2901", "team_name": "Leicester City", "won": 3}, {"draw": 0, "games_played": 2, "goals_against": 3, "goals_diff": 8, "goals_for": 11, "lost": 0, "points": 6, "rank": 2, "team_id": "3339", "team_name": "Tottenham Hotspur", "won": 2}, {"draw": 0, "games_played": 2, "goals_against": 3, "goals_diff": 4, "goals_for": 7, "lost": 0, "points": 6, "rank": 3, "team_id": "2810", "team_name": "Manchester United", "won": 2}, {"draw": 0, "games_played": 2, "goals_against": 0, "goals_diff": 4, "goals_for": 4, "lost": 0, "points": 6, "rank": 4, "team_id": "3863", "team_name": "Aston Villa", "won": 2}, {"draw": 0, "games_played": 3, "goals_against": 4, "goals_diff": 3, "goals_for": 7, "lost": 1, "points": 6, "rank": 5, "team_id": "3143", "team_name": "Leeds United", "won": 2}, {"draw": 0, "games_played": 3, "goals_against": 3, "goals_diff": 0, "goals_for": 3, "lost": 1, "points": 6, "rank": 6, "team_id": "2917", "team_name": "Everton", "won": 2}, {"draw": 0, "games_played": 3, "goals_against": 6, "goals_diff": -1, "goals_for": 5, "lost": 1, "points": 6, "rank": 7, "team_id": "2772", "team_name": "Crystal Palace", "won": 2}, {"draw": 0, "games_played": 3, "goals_against": 4, "goals_diff": -1, "goals_for": 3, "lost": 1, "points": 6, "rank": 8, "team_id": "2985", "team_name": "Wolverhampton Wanderers", "won": 2}, {"draw": 2, "games_played": 3, "goals_against": 4, "goals_diff": 2, "goals_for": 6, "lost": 0, "points": 5, "rank": 9, "team_id": "2881", "team_name": "Chelsea", "won": 1}, {"draw": 2, "games_played": 3, "goals_against": 3, "goals_diff": 2, "goals_for": 5, "lost": 0, "points": 5, "rank": 10, "team_id": "12633", "team_name": "Manchester City", "won": 1}, {"draw": 2, "games_played": 3, "goals_against": 2, "goals_diff": 2, "goals_for": 4, "lost": 0, "points": 5, "rank": 11, "team_id": "2986", "team_name": "Newcastle United", "won": 1}, {"draw": 1, "games_played": 3, "goals_against": 5, "goals_diff": 2, "goals_for": 7, "lost": 1, "points": 4, "rank": 12, "team_id": "252", "team_name": "West Ham United", "won": 1}, {"draw": 1, "games_played": 3, "goals_against": 5, "goals_diff": 1, "goals_for": 6, "lost": 1, "points": 4, "rank": 13, "team_id": "2918", "team_name": "Brighton & Hove Albion", "won": 1}, {"draw": 1, "games_played": 3, "goals_against": 4, "goals_diff": 0, "goals_for": 4, "lost": 1, "points": 4, "rank": 14, "team_id": "2902", "team_name": "Southampton", "won": 1}, {"draw": 1, "games_played": 3, "goals_against": 9, "goals_diff": -3, "goals_for": 6, "lost": 1, "points": 4, "rank": 15, "team_id": "3340", "team_name": "Liverpool", "won": 1}, {"draw": 0, "games_played": 3, "goals_against": 4, "goals_diff": 0, "goals_for": 4, "lost": 2, "points": 3, "rank": 16, "team_id": "2773", "team_name": "Arsenal", "won": 1}, {"draw": 1, "games_played": 3, "goals_against": 6, "goals_diff": -2, "goals_for": 4, "lost": 2, "points": 1, "rank": 17, "team_id": "2872", "team_name": "Fulham", "won": 0}, {"draw": 1, "games_played": 3, "goals_against": 7, "goals_diff": -4, "goals_for": 3, "lost": 2, "points": 1, "rank": 18, "team_id": "2882", "team_name": "Burnley", "won": 0}, {"draw": 0, "games_played": 3, "goals_against": 5, "goals_diff": -3, "goals_for": 2, "lost": 3, "points": 0, "rank": 19, "team_id": "251", "team_name": "Sheffield United", "won": 0}, {"draw": 0, "games_played": 2, "goals_against": 7, "goals_diff": -5, "goals_for": 2, "lost": 2, "points": 0, "rank": 20, "team_id": "3032", "team_name": "West Bromwich Albion", "won": 0}], "home": [{"draw": 0, "games_played": 3, "goals_against": 5, "goals_diff": 4, "goals_for": 9, "lost": 0, "points": 9, "rank": 1, "team_id": "3340", "team_name": "Liverpool", "won": 3}, {"draw": 1, "games_played": 3, "goals_against": 6, "goals_diff": 5, "goals_for": 11, "lost": 0, "points": 7, "rank": 2, "team_id": "2917", "team_name": "Everton", "won": 2}, {"draw": 0, "games_played": 3, "goals_against": 5, "goals_diff": 3, "goals_for": 8, "lost": 1, "points": 6, "rank": 3, "team_id": "3863", "team_name": "Aston Villa", "won": 2}, {"draw": 0, "games_played": 3, "goals_against": 5, "goals_diff": 1, "goals_for": 6, "lost": 1, "points": 6, "rank": 4, "team_id": "2902", "team_name": "Southampton", "won": 2}, {"draw": 0, "games_played": 3, "goals_against": 3, "goals_diff": 1, "goals_for": 4, "lost": 1, "points": 6, "rank": 5, "team_id": "2773", "team_name": "Arsenal", "won": 2}, {"draw": 1, "games_played": 3, "goals_against": 5, "goals_diff": 2, "goals_for": 7, "lost": 1, "points": 4, "rank": 6, "team_id": "2881", "team_name": "Chelsea", "won": 1}, {"draw": 1, "games_played": 3, "goals_against": 3, "goals_diff": 2, "goals_for": 5, "lost": 1, "points": 4, "rank": 7, "team_id": "252", "team_name": "West Ham United", "won": 1}, {"draw": 1, "games_played": 3, "goals_against": 5, "goals_diff": 0, "goals_for": 5, "lost": 1, "points": 4, "rank": 8, "team_id": "3143", "team_name": "Leeds United", "won": 1}, {"draw": 1, "games_played": 3, "goals_against": 3, "goals_diff": 0, "goals_for": 3, "lost": 1, "points": 4, "rank": 9, "team_id": "2772", "team_name": "Crystal Palace", "won": 1}, {"draw": 1, "games_played": 3, "goals_against": 4, "goals_diff": -1, "goals_for": 3, "lost": 1, "points": 4, "rank": 10, "team_id": "2985", "team_name": "Wolverhampton Wanderers", "won": 1}, {"draw": 0, "games_played": 3, "goals_against": 6, "goals_diff": -2, "goals_for": 4, "lost": 2, "points": 3, "rank": 11, "team_id": "2901", "team_name": "Leicester City", "won": 1}, {"draw": 0, "games_played": 2, "goals_against": 5, "goals_diff": -2, "goals_for": 3, "lost": 1, "points": 3, "rank": 12, "team_id": "12633", "team_name": "Manchester City", "won": 1}, {"draw": 0, "games_played": 3, "goals_against": 8, "goals_diff": -4, "goals_for": 4, "lost": 2, "points": 3, "rank": 13, "team_id": "2986", "team_name": "Newcastle United", "won": 1}, {"draw": 2, "games_played": 3, "goals_against": 5, "goals_diff": -1, "goals_for": 4, "lost": 1, "points": 2, "rank": 14, "team_id": "3339", "team_name": "Tottenham Hotspur", "won": 0}, {"draw": 2, "games_played": 3, "goals_against": 6, "goals_diff": -3, "goals_for": 3, "lost": 1, "points": 2, "rank": 15, "team_id": "3032", "team_name": "West Bromwich Albion", "won": 0}, {"draw": 1, "games_played": 3, "goals_against": 4, "goals_diff": -3, "goals_for": 1, "lost": 2, "points": 1, "rank": 16, "team_id": "251", "team_name": "Sheffield United", "won": 0}, {"draw": 1, "games_played": 3, "goals_against": 9, "goals_diff": -7, "goals_for": 2, "lost": 2, "points": 1, "rank": 17, "team_id": "2810", "team_name": "Manchester United", "won": 0}, {"draw": 0, "games_played": 1, "goals_against": 1, "goals_diff": -1, "goals_for": 0, "lost": 1, "points": 0, "rank": 18, "team_id": "2882", "team_name": "Burnley", "won": 0}, {"draw": 0, "games_played": 2, "goals_against": 6, "goals_diff": -3, "goals_for": 3, "lost": 2, "points": 0, "rank": 19, "team_id": "2918", "team_name": "Brighton & Hove Albion", "won": 0}, {"draw": 0, "games_played": 3, "goals_against": 8, "goals_diff": -7, "goals_for": 1, "lost": 3, "points": 0, "rank": 20, "team_id": "2872", "team_name": "Fulham", "won": 0}], "total": [{"draw": 1, "games_played": 6, "goals_against": 9, "goals_diff": 5, "goals_for": 14, "lost": 1, "points": 13, "rank": 1, "team_id": "2917", "team_name": "Everton", "won": 4}, {"draw": 1, "games_played": 6, "goals_against": 14, "goals_diff": 1, "goals_for": 15, "lost": 1, "points": 13, "rank": 2, "team_id": "3340", "team_name": "Liverpool", "won": 4}, {"draw": 0, "games_played": 5, "goals_against": 5, "goals_diff": 7, "goals_for": 12, "lost": 1, "points": 12, "rank": 3, "team_id": "3863", "team_name": "Aston Villa", "won": 4}, {"draw": 0, "games_played": 6, "goals_against": 8, "goals_diff": 5, "goals_for": 13, "lost": 2, "points": 12, "rank": 4, "team_id": "2901", "team_name": "Leicester City", "won": 4}, {"draw": 1, "games_played": 6, "goals_against": 9, "goals_diff": 3, "goals_for": 12, "lost": 2, "points": 10, "rank": 5, "team_id": "3143", "team_name": "Leeds United", "won": 3}, {"draw": 1, "games_played": 6, "goals_against": 9, "goals_diff": 1, "goals_for": 10, "lost": 2, "points": 10, "rank": 6, "team_id": "2902", "team_name": "Southampton", "won": 3}, {"draw": 1, "games_played": 6, "goals_against": 9, "goals_diff": -1, "goals_for": 8, "lost": 2, "points": 10, "rank": 7, "team_id": "2772", "team_name": "Crystal Palace", "won": 3}, {"draw": 1, "games_played": 6, "goals_against": 8, "goals_diff": -2, "goals_for": 6, "lost": 2, "points": 10, "rank": 8, "team_id": "2985", "team_name": "Wolverhampton Wanderers", "won": 3}, {"draw": 3, "games_played": 6, "goals_against": 9, "goals_diff": 4, "goals_for": 13, "lost": 1, "points": 9, "rank": 9, "team_id": "2881", "team_name": "Chelsea", "won": 2}, {"draw": 0, "games_played": 6, "goals_against": 7, "goals_diff": 1, "goals_for": 8, "lost": 3, "points": 9, "rank": 10, "team_id": "2773", "team_name": "Arsenal", "won": 3}, {"draw": 2, "games_played": 5, "goals_against": 8, "goals_diff": 7, "goals_for": 15, "lost": 1, "points": 8, "rank": 11, "team_id": "3339", "team_name": "Tottenham Hotspur", "won": 2}, {"draw": 2, "games_played": 6, "goals_against": 8, "goals_diff": 4, "goals_for": 12, "lost": 2, "points": 8, "rank": 12, "team_id": "252", "team_name": "West Ham United", "won": 2}, {"draw": 2, "games_played": 5, "goals_against": 8, "goals_diff": 0, "goals_for": 8, "lost": 1, "points": 8, "rank": 13, "team_id": "12633", "team_name": "Manchester City", "won": 2}, {"draw": 2, "games_played": 6, "goals_against": 10, "goals_diff": -2, "goals_for": 8, "lost": 2, "points": 8, "rank": 14, "team_id": "2986", "team_name": "Newcastle United", "won": 2}, {"draw": 1, "games_played": 5, "goals_against": 12, "goals_diff": -3, "goals_for": 9, "lost": 2, "points": 7, "rank": 15, "team_id": "2810", "team_name": "Manchester United", "won": 2}, {"draw": 1, "games_played": 5, "goals_against": 11, "goals_diff": -2, "goals_for": 9, "lost": 3, "points": 4, "rank": 16, "team_id": "2918", "team_name": "Brighton & Hove Albion", "won": 1}, {"draw": 2, "games_played": 5, "goals_against": 13, "goals_diff": -8, "goals_for": 5, "lost": 3, "points": 2, "rank": 17, "team_id": "3032", "team_name": "West Bromwich Albion", "won": 0}, {"draw": 1, "games_played": 4, "goals_against": 8, "goals_diff": -5, "goals_for": 3, "lost": 3, "points": 1, "rank": 18, "team_id": "2882", "team_name": "Burnley", "won": 0}, {"draw": 1, "games_played": 6, "goals_against": 9, "goals_diff": -6, "goals_for": 3, "lost": 5, "points": 1, "rank": 19, "team_id": "251", "team_name": "Sheffield United", "won": 0}, {"draw": 1, "games_played": 6, "goals_against": 14, "goals_diff": -9, "goals_for": 5, "lost": 5, "points": 1, "rank": 20, "team_id": "2872", "team_name": "Fulham", "won": 0}]}, "status": 200}
{"properties": {"data": {"properties": {"away": {"items": {"properties": {"draw": {"type": "integer"}, "games_played": {"type": "integer"}, "goals_against": {"type": "integer"}, "goals_diff": {"type": "integer"}, "goals_for": {"type": "integer"}, "lost": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "won": {"type": "integer"}}, "type": "object"}, "type": "array"}, "home": {"items": {"properties": {"draw": {"type": "integer"}, "games_played": {"type": "integer"}, "goals_against": {"type": "integer"}, "goals_diff": {"type": "integer"}, "goals_for": {"type": "integer"}, "lost": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "won": {"type": "integer"}}, "type": "object"}, "type": "array"}, "total": {"items": {"properties": {"draw": {"type": "integer"}, "games_played": {"type": "integer"}, "goals_against": {"type": "integer"}, "goals_diff": {"type": "integer"}, "goals_for": {"type": "integer"}, "lost": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "won": {"type": "integer"}}, "type": "object"}, "type": "array"}}, "type": "object"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/808f6fd7-e0d5-4409-8fd3-89728dbb62da/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/leagues-by-country
Get all leagues in a country by country_code
200
Response
{"data": [{"league_code": "premier-league", "league_id": 292, "league_name": "Premier League"}, {"league_code": "sky-bet-championship", "league_id": 886, "league_name": "Sky Bet Championship"}, {"league_code": "sky-bet-league-1", "league_id": 705, "league_name": "Sky Bet League 1"}, {"league_code": "league-2", "league_id": 235, "league_name": "Sky Bet League 2"}, {"league_code": "national-league", "league_id": 881, "league_name": "National League"}, {"league_code": "community-shield", "league_id": 2979, "league_name": "Community Shield"}, {"league_code": "efl-cup", "league_id": 594, "league_name": "Carabao Cup"}, {"league_code": "fa-cup", "league_id": 751, "league_name": "FA Cup"}, {"league_code": "national-league-north", "league_id": 572, "league_name": "National League North"}, {"league_code": "national-league-south", "league_id": 595, "league_name": "National League South"}, {"league_code": "northern-premier-division", "league_id": 468, "league_name": "Northern Premier Division"}, {"league_code": "southern-premier-division-central", "league_id": 742, "league_name": "Southern Premier Division: Central"}, {"league_code": "southern-premier-division-south", "league_id": 780, "league_name": "Southern Premier Division: South"}, {"league_code": "isthmian-league", "league_id": 522, "league_name": "Isthmian League"}, {"league_code": "leasing-com-trophy-north-group-a", "league_id": 575, "league_name": "Leasing.com Trophy: North group A"}, {"league_code": "leasing-com-trophy-north-group-b", "league_id": 501, "league_name": "Leasing.com Trophy: North group B"}, {"league_code": "leasing-com-trophy-north-group-c", "league_id": 564, "league_name": "Leasing.com Trophy: North group C"}, {"league_code": "leasing-com-trophy-north-group-d", "league_id": 543, "league_name": "Leasing.com Trophy: North group D"}, {"league_code": "leasing-com-trophy-north-group-e", "league_id": 562, "league_name": "Leasing.com Trophy: North group E"}, {"league_code": "leasing-com-trophy-north-group-f", "league_id": 582, "league_name": "Leasing.com Trophy: North group F"}, {"league_code": "leasing-com-trophy-north-group-g", "league_id": 514, "league_name": "Leasing.com Trophy: North group G"}, {"league_code": "leasing-com-trophy-north-group-h", "league_id": 511, "league_name": "Leasing.com Trophy: North group H"}, {"league_code": "leasing-com-trophy-south-group-a", "league_id": 567, "league_name": "Leasing.com Trophy: South group A"}, {"league_code": "leasing-com-trophy-south-group-b", "league_id": 587, "league_name": "Leasing.com Trophy: South group B"}, {"league_code": "leasing-com-trophy-south-group-c", "league_id": 519, "league_name": "Leasing.com Trophy: South group C"}, {"league_code": "leasing-com-trophy-south-group-d", "league_id": 510, "league_name": "Leasing.com Trophy: South group D"}, {"league_code": "leasing-com-trophy-south-group-e", "league_id": 505, "league_name": "Leasing.com Trophy: South Group E"}, {"league_code": "leasing-com-trophy-south-group-f", "league_id": 651, "league_name": "Leasing.com Trophy: South group F"}, {"league_code": "leasing-com-trophy-south-group-g", "league_id": 573, "league_name": "Leasing.com Trophy: South group G"}, {"league_code": "leasing-com-trophy-south-group-h", "league_id": 552, "league_name": "Leasing.com Trophy: South group H"}, {"league_code": "premier-league-cup", "league_id": 2513, "league_name": "Premier League Cup"}, {"league_code": "fa-trophy", "league_id": 253, "league_name": "FA Trophy"}, {"league_code": "fa-trophy-qualification", "league_id": 252, "league_name": "FA Trophy: qualification"}, {"league_code": "fa-cup-qualification", "league_id": 888, "league_name": "FA Cup: qualification"}, {"league_code": "premier-league-u-18", "league_id": 1011, "league_name": "Premier League U-18"}, {"league_code": "premier-league-2-division-1", "league_id": 343, "league_name": "Premier League 2: division 1"}, {"league_code": "premier-league-2-division-2", "league_id": 346, "league_name": "Premier League 2: division 2"}, {"league_code": "professional-development-league-north-division", "league_id": 2009, "league_name": "Professional Development League: North"}, {"league_code": "professional-development-league-south-division", "league_id": 2196, "league_name": "Professional Development League: South"}, {"league_code": "womens-fa-cup", "league_id": 2011, "league_name": "Women's FA Cup"}, {"league_code": "fa-womens-league-cup-playoffs", "league_id": 2012, "league_name": "FA Women's League Cup: Playoffs"}, {"league_code": "fa-women-s-super-league", "league_id": 301, "league_name": "FA Women\u2019s Super League"}, {"league_code": "league-cup-group-a-women", "league_id": 4977, "league_name": "League Cup: Group A Women"}, {"league_code": "league-cup-grp-b-women", "league_id": 4978, "league_name": "League Cup: Group B Women"}, {"league_code": "league-cup-grp-c-women", "league_id": 4976, "league_name": "League Cup: Group C Women"}, {"league_code": "league-cup-grp-d-women", "league_id": 4975, "league_name": "League Cup: Group D Women"}, {"league_code": "league-cup-group-e-women", "league_id": 4979, "league_name": "League Cup: Group E Women"}, {"league_code": "league-cup-group-f-women", "league_id": 4980, "league_name": "League Cup: Group F Women"}, {"league_code": "community-shield-women-2020", "league_id": 3037, "league_name": "Community Shield Women"}], "status": 200}
{"properties": {"data": {"items": {"properties": {"league_code": {"type": "string"}, "league_id": {"type": "integer"}, "league_name": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/582b3ffd-eaa4-4311-8779-8bd4f139ddf3/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/live-matches
Get all matches by league
200
Response
{"data": [{"country_code": "kazakhstan", "country_id": "249", "country_name": "Kazakhstan", "league_code": "premier-league", "league_id": "1301", "league_name": "Premier League", "matches": [{"last_update": null, "match_id": "80541", "round": 15, "round_info": "15", "score": {"full_time": {"team_1": "0", "team_2": "0"}, "half_time": {"team_1": 0, "team_2": 0}}, "status": "11'", "team_1": {"country": "Kazakhstan", "id": "9717", "name": "Zhetysu Taldykorgan"}, "team_2": {"country": "Kazakhstan", "id": "9703", "name": "Kaisar Kyzylorda"}, "time": {"finish": null, "scheduled": 20201026140000, "start": 20201026135744, "timezone": "7.00"}}]}], "status": 200}
{"properties": {"data": {"items": {"properties": {"country_code": {"type": "string"}, "country_id": {"type": "string"}, "country_name": {"type": "string"}, "league_code": {"type": "string"}, "league_id": {"type": "string"}, "league_name": {"type": "string"}, "matches": {"items": {"properties": {"last_update": {"type": "null"}, "match_id": {"type": "string"}, "round": {"type": "integer"}, "round_info": {"type": "string"}, "score": {"properties": {"full_time": {"properties": {"team_1": {"type": "string"}, "team_2": {"type": "string"}}, "type": "object"}, "half_time": {"properties": {"team_1": {"type": "integer"}, "team_2": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "status": {"type": "string"}, "team_1": {"properties": {"country": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "team_2": {"properties": {"country": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "time": {"properties": {"finish": {"type": "null"}, "scheduled": {"type": "integer"}, "start": {"type": "integer"}, "timezone": {"type": "string"}}, "type": "object"}}, "type": "object"}, "type": "array"}}, "type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/558f3f04-d6d2-466b-9639-f7c3a47f86ff/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-commentaries
Get match tracker / commentaries by match_id
200
Response
{"data": [{"IT": 22, "Min": 90, "MinEx": 7, "Txt": "That's it! The referee blows the final whistle"}, {"Min": 90, "MinEx": 7, "Txt": "Ball possession: Everton: 42%, Liverpool: 58%."}, {"Min": 90, "MinEx": 7, "Txt": "Dominic Calvert-Lewin from Everton tries to head the ball to a team mate, but the keeper is first to it."}, {"Min": 90, "MinEx": 7, "Txt": "James Rodriguez swings in a cross from the free kick."}, {"Min": 90, "MinEx": 6, "Txt": "The referee signals a free kick as Andrew Robertson from Liverpool trips Alex Iwobi"}, {"Min": 90, "MinEx": 6, "Txt": "Great skill from Alex Iwobi as he dribbles past his opponents"}, {"Min": 90, "MinEx": 6, "Txt": "Goal kick for Everton."}, {"Min": 90, "MinEx": 5, "Txt": "Diogo Jota from Liverpool makes a good pass into the box, but his team mates fail to take advantage of the space"}, {"Min": 90, "MinEx": 5, "Txt": "Diogo Jota from Liverpool takes the ball forward trying to make something happen..."}, {"Min": 90, "MinEx": 5, "Txt": "Ball possession: Everton: 43%, Liverpool: 57%."}, {"Min": 90, "MinEx": 4, "Txt": "Sadio Mane from Liverpool is ruled offside."}, {"Min": 90, "MinEx": 4, "Txt": "NO GOAL! - After reviewing the situation, the referee announces that the goal for Liverpool is revoked due to offside."}, {"Min": 90, "MinEx": 3, "Txt": "VAR - GOAL! - The referee has stopped the play. VAR check in progress, pending goal situation."}, {"Min": 90, "MinEx": 2, "Txt": "G O O O O A A A L! Liverpool score! Jordan Henderson is on the scoresheet."}, {"Min": 90, "MinEx": 2, "Txt": "Sadio Mane of Liverpool passes the ball to a team mate."}, {"Min": 90, "MinEx": 2, "Txt": "Sadio Mane from Liverpool passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 90, "MinEx": 1, "Txt": "The game is restarted."}, {"IT": 3, "Min": 90, "MinEx": 1, "Txt": "Fabinho is leaving the field to be replaced by Georginio Wijnaldum in a tactical substitution."}, {"Min": 90, "MinEx": 1, "Txt": "The fourth official shows there are 5 minute(s) of time to be added."}, {"Min": 90, "Txt": "Ball possession: Everton: 47%, Liverpool: 53%."}, {"IT": 45, "Min": 90, "Txt": "SENT OFF! - After a serious foul Richarlison is dismissed!"}, {"Min": 89, "Txt": "Allan is down injured and receives medical attention on the field."}, {"Min": 89, "Txt": "Richarlison is down injured and receives medical attention on the field."}, {"Min": 89, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 88, "Txt": "Yerry Mina is penalised for pushing Sadio Mane."}, {"Min": 88, "Txt": "Goal kick for Everton."}, {"Min": 87, "Txt": "Trent Alexander-Arnold goes for goal on the direct free kick, but the shot sails wide"}, {"Min": 86, "Txt": "Yerry Mina is penalised for pushing Sadio Mane."}, {"Min": 86, "Txt": "Safe hands from Adrian as he comes out and claims the ball"}, {"Min": 86, "Txt": "James Rodriguez puts in a cross..."}, {"Min": 86, "Txt": "Liverpool take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 86, "Txt": "The game is restarted."}, {"Min": 86, "Txt": "James Rodriguez is down injured and receives medical attention on the field."}, {"Min": 86, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"IT": 43, "Min": 84, "Txt": "The referee shows Allan the yellow card for unsportsmanlike conduct."}, {"IT": 43, "Min": 84, "Txt": "The referee runs back to show Fabinho from Liverpool a yellow card for the previous foul."}, {"Min": 84, "Txt": "Richarlison from Everton passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 84, "Txt": "Richarlison from Everton takes the ball forward trying to make something happen..."}, {"Min": 83, "Txt": "Goal kick for Everton."}, {"Min": 83, "Txt": "A chance presents itself to Sadio Mane from Liverpool but his header goes wide"}, {"Min": 83, "Txt": "Diogo Jota of Liverpool passes the ball to a team mate."}, {"Min": 83, "Txt": "Sadio Mane releases a shot, it's parried by Jordan Pickford but he can't hold onto it..."}, {"Min": 83, "Txt": "Could be a good chance here as Mohamed Salah from Liverpool cuts the opponents defense open with a through ball..."}, {"Min": 82, "Txt": "Liverpool is in control of the ball."}, {"Min": 81, "Txt": "Lucas Digne provided the assist for the goal."}, {"IT": 36, "Min": 81, "Txt": "G O O O A A A L - Dominic Calvert-Lewin from Everton heads the ball home!"}, {"Min": 81, "Txt": "Lucas Digne puts in a cross..."}, {"Min": 81, "Txt": "Everton is in control of the ball."}, {"Min": 80, "Txt": "Gylfi Sigurdsson hand-balls."}, {"Min": 80, "Txt": "Ball possession: Everton: 48%, Liverpool: 52%."}, {"Min": 80, "Txt": "Yerry Mina relieves the pressure with a clearance"}, {"Min": 80, "Txt": "Andrew Robertson puts in a cross..."}, {"Min": 79, "Txt": "Mohamed Salah tests Jordan Pickford with a long range shot, which is parried back into play!"}, {"Min": 79, "Txt": "Liverpool is in control of the ball."}, {"Min": 78, "Txt": "Goal kick for Everton."}, {"IT": 3, "Min": 78, "Txt": "Abdoulaye Doucoure is leaving the field to be replaced by Alex Iwobi in a tactical substitution."}, {"IT": 3, "Min": 78, "Txt": "Roberto Firmino is leaving the field to be replaced by Diogo Jota in a tactical substitution."}, {"Min": 77, "Txt": "Liverpool take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 77, "Txt": "Jordan Pickford from Everton makes a great save."}, {"Min": 77, "Txt": "So nearly a goal there! Joel Matip's header looked destined for the back of the net but Jordan Pickford saves it!"}, {"Min": 77, "Txt": "Trent Alexander-Arnold from Liverpool swings in the corner from the right."}, {"Min": 77, "Txt": "Michael Keane clears the danger but is forced to give away a corner..."}, {"Min": 76, "Txt": "Could be a good chance here as Trent Alexander-Arnold from Liverpool cuts the opponents defense open with a through ball..."}, {"Min": 76, "Txt": "Andrew Robertson relieves the pressure with a clearance"}, {"Min": 75, "Txt": "Could be a good chance here as Gylfi Sigurdsson from Everton cuts the opponents defense open with a through ball..."}, {"Min": 75, "Txt": "Ball possession: Everton: 47%, Liverpool: 53%."}, {"Min": 75, "Txt": "Everton is in control of the ball."}, {"Min": 75, "Txt": "Fabinho from Liverpool takes the ball forward trying to make something happen..."}, {"Min": 74, "Txt": "Michael Keane could cost his team a goal after a defensive blunder."}, {"Min": 74, "Txt": "Liverpool is in control of the ball."}, {"Min": 74, "Txt": "Liverpool take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 73, "Txt": "Dangerous challenge by James Rodriguez from Everton. Fabinho on the receiving end of that."}, {"IT": 3, "Min": 72, "Txt": "Andre Gomes is leaving the field to be replaced by Gylfi Sigurdsson in a tactical substitution."}, {"IT": 36, "Min": 72, "Txt": "G O O O A A A L - Mohamed Salah scores!"}, {"Min": 72, "Txt": "Poor play by Yerry Mina as his weak attempt to clear the ball puts his side under pressure"}, {"Min": 72, "Txt": "Jordan Henderson puts in a cross..."}, {"Min": 71, "Txt": "Goal kick for Everton."}, {"Min": 70, "Txt": "Liverpool is having a good opportunity to score."}, {"Min": 70, "Txt": "Liverpool take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 70, "Txt": "Ball possession: Everton: 49%, Liverpool: 51%."}, {"Min": 70, "Txt": "Sadio Mane from Liverpool passes the ball in the box, but it's intercepted by an opponent player."}, {"IT": 43, "Min": 69, "Txt": "After a tactical foul, Andre Gomes sees no other way than stopping the counter and receives a yellow card."}, {"Min": 69, "Txt": "The referee signals a free kick as Andre Gomes from Everton trips Fabinho"}, {"Min": 69, "Txt": "Everton take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 68, "Txt": "Everton is in control of the ball."}, {"Min": 67, "Txt": "The game is restarted."}, {"IT": 43, "Min": 67, "Txt": "Yellow card for Sadio Mane."}, {"Min": 67, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 67, "Txt": "Reckless challenge there. Sadio Mane commits a rough foul on Lucas Digne"}, {"Min": 67, "Txt": "Liverpool take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 66, "Txt": "Ball possession: Everton: 49%, Liverpool: 51%."}, {"Min": 66, "Txt": "Dominic Calvert-Lewin from Everton is ruled offside."}, {"Min": 65, "Txt": "Goal kick for Liverpool."}, {"Min": 65, "Txt": "James Rodriguez goes for goal, but his effort was never close to hitting the target."}, {"Min": 65, "Txt": "Yerry Mina from Everton tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 65, "Txt": "A player from Everton takes a long throw from left side of the pitch into the opponent's box"}, {"Min": 65, "Txt": "James Rodriguez tests Adrian with a long range shot, which is parried back into play!"}, {"Min": 65, "Txt": "James Rodriguez from Everton takes the ball forward trying to make something happen..."}, {"Min": 65, "Txt": "Joel Matip could cost his team a goal after a defensive blunder."}, {"Min": 64, "Txt": "Goal kick for Liverpool."}, {"Min": 63, "Txt": "Everton take a throw-in at the right side of the pitch in the opponent's half of the field"}, {"Min": 63, "Txt": "Fabinho from Liverpool directs the ball behind the defence, but the keeper reads the play well and comes to claim it"}, {"Min": 63, "Txt": "Liverpool take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 62, "Txt": "Liverpool take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 62, "Txt": "Dominic Calvert-Lewin relieves the pressure with a clearance"}, {"Min": 62, "Txt": "Andrew Robertson from Liverpool swings in the corner from the right."}, {"Min": 61, "Txt": "Lucas Digne clears the danger but is forced to give away a corner..."}, {"Min": 61, "Txt": "Could be a good chance here as Jordan Henderson from Liverpool cuts the opponents defense open with a through ball..."}, {"Min": 61, "Txt": "Dominic Calvert-Lewin is penalised for pushing Joel Matip."}, {"Min": 60, "Txt": "Ball possession: Everton: 48%, Liverpool: 52%."}, {"Min": 60, "Txt": "Liverpool is in control of the ball."}, {"Min": 60, "Txt": "CHANCE! That really should have been a goal. Richarlison wastes a huge chance as his header hits the post!"}, {"Min": 60, "Txt": "James Rodriguez from Everton chips the ball into the penalty box."}, {"Min": 60, "Txt": "Joel Matip relieves the pressure with a clearance"}, {"Min": 59, "Txt": "James Rodriguez from Everton chips the ball into the penalty box."}, {"Min": 59, "Txt": "Sadio Mane relieves the pressure with a clearance"}, {"Min": 59, "Txt": "Lucas Digne puts in a cross..."}, {"Min": 59, "Txt": "Goal kick for Everton."}, {"Min": 58, "Txt": "Andrew Robertson from Liverpool takes the ball forward trying to make something happen..."}, {"Min": 58, "Txt": "Liverpool take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 57, "Txt": "Roberto Firmino from Liverpool sees his pass blocked by an opponent."}, {"Min": 57, "Txt": "Roberto Firmino from Liverpool takes the ball forward trying to make something happen..."}, {"Min": 56, "Txt": "Andrew Robertson comes back onto the field."}, {"Min": 56, "Txt": "Everton take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 56, "Txt": "The game is restarted."}, {"Min": 56, "Txt": "It doesn't look good here as Andrew Robertson is injured and is taken off the field to receive medical treatment."}, {"Min": 55, "Txt": "Andrew Robertson is down injured and receives medical attention on the field."}, {"Min": 54, "Txt": "Ball possession: Everton: 47%, Liverpool: 53%."}, {"Min": 54, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 53, "Txt": "A shot by Abdoulaye Doucoure is blocked."}, {"Min": 53, "Txt": "Goal kick for Liverpool."}, {"Min": 52, "Txt": "Liverpool take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 52, "Txt": "Everton take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 51, "Txt": "Everton take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 51, "Txt": "Ball possession: Everton: 46%, Liverpool: 54%."}, {"Min": 50, "Txt": "Safe hands from Adrian as he comes out and claims the ball"}, {"Min": 50, "Txt": "Lucas Digne from Everton crosses the ball, but his team mate arrives a little late and can't benefit from it."}, {"Min": 50, "Txt": "Thiago Alcantara from Liverpool sees his pass blocked by an opponent."}, {"Min": 50, "Txt": "Thiago Alcantara from Liverpool takes the ball forward trying to make something happen..."}, {"Min": 50, "Txt": "Liverpool is in control of the ball."}, {"Min": 49, "Txt": "Goal kick for Everton."}, {"Min": 48, "Txt": "Jordan Henderson from Liverpool sends an effort wide of target"}, {"Min": 48, "Txt": "Michael Keane relieves the pressure with a clearance"}, {"Min": 48, "Txt": "Andrew Robertson puts in a cross..."}, {"Min": 48, "Txt": "Liverpool take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 47, "Txt": "Goal kick for Everton."}, {"Min": 47, "Txt": "Fabinho goes for goal, but his effort was never close to hitting the target."}, {"Min": 46, "Txt": "The referee signals a free kick as Allan from Everton trips Fabinho"}, {"IT": 12, "Min": 46, "Txt": "The second half is underway."}, {"IT": 11, "Min": 45, "MinEx": 5, "Txt": "It's over! The referee blows for half time"}, {"Min": 45, "MinEx": 5, "Txt": "Ball possession: Everton: 44%, Liverpool: 56%."}, {"Min": 45, "MinEx": 4, "Txt": "Ben Godfrey relieves the pressure with a clearance"}, {"Min": 45, "MinEx": 4, "Txt": "Jordan Henderson from Liverpool chips the ball into the penalty box."}, {"Min": 45, "MinEx": 4, "Txt": "Liverpool take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "MinEx": 4, "Txt": "Mohamed Salah from Liverpool passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 45, "MinEx": 4, "Txt": "Mohamed Salah from Liverpool takes the ball forward trying to make something happen..."}, {"Min": 45, "MinEx": 3, "Txt": "Goal kick for Liverpool."}, {"Min": 45, "MinEx": 3, "Txt": "James Rodriguez swings in the ball from a corner on the left, but it is nowhere near a teammate and it goes out of the field."}, {"Min": 45, "MinEx": 2, "Txt": "Adrian clears the danger but is forced to give away a corner..."}, {"Min": 45, "MinEx": 2, "Txt": "Andre Gomes puts in a cross..."}, {"Min": 45, "MinEx": 2, "Txt": "Trent Alexander-Arnold relieves the pressure with a clearance"}, {"Min": 45, "MinEx": 2, "Txt": "A player from Everton takes a long throw from left side of the pitch into the opponent's box"}, {"Min": 45, "MinEx": 2, "Txt": "Everton take a throw-in at the left side of the pitch in the opponent's half of the field"}, {"Min": 45, "MinEx": 1, "Txt": "Everton is having a good opportunity to score."}, {"Min": 45, "MinEx": 1, "Txt": "Everton start a counter attack."}, {"Min": 45, "MinEx": 1, "Txt": "A shot by Thiago Alcantara is blocked."}, {"Min": 45, "MinEx": 1, "Txt": "Yerry Mina relieves the pressure with a clearance"}, {"Min": 45, "MinEx": 1, "Txt": "Trent Alexander-Arnold swings in a cross from the free kick."}, {"Min": 45, "MinEx": 1, "Txt": "The fourth official shows there are 4 minute(s) of time to be added."}, {"IT": 43, "Min": 45, "Txt": "Yellow card for James Rodriguez."}, {"Min": 45, "Txt": "The ref blows his whistle. James Rodriguez charged Sadio Mane from behind and it's a free-kick"}, {"Min": 44, "Txt": "Goal kick for Liverpool."}, {"Min": 44, "Txt": "Richarlison fails to find the target with a shot from outside the box"}, {"Min": 44, "Txt": "Ben Godfrey of Everton passes the ball to a team mate."}, {"Min": 44, "Txt": "Great skill from Ben Godfrey as he dribbles past his opponents"}, {"Min": 43, "Txt": "The referee signals a free kick as Roberto Firmino from Liverpool trips James Rodriguez"}, {"Min": 43, "Txt": "Roberto Firmino from Liverpool directs the ball behind the defence, but it's intercepted by an opponent player."}, {"Min": 43, "Txt": "Goal kick for Everton."}, {"Min": 42, "Txt": "Jordan Henderson goes for goal, but his effort was never close to hitting the target."}, {"Min": 42, "Txt": "Roberto Firmino of Liverpool passes the ball to a team mate."}, {"Min": 42, "Txt": "A shot by Mohamed Salah is blocked."}, {"Min": 42, "Txt": "Some neat football here as Mohamed Salah from Liverpool plays a 1-2 with Roberto Firmino."}, {"Min": 41, "Txt": "Andre Gomes from Everton is ruled offside."}, {"Min": 41, "Txt": "Everton is having a good opportunity to score."}, {"Min": 41, "Txt": "Goal kick for Liverpool."}, {"Min": 41, "Txt": "Dominic Calvert-Lewin from Everton sends an effort wide of target"}, {"Min": 41, "Txt": "Abdoulaye Doucoure puts in a cross..."}, {"Min": 40, "Txt": "Goal kick for Everton."}, {"Min": 40, "Txt": "Ball possession: Everton: 46%, Liverpool: 54%."}, {"Min": 39, "Txt": "Good effort by Mohamed Salah as he directs a shot on target, but the keeper saves it"}, {"Min": 39, "Txt": "Some neat football here as Mohamed Salah from Liverpool plays a 1-2 with Thiago Alcantara."}, {"Min": 38, "Txt": "Goal kick for Everton."}, {"Min": 37, "Txt": "Yerry Mina from Everton tries to head the ball to a team mate, but it's intercepted by an opponent player."}, {"Min": 37, "Txt": "James Rodriguez swings in a cross from the free kick."}, {"Min": 37, "Txt": "Andrew Robertson from Liverpool goes a bit too far there as the pulls down James Rodriguez"}, {"Min": 36, "Txt": "Richarlison relieves the pressure with a clearance"}, {"Min": 36, "Txt": "Andrew Robertson from Liverpool swings in the corner from the left."}, {"Min": 36, "Txt": "Mohamed Salah sees his shot deflected off target"}, {"Min": 36, "Txt": "Could be a good chance here as Thiago Alcantara from Liverpool cuts the opponents defense open with a through ball..."}, {"Min": 35, "Txt": "Ball possession: Everton: 48%, Liverpool: 52%."}, {"Min": 35, "Txt": "The referee signals a free kick as Allan from Everton trips Sadio Mane"}, {"Min": 35, "Txt": "Goal kick for Everton."}, {"Min": 35, "Txt": "How did he miss that? Sadio Mane has a wonderful chance to score but somehow manages to miss the target!"}, {"Min": 35, "Txt": "Andrew Robertson puts in a cross..."}, {"Min": 34, "Txt": "Could be a good chance here as Roberto Firmino from Liverpool cuts the opponents defense open with a through ball..."}, {"Min": 34, "Txt": "Andre Gomes is penalised for pushing Jordan Henderson."}, {"Min": 34, "Txt": "Goal kick for Everton."}, {"Min": 33, "Txt": "Thiago Alcantara fails to find the target with a shot from outside the box"}, {"Min": 33, "Txt": "Sadio Mane of Liverpool passes the ball to a team mate."}, {"Min": 32, "Txt": "Safe hands from Jordan Pickford as he comes out and claims the ball"}, {"Min": 32, "Txt": "Trent Alexander-Arnold puts in a cross..."}, {"Min": 32, "Txt": "Andrew Robertson from Liverpool passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 32, "Txt": "The game is restarted."}, {"Min": 32, "Txt": "The captain is forced to give away his armband, because he is leaving the field."}, {"IT": 3, "Min": 31, "Txt": "Seamus Coleman is injured and is replaced by Ben Godfrey."}, {"Min": 31, "Txt": "Seamus Coleman is down injured and receives medical attention on the field."}, {"Min": 30, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 30, "Txt": "Trent Alexander-Arnold is penalised for pushing Richarlison."}, {"Min": 30, "Txt": "Ball possession: Everton: 48%, Liverpool: 52%."}, {"Min": 29, "Txt": "Sadio Mane hand-balls."}, {"Min": 28, "Txt": "Yerry Mina relieves the pressure with a clearance"}, {"Min": 28, "Txt": "Trent Alexander-Arnold swings in a cross from the free kick."}, {"Min": 28, "Txt": "The referee signals a free kick as Allan from Everton trips Thiago Alcantara"}, {"Min": 27, "Txt": "Everton is in control of the ball."}, {"Min": 26, "Txt": "Sadio Mane from Liverpool passes the ball in the box, but Jordan Pickford comes out to smother the ball."}, {"Min": 26, "Txt": "Sadio Mane from Liverpool takes the ball forward trying to make something happen..."}, {"Min": 26, "Txt": "Ball possession: Everton: 45%, Liverpool: 55%."}, {"Min": 26, "Txt": "The referee signals a free kick as Thiago Alcantara from Liverpool trips James Rodriguez"}, {"Min": 25, "Txt": "James Rodriguez relieves the pressure with a clearance"}, {"Min": 25, "Txt": "Trent Alexander-Arnold from Liverpool swings in the corner from the left."}, {"Min": 25, "Txt": "The resulting free-kick is taken by Trent Alexander-Arnold and his strike forces a good save from Jordan Pickford. It's a corner"}, {"Min": 24, "Txt": "The game is restarted."}, {"Min": 23, "Txt": "Play has been stopped while the referee talks to the players."}, {"Min": 23, "Txt": "Dangerous challenge by Andre Gomes from Everton. Sadio Mane on the receiving end of that."}, {"Min": 22, "Txt": "Good effort by Mohamed Salah as he directs a shot on target, but the keeper saves it"}, {"Min": 21, "Txt": "Roberto Firmino of Liverpool passes the ball to a team mate."}, {"Min": 21, "Txt": "Allan could cost his team a goal after a defensive blunder."}, {"Min": 20, "Txt": "Ball possession: Everton: 42%, Liverpool: 58%."}, {"Min": 19, "Txt": "James Rodriguez provided the assist for the goal."}, {"IT": 36, "Min": 19, "Txt": "G O O O A A A L - Michael Keane from Everton heads the ball home!"}, {"Min": 19, "Txt": "James Rodriguez from Everton swings in the corner from the right."}, {"Min": 19, "Txt": "Dominic Calvert-Lewin forces a good save from Adrian who turns the ball behind for a corner!"}, {"Min": 19, "Txt": "Dominic Calvert-Lewin from Everton takes the ball forward trying to make something happen..."}, {"Min": 19, "Txt": "Could be a good chance here as James Rodriguez from Everton cuts the opponents defense open with a through ball..."}, {"Min": 18, "Txt": "Richarlison hand-balls."}, {"Min": 18, "Txt": "Sadio Mane from Liverpool is ruled offside."}, {"Min": 17, "Txt": "Good effort by Dominic Calvert-Lewin as he directs a shot on target, but the keeper saves it"}, {"Min": 17, "Txt": "Great skill from Dominic Calvert-Lewin as he dribbles past his opponents"}, {"Min": 17, "Txt": "Everton is in control of the ball."}, {"Min": 16, "Txt": "Everton take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 16, "Txt": "Abdoulaye Doucoure is penalised for pushing Sadio Mane."}, {"Min": 15, "Txt": "The referee signals a free kick as James Rodriguez from Everton trips Thiago Alcantara"}, {"Min": 15, "Txt": "Ball possession: Everton: 47%, Liverpool: 53%."}, {"Min": 14, "Txt": "Goal kick for Everton."}, {"Min": 13, "Txt": "Roberto Firmino from Liverpool heads the ball, but it's a terrible effort nowhere near the goal."}, {"Min": 13, "Txt": "Andrew Robertson puts in a cross..."}, {"Min": 13, "Txt": "A shot by Roberto Firmino is blocked."}, {"Min": 13, "Txt": "Michael Keane relieves the pressure with a clearance"}, {"Min": 13, "Txt": "Trent Alexander-Arnold puts in a cross..."}, {"Min": 13, "Txt": "Everton take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 12, "Txt": "Liverpool take a throw-in at the right side of the pitch in their own half of the field"}, {"Min": 12, "Txt": "Goal kick for Liverpool."}, {"Min": 12, "Txt": "Dominic Calvert-Lewin from Everton heads the ball, but it's a terrible effort nowhere near the goal."}, {"Min": 12, "Txt": "Lucas Digne puts in a cross..."}, {"Min": 12, "Txt": "Richarlison from Everton passes the ball in the box, but it's intercepted by an opponent player."}, {"Min": 12, "Txt": "Richarlison from Everton takes the ball forward trying to make something happen..."}, {"Min": 11, "Txt": "Everton take a throw-in at the right side of the pitch in their own half of the field"}, {"IT": 3, "Min": 11, "Txt": "Virgil van Dijk is injured and is replaced by Joseph Gomez."}, {"Min": 10, "Txt": "Safe hands from Adrian as he comes out and claims the ball"}, {"Min": 10, "Txt": "Lucas Digne puts in a cross..."}, {"Min": 10, "Txt": "Ball possession: Everton: 50%, Liverpool: 50%."}, {"Min": 9, "Txt": "Everton is trying to create something here."}, {"Min": 9, "Txt": "The game is restarted."}, {"Min": 8, "Txt": "It doesn't look good here as Virgil van Dijk is injured and is taken off the field to receive medical treatment."}, {"Min": 7, "Txt": "After VAR check, the referee decided to stay with the initial call - not to award a penalty for Liverpool!"}, {"Min": 7, "Txt": "VAR - PENALTY ! - The referee has stopped the play. VAR check in progress, a potential penalty situation."}, {"Min": 6, "Txt": "Virgil van Dijk is down injured and receives medical attention on the field."}, {"Min": 6, "Txt": "Play has been stopped because there is a player lying on the pitch."}, {"Min": 6, "Txt": "Virgil van Dijk from Liverpool is ruled offside."}, {"Min": 6, "Txt": "Fabinho from Liverpool chips the ball into the penalty box."}, {"Min": 6, "Txt": "Seamus Coleman relieves the pressure with a clearance"}, {"Min": 5, "Txt": "Andrew Robertson from Liverpool swings in the corner from the left."}, {"Min": 5, "Txt": "Lucas Digne clears the danger but is forced to give away a corner..."}, {"Min": 5, "Txt": "Sadio Mane puts in a cross..."}, {"Min": 5, "Txt": "Ball possession: Everton: 46%, Liverpool: 54%."}, {"Min": 4, "Txt": "Liverpool take a throw-in at the left side of the pitch in their own half of the field"}, {"Min": 4, "Txt": "Goal kick for Liverpool."}, {"Min": 4, "Txt": "Everton is in control of the ball."}, {"Min": 3, "Txt": "Andrew Robertson provided the assist for the goal."}, {"IT": 36, "Min": 3, "Txt": "G O O O A A A L - Sadio Mane with the goal!"}, {"Min": 3, "Txt": "Andrew Robertson of Liverpool passes the ball to a team mate."}, {"Min": 3, "Txt": "Seamus Coleman could cost his team a goal after a defensive blunder."}, {"Min": 2, "Txt": "That's a great ball by Fabinho from Liverpool. He directs the ball behind the defence, but the chance eventually goes begging"}, {"Min": 2, "Txt": "Virgil van Dijk is penalised for pushing Dominic Calvert-Lewin."}, {"Min": 1, "Txt": "Dangerous challenge by Virgil van Dijk from Liverpool. James Rodriguez on the receiving end of that."}, {"Min": 1, "Txt": "Today's game will be played behind closed doors, due to Coronavirus outbreak safety precautions."}, {"Min": 1, "Txt": "The pitch is in good condition today allowing for more technical play"}, {"Min": 1, "Txt": "Cloudy conditions overhead at the moment."}, {"Min": 1, "Txt": "Liverpool kick-off, and the game is underway."}, {"IT": 10, "Txt": "The referee starts the match."}, {"Txt": "Welcome to Goodison Park, the match will start in about 5 minutes."}], "status": 200}
{"properties": {"data": {"items": {"type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/b3f3a94f-3e9c-47e1-b35c-7548c9c069af/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-events
Get match events / incidents during a match by match_id
200
Response
{"data": [{"event": "GOAL", "id": "521210", "minute": 23, "player_name": "Hirving Lozano", "score": [1, 0], "sort": 3, "team": 1}, {"events": [{"event": "GOAL", "id": "521210", "minute": 27, "player_name": "Hirving Lozano", "score": [2, 0], "sort": 1, "team": 1}, {"event": "GOAL_ASSIST", "id": "46104", "minute": 27, "player_name": "Dries Mertens", "score": [2, 0], "sort": 1, "team": 1}], "minute": 27, "score": [2, 0], "sort": 1, "team": 1}, {"events": [{"event": "GOAL", "id": "415539", "minute": 30, "player_name": "Matteo Politano", "score": [3, 0], "sort": 1, "team": 1}, {"event": "GOAL_ASSIST", "id": "605654", "minute": 30, "player_name": "Fabian", "score": [3, 0], "sort": 1, "team": 1}], "minute": 30, "score": [3, 0], "sort": 1, "team": 1}, {"event": "YELLOW_CARD", "id": "127374", "minute": 38, "player_name": "Rafael Toloi", "sort": 1, "team": 2}, {"events": [{"event": "GOAL", "id": "687681", "minute": 43, "player_name": "Victor Osimhen", "score": [4, 0], "sort": 3, "team": 1}, {"event": "GOAL_ASSIST", "id": "50065", "minute": 43, "player_name": "David Ospina", "score": [4, 0], "sort": 3, "team": 1}], "minute": 43, "score": [4, 0], "sort": 3, "team": 1}, {"event": "YELLOW_CARD", "id": "518346", "minute": 45, "minute_extra": 1, "player_name": "Robin Gosens", "sort": 6, "team": 2}, {"events": [{"event": "GOAL", "id": "665164", "minute": 69, "player_name": "Sam Lammers", "score": [4, 1], "sort": 3, "team": 2}, {"event": "GOAL_ASSIST", "id": "789066", "minute": 69, "player_name": "Cristian Romero", "score": [4, 1], "sort": 3, "team": 2}], "minute": 69, "score": [4, 1], "sort": 3, "team": 2}, {"event": "YELLOW_CARD", "id": "521210", "minute": 79, "player_name": "Hirving Lozano", "sort": 1, "team": 1}, {"event": "YELLOW_CARD", "id": "260964", "minute": 81, "player_name": "Berat Djimsiti", "sort": 5, "team": 2}], "status": 200}
{"properties": {"data": {"items": {"type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/e07b19c3-36aa-4dc5-bf07-46bccec6175f/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-h2h
Get team_1 & team_2 latest matches and Head to latest Head matches by match_id
200
Response
{"data": {"h2h": {"last_matches": [{"country_name": "England 1", "league_id": "862234", "league_name": "Premier League", "match_date": 20200621180000, "score": {"team_1": "0", "team_2": "0"}, "team_1": {"country_name": "England", "id": "2917", "name": "Everton"}, "team_2": {"country_name": "England", "id": "3340", "name": "Liverpool"}}, {"country_name": "England", "league_id": "751", "league_name": "FA Cup", "match_date": 20200105160100, "score": {"team_1": "1", "team_2": "0"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_name": "England 1", "league_id": "862234", "league_name": "Premier League", "match_date": 20191204201500, "score": {"team_1": "5", "team_2": "2"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_name": "England 1", "league_id": "855968", "league_name": "Premier League", "match_date": 20190303161500, "score": {"team_1": "0", "team_2": "0"}, "team_1": {"country_name": "England", "id": "2917", "name": "Everton"}, "team_2": {"country_name": "England", "id": "3340", "name": "Liverpool"}}, {"country_name": "England 1", "league_id": "855968", "league_name": "Premier League", "match_date": 20181202161500, "score": {"team_1": "1", "team_2": "0"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_name": "England 1", "league_id": "850080", "league_name": "Premier League", "match_date": 20180407113000, "score": {"team_1": "0", "team_2": "0"}, "team_1": {"country_name": "England", "id": "2917", "name": "Everton"}, "team_2": {"country_name": "England", "id": "3340", "name": "Liverpool"}}, {"country_name": "England Cup 1", "league_id": "852023", "league_name": "FA Cup", "match_date": 20180105195500, "score": {"team_1": "2", "team_2": "1"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_name": "England 1", "league_id": "850080", "league_name": "Premier League", "match_date": 20171210141500, "score": {"team_1": "1", "team_2": "1"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_name": "England 1", "league_id": "844714", "league_name": "Premier League", "match_date": 20170401113000, "score": {"team_1": "3", "team_2": "1"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}]}, "team_1": {"id": "2917", "last_matches": [{"country_code": "england", "country_name": "England", "league_id": "292", "league_name": "Premier League", "match_date": 20201025140000, "score": {"team_1": "2", "team_2": "0"}, "team_1": {"country_name": "England", "id": "2902", "name": "Southampton"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_code": "england", "country_name": "England", "league_id": "594", "league_name": "Carabao Cup", "match_date": 20200930184500, "score": {"team_1": "4", "team_2": "1"}, "team_1": {"country_name": "England", "id": "2917", "name": "Everton"}, "team_2": {"country_name": "England", "id": "252", "name": "West Ham United"}}, {"country_code": "england", "country_name": "England", "league_id": "292", "league_name": "Premier League", "match_date": 20200926140000, "score": {"team_1": "1", "team_2": "2"}, "team_1": {"country_name": "England", "id": "2772", "name": "Crystal Palace"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_code": "england", "country_name": "England", "league_id": "594", "league_name": "Carabao Cup", "match_date": 20200923184500, "score": {"team_1": "2", "team_2": "5"}, "team_1": {"country_name": "England", "id": "3020", "name": "Fleetwood Town"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_code": "england", "country_name": "England", "league_id": "292", "league_name": "Premier League", "match_date": 20200919113000, "score": {"team_1": "5", "team_2": "2"}, "team_1": {"country_name": "England", "id": "2917", "name": "Everton"}, "team_2": {"country_name": "England", "id": "3032", "name": "West Bromwich Albion"}}, {"country_code": "england", "country_name": "England", "league_id": "594", "league_name": "Carabao Cup", "match_date": 20200916191500, "score": {"team_1": "3", "team_2": "0"}, "team_1": {"country_name": "England", "id": "2917", "name": "Everton"}, "team_2": {"country_name": "England", "id": "2997", "name": "Salford City"}}, {"country_code": "england", "country_name": "England", "league_id": "292", "league_name": "Premier League", "match_date": 20200913153000, "score": {"team_1": "0", "team_2": "1"}, "team_1": {"country_name": "England", "id": "3339", "name": "Tottenham Hotspur"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_code": "intl", "country_name": "International", "league_id": "1187", "league_name": "Club Friendlies", "match_date": 20200905140000, "score": {"team_1": "2", "team_2": "0"}, "team_1": {"country_name": "England", "id": "2917", "name": "Everton"}, "team_2": {"country_name": "England", "id": "2771", "name": "Preston North End"}}, {"country_code": "intl", "country_name": "International", "league_id": "1187", "league_name": "Club Friendlies", "match_date": 20200901170000, "score": {"team_1": "", "team_2": ""}, "team_1": {"country_name": "England", "id": "2770", "name": "Blackburn Rovers"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}, {"country_code": "intl", "country_name": "International", "league_id": "1187", "league_name": "Club Friendlies", "match_date": 20200822140000, "score": {"team_1": "3", "team_2": "3"}, "team_1": {"country_name": "England", "id": "2929", "name": "Blackpool"}, "team_2": {"country_name": "England", "id": "2917", "name": "Everton"}}], "name": "Everton"}, "team_2": {"id": "3340", "last_matches": [{"country_code": "england", "country_name": "England", "league_id": "292", "league_name": "Premier League", "match_date": 20201024190000, "score": {"team_1": "2", "team_2": "1"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "251", "name": "Sheffield United"}}, {"country_code": "champions-league", "country_name": "Champions League", "league_id": "5008", "league_name": "Group D", "match_date": 20201021190000, "score": {"team_1": "0", "team_2": "1"}, "team_1": {"country_name": "Netherlands", "id": "3476", "name": "Ajax"}, "team_2": {"country_name": "England", "id": "3340", "name": "Liverpool"}}, {"country_code": "england", "country_name": "England", "league_id": "292", "league_name": "Premier League", "match_date": 20201004181500, "score": {"team_1": "7", "team_2": "2"}, "team_1": {"country_name": "England", "id": "3863", "name": "Aston Villa"}, "team_2": {"country_name": "England", "id": "3340", "name": "Liverpool"}}, {"country_code": "england", "country_name": "England", "league_id": "594", "league_name": "Carabao Cup", "match_date": 20201001184500, "score": {"team_1": "0", "team_2": "0"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "2773", "name": "Arsenal"}}, {"country_code": "england", "country_name": "England", "league_id": "292", "league_name": "Premier League", "match_date": 20200928190000, "score": {"team_1": "3", "team_2": "1"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "2773", "name": "Arsenal"}}, {"country_code": "england", "country_name": "England", "league_id": "594", "league_name": "Carabao Cup", "match_date": 20200924184500, "score": {"team_1": "2", "team_2": "7"}, "team_1": {"country_name": "England", "id": "2938", "name": "Lincoln City"}, "team_2": {"country_name": "England", "id": "3340", "name": "Liverpool"}}, {"country_code": "england", "country_name": "England", "league_id": "292", "league_name": "Premier League", "match_date": 20200920153000, "score": {"team_1": "0", "team_2": "2"}, "team_1": {"country_name": "England", "id": "2881", "name": "Chelsea"}, "team_2": {"country_name": "England", "id": "3340", "name": "Liverpool"}}, {"country_code": "england", "country_name": "England", "league_id": "292", "league_name": "Premier League", "match_date": 20200912163000, "score": {"team_1": "4", "team_2": "3"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "3143", "name": "Leeds United"}}, {"country_code": "intl", "country_name": "International", "league_id": "1187", "league_name": "Club Friendlies", "match_date": 20200905140000, "score": {"team_1": "7", "team_2": "2"}, "team_1": {"country_name": "England", "id": "3340", "name": "Liverpool"}, "team_2": {"country_name": "England", "id": "2929", "name": "Blackpool"}}, {"country_code": "england", "country_name": "England", "league_id": "2979", "league_name": "Community Shield", "match_date": 20200829153000, "score": {"team_1": "1", "team_2": "1"}, "team_1": {"country_name": "England", "id": "2773", "name": "Arsenal"}, "team_2": {"country_name": "England", "id": "3340", "name": "Liverpool"}}], "name": "Liverpool"}}, "status": 200}
{"properties": {"data": {"properties": {"h2h": {"properties": {"last_matches": {"items": {"properties": {"country_name": {"type": "string"}, "league_id": {"type": "string"}, "league_name": {"type": "string"}, "match_date": {"type": "integer"}, "score": {"properties": {"team_1": {"type": "string"}, "team_2": {"type": "string"}}, "type": "object"}, "team_1": {"properties": {"country_name": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "team_2": {"properties": {"country_name": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}}, "type": "object"}, "type": "array"}}, "type": "object"}, "team_1": {"properties": {"id": {"type": "string"}, "last_matches": {"items": {"properties": {"country_code": {"type": "string"}, "country_name": {"type": "string"}, "league_id": {"type": "string"}, "league_name": {"type": "string"}, "match_date": {"type": "integer"}, "score": {"properties": {"team_1": {"type": "string"}, "team_2": {"type": "string"}}, "type": "object"}, "team_1": {"properties": {"country_name": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "team_2": {"properties": {"country_name": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}}, "type": "object"}, "type": "array"}, "name": {"type": "string"}}, "type": "object"}, "team_2": {"properties": {"id": {"type": "string"}, "last_matches": {"items": {"properties": {"country_code": {"type": "string"}, "country_name": {"type": "string"}, "league_id": {"type": "string"}, "league_name": {"type": "string"}, "match_date": {"type": "integer"}, "score": {"properties": {"team_1": {"type": "string"}, "team_2": {"type": "string"}}, "type": "object"}, "team_1": {"properties": {"country_name": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "team_2": {"properties": {"country_name": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}}, "type": "object"}, "type": "array"}, "name": {"type": "string"}}, "type": "object"}}, "type": "object"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/4a2a65b6-9e11-4f13-bf8c-5ebce23af3d6/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-lineups
Get match line-ups for team_1 and team_2 by match_id
200
Response
{"data": {"substitution": [{"id": "562062", "id_opposite": "921341", "in_out": "OUT", "minute": 46, "player_name": "Samuel Castillejo", "sort": 0, "team": "team_1"}, {"id": "921341", "id_opposite": "562062", "in_out": "IN", "minute": 46, "player_name": "Alexis Saelemaekers", "sort": 0, "team": "team_1"}, {"id": "827315", "id_opposite": "861932", "in_out": "OUT", "minute": 56, "player_name": "Nicolas Dominguez", "sort": 0, "team": "team_2"}, {"id": "861932", "id_opposite": "827315", "in_out": "IN", "minute": 56, "player_name": "Andreas Skov Olsen", "sort": 0, "team": "team_2"}, {"id": "661761", "id_opposite": "195199", "in_out": "OUT", "minute": 57, "player_name": "Riccardo Orsolini", "sort": 0, "team": "team_2"}, {"id": "195199", "id_opposite": "661761", "in_out": "IN", "minute": 57, "player_name": "Nicola Sansone", "sort": 0, "team": "team_2"}, {"id": "304733", "id_opposite": "750027", "in_out": "OUT", "minute": 71, "player_name": "Hakan Calhanoglu", "sort": 0, "team": "team_1"}, {"id": "750027", "id_opposite": "304733", "in_out": "IN", "minute": 71, "player_name": "Brahim Diaz", "sort": 0, "team": "team_1"}, {"id": "35112", "id_opposite": "750056", "in_out": "OUT", "minute": 71, "player_name": "Simon Kjaer", "sort": 0, "team": "team_1"}, {"id": "750056", "id_opposite": "35112", "in_out": "IN", "minute": 71, "player_name": "Leo Duarte", "sort": 0, "team": "team_1"}, {"id": "579747", "id_opposite": "867414", "in_out": "OUT", "minute": 77, "player_name": "Franck Kessie", "sort": 0, "team": "team_1"}, {"id": "867414", "id_opposite": "579747", "in_out": "IN", "minute": 77, "player_name": "Sandro Tonali", "sort": 0, "team": "team_1"}, {"id": "30991", "id_opposite": "127207", "in_out": "OUT", "minute": 80, "player_name": "Rodrigo Palacio", "sort": 0, "team": "team_2"}, {"id": "127207", "id_opposite": "30991", "in_out": "IN", "minute": 80, "player_name": "Federico Santander", "sort": 0, "team": "team_2"}, {"id": "181995", "id_opposite": "647900", "in_out": "OUT", "minute": 80, "player_name": "Roberto Soriano", "sort": 0, "team": "team_2"}, {"id": "647900", "id_opposite": "181995", "in_out": "IN", "minute": 80, "player_name": "Mattias Svanberg", "sort": 0, "team": "team_2"}, {"id": "910699", "id_opposite": "814138", "in_out": "OUT", "minute": 83, "player_name": "Musa Barrow", "sort": 0, "team": "team_2"}, {"id": "814138", "id_opposite": "910699", "in_out": "IN", "minute": 83, "player_name": "Emanuel Vignato", "sort": 0, "team": "team_2"}, {"id": "609624", "id_opposite": "438456", "in_out": "OUT", "minute": 86, "player_name": "Ismael Bennacer", "sort": 0, "team": "team_1"}, {"id": "438456", "id_opposite": "609624", "in_out": "IN", "minute": 86, "player_name": "Rade Krunic", "sort": 0, "team": "team_1"}], "team_1": {"coach": [{"first_name": "Stefano", "id": "259440", "last_name": "Pioli"}], "formation": "4-2-3-1", "id": "2988", "name": "AC Milan", "players": [{"first_name": "Gianluigi", "id": "618878", "last_name": "Donnarumma", "position": 1, "position_formation": "1:1", "position_name": "GOALKEEPER", "shirt_number": 99}, {"first_name": "Davide", "id": "612755", "last_name": "Calabria", "position": 2, "position_formation": "2:1", "position_name": "DEFENDER", "shirt_number": 2}, {"first_name": "Simon", "id": "35112", "last_name": "Kjaer", "position": 2, "position_formation": "2:2", "position_name": "DEFENDER", "shirt_number": 24}, {"first_name": "Matteo", "id": "844996", "last_name": "Gabbia", "position": 2, "position_formation": "2:3", "position_name": "DEFENDER", "shirt_number": 46}, {"first_name": "Theo", "id": "724371", "last_name": "Hernandez", "position": 2, "position_formation": "2:4", "position_name": "DEFENDER", "shirt_number": 19}, {"first_name": "Franck", "id": "579747", "last_name": "Kessie", "position": 3, "position_formation": "3:1", "position_name": "MIDFIELDER", "shirt_number": 79}, {"first_name": "Ismael", "id": "609624", "last_name": "Bennacer", "position": 3, "position_formation": "3:2", "position_name": "MIDFIELDER", "shirt_number": 4}, {"first_name": "Samuel", "id": "562062", "last_name": "Castillejo", "position": 3, "position_formation": "4:1", "position_name": "MIDFIELDER", "shirt_number": 7}, {"first_name": "Hakan", "id": "304733", "last_name": "Calhanoglu", "position": 3, "position_formation": "4:2", "position_name": "MIDFIELDER", "shirt_number": 10}, {"first_name": "Ante", "id": "265725", "last_name": "Rebic", "position": 3, "position_formation": "4:3", "position_name": "MIDFIELDER", "shirt_number": 12}, {"first_name": "Zlatan", "id": "35724", "last_name": "Ibrahimovic", "position": 4, "position_formation": "5:1", "position_name": "FORWARD", "shirt_number": 11}], "substitute_players": [{"first_name": "Ciprian", "id": "103218", "last_name": "Tatarusanu", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 1}, {"first_name": "Antonio", "id": "212772", "last_name": "Donnarumma", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 90}, {"first_name": "Sandro", "id": "867414", "last_name": "Tonali", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 8}, {"first_name": "Pierre", "id": "1131217", "last_name": "Kalulu", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 20}, {"first_name": "Brahim", "id": "750027", "last_name": "Diaz", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 21}, {"first_name": "Daniel", "id": "1072054", "last_name": "Maldini", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 27}, {"first_name": "Lorenzo", "id": "1050163", "last_name": "Colombo", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 29}, {"first_name": "Rade", "id": "438456", "last_name": "Krunic", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 33}, {"first_name": "Lucas", "id": "766435", "last_name": "Paqueta", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 39}, {"first_name": null, "id": "750056", "last_name": "Leo Duarte", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 43}, {"first_name": "Alexis", "id": "921341", "last_name": "Saelemaekers", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 56}, {"first_name": "Diego", "id": "429988", "last_name": "Laxalt", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 93}]}, "team_2": {"coach": [{"first_name": "Sinisa", "id": "158967", "last_name": "Mihajlovic"}], "formation": "4-2-3-1", "id": "3903", "name": "Bologna", "players": [{"first_name": "Lukasz", "id": "178732", "last_name": "Skorupski", "position": 1, "position_formation": "1:1", "position_name": "GOALKEEPER", "shirt_number": 28}, {"first_name": "Takehiro", "id": "664444", "last_name": "Tomiyasu", "position": 2, "position_formation": "2:2", "position_name": "DEFENDER", "shirt_number": 14}, {"first_name": null, "id": "19249", "last_name": "Danilo", "position": 2, "position_formation": "2:3", "position_name": "DEFENDER", "shirt_number": 23}, {"first_name": "Mitchell", "id": "352366", "last_name": "Dijks", "position": 2, "position_formation": "2:4", "position_name": "DEFENDER", "shirt_number": 35}, {"first_name": "Jerdy", "id": "772104", "last_name": "Schouten", "position": 3, "position_formation": "3:1", "position_name": "MIDFIELDER", "shirt_number": 30}, {"first_name": "Nicolas", "id": "827315", "last_name": "Dominguez", "position": 3, "position_formation": "3:2", "position_name": "MIDFIELDER", "shirt_number": 8}, {"first_name": "Riccardo", "id": "661761", "last_name": "Orsolini", "position": 3, "position_formation": "4:1", "position_name": "MIDFIELDER", "shirt_number": 7}, {"first_name": "Roberto", "id": "181995", "last_name": "Soriano", "position": 3, "position_formation": "4:2", "position_name": "MIDFIELDER", "shirt_number": 21}, {"first_name": "Musa", "id": "910699", "last_name": "Barrow", "position": 3, "position_formation": "4:3", "position_name": "MIDFIELDER", "shirt_number": 99}, {"first_name": "Rodrigo", "id": "30991", "last_name": "Palacio", "position": 4, "position_formation": "5:1", "position_name": "FORWARD", "shirt_number": 24}, {"first_name": "Lorenzo", "id": "25587", "last_name": "De Silvestri", "position": 2, "position_formation": "2:1", "position_name": "DEFENDER", "shirt_number": 29}], "substitute_players": [{"first_name": "Angelo", "id": "155246", "last_name": "da Costa", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 1}, {"first_name": "Stefano", "id": "305132", "last_name": "Denswil", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 4}, {"first_name": "Federico", "id": "127207", "last_name": "Santander", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 9}, {"first_name": "Nicola", "id": "195199", "last_name": "Sansone", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 10}, {"first_name": "Mattia", "id": "415017", "last_name": "Bani", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 13}, {"first_name": "Ibrahima", "id": "362115", "last_name": "Mbaye", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 15}, {"first_name": "Andrea", "id": "57124", "last_name": "Poli", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 16}, {"first_name": "Andri Fannar", "id": "937034", "last_name": "Baldursson", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 18}, {"first_name": "Musa", "id": "949336", "last_name": "Juwara", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 26}, {"first_name": "Mattias", "id": "647900", "last_name": "Svanberg", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 32}, {"first_name": "Emanuel", "id": "814138", "last_name": "Vignato", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 55}, {"first_name": "Andreas Skov", "id": "861932", "last_name": "Olsen", "position": 5, "position_name": "SUBSTITUTE_PLAYER", "shirt_number": 11}]}}, "status": 200}
{"properties": {"data": {"properties": {"substitution": {"items": {"properties": {"id": {"type": "string"}, "id_opposite": {"type": "string"}, "in_out": {"type": "string"}, "minute": {"type": "integer"}, "player_name": {"type": "string"}, "sort": {"type": "integer"}, "team": {"type": "string"}}, "type": "object"}, "type": "array"}, "team_1": {"properties": {"coach": {"items": {"properties": {"first_name": {"type": "string"}, "id": {"type": "string"}, "last_name": {"type": "string"}}, "type": "object"}, "type": "array"}, "formation": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "players": {"items": {"properties": {"first_name": {"type": "string"}, "id": {"type": "string"}, "last_name": {"type": "string"}, "position": {"type": "integer"}, "position_formation": {"type": "string"}, "position_name": {"type": "string"}, "shirt_number": {"type": "integer"}}, "type": "object"}, "type": "array"}, "substitute_players": {"items": {"type": "object"}, "type": "array"}}, "type": "object"}, "team_2": {"properties": {"coach": {"items": {"properties": {"first_name": {"type": "string"}, "id": {"type": "string"}, "last_name": {"type": "string"}}, "type": "object"}, "type": "array"}, "formation": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "players": {"items": {"type": "object"}, "type": "array"}, "substitute_players": {"items": {"properties": {"first_name": {"type": "string"}, "id": {"type": "string"}, "last_name": {"type": "string"}, "position": {"type": "integer"}, "position_name": {"type": "string"}, "shirt_number": {"type": "integer"}}, "type": "object"}, "type": "array"}}, "type": "object"}}, "type": "object"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/f2157d9f-f49c-4cd9-8fc9-b14733da6040/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/match-statistics
Get a match's statistics by match_id
200
Response
{"data": {"team_1": {"corners": 7, "counter_attacks": 8, "crosses": 26, "fouls": 14, "goal_kicks": 2, "goalkeeper_saves": 4, "id": "2988", "name": "AC Milan", "offsides": 4, "possesion": 53, "red_cards": 0, "score": "2", "score_half_1": "1", "shots_blocked": 3, "shots_off_target": 8, "shots_on_target": 5, "throw_ins": 15, "treatments": 1, "yellow_cards": 3}, "team_2": {"corners": 4, "counter_attacks": 2, "crosses": 15, "fouls": 21, "goal_kicks": 9, "goalkeeper_saves": 3, "id": "3903", "name": "Bologna", "offsides": 1, "possesion": 47, "red_cards": 1, "score": "0", "score_half_1": "0", "shots_blocked": 4, "shots_off_target": 4, "shots_on_target": 4, "throw_ins": 14, "treatments": 0, "yellow_cards": 4}}, "status": 200}
{"properties": {"data": {"properties": {"team_1": {"properties": {"corners": {"type": "integer"}, "counter_attacks": {"type": "integer"}, "crosses": {"type": "integer"}, "fouls": {"type": "integer"}, "goal_kicks": {"type": "integer"}, "goalkeeper_saves": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "offsides": {"type": "integer"}, "possesion": {"type": "integer"}, "red_cards": {"type": "integer"}, "score": {"type": "string"}, "score_half_1": {"type": "string"}, "shots_blocked": {"type": "integer"}, "shots_off_target": {"type": "integer"}, "shots_on_target": {"type": "integer"}, "throw_ins": {"type": "integer"}, "treatments": {"type": "integer"}, "yellow_cards": {"type": "integer"}}, "type": "object"}, "team_2": {"properties": {"corners": {"type": "integer"}, "counter_attacks": {"type": "integer"}, "crosses": {"type": "integer"}, "fouls": {"type": "integer"}, "goal_kicks": {"type": "integer"}, "goalkeeper_saves": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "offsides": {"type": "integer"}, "possesion": {"type": "integer"}, "red_cards": {"type": "integer"}, "score": {"type": "string"}, "score_half_1": {"type": "string"}, "shots_blocked": {"type": "integer"}, "shots_off_target": {"type": "integer"}, "shots_on_target": {"type": "integer"}, "throw_ins": {"type": "integer"}, "treatments": {"type": "integer"}, "yellow_cards": {"type": "integer"}}, "type": "object"}}, "type": "object"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/351b6dc6-ab2c-41d6-826e-ca0b702a5d1c/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/matches-by-date
Get all matches by date. Filtered by country_code and league_code
200
Response
{"data": [{"country_code": "england", "country_id": "34", "country_name": "England", "league_code": "premier-league", "league_id": "292", "league_name": "Premier League", "matches": [{"last_update": 20201017121354, "match_id": "267554", "round": 5, "round_info": "5", "score": {"full_time": {"team_1": "2", "team_2": "2"}, "half_time": {"team_1": "1", "team_2": "1"}}, "status": "FT", "team_1": {"country": "England", "id": "2917", "name": "Everton"}, "team_2": {"country": "England", "id": "3340", "name": "Liverpool"}, "time": {"finish": 20201017132753, "scheduled": 20201017113000, "start": 20201017121354, "timezone": "0.00"}}, {"last_update": 20201017140157, "match_id": "267568", "round": 5, "round_info": "5", "score": {"full_time": {"team_1": "3", "team_2": "3"}, "half_time": {"team_1": "2", "team_2": "1"}}, "status": "FT", "team_1": {"country": "England", "id": "2881", "name": "Chelsea"}, "team_2": {"country": "England", "id": "2902", "name": "Southampton"}, "time": {"finish": 20201017155436, "scheduled": 20201017140000, "start": 20201017140029, "timezone": "0.00"}}, {"last_update": 20201017164900, "match_id": "267556", "round": 5, "round_info": "5", "score": {"full_time": {"team_1": "1", "team_2": "0"}, "half_time": {"team_1": "1", "team_2": "0"}}, "status": "FT", "team_1": {"country": "England", "id": "12633", "name": "Manchester City"}, "team_2": {"country": "England", "id": "2773", "name": "Arsenal"}, "time": {"finish": 20201017182305, "scheduled": 20201017163000, "start": 20201017163106, "timezone": "0.00"}}, {"last_update": 20201017191030, "match_id": "267570", "round": 5, "round_info": "5", "score": {"full_time": {"team_1": "1", "team_2": "4"}, "half_time": {"team_1": "1", "team_2": "1"}}, "status": "FT", "team_1": {"country": "England", "id": "2986", "name": "Newcastle United"}, "team_2": {"country": "England", "id": "2810", "name": "Manchester United"}, "time": {"finish": 20201017205612, "scheduled": 20201017190000, "start": 20201017190030, "timezone": "0.00"}}]}], "status": 200}
{"properties": {"data": {"items": {"properties": {"country_code": {"type": "string"}, "country_id": {"type": "string"}, "country_name": {"type": "string"}, "league_code": {"type": "string"}, "league_id": {"type": "string"}, "league_name": {"type": "string"}, "matches": {"items": {"properties": {"last_update": {"type": "integer"}, "match_id": {"type": "string"}, "round": {"type": "integer"}, "round_info": {"type": "string"}, "score": {"properties": {"full_time": {"properties": {"team_1": {"type": "string"}, "team_2": {"type": "string"}}, "type": "object"}, "half_time": {"properties": {"team_1": {"type": "string"}, "team_2": {"type": "string"}}, "type": "object"}}, "type": "object"}, "status": {"type": "string"}, "team_1": {"properties": {"country": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "team_2": {"properties": {"country": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "time": {"properties": {"finish": {"type": "integer"}, "scheduled": {"type": "integer"}, "start": {"type": "integer"}, "timezone": {"type": "string"}}, "type": "object"}}, "type": "object"}, "type": "array"}}, "type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/db7482e2-79a3-47a8-a156-3bf9b68da9dd/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/matches-by-league
Get all matches by league
200
Response
{"data": [{"last_update": null, "match_id": "316422", "round": 1016, "round_info": "1/16", "score": {"full_time": {"team_1": 0, "team_2": 0}, "half_time": {"team_1": 0, "team_2": 0}}, "status": "Postp.", "team_1": {"country": "Haiti", "id": "12762", "name": "Arcahaie"}, "team_2": {"country": "Belize", "id": "101507", "name": "Verdes FC"}, "time": {"finish": null, "scheduled": 20201021000000, "start": null, "timezone": "0.00"}}, {"last_update": null, "match_id": "316424", "round": 1016, "round_info": "1/16", "score": {"full_time": {"team_1": "1", "team_2": "1"}, "half_time": {"team_1": "1", "team_2": "0"}}, "status": "AP", "team_1": {"country": "El Salvador", "id": "4704", "name": "CD FAS"}, "team_2": {"country": "Nicaragua", "id": "11314", "name": "Managua FC"}, "time": {"finish": 20201021042400, "scheduled": 20201021020000, "start": 20201021021725, "timezone": "0.00"}}, {"last_update": null, "match_id": "316418", "round": 1016, "round_info": "1/16", "score": {"full_time": {"team_1": "0", "team_2": "0"}, "half_time": {"team_1": "0", "team_2": "0"}}, "status": "AP", "team_1": {"country": "Panama", "id": "10980", "name": "Independiente de La Chorrera"}, "team_2": {"country": "Guatemala", "id": "4799", "name": "Antigua Guatemala"}, "time": {"finish": 20201022021020, "scheduled": 20201022000000, "start": 20201022000646, "timezone": "0.00"}}, {"last_update": null, "match_id": "316420", "round": 1016, "round_info": "1/16", "score": {"full_time": {"team_1": 0, "team_2": 0}, "half_time": {"team_1": 0, "team_2": 0}}, "status": "Postp.", "team_1": {"country": "Costa Rica", "id": "4268", "name": "LD Alajuelense"}, "team_2": {"country": "Dominican Republic", "id": "12658", "name": "Cibao"}, "time": {"finish": null, "scheduled": 20201022220000, "start": null, "timezone": "0.00"}}, {"last_update": null, "match_id": "316421", "round": 1016, "round_info": "1/16", "score": {"full_time": {"team_1": "1", "team_2": "2"}, "half_time": {"team_1": "1", "team_2": "1"}}, "status": "FT", "team_1": {"country": "El Salvador", "id": "4703", "name": "Municipal Limeno"}, "team_2": {"country": "Canada", "id": "9960", "name": "Forge FC"}, "time": {"finish": 20201023020640, "scheduled": 20201023001500, "start": 20201023001630, "timezone": "0.00"}}, {"last_update": null, "match_id": "316417", "round": 1016, "round_info": "1/16", "score": {"full_time": {"team_1": "2", "team_2": "2"}, "half_time": {"team_1": "0", "team_2": "1"}}, "status": "AP", "team_1": {"country": "Honduras", "id": "4337", "name": "CD Motagua"}, "team_2": {"country": "Guatemala", "id": "4826", "name": "Comunicaciones FC"}, "time": {"finish": 20201023045845, "scheduled": 20201023023000, "start": 20201023023116, "timezone": "0.00"}}], "status": 200}
{"properties": {"data": {"items": {"properties": {"last_update": {"type": "null"}, "match_id": {"type": "string"}, "round": {"type": "integer"}, "round_info": {"type": "string"}, "score": {"properties": {"full_time": {"type": "object"}, "half_time": {"type": "object"}}, "type": "object"}, "status": {"type": "string"}, "team_1": {"properties": {"country": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "team_2": {"properties": {"country": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "type": "object"}, "time": {"type": "object"}}, "type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/48d51067-ca82-43f4-9df3-60cfe7296f7c/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/news-list
Get news list from livescore soccer news
200
Response
{"data": [{"caption": "RB Leipzig head coach Julian Nagelsmann", "description": "RB Leipzig boss Julian Nagelsmann is reportedly on Manchester City's radar.", "id": 65247, "image": "https://news.livescore.com/newsapi/04/soccer/image/rumour-has-it-man-city-nagelsmann-guardiola-7-1qe3e948almbi1hmflpwrhehi1.jpg", "published": "Mon, 26 Oct 2020 07:00:07 GMT", "published_epoch": 1603695607, "slug": "rumour-has-it-man-city-nagelsmann-guardiola-7-1qe3e948almbi1hmflpwrhehi1", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/rumour-has-it-man-city-nagelsmann-guardiola-7-1qe3e948almbi1hmflpwrhehi1.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/rumour-has-it-man-city-nagelsmann-guardiola-7-1qe3e948almbi1hmflpwrhehi1.jpg", "title": "Rumour Has It: Man City eyeing Nagelsmann amid Guardiola doubts, Ramos-Madrid deadlocked", "url": "https://www.livescore.com/en/soccer/news/rumour-has-it-man-city-nagelsmann-guardiola-7-1qe3e948almbi1hmflpwrhehi1/"}, {"caption": "Juventus coach Andrea Pirlo", "description": "Juventus drew again in Serie A, but Andrea Pirlo is unconcerned ahead of facing Barcelona.", "id": 65246, "image": "https://news.livescore.com/newsapi/04/soccer/image/andrea-pirlo-not-worried-barcelona-clash-juventus-held-again-7-1hkbiikykpjtn1oio8af6nadgz.jpg", "published": "Mon, 26 Oct 2020 02:48:08 GMT", "published_epoch": 1603680488, "slug": "andrea-pirlo-not-worried-barcelona-clash-juventus-held-again-7-1hkbiikykpjtn1oio8af6nadgz", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/andrea-pirlo-not-worried-barcelona-clash-juventus-held-again-7-1hkbiikykpjtn1oio8af6nadgz.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/andrea-pirlo-not-worried-barcelona-clash-juventus-held-again-7-1hkbiikykpjtn1oio8af6nadgz.jpg", "title": "Pirlo not worried ahead of Barcelona clash as Juventus held again", "url": "https://www.livescore.com/en/soccer/news/andrea-pirlo-not-worried-barcelona-clash-juventus-held-again-7-1hkbiikykpjtn1oio8af6nadgz/"}, {"caption": "Manchester United's Donny van de Beek", "description": "Marco van Basten discussed Donny van de Beek's lack of game time at Manchester United after arriving from Ajax in the off-season.", "id": 65244, "image": "https://news.livescore.com/newsapi/04/soccer/image/van-de-beek-man-utd-van-basten-7-owaof2m16l7q1ezjpjjvsq9jq.jpg", "published": "Mon, 26 Oct 2020 00:56:19 GMT", "published_epoch": 1603673779, "slug": "van-de-beek-man-utd-van-basten-7-owaof2m16l7q1ezjpjjvsq9jq", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/van-de-beek-man-utd-van-basten-7-owaof2m16l7q1ezjpjjvsq9jq.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/van-de-beek-man-utd-van-basten-7-owaof2m16l7q1ezjpjjvsq9jq.jpg", "title": "Van de Beek shouldn't have joined Man Utd \u2013 Van Basten", "url": "https://www.livescore.com/en/soccer/news/van-de-beek-man-utd-van-basten-7-owaof2m16l7q1ezjpjjvsq9jq/"}, {"caption": "Jose Mourinho and referee Andre Marriner", "description": "Tottenham boss Jose Mourinho is unhappy with the number of mistakes he believes are being made by the officials using video technology.", "id": 65243, "image": "https://news.livescore.com/newsapi/04/soccer/image/jose-mourinho-cannot-accept-var-mistakes-7-9tly9ct5zxrp18zfqjdbh9sy1.jpg", "published": "Sun, 25 Oct 2020 23:55:23 GMT", "published_epoch": 1603670123, "slug": "jose-mourinho-cannot-accept-var-mistakes-7-9tly9ct5zxrp18zfqjdbh9sy1", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/jose-mourinho-cannot-accept-var-mistakes-7-9tly9ct5zxrp18zfqjdbh9sy1.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/jose-mourinho-cannot-accept-var-mistakes-7-9tly9ct5zxrp18zfqjdbh9sy1.jpg", "title": "We cannot accept VAR mistakes \u2013 Mourinho", "url": "https://www.livescore.com/en/soccer/news/jose-mourinho-cannot-accept-var-mistakes-7-9tly9ct5zxrp18zfqjdbh9sy1/"}, {"caption": "Samuel Umtiti has been linked with a move from Barcelona to Lyon", "description": "Despite a lack of first-team action at Barcelona, Samuel Umtiti insists he is not ready to leave Camp Nou for former club Lyon.", "id": 65242, "image": "https://news.livescore.com/newsapi/04/soccer/image/samuel-umtiti-not-ready-to-leave-barcelona-reveals-lyon-interest-7-1j2pg1wqcb1821j3gtsf1qhh5p.jpg", "published": "Sun, 25 Oct 2020 23:29:53 GMT", "published_epoch": 1603668593, "slug": "samuel-umtiti-not-ready-to-leave-barcelona-reveals-lyon-interest-7-1j2pg1wqcb1821j3gtsf1qhh5p", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/samuel-umtiti-not-ready-to-leave-barcelona-reveals-lyon-interest-7-1j2pg1wqcb1821j3gtsf1qhh5p.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/samuel-umtiti-not-ready-to-leave-barcelona-reveals-lyon-interest-7-1j2pg1wqcb1821j3gtsf1qhh5p.jpg", "title": "Barcelona is Barcelona - Umtiti not ready to leave Camp Nou despite Lyon interest", "url": "https://www.livescore.com/en/soccer/news/samuel-umtiti-not-ready-to-leave-barcelona-reveals-lyon-interest-7-1j2pg1wqcb1821j3gtsf1qhh5p/"}, {"caption": "Juventus boss Andrea Pirlo", "description": "Juve needed a late leveller from Dejan Kulusevski against Hellas Verona and boss Andrea Pirlo was not impressed by his side's display.", "id": 65239, "image": "https://news.livescore.com/newsapi/04/soccer/image/juventus-serie-a-andrea-pirlo-reaction-hellas-verona-7-1q1rvpxl2htoa1a2tb7j7x5hih.jpg", "published": "Sun, 25 Oct 2020 22:44:06 GMT", "published_epoch": 1603665846, "slug": "juventus-serie-a-andrea-pirlo-reaction-hellas-verona-7-1q1rvpxl2htoa1a2tb7j7x5hih", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/juventus-serie-a-andrea-pirlo-reaction-hellas-verona-7-1q1rvpxl2htoa1a2tb7j7x5hih.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/juventus-serie-a-andrea-pirlo-reaction-hellas-verona-7-1q1rvpxl2htoa1a2tb7j7x5hih.jpg", "title": "Pirlo unimpressed by Juventus' lack of intensity during Verona draw", "url": "https://www.livescore.com/en/soccer/news/juventus-serie-a-andrea-pirlo-reaction-hellas-verona-7-1q1rvpxl2htoa1a2tb7j7x5hih/"}, {"caption": "Mikel Arteta reacts angrily to a decision during Arsenal's clash with Leicester City", "description": "Arsenal were undone by a late Jamie Vardy goal in Sunday's clash with Leicester City but Mikel Arteta felt his side were hard done by.", "id": 65238, "image": "https://news.livescore.com/newsapi/04/soccer/image/mikel-arteta-questions-decision-disallow-alexandre-lacazette-goal-arsenal-defeat-leicester-city-7-o4k7lzakrv9i1on0ogh8jolap.jpg", "published": "Sun, 25 Oct 2020 22:31:50 GMT", "published_epoch": 1603665110, "slug": "mikel-arteta-questions-decision-disallow-alexandre-lacazette-goal-arsenal-defeat-leicester-city-7-o4k7lzakrv9i1on0ogh8jolap", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/mikel-arteta-questions-decision-disallow-alexandre-lacazette-goal-arsenal-defeat-leicester-city-7-o4k7lzakrv9i1on0ogh8jolap.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/mikel-arteta-questions-decision-disallow-alexandre-lacazette-goal-arsenal-defeat-leicester-city-7-o4k7lzakrv9i1on0ogh8jolap.jpg", "title": "Arsenal boss Arteta questions Lacazette's disallowed goal in Leicester defeat", "url": "https://www.livescore.com/en/soccer/news/mikel-arteta-questions-decision-disallow-alexandre-lacazette-goal-arsenal-defeat-leicester-city-7-o4k7lzakrv9i1on0ogh8jolap/"}, {"caption": "Manchester City boss Pep Guardiola watches on against West Ham", "description": "Manchester City have dropped points in three of their five Premier League games but Pep Guardiola is remaining patient with his players.", "id": 65241, "image": "https://news.livescore.com/newsapi/04/soccer/image/pep-guardiola-confident-man-city-will-soon-return-to-best-7-e0y9y2p478kh15ydxaeadox30.jpg", "published": "Sun, 25 Oct 2020 22:30:00 GMT", "published_epoch": 1603665000, "slug": "pep-guardiola-confident-man-city-will-soon-return-to-best-7-e0y9y2p478kh15ydxaeadox30", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/pep-guardiola-confident-man-city-will-soon-return-to-best-7-e0y9y2p478kh15ydxaeadox30.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/pep-guardiola-confident-man-city-will-soon-return-to-best-7-e0y9y2p478kh15ydxaeadox30.jpg", "title": "Guardiola confident Manchester City will soon get back to their best", "url": "https://www.livescore.com/en/soccer/news/pep-guardiola-confident-man-city-will-soon-return-to-best-7-e0y9y2p478kh15ydxaeadox30/"}, {"caption": "Timo Werner in action for Chelsea", "description": "Chelsea have played out successive 0-0 draws but Frank Lampard is happy to give his attacking players, including Timo Werner, time to gel.", "id": 65240, "image": "https://news.livescore.com/newsapi/04/soccer/image/frank-lampard-very-happy-timo-werner-despite-back-to-back-chelsea-stalemates-7-14jv0ntwy61nk1uxehspwpjm48.jpg", "published": "Sun, 25 Oct 2020 22:30:00 GMT", "published_epoch": 1603665000, "slug": "frank-lampard-very-happy-timo-werner-despite-back-to-back-chelsea-stalemates-7-14jv0ntwy61nk1uxehspwpjm48", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/frank-lampard-very-happy-timo-werner-despite-back-to-back-chelsea-stalemates-7-14jv0ntwy61nk1uxehspwpjm48.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/frank-lampard-very-happy-timo-werner-despite-back-to-back-chelsea-stalemates-7-14jv0ntwy61nk1uxehspwpjm48.jpg", "title": "Lampard 'very happy' with Werner despite Chelsea's back-to-back blanks", "url": "https://www.livescore.com/en/soccer/news/frank-lampard-very-happy-timo-werner-despite-back-to-back-chelsea-stalemates-7-14jv0ntwy61nk1uxehspwpjm48/"}, {"caption": "Juventus' Dejan Kulusevski (left)", "description": "Juventus have now gone two Serie A games without a win as they were held at home by a spirited Hellas Verona side.", "id": 65237, "image": "https://news.livescore.com/newsapi/04/soccer/image/juventus-hellas-verona-serie-a-match-report-7-s3s764zwfehd145wik6wmlgvo.jpg", "published": "Sun, 25 Oct 2020 21:46:03 GMT", "published_epoch": 1603662363, "slug": "juventus-hellas-verona-serie-a-match-report-7-s3s764zwfehd145wik6wmlgvo", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/juventus-hellas-verona-serie-a-match-report-7-s3s764zwfehd145wik6wmlgvo.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/juventus-hellas-verona-serie-a-match-report-7-s3s764zwfehd145wik6wmlgvo.jpg", "title": "Juventus 1-1 Hellas Verona: Kulusevski salvages a point for below-par Bianconeri", "url": "https://www.livescore.com/en/soccer/news/juventus-hellas-verona-serie-a-match-report-7-s3s764zwfehd145wik6wmlgvo/"}, {"caption": "Leicester City striker Jamie Vardy celebrates his late winner against Arsenal", "description": "Leicester City pulled off a smash-and-grab victory in Sunday's Premier League meeting with Arsenal through a late Jamie Vardy header.", "id": 65236, "image": "https://news.livescore.com/newsapi/04/soccer/image/arsenal-leicester-city-premier-league-report-jamie-vardy-scores-late-winner-7-1tnk75m0tn1cs1lrnnd5lha49x.jpg", "published": "Sun, 25 Oct 2020 21:13:44 GMT", "published_epoch": 1603660424, "slug": "arsenal-leicester-city-premier-league-report-jamie-vardy-scores-late-winner-7-1tnk75m0tn1cs1lrnnd5lha49x", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/arsenal-leicester-city-premier-league-report-jamie-vardy-scores-late-winner-7-1tnk75m0tn1cs1lrnnd5lha49x.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/arsenal-leicester-city-premier-league-report-jamie-vardy-scores-late-winner-7-1tnk75m0tn1cs1lrnnd5lha49x.jpg", "title": "Arsenal 0-1 Leicester City: Substitute Vardy ends Gunners' unbeaten home run", "url": "https://www.livescore.com/en/soccer/news/arsenal-leicester-city-premier-league-report-jamie-vardy-scores-late-winner-7-1tnk75m0tn1cs1lrnnd5lha49x/"}, {"caption": "Paulo Dybala celebrates a goal for Juventus", "description": "Juventus went into isolation earlier this month due to coronavirus cases and, according to the club, talks with Paulo Dybala were impacted.", "id": 65234, "image": "https://news.livescore.com/newsapi/04/soccer/image/coronavirus-scare-disrupted-juventus-paulo-dybala-contract-talks-fabio-paratici-7-jk4pldqbbdce1m1afprxw499i.jpg", "published": "Sun, 25 Oct 2020 20:15:47 GMT", "published_epoch": 1603656947, "slug": "coronavirus-scare-disrupted-juventus-paulo-dybala-contract-talks-fabio-paratici-7-jk4pldqbbdce1m1afprxw499i", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/coronavirus-scare-disrupted-juventus-paulo-dybala-contract-talks-fabio-paratici-7-jk4pldqbbdce1m1afprxw499i.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/coronavirus-scare-disrupted-juventus-paulo-dybala-contract-talks-fabio-paratici-7-jk4pldqbbdce1m1afprxw499i.jpg", "title": "Coronavirus scare disrupted Dybala contract talks \u2013 Juve chief Paratici", "url": "https://www.livescore.com/en/soccer/news/coronavirus-scare-disrupted-juventus-paulo-dybala-contract-talks-fabio-paratici-7-jk4pldqbbdce1m1afprxw499i/"}, {"caption": "Ronaldinho has tested positive for COVID-19", "description": "Ronaldinho has confirmed he has returned a positive test for coronavirus, with the Brazil legend self-isolating in Belo Horizonte.", "id": 65232, "image": "https://news.livescore.com/newsapi/04/soccer/image/ronaldinho-tests-positive-coronavirus-7-gdxzonrenioz1lketx042rov9.jpg", "published": "Sun, 25 Oct 2020 18:27:40 GMT", "published_epoch": 1603650460, "slug": "ronaldinho-tests-positive-coronavirus-7-gdxzonrenioz1lketx042rov9", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/ronaldinho-tests-positive-coronavirus-7-gdxzonrenioz1lketx042rov9.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/ronaldinho-tests-positive-coronavirus-7-gdxzonrenioz1lketx042rov9.jpg", "title": "Brazil and Barcelona great Ronaldinho tests positive for coronavirus", "url": "https://www.livescore.com/en/soccer/news/ronaldinho-tests-positive-coronavirus-7-gdxzonrenioz1lketx042rov9/"}, {"caption": "Lucas Digne was sent off against Southampton", "description": "Carlo Ancelotti suggested the coverage of Jordan Pickford's lunge on Virgil van Dijk could have resulted in Lucas Digne's red card.", "id": 65231, "image": "https://news.livescore.com/newsapi/04/soccer/image/carlo-ancelotti-joke-lucas-digne-red-card-consequence-jordan-pickford-virgil-van-dijk-7-w5du1wwkbr9r19yrztmyj6zmq.jpg", "published": "Sun, 25 Oct 2020 18:04:31 GMT", "published_epoch": 1603649071, "slug": "carlo-ancelotti-joke-lucas-digne-red-card-consequence-jordan-pickford-virgil-van-dijk-7-w5du1wwkbr9r19yrztmyj6zmq", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/carlo-ancelotti-joke-lucas-digne-red-card-consequence-jordan-pickford-virgil-van-dijk-7-w5du1wwkbr9r19yrztmyj6zmq.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/carlo-ancelotti-joke-lucas-digne-red-card-consequence-jordan-pickford-virgil-van-dijk-7-w5du1wwkbr9r19yrztmyj6zmq.jpg", "title": "Ancelotti suggests 'joke' Digne red card was down to Pickford-Van Dijk furore", "url": "https://www.livescore.com/en/soccer/news/carlo-ancelotti-joke-lucas-digne-red-card-consequence-jordan-pickford-virgil-van-dijk-7-w5du1wwkbr9r19yrztmyj6zmq/"}, {"caption": "Serge Gnabry Bayern Munich Schalke Bundesliga 09182020", "description": "Bayern Munich will be able to call upon Serge Gnabry again after his COVID-19 test result was declared a \"false positive\".", "id": 65229, "image": "https://news.livescore.com/newsapi/04/soccer/image/serge-gnabry-bayern-munich-champions-league-return-leaving-quarantine-7-j33jmmidm0cvzd11pzrplqow.jpg", "published": "Sun, 25 Oct 2020 17:01:51 GMT", "published_epoch": 1603645311, "slug": "serge-gnabry-bayern-munich-champions-league-return-leaving-quarantine-7-j33jmmidm0cvzd11pzrplqow", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/serge-gnabry-bayern-munich-champions-league-return-leaving-quarantine-7-j33jmmidm0cvzd11pzrplqow.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/serge-gnabry-bayern-munich-champions-league-return-leaving-quarantine-7-j33jmmidm0cvzd11pzrplqow.jpg", "title": "Bayern's Gnabry in contention for Champions League return after ending quarantine", "url": "https://www.livescore.com/en/soccer/news/serge-gnabry-bayern-munich-champions-league-return-leaving-quarantine-7-j33jmmidm0cvzd11pzrplqow/"}, {"caption": "Barcelona forward Antoine Griezmann", "description": "Having struggled to produce his best form for Barcelona, Antoine Griezmann has been told he should look to move on by Bixente Lizarazu.", "id": 65225, "image": "https://news.livescore.com/newsapi/04/soccer/image/antoine-griezmann-urged-leave-barcelona-by-bixente-lizarazu-7-2s899xti9z101dq7uicgx4s20.jpg", "published": "Sun, 25 Oct 2020 13:20:47 GMT", "published_epoch": 1603632047, "slug": "antoine-griezmann-urged-leave-barcelona-by-bixente-lizarazu-7-2s899xti9z101dq7uicgx4s20", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/antoine-griezmann-urged-leave-barcelona-by-bixente-lizarazu-7-2s899xti9z101dq7uicgx4s20.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/antoine-griezmann-urged-leave-barcelona-by-bixente-lizarazu-7-2s899xti9z101dq7uicgx4s20.jpg", "title": "Griezmann urged to leave Barcelona by Lizarazu", "url": "https://www.livescore.com/en/soccer/news/antoine-griezmann-urged-leave-barcelona-by-bixente-lizarazu-7-2s899xti9z101dq7uicgx4s20/"}, {"caption": "Philippe Coutinho in action during the 3-1 defeat to Real Madrid.", "description": "Philippe Coutinho has a hamstring issue but Barcelona have not revealed how long the 28-year-old will be sidelined.", "id": 65224, "image": "https://news.livescore.com/newsapi/04/soccer/image/barcelona-coutinho-injury-update-real-madrid-clasico-defeat-7-1ilndvp0ah1v518cwllgqbrxd6.jpg", "published": "Sun, 25 Oct 2020 13:10:26 GMT", "published_epoch": 1603631426, "slug": "barcelona-coutinho-injury-update-real-madrid-clasico-defeat-7-1ilndvp0ah1v518cwllgqbrxd6", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/barcelona-coutinho-injury-update-real-madrid-clasico-defeat-7-1ilndvp0ah1v518cwllgqbrxd6.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/barcelona-coutinho-injury-update-real-madrid-clasico-defeat-7-1ilndvp0ah1v518cwllgqbrxd6.jpg", "title": "Barca hurt by Coutinho injury in Clasico defeat", "url": "https://www.livescore.com/en/soccer/news/barcelona-coutinho-injury-update-real-madrid-clasico-defeat-7-1ilndvp0ah1v518cwllgqbrxd6/"}, {"caption": "Dominic Calvert-Lewin made an instant impact at the start of his international career.", "description": "Dominic Calvert-Lewin scored on his international debut against Wales and Wayne Rooney has praised the Everton forward.", "id": 65223, "image": "https://news.livescore.com/newsapi/04/soccer/image/wayne-rooney-column-rooney-calvert-lewin-deserved-england-chance-before-abraham-7-1leixmz9pc11q1qvvtg53hoydd.jpg", "published": "Sun, 25 Oct 2020 10:35:13 GMT", "published_epoch": 1603622113, "slug": "wayne-rooney-column-rooney-calvert-lewin-deserved-england-chance-before-abraham-7-1leixmz9pc11q1qvvtg53hoydd", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/wayne-rooney-column-rooney-calvert-lewin-deserved-england-chance-before-abraham-7-1leixmz9pc11q1qvvtg53hoydd.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/wayne-rooney-column-rooney-calvert-lewin-deserved-england-chance-before-abraham-7-1leixmz9pc11q1qvvtg53hoydd.jpg", "title": "Rooney: Calvert-Lewin deserved England chance before Abraham", "url": "https://www.livescore.com/en/soccer/news/wayne-rooney-column-rooney-calvert-lewin-deserved-england-chance-before-abraham-7-1leixmz9pc11q1qvvtg53hoydd/"}, {"caption": "Andrej Kramaric has already scored six times for Hoffenheim this season", "description": "Andrej Kramaric is not a name Premier League football fans would associate with Europe\u2019s elite strikers \u2014 but that may be set to change. ", "id": 65147, "image": "https://news.livescore.com/newsapi/04/soccer/image/hoffenheim-striker-andrej-kramaric-profile.jpg", "published": "Sun, 25 Oct 2020 10:18:18 GMT", "published_epoch": 1603621098, "slug": "hoffenheim-striker-andrej-kramaric-profile", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/hoffenheim-striker-andrej-kramaric-profile.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/hoffenheim-striker-andrej-kramaric-profile.jpg", "title": "The rise of Hoffenheim striker Andrej Kramaric", "url": "https://www.livescore.com/en/soccer/news/hoffenheim-striker-andrej-kramaric-profile/"}, {"caption": "James Rodriguez is a doubt for Everton ", "description": "Pacesetters Everton will bid to continue their impressive start to the season when they tackle Southampton at St Mary's.", "id": 65163, "image": "https://news.livescore.com/newsapi/04/soccer/image/premier-league-sunday-october-25-preview.jpg", "published": "Sun, 25 Oct 2020 09:42:32 GMT", "published_epoch": 1603618952, "slug": "premier-league-sunday-october-25-preview", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/premier-league-sunday-october-25-preview.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/premier-league-sunday-october-25-preview.jpg", "title": "Premier League Sunday preview: Everton bid to continue impressive start", "url": "https://www.livescore.com/en/soccer/news/premier-league-sunday-october-25-preview/"}, {"caption": "Wolves star Adama Traore", "description": "Manchester United are the latest club linked with a move for Wolves forward Adama Traore.", "id": 65222, "image": "https://news.livescore.com/newsapi/04/soccer/image/rumour-has-it-manchester-united-adama-traore-antoine-griezmann-barcelona-7-1ki7xapfegjjf14ceinij1j8e3.jpg", "published": "Sun, 25 Oct 2020 08:18:15 GMT", "published_epoch": 1603613895, "slug": "rumour-has-it-manchester-united-adama-traore-antoine-griezmann-barcelona-7-1ki7xapfegjjf14ceinij1j8e3", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/rumour-has-it-manchester-united-adama-traore-antoine-griezmann-barcelona-7-1ki7xapfegjjf14ceinij1j8e3.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/rumour-has-it-manchester-united-adama-traore-antoine-griezmann-barcelona-7-1ki7xapfegjjf14ceinij1j8e3.jpg", "title": "Rumour Has It: Manchester United join race for Traore, Griezmann set for Barcelona stay", "url": "https://www.livescore.com/en/soccer/news/rumour-has-it-manchester-united-adama-traore-antoine-griezmann-barcelona-7-1ki7xapfegjjf14ceinij1j8e3/"}, {"caption": "Diogo Jota (centre) celebrates his goal for Liverpool", "description": "Diogo Jota ensured Liverpool got back on track, but substitute Edinson Cavani could not help Manchester United against Chelsea.", "id": 65220, "image": "https://news.livescore.com/newsapi/04/soccer/image/premier-league-data-dive-liverpool-manchester-united-chelsea-7-yp6spr7njf3t1we4zrv4de6ed.jpg", "published": "Sun, 25 Oct 2020 07:04:46 GMT", "published_epoch": 1603609486, "slug": "premier-league-data-dive-liverpool-manchester-united-chelsea-7-yp6spr7njf3t1we4zrv4de6ed", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/premier-league-data-dive-liverpool-manchester-united-chelsea-7-yp6spr7njf3t1we4zrv4de6ed.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/premier-league-data-dive-liverpool-manchester-united-chelsea-7-yp6spr7njf3t1we4zrv4de6ed.jpg", "title": "Premier League data dive: Liverpool return to winning ways, Man Utd and Chelsea in uninspiring draw", "url": "https://www.livescore.com/en/soccer/news/premier-league-data-dive-liverpool-manchester-united-chelsea-7-yp6spr7njf3t1we4zrv4de6ed/"}, {"caption": "Real Madrid coach Zinedine Zidane", "description": "Under pressure as Real Madrid coach, Zinedine Zidane had no interest in responding to critics.", "id": 65219, "image": "https://news.livescore.com/newsapi/04/soccer/image/zinedine-zidane-unfazed-by-critics-clasico-win-7-1gyzscvwdyo5i1q7jxncosl18d.jpg", "published": "Sun, 25 Oct 2020 03:26:49 GMT", "published_epoch": 1603596409, "slug": "zinedine-zidane-unfazed-by-critics-clasico-win-7-1gyzscvwdyo5i1q7jxncosl18d", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/zinedine-zidane-unfazed-by-critics-clasico-win-7-1gyzscvwdyo5i1q7jxncosl18d.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/zinedine-zidane-unfazed-by-critics-clasico-win-7-1gyzscvwdyo5i1q7jxncosl18d.jpg", "title": "We're not here to shut them up \u2013 Zidane unfazed by critics after Clasico win", "url": "https://www.livescore.com/en/soccer/news/zinedine-zidane-unfazed-by-critics-clasico-win-7-1gyzscvwdyo5i1q7jxncosl18d/"}, {"caption": "Liverpool duo Diogo Jota and Trent Alexander-Arnold", "description": "Diogo Jota will improve for Liverpool, but the forward's display against Sheffield United came as no surprise to Jurgen Klopp.", "id": 65218, "image": "https://news.livescore.com/newsapi/04/soccer/image/diogo-jota-get-better-liverpool-jurgen-klopp-7-1bcnjpqix5rxv18caadix5p2nj.jpg", "published": "Sun, 25 Oct 2020 02:19:54 GMT", "published_epoch": 1603592394, "slug": "diogo-jota-get-better-liverpool-jurgen-klopp-7-1bcnjpqix5rxv18caadix5p2nj", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/diogo-jota-get-better-liverpool-jurgen-klopp-7-1bcnjpqix5rxv18caadix5p2nj.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/diogo-jota-get-better-liverpool-jurgen-klopp-7-1bcnjpqix5rxv18caadix5p2nj.jpg", "title": "Jota will get even better for Liverpool \u2013 Klopp", "url": "https://www.livescore.com/en/soccer/news/diogo-jota-get-better-liverpool-jurgen-klopp-7-1bcnjpqix5rxv18caadix5p2nj/"}, {"caption": "Paris Saint-Germain forward Moise Kean celebrates", "description": "Moise Kean's intensity pleased Paris Saint-Germain coach Thomas Tuchel after a win over Dijon.", "id": 65221, "image": "https://news.livescore.com/newsapi/04/soccer/image/thomas-tuchel-moise-kean-first-psg-goals-7-pel6j1uwj0wx1w4mmvircpl2m.jpg", "published": "Sun, 25 Oct 2020 01:38:56 GMT", "published_epoch": 1603589936, "slug": "thomas-tuchel-moise-kean-first-psg-goals-7-pel6j1uwj0wx1w4mmvircpl2m", "thumbnail_1": "https://news.livescore.com/newsapi/04/soccer/thumb/thomas-tuchel-moise-kean-first-psg-goals-7-pel6j1uwj0wx1w4mmvircpl2m.jpg", "thumbnail_2": "https://news.livescore.com/newsapi/04/soccer/thumbdsk/thomas-tuchel-moise-kean-first-psg-goals-7-pel6j1uwj0wx1w4mmvircpl2m.jpg", "title": "Tuchel praises Kean after forward's first PSG goals", "url": "https://www.livescore.com/en/soccer/news/thomas-tuchel-moise-kean-first-psg-goals-7-pel6j1uwj0wx1w4mmvircpl2m/"}], "status": 200}
{"properties": {"data": {"items": {"properties": {"caption": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image": {"type": "string"}, "published": {"type": "string"}, "published_epoch": {"type": "integer"}, "slug": {"type": "string"}, "thumbnail_1": {"type": "string"}, "thumbnail_2": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/4a9e8fb8-756e-4f00-a311-ab6efd2e973c/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/timezones
Get timezones
200
Response
{"data": ["-12:00", "-11:00", "-10:00", "-9:30", "-9:00", "-8:30", "-8:00", "-7:00", "-6:00", "-5:00", "-4:30", "-4:00", "-3:30", "-3:00", "-2:30", "-2:00", "-1:00", "0:00", "+1:00", "+2:00", "+3:00", "+3:30", "+4:00", "+4:30", "+5:00", "+5:30", "+5:45", "+6:00", "+6:30", "+6:45", "+7:00", "+7:30", "+8:00", "+8:30", "+8:45", "+9:00", "+9:30", "+9:45", "+10:00", "+10:30", "+11:00", "+11:30", "+12:00", "+12:30", "+12:45", "+13:00", "+13:45", "+14:00", "+15:00"], "status": 200}
{"properties": {"data": {"items": {"type": "string"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
af9bd927-be3f-4cd9-8123-39ae9120b04c/ef8cbc8d-b0f5-4c90-84ed-3c0c3a089709/0/0
LiveScore Football
Football / soccer real-time data like league table standings, fixtures (matches by league or by date & live matches), match detail (match statistic, line-ups, head-to-head, events, commentaries), news etc.
9.6
/soccer/countries
Get all countries & federations
200
Response
{"data": [{"country_code": "england", "country_id": "34", "country_name": "England"}, {"country_code": "spain", "country_id": "195", "country_name": "Spain"}, {"country_code": "italy", "country_id": "50", "country_name": "Italy"}, {"country_code": "germany", "country_id": "137", "country_name": "Germany"}, {"country_code": "france", "country_id": "177", "country_name": "France"}, {"country_code": "champions-league", "country_id": "130", "country_name": "Champions League"}, {"country_code": "europa-league", "country_id": "159", "country_name": "Europa League"}, {"country_code": "uefa-nations-league", "country_id": "463", "country_name": "UEFA Nations League"}, {"country_code": "uefa-women-s-champions-league", "country_id": "464", "country_name": "UEFA Women's Champions League"}, {"country_code": "uefa-youth-league", "country_id": "456", "country_name": "UEFA Youth League"}, {"country_code": "euro", "country_id": "106", "country_name": "EURO"}, {"country_code": "euro-under-21", "country_id": "102", "country_name": "Euro U-21"}, {"country_code": "euro-under-19", "country_id": "37", "country_name": "Euro U-19"}, {"country_code": "euro-u-19-2021", "country_id": "467", "country_name": "Euro U-19 2021"}, {"country_code": "euro-under-17", "country_id": "32", "country_name": "Euro U-17"}, {"country_code": "euro-women", "country_id": "118", "country_name": "Euro Women"}, {"country_code": "euro-u-19-women", "country_id": "140", "country_name": "Euro U-19 Women"}, {"country_code": "euro-u-17-women", "country_id": "147", "country_name": "Euro U-17 Women"}, {"country_code": "euro-u-17-women-2021", "country_id": "466", "country_name": "Euro U-17 Women 2021"}, {"country_code": "albania", "country_id": "255", "country_name": "Albania"}, {"country_code": "andorra", "country_id": "248", "country_name": "Andorra"}, {"country_code": "austria", "country_id": "149", "country_name": "Austria"}, {"country_code": "belarus", "country_id": "52", "country_name": "Belarus"}, {"country_code": "belgium", "country_id": "202", "country_name": "Belgium"}, {"country_code": "bosnia", "country_id": "212", "country_name": "Bosnia and Herzegovina"}, {"country_code": "bulgaria", "country_id": "170", "country_name": "Bulgaria"}, {"country_code": "croatia", "country_id": "246", "country_name": "Croatia"}, {"country_code": "cyprus", "country_id": "193", "country_name": "Cyprus"}, {"country_code": "czech-republic", "country_id": "151", "country_name": "Czech Republic"}, {"country_code": "denmark", "country_id": "72", "country_name": "Denmark"}, {"country_code": "estonia", "country_id": "265", "country_name": "Estonia"}, {"country_code": "faroe-islands", "country_id": "252", "country_name": "Faroe Islands"}, {"country_code": "finland", "country_id": "76", "country_name": "Finland"}, {"country_code": "gibraltar", "country_id": "64", "country_name": "Gibraltar"}, {"country_code": "greece", "country_id": "156", "country_name": "Greece"}, {"country_code": "hungary", "country_id": "181", "country_name": "Hungary"}, {"country_code": "iceland", "country_id": "247", "country_name": "Iceland"}, {"country_code": "ireland", "country_id": "40", "country_name": "Ireland"}, {"country_code": "israel", "country_id": "110", "country_name": "Israel"}, {"country_code": "kosovo", "country_id": "192", "country_name": "Kosovo"}, {"country_code": "latvia", "country_id": "35", "country_name": "Latvia"}, {"country_code": "liechtenstein", "country_id": "462", "country_name": "Liechtenstein"}, {"country_code": "lithuania", "country_id": "74", "country_name": "Lithuania"}, {"country_code": "luxembourg", "country_id": "63", "country_name": "Luxembourg"}, {"country_code": "malta", "country_id": "153", "country_name": "Malta"}, {"country_code": "moldova", "country_id": "244", "country_name": "Moldova"}, {"country_code": "montenegro", "country_id": "157", "country_name": "Montenegro"}, {"country_code": "holland", "country_id": "178", "country_name": "Netherlands"}, {"country_code": "macedonia", "country_id": "205", "country_name": "North Macedonia"}, {"country_code": "northern-ireland", "country_id": "100", "country_name": "Northern Ireland"}, {"country_code": "norway", "country_id": "250", "country_name": "Norway"}, {"country_code": "poland", "country_id": "46", "country_name": "Poland"}, {"country_code": "portugal", "country_id": "171", "country_name": "Portugal"}, {"country_code": "romania", "country_id": "95", "country_name": "Romania"}, {"country_code": "russia", "country_id": "44", "country_name": "Russia"}, {"country_code": "san-marino", "country_id": "235", "country_name": "San Marino"}, {"country_code": "scotland", "country_id": "36", "country_name": "Scotland"}, {"country_code": "serbia", "country_id": "39", "country_name": "Serbia"}, {"country_code": "slovakia", "country_id": "224", "country_name": "Slovakia"}, {"country_code": "slovenia", "country_id": "101", "country_name": "Slovenia"}, {"country_code": "sweden", "country_id": "269", "country_name": "Sweden"}, {"country_code": "switzerland", "country_id": "201", "country_name": "Switzerland"}, {"country_code": "turkey", "country_id": "45", "country_name": "Turkey"}, {"country_code": "ukraine", "country_id": "112", "country_name": "Ukraine"}, {"country_code": "wales", "country_id": "56", "country_name": "Wales"}, {"country_code": "asia", "country_id": "158", "country_name": "Asia"}, {"country_code": "afc-u-19-championship", "country_id": "468", "country_name": "AFC U-19 Championship"}, {"country_code": "armenia", "country_id": "155", "country_name": "Armenia"}, {"country_code": "azerbaijan", "country_id": "144", "country_name": "Azerbaijan"}, {"country_code": "bahrain", "country_id": "196", "country_name": "Bahrain"}, {"country_code": "bangladesh", "country_id": "438", "country_name": "Bangladesh"}, {"country_code": "cambodia", "country_id": "428", "country_name": "Cambodia"}, {"country_code": "china", "country_id": "236", "country_name": "China"}, {"country_code": "georgia", "country_id": "260", "country_name": "Georgia"}, {"country_code": "hong-kong", "country_id": "51", "country_name": "Hong Kong"}, {"country_code": "india", "country_id": "264", "country_name": "India"}, {"country_code": "indonesia", "country_id": "94", "country_name": "Indonesia"}, {"country_code": "iran", "country_id": "31", "country_name": "Iran"}, {"country_code": "iraq", "country_id": "245", "country_name": "Iraq"}, {"country_code": "japan", "country_id": "136", "country_name": "Japan"}, {"country_code": "jordan", "country_id": "267", "country_name": "Jordan"}, {"country_code": "kazakhstan", "country_id": "249", "country_name": "Kazakhstan"}, {"country_code": "korea-republic", "country_id": "111", "country_name": "Republic of Korea"}, {"country_code": "kuwait", "country_id": "47", "country_name": "Kuwait"}, {"country_code": "lebanon", "country_id": "228", "country_name": "Lebanon"}, {"country_code": "malaysia", "country_id": "274", "country_name": "Malaysia"}, {"country_code": "mongolia", "country_id": "465", "country_name": "Mongolia"}, {"country_code": "myanmar", "country_id": "427", "country_name": "Myanmar"}, {"country_code": "oman", "country_id": "217", "country_name": "Oman"}, {"country_code": "palestine", "country_id": "429", "country_name": "Palestine"}, {"country_code": "philippines", "country_id": "227", "country_name": "Philippines"}, {"country_code": "qatar", "country_id": "167", "country_name": "Qatar"}, {"country_code": "saudi-arabia", "country_id": "213", "country_name": "Saudi Arabia"}, {"country_code": "singapore", "country_id": "237", "country_name": "Singapore"}, {"country_code": "syria", "country_id": "262", "country_name": "Syria"}, {"country_code": "taiwan", "country_id": "125", "country_name": "Taiwan"}, {"country_code": "tajikistan", "country_id": "439", "country_name": "Tajikistan"}, {"country_code": "thailand", "country_id": "284", "country_name": "Thailand"}, {"country_code": "turkmenistan", "country_id": "445", "country_name": "Turkmenistan"}, {"country_code": "united-arab-emirates", "country_id": "174", "country_name": "United Arab Emirates"}, {"country_code": "uzbekistan", "country_id": "277", "country_name": "Uzbekistan"}, {"country_code": "vietnam", "country_id": "276", "country_name": "Vietnam"}, {"country_code": "africa", "country_id": "232", "country_name": "Africa"}, {"country_code": "africa-cup-of-nations", "country_id": "209", "country_name": "Africa Cup of Nations"}, {"country_code": "algeria", "country_id": "73", "country_name": "Algeria"}, {"country_code": "angola", "country_id": "431", "country_name": "Angola"}, {"country_code": "botswana", "country_id": "216", "country_name": "Botswana"}, {"country_code": "burundi", "country_id": "440", "country_name": "Burundi"}, {"country_code": "cameroon", "country_id": "263", "country_name": "Cameroon"}, {"country_code": "congo", "country_id": "426", "country_name": "Congo"}, {"country_code": "dr-congo", "country_id": "99", "country_name": "DR Congo"}, {"country_code": "egypt", "country_id": "218", "country_name": "Egypt"}, {"country_code": "ghana", "country_id": "433", "country_name": "Ghana"}, {"country_code": "ivory-coast", "country_id": "108", "country_name": "Ivory Coast"}, {"country_code": "kenya", "country_id": "204", "country_name": "Kenya"}, {"country_code": "morocco", "country_id": "238", "country_name": "Morocco"}, {"country_code": "nigeria", "country_id": "257", "country_name": "Nigeria"}, {"country_code": "rwanda", "country_id": "425", "country_name": "Rwanda"}, {"country_code": "senegal", "country_id": "432", "country_name": "Senegal"}, {"country_code": "south-africa", "country_id": "223", "country_name": "South Africa"}, {"country_code": "tanzania", "country_id": "206", "country_name": "Tanzania"}, {"country_code": "tunisia", "country_id": "146", "country_name": "Tunisia"}, {"country_code": "uganda", "country_id": "96", "country_name": "Uganda"}, {"country_code": "zambia", "country_id": "240", "country_name": "Zambia"}, {"country_code": "zimbabwe", "country_id": "150", "country_name": "Zimbabwe"}, {"country_code": "south-america", "country_id": "173", "country_name": "South America"}, {"country_code": "copa-america", "country_id": "296", "country_name": "Copa America"}, {"country_code": "argentina", "country_id": "75", "country_name": "Argentina"}, {"country_code": "bolivia", "country_id": "183", "country_name": "Bolivia"}, {"country_code": "brazil", "country_id": "172", "country_name": "Brazil"}, {"country_code": "chile", "country_id": "105", "country_name": "Chile"}, {"country_code": "colombia", "country_id": "57", "country_name": "Colombia"}, {"country_code": "ecuador", "country_id": "77", "country_name": "Ecuador"}, {"country_code": "paraguay", "country_id": "152", "country_name": "Paraguay"}, {"country_code": "peru", "country_id": "120", "country_name": "Peru"}, {"country_code": "uruguay", "country_id": "243", "country_name": "Uruguay"}, {"country_code": "venezuela", "country_id": "104", "country_name": "Venezuela"}, {"country_code": "concacaf", "country_id": "176", "country_name": "CONCACAF"}, {"country_code": "concacaf-nations-league", "country_id": "91", "country_name": "CONCACAF Nations League"}, {"country_code": "canada", "country_id": "65", "country_name": "Canada"}, {"country_code": "costa-rica", "country_id": "55", "country_name": "Costa Rica"}, {"country_code": "cuba", "country_id": "283", "country_name": "Cuba"}, {"country_code": "el-salvador", "country_id": "69", "country_name": "El Salvador"}, {"country_code": "guatemala", "country_id": "182", "country_name": "Guatemala"}, {"country_code": "honduras", "country_id": "66", "country_name": "Honduras"}, {"country_code": "jamaica", "country_id": "70", "country_name": "Jamaica"}, {"country_code": "mexico", "country_id": "117", "country_name": "Mexico"}, {"country_code": "nicaragua", "country_id": "424", "country_name": "Nicaragua"}, {"country_code": "panama", "country_id": "430", "country_name": "Panama"}, {"country_code": "trinidad-and-tobago", "country_id": "434", "country_name": "Trinidad and Tobago"}, {"country_code": "usa", "country_id": "58", "country_name": "USA"}, {"country_code": "oceania", "country_id": "292", "country_name": "Oceania"}, {"country_code": "australia", "country_id": "199", "country_name": "Australia"}, {"country_code": "new-zealand", "country_id": "280", "country_name": "New Zealand"}, {"country_code": "intl", "country_id": "256", "country_name": "International"}, {"country_code": "summer-olympics-2012", "country_id": "298", "country_name": "Olympics Men"}, {"country_code": "summer-olympics-2012-women", "country_id": "281", "country_name": "Olympics Women"}, {"country_code": "world-cup", "country_id": "138", "country_name": "World Cup"}, {"country_code": "world-cup-u17", "country_id": "272", "country_name": "World Cup U-17"}], "status": 200}
{"properties": {"data": {"items": {"properties": {"country_code": {"type": "string"}, "country_id": {"type": "string"}, "country_name": {"type": "string"}}, "type": "object"}, "type": "array"}, "status": {"type": "integer"}}, "type": "object"}
4aa04910-3dde-4e14-8604-26a7f5aac9b2/8a19225e-5f30-441d-af8f-22a6565e003b/0/0
Serie A Standings
Italian Serie A Standings & Table
6.8
Serie A Standings
Serie A Standings
200
Response
[{"team": {"name": "AC Milan", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/103.png", "abbreviation": "MIL"}, "stats": {"wins": 26, "losses": 4, "ties": 8, "gamesPlayed": 38, "goalsFor": 69, "goalsAgainst": 31, "points": 86, "rank": 1, "goalDifference": 38}}, {"team": {"name": "Internazionale", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/110.png", "abbreviation": "INT"}, "stats": {"wins": 25, "losses": 4, "ties": 9, "gamesPlayed": 38, "goalsFor": 84, "goalsAgainst": 32, "points": 84, "rank": 2, "goalDifference": 52}}, {"team": {"name": "Napoli", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/114.png", "abbreviation": "NAP"}, "stats": {"wins": 24, "losses": 7, "ties": 7, "gamesPlayed": 38, "goalsFor": 74, "goalsAgainst": 31, "points": 79, "rank": 3, "goalDifference": 43}}, {"team": {"name": "Juventus", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/111.png", "abbreviation": "JUV"}, "stats": {"wins": 20, "losses": 8, "ties": 10, "gamesPlayed": 38, "goalsFor": 57, "goalsAgainst": 37, "points": 70, "rank": 4, "goalDifference": 20}}, {"team": {"name": "Lazio", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/112.png", "abbreviation": "LAZ"}, "stats": {"wins": 18, "losses": 10, "ties": 10, "gamesPlayed": 38, "goalsFor": 77, "goalsAgainst": 58, "points": 64, "rank": 5, "goalDifference": 19}}, {"team": {"name": "AS Roma", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/104.png", "abbreviation": "ROMA"}, "stats": {"wins": 18, "losses": 11, "ties": 9, "gamesPlayed": 38, "goalsFor": 59, "goalsAgainst": 43, "points": 63, "rank": 6, "goalDifference": 16}}, {"team": {"name": "Fiorentina", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/109.png", "abbreviation": "FIO"}, "stats": {"wins": 19, "losses": 14, "ties": 5, "gamesPlayed": 38, "goalsFor": 59, "goalsAgainst": 51, "points": 62, "rank": 7, "goalDifference": 8}}, {"team": {"name": "Atalanta", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/105.png", "abbreviation": "ATA"}, "stats": {"wins": 16, "losses": 11, "ties": 11, "gamesPlayed": 38, "goalsFor": 65, "goalsAgainst": 48, "points": 59, "rank": 8, "goalDifference": 17}}, {"team": {"name": "Hellas Verona", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/119.png", "abbreviation": "VER"}, "stats": {"wins": 14, "losses": 13, "ties": 11, "gamesPlayed": 38, "goalsFor": 65, "goalsAgainst": 59, "points": 53, "rank": 9, "goalDifference": 6}}, {"team": {"name": "Torino", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/239.png", "abbreviation": "TOR"}, "stats": {"wins": 13, "losses": 14, "ties": 11, "gamesPlayed": 38, "goalsFor": 46, "goalsAgainst": 41, "points": 50, "rank": 10, "goalDifference": 5}}, {"team": {"name": "Sassuolo", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3997.png", "abbreviation": "SAS"}, "stats": {"wins": 13, "losses": 14, "ties": 11, "gamesPlayed": 38, "goalsFor": 64, "goalsAgainst": 66, "points": 50, "rank": 11, "goalDifference": -2}}, {"team": {"name": "Udinese", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/118.png", "abbreviation": "UDN"}, "stats": {"wins": 11, "losses": 13, "ties": 14, "gamesPlayed": 38, "goalsFor": 61, "goalsAgainst": 58, "points": 47, "rank": 12, "goalDifference": 3}}, {"team": {"name": "Bologna", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/107.png", "abbreviation": "BOL"}, "stats": {"wins": 12, "losses": 16, "ties": 10, "gamesPlayed": 38, "goalsFor": 44, "goalsAgainst": 55, "points": 46, "rank": 13, "goalDifference": -11}}, {"team": {"name": "Empoli", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/2574.png", "abbreviation": "EMP"}, "stats": {"wins": 10, "losses": 17, "ties": 11, "gamesPlayed": 38, "goalsFor": 50, "goalsAgainst": 70, "points": 41, "rank": 14, "goalDifference": -20}}, {"team": {"name": "Sampdoria", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/2734.png", "abbreviation": "SAM"}, "stats": {"wins": 10, "losses": 22, "ties": 6, "gamesPlayed": 38, "goalsFor": 46, "goalsAgainst": 63, "points": 36, "rank": 15, "goalDifference": -17}}, {"team": {"name": "Spezia", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/4056.png", "abbreviation": "SPE"}, "stats": {"wins": 10, "losses": 22, "ties": 6, "gamesPlayed": 38, "goalsFor": 41, "goalsAgainst": 71, "points": 36, "rank": 16, "goalDifference": -30}}, {"team": {"name": "Salernitana", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3240.png", "abbreviation": "SAL"}, "stats": {"wins": 7, "losses": 21, "ties": 10, "gamesPlayed": 38, "goalsFor": 33, "goalsAgainst": 78, "points": 31, "rank": 17, "goalDifference": -45}}, {"team": {"name": "Cagliari", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/2925.png", "abbreviation": "CAG"}, "stats": {"wins": 6, "losses": 20, "ties": 12, "gamesPlayed": 38, "goalsFor": 34, "goalsAgainst": 68, "points": 30, "rank": 18, "goalDifference": -34}}, {"team": {"name": "Genoa", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/3263.png", "abbreviation": "GEN"}, "stats": {"wins": 4, "losses": 18, "ties": 16, "gamesPlayed": 38, "goalsFor": 27, "goalsAgainst": 60, "points": 28, "rank": 19, "goalDifference": -33}}, {"team": {"name": "Venezia", "logo": "https://a.espncdn.com/i/teamlogos/soccer/500/17530.png", "abbreviation": "VEN"}, "stats": {"wins": 6, "losses": 23, "ties": 9, "gamesPlayed": 38, "goalsFor": 34, "goalsAgainst": 69, "points": 27, "rank": 20, "goalDifference": -35}}]
{"$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", "properties": {"wins": {"type": "integer"}, "losses": {"type": "integer"}, "ties": {"type": "integer"}, "gamesPlayed": {"type": "integer"}, "goalsFor": {"type": "integer"}, "goalsAgainst": {"type": "integer"}, "points": {"type": "integer"}, "rank": {"type": "integer"}, "goalDifference": {"type": "integer"}}, "required": ["gamesPlayed", "goalDifference", "goalsAgainst", "goalsFor", "losses", "points", "rank", "ties", "wins"]}}, "required": ["stats", "team"]}}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/d07a5912-98b3-4308-8eca-778a0104596a/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Search Champions
Find Champions by season, rider, country, constructor and/or class.
200
Response
[{"id": 4, "season": "2021", "rider": "Fabio Quartararo", "country": "FR", "constructor": "Yamaha", "class": "MotoGP\u2122"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "season": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}, "constructor": {"type": "string"}, "class": {"type": "string"}}, "required": ["class", "constructor", "country", "id", "rider", "season"]}}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/f4a99783-1898-4ff2-a80d-b55cac5258a0/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get one Champion
Gets a specific Champion by ID.
200
Response
{"id": 4, "season": "2021", "rider": "Fabio Quartararo", "country": "FR", "constructor": "Yamaha", "class": "MotoGP\u2122"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "season": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}, "constructor": {"type": "string"}, "class": {"type": "string"}}, "required": ["class", "constructor", "country", "id", "rider", "season"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/24f0b170-aee2-470e-a8cd-6bf2e35774fa/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get all Champions
Gets hundreds of results about the riders who have become world champions.
200
Response
{"current_page": 1, "data": [{"id": 4, "season": "2021", "rider": "Fabio Quartararo", "country": "FR", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 14, "season": "2021", "rider": "Remy Gardner", "country": "AU", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 24, "season": "2021", "rider": "Pedro Acosta", "country": "ES", "constructor": "KTM", "class": "Moto3\u2122"}, {"id": 34, "season": "2021", "rider": "Jordi Torres", "country": "ES", "constructor": "Energica", "class": "MotoE\u2122"}, {"id": 44, "season": "2020", "rider": "Joan Mir", "country": "ES", "constructor": "Suzuki", "class": "MotoGP\u2122"}, {"id": 54, "season": "2020", "rider": "Enea Bastianini", "country": "IT", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 64, "season": "2020", "rider": "Albert Arenas", "country": "ES", "constructor": "KTM", "class": "Moto3\u2122"}, {"id": 74, "season": "2020", "rider": "Jordi Torres", "country": "ES", "constructor": "Energica", "class": "MotoE\u2122"}, {"id": 84, "season": "2019", "rider": "Marc Marquez", "country": "ES", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 94, "season": "2019", "rider": "Alex Marquez", "country": "ES", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 104, "season": "2019", "rider": "Lorenzo Dalla Porta", "country": "IT", "constructor": "Honda", "class": "Moto3\u2122"}, {"id": 114, "season": "2019", "rider": "Matteo Ferrari", "country": "IT", "constructor": "Energica", "class": "MotoE\u2122"}, {"id": 124, "season": "2018", "rider": "Marc Marquez", "country": "ES", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 134, "season": "2018", "rider": "Francesco Bagnaia", "country": "IT", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 144, "season": "2018", "rider": "Jorge Martin", "country": "ES", "constructor": "Honda", "class": "Moto3\u2122"}, {"id": 154, "season": "2017", "rider": "Marc Marquez", "country": "ES", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 164, "season": "2017", "rider": "Franco Morbidelli", "country": "IT", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 174, "season": "2017", "rider": "Joan Mir", "country": "ES", "constructor": "Honda", "class": "Moto3\u2122"}, {"id": 184, "season": "2016", "rider": "Marc Marquez", "country": "ES", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 194, "season": "2016", "rider": "Johann Zarco", "country": "FR", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 204, "season": "2016", "rider": "Brad Binder", "country": "ZA", "constructor": "KTM", "class": "Moto3\u2122"}, {"id": 214, "season": "2015", "rider": "Jorge Lorenzo", "country": "ES", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 224, "season": "2015", "rider": "Johann Zarco", "country": "FR", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 234, "season": "2015", "rider": "Danny Kent", "country": "GB", "constructor": "Honda", "class": "Moto3\u2122"}, {"id": 244, "season": "2014", "rider": "Marc Marquez", "country": "ES", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 254, "season": "2014", "rider": "Tito Rabat", "country": "ES", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 264, "season": "2014", "rider": "Alex Marquez", "country": "ES", "constructor": "Honda", "class": "Moto3\u2122"}, {"id": 274, "season": "2013", "rider": "Marc Marquez", "country": "ES", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 284, "season": "2013", "rider": "Pol Espargaro", "country": "ES", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 294, "season": "2013", "rider": "Maverick Vi\u00f1ales", "country": "ES", "constructor": "KTM", "class": "Moto3\u2122"}, {"id": 304, "season": "2012", "rider": "Jorge Lorenzo", "country": "ES", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 314, "season": "2012", "rider": "Marc Marquez", "country": "ES", "constructor": "Suter", "class": "Moto2\u2122"}, {"id": 324, "season": "2012", "rider": "Sandro Cortese", "country": "DE", "constructor": "KTM", "class": "Moto3\u2122"}, {"id": 334, "season": "2011", "rider": "Casey Stoner", "country": "AU", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 344, "season": "2011", "rider": "Stefan Bradl", "country": "DE", "constructor": "Kalex", "class": "Moto2\u2122"}, {"id": 354, "season": "2011", "rider": "Nicolas Terol", "country": "ES", "constructor": "Aprilia", "class": "125cc"}, {"id": 364, "season": "2010", "rider": "Jorge Lorenzo", "country": "ES", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 374, "season": "2010", "rider": "Toni Elias", "country": "ES", "constructor": "Moriwaki", "class": "Moto2\u2122"}, {"id": 384, "season": "2010", "rider": "Marc Marquez", "country": "ES", "constructor": "Derbi", "class": "125cc"}, {"id": 394, "season": "2009", "rider": "Valentino Rossi", "country": "IT", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 404, "season": "2009", "rider": "Hiroshi Aoyama", "country": "JP", "constructor": "Honda", "class": "250cc"}, {"id": 414, "season": "2009", "rider": "Julian Simon", "country": "ES", "constructor": "Aprilia", "class": "125cc"}, {"id": 424, "season": "2008", "rider": "Valentino Rossi", "country": "IT", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 434, "season": "2008", "rider": "Marco Simoncelli", "country": "IT", "constructor": "Gilera", "class": "250cc"}, {"id": 444, "season": "2008", "rider": "Mike Di Meglio", "country": "FR", "constructor": "Derbi", "class": "125cc"}, {"id": 454, "season": "2007", "rider": "Casey Stoner", "country": "AU", "constructor": "Ducati", "class": "MotoGP\u2122"}, {"id": 464, "season": "2007", "rider": "Jorge Lorenzo", "country": "ES", "constructor": "Aprilia", "class": "250cc"}, {"id": 474, "season": "2007", "rider": "Gabor Talmacsi", "country": "HU", "constructor": "Aprilia", "class": "125cc"}, {"id": 484, "season": "2005", "rider": "Valentino Rossi", "country": "IT", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 494, "season": "2005", "rider": "Dani Pedrosa", "country": "ES", "constructor": "Honda", "class": "250cc"}, {"id": 504, "season": "2005", "rider": "Thomas Luthi", "country": "CH", "constructor": "Honda", "class": "125cc"}, {"id": 514, "season": "2004", "rider": "Valentino Rossi", "country": "IT", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 524, "season": "2004", "rider": "Dani Pedrosa", "country": "ES", "constructor": "Honda", "class": "250cc"}, {"id": 534, "season": "2004", "rider": "Andrea Dovizioso", "country": "IT", "constructor": "Honda", "class": "125cc"}, {"id": 544, "season": "2003", "rider": "Valentino Rossi", "country": "IT", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 554, "season": "2003", "rider": "Manuel Poggiali", "country": "SM", "constructor": "Aprilia", "class": "250cc"}, {"id": 564, "season": "2003", "rider": "Dani Pedrosa", "country": "ES", "constructor": "Honda", "class": "125cc"}, {"id": 574, "season": "2002", "rider": "Valentino Rossi", "country": "IT", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 584, "season": "2002", "rider": "Marco Melandri", "country": "IT", "constructor": "Aprilia", "class": "250cc"}, {"id": 594, "season": "2002", "rider": "Arnaud Vincent", "country": "FR", "constructor": "Aprilia", "class": "125cc"}, {"id": 604, "season": "2001", "rider": "Valentino Rossi", "country": "IT", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 614, "season": "2001", "rider": "Daijiro Kato", "country": "JP", "constructor": "Honda", "class": "250cc"}, {"id": 624, "season": "2001", "rider": "Manuel Poggiali", "country": "SM", "constructor": "Gilera", "class": "125cc"}, {"id": 634, "season": "2000", "rider": "Kenny Roberts Jr", "country": "US", "constructor": "Suzuki", "class": "MotoGP\u2122"}, {"id": 644, "season": "2000", "rider": "Olivier Jacque", "country": "FR", "constructor": "Yamaha", "class": "250cc"}, {"id": 654, "season": "2000", "rider": "Roberto Locatelli", "country": "IT", "constructor": "Aprilia", "class": "125cc"}, {"id": 664, "season": "1999", "rider": "Alex Criville", "country": "ES", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 674, "season": "1999", "rider": "Valentino Rossi", "country": "IT", "constructor": "Aprilia", "class": "250cc"}, {"id": 684, "season": "1999", "rider": "Emilio Alzamora", "country": "ES", "constructor": "Honda", "class": "125cc"}, {"id": 694, "season": "1998", "rider": "Mick Doohan", "country": "AU", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 704, "season": "1998", "rider": "Loris Capirossi", "country": "IT", "constructor": "Aprilia", "class": "250cc"}, {"id": 714, "season": "1998", "rider": "Kazuto Sakata", "country": "JP", "constructor": "Honda", "class": "125cc"}, {"id": 724, "season": "1997", "rider": "Mick Doohan", "country": "AU", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 734, "season": "1997", "rider": "Max Biaggi", "country": "IT", "constructor": "Honda", "class": "250cc"}, {"id": 744, "season": "1997", "rider": "Valentino Rossi", "country": "IT", "constructor": "Aprilia", "class": "125cc"}, {"id": 754, "season": "1996", "rider": "Mick Doohan", "country": "AU", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 764, "season": "1996", "rider": "Max Biaggi", "country": "IT", "constructor": "Aprilia", "class": "250cc"}, {"id": 774, "season": "1996", "rider": "Haruchika Aoki", "country": "JP", "constructor": "Honda", "class": "125cc"}, {"id": 784, "season": "1995", "rider": "Mick Doohan", "country": "AU", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 794, "season": "1995", "rider": "Max Biaggi", "country": "IT", "constructor": "Aprilia", "class": "250cc"}, {"id": 804, "season": "1995", "rider": "Haruchika Aoki", "country": "JP", "constructor": "Honda", "class": "125cc"}, {"id": 814, "season": "1994", "rider": "Mick Doohan", "country": "AU", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 824, "season": "1994", "rider": "Max Biaggi", "country": "IT", "constructor": "Aprilia", "class": "250cc"}, {"id": 834, "season": "1994", "rider": "Kazuto Sakata", "country": "JP", "constructor": "Aprilia", "class": "125cc"}, {"id": 844, "season": "1993", "rider": "Kevin Schwantz", "country": "US", "constructor": "Suzuki", "class": "MotoGP\u2122"}, {"id": 854, "season": "1993", "rider": "Tetsuya Harada", "country": "JP", "constructor": "Yamaha", "class": "250cc"}, {"id": 864, "season": "1993", "rider": "Dirk Raudies", "country": "DE", "constructor": "Honda", "class": "125cc"}, {"id": 874, "season": "1992", "rider": "Wayne Rainey", "country": "US", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 884, "season": "1992", "rider": "Luca Cadalora", "country": "IT", "constructor": "Honda", "class": "250cc"}, {"id": 894, "season": "1992", "rider": "Alessandro Gramigni", "country": "IT", "constructor": "Aprilia", "class": "125cc"}, {"id": 904, "season": "1991", "rider": "Wayne Rainey", "country": "US", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 914, "season": "1991", "rider": "Luca Cadalora", "country": "IT", "constructor": "Honda", "class": "250cc"}, {"id": 924, "season": "1991", "rider": "Loris Capirossi", "country": "IT", "constructor": "Honda", "class": "125cc"}, {"id": 934, "season": "1990", "rider": "Wayne Rainey", "country": "US", "constructor": "Yamaha", "class": "MotoGP\u2122"}, {"id": 944, "season": "1990", "rider": "John Kocinski", "country": "US", "constructor": "Yamaha", "class": "250cc"}, {"id": 954, "season": "1990", "rider": "Loris Capirossi", "country": "IT", "constructor": "Honda", "class": "125cc"}, {"id": 964, "season": "1989", "rider": "Eddie Lawson", "country": "US", "constructor": "Honda", "class": "MotoGP\u2122"}, {"id": 974, "season": "1989", "rider": "Sito Pons", "country": "ES", "constructor": "Honda", "class": "250cc"}, {"id": 984, "season": "1989", "rider": "Alex Criville", "country": "ES", "constructor": "JJ Cobas", "class": "125cc"}, {"id": 994, "season": "1989", "rider": "Manuel Herreros", "country": "ES", "constructor": "Derbi", "class": "80cc"}], "first_page_url": "/champions?page=1", "from": 1, "last_page": 3, "last_page_url": "/champions?page=3", "links": [{"url": null, "label": "« Previous", "active": false}, {"url": "/champions?page=1", "label": "1", "active": true}, {"url": "/champions?page=2", "label": "2", "active": false}, {"url": "/champions?page=3", "label": "3", "active": false}, {"url": "/champions?page=2", "label": "Next »", "active": false}], "next_page_url": "/champions?page=2", "path": "/champions", "per_page": 100, "prev_page_url": null, "to": 100, "total": 280}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "season": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}, "constructor": {"type": "string"}, "class": {"type": "string"}}, "required": ["class", "constructor", "country", "id", "rider", "season"]}}, "first_page_url": {"type": "string"}, "from": {"type": "integer"}, "last_page": {"type": "integer"}, "last_page_url": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": ["null", "string"]}, "label": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["active", "label", "url"]}}, "next_page_url": {"type": "string"}, "path": {"type": "string"}, "per_page": {"type": "integer"}, "prev_page_url": {"type": "null"}, "to": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current_page", "data", "first_page_url", "from", "last_page", "last_page_url", "links", "next_page_url", "path", "per_page", "prev_page_url", "to", "total"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/290e8132-06de-49d8-b993-baa234ee53f4/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Search Poles
Find Poles by rider and/or country.
200
Response
[{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/4173b5df-bf29-43c0-9df5-51ec18c9d04c/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get one Pole
Gets a specific Pole by ID.
200
Response
{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/cdff1d3a-a840-4410-add9-2e6635fbb080/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get all Poles
Gets hundreds of results about the total number of poles a rider has completed.
200
Response
{"current_page": 1, "data": [{"id": 4, "times": "90", "rider": "Marc Marquez", "country": "ES"}, {"id": 14, "times": "69", "rider": "Jorge Lorenzo", "country": "ES"}, {"id": 24, "times": "65", "rider": "Valentino Rossi", "country": "IT"}, {"id": 34, "times": "58", "rider": "Mick Doohan", "country": "AU"}, {"id": 44, "times": "56", "rider": "Max Biaggi", "country": "IT"}, {"id": 54, "times": "49", "rider": "Dani Pedrosa", "country": "ES"}, {"id": 64, "times": "43", "rider": "Casey Stoner", "country": "AU"}, {"id": 74, "times": "41", "rider": "Loris Capirossi", "country": "IT"}, {"id": 84, "times": "33", "rider": "Freddie Spencer", "country": "US"}, {"id": 94, "times": "32", "rider": "Pierpaolo Bianchi", "country": "IT"}, {"id": 104, "times": "29", "rider": "Kazuto Sakata", "country": "JP"}, {"id": 114, "times": "29", "rider": "Luca Cadalora", "country": "IT"}, {"id": 124, "times": "29", "rider": "Kevin Schwantz", "country": "US"}, {"id": 134, "times": "27", "rider": "Johann Zarco", "country": "FR"}, {"id": 144, "times": "27", "rider": "Jorge Martin", "country": "ES"}, {"id": 154, "times": "24", "rider": "Maverick Vi\u00f1ales", "country": "ES"}, {"id": 164, "times": "23", "rider": "Anton Mang", "country": "DE"}, {"id": 174, "times": "22", "rider": "Kenny Roberts", "country": "US"}, {"id": 184, "times": "21", "rider": "Carlos Lavado", "country": "VE"}, {"id": 194, "times": "21", "rider": "Angel Nieto", "country": "ES"}, {"id": 204, "times": "21", "rider": "Tetsuya Harada", "country": "JP"}, {"id": 214, "times": "20", "rider": "Andrea Dovizioso", "country": "IT"}, {"id": 224, "times": "20", "rider": "John Kocinski", "country": "US"}, {"id": 234, "times": "20", "rider": "Pol Espargaro", "country": "ES"}, {"id": 244, "times": "19", "rider": "Mattia Pasini", "country": "IT"}, {"id": 254, "times": "19", "rider": "Jorge Martinez", "country": "ES"}, {"id": 264, "times": "19", "rider": "Barry Sheene", "country": "GB"}, {"id": 274, "times": "19", "rider": "Fabio Quartararo", "country": "FR"}, {"id": 284, "times": "19", "rider": "Wayne Gardner", "country": "AU"}, {"id": 294, "times": "19", "rider": "Noboru Ueda", "country": "JP"}, {"id": 304, "times": "18", "rider": "Alvaro Bautista", "country": "ES"}, {"id": 314, "times": "18", "rider": "Mika Kallio", "country": "FI"}, {"id": 324, "times": "18", "rider": "Roberto Locatelli", "country": "IT"}, {"id": 334, "times": "18", "rider": "Sam Lowes", "country": "GB"}, {"id": 344, "times": "18", "rider": "Eddie Lawson", "country": "US"}, {"id": 354, "times": "17", "rider": "Alex Rins", "country": "ES"}, {"id": 364, "times": "17", "rider": "Olivier Jacque", "country": "FR"}, {"id": 374, "times": "17", "rider": "Fausto Gresini", "country": "IT"}, {"id": 384, "times": "17", "rider": "Francesco Bagnaia", "country": "IT"}, {"id": 394, "times": "17", "rider": "Youichi Ui", "country": "JP"}, {"id": 404, "times": "16", "rider": "Wayne Rainey", "country": "US"}, {"id": 414, "times": "16", "rider": "Tito Rabat", "country": "ES"}, {"id": 424, "times": "15", "rider": "Walter Villa", "country": "IT"}, {"id": 434, "times": "15", "rider": "Alex Marquez", "country": "ES"}, {"id": 444, "times": "15", "rider": "Marco Simoncelli", "country": "IT"}, {"id": 454, "times": "14", "rider": "Eugenio Lazzarini", "country": "IT"}, {"id": 464, "times": "13", "rider": "Alex De Angelis", "country": "SM"}, {"id": 474, "times": "13", "rider": "Johnny Cecotto", "country": "VE"}, {"id": 484, "times": "13", "rider": "Sete Gibernau", "country": "ES"}, {"id": 494, "times": "13", "rider": "Raul Fernandez", "country": "ES"}, {"id": 504, "times": "12", "rider": "Toni Elias", "country": "ES"}, {"id": 514, "times": "12", "rider": "Ezio Gianola", "country": "IT"}, {"id": 524, "times": "12", "rider": "Alex Criville", "country": "ES"}, {"id": 534, "times": "12", "rider": "Helmut Bradl", "country": "DE"}, {"id": 544, "times": "12", "rider": "Fonsi Nieto", "country": "ES"}, {"id": 554, "times": "12", "rider": "Thomas Luthi", "country": "CH"}, {"id": 564, "times": "11", "rider": "Daijiro Kato", "country": "JP"}, {"id": 574, "times": "11", "rider": "Manuel Poggiali", "country": "SM"}, {"id": 584, "times": "11", "rider": "Christian Sarron", "country": "FR"}, {"id": 594, "times": "11", "rider": "Sebastian Porto", "country": "AR"}, {"id": 604, "times": "11", "rider": "Gabor Talmacsi", "country": "HU"}, {"id": 614, "times": "10", "rider": "Sandro Cortese", "country": "DE"}, {"id": 624, "times": "10", "rider": "Ralf Waldmann", "country": "DE"}, {"id": 634, "times": "10", "rider": "Andrea Iannone", "country": "IT"}, {"id": 644, "times": "10", "rider": "Kenny Roberts Jr", "country": "US"}, {"id": 654, "times": "10", "rider": "Julian Simon", "country": "ES"}, {"id": 664, "times": "9", "rider": "Enea Bastianini", "country": "IT"}, {"id": 674, "times": "9", "rider": "Hector Barbera", "country": "ES"}, {"id": 684, "times": "9", "rider": "Bradley Smith", "country": "GB"}, {"id": 694, "times": "9", "rider": "Kork Ballington", "country": "ZA"}, {"id": 704, "times": "9", "rider": "Marco Melandri", "country": "IT"}, {"id": 714, "times": "9", "rider": "Marco Lucchinelli", "country": "IT"}, {"id": 724, "times": "9", "rider": "Didier De Radigues", "country": "BE"}, {"id": 734, "times": "9", "rider": "Niccol\u00f2 Antonelli", "country": "IT"}, {"id": 744, "times": "9", "rider": "Nicolas Terol", "country": "ES"}, {"id": 754, "times": "9", "rider": "Hans Spaan", "country": "NL"}, {"id": 764, "times": "9", "rider": "Jack Miller", "country": "AU"}, {"id": 774, "times": "9", "rider": "Randy De Puniet", "country": "FR"}, {"id": 784, "times": "8", "rider": "Aron Canet", "country": "ES"}, {"id": 794, "times": "8", "rider": "Guy Bertin", "country": "FR"}, {"id": 804, "times": "8", "rider": "Stefan Bradl", "country": "DE"}, {"id": 814, "times": "8", "rider": "Hiroshi Aoyama", "country": "JP"}, {"id": 824, "times": "8", "rider": "Dirk Raudies", "country": "DE"}, {"id": 834, "times": "8", "rider": "Franco Morbidelli", "country": "IT"}, {"id": 844, "times": "7", "rider": "Brad Binder", "country": "ZA"}, {"id": 854, "times": "7", "rider": "Doriano Romboni", "country": "IT"}, {"id": 864, "times": "7", "rider": "Stefan D\u00f6rflinger", "country": "CH"}, {"id": 874, "times": "7", "rider": "Eric Granado", "country": "BR"}, {"id": 884, "times": "7", "rider": "Tadayuki Okada", "country": "JP"}, {"id": 894, "times": "7", "rider": "Dominique Sarron", "country": "FR"}, {"id": 904, "times": "7", "rider": "Danny Kent", "country": "GB"}, {"id": 914, "times": "7", "rider": "Teuvo Lansivuori", "country": "FI"}, {"id": 924, "times": "7", "rider": "Ricardo Tormo", "country": "ES"}, {"id": 934, "times": "7", "rider": "Martin Wimmer", "country": "DE"}, {"id": 944, "times": "7", "rider": "Carlos Card\u00fas", "country": "ES"}, {"id": 954, "times": "7", "rider": "Romano Fenati", "country": "IT"}, {"id": 964, "times": "6", "rider": "Giacomo Agostini", "country": "IT"}, {"id": 974, "times": "6", "rider": "Remy Gardner", "country": "AU"}, {"id": 984, "times": "6", "rider": "Hans M\u00fcller", "country": "CH"}, {"id": 994, "times": "6", "rider": "Dominique Aegerter", "country": "CH"}], "first_page_url": "/poles?page=1", "from": 1, "last_page": 3, "last_page_url": "/poles?page=3", "links": [{"url": null, "label": "« Previous", "active": false}, {"url": "/poles?page=1", "label": "1", "active": true}, {"url": "/poles?page=2", "label": "2", "active": false}, {"url": "/poles?page=3", "label": "3", "active": false}, {"url": "/poles?page=2", "label": "Next »", "active": false}], "next_page_url": "/poles?page=2", "path": "/poles", "per_page": 100, "prev_page_url": null, "to": 100, "total": 279}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}}, "first_page_url": {"type": "string"}, "from": {"type": "integer"}, "last_page": {"type": "integer"}, "last_page_url": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": ["null", "string"]}, "label": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["active", "label", "url"]}}, "next_page_url": {"type": "string"}, "path": {"type": "string"}, "per_page": {"type": "integer"}, "prev_page_url": {"type": "null"}, "to": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current_page", "data", "first_page_url", "from", "last_page", "last_page_url", "links", "next_page_url", "path", "per_page", "prev_page_url", "to", "total"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/776f3269-53f2-4b64-bd55-fd8169fc52a9/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Search Podiums
Find Podiums by rider and/or country.
200
Response
[{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/4ff0d7bd-c2e4-4026-87c3-cd70b4ce32bc/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get one Podium
Gets a specific Podium by ID.
200
Response
{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/1246337b-1b1e-431d-b82c-5ccb252c65dd/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get all Podiums
Gets hundreds of results about the total number of podiums a rider has completed.
200
Response
{"current_page": 1, "data": [{"id": 4, "times": "235", "rider": "Valentino Rossi", "country": "IT"}, {"id": 14, "times": "159", "rider": "Giacomo Agostini", "country": "IT"}, {"id": 24, "times": "153", "rider": "Dani Pedrosa", "country": "ES"}, {"id": 34, "times": "152", "rider": "Jorge Lorenzo", "country": "ES"}, {"id": 44, "times": "139", "rider": "Angel Nieto", "country": "ES"}, {"id": 54, "times": "138", "rider": "Marc Marquez", "country": "ES"}, {"id": 64, "times": "121", "rider": "Phil Read", "country": "GB"}, {"id": 74, "times": "112", "rider": "Mike Hailwood", "country": "GB"}, {"id": 84, "times": "111", "rider": "Max Biaggi", "country": "IT"}, {"id": 94, "times": "103", "rider": "Andrea Dovizioso", "country": "IT"}, {"id": 104, "times": "99", "rider": "Loris Capirossi", "country": "IT"}, {"id": 114, "times": "98", "rider": "Jim Redman", "country": ""}, {"id": 124, "times": "95", "rider": "Mick Doohan", "country": "AU"}, {"id": 134, "times": "89", "rider": "Casey Stoner", "country": "AU"}, {"id": 144, "times": "89", "rider": "Luigi Taveri", "country": "CH"}, {"id": 154, "times": "84", "rider": "Anton Mang", "country": "DE"}, {"id": 164, "times": "81", "rider": "Eugenio Lazzarini", "country": "IT"}, {"id": 174, "times": "78", "rider": "Eddie Lawson", "country": "US"}, {"id": 184, "times": "72", "rider": "Luca Cadalora", "country": "IT"}, {"id": 194, "times": "70", "rider": "Maverick Vi\u00f1ales", "country": "ES"}, {"id": 204, "times": "68", "rider": "Carlo Ubbiali", "country": "IT"}, {"id": 214, "times": "66", "rider": "Alex Criville", "country": "ES"}, {"id": 224, "times": "65", "rider": "Wayne Rainey", "country": "US"}, {"id": 234, "times": "65", "rider": "Thomas Luthi", "country": "CH"}, {"id": 244, "times": "62", "rider": "Marco Melandri", "country": "IT"}, {"id": 254, "times": "61", "rider": "Pierpaolo Bianchi", "country": "IT"}, {"id": 264, "times": "61", "rider": "Jorge Martinez", "country": "ES"}, {"id": 274, "times": "58", "rider": "Stefan D\u00f6rflinger", "country": "CH"}, {"id": 284, "times": "57", "rider": "Randy Mamola", "country": "US"}, {"id": 294, "times": "56", "rider": "Johann Zarco", "country": "FR"}, {"id": 304, "times": "55", "rider": "Alex Rins", "country": "ES"}, {"id": 314, "times": "55", "rider": "Tetsuya Harada", "country": "JP"}, {"id": 324, "times": "53", "rider": "Kent Andersson", "country": "SE"}, {"id": 334, "times": "52", "rider": "Barry Sheene", "country": "GB"}, {"id": 344, "times": "52", "rider": "Pol Espargaro", "country": "ES"}, {"id": 354, "times": "52", "rider": "Wayne Gardner", "country": "AU"}, {"id": 364, "times": "51", "rider": "Kevin Schwantz", "country": "US"}, {"id": 374, "times": "50", "rider": "Ralf Waldmann", "country": "DE"}, {"id": 384, "times": "50", "rider": "Geoff Duke", "country": "GB"}, {"id": 394, "times": "49", "rider": "Alvaro Bautista", "country": "ES"}, {"id": 404, "times": "49", "rider": "Dieter Braun", "country": "DE"}, {"id": 414, "times": "49", "rider": "Mika Kallio", "country": "FI"}, {"id": 424, "times": "48", "rider": "Hugh Anderson", "country": "NZ"}, {"id": 434, "times": "47", "rider": "Fausto Gresini", "country": "IT"}, {"id": 444, "times": "46", "rider": "Kork Ballington", "country": "ZA"}, {"id": 454, "times": "45", "rider": "John Surtees", "country": "GB"}, {"id": 464, "times": "44", "rider": "Kenny Roberts", "country": "US"}, {"id": 474, "times": "43", "rider": "Toni Elias", "country": "ES"}, {"id": 484, "times": "42", "rider": "Carlos Lavado", "country": "VE"}, {"id": 494, "times": "42", "rider": "Bill Ivy", "country": "GB"}, {"id": 504, "times": "41", "rider": "Sito Pons", "country": "ES"}, {"id": 514, "times": "41", "rider": "Loris Reggiani", "country": "IT"}, {"id": 524, "times": "41", "rider": "Kazuto Sakata", "country": "JP"}, {"id": 534, "times": "40", "rider": "Miguel Oliveira", "country": "PT"}, {"id": 544, "times": "40", "rider": "Alex Marquez", "country": "ES"}, {"id": 554, "times": "40", "rider": "Alex De Angelis", "country": "SM"}, {"id": 564, "times": "40", "rider": "Ralph Bryans", "country": "IE"}, {"id": 574, "times": "39", "rider": "Noboru Ueda", "country": "JP"}, {"id": 584, "times": "39", "rider": "Freddie Spencer", "country": "US"}, {"id": 594, "times": "39", "rider": "Tohru Ukawa", "country": "JP"}, {"id": 604, "times": "39", "rider": "Tarquinio Provini", "country": "IT"}, {"id": 614, "times": "39", "rider": "Nicolas Terol", "country": "ES"}, {"id": 624, "times": "39", "rider": "Chas Mortimer", "country": "GB"}, {"id": 634, "times": "38", "rider": "Brad Binder", "country": "ZA"}, {"id": 644, "times": "38", "rider": "Ernst Degner", "country": "DE"}, {"id": 654, "times": "37", "rider": "Francesco Bagnaia", "country": "IT"}, {"id": 664, "times": "37", "rider": "Enea Bastianini", "country": "IT"}, {"id": 674, "times": "37", "rider": "Christian Sarron", "country": "FR"}, {"id": 684, "times": "36", "rider": "Ricardo Tormo", "country": "ES"}, {"id": 694, "times": "36", "rider": "Tadayuki Okada", "country": "JP"}, {"id": 704, "times": "36", "rider": "Walter Villa", "country": "IT"}, {"id": 714, "times": "36", "rider": "Tito Rabat", "country": "ES"}, {"id": 724, "times": "35", "rider": "Andrea Iannone", "country": "IT"}, {"id": 734, "times": "35", "rider": "Manuel Poggiali", "country": "SM"}, {"id": 744, "times": "35", "rider": "Olivier Jacque", "country": "FR"}, {"id": 754, "times": "35", "rider": "John Kocinski", "country": "US"}, {"id": 764, "times": "35", "rider": "Renzo Pasolini", "country": "IT"}, {"id": 774, "times": "35", "rider": "Takazumi Katayama", "country": "JP"}, {"id": 784, "times": "34", "rider": "Rodney Gould", "country": "GB"}, {"id": 794, "times": "34", "rider": "Hans-Georg Anscheidt", "country": "DE"}, {"id": 804, "times": "34", "rider": "John Hartle", "country": "GB"}, {"id": 814, "times": "34", "rider": "Jorge Martin", "country": "ES"}, {"id": 824, "times": "33", "rider": "Gary Hocking", "country": ""}, {"id": 834, "times": "33", "rider": "Joan Mir", "country": "ES"}, {"id": 844, "times": "33", "rider": "Bruno Kneub\u00fchler", "country": "CH"}, {"id": 854, "times": "32", "rider": "Alex Barros", "country": "BR"}, {"id": 864, "times": "32", "rider": "Jarno Saarinen", "country": "FI"}, {"id": 874, "times": "32", "rider": "Hector Barbera", "country": "ES"}, {"id": 884, "times": "31", "rider": "Marco Simoncelli", "country": "IT"}, {"id": 894, "times": "30", "rider": "Ezio Gianola", "country": "IT"}, {"id": 904, "times": "30", "rider": "Fabio Quartararo", "country": "FR"}, {"id": 914, "times": "30", "rider": "Emilio Alzamora", "country": "ES"}, {"id": 924, "times": "30", "rider": "Mattia Pasini", "country": "IT"}, {"id": 934, "times": "30", "rider": "Sete Gibernau", "country": "ES"}, {"id": 944, "times": "29", "rider": "Bradley Smith", "country": "GB"}, {"id": 954, "times": "29", "rider": "Jack Miller", "country": "AU"}, {"id": 964, "times": "29", "rider": "Reg Armstrong", "country": "IE"}, {"id": 974, "times": "29", "rider": "Romano Fenati", "country": "IT"}, {"id": 984, "times": "29", "rider": "Sandro Cortese", "country": "DE"}, {"id": 994, "times": "28", "rider": "Tommy Robb", "country": "IE"}], "first_page_url": "/podiums?page=1", "from": 1, "last_page": 8, "last_page_url": "/podiums?page=8", "links": [{"url": null, "label": "« Previous", "active": false}, {"url": "/podiums?page=1", "label": "1", "active": true}, {"url": "/podiums?page=2", "label": "2", "active": false}, {"url": "/podiums?page=3", "label": "3", "active": false}, {"url": "/podiums?page=4", "label": "4", "active": false}, {"url": "/podiums?page=5", "label": "5", "active": false}, {"url": "/podiums?page=6", "label": "6", "active": false}, {"url": "/podiums?page=7", "label": "7", "active": false}, {"url": "/podiums?page=8", "label": "8", "active": false}, {"url": "/podiums?page=2", "label": "Next »", "active": false}], "next_page_url": "/podiums?page=2", "path": "/podiums", "per_page": 100, "prev_page_url": null, "to": 100, "total": 760}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}}, "first_page_url": {"type": "string"}, "from": {"type": "integer"}, "last_page": {"type": "integer"}, "last_page_url": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": ["null", "string"]}, "label": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["active", "label", "url"]}}, "next_page_url": {"type": "string"}, "path": {"type": "string"}, "per_page": {"type": "integer"}, "prev_page_url": {"type": "null"}, "to": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current_page", "data", "first_page_url", "from", "last_page", "last_page_url", "links", "next_page_url", "path", "per_page", "prev_page_url", "to", "total"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/e8e64772-b7a7-4ccc-ab31-e7bb34d110f6/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Search Fastest Laps
Find Fastest Laps by rider and/or country.
200
Response
[{"id": 14, "times": "96", "rider": "Valentino Rossi", "country": "IT"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/ed8c2802-8ccb-43ff-9c13-7ed943be838c/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get one Fastest Lap
Gets a specific Fastest Lap by ID.
200
Response
{"id": 4, "times": "117", "rider": "Giacomo Agostini", "country": "IT"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/86b48acc-797b-44c4-9143-5d6a75323f69/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get all Fastest Laps
Gets hundreds of results about the total number of fastest laps a rider has completed.
200
Response
{"current_page": 1, "data": [{"id": 4, "times": "117", "rider": "Giacomo Agostini", "country": "IT"}, {"id": 14, "times": "96", "rider": "Valentino Rossi", "country": "IT"}, {"id": 24, "times": "81", "rider": "Angel Nieto", "country": "ES"}, {"id": 34, "times": "79", "rider": "Mike Hailwood", "country": "GB"}, {"id": 44, "times": "75", "rider": "Marc Marquez", "country": "ES"}, {"id": 54, "times": "64", "rider": "Dani Pedrosa", "country": "ES"}, {"id": 64, "times": "46", "rider": "Mick Doohan", "country": "AU"}, {"id": 74, "times": "42", "rider": "Max Biaggi", "country": "IT"}, {"id": 84, "times": "37", "rider": "Jorge Lorenzo", "country": "ES"}, {"id": 94, "times": "36", "rider": "Phil Read", "country": "GB"}, {"id": 104, "times": "35", "rider": "Jim Redman", "country": ""}, {"id": 114, "times": "34", "rider": "Carlo Ubbiali", "country": "IT"}, {"id": 124, "times": "34", "rider": "John Surtees", "country": "GB"}, {"id": 134, "times": "33", "rider": "Casey Stoner", "country": "AU"}, {"id": 144, "times": "32", "rider": "Loris Capirossi", "country": "IT"}, {"id": 154, "times": "30", "rider": "Luca Cadalora", "country": "IT"}, {"id": 164, "times": "29", "rider": "Geoff Duke", "country": "GB"}, {"id": 174, "times": "29", "rider": "Bill Ivy", "country": "GB"}, {"id": 184, "times": "28", "rider": "Luigi Taveri", "country": "CH"}, {"id": 194, "times": "27", "rider": "Kenny Roberts", "country": "US"}, {"id": 204, "times": "26", "rider": "Tarquinio Provini", "country": "IT"}, {"id": 214, "times": "26", "rider": "Kevin Schwantz", "country": "US"}, {"id": 224, "times": "26", "rider": "Anton Mang", "country": "DE"}, {"id": 234, "times": "25", "rider": "Pierpaolo Bianchi", "country": "IT"}, {"id": 244, "times": "25", "rider": "Hugh Anderson", "country": "NZ"}, {"id": 254, "times": "24", "rider": "Freddie Spencer", "country": "US"}, {"id": 264, "times": "23", "rider": "Wayne Rainey", "country": "US"}, {"id": 274, "times": "22", "rider": "Andrea Dovizioso", "country": "IT"}, {"id": 284, "times": "22", "rider": "Maverick Vi\u00f1ales", "country": "ES"}, {"id": 294, "times": "22", "rider": "Alvaro Bautista", "country": "ES"}, {"id": 304, "times": "21", "rider": "Gary Hocking", "country": ""}, {"id": 314, "times": "21", "rider": "Tetsuya Harada", "country": "JP"}, {"id": 324, "times": "21", "rider": "Eddie Lawson", "country": "US"}, {"id": 334, "times": "20", "rider": "Barry Sheene", "country": "GB"}, {"id": 344, "times": "20", "rider": "Walter Villa", "country": "IT"}, {"id": 354, "times": "20", "rider": "Alex Criville", "country": "ES"}, {"id": 364, "times": "19", "rider": "Johann Zarco", "country": "FR"}, {"id": 374, "times": "19", "rider": "Thomas Luthi", "country": "CH"}, {"id": 384, "times": "19", "rider": "Wayne Gardner", "country": "AU"}, {"id": 394, "times": "19", "rider": "Alex De Angelis", "country": "SM"}, {"id": 404, "times": "19", "rider": "Alex De Angelis", "country": "SM"}, {"id": 414, "times": "18", "rider": "Jarno Saarinen", "country": "FI"}, {"id": 424, "times": "17", "rider": "Alex Marquez", "country": "ES"}, {"id": 434, "times": "17", "rider": "Andrea Iannone", "country": "IT"}, {"id": 444, "times": "17", "rider": "Alex Rins", "country": "ES"}, {"id": 454, "times": "16", "rider": "Pol Espargaro", "country": "ES"}, {"id": 464, "times": "16", "rider": "Kork Ballington", "country": "ZA"}, {"id": 474, "times": "16", "rider": "Ralf Waldmann", "country": "DE"}, {"id": 484, "times": "16", "rider": "Marco Melandri", "country": "IT"}, {"id": 494, "times": "15", "rider": "Eugenio Lazzarini", "country": "IT"}, {"id": 504, "times": "15", "rider": "John Kocinski", "country": "US"}, {"id": 514, "times": "15", "rider": "Romano Fenati", "country": "IT"}, {"id": 524, "times": "14", "rider": "Francesco Bagnaia", "country": "IT"}, {"id": 534, "times": "14", "rider": "Alex Barros", "country": "BR"}, {"id": 544, "times": "14", "rider": "Bill Lomas", "country": "GB"}, {"id": 554, "times": "14", "rider": "Fabio Quartararo", "country": "FR"}, {"id": 564, "times": "14", "rider": "Franco Morbidelli", "country": "IT"}, {"id": 574, "times": "13", "rider": "Ernst Degner", "country": "DE"}, {"id": 584, "times": "13", "rider": "Jan De Vries", "country": "NL"}, {"id": 594, "times": "13", "rider": "Fausto Gresini", "country": "IT"}, {"id": 604, "times": "13", "rider": "Carlos Lavado", "country": "VE"}, {"id": 614, "times": "12", "rider": "Brad Binder", "country": "ZA"}, {"id": 624, "times": "12", "rider": "Miguel Oliveira", "country": "PT"}, {"id": 634, "times": "12", "rider": "Toni Elias", "country": "ES"}, {"id": 644, "times": "12", "rider": "Jaume Masia", "country": "ES"}, {"id": 654, "times": "12", "rider": "Julian Simon", "country": "ES"}, {"id": 664, "times": "12", "rider": "Randy Mamola", "country": "US"}, {"id": 674, "times": "12", "rider": "Sito Pons", "country": "ES"}, {"id": 684, "times": "12", "rider": "Masao Azuma", "country": "JP"}, {"id": 694, "times": "12", "rider": "Mika Kallio", "country": "FI"}, {"id": 704, "times": "12", "rider": "Hans-Georg Anscheidt", "country": "DE"}, {"id": 714, "times": "12", "rider": "Fergus Anderson", "country": "GB"}, {"id": 724, "times": "12", "rider": "Teuvo Lansivuori", "country": "FI"}, {"id": 734, "times": "11", "rider": "Tito Rabat", "country": "ES"}, {"id": 744, "times": "11", "rider": "Noboru Ueda", "country": "JP"}, {"id": 754, "times": "11", "rider": "Aron Canet", "country": "ES"}, {"id": 764, "times": "11", "rider": "Hiroshi Aoyama", "country": "JP"}, {"id": 774, "times": "11", "rider": "Werner Haas", "country": "DE"}, {"id": 784, "times": "11", "rider": "Daijiro Kato", "country": "JP"}, {"id": 794, "times": "11", "rider": "Eric Granado", "country": "BR"}, {"id": 804, "times": "11", "rider": "Sandro Cortese", "country": "DE"}, {"id": 814, "times": "11", "rider": "Juan Garriga", "country": "ES"}, {"id": 824, "times": "11", "rider": "Jorge Martinez", "country": "ES"}, {"id": 834, "times": "10", "rider": "Lucio Cecchinello", "country": "IT"}, {"id": 844, "times": "10", "rider": "Sam Lowes", "country": "GB"}, {"id": 854, "times": "10", "rider": "Dieter Braun", "country": "DE"}, {"id": 864, "times": "10", "rider": "Christian Sarron", "country": "FR"}, {"id": 874, "times": "10", "rider": "Roberto Locatelli", "country": "IT"}, {"id": 884, "times": "10", "rider": "Hector Barbera", "country": "ES"}, {"id": 894, "times": "10", "rider": "Ezio Gianola", "country": "IT"}, {"id": 904, "times": "9", "rider": "Olivier Jacque", "country": "FR"}, {"id": 914, "times": "9", "rider": "Youichi Ui", "country": "JP"}, {"id": 924, "times": "9", "rider": "Hector Faubel", "country": "ES"}, {"id": 934, "times": "9", "rider": "Tom Phillis", "country": "AU"}, {"id": 944, "times": "9", "rider": "Ray Amm", "country": ""}, {"id": 954, "times": "9", "rider": "Shinya Nakano", "country": "JP"}, {"id": 964, "times": "9", "rider": "Kenny Roberts Jr", "country": "US"}, {"id": 974, "times": "9", "rider": "Dirk Raudies", "country": "DE"}, {"id": 984, "times": "9", "rider": "Augusto Fernandez", "country": "ES"}, {"id": 994, "times": "9", "rider": "Bob Mcintyre", "country": "GB"}], "first_page_url": "/fastest-laps?page=1", "from": 1, "last_page": 5, "last_page_url": "/fastest-laps?page=5", "links": [{"url": null, "label": "« Previous", "active": false}, {"url": "/fastest-laps?page=1", "label": "1", "active": true}, {"url": "/fastest-laps?page=2", "label": "2", "active": false}, {"url": "/fastest-laps?page=3", "label": "3", "active": false}, {"url": "/fastest-laps?page=4", "label": "4", "active": false}, {"url": "/fastest-laps?page=5", "label": "5", "active": false}, {"url": "/fastest-laps?page=2", "label": "Next »", "active": false}], "next_page_url": "/fastest-laps?page=2", "path": "/fastest-laps", "per_page": 100, "prev_page_url": null, "to": 100, "total": 439}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "times": {"type": "string"}, "rider": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "id", "rider", "times"]}}, "first_page_url": {"type": "string"}, "from": {"type": "integer"}, "last_page": {"type": "integer"}, "last_page_url": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": ["null", "string"]}, "label": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["active", "label", "url"]}}, "next_page_url": {"type": "string"}, "path": {"type": "string"}, "per_page": {"type": "integer"}, "prev_page_url": {"type": "null"}, "to": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current_page", "data", "first_page_url", "from", "last_page", "last_page_url", "links", "next_page_url", "path", "per_page", "prev_page_url", "to", "total"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/feefa467-73dc-4ceb-82ce-468b2adaaf7f/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Search Grand Prix Race Winners
Find Grand Prix race winners by rider, circuit, class, constructor, country or season.
200
Response
[{"id": 11884, "circuit": "Nelson Piquet", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1189", "rider": "Valentino Rossi", "season": "1999", "uid": "Ux9kSOojRjFOQOX6Ne3y", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=60", "url_uid": "60"}, {"id": 11914, "circuit": "Phakisa Freeway", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1192", "rider": "Valentino Rossi", "season": "1999", "uid": "a7MWDRghOWGLYqRZV3LN", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=60", "url_uid": "60"}, {"id": 11924, "circuit": "Phillip Island", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1193", "rider": "Valentino Rossi", "season": "1999", "uid": "TyFpEZSq5nO9IsOOXqb0", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=60", "url_uid": "60"}, {"id": 12014, "circuit": "Automotodrom Brno", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1202", "rider": "Valentino Rossi", "season": "1999", "uid": "WBoSG6ZQQwKBmWsFwCI1", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=61", "url_uid": "61"}, {"id": 12044, "circuit": "Sachsenring", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1205", "rider": "Valentino Rossi", "season": "1999", "uid": "EncffFdTNOm2MhmnUhEd", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=61", "url_uid": "61"}, {"id": 12094, "circuit": "Donington Park", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1210", "rider": "Valentino Rossi", "season": "1999", "uid": "G6OlMKM9HnTT5L5ox7No", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=61", "url_uid": "61"}, {"id": 12134, "circuit": "Circuit de Barcelona-Catalunya", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1214", "rider": "Valentino Rossi", "season": "1999", "uid": "MMBuyUhu7Xa87w5HgjiY", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=61", "url_uid": "61"}, {"id": 12184, "circuit": "Autodromo Internazionale del Mugello", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1219", "rider": "Valentino Rossi", "season": "1999", "uid": "4pXaQTOotq5dw5IxA4Bz", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=61", "url_uid": "61"}, {"id": 12234, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "250cc", "constructor": "Aprilia", "country": "IT", "index": "1224", "rider": "Valentino Rossi", "season": "1999", "uid": "cezuaWPAOGQE23IXMURb", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=62", "url_uid": "62"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "circuit": {"type": "string"}, "class": {"type": "string"}, "constructor": {"type": "string"}, "country": {"type": "string"}, "index": {"type": "string"}, "rider": {"type": "string"}, "season": {"type": "string"}, "uid": {"type": "string"}, "url": {"type": "string"}, "url_uid": {"type": "string"}}, "required": ["circuit", "class", "constructor", "country", "id", "index", "rider", "season", "uid", "url", "url_uid"]}}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/eb1663f3-0c08-4848-b8e4-784c0f238031/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get one Grand Prix Race Winner
Gets a specific Grand Prix race winner by ID.
200
Response
{"id": 4, "circuit": "TT Circuit Assen", "class": "Moto3\u2122", "constructor": "Husqvarna", "country": "JP", "index": "1", "rider": "Ayumu Sasaki", "season": "2022", "uid": "F4oup9bOuFloAR8AIZSm", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "circuit": {"type": "string"}, "class": {"type": "string"}, "constructor": {"type": "string"}, "country": {"type": "string"}, "index": {"type": "string"}, "rider": {"type": "string"}, "season": {"type": "string"}, "uid": {"type": "string"}, "url": {"type": "string"}, "url_uid": {"type": "string"}}, "required": ["circuit", "class", "constructor", "country", "id", "index", "rider", "season", "uid", "url", "url_uid"]}
ad085abd-f4c8-44ae-8b8b-78bfce37fe43/55a888ee-71c0-4433-aa23-593d134c7530/0/0
MotoGP Data API
Unofficial MotoGP data API. At the moment the API has the following information about all categories of the MotoGP motorcycle world championship: - The grand prix winners. - Total number of fastest laps a rider has done, by name and country. - Total number of podiums a rider has done, by name and country. - Total number of poles a rider has done, by name and country. - The riders who have become world champions.
null
Get all Grand Prix Race Winners
Gets hundreds of Grand Prix race winners.
200
Response
{"current_page": 1, "data": [{"id": 4, "circuit": "TT Circuit Assen", "class": "Moto3\u2122", "constructor": "Husqvarna", "country": "JP", "index": "1", "rider": "Ayumu Sasaki", "season": "2022", "uid": "F4oup9bOuFloAR8AIZSm", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 14, "circuit": "TT Circuit Assen", "class": "MotoE\u2122", "constructor": "Energica", "country": "BR", "index": "2", "rider": "Eric Granado", "season": "2022", "uid": "sldzCNMoyX2nddQiGL4R", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 24, "circuit": "TT Circuit Assen", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "3", "rider": "Augusto Fernandez", "season": "2022", "uid": "6rxDsfXYnFpWBV5Mqoyp", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 34, "circuit": "TT Circuit Assen", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "4", "rider": "Francesco Bagnaia", "season": "2022", "uid": "mvZD1aoZTW7DXhxzITVO", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 44, "circuit": "TT Circuit Assen", "class": "MotoE\u2122", "constructor": "Energica", "country": "CH", "index": "5", "rider": "Dominique Aegerter", "season": "2022", "uid": "S0sA2li6x73Q6yeHetWG", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 54, "circuit": "Sachsenring", "class": "MotoGP\u2122", "constructor": "Yamaha", "country": "FR", "index": "6", "rider": "Fabio Quartararo", "season": "2022", "uid": "3cWEEd83snGAZxysBPSU", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 64, "circuit": "Sachsenring", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "7", "rider": "Augusto Fernandez", "season": "2022", "uid": "qDCgPH6FJN98qCb5stDi", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 74, "circuit": "Sachsenring", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "8", "rider": "Izan Guevara", "season": "2022", "uid": "nik2KiYjoa2MO9rAZelu", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 84, "circuit": "Circuit de Barcelona-Catalunya", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "9", "rider": "Izan Guevara", "season": "2022", "uid": "sz2zash36T7iq8SHxSY3", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 94, "circuit": "Circuit de Barcelona-Catalunya", "class": "Moto2\u2122", "constructor": "Kalex", "country": "IT", "index": "10", "rider": "Celestino Vietti", "season": "2022", "uid": "UBDhVC8sXhRjNf2tCxOI", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 104, "circuit": "Circuit de Barcelona-Catalunya", "class": "MotoGP\u2122", "constructor": "Yamaha", "country": "FR", "index": "11", "rider": "Fabio Quartararo", "season": "2022", "uid": "jc1hmgFvoRaerPNrzMoh", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 114, "circuit": "Autodromo Internazionale del Mugello", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "12", "rider": "Sergio Garcia", "season": "2022", "uid": "CZHTnsVFlhL44u1q88gp", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 124, "circuit": "Autodromo Internazionale del Mugello", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "13", "rider": "Pedro Acosta", "season": "2022", "uid": "WpTbZJQM7MrKuTFMIsrw", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 134, "circuit": "Autodromo Internazionale del Mugello", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "14", "rider": "Francesco Bagnaia", "season": "2022", "uid": "Drh6TzyQUhUfhwPRrbSD", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 144, "circuit": "Autodromo Internazionale del Mugello", "class": "MotoE\u2122", "constructor": "Energica", "country": "CH", "index": "15", "rider": "Dominique Aegerter", "season": "2022", "uid": "6xthcizWwjIaTwl8QHlM", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 154, "circuit": "Autodromo Internazionale del Mugello", "class": "MotoE\u2122", "constructor": "Energica", "country": "IT", "index": "16", "rider": "Matteo Ferrari", "season": "2022", "uid": "FOdvWGdx8uj0t5mVb2jW", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 164, "circuit": "Le Mans", "class": "MotoE\u2122", "constructor": "Energica", "country": "CH", "index": "17", "rider": "Dominique Aegerter", "season": "2022", "uid": "CVCUh8CfUYG42njdz3bw", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 174, "circuit": "Le Mans", "class": "MotoE\u2122", "constructor": "Energica", "country": "IT", "index": "18", "rider": "Mattia Casadei", "season": "2022", "uid": "UdIM4StBCxmg5ewFQ2l8", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 184, "circuit": "Le Mans", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "19", "rider": "Augusto Fernandez", "season": "2022", "uid": "UFtT1DGRulWg5rTZNQTF", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 194, "circuit": "Le Mans", "class": "Moto3\u2122", "constructor": "KTM", "country": "ES", "index": "20", "rider": "Jaume Masia", "season": "2022", "uid": "76oChArpKEXlidAQFJhb", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=1", "url_uid": "1"}, {"id": 204, "circuit": "Le Mans", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "21", "rider": "Enea Bastianini", "season": "2022", "uid": "0JC10vs5LovZEAqHMTd2", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 214, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "22", "rider": "Francesco Bagnaia", "season": "2022", "uid": "LN2OTXA21jSkph7XPoXZ", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 224, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "MotoE\u2122", "constructor": "Energica", "country": "BR", "index": "23", "rider": "Eric Granado", "season": "2022", "uid": "OnWxemZADntpcrGfWGDo", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 234, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "24", "rider": "Izan Guevara", "season": "2022", "uid": "XuST8e7ISoRY5c5Uxmho", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 244, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "MotoE\u2122", "constructor": "Energica", "country": "BR", "index": "25", "rider": "Eric Granado", "season": "2022", "uid": "TsUCyqbyeWyTCAkdMJkC", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 254, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "Moto2\u2122", "constructor": "Kalex", "country": "JP", "index": "26", "rider": "Ai Ogura", "season": "2022", "uid": "GhV8GE6OCHqKH1kXNDRZ", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 264, "circuit": "Aut\u00f3dromo Internacional do Algarve", "class": "MotoGP\u2122", "constructor": "Yamaha", "country": "FR", "index": "27", "rider": "Fabio Quartararo", "season": "2022", "uid": "lRUKffejUV0ijIz9g6gH", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 274, "circuit": "Aut\u00f3dromo Internacional do Algarve", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "28", "rider": "Sergio Garcia", "season": "2022", "uid": "URyeQmdGuzlRwRgJwvYb", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 284, "circuit": "Aut\u00f3dromo Internacional do Algarve", "class": "Moto2\u2122", "constructor": "Kalex", "country": "US", "index": "29", "rider": "Joe Roberts", "season": "2022", "uid": "yTpQyOhncfSfzBa9NqSR", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 294, "circuit": "Circuit Of The Americas", "class": "Moto2\u2122", "constructor": "Kalex", "country": "IT", "index": "30", "rider": "Tony Arbolino", "season": "2022", "uid": "rTCWDnArP43eHakzcRjf", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 304, "circuit": "Circuit Of The Americas", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "31", "rider": "Enea Bastianini", "season": "2022", "uid": "Pb05kOd21tZmB7MN2EOJ", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 314, "circuit": "Circuit Of The Americas", "class": "Moto3\u2122", "constructor": "KTM", "country": "ES", "index": "32", "rider": "Jaume Masia", "season": "2022", "uid": "ph7WAaUETbdyc4OC9LOs", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 324, "circuit": "Termas de R\u00edo Hondo", "class": "Moto2\u2122", "constructor": "Kalex", "country": "IT", "index": "33", "rider": "Celestino Vietti", "season": "2022", "uid": "YAeR5CqwpNzWToHSBZyn", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 334, "circuit": "Termas de R\u00edo Hondo", "class": "MotoGP\u2122", "constructor": "Aprilia", "country": "ES", "index": "34", "rider": "Aleix Espargaro", "season": "2022", "uid": "0FCwIsXBdmgVkLg3xf1E", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 344, "circuit": "Termas de R\u00edo Hondo", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "35", "rider": "Sergio Garcia", "season": "2022", "uid": "VKFhNG7yx4G8zAGBouzo", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 354, "circuit": "Pertamina Mandalika Circuit", "class": "Moto3\u2122", "constructor": "Honda", "country": "IT", "index": "36", "rider": "Dennis Foggia", "season": "2022", "uid": "VeQIPmw7pzouLT3S4Tv9", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 364, "circuit": "Pertamina Mandalika Circuit", "class": "Moto2\u2122", "constructor": "Kalex", "country": "TH", "index": "37", "rider": "Somkiat Chantra", "season": "2022", "uid": "lGLE66NWdxw89RhtqFiC", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 374, "circuit": "Pertamina Mandalika Circuit", "class": "MotoGP\u2122", "constructor": "KTM", "country": "PT", "index": "38", "rider": "Miguel Oliveira", "season": "2022", "uid": "pmD5nY9fWmXiG8mMnPrn", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 384, "circuit": "Lusail International Circuit", "class": "Moto2\u2122", "constructor": "Kalex", "country": "IT", "index": "39", "rider": "Celestino Vietti", "season": "2022", "uid": "8jVxt9iNp5nTEwUwSztC", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 394, "circuit": "Lusail International Circuit", "class": "Moto3\u2122", "constructor": "Honda", "country": "IT", "index": "40", "rider": "Andrea Migno", "season": "2022", "uid": "oGQ55gDLlHLogYZP4bre", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=2", "url_uid": "2"}, {"id": 404, "circuit": "Lusail International Circuit", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "41", "rider": "Enea Bastianini", "season": "2022", "uid": "Y17on3vOHT0GDCQyvdWp", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 414, "circuit": "Circuit Ricardo Tormo", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "42", "rider": "Francesco Bagnaia", "season": "2021", "uid": "1Da8lsApBlAqgexxU0dG", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 424, "circuit": "Circuit Ricardo Tormo", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "43", "rider": "Raul Fernandez", "season": "2021", "uid": "1y5xRPq0tFWj4YHS84F7", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 434, "circuit": "Circuit Ricardo Tormo", "class": "Moto3\u2122", "constructor": "Honda", "country": "ES", "index": "44", "rider": "Xavier Artigas", "season": "2021", "uid": "pNCxvxm82BCPVGwBNI4D", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 444, "circuit": "Aut\u00f3dromo Internacional do Algarve", "class": "Moto2\u2122", "constructor": "Kalex", "country": "AU", "index": "45", "rider": "Remy Gardner", "season": "2021", "uid": "XENq8Ch2b80vGJO351ES", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 454, "circuit": "Aut\u00f3dromo Internacional do Algarve", "class": "Moto3\u2122", "constructor": "KTM", "country": "ES", "index": "46", "rider": "Pedro Acosta", "season": "2021", "uid": "WU9bMOyeOr7qWcKtXzjh", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 464, "circuit": "Aut\u00f3dromo Internacional do Algarve", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "47", "rider": "Francesco Bagnaia", "season": "2021", "uid": "ce9pZ53j3KQSPyjJK5kP", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 474, "circuit": "Misano World Circuit Marco Simoncelli", "class": "Moto3\u2122", "constructor": "Honda", "country": "IT", "index": "48", "rider": "Dennis Foggia", "season": "2021", "uid": "WWIBiQU8XQDOgFJ7G7Tl", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 484, "circuit": "Misano World Circuit Marco Simoncelli", "class": "Moto2\u2122", "constructor": "Kalex", "country": "GB", "index": "49", "rider": "Sam Lowes", "season": "2021", "uid": "0GncVT7ol44MwX5parfy", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 494, "circuit": "Misano World Circuit Marco Simoncelli", "class": "MotoGP\u2122", "constructor": "Honda", "country": "ES", "index": "50", "rider": "Marc Marquez", "season": "2021", "uid": "MRsvY3MUUNQgES7MA1qu", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 504, "circuit": "Circuit Of The Americas", "class": "MotoGP\u2122", "constructor": "Honda", "country": "ES", "index": "51", "rider": "Marc Marquez", "season": "2021", "uid": "lTVIKI0xrcuRbXdLLE9N", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 514, "circuit": "Circuit Of The Americas", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "52", "rider": "Raul Fernandez", "season": "2021", "uid": "fkGwBOZlc4HBGGdsdeRN", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 524, "circuit": "Circuit Of The Americas", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "53", "rider": "Izan Guevara", "season": "2021", "uid": "F7sRLPBUIdq4lwJoVdEK", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 534, "circuit": "Misano World Circuit Marco Simoncelli", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "54", "rider": "Francesco Bagnaia", "season": "2021", "uid": "4idyy7v1X0nJYes9uRW4", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 544, "circuit": "Misano World Circuit Marco Simoncelli", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "55", "rider": "Raul Fernandez", "season": "2021", "uid": "AiqiW0guI6iY6zTHXzfM", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 554, "circuit": "Misano World Circuit Marco Simoncelli", "class": "MotoE\u2122", "constructor": "Energica", "country": "ES", "index": "56", "rider": "Jordi Torres", "season": "2021", "uid": "2QHAJfVELLg5yc8GvoU8", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 564, "circuit": "Misano World Circuit Marco Simoncelli", "class": "MotoE\u2122", "constructor": "Energica", "country": "IT", "index": "57", "rider": "Matteo Ferrari", "season": "2021", "uid": "uOabkPUK0diG89wcJA8l", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 574, "circuit": "Misano World Circuit Marco Simoncelli", "class": "Moto3\u2122", "constructor": "Honda", "country": "IT", "index": "58", "rider": "Dennis Foggia", "season": "2021", "uid": "utP5zMuygZVSL1m82HCd", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 584, "circuit": "MotorLand Arag\u00f3n", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "59", "rider": "Raul Fernandez", "season": "2021", "uid": "pllxwvhqDzzd2Z65DW4Q", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 594, "circuit": "MotorLand Arag\u00f3n", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "IT", "index": "60", "rider": "Francesco Bagnaia", "season": "2021", "uid": "16lMI8sdLzuIJRAMkRdV", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=3", "url_uid": "3"}, {"id": 604, "circuit": "MotorLand Arag\u00f3n", "class": "Moto3\u2122", "constructor": "Honda", "country": "IT", "index": "61", "rider": "Dennis Foggia", "season": "2021", "uid": "gmz5tpgHq62yQhAnXswy", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 614, "circuit": "Silverstone Circuit", "class": "Moto3\u2122", "constructor": "Husqvarna", "country": "IT", "index": "62", "rider": "Romano Fenati", "season": "2021", "uid": "oDsI3kq6kD9L9zCL2msz", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 624, "circuit": "Silverstone Circuit", "class": "MotoGP\u2122", "constructor": "Yamaha", "country": "FR", "index": "63", "rider": "Fabio Quartararo", "season": "2021", "uid": "zQ7zJeo9N1jnDwH0T6Gv", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 634, "circuit": "Silverstone Circuit", "class": "Moto2\u2122", "constructor": "Kalex", "country": "AU", "index": "64", "rider": "Remy Gardner", "season": "2021", "uid": "bsx5TLns861zh3DJrNHz", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 644, "circuit": "Red Bull Ring - Spielberg", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "65", "rider": "Sergio Garcia", "season": "2021", "uid": "j06Vm4umiRSkdqFzrG5R", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 654, "circuit": "Red Bull Ring - Spielberg", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "66", "rider": "Raul Fernandez", "season": "2021", "uid": "spFIVV0c8i9llMHljdjY", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 664, "circuit": "Red Bull Ring - Spielberg", "class": "MotoGP\u2122", "constructor": "KTM", "country": "ZA", "index": "67", "rider": "Brad Binder", "season": "2021", "uid": "Nw64K1sbgU6QQMKTUzfK", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 674, "circuit": "Red Bull Ring - Spielberg", "class": "MotoE\u2122", "constructor": "Energica", "country": "DE", "index": "68", "rider": "Lukas Tulovic", "season": "2021", "uid": "7AJUf2jG79Wx5sWmJFFn", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 684, "circuit": "Red Bull Ring - Spielberg", "class": "Moto3\u2122", "constructor": "KTM", "country": "ES", "index": "69", "rider": "Pedro Acosta", "season": "2021", "uid": "A5IFn7joBBpxzVS7Xj7A", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 694, "circuit": "Red Bull Ring - Spielberg", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "ES", "index": "70", "rider": "Jorge Martin", "season": "2021", "uid": "jjM6cxBi5jhBN7W2a492", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 704, "circuit": "Red Bull Ring - Spielberg", "class": "Moto2\u2122", "constructor": "Kalex", "country": "IT", "index": "71", "rider": "Marco Bezzecchi", "season": "2021", "uid": "x5h7q0NPsvM6C17Rezwj", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 714, "circuit": "TT Circuit Assen", "class": "MotoE\u2122", "constructor": "Energica", "country": "BR", "index": "72", "rider": "Eric Granado", "season": "2021", "uid": "JFdrQqhlfSBIy1vGc5CH", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 724, "circuit": "TT Circuit Assen", "class": "MotoGP\u2122", "constructor": "Yamaha", "country": "FR", "index": "73", "rider": "Fabio Quartararo", "season": "2021", "uid": "UsRqDMqGFBY1HFh2apNf", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 734, "circuit": "TT Circuit Assen", "class": "Moto3\u2122", "constructor": "Honda", "country": "IT", "index": "74", "rider": "Dennis Foggia", "season": "2021", "uid": "Tdsqb9ja0YdYpqcSf5wY", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 744, "circuit": "TT Circuit Assen", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "75", "rider": "Raul Fernandez", "season": "2021", "uid": "lvJOc5gLUxdqsOgzWy5K", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 754, "circuit": "Sachsenring", "class": "MotoGP\u2122", "constructor": "Honda", "country": "ES", "index": "76", "rider": "Marc Marquez", "season": "2021", "uid": "8n7mIe8DpOPo7imh6Cu1", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 764, "circuit": "Sachsenring", "class": "Moto2\u2122", "constructor": "Kalex", "country": "AU", "index": "77", "rider": "Remy Gardner", "season": "2021", "uid": "CxOabVpTLX7knyidj5HT", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 774, "circuit": "Sachsenring", "class": "Moto3\u2122", "constructor": "KTM", "country": "ES", "index": "78", "rider": "Pedro Acosta", "season": "2021", "uid": "NbSgrzWJtBFMkUAPFC6N", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 784, "circuit": "Circuit de Barcelona-Catalunya", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "79", "rider": "Sergio Garcia", "season": "2021", "uid": "KkEyoXouEg8B5GvJFv6q", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 794, "circuit": "Circuit de Barcelona-Catalunya", "class": "MotoE\u2122", "constructor": "Energica", "country": "ES", "index": "80", "rider": "Miquel Pons", "season": "2021", "uid": "nKlHlQpUEqVCftbA6sNI", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=4", "url_uid": "4"}, {"id": 804, "circuit": "Circuit de Barcelona-Catalunya", "class": "MotoGP\u2122", "constructor": "KTM", "country": "PT", "index": "81", "rider": "Miguel Oliveira", "season": "2021", "uid": "Ig3jMcaD30yOjWlFjonc", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 814, "circuit": "Circuit de Barcelona-Catalunya", "class": "Moto2\u2122", "constructor": "Kalex", "country": "AU", "index": "82", "rider": "Remy Gardner", "season": "2021", "uid": "bJhdvCQFUsnJeQzMzAt5", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 824, "circuit": "Autodromo Internazionale del Mugello", "class": "Moto2\u2122", "constructor": "Kalex", "country": "AU", "index": "83", "rider": "Remy Gardner", "season": "2021", "uid": "Tc0ghRqCPPZfBjpIjR3R", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 834, "circuit": "Autodromo Internazionale del Mugello", "class": "Moto3\u2122", "constructor": "Honda", "country": "IT", "index": "84", "rider": "Dennis Foggia", "season": "2021", "uid": "1IOph575uSDlxVjYIWx4", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 844, "circuit": "Autodromo Internazionale del Mugello", "class": "MotoGP\u2122", "constructor": "Yamaha", "country": "FR", "index": "85", "rider": "Fabio Quartararo", "season": "2021", "uid": "O6AA08tCO3SvY92LyduA", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 854, "circuit": "Le Mans", "class": "MotoE\u2122", "constructor": "Energica", "country": "BR", "index": "86", "rider": "Eric Granado", "season": "2021", "uid": "SGoF0nzyzPZVhYZ5bVx6", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 864, "circuit": "Le Mans", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "87", "rider": "Raul Fernandez", "season": "2021", "uid": "qSKOr1nHHVUEzugh0ic7", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 874, "circuit": "Le Mans", "class": "Moto3\u2122", "constructor": "GASGAS", "country": "ES", "index": "88", "rider": "Sergio Garcia", "season": "2021", "uid": "Q9weqpYIZqtOALLhlX1J", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 884, "circuit": "Le Mans", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "AU", "index": "89", "rider": "Jack Miller", "season": "2021", "uid": "YNWNfVy4YwATxWLOvmxP", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 894, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "Moto2\u2122", "constructor": "Kalex", "country": "IT", "index": "90", "rider": "Fabio Di Giannantonio", "season": "2021", "uid": "yC48fHcwFdDbuEIsXses", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 904, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "MotoE\u2122", "constructor": "Energica", "country": "IT", "index": "91", "rider": "Alessandro Zaccone", "season": "2021", "uid": "m3xcyV4FJeNNdV96K2qw", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 914, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "Moto3\u2122", "constructor": "KTM", "country": "ES", "index": "92", "rider": "Pedro Acosta", "season": "2021", "uid": "v9mJQ6P41uJIcqcmQcJk", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 924, "circuit": "Circuito de Jerez - \u00c1ngel Nieto", "class": "MotoGP\u2122", "constructor": "Ducati", "country": "AU", "index": "93", "rider": "Jack Miller", "season": "2021", "uid": "8TUpcVAqKWQ3TOgffRYY", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 934, "circuit": "Aut\u00f3dromo Internacional do Algarve", "class": "Moto3\u2122", "constructor": "KTM", "country": "ES", "index": "94", "rider": "Pedro Acosta", "season": "2021", "uid": "3Zags892YUNMOtEcP8wf", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 944, "circuit": "Aut\u00f3dromo Internacional do Algarve", "class": "MotoGP\u2122", "constructor": "Yamaha", "country": "FR", "index": "95", "rider": "Fabio Quartararo", "season": "2021", "uid": "PizuCVCNUvOhIrny0XCv", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 954, "circuit": "Aut\u00f3dromo Internacional do Algarve", "class": "Moto2\u2122", "constructor": "Kalex", "country": "ES", "index": "96", "rider": "Raul Fernandez", "season": "2021", "uid": "Tb7pSCRdrCDaUjN9H6uU", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 964, "circuit": "Lusail International Circuit", "class": "MotoGP\u2122", "constructor": "Yamaha", "country": "FR", "index": "97", "rider": "Fabio Quartararo", "season": "2021", "uid": "I802xulLzqKtff8M6c7U", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 974, "circuit": "Lusail International Circuit", "class": "Moto2\u2122", "constructor": "Kalex", "country": "GB", "index": "98", "rider": "Sam Lowes", "season": "2021", "uid": "LYV7YSNzUVl5rv3SbDgr", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 984, "circuit": "Lusail International Circuit", "class": "Moto3\u2122", "constructor": "KTM", "country": "ES", "index": "99", "rider": "Pedro Acosta", "season": "2021", "uid": "lk0RBZBNme2K5TzYmwNh", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}, {"id": 994, "circuit": "Lusail International Circuit", "class": "Moto2\u2122", "constructor": "Kalex", "country": "GB", "index": "100", "rider": "Sam Lowes", "season": "2021", "uid": "IYOTbaSOMUsRFQsmECDa", "url": "https://www.motogp.com/en/statistics/gp-race-winners/All-seasons/All-circuits/All-classes/All-countries/?page=5", "url_uid": "5"}], "first_page_url": "/winners?page=1", "from": 1, "last_page": 16, "last_page_url": "/winners?page=16", "links": [{"url": null, "label": "« Previous", "active": false}, {"url": "/winners?page=1", "label": "1", "active": true}, {"url": "/winners?page=2", "label": "2", "active": false}, {"url": "/winners?page=3", "label": "3", "active": false}, {"url": "/winners?page=4", "label": "4", "active": false}, {"url": "/winners?page=5", "label": "5", "active": false}, {"url": "/winners?page=6", "label": "6", "active": false}, {"url": "/winners?page=7", "label": "7", "active": false}, {"url": "/winners?page=8", "label": "8", "active": false}, {"url": "/winners?page=9", "label": "9", "active": false}, {"url": "/winners?page=10", "label": "10", "active": false}, {"url": null, "label": "...", "active": false}, {"url": "/winners?page=15", "label": "15", "active": false}, {"url": "/winners?page=16", "label": "16", "active": false}, {"url": "/winners?page=2", "label": "Next »", "active": false}], "next_page_url": "/winners?page=2", "path": "/winners", "per_page": 100, "prev_page_url": null, "to": 100, "total": 1600}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"current_page": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "circuit": {"type": "string"}, "class": {"type": "string"}, "constructor": {"type": "string"}, "country": {"type": "string"}, "index": {"type": "string"}, "rider": {"type": "string"}, "season": {"type": "string"}, "uid": {"type": "string"}, "url": {"type": "string"}, "url_uid": {"type": "string"}}, "required": ["circuit", "class", "constructor", "country", "id", "index", "rider", "season", "uid", "url", "url_uid"]}}, "first_page_url": {"type": "string"}, "from": {"type": "integer"}, "last_page": {"type": "integer"}, "last_page_url": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": ["null", "string"]}, "label": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["active", "label", "url"]}}, "next_page_url": {"type": "string"}, "path": {"type": "string"}, "per_page": {"type": "integer"}, "prev_page_url": {"type": "null"}, "to": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["current_page", "data", "first_page_url", "from", "last_page", "last_page_url", "links", "next_page_url", "path", "per_page", "prev_page_url", "to", "total"]}
7736ded9-7f1e-4b9b-972b-687507572756/0a3dac32-be7d-4654-bf16-ff05d0d25d84/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getCountryByCountryCode
Retrieve country details by country code.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/0a3dac32-be7d-4654-bf16-ff05d0d25d84/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getCountryByCountryCode
Retrieve country details by country code.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/0a3dac32-be7d-4654-bf16-ff05d0d25d84/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getCountryByCountryCode
Retrieve country details by country code.
200
null
[{"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}]
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}}
7736ded9-7f1e-4b9b-972b-687507572756/d701b2a4-0d3f-42a5-b9b3-d54415c1003d/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getAllCountries
Retrieve a list of all supported.
400
null
{"message": "Descriptive bad request error message.", "statusCode": 400}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/d701b2a4-0d3f-42a5-b9b3-d54415c1003d/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getAllCountries
Retrieve a list of all supported.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/d701b2a4-0d3f-42a5-b9b3-d54415c1003d/2/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
CountriesController_getAllCountries
Retrieve a list of all supported.
200
null
[{"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}]
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}}
7736ded9-7f1e-4b9b-972b-687507572756/3c1a8166-355f-4acb-a52a-d50c1552b8cc/0/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
HighlightsController_getHighlightById
Retrieve highlight details by highlight id.
500
null
{"message": "Internal server error.", "statusCode": 500}
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "number"}}, "required": ["message", "statusCode"]}
7736ded9-7f1e-4b9b-972b-687507572756/3c1a8166-355f-4acb-a52a-d50c1552b8cc/1/0
Basketball Highlights API
Dependable real-time Basketball Aggregator delivering live highlight plays, game summaries, fouls, and post-game interviews on a worldwide scale.
5.8
HighlightsController_getHighlightById
Retrieve highlight details by highlight id.
200
null
[{"id": 28, "type": "VERIFIED", "imgUrl": {}, "title": "NBL: Adelaide vs Melbourne United", "description": {}, "url": "https://example.com/highlight/213123safas132e", "match": {"id": 489389, "week": {}, "stage": "Final", "date": "2023-10-01T03:00:00.000Z", "country": {"code": "AU", "name": "Australia", "logo": "https://example.com/logos/country/AU.png"}, "awayTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "homeTeam": {"id": 7592, "logo": {}, "name": "Adelaide"}, "league": {"id": 1635, "season": 2023, "name": "NBL", "logo": {}}}}]
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}, "imgUrl": {"type": "object", "description": "Preview picture of the highlight."}, "title": {"type": "string"}, "description": {"type": "object"}, "url": {"type": "string", "description": "Url location of the video highlight."}, "match": {"type": "object", "properties": {"id": {"type": "number"}, "week": {"type": "object"}, "stage": {"type": "string"}, "date": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string", "description": "Country code specified by the ISO 3166 standard."}, "name": {"type": "string"}, "logo": {"type": "string"}}, "required": ["code", "name", "logo"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "number"}, "logo": {"type": "object"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "league": {"type": "object", "properties": {"id": {"type": "number"}, "season": {"type": "number"}, "name": {"type": "string"}, "logo": {"type": "object"}}, "required": ["id", "season", "name"]}}, "required": ["id", "stage", "date", "country", "awayTeam", "homeTeam", "league"]}}, "required": ["id", "type", "title", "url", "match"]}}