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
|
---|---|---|---|---|---|---|---|---|---|
ab742d71-1a08-45be-854a-984674c61f4a/cb13bd94-a44b-418c-b020-c5a12a162533/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/get-game-information | Get game information of specific match | 200 | Response | {"gameInformation": {"id": "3330713", "postponed": false, "hasMatchSheet": true, "stadiumID": "9", "stadiumName": "RheinEnergieStadion", "spectators": "0", "seasonID": "2020", "competitionID": "UNLA", "competitionName": "UEFA Nations League A", "competitionRound": "Gruppe 4", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/unla.png?lm=1512858223", "nationalTeamFlag": true, "refereeID": "1268", "refereeName": "Ruddy Buquet", "refereeImage": "https://img.a.transfermarkt.technology/portrait/medium/default.jpg?lm=1", "homeTeamID": "3262", "homeTeamName": "Deutschland", "homeTeamShortName": "Deutschland", "homeTeamImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "homeTeamColor": "#000000", "homeTeamFontColor": "#fff", "awayTeamID": "3384", "awayTeamName": "Schweiz", "awayTeamShortName": "Schweiz", "awayTeamImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "awayTeamColor": "#FF0000", "awayTeamFontColor": "#fff", "date": "Di., 13.10.2020", "dateSmall": "13.10.2020", "time": "20:45", "fulldate": "13. Oktober 2020 | 20:45 Uhr", "timestamp": 1602614700, "scoreradarID": "", "firstLeg": [], "nextRound": ""}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"gameInformation": {"type": "object", "properties": {"id": {"type": "string"}, "postponed": {"type": "boolean"}, "hasMatchSheet": {"type": "boolean"}, "stadiumID": {"type": "string"}, "stadiumName": {"type": "string"}, "spectators": {"type": "string"}, "seasonID": {"type": "string"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionRound": {"type": "string"}, "competitionImage": {"type": "string"}, "nationalTeamFlag": {"type": "boolean"}, "refereeID": {"type": "string"}, "refereeName": {"type": "string"}, "refereeImage": {"type": "string"}, "homeTeamID": {"type": "string"}, "homeTeamName": {"type": "string"}, "homeTeamShortName": {"type": "string"}, "homeTeamImage": {"type": "string"}, "homeTeamColor": {"type": "string"}, "homeTeamFontColor": {"type": "string"}, "awayTeamID": {"type": "string"}, "awayTeamName": {"type": "string"}, "awayTeamShortName": {"type": "string"}, "awayTeamImage": {"type": "string"}, "awayTeamColor": {"type": "string"}, "awayTeamFontColor": {"type": "string"}, "date": {"type": "string"}, "dateSmall": {"type": "string"}, "time": {"type": "string"}, "fulldate": {"type": "string"}, "timestamp": {"type": "integer"}, "scoreradarID": {"type": "string"}, "firstLeg": {"type": "array"}, "nextRound": {"type": "string"}}, "required": ["awayTeamColor", "awayTeamFontColor", "awayTeamID", "awayTeamImage", "awayTeamName", "awayTeamShortName", "competitionID", "competitionImage", "competitionName", "competitionRound", "date", "dateSmall", "firstLeg", "fulldate", "hasMatchSheet", "homeTeamColor", "homeTeamFontColor", "homeTeamID", "homeTeamImage", "homeTeamName", "homeTeamShortName", "id", "nationalTeamFlag", "nextRound", "postponed", "refereeID", "refereeImage", "refereeName", "scoreradarID", "seasonID", "spectators", "stadiumID", "stadiumName", "time", "timestamp"]}}, "required": ["gameInformation"]} |
ab742d71-1a08-45be-854a-984674c61f4a/53b82e12-a884-4eeb-b78b-90210e1ae987/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/get-stats | Get stats of specific match | 200 | Response | {"stats": [{"clubId": "3262", "ballpossession": "62.5", "offsides": "1", "fouls": "13", "freekicks": "12", "cornerkicks": "7", "goalkeepersaves": "5", "shotsoffgoal": "6", "shotsongoal": "18", "shotstotal": "24"}, {"clubId": "3384", "ballpossession": "37.5", "offsides": "1", "fouls": "13", "freekicks": "10", "cornerkicks": "2", "goalkeepersaves": "4", "shotsoffgoal": "3", "shotsongoal": "13", "shotstotal": "16"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"stats": {"type": "array", "items": {"type": "object", "properties": {"clubId": {"type": "string"}, "ballpossession": {"type": "string"}, "offsides": {"type": "string"}, "fouls": {"type": "string"}, "freekicks": {"type": "string"}, "cornerkicks": {"type": "string"}, "goalkeepersaves": {"type": "string"}, "shotsoffgoal": {"type": "string"}, "shotsongoal": {"type": "string"}, "shotstotal": {"type": "string"}}, "required": ["ballpossession", "clubId", "cornerkicks", "fouls", "freekicks", "goalkeepersaves", "offsides", "shotsoffgoal", "shotsongoal", "shotstotal"]}}}, "required": ["stats"]} |
ab742d71-1a08-45be-854a-984674c61f4a/b76305e6-3fda-4e3e-861b-ed23966b5ce9/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/list-by-game-plan | List matches by game plan | 200 | Response | {"seasonID": "2020", "leagueID": "GB1", "dayID": "5", "tournamentFlag": "0", "share": {"title": "Premier League - Spielplan", "url": "https://www.transfermarkt.de/premier-league/spieltag/wettbewerb/GB1/plus/?saison_id=2020&spieltag=5", "description": "Diese \u00dcbersicht zeigt einen Kurz\u00fcberblick aller Partien des Spieltages mit entsprechend relevanten Informationen."}, "playDayMatches": [{"id": "3421715", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "17.10.2020", "fullMatchDate": "Samstag, 17. Oktober 2020", "matchTime": "13:30:00", "timestamp": 1602934200, "homeClubID": "29", "homeClubName": "FC Everton", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/29.png?lm=1445949846", "awayClubID": "31", "awayClubName": "FC Liverpool", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/31.png?lm=1456567819", "result": "2:2", "postponed": false, "nextRound": "", "resultObject": {"result": "2:2", "goalsHome": "2", "goalsAway": "2", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}, {"id": "3421713", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "17.10.2020", "fullMatchDate": "Samstag, 17. Oktober 2020", "matchTime": "16:00:00", "timestamp": 1602943200, "homeClubID": "631", "homeClubName": "FC Chelsea", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/631.png?lm=1628160548", "awayClubID": "180", "awayClubName": "FC Southampton", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/180.png?lm=1444560086", "result": "3:3", "postponed": false, "nextRound": "", "resultObject": {"result": "3:3", "goalsHome": "3", "goalsAway": "3", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}, {"id": "3421718", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "17.10.2020", "fullMatchDate": "Samstag, 17. Oktober 2020", "matchTime": "18:30:00", "timestamp": 1602952200, "homeClubID": "281", "homeClubName": "Manchester City", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/281.png?lm=1467356331", "awayClubID": "11", "awayClubName": "FC Arsenal", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/11.png?lm=1489787850", "result": "1:0", "postponed": false, "nextRound": "", "resultObject": {"result": "1:0", "goalsHome": "1", "goalsAway": "0", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}, {"id": "3421719", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "17.10.2020", "fullMatchDate": "Samstag, 17. Oktober 2020", "matchTime": "21:00:00", "timestamp": 1602961200, "homeClubID": "762", "homeClubName": "Newcastle Utd.", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/762.png?lm=1472921161", "awayClubID": "985", "awayClubName": "Manchester Utd.", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/985.png?lm=1457975903", "result": "1:4", "postponed": false, "nextRound": "", "resultObject": {"result": "1:4", "goalsHome": "1", "goalsAway": "4", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}, {"id": "3421720", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "18.10.2020", "fullMatchDate": "Sonntag, 18. Oktober 2020", "matchTime": "13:00:00", "timestamp": 1603018800, "homeClubID": "350", "homeClubName": "Sheff Utd", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/350.png?lm=1409254138", "awayClubID": "931", "awayClubName": "FC Fulham", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/931.png?lm=1556831687", "result": "1:1", "postponed": false, "nextRound": "", "resultObject": {"result": "1:1", "goalsHome": "1", "goalsAway": "1", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}, {"id": "3421714", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "18.10.2020", "fullMatchDate": "Sonntag, 18. Oktober 2020", "matchTime": "15:00:00", "timestamp": 1603026000, "homeClubID": "873", "homeClubName": "Crystal Palace", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/873.png?lm=1457723287", "awayClubID": "1237", "awayClubName": "Brighton & Hove", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1237.png?lm=1492718902", "result": "1:1", "postponed": false, "nextRound": "", "resultObject": {"result": "1:1", "goalsHome": "1", "goalsAway": "1", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}, {"id": "3421721", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "18.10.2020", "fullMatchDate": "Sonntag, 18. Oktober 2020", "matchTime": "17:30:00", "timestamp": 1603035000, "homeClubID": "148", "homeClubName": "Tottenham", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/148.png?lm=1544345801", "awayClubID": "379", "awayClubName": "West Ham Utd.", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/379.png?lm=1464675260", "result": "3:3", "postponed": false, "nextRound": "", "resultObject": {"result": "3:3", "goalsHome": "3", "goalsAway": "3", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}, {"id": "3421717", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "18.10.2020", "fullMatchDate": "Sonntag, 18. Oktober 2020", "matchTime": "20:15:00", "timestamp": 1603044900, "homeClubID": "1003", "homeClubName": "Leicester City", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1003.png?lm=1472229265", "awayClubID": "405", "awayClubName": "Aston Villa", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/405.png?lm=1469443765", "result": "0:1", "postponed": false, "nextRound": "", "resultObject": {"result": "0:1", "goalsHome": "0", "goalsAway": "1", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}, {"id": "3421722", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "19.10.2020", "fullMatchDate": "Montag, 19. Oktober 2020", "matchTime": "18:30:00", "timestamp": 1603125000, "homeClubID": "984", "homeClubName": "West Brom", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/984.png?lm=1457991758", "awayClubID": "1132", "awayClubName": "FC Burnley", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1132.png?lm=1587809239", "result": "0:0", "postponed": false, "nextRound": "", "resultObject": {"result": "0:0", "goalsHome": "0", "goalsAway": "0", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}, {"id": "3421716", "scoreradarID": null, "competitionID": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "5", "matchDate": "19.10.2020", "fullMatchDate": "Montag, 19. Oktober 2020", "matchTime": "21:00:00", "timestamp": 1603134000, "homeClubID": "399", "homeClubName": "Leeds United", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/399.png?lm=1407654193", "awayClubID": "543", "awayClubName": "Wolverhampton", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/543.png?lm=1467496784", "result": "0:1", "postponed": false, "nextRound": "", "resultObject": {"result": "0:1", "goalsHome": "0", "goalsAway": "1", "minute": 0, "state": "100", "destinationValue": 2, "destinationDescription": "Spielbericht"}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"seasonID": {"type": "string"}, "leagueID": {"type": "string"}, "dayID": {"type": "string"}, "tournamentFlag": {"type": "string"}, "share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "playDayMatches": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "null"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": "integer"}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}}, "required": ["dayID", "leagueID", "playDayMatches", "seasonID", "share", "tournamentFlag"]} |
ab742d71-1a08-45be-854a-984674c61f4a/9eb1a29f-c124-47cc-8ba3-8e77893617ce/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | statistic/list-uefa-5year-rankings | List UEFA 5-year rankings | 200 | Response | {"share": {"title": "UEFA 5-Jahreswertung", "url": "https://www.transfermarkt.de/statistik/5jahreswertung", "description": "Diese Statistik zeigt einen Vergleich zwischen den Clubvereinen verschiedener Nationen, bemessen auf einen Zeitraum von f\u00fcnf Jahren."}, "teams": [{"id": "189", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/189.png?lm=1520611569", "countryName": "England", "totalPoints": 99783, "points2021": "14142", "points2020": "24357", "points2019": "18571", "points2018": "22642", "points2017": "20071", "totalTeams": 7, "teamsCl": 4, "teamsEl": 2}, {"id": "157", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/157.png?lm=1520611569", "countryName": "Spanien", "totalPoints": 89855, "points2021": "12142", "points2020": "19500", "points2019": "18928", "points2018": "19571", "points2017": "19714", "totalTeams": 7, "teamsCl": 5, "teamsEl": 2}, {"id": "75", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/75.png?lm=1520611569", "countryName": "Italien", "totalPoints": 72902, "points2021": "11714", "points2020": "16285", "points2019": "14928", "points2018": "12642", "points2017": "17333", "totalTeams": 7, "teamsCl": 4, "teamsEl": 2}, {"id": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/40.png?lm=1520612525", "countryName": "Deutschland", "totalPoints": 70784, "points2021": "11785", "points2020": "15214", "points2019": "18714", "points2018": "15214", "points2017": "9857", "totalTeams": 7, "teamsCl": 4, "teamsEl": 2}, {"id": "50", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/50.png?lm=1520611569", "countryName": "Frankreich", "totalPoints": 55415, "points2021": "13750", "points2020": "7916", "points2019": "11666", "points2018": "10583", "points2017": "11500", "totalTeams": 5, "teamsCl": 2, "teamsEl": 2}, {"id": "136", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/136.png?lm=1520611569", "countryName": "Portugal", "totalPoints": 50049, "points2021": "9583", "points2020": "9600", "points2019": "10300", "points2018": "10900", "points2017": "9666", "totalTeams": 6, "teamsCl": 3, "teamsEl": 1}, {"id": "122", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/122.png?lm=1520611569", "countryName": "Niederlande", "totalPoints": 44500, "points2021": "14400", "points2020": "9200", "points2019": "9400", "points2018": "8600", "points2017": "2900", "totalTeams": 6, "teamsCl": 2, "teamsEl": 1}, {"id": "127", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/127.png?lm=1520611569", "countryName": "\u00d6sterreich", "totalPoints": 37850, "points2021": "9400", "points2020": "6700", "points2019": "5800", "points2018": "6200", "points2017": "9750", "totalTeams": 6, "teamsCl": 2, "teamsEl": 1}, {"id": "141", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/141.png?lm=1520611569", "countryName": "Russland", "totalPoints": 34282, "points2021": "5100", "points2020": "4333", "points2019": "4666", "points2018": "7583", "points2017": "12600", "totalTeams": 5, "teamsCl": 2, "teamsEl": 1}, {"id": "190", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/190.png?lm=1520611569", "countryName": "Schottland", "totalPoints": 34100, "points2021": "5100", "points2020": "8500", "points2019": "9750", "points2018": "6750", "points2017": "4000", "totalTeams": 6, "teamsCl": 2, "teamsEl": 1}, {"id": "215", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/215.png?lm=1520611569", "countryName": "Serbien", "totalPoints": 31875, "points2021": "8000", "points2020": "5500", "points2019": "6000", "points2018": "6000", "points2017": "6375", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "177", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/177.png?lm=1520611569", "countryName": "Ukraine", "totalPoints": 31800, "points2021": "4200", "points2020": "6800", "points2019": "7200", "points2018": "5600", "points2017": "8000", "totalTeams": 5, "teamsCl": 2, "teamsEl": 1}, {"id": "19", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/19.png?lm=1520611569", "countryName": "Belgien", "totalPoints": 30600, "points2021": "6600", "points2020": "6000", "points2019": "7600", "points2018": "7800", "points2017": "2600", "totalTeams": 5, "teamsCl": 2, "teamsEl": 1}, {"id": "148", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/148.png?lm=1520611569", "countryName": "Schweiz", "totalPoints": 29675, "points2021": "7750", "points2020": "5125", "points2019": "6400", "points2018": "3900", "points2017": "6500", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "174", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/174.png?lm=1520611569", "countryName": "T\u00fcrkei", "totalPoints": 26900, "points2021": "6500", "points2020": "3100", "points2019": "5000", "points2018": "5500", "points2017": "6800", "totalTeams": 5, "teamsCl": 2, "teamsEl": 1}, {"id": "56", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/56.png?lm=1520611569", "countryName": "Griechenland", "totalPoints": 26700, "points2021": "6500", "points2020": "5100", "points2019": "4900", "points2018": "5100", "points2017": "5100", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "37", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/37.png?lm=1520611569", "countryName": "Kroatien", "totalPoints": 26650, "points2021": "5500", "points2020": "5900", "points2019": "4375", "points2018": "5750", "points2017": "5125", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "39", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/39.png?lm=1520611569", "countryName": "D\u00e4nemark", "totalPoints": 26575, "points2021": "7200", "points2020": "4125", "points2019": "5125", "points2018": "4875", "points2017": "5250", "totalTeams": 6, "teamsCl": 2, "teamsEl": 1}, {"id": "172", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/172.png?lm=1520611569", "countryName": "Tschechien", "totalPoints": 26400, "points2021": "5300", "points2020": "6600", "points2019": "2500", "points2018": "6500", "points2017": "5500", "totalTeams": 7, "teamsCl": 2, "teamsEl": 1}, {"id": "188", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/188.png?lm=1520611569", "countryName": "Zypern", "totalPoints": 26375, "points2021": "4125", "points2020": "4000", "points2019": "5125", "points2018": "6125", "points2017": "7000", "totalTeams": 5, "teamsCl": 1, "teamsEl": 1}, {"id": "125", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/125.png?lm=1520611569", "countryName": "Norwegen", "totalPoints": 25000, "points2021": "5375", "points2020": "6500", "points2019": "3750", "points2018": "5375", "points2017": "4000", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "74", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/74.png?lm=1520611569", "countryName": "Israel", "totalPoints": 24125, "points2021": "6500", "points2020": "7000", "points2019": "2375", "points2018": "2625", "points2017": "5625", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "147", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/147.png?lm=1520611569", "countryName": "Schweden", "totalPoints": 22875, "points2021": "5125", "points2020": "2500", "points2019": "5750", "points2018": "4125", "points2017": "5375", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "28", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/28.png?lm=1520611569", "countryName": "Bulgarien", "totalPoints": 19500, "points2021": "3375", "points2020": "4000", "points2019": "4125", "points2018": "4000", "points2017": "4000", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "140", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/140.png?lm=1520611569", "countryName": "Rum\u00e4nien", "totalPoints": 17150, "points2021": "2250", "points2020": "3750", "points2019": "5875", "points2018": "2375", "points2017": "2900", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "13", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/13.png?lm=1520611569", "countryName": "Aserbaidschan", "totalPoints": 17000, "points2021": "4375", "points2020": "2500", "points2019": "3375", "points2018": "2375", "points2017": "4375", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "178", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/178.png?lm=1521635893", "countryName": "Ungarn", "totalPoints": 16375, "points2021": "2750", "points2020": "4250", "points2019": "4500", "points2018": "3250", "points2017": "1625", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "135", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/135.png?lm=1520611569", "countryName": "Polen", "totalPoints": 15875, "points2021": "4625", "points2020": "4000", "points2019": "2125", "points2018": "2250", "points2017": "2875", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "81", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/81.png?lm=1520611569", "countryName": "Kasachstan", "totalPoints": 15750, "points2021": "2875", "points2020": "1000", "points2019": "3375", "points2018": "4250", "points2017": "4250", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "154", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/154.png?lm=1520611569", "countryName": "Slowakei", "totalPoints": 15625, "points2021": "4125", "points2020": "1500", "points2019": "3000", "points2018": "5125", "points2017": "1875", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "155", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/155.png?lm=1520611569", "countryName": "Slowenien", "totalPoints": 15000, "points2021": "3000", "points2020": "2250", "points2019": "2000", "points2018": "3125", "points2017": "4625", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "18", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/18.png?lm=1520611569", "countryName": "Belarus", "totalPoints": 12500, "points2021": "250", "points2020": "1500", "points2019": "2500", "points2018": "5000", "points2017": "3250", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "112", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/112.png?lm=1520611569", "countryName": "Moldawien", "totalPoints": 10750, "points2021": "4750", "points2020": "1375", "points2019": "750", "points2018": "1125", "points2017": "2750", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "98", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/98.png?lm=1520611569", "countryName": "Litauen", "totalPoints": 10000, "points2021": "1750", "points2020": "1625", "points2019": "1625", "points2018": "2625", "points2017": "2375", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "24", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/24.png?lm=1569523290", "countryName": "Bosnien-Herzegowina", "totalPoints": 9125, "points2021": "1625", "points2020": "2625", "points2019": "1500", "points2018": "2000", "points2017": "1375", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "49", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/49.png?lm=1520611569", "countryName": "Finnland", "totalPoints": 8875, "points2021": "3750", "points2020": "1375", "points2019": "1625", "points2018": "875", "points2017": "1250", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "99", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/99.png?lm=1520611569", "countryName": "Luxemburg", "totalPoints": 8750, "points2021": "1250", "points2020": "1000", "points2019": "3000", "points2018": "2625 ", "points2017": "875", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "92", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/92.png?lm=1520611569", "countryName": "Lettland", "totalPoints": 8625, "points2021": "2625", "points2020": "1375", "points2019": "2250", "points2018": "1625", "points2017": "750", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "244", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/244.png?lm=1520611569", "countryName": "Kosovo", "totalPoints": 8166, "points2021": "2333", "points2020": "1833", "points2019": "1500", "points2018": "2500", "points2017": "0", "totalTeams": 3, "teamsCl": 1, "teamsEl": 0}, {"id": "10", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/10.png?lm=1520611569", "countryName": "Armenien", "totalPoints": 8125, "points2021": "1875", "points2020": "1375", "points2019": "2750", "points2018": "1500", "points2017": "625", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "72", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/72.png?lm=1520611569", "countryName": "Irland", "totalPoints": 8125, "points2021": "2875", "points2020": "1875", "points2019": "1250", "points2018": "1000", "points2017": "1125", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "192", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/192.png?lm=1520611569", "countryName": "Nordirland", "totalPoints": 8083, "points2021": "1625", "points2020": "2833", "points2019": "2375", "points2018": "500", "points2017": "750", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "3", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/3.png?lm=1520611569", "countryName": "Albanien", "totalPoints": 8000, "points2021": "1625", "points2020": "2000", "points2019": "750", "points2018": "1000", "points2017": "2625", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "208", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/208.png?lm=1520611569", "countryName": "F\u00e4r\u00f6er", "totalPoints": 7250, "points2021": "1500", "points2020": "2750", "points2019": "1125", "points2018": "1125", "points2017": "750", "totalTeams": 3, "teamsCl": 1, "teamsEl": 0}, {"id": "47", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/47.png?lm=1520611569", "countryName": "Estland", "totalPoints": 7041, "points2021": "3666", "points2020": "1375", "points2019": "875", "points2018": "500", "points2017": "625", "totalTeams": 3, "teamsCl": 1, "teamsEl": 0}, {"id": "100", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/100.png?lm=1520611569", "countryName": "Nordmazedonien", "totalPoints": 7000, "points2021": "625", "points2020": "1750", "points2019": "500", "points2018": "1000", "points2017": "3125", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "53", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/53.png?lm=1520611569", "countryName": "Georgien", "totalPoints": 7000, "points2021": "1250", "points2020": "1750", "points2019": "2250", "points2018": "1625", "points2017": "125", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "106", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/106.png?lm=1520611569", "countryName": "Malta", "totalPoints": 7000, "points2021": "1875", "points2020": "1500", "points2019": "750", "points2018": "1500", "points2017": "1375", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "97", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/97.png?lm=1520611569", "countryName": "Liechtenstein", "totalPoints": 6500, "points2021": "0", "points2020": "500", "points2019": "2500", "points2018": "1500", "points2017": "2000", "totalTeams": 1, "teamsCl": 0, "teamsEl": 0}, {"id": "191", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/191.png?lm=1520611569", "countryName": "Wales", "totalPoints": 5500, "points2021": "1500", "points2020": "1500", "points2019": "1000", "points2018": "1000", "points2017": "500", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "266", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/266.png?lm=1520611569", "countryName": "Gibraltar", "totalPoints": 5416, "points2021": "1250", "points2020": "1666", "points2019": "1000", "points2018": "1000", "points2017": "500", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "73", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/73.png?lm=1520611569", "countryName": "Island", "totalPoints": 5375, "points2021": "1500", "points2020": "625", "points2019": "625", "points2018": "1500", "points2017": "1125", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "216", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/216.png?lm=1520611569", "countryName": "Montenegro", "totalPoints": 4875, "points2021": "750", "points2020": "1625", "points2019": "1000", "points2018": "375", "points2017": "1125", "totalTeams": 4, "teamsCl": 1, "teamsEl": 0}, {"id": "5", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/5.png?lm=1520611569", "countryName": "Andorra", "totalPoints": 4665, "points2021": "1500", "points2020": "666", "points2019": "1500", "points2018": "833", "points2017": "166", "totalTeams": 3, "teamsCl": 1, "teamsEl": 0}, {"id": "144", "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/144.png?lm=1520611569", "countryName": "San Marino", "totalPoints": 1332, "points2021": "166", "points2020": "500", "points2019": "0", "points2018": "500", "points2017": "166", "totalTeams": 3, "teamsCl": 1, "teamsEl": 0}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "teams": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "countryImage": {"type": "string"}, "countryName": {"type": "string"}, "totalPoints": {"type": "integer"}, "points2021": {"type": "string"}, "points2020": {"type": "string"}, "points2019": {"type": "string"}, "points2018": {"type": "string"}, "points2017": {"type": "string"}, "totalTeams": {"type": "integer"}, "teamsCl": {"type": "integer"}, "teamsEl": {"type": "integer"}}, "required": ["countryImage", "countryName", "id", "points2017", "points2018", "points2019", "points2020", "points2021", "teamsCl", "teamsEl", "totalPoints", "totalTeams"]}}}, "required": ["share", "teams"]} |
ab742d71-1a08-45be-854a-984674c61f4a/ccf41c2f-8058-49d2-b686-34f5575977bb/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | competitions/get-header-info | Get brief description of specific competition | 200 | Response | {"competition": {"id": "GB1", "competitionName": "Premier League", "marketValue": "8,67", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mrd.", "marketValueUnformatted": 8671150000, "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "hasTable": true, "trophy": "https://tmssl.akamaized.net/images/erfolge/medium/12.png?lm=1520606997", "seasonId": "2021", "season": "21/22", "tournamentFlag": "0", "currentMatchDay": 26, "competitionTypeID": "1", "currentChampionID": "281", "currentChampionName": "Manchester City", "currentChampionImage": "https://tmssl.akamaized.net/images/wappen/medium/281.png?lm=1467356331", "internationalFlag": "0", "competitionCountryID": "189", "competitionCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionCountryName": "England", "leagueLevel": "1.Liga", "mostValuablePlayerID": "132098", "mostValuablePlayerName": "Harry Kane", "mostValuablePlayerMarketValue": "100,00", "mostValuablePlayerMarketValueCurrency": "\u20ac", "mostValuablePlayerMarketValueNumeral": "Mio.", "mostValuableClubID": "281", "mostValuableClubName": "Manchester City", "mostValuableClubMarketValue": "991,30", "mostValuableClubMarketValueCurrency": "\u20ac", "mostValuableClubMarketValueNumeral": "Mio."}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"competition": {"type": "object", "properties": {"id": {"type": "string"}, "competitionName": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "marketValueUnformatted": {"type": "integer"}, "competitionImage": {"type": "string"}, "hasTable": {"type": "boolean"}, "trophy": {"type": "string"}, "seasonId": {"type": "string"}, "season": {"type": "string"}, "tournamentFlag": {"type": "string"}, "currentMatchDay": {"type": "integer"}, "competitionTypeID": {"type": "string"}, "currentChampionID": {"type": "string"}, "currentChampionName": {"type": "string"}, "currentChampionImage": {"type": "string"}, "internationalFlag": {"type": "string"}, "competitionCountryID": {"type": "string"}, "competitionCountryImage": {"type": "string"}, "competitionCountryName": {"type": "string"}, "leagueLevel": {"type": "string"}, "mostValuablePlayerID": {"type": "string"}, "mostValuablePlayerName": {"type": "string"}, "mostValuablePlayerMarketValue": {"type": "string"}, "mostValuablePlayerMarketValueCurrency": {"type": "string"}, "mostValuablePlayerMarketValueNumeral": {"type": "string"}, "mostValuableClubID": {"type": "string"}, "mostValuableClubName": {"type": "string"}, "mostValuableClubMarketValue": {"type": "string"}, "mostValuableClubMarketValueCurrency": {"type": "string"}, "mostValuableClubMarketValueNumeral": {"type": "string"}}, "required": ["competitionCountryID", "competitionCountryImage", "competitionCountryName", "competitionImage", "competitionName", "competitionTypeID", "currentChampionID", "currentChampionImage", "currentChampionName", "currentMatchDay", "hasTable", "id", "internationalFlag", "leagueLevel", "marketValue", "marketValueCurrency", "marketValueNumeral", "marketValueUnformatted", "mostValuableClubID", "mostValuableClubMarketValue", "mostValuableClubMarketValueCurrency", "mostValuableClubMarketValueNumeral", "mostValuableClubName", "mostValuablePlayerID", "mostValuablePlayerMarketValue", "mostValuablePlayerMarketValueCurrency", "mostValuablePlayerMarketValueNumeral", "mostValuablePlayerName", "season", "seasonId", "tournamentFlag", "trophy"]}}, "required": ["competition"]} |
ab742d71-1a08-45be-854a-984674c61f4a/8c82d55c-2f33-40b7-89c3-fdfb97f61fd2/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | competitions/list-seasons | List passed seasons of specific competition | 200 | Response | {"seasons": [{"name": "21/22", "id": "2021"}, {"name": "20/21", "id": "2020"}, {"name": "19/20", "id": "2019"}, {"name": "18/19", "id": "2018"}, {"name": "17/18", "id": "2017"}, {"name": "16/17", "id": "2016"}, {"name": "15/16", "id": "2015"}, {"name": "14/15", "id": "2014"}, {"name": "13/14", "id": "2013"}, {"name": "12/13", "id": "2012"}, {"name": "11/12", "id": "2011"}, {"name": "10/11", "id": "2010"}, {"name": "09/10", "id": "2009"}, {"name": "08/09", "id": "2008"}, {"name": "07/08", "id": "2007"}, {"name": "06/07", "id": "2006"}, {"name": "05/06", "id": "2005"}, {"name": "04/05", "id": "2004"}, {"name": "03/04", "id": "2003"}, {"name": "02/03", "id": "2002"}, {"name": "01/02", "id": "2001"}, {"name": "00/01", "id": "2000"}, {"name": "99/00", "id": "1999"}, {"name": "98/99", "id": "1998"}, {"name": "97/98", "id": "1997"}, {"name": "96/97", "id": "1996"}, {"name": "95/96", "id": "1995"}, {"name": "94/95", "id": "1994"}, {"name": "93/94", "id": "1993"}, {"name": "92/93", "id": "1992"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"seasons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["seasons"]} |
ab742d71-1a08-45be-854a-984674c61f4a/4022ea3c-bba1-422f-b787-503106f6f3f7/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | competitions/list-champions | List champions of competition through years | 200 | Response | {"title": "Englischer Meister", "champions": [{"id": "281", "season": "2020", "staffId": "5672"}, {"id": "31", "season": "2019", "staffId": "118"}, {"id": "281", "season": "2018", "staffId": "5672"}, {"id": "281", "season": "2017", "staffId": "5672"}, {"id": "631", "season": "2016", "staffId": "3517"}, {"id": "1003", "season": "2015", "staffId": "456"}, {"id": "631", "season": "2014", "staffId": "781"}, {"id": "281", "season": "2013", "staffId": "1558"}, {"id": "985", "season": "2012", "staffId": "4"}, {"id": "281", "season": "2011", "staffId": "524"}, {"id": "985", "season": "2010", "staffId": "4"}, {"id": "631", "season": "2009", "staffId": "523"}, {"id": "985", "season": "2008", "staffId": "4"}, {"id": "985", "season": "2007", "staffId": "4"}, {"id": "985", "season": "2006", "staffId": "4"}, {"id": "631", "season": "2005", "staffId": "781"}, {"id": "631", "season": "2004", "staffId": "781"}, {"id": "11", "season": "2003", "staffId": "280"}, {"id": "985", "season": "2002", "staffId": "4"}, {"id": "11", "season": "2001", "staffId": "280"}, {"id": "985", "season": "2000", "staffId": "4"}, {"id": "985", "season": "1999", "staffId": "4"}, {"id": "985", "season": "1998", "staffId": "4"}, {"id": "11", "season": "1997", "staffId": "280"}, {"id": "985", "season": "1996", "staffId": "4"}, {"id": "985", "season": "1995", "staffId": "4"}, {"id": "164", "season": "1994", "staffId": "12320"}, {"id": "985", "season": "1993", "staffId": "4"}, {"id": "985", "season": "1992", "staffId": "4"}, {"id": "399", "season": "1991", "staffId": "1649"}, {"id": "11", "season": "1990", "staffId": "2636"}, {"id": "31", "season": "1989", "staffId": "12320"}, {"id": "11", "season": "1988", "staffId": "2636"}, {"id": "31", "season": "1987", "staffId": "12320"}, {"id": "29", "season": "1986", "staffId": "6117"}, {"id": "31", "season": "1985", "staffId": "12320"}, {"id": "29", "season": "1984", "staffId": "6117"}, {"id": "31", "season": "1983", "staffId": "21224"}, {"id": "31", "season": "1982", "staffId": "17744"}, {"id": "31", "season": "1981", "staffId": "17744"}, {"id": "405", "season": "1980", "staffId": "27684"}, {"id": "31", "season": "1979", "staffId": "17744"}, {"id": "31", "season": "1978", "staffId": "17744"}, {"id": "703", "season": "1977", "staffId": "19548"}, {"id": "31", "season": "1976", "staffId": "17744"}, {"id": "31", "season": "1975", "staffId": "17744"}, {"id": "22", "season": "1974", "staffId": "27313"}, {"id": "399", "season": "1973", "staffId": "26716"}, {"id": "31", "season": "1972", "staffId": "17742"}, {"id": "22", "season": "1971", "staffId": "19548"}, {"id": "11", "season": "1970", "staffId": "28461"}, {"id": "29", "season": "1969", "staffId": "27096"}, {"id": "399", "season": "1968", "staffId": "26716"}, {"id": "281", "season": "1967", "staffId": "25807"}, {"id": "985", "season": "1966", "staffId": "16204"}, {"id": "31", "season": "1965", "staffId": "17742"}, {"id": "985", "season": "1964", "staffId": "16204"}, {"id": "31", "season": "1963", "staffId": "17742"}, {"id": "29", "season": "1962", "staffId": "27096"}, {"id": "677", "season": "1961", "staffId": "20977"}, {"id": "148", "season": "1960", "staffId": "26064"}, {"id": "1132", "season": "1959", "staffId": "32591"}, {"id": "543", "season": "1958", "staffId": "32109"}, {"id": "543", "season": "1957", "staffId": "32109"}, {"id": "985", "season": "1956", "staffId": "16204"}, {"id": "985", "season": "1955", "staffId": "16204"}, {"id": "631", "season": "1954", "staffId": "75650"}, {"id": "543", "season": "1953", "staffId": "32109"}, {"id": "11", "season": "1952", "staffId": "34402"}, {"id": "985", "season": "1951", "staffId": "16204"}, {"id": "148", "season": "1950", "staffId": "75635"}, {"id": "1020", "season": "1949", "staffId": null}, {"id": "1020", "season": "1948", "staffId": null}, {"id": "11", "season": "1947", "staffId": "34402"}, {"id": "31", "season": "1946", "staffId": "39517"}, {"id": "29", "season": "1938", "staffId": null}, {"id": "11", "season": "1937", "staffId": "75653"}, {"id": "281", "season": "1936", "staffId": "75643"}, {"id": "289", "season": "1935", "staffId": null}, {"id": "11", "season": "1934", "staffId": "75653"}, {"id": "11", "season": "1933", "staffId": null}, {"id": "11", "season": "1932", "staffId": "34395"}, {"id": "29", "season": "1931", "staffId": "75674"}, {"id": "11", "season": "1930", "staffId": "34395"}, {"id": "1035", "season": "1929", "staffId": null}, {"id": "1035", "season": "1928", "staffId": null}, {"id": "29", "season": "1927", "staffId": "75674"}, {"id": "762", "season": "1926", "staffId": "93888"}, {"id": "1110", "season": "1925", "staffId": null}, {"id": "1110", "season": "1924", "staffId": "34395"}, {"id": "1110", "season": "1923", "staffId": "34395"}, {"id": "31", "season": "1922", "staffId": "39519"}, {"id": "31", "season": "1921", "staffId": "39520"}, {"id": "1132", "season": "1920", "staffId": null}, {"id": "984", "season": "1919", "staffId": null}, {"id": "29", "season": "1914", "staffId": null}, {"id": "164", "season": "1913", "staffId": null}, {"id": "289", "season": "1912", "staffId": null}, {"id": "164", "season": "1911", "staffId": null}, {"id": "985", "season": "1910", "staffId": "75640"}, {"id": "405", "season": "1909", "staffId": null}, {"id": "762", "season": "1908", "staffId": "93888"}, {"id": "985", "season": "1907", "staffId": "75640"}, {"id": "762", "season": "1906", "staffId": "93888"}, {"id": "31", "season": "1905", "staffId": "39521"}, {"id": "762", "season": "1904", "staffId": "93888"}, {"id": "1035", "season": "1903", "staffId": null}, {"id": "1035", "season": "1902", "staffId": null}, {"id": "289", "season": "1901", "staffId": null}, {"id": "31", "season": "1900", "staffId": "39521"}, {"id": "405", "season": "1899", "staffId": null}, {"id": "405", "season": "1898", "staffId": null}, {"id": "350", "season": "1897", "staffId": null}, {"id": "405", "season": "1896", "staffId": null}, {"id": "405", "season": "1895", "staffId": null}, {"id": "289", "season": "1894", "staffId": "39521"}, {"id": "405", "season": "1893", "staffId": null}, {"id": "289", "season": "1892", "staffId": "39521"}, {"id": "289", "season": "1891", "staffId": "39521"}, {"id": "29", "season": "1890", "staffId": null}, {"id": "466", "season": "1889", "staffId": null}, {"id": "466", "season": "1888", "staffId": null}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "champions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "season": {"type": "string"}, "staffId": {"type": ["null", "string"]}}, "required": ["id", "season", "staffId"]}}}, "required": ["champions", "title"]} |
ab742d71-1a08-45be-854a-984674c61f4a/1f5feac3-c657-490d-a9bc-080526e1df36/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | staffs/get-profile | Get profile of specific staff | 200 | Response | {"share": {"title": "Jos\u00e9 Mourinho - Profil", "url": "https://www.transfermarkt.de/jose-mourinho/profil/trainer/781", "description": "Das ist das Profil von Jos\u00e9 Mourinho."}, "profile": {"personImage": "https://img.a.transfermarkt.technology/portrait/medium/781-1488880368.jpg?lm=1", "id": "781", "personID": "43378", "playerID": "171701", "personnelID": "1", "personName": "Jos\u00e9 Mourinho", "firstName": "Jos\u00e9", "lastName": "Mourinho", "alias": "", "dateOfBirth": "26.01.1963", "deathDay": "-", "age": "59", "birthplace": "Set\u00fabal", "countryID": "136", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "countryName": "Portugal", "averageTermAsCoach": 1.803196347032, "agent": {"name": "Gestifute", "nameShort": "Gestifute", "agentId": "413"}, "functions": [{"clubID": "12", "clubName": "AS Rom", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/12.png?lm=1533302889", "competitionName": "Serie A", "contractUntil": "30.06.2024", "function": "Trainer", "appointed": "01.07.2021", "preferredFormation": {"taktik": "4-2-3-1 ", "anzahl": 61, "verein_id": "148", "taktik_id": "16"}}], "successRateAsCoach": {"matches": "1030", "pointsPerMatch": "2.1019", "wins": "63.4951", "draw": "19.7087", "losses": "16.7961"}, "share": {"title": "Jos\u00e9 Mourinho - Profil", "url": "https://www.transfermarkt.de/jose-mourinho/profil/trainer/781", "description": "Das ist die Profil Seite von Jos\u00e9 Mourinho."}}, "appointments": [{"id": "781", "clubID": "12", "seasonIdAppointed": "2021", "seasonIdInChargeUntil": "0", "appointed": "01.07.2021", "inChargeUntil": "16.02.2022", "contractYear": "2024", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "230", "wins": "19", "losses": "11", "draw": "5", "goalsConceded": "47", "goalsScored": "68", "totalPoints": "62", "matches": "35", "pointsPerMatch": "1.7714", "averageGoalsScored": "1.9429", "averageGoalsConceded": "1.3429", "playersUsed": "31", "contractUntil": "30.06.2024", "clubName": "AS Rom", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/12.png?lm=1533302889"}, {"id": "781", "clubID": "148", "seasonIdAppointed": "2019", "seasonIdInChargeUntil": "2020", "appointed": "20.11.2019", "inChargeUntil": "19.04.2021", "contractYear": "2023", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "516", "wins": "45", "losses": "24", "draw": "17", "goalsConceded": "110", "goalsScored": "173", "totalPoints": "152", "matches": "86", "pointsPerMatch": "1.7674", "averageGoalsScored": "2.0116", "averageGoalsConceded": "1.2791", "playersUsed": "44", "contractUntil": "30.06.2023", "clubName": "Tottenham Hotspur", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/148.png?lm=1544345801"}, {"id": "781", "clubID": "985", "seasonIdAppointed": "2016", "seasonIdInChargeUntil": "2018", "appointed": "01.07.2016", "inChargeUntil": "18.12.2018", "contractYear": "2020", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "900", "wins": "84", "losses": "29", "draw": "31", "goalsConceded": "129", "goalsScored": "251", "totalPoints": "283", "matches": "144", "pointsPerMatch": "1.9653", "averageGoalsScored": "1.7431", "averageGoalsConceded": "0.8958", "playersUsed": "40", "contractUntil": "-", "clubName": "Manchester United", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/985.png?lm=1457975903"}, {"id": "781", "clubID": "631", "seasonIdAppointed": "2013", "seasonIdInChargeUntil": "2015", "appointed": "01.07.2013", "inChargeUntil": "17.12.2015", "contractYear": "2019", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "899", "wins": "80", "losses": "29", "draw": "27", "goalsConceded": "131", "goalsScored": "253", "totalPoints": "267", "matches": "136", "pointsPerMatch": "1.9632", "averageGoalsScored": "1.8603", "averageGoalsConceded": "0.9632", "playersUsed": "50", "contractUntil": "-", "clubName": "FC Chelsea", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/631.png?lm=1628160548"}, {"id": "781", "clubID": "418", "seasonIdAppointed": "2010", "seasonIdInChargeUntil": "2012", "appointed": "01.07.2010", "inChargeUntil": "30.06.2013", "contractYear": "2016", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "1095", "wins": "127", "losses": "23", "draw": "28", "goalsConceded": "171", "goalsScored": "476", "totalPoints": "409", "matches": "178", "pointsPerMatch": "2.2978", "averageGoalsScored": "2.6742", "averageGoalsConceded": "0.9607", "playersUsed": "53", "contractUntil": "-", "clubName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449"}, {"id": "781", "clubID": "46", "seasonIdAppointed": "2008", "seasonIdInChargeUntil": "2009", "appointed": "01.07.2008", "inChargeUntil": "30.06.2010", "contractYear": "2011", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "729", "wins": "68", "losses": "15", "draw": "25", "goalsConceded": "99", "goalsScored": "191", "totalPoints": "229", "matches": "108", "pointsPerMatch": "2.1204", "averageGoalsScored": "1.7685", "averageGoalsConceded": "0.9167", "playersUsed": "41", "contractUntil": "-", "clubName": "Inter Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/46.png?lm=1618900989"}, {"id": "781", "clubID": "631", "seasonIdAppointed": "2004", "seasonIdInChargeUntil": "2007", "appointed": "01.07.2004", "inChargeUntil": "20.09.2007", "contractYear": "2008", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "1176", "wins": "124", "losses": "22", "draw": "38", "goalsConceded": "128", "goalsScored": "335", "totalPoints": "410", "matches": "184", "pointsPerMatch": "2.2283", "averageGoalsScored": "1.8207", "averageGoalsConceded": "0.6957", "playersUsed": "55", "contractUntil": "-", "clubName": "FC Chelsea", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/631.png?lm=1628160548"}, {"id": "781", "clubID": "720", "seasonIdAppointed": "2001", "seasonIdInChargeUntil": "2003", "appointed": "23.01.2002", "inChargeUntil": "30.06.2004", "contractYear": "2004", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "889", "wins": "90", "losses": "15", "draw": "21", "goalsConceded": "95", "goalsScored": "252", "totalPoints": "291", "matches": "126", "pointsPerMatch": "2.3095", "averageGoalsScored": "2.0000", "averageGoalsConceded": "0.7540", "playersUsed": "58", "contractUntil": "-", "clubName": "FC Porto", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/720.png?lm=1486310161"}, {"id": "781", "clubID": "2639", "seasonIdAppointed": "2000", "seasonIdInChargeUntil": "2001", "appointed": "02.04.2001", "inChargeUntil": "21.01.2002", "contractYear": "2002", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "294", "wins": "12", "losses": "3", "draw": "8", "goalsConceded": "18", "goalsScored": "39", "totalPoints": "44", "matches": "23", "pointsPerMatch": "1.9130", "averageGoalsScored": "1.6957", "averageGoalsConceded": "0.7826", "playersUsed": "27", "contractUntil": "-", "clubName": "Uni\u00e3o Leiria", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/2639.png?lm=1457444295"}, {"id": "781", "clubID": "294", "seasonIdAppointed": "2000", "seasonIdInChargeUntil": "2000", "appointed": "20.09.2000", "inChargeUntil": "05.12.2000", "contractYear": "2001", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "76", "wins": "5", "losses": "2", "draw": "3", "goalsConceded": "9", "goalsScored": "16", "totalPoints": "18", "matches": "10", "pointsPerMatch": "1.8000", "averageGoalsScored": "1.6000", "averageGoalsConceded": "0.9000", "playersUsed": "22", "contractUntil": "-", "clubName": "Benfica Lissabon", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/294.png?lm=1535908439"}, {"id": "781", "clubID": "131", "seasonIdAppointed": "1996", "seasonIdInChargeUntil": "1999", "appointed": "01.07.1996", "inChargeUntil": "30.06.2000", "contractYear": "2000", "contractMonth": "06", "contractDay": "30", "personnelID": "2", "function": "Co-Trainer", "durationOfTerm": "1460", "wins": "-", "losses": "-", "draw": "-", "goalsConceded": "-", "goalsScored": "-", "totalPoints": "-", "matches": "-", "pointsPerMatch": "-", "averageGoalsScored": "-", "averageGoalsConceded": "-", "playersUsed": 0, "contractUntil": "-", "clubName": "FC Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/131.png?lm=1406739548"}, {"id": "781", "clubID": "131", "seasonIdAppointed": "1996", "seasonIdInChargeUntil": "1999", "appointed": "01.07.1996", "inChargeUntil": "30.06.2000", "contractYear": "0", "contractMonth": "", "contractDay": "", "personnelID": "14", "function": "\u00dcbersetzer", "durationOfTerm": "1460", "wins": "-", "losses": "-", "draw": "-", "goalsConceded": "-", "goalsScored": "-", "totalPoints": "-", "matches": "-", "pointsPerMatch": "-", "averageGoalsScored": "-", "averageGoalsConceded": "-", "playersUsed": 0, "contractUntil": "-", "clubName": "FC Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/131.png?lm=1406739548"}, {"id": "781", "clubID": "720", "seasonIdAppointed": "1994", "seasonIdInChargeUntil": "1995", "appointed": "01.07.1994", "inChargeUntil": "30.06.1996", "contractYear": "1996", "contractMonth": "06", "contractDay": "30", "personnelID": "2", "function": "Co-Trainer", "durationOfTerm": "730", "wins": "-", "losses": "-", "draw": "-", "goalsConceded": "-", "goalsScored": "-", "totalPoints": "-", "matches": "-", "pointsPerMatch": "-", "averageGoalsScored": "-", "averageGoalsConceded": "-", "playersUsed": 0, "contractUntil": "-", "clubName": "FC Porto", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/720.png?lm=1486310161"}, {"id": "781", "clubID": "336", "seasonIdAppointed": "1993", "seasonIdInChargeUntil": "1993", "appointed": "01.07.1993", "inChargeUntil": "30.06.1994", "contractYear": "1994", "contractMonth": "06", "contractDay": "30", "personnelID": "2", "function": "Co-Trainer", "durationOfTerm": "364", "wins": "-", "losses": "-", "draw": "-", "goalsConceded": "-", "goalsScored": "-", "totalPoints": "-", "matches": "-", "pointsPerMatch": "-", "averageGoalsScored": "-", "averageGoalsConceded": "-", "playersUsed": 0, "contractUntil": "-", "clubName": "Sporting Lissabon", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/336.png?lm=1621513752"}, {"id": "781", "clubID": "336", "seasonIdAppointed": "1993", "seasonIdInChargeUntil": "1993", "appointed": "01.07.1993", "inChargeUntil": "30.06.1994", "contractYear": "0", "contractMonth": "", "contractDay": "", "personnelID": "14", "function": "\u00dcbersetzer", "durationOfTerm": "364", "wins": "-", "losses": "-", "draw": "-", "goalsConceded": "-", "goalsScored": "-", "totalPoints": "-", "matches": "-", "pointsPerMatch": "-", "averageGoalsScored": "-", "averageGoalsConceded": "-", "playersUsed": 0, "contractUntil": "-", "clubName": "Sporting Lissabon", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/336.png?lm=1621513752"}, {"id": "781", "clubID": "3274", "seasonIdAppointed": "1991", "seasonIdInChargeUntil": "1992", "appointed": "01.07.1991", "inChargeUntil": "30.06.1993", "contractYear": "1993", "contractMonth": "06", "contractDay": "30", "personnelID": "7", "function": "Scout", "durationOfTerm": "730", "wins": "-", "losses": "-", "draw": "-", "goalsConceded": "-", "goalsScored": "-", "totalPoints": "-", "matches": "-", "pointsPerMatch": "-", "averageGoalsScored": "-", "averageGoalsConceded": "-", "playersUsed": 0, "contractUntil": "-", "clubName": "AD Ovarense", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/3274.png?lm=1486316646"}, {"id": "781", "clubID": "2431", "seasonIdAppointed": "1990", "seasonIdInChargeUntil": "1990", "appointed": "01.07.1990", "inChargeUntil": "30.06.1991", "contractYear": "1991", "contractMonth": "06", "contractDay": "30", "personnelID": "2", "function": "Co-Trainer", "durationOfTerm": "364", "wins": "-", "losses": "-", "draw": "-", "goalsConceded": "-", "goalsScored": "-", "totalPoints": "-", "matches": "-", "pointsPerMatch": "-", "averageGoalsScored": "-", "averageGoalsConceded": "-", "playersUsed": 0, "contractUntil": "-", "clubName": "CF Estrela Amadora SAD", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/2431.png?lm=1598342709"}, {"id": "781", "clubID": "15019", "seasonIdAppointed": "1989", "seasonIdInChargeUntil": "1989", "appointed": "01.07.1989", "inChargeUntil": "30.06.1990", "contractYear": "1990", "contractMonth": "06", "contractDay": "30", "personnelID": "1", "function": "Trainer", "durationOfTerm": "364", "wins": "-", "losses": "-", "draw": "-", "goalsConceded": "-", "goalsScored": "-", "totalPoints": "-", "matches": "-", "pointsPerMatch": "-", "averageGoalsScored": "-", "averageGoalsConceded": "-", "playersUsed": false, "contractUntil": "-", "clubName": "Vit\u00f3ria Set\u00fabal FC U19", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/15019.png?lm=1547543194"}, {"id": "781", "clubID": "48843", "seasonIdAppointed": "1987", "seasonIdInChargeUntil": "1988", "appointed": "01.07.1987", "inChargeUntil": "30.06.1989", "contractYear": "0", "contractMonth": "", "contractDay": "", "personnelID": "1", "function": "Trainer", "durationOfTerm": "730", "wins": "-", "losses": "-", "draw": "-", "goalsConceded": "-", "goalsScored": "-", "totalPoints": "-", "matches": "-", "pointsPerMatch": "-", "averageGoalsScored": "-", "averageGoalsConceded": "-", "playersUsed": false, "contractUntil": "-", "clubName": "Vit\u00f3ria Set\u00fabal FC U17", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/48843.png?lm=1547543194"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "profile": {"type": "object", "properties": {"personImage": {"type": "string"}, "id": {"type": "string"}, "personID": {"type": "string"}, "playerID": {"type": "string"}, "personnelID": {"type": "string"}, "personName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "dateOfBirth": {"type": "string"}, "deathDay": {"type": "string"}, "age": {"type": "string"}, "birthplace": {"type": "string"}, "countryID": {"type": "string"}, "countryImage": {"type": "string"}, "countryName": {"type": "string"}, "averageTermAsCoach": {"type": "number"}, "agent": {"type": "object", "properties": {"name": {"type": "string"}, "nameShort": {"type": "string"}, "agentId": {"type": "string"}}, "required": ["agentId", "name", "nameShort"]}, "functions": {"type": "array", "items": {"type": "object", "properties": {"clubID": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}, "competitionName": {"type": "string"}, "contractUntil": {"type": "string"}, "function": {"type": "string"}, "appointed": {"type": "string"}, "preferredFormation": {"type": "object", "properties": {"taktik": {"type": "string"}, "anzahl": {"type": "integer"}, "verein_id": {"type": "string"}, "taktik_id": {"type": "string"}}, "required": ["anzahl", "taktik", "taktik_id", "verein_id"]}}, "required": ["appointed", "clubID", "clubImage", "clubName", "competitionName", "contractUntil", "function", "preferredFormation"]}}, "successRateAsCoach": {"type": "object", "properties": {"matches": {"type": "string"}, "pointsPerMatch": {"type": "string"}, "wins": {"type": "string"}, "draw": {"type": "string"}, "losses": {"type": "string"}}, "required": ["draw", "losses", "matches", "pointsPerMatch", "wins"]}, "share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}}, "required": ["age", "agent", "alias", "averageTermAsCoach", "birthplace", "countryID", "countryImage", "countryName", "dateOfBirth", "deathDay", "firstName", "functions", "id", "lastName", "personID", "personImage", "personName", "personnelID", "playerID", "share", "successRateAsCoach"]}, "appointments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "clubID": {"type": "string"}, "seasonIdAppointed": {"type": "string"}, "seasonIdInChargeUntil": {"type": "string"}, "appointed": {"type": "string"}, "inChargeUntil": {"type": "string"}, "contractYear": {"type": "string"}, "contractMonth": {"type": "string"}, "contractDay": {"type": "string"}, "personnelID": {"type": "string"}, "function": {"type": "string"}, "durationOfTerm": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string"}, "draw": {"type": "string"}, "goalsConceded": {"type": "string"}, "goalsScored": {"type": "string"}, "totalPoints": {"type": "string"}, "matches": {"type": "string"}, "pointsPerMatch": {"type": "string"}, "averageGoalsScored": {"type": "string"}, "averageGoalsConceded": {"type": "string"}, "playersUsed": {"type": ["boolean", "integer", "string"]}, "contractUntil": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}}, "required": ["appointed", "averageGoalsConceded", "averageGoalsScored", "clubID", "clubImage", "clubName", "contractDay", "contractMonth", "contractUntil", "contractYear", "draw", "durationOfTerm", "function", "goalsConceded", "goalsScored", "id", "inChargeUntil", "losses", "matches", "personnelID", "playersUsed", "pointsPerMatch", "seasonIdAppointed", "seasonIdInChargeUntil", "totalPoints", "wins"]}}}, "required": ["appointments", "profile", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/aef09127-bcaa-459b-81df-fa386d1fef7d/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | players/get-performance | Get players performance of specific club | 200 | Response | {"player": [{"competitionID": "USC", "id": 51471, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 120, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 57500, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 38, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 86202, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 120, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 102017, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 55, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 112515, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 120, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 157509, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 66, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 170527, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 65, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 192279, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 1, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 196948, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 54, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 217111, "matches": 1, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 43, "minutesPerGoal": 43, "goalsPerMatch": 1}, {"competitionID": "USC", "id": 225083, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 65, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 309400, "matches": 1, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 120, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 315779, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 77, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 346314, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 120, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 346483, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 55, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 392768, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 82, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "USC", "id": 442531, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 119, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 29241, "matches": 5, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 4, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 367, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 51471, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 180, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 57500, "matches": 6, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 5, "substitutedOff": 3, "substitutedOn": 1, "minutesPlayed": 409, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 86202, "matches": 5, "goals": 0, "assists": 2, "scorer": 2, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 5, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 450, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 96341, "matches": 4, "goals": 2, "assists": 1, "scorer": 3, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 4, "substitutedOff": 2, "substitutedOn": 0, "minutesPlayed": 278, "minutesPerGoal": 139, "goalsPerMatch": 0.5}, {"competitionID": "CL", "id": 102017, "matches": 5, "goals": 2, "assists": 0, "scorer": 2, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 2, "ownGoals": 0, "starting": 5, "substitutedOff": 2, "substitutedOn": 0, "minutesPlayed": 408, "minutesPerGoal": 204, "goalsPerMatch": 0.4}, {"competitionID": "CL", "id": 112515, "matches": 5, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 2, "substitutedOn": 2, "minutesPlayed": 258, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 131978, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 2, "minutesPlayed": 96, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 148928, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 2, "minutesPlayed": 114, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 170527, "matches": 3, "goals": 3, "assists": 1, "scorer": 4, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 1, "substitutedOn": 1, "minutesPlayed": 152, "minutesPerGoal": 51, "goalsPerMatch": 1}, {"competitionID": "CL", "id": 192279, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 90, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 196948, "matches": 5, "goals": 1, "assists": 1, "scorer": 2, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 5, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 435, "minutesPerGoal": 435, "goalsPerMatch": 0.2}, {"competitionID": "CL", "id": 202886, "matches": 4, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 3, "minutesPlayed": 171, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 217111, "matches": 5, "goals": 1, "assists": 1, "scorer": 2, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 4, "substitutedOff": 3, "substitutedOn": 1, "minutesPlayed": 314, "minutesPerGoal": 314, "goalsPerMatch": 0.2}, {"competitionID": "CL", "id": 225083, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 2, "substitutedOn": 0, "minutesPlayed": 102, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 309400, "matches": 5, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 3, "minutesPlayed": 289, "minutesPerGoal": 289, "goalsPerMatch": 0.2}, {"competitionID": "CL", "id": 315779, "matches": 3, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 2, "minutesPlayed": 113, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 316125, "matches": 4, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 2, "substitutedOn": 2, "minutesPlayed": 187, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 344596, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 90, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 346314, "matches": 2, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 118, "minutesPerGoal": 118, "goalsPerMatch": 0.5}, {"competitionID": "CL", "id": 346483, "matches": 4, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 1, "substitutedOn": 1, "minutesPlayed": 284, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 392768, "matches": 5, "goals": 1, "assists": 2, "scorer": 3, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 3, "substitutedOn": 2, "minutesPlayed": 289, "minutesPerGoal": 289, "goalsPerMatch": 0.2}, {"competitionID": "CL", "id": 442531, "matches": 5, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 5, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 450, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CL", "id": 472423, "matches": 4, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 295, "minutesPerGoal": 295, "goalsPerMatch": 0.25}, {"competitionID": "CGB", "id": 29241, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 24, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 51471, "matches": 4, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 2, "substitutedOn": 1, "minutesPlayed": 229, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 57500, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 270, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 86202, "matches": 2, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 180, "minutesPerGoal": 180, "goalsPerMatch": 0.5}, {"competitionID": "CGB", "id": 96341, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 194, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 102017, "matches": 3, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 1, "ownGoals": 0, "starting": 2, "substitutedOff": 1, "substitutedOn": 1, "minutesPlayed": 216, "minutesPerGoal": 216, "goalsPerMatch": 0.33}, {"competitionID": "CGB", "id": 112515, "matches": 4, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 294, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 131978, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 2, "substitutedOn": 1, "minutesPlayed": 157, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 148928, "matches": 4, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 4, "substitutedOff": 2, "substitutedOn": 0, "minutesPlayed": 329, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 170527, "matches": 3, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 1, "substitutedOn": 1, "minutesPlayed": 200, "minutesPerGoal": 200, "goalsPerMatch": 0.33}, {"competitionID": "CGB", "id": 192279, "matches": 5, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 5, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 450, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 196948, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 66, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 202886, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 2, "minutesPlayed": 115, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 217111, "matches": 4, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 3, "substitutedOn": 1, "minutesPlayed": 246, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 225083, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 2, "minutesPlayed": 72, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 309400, "matches": 2, "goals": 2, "assists": 0, "scorer": 2, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 135, "minutesPerGoal": 68, "goalsPerMatch": 1}, {"competitionID": "CGB", "id": 315779, "matches": 2, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 2, "minutesPlayed": 55, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 316125, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 113, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 344596, "matches": 5, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 2, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 5, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 450, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 346314, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 270, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 346483, "matches": 5, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 2, "substitutedOn": 3, "minutesPlayed": 231, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 392768, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 270, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 472423, "matches": 3, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 205, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 581675, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 1, "minutesPlayed": 65, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 599739, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 65, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "CGB", "id": 670857, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 45, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 29241, "matches": 20, "goals": 3, "assists": 1, "scorer": 4, "yellowCards": 2, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 17, "substitutedOff": 1, "substitutedOn": 3, "minutesPlayed": 1641, "minutesPerGoal": 547, "goalsPerMatch": 0.15}, {"competitionID": "GB1", "id": 51471, "matches": 16, "goals": 2, "assists": 5, "scorer": 7, "yellowCards": 3, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 12, "substitutedOff": 3, "substitutedOn": 4, "minutesPlayed": 1126, "minutesPerGoal": 563, "goalsPerMatch": 0.13}, {"competitionID": "GB1", "id": 57500, "matches": 17, "goals": 0, "assists": 2, "scorer": 2, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 16, "substitutedOff": 5, "substitutedOn": 1, "minutesPlayed": 1394, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 86202, "matches": 23, "goals": 2, "assists": 2, "scorer": 4, "yellowCards": 5, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 23, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 2070, "minutesPerGoal": 1, "goalsPerMatch": 0.09}, {"competitionID": "GB1", "id": 96341, "matches": 16, "goals": 5, "assists": 1, "scorer": 6, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 11, "substitutedOff": 2, "substitutedOn": 5, "minutesPlayed": 1087, "minutesPerGoal": 217, "goalsPerMatch": 0.31}, {"competitionID": "GB1", "id": 102017, "matches": 20, "goals": 6, "assists": 1, "scorer": 7, "yellowCards": 4, "yellowRedCards": 0, "redCards": 0, "penalty": 6, "ownGoals": 0, "starting": 17, "substitutedOff": 6, "substitutedOn": 3, "minutesPlayed": 1529, "minutesPerGoal": 255, "goalsPerMatch": 0.3}, {"competitionID": "GB1", "id": 112515, "matches": 18, "goals": 1, "assists": 2, "scorer": 3, "yellowCards": 6, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 16, "substitutedOff": 6, "substitutedOn": 2, "minutesPlayed": 1435, "minutesPerGoal": 1, "goalsPerMatch": 0.06}, {"competitionID": "GB1", "id": 131978, "matches": 5, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 4, "minutesPlayed": 151, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 148928, "matches": 6, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 2, "substitutedOn": 4, "minutesPlayed": 161, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 170527, "matches": 11, "goals": 1, "assists": 1, "scorer": 2, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 6, "substitutedOff": 2, "substitutedOn": 5, "minutesPlayed": 575, "minutesPerGoal": 575, "goalsPerMatch": 0.09}, {"competitionID": "GB1", "id": 181778, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 4, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 192279, "matches": 4, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 4, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 360, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 196948, "matches": 13, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 2, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 11, "substitutedOff": 1, "substitutedOn": 2, "minutesPlayed": 999, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 202886, "matches": 12, "goals": 0, "assists": 2, "scorer": 2, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 7, "substitutedOff": 2, "substitutedOn": 5, "minutesPlayed": 694, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 217111, "matches": 13, "goals": 3, "assists": 2, "scorer": 5, "yellowCards": 2, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 9, "substitutedOff": 6, "substitutedOn": 4, "minutesPlayed": 788, "minutesPerGoal": 263, "goalsPerMatch": 0.23}, {"competitionID": "GB1", "id": 225083, "matches": 15, "goals": 2, "assists": 2, "scorer": 4, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 11, "substitutedOff": 5, "substitutedOn": 4, "minutesPlayed": 959, "minutesPerGoal": 480, "goalsPerMatch": 0.13}, {"competitionID": "GB1", "id": 309400, "matches": 16, "goals": 2, "assists": 2, "scorer": 4, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 12, "substitutedOff": 8, "substitutedOn": 4, "minutesPlayed": 946, "minutesPerGoal": 473, "goalsPerMatch": 0.13}, {"competitionID": "GB1", "id": 315779, "matches": 12, "goals": 3, "assists": 0, "scorer": 3, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 8, "substitutedOff": 2, "substitutedOn": 4, "minutesPlayed": 754, "minutesPerGoal": 251, "goalsPerMatch": 0.25}, {"competitionID": "GB1", "id": 316125, "matches": 6, "goals": 3, "assists": 1, "scorer": 4, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 6, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 540, "minutesPerGoal": 180, "goalsPerMatch": 0.5}, {"competitionID": "GB1", "id": 344596, "matches": 3, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 3, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 270, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 346314, "matches": 14, "goals": 2, "assists": 0, "scorer": 2, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 11, "substitutedOff": 4, "substitutedOn": 3, "minutesPlayed": 907, "minutesPerGoal": 454, "goalsPerMatch": 0.14}, {"competitionID": "GB1", "id": 346483, "matches": 21, "goals": 7, "assists": 6, "scorer": 13, "yellowCards": 2, "yellowRedCards": 0, "redCards": 0, "penalty": 1, "ownGoals": 0, "starting": 16, "substitutedOff": 3, "substitutedOn": 5, "minutesPlayed": 1435, "minutesPerGoal": 205, "goalsPerMatch": 0.33}, {"competitionID": "GB1", "id": 392768, "matches": 15, "goals": 1, "assists": 3, "scorer": 4, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 11, "substitutedOff": 8, "substitutedOn": 4, "minutesPlayed": 966, "minutesPerGoal": 966, "goalsPerMatch": 0.07}, {"competitionID": "GB1", "id": 442531, "matches": 20, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 2, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 20, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 1800, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "GB1", "id": 472423, "matches": 16, "goals": 4, "assists": 5, "scorer": 9, "yellowCards": 4, "yellowRedCards": 0, "redCards": 1, "penalty": 0, "ownGoals": 1, "starting": 14, "substitutedOff": 2, "substitutedOn": 2, "minutesPlayed": 1115, "minutesPerGoal": 279, "goalsPerMatch": 0.25}, {"competitionID": "KLUB", "id": 29241, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 210, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 51471, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 180, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 57500, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 210, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 86202, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 210, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 96341, "matches": 2, "goals": 2, "assists": 0, "scorer": 2, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 166, "minutesPerGoal": 83, "goalsPerMatch": 1}, {"competitionID": "KLUB", "id": 102017, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 45, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 112515, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 87, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 148928, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 43, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 170527, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 44, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 192279, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 90, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 196948, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 180, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 217111, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 1, "minutesPlayed": 101, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 225083, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 164, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 309400, "matches": 2, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 1, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 210, "minutesPerGoal": 210, "goalsPerMatch": 0.5}, {"competitionID": "KLUB", "id": 315779, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 89, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 344596, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 2, "minutesPlayed": 32, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 346483, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 1, "minutesPlayed": 49, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 392768, "matches": 1, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 77, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "KLUB", "id": 442531, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 120, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 51471, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 2, "substitutedOn": 0, "minutesPlayed": 127, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 57500, "matches": 1, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 112, "minutesPerGoal": 112, "goalsPerMatch": 1}, {"competitionID": "FAC", "id": 86202, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 120, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 96341, "matches": 2, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 165, "minutesPerGoal": 165, "goalsPerMatch": 0.5}, {"competitionID": "FAC", "id": 102017, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 120, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 112515, "matches": 1, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 74, "minutesPerGoal": 74, "goalsPerMatch": 1}, {"competitionID": "FAC", "id": 116648, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 90, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 131978, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 24, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 148928, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 113, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 170527, "matches": 2, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 128, "minutesPerGoal": 128, "goalsPerMatch": 0.5}, {"competitionID": "FAC", "id": 192279, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 120, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 196948, "matches": 2, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 2, "substitutedOn": 0, "minutesPlayed": 104, "minutesPerGoal": 104, "goalsPerMatch": 0.5}, {"competitionID": "FAC", "id": 198589, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 31, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 202886, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 44, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 217111, "matches": 2, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 1, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 210, "minutesPerGoal": 210, "goalsPerMatch": 0.5}, {"competitionID": "FAC", "id": 309400, "matches": 2, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 1, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 2, "minutesPlayed": 100, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 315779, "matches": 1, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 58, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 344596, "matches": 2, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 210, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 346314, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 8, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 346483, "matches": 1, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 1, "substitutedOn": 0, "minutesPlayed": 97, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 392768, "matches": 2, "goals": 1, "assists": 0, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 2, "substitutedOff": 2, "substitutedOn": 0, "minutesPlayed": 130, "minutesPerGoal": 130, "goalsPerMatch": 0.5}, {"competitionID": "FAC", "id": 581675, "matches": 1, "goals": 0, "assists": 0, "scorer": 0, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 0, "substitutedOff": 0, "substitutedOn": 1, "minutesPlayed": 32, "minutesPerGoal": 0, "goalsPerMatch": 0}, {"competitionID": "FAC", "id": 670858, "matches": 1, "goals": 0, "assists": 1, "scorer": 1, "yellowCards": 0, "yellowRedCards": 0, "redCards": 0, "penalty": 0, "ownGoals": 0, "starting": 1, "substitutedOff": 0, "substitutedOn": 0, "minutesPlayed": 90, "minutesPerGoal": 0, "goalsPerMatch": 0}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"player": {"type": "array", "items": {"type": "object", "properties": {"competitionID": {"type": "string"}, "id": {"type": "integer"}, "matches": {"type": "integer"}, "goals": {"type": "integer"}, "assists": {"type": "integer"}, "scorer": {"type": "integer"}, "yellowCards": {"type": "integer"}, "yellowRedCards": {"type": "integer"}, "redCards": {"type": "integer"}, "penalty": {"type": "integer"}, "ownGoals": {"type": "integer"}, "starting": {"type": "integer"}, "substitutedOff": {"type": "integer"}, "substitutedOn": {"type": "integer"}, "minutesPlayed": {"type": "integer"}, "minutesPerGoal": {"type": "integer"}, "goalsPerMatch": {"type": "number"}}, "required": ["assists", "competitionID", "goals", "goalsPerMatch", "id", "matches", "minutesPerGoal", "minutesPlayed", "ownGoals", "penalty", "redCards", "scorer", "starting", "substitutedOff", "substitutedOn", "yellowCards", "yellowRedCards"]}}}, "required": ["player"]} |
ab742d71-1a08-45be-854a-984674c61f4a/a433a660-45d4-43bf-9e5b-b1da78f5ce5f/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | players/get-performance-summary | Get player performance summary or by specific season | 200 | Response | {"deliveredSeasonID": "2021", "competitionPerformanceSummery": [{"competition": {"id": "NL1", "name": "Eredivisie", "shortName": "Eredivisie", "image": "https://tmssl.akamaized.net/images/logo/normal/nl1.png?lm=1629726381", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "3", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 1435, "penaltyGoals": "0", "minutesPerGoal": 717.5, "matches": "19", "goals": "2", "assists": "2", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}, {"competition": {"id": "CLQ", "name": "UEFA Champions League-Qualifikation", "shortName": "CL-Quali", "image": "https://tmssl.akamaized.net/images/logo/normal/clq.png?lm=1626812672", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "0", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 526, "penaltyGoals": "0", "minutesPerGoal": 175.33333333333, "matches": "6", "goals": "3", "assists": "1", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}, {"competition": {"id": "EL", "name": "Europa League", "shortName": "Europa League", "image": "https://tmssl.akamaized.net/images/logo/normal/el.png?lm=1626811059", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "1", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 421, "penaltyGoals": "0", "minutesPerGoal": 421, "matches": "5", "goals": "1", "assists": "3", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}, {"competition": {"id": "NLP", "name": "KNVB beker", "shortName": "KNVB beker", "image": "https://tmssl.akamaized.net/images/logo/normal/nlp.png?lm=1400794139", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "0", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 173, "penaltyGoals": "0", "minutesPerGoal": 86.5, "matches": "3", "goals": "2", "assists": "1", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}, {"competition": {"id": "NLSC", "name": "Johan Cruijff Schaal", "shortName": "Johan Cruijff Schaal", "image": "https://tmssl.akamaized.net/images/logo/normal/nlsc.png?lm=1500105989", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "0", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 90, "penaltyGoals": "0", "minutesPerGoal": 90, "matches": "1", "goals": "1", "assists": "0", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}], "share": {"title": "Mario G\u00f6tze - Leistungsdaten", "url": "https://www.transfermarkt.de/mario-gotze/leistungsdaten/spieler/74842", "image": null, "description": "Diese Seite enth\u00e4lt eine Statistik \u00fcber die detaillierten Leistungsdaten von Mario G\u00f6tze."}, "seasons": [{"key": "2021", "title": "21/22"}, {"key": "2020", "title": "20/21"}, {"key": "2019", "title": "19/20"}, {"key": "2018", "title": "18/19"}, {"key": "2017", "title": "17/18"}, {"key": "2016", "title": "16/17"}, {"key": "2015", "title": "15/16"}, {"key": "2014", "title": "14/15"}, {"key": "2013", "title": "13/14"}, {"key": "2012", "title": "12/13"}, {"key": "2011", "title": "11/12"}, {"key": "2010", "title": "10/11"}, {"key": "2009", "title": "09/10"}, {"key": "2008", "title": "08/09"}, {"key": "2007", "title": "07/08"}, {"key": "2006", "title": "06/07"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"deliveredSeasonID": {"type": "string"}, "competitionPerformanceSummery": {"type": "array", "items": {"type": "object", "properties": {"competition": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "image": {"type": "string"}, "leagueLevel": {"type": "null"}, "isTournament": {"type": "null"}}, "required": ["id", "image", "isTournament", "leagueLevel", "name", "shortName"]}, "performance": {"type": "object", "properties": {"ownGoals": {"type": "string"}, "yellowCards": {"type": "string"}, "yellowRedCards": {"type": "string"}, "redCards": {"type": "string"}, "minutesPlayed": {"type": "integer"}, "penaltyGoals": {"type": "string"}, "minutesPerGoal": {"type": "number"}, "matches": {"type": "string"}, "goals": {"type": "string"}, "assists": {"type": "string"}, "toNil": {"type": "integer"}, "concededGoals": {"type": "integer"}, "isGoalkeeper": {"type": "null"}}, "required": ["assists", "concededGoals", "goals", "isGoalkeeper", "matches", "minutesPerGoal", "minutesPlayed", "ownGoals", "penaltyGoals", "redCards", "toNil", "yellowCards", "yellowRedCards"]}, "clubs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "fullName": {"type": "string"}, "image": {"type": "string"}, "nationalTeam": {"type": "string"}, "flag": {"type": "null"}, "marketValue": {"type": "null"}, "mainCompetition": {"type": "null"}}, "required": ["flag", "fullName", "id", "image", "mainCompetition", "marketValue", "name", "nationalTeam"]}}}, "required": ["clubs", "competition", "performance"]}}, "share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "image": {"type": "null"}, "description": {"type": "string"}}, "required": ["description", "image", "title", "url"]}, "seasons": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}}, "required": ["key", "title"]}}}, "required": ["competitionPerformanceSummery", "deliveredSeasonID", "seasons", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/298239b6-7b9f-452c-a6f3-d2e33b019ede/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | players/get-market-value | Get player's market value | 200 | Response | {"share": {"title": "Mario G\u00f6tze - Marktwertverlauf", "url": "https://www.transfermarkt.de/mario-gotze/marktwertverlauf/spieler/74842", "description": "Marktwertverlauf von Mario G\u00f6tze."}, "marketValueDevelopment": [{"date": "01.2022", "unformattedDate": "2022-01-05", "age": "29", "marketValue": "12,00", "marketValueUnformatted": 12000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "383", "clubName": "PSV Eindhoven", "clubShortName": "PSV Eindhoven", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "seasonID": "21/22"}, {"date": "05.2021", "unformattedDate": "2021-05-19", "age": "28", "marketValue": "12,00", "marketValueUnformatted": 12000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "383", "clubName": "PSV Eindhoven", "clubShortName": "PSV Eindhoven", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "seasonID": "20/21"}, {"date": "01.2021", "unformattedDate": "2021-01-06", "age": "28", "marketValue": "12,00", "marketValueUnformatted": 12000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "383", "clubName": "PSV Eindhoven", "clubShortName": "PSV Eindhoven", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "seasonID": "20/21"}, {"date": "10.2020", "unformattedDate": "2020-10-14", "age": "28", "marketValue": "10,50", "marketValueUnformatted": 10500000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "383", "clubName": "PSV Eindhoven", "clubShortName": "PSV Eindhoven", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "seasonID": "20/21"}, {"date": "04.2020", "unformattedDate": "2020-04-08", "age": "27", "marketValue": "10,50", "marketValueUnformatted": 10500000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "19/20"}, {"date": "03.2020", "unformattedDate": "2020-03-11", "age": "27", "marketValue": "13,00", "marketValueUnformatted": 13000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "19/20"}, {"date": "12.2019", "unformattedDate": "2019-12-17", "age": "27", "marketValue": "18,00", "marketValueUnformatted": 18000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "19/20"}, {"date": "10.2019", "unformattedDate": "2019-10-02", "age": "27", "marketValue": "22,00", "marketValueUnformatted": 22000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "19/20"}, {"date": "06.2019", "unformattedDate": "2019-06-05", "age": "27", "marketValue": "25,00", "marketValueUnformatted": 25000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "18/19"}, {"date": "12.2018", "unformattedDate": "2018-12-18", "age": "26", "marketValue": "18,00", "marketValueUnformatted": 18000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "18/19"}, {"date": "06.2018", "unformattedDate": "2018-06-05", "age": "26", "marketValue": "18,00", "marketValueUnformatted": 18000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "17/18"}, {"date": "12.2017", "unformattedDate": "2017-12-28", "age": "25", "marketValue": "20,00", "marketValueUnformatted": 20000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "17/18"}, {"date": "06.2017", "unformattedDate": "2017-06-19", "age": "25", "marketValue": "20,00", "marketValueUnformatted": 20000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "16/17"}, {"date": "03.2017", "unformattedDate": "2017-03-22", "age": "24", "marketValue": "20,00", "marketValueUnformatted": 20000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "16/17"}, {"date": "02.2017", "unformattedDate": "2017-02-07", "age": "24", "marketValue": "23,00", "marketValueUnformatted": 23000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "16/17"}, {"date": "07.2016", "unformattedDate": "2016-07-22", "age": "24", "marketValue": "28,00", "marketValueUnformatted": 28000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "16/17"}, {"date": "06.2016", "unformattedDate": "2016-06-01", "age": "23", "marketValue": "35,00", "marketValueUnformatted": 35000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubShortName": "FC Bayern", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "seasonID": "15/16"}, {"date": "04.2016", "unformattedDate": "2016-04-13", "age": "23", "marketValue": "35,00", "marketValueUnformatted": 35000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubShortName": "FC Bayern", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "seasonID": "15/16"}, {"date": "02.2016", "unformattedDate": "2016-02-15", "age": "23", "marketValue": "40,00", "marketValueUnformatted": 40000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubShortName": "FC Bayern", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "seasonID": "15/16"}, {"date": "07.2015", "unformattedDate": "2015-07-01", "age": "23", "marketValue": "45,00", "marketValueUnformatted": 45000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubShortName": "FC Bayern", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "seasonID": "15/16"}, {"date": "02.2015", "unformattedDate": "2015-02-04", "age": "22", "marketValue": "50,00", "marketValueUnformatted": 50000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubShortName": "FC Bayern", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "seasonID": "14/15"}, {"date": "07.2014", "unformattedDate": "2014-07-10", "age": "22", "marketValue": "48,00", "marketValueUnformatted": 48000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubShortName": "FC Bayern", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "seasonID": "14/15"}, {"date": "02.2014", "unformattedDate": "2014-02-12", "age": "21", "marketValue": "55,00", "marketValueUnformatted": 55000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubShortName": "FC Bayern", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "seasonID": "13/14"}, {"date": "06.2013", "unformattedDate": "2013-06-30", "age": "21", "marketValue": "45,00", "marketValueUnformatted": 45000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "12/13"}, {"date": "01.2013", "unformattedDate": "2013-01-13", "age": "20", "marketValue": "42,00", "marketValueUnformatted": 42000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "12/13"}, {"date": "06.2012", "unformattedDate": "2012-06-29", "age": "20", "marketValue": "30,00", "marketValueUnformatted": 30000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "11/12"}, {"date": "01.2012", "unformattedDate": "2012-01-23", "age": "19", "marketValue": "30,00", "marketValueUnformatted": 30000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "11/12"}, {"date": "09.2011", "unformattedDate": "2011-09-01", "age": "19", "marketValue": "30,00", "marketValueUnformatted": 30000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "11/12"}, {"date": "08.2011", "unformattedDate": "2011-08-26", "age": "19", "marketValue": "23,00", "marketValueUnformatted": 23000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "11/12"}, {"date": "06.2011", "unformattedDate": "2011-06-29", "age": "19", "marketValue": "18,00", "marketValueUnformatted": 18000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "10/11"}, {"date": "02.2011", "unformattedDate": "2011-02-08", "age": "18", "marketValue": "12,50", "marketValueUnformatted": 12500000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "10/11"}, {"date": "01.2011", "unformattedDate": "2011-01-12", "age": "18", "marketValue": "9,00", "marketValueUnformatted": 9000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "10/11"}, {"date": "11.2010", "unformattedDate": "2010-11-23", "age": "18", "marketValue": "7,50", "marketValueUnformatted": 7500000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "10/11"}, {"date": "09.2010", "unformattedDate": "2010-09-28", "age": "18", "marketValue": "5,00", "marketValueUnformatted": 5000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "10/11"}, {"date": "08.2010", "unformattedDate": "2010-08-26", "age": "18", "marketValue": "1,50", "marketValueUnformatted": 1500000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "16", "clubName": "Borussia Dortmund", "clubShortName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "seasonID": "10/11"}, {"date": "01.2010", "unformattedDate": "2010-01-15", "age": "17", "marketValue": "1,00", "marketValueUnformatted": 1000000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "clubID": "1464", "clubName": "Borussia Dortmund U19", "clubShortName": "B. Dortmund U19", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1464.png?lm=1396275305", "seasonID": "09/10"}, {"date": "11.2009", "unformattedDate": "2009-11-25", "age": "17", "marketValue": "750", "marketValueUnformatted": 750000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Tsd.", "clubID": "1464", "clubName": "Borussia Dortmund U19", "clubShortName": "B. Dortmund U19", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1464.png?lm=1396275305", "seasonID": "09/10"}, {"date": "07.2009", "unformattedDate": "2009-07-02", "age": "17", "marketValue": "400", "marketValueUnformatted": 400000, "marketValueCurrency": "\u20ac", "marketValueNumeral": "Tsd.", "clubID": "1464", "clubName": "Borussia Dortmund U19", "clubShortName": "B. Dortmund U19", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1464.png?lm=1396275305", "seasonID": "09/10"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "marketValueDevelopment": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "unformattedDate": {"type": "string"}, "age": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueUnformatted": {"type": "integer"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "clubID": {"type": "string"}, "clubName": {"type": "string"}, "clubShortName": {"type": "string"}, "clubImage": {"type": "string"}, "seasonID": {"type": "string"}}, "required": ["age", "clubID", "clubImage", "clubName", "clubShortName", "date", "marketValue", "marketValueCurrency", "marketValueNumeral", "marketValueUnformatted", "seasonID", "unformattedDate"]}}}, "required": ["marketValueDevelopment", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/ce83d673-b430-4069-84a8-ffa687691aa4/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | clubs/get-squad | Get squad of club | 200 | Response | {"squad": [{"height": "1,81", "foot": "rechts", "injury": null, "suspension": null, "joined": 1598565600, "contractUntil": 1688076000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "29241", "name": "Thiago Silva", "image": "https://img.a.transfermarkt.technology/portrait/medium/29241-1462893880.jpg?lm=1", "imageLarge": null, "imageSource": "Getty Images", "shirtNumber": "6", "age": 37, "dateOfBirth": 464652000, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/thiago-silva-chelsea-1606401233-52095.jpg?lm=1606401255", "isGoalkeeper": false, "positions": {"first": {"id": "3", "name": "Innenverteidiger", "shortName": "IV", "group": "Abwehr"}, "second": null, "third": null}, "nationalities": [{"id": 26, "name": "Brasilien", "image": "https://tmssl.akamaized.net/images/flagge/small/26.png?lm=1520611569"}, {"id": 50, "name": "Frankreich", "image": "https://tmssl.akamaized.net/images/flagge/small/50.png?lm=1520611569"}], "marketValue": {"value": 2500000, "currency": "\u20ac", "progression": null}}, {"height": "1,76", "foot": "rechts", "injury": null, "suspension": null, "joined": 1561932000, "contractUntil": 1719698400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "51471", "name": "Mateo Kovacic", "image": "https://img.a.transfermarkt.technology/portrait/medium/51471-1624351322.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "8", "age": 27, "dateOfBirth": 768175200, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/mateo-kovacic-kroatien-1622735205-64112.jpg?lm=1622735216", "isGoalkeeper": false, "positions": {"first": {"id": "7", "name": "Zentrales Mittelfeld", "shortName": "ZM", "group": "Mittelfeld"}, "second": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": "Mittelfeld"}, "third": {"id": "6", "name": "Defensives Mittelfeld", "shortName": "DM", "group": "Mittelfeld"}}, "nationalities": [{"id": 37, "name": "Kroatien", "image": "https://tmssl.akamaized.net/images/flagge/small/37.png?lm=1520611569"}], "marketValue": {"value": 45000000, "currency": "\u20ac", "progression": null}}, {"height": "1,78", "foot": "rechts", "injury": null, "suspension": null, "joined": 1345759200, "contractUntil": 1656540000, "captain": true, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "57500", "name": "C\u00e9sar Azpilicueta", "image": "https://img.a.transfermarkt.technology/portrait/medium/57500-1518795311.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "28", "age": 32, "dateOfBirth": 620258400, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/cesar-azpilicueta-spain-1636712994-74620.jpg?lm=1636713024", "isGoalkeeper": false, "positions": {"first": {"id": "5", "name": "Rechter Verteidiger", "shortName": "RV", "group": "Abwehr"}, "second": {"id": "4", "name": "Linker Verteidiger", "shortName": "LV", "group": "Abwehr"}, "third": {"id": "3", "name": "Innenverteidiger", "shortName": "IV", "group": "Abwehr"}}, "nationalities": [{"id": 157, "name": "Spanien", "image": "https://tmssl.akamaized.net/images/flagge/small/157.png?lm=1520611569"}], "marketValue": {"value": 11000000, "currency": "\u20ac", "progression": null}}, {"height": "1,90", "foot": "rechts", "injury": null, "suspension": null, "joined": 1499551200, "contractUntil": 1656540000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "86202", "name": "Antonio R\u00fcdiger", "image": "https://img.a.transfermarkt.technology/portrait/medium/86202-1624448001.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "2", "age": 28, "dateOfBirth": 731113200, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/antonio-rudiger-fc-chelsea-2020-1608465436-53442.jpg?lm=1608465456", "isGoalkeeper": false, "positions": {"first": {"id": "3", "name": "Innenverteidiger", "shortName": "IV", "group": "Abwehr"}, "second": {"id": "5", "name": "Rechter Verteidiger", "shortName": "RV", "group": "Abwehr"}, "third": null}, "nationalities": [{"id": 40, "name": "Deutschland", "image": "https://tmssl.akamaized.net/images/flagge/small/40.png?lm=1520612525"}, {"id": 152, "name": "Sierra Leone", "image": "https://tmssl.akamaized.net/images/flagge/small/152.png?lm=1520611569"}], "marketValue": {"value": 35000000, "currency": "\u20ac", "progression": null}}, {"height": "1,91", "foot": "links", "injury": null, "suspension": null, "joined": 1628719200, "contractUntil": 1782770400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "96341", "name": "Romelu Lukaku", "image": "https://img.a.transfermarkt.technology/portrait/medium/96341-1596033546.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "9", "age": 28, "dateOfBirth": 737244000, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/romelu-lukaku-fc-chelsea-2021-1629656042-69476.jpg?lm=1629656057", "isGoalkeeper": false, "positions": {"first": {"id": "14", "name": "Mittelst\u00fcrmer", "shortName": "MS", "group": "Sturm"}, "second": null, "third": null}, "nationalities": [{"id": 19, "name": "Belgien", "image": "https://tmssl.akamaized.net/images/flagge/small/19.png?lm=1520611569"}, {"id": 193, "name": "DR Kongo", "image": "https://tmssl.akamaized.net/images/flagge/small/193.png?lm=1520611569"}], "marketValue": {"value": 100000000, "currency": "\u20ac", "progression": null}}, {"height": "1,80", "foot": "rechts", "injury": null, "suspension": null, "joined": 1531519200, "contractUntil": 1688076000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "102017", "name": "Jorginho", "image": "https://img.a.transfermarkt.technology/portrait/medium/102017-1599988179.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "5", "age": 30, "dateOfBirth": 693183600, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/jorginho-fc-chelsea-2021-1630049986-69820.jpg?lm=1630050018", "isGoalkeeper": false, "positions": {"first": {"id": "6", "name": "Defensives Mittelfeld", "shortName": "DM", "group": "Mittelfeld"}, "second": {"id": "7", "name": "Zentrales Mittelfeld", "shortName": "ZM", "group": "Mittelfeld"}, "third": null}, "nationalities": [{"id": 75, "name": "Italien", "image": "https://tmssl.akamaized.net/images/flagge/small/75.png?lm=1520611569"}, {"id": 26, "name": "Brasilien", "image": "https://tmssl.akamaized.net/images/flagge/small/26.png?lm=1520611569"}], "marketValue": {"value": 45000000, "currency": "\u20ac", "progression": null}}, {"height": "1,89", "foot": "links", "injury": null, "suspension": null, "joined": 1472594400, "contractUntil": 1688076000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "112515", "name": "Marcos Alonso", "image": "https://img.a.transfermarkt.technology/portrait/medium/112515-1620650716.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "3", "age": 31, "dateOfBirth": 662338800, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/marcos-alonso-1489045832-8848.jpg?lm=1489045862", "isGoalkeeper": false, "positions": {"first": {"id": "4", "name": "Linker Verteidiger", "shortName": "LV", "group": "Abwehr"}, "second": {"id": "9", "name": "Linkes Mittelfeld", "shortName": "LM", "group": "Mittelfeld"}, "third": null}, "nationalities": [{"id": 157, "name": "Spanien", "image": "https://tmssl.akamaized.net/images/flagge/small/157.png?lm=1520611569"}], "marketValue": {"value": 15000000, "currency": "\u20ac", "progression": null}}, {"height": "1,93", "foot": "rechts", "injury": null, "suspension": null, "joined": 1627423200, "contractUntil": 1688076000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "116648", "name": "Marcus Bettinelli", "image": "https://img.a.transfermarkt.technology/portrait/medium/116648-1473151222.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "13", "age": 29, "dateOfBirth": 706658400, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/torwart-marcus-bettinelli-fc-fulham-1538663944-18087.jpg?lm=1538663957", "isGoalkeeper": true, "positions": {"first": {"id": "1", "name": "Torwart", "shortName": "TW", "group": "Torwart"}, "second": null, "third": null}, "nationalities": [{"id": 189, "name": "England", "image": "https://tmssl.akamaized.net/images/flagge/small/189.png?lm=1520611569"}, {"id": 75, "name": "Italien", "image": "https://tmssl.akamaized.net/images/flagge/small/75.png?lm=1520611569"}], "marketValue": {"value": 2500000, "currency": "\u20ac", "progression": null}}, {"height": "1,85", "foot": "rechts", "injury": null, "suspension": null, "joined": 1515106800, "contractUntil": 1688076000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "131978", "name": "Ross Barkley", "image": "https://img.a.transfermarkt.technology/portrait/medium/131978-1544607087.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "18", "age": 28, "dateOfBirth": 755046000, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/ross-barkley-chelsea-fc-1601459688-48104.jpg?lm=1601459707", "isGoalkeeper": false, "positions": {"first": {"id": "7", "name": "Zentrales Mittelfeld", "shortName": "ZM", "group": "Mittelfeld"}, "second": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": "Mittelfeld"}, "third": null}, "nationalities": [{"id": 189, "name": "England", "image": "https://tmssl.akamaized.net/images/flagge/small/189.png?lm=1520611569"}], "marketValue": {"value": 13000000, "currency": "\u20ac", "progression": null}}, {"height": "1,84", "foot": "links", "injury": null, "suspension": null, "joined": 1630360800, "contractUntil": 1656540000, "captain": false, "lastClub": {"id": "13", "name": "Atl\u00e9tico Madrid", "fullName": "Atl\u00e9tico Madrid", "image": "https://tmssl.akamaized.net/images/wappen/medium/13.png?lm=1519120744", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}, "isLoan": true, "wasLoan": null, "id": "148928", "name": "Sa\u00fal \u00d1\u00edguez", "image": "https://img.a.transfermarkt.technology/portrait/medium/148928-1447152836.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "17", "age": 27, "dateOfBirth": 785372400, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/saul-niguez-chelsea-1632235646-71484.jpg?lm=1632235663", "isGoalkeeper": false, "positions": {"first": {"id": "7", "name": "Zentrales Mittelfeld", "shortName": "ZM", "group": "Mittelfeld"}, "second": {"id": "9", "name": "Linkes Mittelfeld", "shortName": "LM", "group": "Mittelfeld"}, "third": {"id": "6", "name": "Defensives Mittelfeld", "shortName": "DM", "group": "Mittelfeld"}}, "nationalities": [{"id": 157, "name": "Spanien", "image": "https://tmssl.akamaized.net/images/flagge/small/157.png?lm=1520611569"}], "marketValue": {"value": 35000000, "currency": "\u20ac", "progression": null}}, {"height": "1,80", "foot": "rechts", "injury": null, "suspension": null, "joined": 1593554400, "contractUntil": 1751234400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "170527", "name": "Timo Werner", "image": "https://img.a.transfermarkt.technology/portrait/medium/170527-1471002206.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "11", "age": 25, "dateOfBirth": 826066800, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/timo-werner-fc-chelsea-2021-1638992505-76370.jpg?lm=1638992517", "isGoalkeeper": false, "positions": {"first": {"id": "14", "name": "Mittelst\u00fcrmer", "shortName": "MS", "group": "Sturm"}, "second": {"id": "11", "name": "Linksau\u00dfen", "shortName": "LA", "group": "Sturm"}, "third": {"id": "12", "name": "Rechtsau\u00dfen", "shortName": "RA", "group": "Sturm"}}, "nationalities": [{"id": 40, "name": "Deutschland", "image": "https://tmssl.akamaized.net/images/flagge/small/40.png?lm=1520612525"}], "marketValue": {"value": 50000000, "currency": "\u20ac", "progression": null}}, {"height": "1,73", "foot": "rechts", "injury": null, "suspension": null, "joined": 1498860000, "contractUntil": 1656540000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "177862", "name": "Charly Musonda Jr.", "image": "https://img.a.transfermarkt.technology/portrait/medium/177862-1453990790.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": null, "age": 25, "dateOfBirth": 845330400, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/charly-musonda-jr-fc-chelsea-2021-1632660751-71706.jpg?lm=1632660762", "isGoalkeeper": false, "positions": {"first": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": "Mittelfeld"}, "second": {"id": "11", "name": "Linksau\u00dfen", "shortName": "LA", "group": "Sturm"}, "third": {"id": "12", "name": "Rechtsau\u00dfen", "shortName": "RA", "group": "Sturm"}}, "nationalities": [{"id": 19, "name": "Belgien", "image": "https://tmssl.akamaized.net/images/flagge/small/19.png?lm=1520611569"}, {"id": 142, "name": "Sambia", "image": "https://tmssl.akamaized.net/images/flagge/small/142.png?lm=1520611569"}], "marketValue": {"value": 1000000, "currency": "\u20ac", "progression": null}}, {"height": "1,86", "foot": "rechts", "injury": null, "suspension": null, "joined": 1533679200, "contractUntil": 1751234400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "192279", "name": "Kepa Arrizabalaga", "image": "https://img.a.transfermarkt.technology/portrait/medium/192279-1447152155.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "1", "age": 27, "dateOfBirth": 781138800, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/kepa-arrizabalaga-fc-chelsea-2021-1641732276-78221.jpg?lm=1641732285", "isGoalkeeper": true, "positions": {"first": {"id": "1", "name": "Torwart", "shortName": "TW", "group": "Torwart"}, "second": null, "third": null}, "nationalities": [{"id": 157, "name": "Spanien", "image": "https://tmssl.akamaized.net/images/flagge/small/157.png?lm=1520611569"}], "marketValue": {"value": 10000000, "currency": "\u20ac", "progression": null}}, {"height": "1,88", "foot": "rechts", "injury": null, "suspension": null, "joined": 1435701600, "contractUntil": 1656540000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "196948", "name": "Andreas Christensen", "image": "https://img.a.transfermarkt.technology/portrait/medium/196948-1620650859.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "4", "age": 25, "dateOfBirth": 829087200, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/andreas-christensen-1513702047-13168.jpg?lm=1513702063", "isGoalkeeper": false, "positions": {"first": {"id": "3", "name": "Innenverteidiger", "shortName": "IV", "group": "Abwehr"}, "second": null, "third": null}, "nationalities": [{"id": 39, "name": "D\u00e4nemark", "image": "https://tmssl.akamaized.net/images/flagge/small/39.png?lm=1520611569"}], "marketValue": {"value": 35000000, "currency": "\u20ac", "progression": null}}, {"height": "1,90", "foot": "rechts", "injury": null, "suspension": null, "joined": 1420066800, "contractUntil": 1719698400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "202886", "name": "Ruben Loftus-Cheek", "image": "https://img.a.transfermarkt.technology/portrait/medium/202886-1518793502.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "12", "age": 26, "dateOfBirth": 822351600, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/ruben-loftus-cheek-chelsea-fc-1601381284-48046.jpg?lm=1601381302", "isGoalkeeper": false, "positions": {"first": {"id": "7", "name": "Zentrales Mittelfeld", "shortName": "ZM", "group": "Mittelfeld"}, "second": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": "Mittelfeld"}, "third": {"id": "6", "name": "Defensives Mittelfeld", "shortName": "DM", "group": "Mittelfeld"}}, "nationalities": [{"id": 189, "name": "England", "image": "https://tmssl.akamaized.net/images/flagge/small/189.png?lm=1520611569"}, {"id": 61, "name": "Guyana", "image": "https://tmssl.akamaized.net/images/flagge/small/61.png?lm=1520611569"}], "marketValue": {"value": 20000000, "currency": "\u20ac", "progression": null}}, {"height": "1,81", "foot": "links", "injury": null, "suspension": null, "joined": 1593554400, "contractUntil": 1751234400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "217111", "name": "Hakim Ziyech", "image": "https://img.a.transfermarkt.technology/portrait/medium/217111-1497885283.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "22", "age": 28, "dateOfBirth": 732495600, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/hakim-zyiech-chelsea-1602593909-49057.jpg?lm=1602593923", "isGoalkeeper": false, "positions": {"first": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": "Mittelfeld"}, "second": {"id": "12", "name": "Rechtsau\u00dfen", "shortName": "RA", "group": "Sturm"}, "third": {"id": "7", "name": "Zentrales Mittelfeld", "shortName": "ZM", "group": "Mittelfeld"}}, "nationalities": [{"id": 107, "name": "Marokko", "image": "https://tmssl.akamaized.net/images/flagge/small/107.png?lm=1520611569"}, {"id": 122, "name": "Niederlande", "image": "https://tmssl.akamaized.net/images/flagge/small/122.png?lm=1520611569"}], "marketValue": {"value": 35000000, "currency": "\u20ac", "progression": null}}, {"height": "1,68", "foot": "rechts", "injury": null, "suspension": null, "joined": 1468620000, "contractUntil": 1688076000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "225083", "name": "N'Golo Kant\u00e9", "image": "https://img.a.transfermarkt.technology/portrait/medium/225083-1598302373.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "7", "age": 30, "dateOfBirth": 670201200, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/ngolo-kante-france-1622734629-64107.jpg?lm=1622734638", "isGoalkeeper": false, "positions": {"first": {"id": "6", "name": "Defensives Mittelfeld", "shortName": "DM", "group": "Mittelfeld"}, "second": {"id": "7", "name": "Zentrales Mittelfeld", "shortName": "ZM", "group": "Mittelfeld"}, "third": null}, "nationalities": [{"id": 50, "name": "Frankreich", "image": "https://tmssl.akamaized.net/images/flagge/small/50.png?lm=1520611569"}, {"id": 105, "name": "Mali", "image": "https://tmssl.akamaized.net/images/flagge/small/105.png?lm=1520611569"}], "marketValue": {"value": 50000000, "currency": "\u20ac", "progression": null}}, {"height": "1,82", "foot": "links", "injury": null, "suspension": null, "joined": 1440194400, "contractUntil": 1688076000, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "281404", "name": "Kenedy", "image": "https://img.a.transfermarkt.technology/portrait/medium/281404-1455120897.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "23", "age": 26, "dateOfBirth": 823734000, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/kenedy-flamengo-2021-1639719887-77051.jpg?lm=1639719907", "isGoalkeeper": false, "positions": {"first": {"id": "9", "name": "Linkes Mittelfeld", "shortName": "LM", "group": "Mittelfeld"}, "second": {"id": "4", "name": "Linker Verteidiger", "shortName": "LV", "group": "Abwehr"}, "third": {"id": "11", "name": "Linksau\u00dfen", "shortName": "LA", "group": "Sturm"}}, "nationalities": [{"id": 26, "name": "Brasilien", "image": "https://tmssl.akamaized.net/images/flagge/small/26.png?lm=1520611569"}], "marketValue": {"value": 7000000, "currency": "\u20ac", "progression": null}}, {"height": "1,90", "foot": "links", "injury": null, "suspension": null, "joined": 1599170400, "contractUntil": 1751234400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "309400", "name": "Kai Havertz", "image": "https://img.a.transfermarkt.technology/portrait/medium/309400-1620646226.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "29", "age": 22, "dateOfBirth": 929052000, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/kai-havertz-deutschland-1622733125-64099.jpg?lm=1622733139", "isGoalkeeper": false, "positions": {"first": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": "Mittelfeld"}, "second": {"id": "12", "name": "Rechtsau\u00dfen", "shortName": "RA", "group": "Sturm"}, "third": {"id": "14", "name": "Mittelst\u00fcrmer", "shortName": "MS", "group": "Sturm"}}, "nationalities": [{"id": 40, "name": "Deutschland", "image": "https://tmssl.akamaized.net/images/flagge/small/40.png?lm=1520612525"}], "marketValue": {"value": 70000000, "currency": "\u20ac", "progression": null}}, {"height": "1,77", "foot": "rechts", "injury": null, "suspension": null, "joined": 1546383600, "contractUntil": 1719698400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "315779", "name": "Christian Pulisic", "image": "https://img.a.transfermarkt.technology/portrait/medium/315779-1638811757.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "10", "age": 23, "dateOfBirth": 906069600, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/chelseas-christian-pulisic-trifft-gegen-real-madrid-1619556538-61604.jpg?lm=1619556573", "isGoalkeeper": false, "positions": {"first": {"id": "12", "name": "Rechtsau\u00dfen", "shortName": "RA", "group": "Sturm"}, "second": {"id": "11", "name": "Linksau\u00dfen", "shortName": "LA", "group": "Sturm"}, "third": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": "Mittelfeld"}}, "nationalities": [{"id": 184, "name": "Vereinigte Staaten", "image": "https://tmssl.akamaized.net/images/flagge/small/184.png?lm=1520611569"}, {"id": 37, "name": "Kroatien", "image": "https://tmssl.akamaized.net/images/flagge/small/37.png?lm=1520611569"}], "marketValue": {"value": 45000000, "currency": "\u20ac", "progression": null}}, {"height": "1,80", "foot": "links", "injury": {"id": "2", "description": "Kreuzbandanriss", "until": 1656540000, "category": "Unbekannt", "rehabilitation": "", "clubIdStart": null, "clubIdEnd": null}, "suspension": null, "joined": 1598392800, "contractUntil": 1751234400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "316125", "name": "Ben Chilwell", "image": "https://img.a.transfermarkt.technology/portrait/medium/316125-1620647738.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "21", "age": 25, "dateOfBirth": 851122800, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/bin-chilwell-fc-chelsea-1633418809-72151.jpg?lm=1633418819", "isGoalkeeper": false, "positions": {"first": {"id": "4", "name": "Linker Verteidiger", "shortName": "LV", "group": "Abwehr"}, "second": {"id": "9", "name": "Linkes Mittelfeld", "shortName": "LM", "group": "Mittelfeld"}, "third": null}, "nationalities": [{"id": 189, "name": "England", "image": "https://tmssl.akamaized.net/images/flagge/small/189.png?lm=1520611569"}], "marketValue": {"value": 38000000, "currency": "\u20ac", "progression": null}}, {"height": "1,82", "foot": "links", "injury": null, "suspension": null, "joined": 1598479200, "contractUntil": 1751234400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "344596", "name": "Malang Sarr", "image": "https://img.a.transfermarkt.technology/portrait/medium/344596-1606395203.png?lm=1", "imageLarge": null, "imageSource": "FC Porto", "shirtNumber": "31", "age": 23, "dateOfBirth": 917046000, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/malang-sarr-ogc-nizza-1561116252-23117.jpg?lm=1561116278", "isGoalkeeper": false, "positions": {"first": {"id": "3", "name": "Innenverteidiger", "shortName": "IV", "group": "Abwehr"}, "second": {"id": "4", "name": "Linker Verteidiger", "shortName": "LV", "group": "Abwehr"}, "third": null}, "nationalities": [{"id": 50, "name": "Frankreich", "image": "https://tmssl.akamaized.net/images/flagge/small/50.png?lm=1520611569"}, {"id": 149, "name": "Senegal", "image": "https://tmssl.akamaized.net/images/flagge/small/149.png?lm=1520611569"}], "marketValue": {"value": 6000000, "currency": "\u20ac", "progression": null}}, {"height": "1,90", "foot": "rechts", "injury": null, "suspension": null, "joined": 1625090400, "contractUntil": 1782770400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "346314", "name": "Trevoh Chalobah", "image": "https://img.a.transfermarkt.technology/portrait/medium/346314-1520605508.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "14", "age": 22, "dateOfBirth": 931125600, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/trevoh-chalobah-fc-chelsea-2021-1640170783-77343.jpg?lm=1640170794", "isGoalkeeper": false, "positions": {"first": {"id": "3", "name": "Innenverteidiger", "shortName": "IV", "group": "Abwehr"}, "second": {"id": "6", "name": "Defensives Mittelfeld", "shortName": "DM", "group": "Mittelfeld"}, "third": null}, "nationalities": [{"id": 189, "name": "England", "image": "https://tmssl.akamaized.net/images/flagge/small/189.png?lm=1520611569"}, {"id": 152, "name": "Sierra Leone", "image": "https://tmssl.akamaized.net/images/flagge/small/152.png?lm=1520611569"}], "marketValue": {"value": 18000000, "currency": "\u20ac", "progression": null}}, {"height": "1,80", "foot": "rechts", "injury": {"id": "122", "description": "Sprunggelenksverletzung", "until": null, "category": "Unbekannt", "rehabilitation": "", "clubIdStart": null, "clubIdEnd": null}, "suspension": null, "joined": 1561932000, "contractUntil": 1719698400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "346483", "name": "Mason Mount", "image": "https://img.a.transfermarkt.technology/portrait/medium/346483-1642175298.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "19", "age": 23, "dateOfBirth": 915922800, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/mason-mount-england-1622732500-64097.jpg?lm=1622732508", "isGoalkeeper": false, "positions": {"first": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": "Mittelfeld"}, "second": {"id": "7", "name": "Zentrales Mittelfeld", "shortName": "ZM", "group": "Mittelfeld"}, "third": {"id": "9", "name": "Linkes Mittelfeld", "shortName": "LM", "group": "Mittelfeld"}}, "nationalities": [{"id": 189, "name": "England", "image": "https://tmssl.akamaized.net/images/flagge/small/189.png?lm=1520611569"}], "marketValue": {"value": 75000000, "currency": "\u20ac", "progression": null}}, {"height": "1,77", "foot": "rechts", "injury": null, "suspension": null, "joined": 1546297200, "contractUntil": 1719698400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "392768", "name": "Callum Hudson-Odoi", "image": "https://img.a.transfermarkt.technology/portrait/medium/392768-1546589840.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "20", "age": 21, "dateOfBirth": 973551600, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/callum-hudson-odoi-fc-chelsea-2020-1601735775-48329.jpg?lm=1601735783", "isGoalkeeper": false, "positions": {"first": {"id": "12", "name": "Rechtsau\u00dfen", "shortName": "RA", "group": "Sturm"}, "second": {"id": "11", "name": "Linksau\u00dfen", "shortName": "LA", "group": "Sturm"}, "third": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": "Mittelfeld"}}, "nationalities": [{"id": 189, "name": "England", "image": "https://tmssl.akamaized.net/images/flagge/small/189.png?lm=1520611569"}, {"id": 54, "name": "Ghana", "image": "https://tmssl.akamaized.net/images/flagge/small/54.png?lm=1520611569"}], "marketValue": {"value": 32000000, "currency": "\u20ac", "progression": null}}, {"height": "1,95", "foot": "rechts", "injury": null, "suspension": null, "joined": 1600898400, "contractUntil": 1751234400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "442531", "name": "Edouard Mendy", "image": "https://img.a.transfermarkt.technology/portrait/medium/442531-1600951863.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "16", "age": 29, "dateOfBirth": 699404400, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/edouard-mendy-fc-chelsea-1633362647-72129.jpg?lm=1633362657", "isGoalkeeper": true, "positions": {"first": {"id": "1", "name": "Torwart", "shortName": "TW", "group": "Torwart"}, "second": null, "third": null}, "nationalities": [{"id": 149, "name": "Senegal", "image": "https://tmssl.akamaized.net/images/flagge/small/149.png?lm=1520611569"}, {"id": 60, "name": "Guinea-Bissau", "image": "https://tmssl.akamaized.net/images/flagge/small/60.png?lm=1520611569"}], "marketValue": {"value": 32000000, "currency": "\u20ac", "progression": null}}, {"height": "1,80", "foot": "rechts", "injury": null, "suspension": null, "joined": 1561932000, "contractUntil": 1751234400, "captain": false, "lastClub": null, "isLoan": null, "wasLoan": null, "id": "472423", "name": "Reece James", "image": "https://img.a.transfermarkt.technology/portrait/medium/472423-1636537984.jpg?lm=1", "imageLarge": null, "imageSource": "imago images", "shirtNumber": "24", "age": 22, "dateOfBirth": 944607600, "heroImage": "https://tmssl.akamaized.net/images/foto/normal/reece-james-chelsea-2021-1635311786-73605.jpg?lm=1635311796", "isGoalkeeper": false, "positions": {"first": {"id": "5", "name": "Rechter Verteidiger", "shortName": "RV", "group": "Abwehr"}, "second": {"id": "3", "name": "Innenverteidiger", "shortName": "IV", "group": "Abwehr"}, "third": {"id": "8", "name": "Rechtes Mittelfeld", "shortName": "RM", "group": "Mittelfeld"}}, "nationalities": [{"id": 189, "name": "England", "image": "https://tmssl.akamaized.net/images/flagge/small/189.png?lm=1520611569"}], "marketValue": {"value": 55000000, "currency": "\u20ac", "progression": null}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"squad": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "string"}, "foot": {"type": "string"}, "injury": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "until": {"type": ["integer", "null"]}, "category": {"type": "string"}, "rehabilitation": {"type": "string"}, "clubIdStart": {"type": "null"}, "clubIdEnd": {"type": "null"}}, "required": ["category", "clubIdEnd", "clubIdStart", "description", "id", "rehabilitation", "until"]}]}, "suspension": {"type": "null"}, "joined": {"type": "integer"}, "contractUntil": {"type": "integer"}, "captain": {"type": "boolean"}, "lastClub": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "fullName": {"type": "string"}, "image": {"type": "string"}, "nationalTeam": {"type": "string"}, "flag": {"type": "null"}, "marketValue": {"type": "null"}, "mainCompetition": {"type": "null"}}, "required": ["flag", "fullName", "id", "image", "mainCompetition", "marketValue", "name", "nationalTeam"]}]}, "isLoan": {"type": ["boolean", "null"]}, "wasLoan": {"type": "null"}, "id": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "imageLarge": {"type": "null"}, "imageSource": {"type": "string"}, "shirtNumber": {"type": ["null", "string"]}, "age": {"type": "integer"}, "dateOfBirth": {"type": "integer"}, "heroImage": {"type": "string"}, "isGoalkeeper": {"type": "boolean"}, "positions": {"type": "object", "properties": {"first": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "group": {"type": "string"}}, "required": ["group", "id", "name", "shortName"]}, "second": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "group": {"type": "string"}}, "required": ["group", "id", "name", "shortName"]}]}, "third": {"anyOf": [{"type": "null"}, {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "group": {"type": "string"}}, "required": ["group", "id", "name", "shortName"]}]}}, "required": ["first", "second", "third"]}, "nationalities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "image", "name"]}}, "marketValue": {"type": "object", "properties": {"value": {"type": "integer"}, "currency": {"type": "string"}, "progression": {"type": "null"}}, "required": ["currency", "progression", "value"]}}, "required": ["age", "captain", "contractUntil", "dateOfBirth", "foot", "height", "heroImage", "id", "image", "imageLarge", "imageSource", "injury", "isGoalkeeper", "isLoan", "joined", "lastClub", "marketValue", "name", "nationalities", "positions", "shirtNumber", "suspension", "wasLoan"]}}}, "required": ["squad"]} |
ab742d71-1a08-45be-854a-984674c61f4a/1acd82ca-972e-4a4f-98cb-43460f0981d0/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | clubs/get-profile | Get profile of club | 200 | Response | {"internationalTeamFlag": "", "mainFacts": {"id": "631", "fullName": "Chelsea Football Club", "street": "Fulham Road", "postalCode": "SW6 1HS", "city": "London", "phone": "+44 (20) 73869", "fax": "+44 (20) 73814", "homepage": "www.chelseafc.com", "founding": "10.03.1905", "members": "30000", "membersDate": "14.03.2018", "countryName": "England", "countryID": "189", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "avgAge": "27.10", "squadSize": "27", "legionaries": "19", "internationalRank": "", "nationalPlayer": 16}, "stadium": {"id": "414", "name": "Stamford Bridge", "street": "Fulham Road", "postalCode": "SW6 1HS", "city": "London", "phoneTicketCenter": "+44 207 915 2900", "faxTicketCenter": "", "homepage": "", "ticketCenter": "www.chelseafc.com/page/TicketsHome/0,,10268,00.html", "constructionYear": "1877", "totalCapacity": "40853", "standingRoom": "0", "seats": "40853", "image": "https://tmssl.akamaized.net/images/foto/stadionnormal/fc-chelsea-stamford-bridge-2021-1629208490-69136.jpg?lm=1629208513"}, "historicImages": ["https://tmssl.akamaized.net/images/wappen/medium/631_1400764022.png?lm=1400764020", "https://tmssl.akamaized.net/images/wappen/medium/631_1400764080.png?lm=1400764078", "https://tmssl.akamaized.net/images/wappen/medium/631_1400764132.png?lm=1400764130", "https://tmssl.akamaized.net/images/wappen/medium/631_1462278625.png?lm=1462278625", "https://tmssl.akamaized.net/images/wappen/medium/631_1628083076.png?lm=1628083076"], "successes": [{"number": "6", "name": "Englischer Meister", "id": "12", "additionalData": {"competitionId": "GB1", "competitionTypeId": "1", "cycle": null, "seasonIds": ["2016", "2014", "2009", "2005", "2004", "1954"]}}, {"number": "2", "name": "Champions League-Sieger", "id": "4", "additionalData": {"competitionId": "CL", "competitionTypeId": "10", "cycle": null, "seasonIds": ["2020", "2011"]}}, {"number": "8", "name": "Englischer Pokalsieger", "id": "29", "additionalData": {"competitionId": "FAC", "competitionTypeId": "8", "cycle": null, "seasonIds": ["2017", "2011", "2009", "2008", "2006", "1999", "1996", "1969"]}}, {"number": "5", "name": "Englischer Ligapokalsieger", "id": "47", "additionalData": {"competitionId": "CGB", "competitionTypeId": "8", "cycle": null, "seasonIds": ["2014", "2006", "2004", "1997", "1964"]}}, {"number": "1", "name": "FIFA-Klub-Weltmeister", "id": "318", "additionalData": {"competitionId": "KLUB", "competitionTypeId": "13", "cycle": null, "seasonIds": ["2021"]}}, {"number": "2", "name": "Europa-League-Sieger", "id": "264", "additionalData": {"competitionId": "EL", "competitionTypeId": "10", "cycle": null, "seasonIds": ["2018", "2012"]}}, {"number": "2", "name": "Europapokal-der-Pokalsieger-Sieger", "id": "53", "additionalData": {"competitionId": "EPP", "competitionTypeId": "10", "cycle": null, "seasonIds": ["1997", "1970"]}}, {"number": "2", "name": "UEFA-Supercup-Sieger", "id": "354", "additionalData": {"competitionId": "USC", "competitionTypeId": "13", "cycle": null, "seasonIds": ["2021", "1998"]}}, {"number": "4", "name": "Englischer Superpokalsieger", "id": "316", "additionalData": {"competitionId": "GBCS", "competitionTypeId": "9", "cycle": null, "seasonIds": ["2009", "2005", "2000", "1955"]}}], "additionalTeams": [{"image": "https://tmssl.akamaized.net/images/wappen/medium/631.png?lm=1628160548", "name": "FC Chelsea", "id": "631"}, {"image": "https://tmssl.akamaized.net/images/wappen/medium/9250.png?lm=1628074311", "name": "FC Chelsea U23", "id": "9250"}, {"image": "https://tmssl.akamaized.net/images/wappen/medium/6918.png?lm=1628160548", "name": "FC Chelsea U18", "id": "6918"}, {"image": "https://tmssl.akamaized.net/images/wappen/medium/41573.png?lm=1628160548", "name": "FC Chelsea UEFA U19", "id": "41573"}, {"image": "https://tmssl.akamaized.net/images/wappen/medium/50677.png?lm=1628074311", "name": "FC Chelsea Jugend", "id": "50677"}], "share": {"title": "Vereinsprofil FC Chelsea", "url": "https://www.transfermarkt.de/fc-chelsea/startseite/verein/631", "description": "Dies ist die Vereins-Startseite. Hier gibt es neben dem aktuellen Kader vereinsrelevante News, aktuelle Ger\u00fcchte und alle wichtigen Infos rund um den Spielbetrieb des Klubs."}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"internationalTeamFlag": {"type": "string"}, "mainFacts": {"type": "object", "properties": {"id": {"type": "string"}, "fullName": {"type": "string"}, "street": {"type": "string"}, "postalCode": {"type": "string"}, "city": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "homepage": {"type": "string"}, "founding": {"type": "string"}, "members": {"type": "string"}, "membersDate": {"type": "string"}, "countryName": {"type": "string"}, "countryID": {"type": "string"}, "countryImage": {"type": "string"}, "avgAge": {"type": "string"}, "squadSize": {"type": "string"}, "legionaries": {"type": "string"}, "internationalRank": {"type": "string"}, "nationalPlayer": {"type": "integer"}}, "required": ["avgAge", "city", "countryID", "countryImage", "countryName", "fax", "founding", "fullName", "homepage", "id", "internationalRank", "legionaries", "members", "membersDate", "nationalPlayer", "phone", "postalCode", "squadSize", "street"]}, "stadium": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "street": {"type": "string"}, "postalCode": {"type": "string"}, "city": {"type": "string"}, "phoneTicketCenter": {"type": "string"}, "faxTicketCenter": {"type": "string"}, "homepage": {"type": "string"}, "ticketCenter": {"type": "string"}, "constructionYear": {"type": "string"}, "totalCapacity": {"type": "string"}, "standingRoom": {"type": "string"}, "seats": {"type": "string"}, "image": {"type": "string"}}, "required": ["city", "constructionYear", "faxTicketCenter", "homepage", "id", "image", "name", "phoneTicketCenter", "postalCode", "seats", "standingRoom", "street", "ticketCenter", "totalCapacity"]}, "historicImages": {"type": "array", "items": {"type": "string"}}, "successes": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}, "additionalData": {"type": "object", "properties": {"competitionId": {"type": "string"}, "competitionTypeId": {"type": "string"}, "cycle": {"type": "null"}, "seasonIds": {"type": "array", "items": {"type": "string"}}}, "required": ["competitionId", "competitionTypeId", "cycle", "seasonIds"]}}, "required": ["additionalData", "id", "name", "number"]}}, "additionalTeams": {"type": "array", "items": {"type": "object", "properties": {"image": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["id", "image", "name"]}}, "share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}}, "required": ["additionalTeams", "historicImages", "internationalTeamFlag", "mainFacts", "share", "stadium", "successes"]} |
ab742d71-1a08-45be-854a-984674c61f4a/fe6bb857-1466-4f61-8af8-c19edc6b96a5/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | clubs/get-short-info | Get short information of one or more clubs | 200 | Response | {"clubs": [{"id": "631", "name": "FC Chelsea", "fullName": "FC Chelsea", "image": "https://tmssl.akamaized.net/images/wappen/medium/631.png?lm=1628160548", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": {"id": "GB1", "name": "Premier League", "shortName": "Premier League", "image": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "leagueLevel": null, "isTournament": null}}, {"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": {"id": "NL1", "name": "Eredivisie", "shortName": "Eredivisie", "image": "https://tmssl.akamaized.net/images/logo/normal/nl1.png?lm=1629726381", "leagueLevel": null, "isTournament": null}}, {"id": "985", "name": "Manchester Utd.", "fullName": "Manchester United", "image": "https://tmssl.akamaized.net/images/wappen/medium/985.png?lm=1457975903", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": {"id": "GB1", "name": "Premier League", "shortName": "Premier League", "image": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "leagueLevel": null, "isTournament": null}}, {"id": "27", "name": "FC Bayern", "fullName": "FC Bayern M\u00fcnchen", "image": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": {"id": "L1", "name": "Bundesliga", "shortName": "Bundesliga", "image": "https://tmssl.akamaized.net/images/logo/normal/l1.png?lm=1525905518", "leagueLevel": null, "isTournament": null}}, {"id": "148", "name": "Tottenham", "fullName": "Tottenham Hotspur", "image": "https://tmssl.akamaized.net/images/wappen/medium/148.png?lm=1544345801", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": {"id": "GB1", "name": "Premier League", "shortName": "Premier League", "image": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "leagueLevel": null, "isTournament": null}}, {"id": "273", "name": "Stade Rennes", "fullName": "FC Stade Rennes", "image": "https://tmssl.akamaized.net/images/wappen/medium/273.png?lm=1408779098", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": {"id": "FR1", "name": "Ligue 1", "shortName": "Ligue 1", "image": "https://tmssl.akamaized.net/images/logo/normal/fr1.png?lm=1592648063", "leagueLevel": null, "isTournament": null}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"clubs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "fullName": {"type": "string"}, "image": {"type": "string"}, "nationalTeam": {"type": "string"}, "flag": {"type": "null"}, "marketValue": {"type": "null"}, "mainCompetition": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "image": {"type": "string"}, "leagueLevel": {"type": "null"}, "isTournament": {"type": "null"}}, "required": ["id", "image", "isTournament", "leagueLevel", "name", "shortName"]}}, "required": ["flag", "fullName", "id", "image", "mainCompetition", "marketValue", "name", "nationalTeam"]}}}, "required": ["clubs"]} |
ab742d71-1a08-45be-854a-984674c61f4a/54c7b90f-1433-475b-96c6-46c69fa0fb24/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | search | Search for relating players, clubs, competitions, etc... by familiar term or phrase | 200 | Response | {"count": {"players": 2, "coaches": 0, "clubs": 16, "competitions": 0, "referees": 0}, "players": [{"id": "196086", "playerName": "Bobby Moore", "firstName": "Bobby", "lastName": "Moore", "alias": "", "nationImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "club": "---", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/196086-1598442308.jpg?lm=1"}, {"id": "759404", "playerName": "Chelsea Gracias", "firstName": "Chelsea", "lastName": "Gracias", "alias": "", "nationImage": "https://tmssl.akamaized.net/images/flagge/verysmall/67.png?lm=1520611569", "club": "Churchill Brothers SC U18", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/default.jpg?lm=1"}], "clubs": [{"id": "631", "league": "GB1", "competitionID": "GB1", "competitionName": "Premier League", "name": "FC Chelsea", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/631.png?lm=1628160548"}, {"id": "9250", "league": "GB21", "competitionID": "GB21", "competitionName": "Premier League 2", "name": "FC Chelsea U23", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/9250.png?lm=1628074311"}, {"id": "35137", "league": "GHPL", "competitionID": "GHPL", "competitionName": "Ghana Premier League", "name": "Berekum Chelsea FC", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/35137.png?lm=1472812036"}, {"id": "41573", "league": "", "competitionID": "", "competitionName": "", "name": "FC Chelsea UEFA U19", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/41573.png?lm=1628160548"}, {"id": "72619", "league": "", "competitionID": "", "competitionName": "", "name": "Berekum Chelsea II", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/72619.png?lm=1550056408"}, {"id": "6918", "league": "GB18", "competitionID": "GB18", "competitionName": "U18 Premier League", "name": "FC Chelsea U18", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/6918.png?lm=1628160548"}, {"id": "76705", "league": "", "competitionID": "", "competitionName": "", "name": "Chelsea FC Soccer School (Hong Kong)", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/76705.png?lm=1615915445"}, {"id": "50677", "league": "", "competitionID": "", "competitionName": "", "name": "FC Chelsea Jugend", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/50677.png?lm=1628074311"}, {"id": "87199", "league": "", "competitionID": "", "competitionName": "", "name": "Chelsea FC Soccer School (HK) Jugend", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/87199.png?lm=1615915446"}, {"id": "39362", "league": "", "competitionID": "", "competitionName": "", "name": "Chelsea United SC", "logoImage": "https://tmssl.akamaized.net/images/wappen/medium/default.png?lm=1457423031"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"count": {"type": "object", "properties": {"players": {"type": "integer"}, "coaches": {"type": "integer"}, "clubs": {"type": "integer"}, "competitions": {"type": "integer"}, "referees": {"type": "integer"}}, "required": ["clubs", "coaches", "competitions", "players", "referees"]}, "players": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "nationImage": {"type": "string"}, "club": {"type": "string"}, "playerImage": {"type": "string"}}, "required": ["alias", "club", "firstName", "id", "lastName", "nationImage", "playerImage", "playerName"]}}, "clubs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "league": {"type": "string"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "name": {"type": "string"}, "logoImage": {"type": "string"}}, "required": ["competitionID", "competitionName", "id", "league", "logoImage", "name"]}}}, "required": ["clubs", "count", "players"]} |
ab742d71-1a08-45be-854a-984674c61f4a/1da03258-cd9f-4c49-be2a-4a3e7d4ec990/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | players/get-achievements | Get achievements of a player | 200 | Response | {"share": {"title": "Mario G\u00f6tze - Erfolgs\u00fcbersicht", "url": "https://www.transfermarkt.de/mario-gotze/erfolge/spieler/74842", "description": "Erfolgs\u00fcbersicht von Mario G\u00f6tze."}, "playerAchievements": [{"title": "Weltmeister", "value": "1x", "additionalData": [{"seasonID": "2013", "clubID": "3262", "competitionID": "WM14", "cycle": null, "competitionTypeID": "11"}]}, {"title": "Champions-League-Teilnehmer", "value": "8x", "additionalData": [{"seasonID": "2018", "clubID": "16", "competitionID": "CL", "cycle": null, "competitionTypeID": "10"}, {"seasonID": "2017", "clubID": "16", "competitionID": "CL", "cycle": null, "competitionTypeID": "10"}, {"seasonID": "2016", "clubID": "16", "competitionID": "CL", "cycle": null, "competitionTypeID": "10"}, {"seasonID": "2015", "clubID": "27", "competitionID": "CL", "cycle": null, "competitionTypeID": "10"}, {"seasonID": "2014", "clubID": "27", "competitionID": "CL", "cycle": null, "competitionTypeID": "10"}, {"seasonID": "2013", "clubID": "27", "competitionID": "CL", "cycle": null, "competitionTypeID": "10"}, {"seasonID": "2012", "clubID": "16", "competitionID": "CL", "cycle": null, "competitionTypeID": "10"}, {"seasonID": "2011", "clubID": "16", "competitionID": "CL", "cycle": null, "competitionTypeID": "10"}]}, {"title": "EM-Teilnehmer", "value": "2x", "additionalData": [{"seasonID": "2015", "clubID": "3262", "competitionID": "EM16", "cycle": "x", "competitionTypeID": "11"}, {"seasonID": "2011", "clubID": "3262", "competitionID": "EM12", "cycle": "x", "competitionTypeID": "11"}]}, {"title": "Europa-League-Teilnehmer", "value": "2x", "additionalData": [{"seasonID": "2017", "clubID": "16", "competitionID": "EL", "cycle": null, "competitionTypeID": "10"}, {"seasonID": "2010", "clubID": "16", "competitionID": "EL", "cycle": null, "competitionTypeID": "10"}]}, {"title": "FIFA-Klub-Weltmeister", "value": "1x", "additionalData": [{"seasonID": "2013", "clubID": "27", "competitionID": "KLUB", "cycle": null, "competitionTypeID": "13"}]}, {"title": "WM-Teilnehmer", "value": "1x", "additionalData": [{"seasonID": "2013", "clubID": "3262", "competitionID": "WM14", "cycle": null, "competitionTypeID": "11"}]}, {"title": "Deutscher Meister", "value": "5x", "additionalData": [{"seasonID": "2015", "clubID": "27", "competitionID": "L1", "cycle": null, "competitionTypeID": "1"}, {"seasonID": "2014", "clubID": "27", "competitionID": "L1", "cycle": null, "competitionTypeID": "1"}, {"seasonID": "2013", "clubID": "27", "competitionID": "L1", "cycle": null, "competitionTypeID": "1"}, {"seasonID": "2011", "clubID": "16", "competitionID": "L1", "cycle": null, "competitionTypeID": "1"}, {"seasonID": "2010", "clubID": "16", "competitionID": "L1", "cycle": null, "competitionTypeID": "1"}]}, {"title": "Deutscher Pokalsieger", "value": "4x", "additionalData": [{"seasonID": "2016", "clubID": "16", "competitionID": "DFB", "cycle": null, "competitionTypeID": "8"}, {"seasonID": "2015", "clubID": "27", "competitionID": "DFB", "cycle": null, "competitionTypeID": "8"}, {"seasonID": "2013", "clubID": "27", "competitionID": "DFB", "cycle": null, "competitionTypeID": "8"}, {"seasonID": "2011", "clubID": "16", "competitionID": "DFB", "cycle": null, "competitionTypeID": "8"}]}, {"title": "Deutscher Superpokalsieger", "value": "1x", "additionalData": [{"seasonID": "2019", "clubID": "16", "competitionID": "DFL", "cycle": null, "competitionTypeID": "9"}]}, {"title": "Bester Jungspieler", "value": "1x", "additionalData": [{"seasonID": "2010", "clubID": "16", "competitionID": "", "cycle": null, "competitionTypeID": null}]}, {"title": "Champions-League-Finalist", "value": "1x", "additionalData": [{"seasonID": "2012", "clubID": "16", "competitionID": "CL", "cycle": null, "competitionTypeID": "10"}]}, {"title": "Deutscher Vizemeister", "value": "2x", "additionalData": [{"seasonID": "2018", "clubID": "16", "competitionID": "L1", "cycle": null, "competitionTypeID": "1"}, {"seasonID": "2012", "clubID": "16", "competitionID": "L1", "cycle": null, "competitionTypeID": "1"}]}, {"title": "Niederl\u00e4ndischer Superpokalsieger", "value": "1x", "additionalData": [{"seasonID": "2021", "clubID": "383", "competitionID": "NLSC", "cycle": null, "competitionTypeID": "9"}]}, {"title": "Deutscher A-Jugend-Meister", "value": "1x", "additionalData": [{"seasonID": "2008", "clubID": "1464", "competitionID": "AJ2", "cycle": null, "competitionTypeID": "7"}]}, {"title": "Gewinner der Fritz-Walter-Medaille in Gold", "value": "2x", "additionalData": [{"seasonID": "2009", "clubID": "16", "competitionID": "", "cycle": null, "competitionTypeID": null}, {"seasonID": "2008", "clubID": "1464", "competitionID": "", "cycle": null, "competitionTypeID": null}]}, {"title": "U17-WM-Teilnehmer", "value": "1x", "additionalData": [{"seasonID": "2009", "clubID": "17662", "competitionID": "U17W", "cycle": null, "competitionTypeID": "17"}]}, {"title": "UEFA-Supercup-Sieger", "value": "1x", "additionalData": [{"seasonID": "2013", "clubID": "27", "competitionID": "USC", "cycle": null, "competitionTypeID": "13"}]}, {"title": "Deutscher B-Jugend.Meister", "value": "1x", "additionalData": [{"seasonID": "2007", "clubID": "21055", "competitionID": "BJ2", "cycle": null, "competitionTypeID": "7"}]}, {"title": "Deutscher Superpokalfinalist", "value": "3x", "additionalData": [{"seasonID": "2013", "clubID": "27", "competitionID": "DFL", "cycle": null, "competitionTypeID": "9"}, {"seasonID": "2012", "clubID": "16", "competitionID": "DFL", "cycle": null, "competitionTypeID": "9"}, {"seasonID": "2011", "clubID": "16", "competitionID": "DFL", "cycle": null, "competitionTypeID": "9"}]}, {"title": "Meister A-Junioren Bundesliga West", "value": "1x", "additionalData": [{"seasonID": "2008", "clubID": "1464", "competitionID": "AJ2", "cycle": null, "competitionTypeID": "7"}]}, {"title": "Meister B-Junioren Bundesliga West", "value": "1x", "additionalData": [{"seasonID": "2007", "clubID": "21055", "competitionID": "BJ2", "cycle": null, "competitionTypeID": "7"}]}, {"title": "U17-Europameister", "value": "1x", "additionalData": [{"seasonID": "2008", "clubID": "17662", "competitionID": "U17E", "cycle": null, "competitionTypeID": "17"}]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "playerAchievements": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "value": {"type": "string"}, "additionalData": {"type": "array", "items": {"type": "object", "properties": {"seasonID": {"type": "string"}, "clubID": {"type": "string"}, "competitionID": {"type": "string"}, "cycle": {"type": ["null", "string"]}, "competitionTypeID": {"type": ["null", "string"]}}, "required": ["clubID", "competitionID", "competitionTypeID", "cycle", "seasonID"]}}}, "required": ["additionalData", "title", "value"]}}}, "required": ["playerAchievements", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/2ee8c0f5-b859-48ab-9a4d-7826a1e05afc/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | players/get-short-info | Get short information of one or more players | 200 | Response | {"player": [{"id": "74842", "name": "Mario G\u00f6tze", "image": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "imageLarge": "https://img.a.transfermarkt.technology/portrait/big/74842-1612898267.jpg?lm=1", "imageSource": "www.psv.nl", "shirtNumber": null, "age": null, "dateOfBirth": null, "heroImage": null, "isGoalkeeper": false, "positions": {"first": {"id": "10", "name": "Offensives Mittelfeld", "shortName": "OM", "group": null}, "second": null, "third": null}, "nationalities": null, "marketValue": null}, {"id": "255755", "name": "Alex Telles", "image": "https://img.a.transfermarkt.technology/portrait/medium/255755-1542105315.png?lm=1", "imageLarge": "https://img.a.transfermarkt.technology/portrait/big/255755-1542105315.png?lm=1", "imageSource": "FC Porto", "shirtNumber": null, "age": null, "dateOfBirth": null, "heroImage": null, "isGoalkeeper": false, "positions": {"first": {"id": "4", "name": "Linker Verteidiger", "shortName": "LV", "group": null}, "second": null, "third": null}, "nationalities": null, "marketValue": null}, {"id": "45660", "name": "E. Choupo-Moting", "image": "https://img.a.transfermarkt.technology/portrait/medium/45660-1602830227.jpg?lm=1", "imageLarge": "https://img.a.transfermarkt.technology/portrait/big/45660-1602830227.jpg?lm=1", "imageSource": "imago images", "shirtNumber": null, "age": null, "dateOfBirth": null, "heroImage": null, "isGoalkeeper": false, "positions": {"first": {"id": "14", "name": "Mittelst\u00fcrmer", "shortName": "MS", "group": null}, "second": null, "third": null}, "nationalities": null, "marketValue": null}, {"id": "39381", "name": "Gareth Bale", "image": "https://img.a.transfermarkt.technology/portrait/medium/39381-1523876433.jpg?lm=1", "imageLarge": "https://img.a.transfermarkt.technology/portrait/big/39381-1523876433.jpg?lm=1", "imageSource": "imago images", "shirtNumber": null, "age": null, "dateOfBirth": null, "heroImage": null, "isGoalkeeper": false, "positions": {"first": {"id": "12", "name": "Rechtsau\u00dfen", "shortName": "RA", "group": null}, "second": null, "third": null}, "nationalities": null, "marketValue": null}, {"id": "157501", "name": "M'Baye Niang", "image": "https://img.a.transfermarkt.technology/portrait/medium/157501-1448983228.jpg?lm=1", "imageLarge": "https://img.a.transfermarkt.technology/portrait/big/157501-1448983228.jpg?lm=1", "imageSource": "imago images", "shirtNumber": null, "age": null, "dateOfBirth": null, "heroImage": null, "isGoalkeeper": false, "positions": {"first": {"id": "14", "name": "Mittelst\u00fcrmer", "shortName": "MS", "group": null}, "second": null, "third": null}, "nationalities": null, "marketValue": null}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"player": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "imageLarge": {"type": "string"}, "imageSource": {"type": "string"}, "shirtNumber": {"type": "null"}, "age": {"type": "null"}, "dateOfBirth": {"type": "null"}, "heroImage": {"type": "null"}, "isGoalkeeper": {"type": "boolean"}, "positions": {"type": "object", "properties": {"first": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "group": {"type": "null"}}, "required": ["group", "id", "name", "shortName"]}, "second": {"type": "null"}, "third": {"type": "null"}}, "required": ["first", "second", "third"]}, "nationalities": {"type": "null"}, "marketValue": {"type": "null"}}, "required": ["age", "dateOfBirth", "heroImage", "id", "image", "imageLarge", "imageSource", "isGoalkeeper", "marketValue", "name", "nationalities", "positions", "shirtNumber"]}}}, "required": ["player"]} |
ab742d71-1a08-45be-854a-984674c61f4a/786cd6b2-e02d-40f8-8f2a-d046dc4cc0fb/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | players/get-transfer-history | Get transfer history of a player | 200 | Response | {"share": {"title": "Mario G\u00f6tze - Transferhistorie", "url": "https://www.transfermarkt.de/mario-gotze/transfers/spieler/74842", "description": "Hier werden alle Transfers von Mario G\u00f6tze angezeigt. Neben dem Zeitpunkt eines Transfers, den beteiligten Vereinen und der Abl\u00f6sesumme, wird auch der Marktwert zum Zeitpunkt des Transfers angegeben."}, "futureTransfer": [], "transferHistory": [{"playerID": "74842", "oldClubID": "16", "oldClubName": "Bor. Dortmund", "oldClubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "newClubID": "383", "newClubName": "PSV Eindhoven", "newClubImage": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "transferFeeValue": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "playerName": "Mario G\u00f6tze", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "countryID": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "loan": "", "date": "06.10.2020", "season": "20/21", "newClubCountryName": "Niederlande", "newClubCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/122.png?lm=1520611569"}, {"playerID": "74842", "oldClubID": "27", "oldClubName": "FC Bayern", "oldClubImage": "https://tmssl.akamaized.net/images/wappen/medium/27_1498251266.png?lm=1498251266", "newClubID": "16", "newClubName": "Bor. Dortmund", "newClubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "transferFeeValue": "22,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "playerName": "Mario G\u00f6tze", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "countryID": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "loan": "", "date": "21.07.2016", "season": "16/17", "newClubCountryName": "Deutschland", "newClubCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}, {"playerID": "74842", "oldClubID": "16", "oldClubName": "Bor. Dortmund", "oldClubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "newClubID": "27", "newClubName": "FC Bayern", "newClubImage": "https://tmssl.akamaized.net/images/wappen/medium/27_1498251266.png?lm=1498251266", "transferFeeValue": "37,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "playerName": "Mario G\u00f6tze", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "countryID": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "loan": "", "date": "01.07.2013", "season": "13/14", "newClubCountryName": "Deutschland", "newClubCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}, {"playerID": "74842", "oldClubID": "1464", "oldClubName": "B. Dortmund U19", "oldClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1464.png?lm=1396275305", "newClubID": "16", "newClubName": "Bor. Dortmund", "newClubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "transferFeeValue": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "playerName": "Mario G\u00f6tze", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "countryID": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "loan": "", "date": "01.07.2010", "season": "10/11", "newClubCountryName": "Deutschland", "newClubCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}, {"playerID": "74842", "oldClubID": "21055", "oldClubName": "B. Dortmund U17", "oldClubImage": "https://tmssl.akamaized.net/images/wappen/medium/21055.png?lm=1396275283", "newClubID": "1464", "newClubName": "B. Dortmund U19", "newClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1464.png?lm=1396275305", "transferFeeValue": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "playerName": "Mario G\u00f6tze", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "countryID": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "loan": "", "date": "01.07.2008", "season": "08/09", "newClubCountryName": "Deutschland", "newClubCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}, {"playerID": "74842", "oldClubID": "11896", "oldClubName": "Dortmund Jgd.", "oldClubImage": "https://tmssl.akamaized.net/images/wappen/medium/11896.png?lm=1396275305", "newClubID": "21055", "newClubName": "B. Dortmund U17", "newClubImage": "https://tmssl.akamaized.net/images/wappen/medium/21055.png?lm=1396275283", "transferFeeValue": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "playerName": "Mario G\u00f6tze", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "countryID": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "loan": "", "date": "01.07.2007", "season": "07/08", "newClubCountryName": "Deutschland", "newClubCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}, {"playerID": "74842", "oldClubID": "42279", "oldClubName": "Hombr. SV Jgd.", "oldClubImage": "https://tmssl.akamaized.net/images/wappen/medium/42279.png?lm=1552167945", "newClubID": "11896", "newClubName": "Dortmund Jgd.", "newClubImage": "https://tmssl.akamaized.net/images/wappen/medium/11896.png?lm=1396275305", "transferFeeValue": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "playerName": "Mario G\u00f6tze", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "countryID": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "loan": "", "date": "01.07.2001", "season": "01/02", "newClubCountryName": "Deutschland", "newClubCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}, {"playerID": "74842", "oldClubID": "42283", "oldClubName": "Ronsberg Jgd.", "oldClubImage": "https://tmssl.akamaized.net/images/wappen/medium/42283.png?lm=1461357610", "newClubID": "42279", "newClubName": "Hombr. SV Jgd.", "newClubImage": "https://tmssl.akamaized.net/images/wappen/medium/42279.png?lm=1552167945", "transferFeeValue": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "playerName": "Mario G\u00f6tze", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "countryID": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "loan": "", "date": "01.07.1998", "season": "98/99", "newClubCountryName": "Deutschland", "newClubCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "futureTransfer": {"type": "array"}, "transferHistory": {"type": "array", "items": {"type": "object", "properties": {"playerID": {"type": "string"}, "oldClubID": {"type": "string"}, "oldClubName": {"type": "string"}, "oldClubImage": {"type": "string"}, "newClubID": {"type": "string"}, "newClubName": {"type": "string"}, "newClubImage": {"type": "string"}, "transferFeeValue": {"type": "string"}, "transferFeeCurrency": {"type": "string"}, "transferFeeNumeral": {"type": "string"}, "playerName": {"type": "string"}, "playerImage": {"type": "string"}, "countryID": {"type": "string"}, "countryImage": {"type": "string"}, "loan": {"type": "string"}, "date": {"type": "string"}, "season": {"type": "string"}, "newClubCountryName": {"type": "string"}, "newClubCountryImage": {"type": "string"}}, "required": ["countryID", "countryImage", "date", "loan", "newClubCountryImage", "newClubCountryName", "newClubID", "newClubImage", "newClubName", "oldClubID", "oldClubImage", "oldClubName", "playerID", "playerImage", "playerName", "season", "transferFeeCurrency", "transferFeeNumeral", "transferFeeValue"]}}}, "required": ["futureTransfer", "share", "transferHistory"]} |
ab742d71-1a08-45be-854a-984674c61f4a/9c359716-8e36-4ac8-b9c0-51eb50764054/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | players/get-profile | Get player profile | 200 | Response | {"share": {"title": "Mario G\u00f6tze - Spielerprofil", "url": "https://www.transfermarkt.de/mario-gotze/profil/spieler/74842", "description": "Das ist das Spielerprofil von Mario G\u00f6tze."}, "playerProfile": {"playerID": "74842", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "playerName": "Mario G\u00f6tze", "playerFullName": "Mario G\u00f6tze", "birthplace": "Memmingen", "dateOfBirth": "03.06.1992", "dateOfDeath": null, "playerShirtNumber": "27", "birthplaceCountry": "Deutschland", "birthplaceCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "age": "29", "height": "1,76", "foot": "rechts", "internationalTeam": "Deutschland", "internationalTeamImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "internationalTeamStatus": "Ehem. Nationalspieler", "internationalGames": "63", "internationalGoals": "17", "internationalTeamShortTag": "A", "internationalShirtNumber": "19", "internationalWmMember": false, "internationalValueRank": 186, "country": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "countryShortName": "GER", "secondCountry": "", "secondCountryImage": "", "league": "Eredivisie", "leagueLogo": "https://tmssl.akamaized.net/images/logo/normal/nl1.png?lm=1629726381", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "club": "PSV Eindhoven", "clubID": "383", "loan": {"loan": "", "loanStart": "", "loanUntil": "", "contractOptions": "", "ownerName": "", "ownerID": "", "ownerImage": "", "ownerContractUntil": ""}, "contractExpiryDate": "30.06.2024", "agent": "Sports360 GmbH", "agentId": "199", "outfitter": "", "positionGroup": "Mittelfeld", "playerMainPosition": "Offensives Mittelfeld", "playerSecondPosition": "Rechtsau\u00dfen", "playerThirdPosition": "Linksau\u00dfen", "marketValue": "12,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueLastChange": "05.01.2021", "relatedness": [{"id": "35203", "personName": "Fabian G\u00f6tze", "personGroup": "spieler", "personID": "32919", "degreeOfRelationship": "Bruder"}, {"id": "330635", "personName": "Felix G\u00f6tze", "personGroup": "spieler", "personID": "369268", "degreeOfRelationship": "Bruder"}], "injury": {"id": "", "title": "", "until": "-", "rehabilitationFlag": ""}, "absence": {"id": "", "title": "", "until": "-", "competitionID": "", "matches": ""}, "allSuspensions": []}, "performanceSeasons": [{"key": "2021", "title": "21/22"}, {"key": "2020", "title": "20/21"}, {"key": "2019", "title": "19/20"}, {"key": "2018", "title": "18/19"}, {"key": "2017", "title": "17/18"}, {"key": "2016", "title": "16/17"}, {"key": "2015", "title": "15/16"}, {"key": "2014", "title": "14/15"}, {"key": "2013", "title": "13/14"}, {"key": "2012", "title": "12/13"}, {"key": "2011", "title": "11/12"}, {"key": "2010", "title": "10/11"}, {"key": "2009", "title": "09/10"}, {"key": "2008", "title": "08/09"}, {"key": "2007", "title": "07/08"}, {"key": "2006", "title": "06/07"}], "heroImages": [{"id": "78639", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-psv-eindhoven-2022-1642355598-78639.jpg?lm=1642355611", "source": "imago images"}, {"id": "70452", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-psv-eindhoven-2021-1630908878-70452.jpg?lm=1630908887", "source": "imago images"}, {"id": "50810", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-psv-endhoven-1604911166-50810.jpg?lm=1604911184", "source": "imago images"}, {"id": "49405", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-psv-eindhoven-1603039280-49405.jpg?lm=1603039291", "source": "imago images"}, {"id": "48751", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-psv-eindhoven-prasentation-1602164085-48751.jpg?lm=1602164121", "source": "imago images"}, {"id": "48285", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-borussia-dortmund-bvb-2019-1601640976-48285.jpg?lm=1601640998", "source": "imago images"}, {"id": "32104", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-bvb-2020-1582276276-32104.jpg?lm=1582276289", "source": "imago images"}, {"id": "20784", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-borussia-dortmund-1551521035-20784.jpg?lm=1551521044", "source": "imago images"}, {"id": "981", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1404399353-981.jpg?lm=1483605537", "source": "Getty Images"}, {"id": "12797", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gtze-borussia-dortmund-1511090764-12797.jpg?lm=1511090784", "source": "imago images"}, {"id": "8497", "url": "https://tmssl.akamaized.net/images/foto/normal/gtze-draxler-1487599779-8497.jpg?lm=1487599805", "source": "imago images"}, {"id": "5050", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1457018379-5050.jpg?lm=1483606025", "source": "imago images"}, {"id": "5049", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1457018318-5049.jpg?lm=1483606025", "source": "imago images"}, {"id": "5048", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1457018271-5048.jpg?lm=1483606025", "source": "imago images"}, {"id": "5047", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1457018247-5047.jpg?lm=1483606025", "source": "imago images"}, {"id": "980", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1404399251-980.jpg?lm=1483605537", "source": "Getty Images"}, {"id": "979", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1404399210-979.jpg?lm=1483605537", "source": "Getty Images"}, {"id": "978", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1404399171-978.jpg?lm=1483605537", "source": "Getty Images"}, {"id": "977", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1404399139-977.jpg?lm=1483605537", "source": "Getty Images"}, {"id": "741", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1402672588-741.jpg?lm=1483605517", "source": "Getty Images"}, {"id": "5924", "url": "https://tmssl.akamaized.net/images/foto/normal/mario-gotze-1471947283-5924.jpg?lm=1483606124", "source": "imago images"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "playerProfile": {"type": "object", "properties": {"playerID": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "playerFullName": {"type": "string"}, "birthplace": {"type": "string"}, "dateOfBirth": {"type": "string"}, "dateOfDeath": {"type": "null"}, "playerShirtNumber": {"type": "string"}, "birthplaceCountry": {"type": "string"}, "birthplaceCountryImage": {"type": "string"}, "age": {"type": "string"}, "height": {"type": "string"}, "foot": {"type": "string"}, "internationalTeam": {"type": "string"}, "internationalTeamImage": {"type": "string"}, "internationalTeamStatus": {"type": "string"}, "internationalGames": {"type": "string"}, "internationalGoals": {"type": "string"}, "internationalTeamShortTag": {"type": "string"}, "internationalShirtNumber": {"type": "string"}, "internationalWmMember": {"type": "boolean"}, "internationalValueRank": {"type": "integer"}, "country": {"type": "string"}, "countryImage": {"type": "string"}, "countryShortName": {"type": "string"}, "secondCountry": {"type": "string"}, "secondCountryImage": {"type": "string"}, "league": {"type": "string"}, "leagueLogo": {"type": "string"}, "clubImage": {"type": "string"}, "club": {"type": "string"}, "clubID": {"type": "string"}, "loan": {"type": "object", "properties": {"loan": {"type": "string"}, "loanStart": {"type": "string"}, "loanUntil": {"type": "string"}, "contractOptions": {"type": "string"}, "ownerName": {"type": "string"}, "ownerID": {"type": "string"}, "ownerImage": {"type": "string"}, "ownerContractUntil": {"type": "string"}}, "required": ["contractOptions", "loan", "loanStart", "loanUntil", "ownerContractUntil", "ownerID", "ownerImage", "ownerName"]}, "contractExpiryDate": {"type": "string"}, "agent": {"type": "string"}, "agentId": {"type": "string"}, "outfitter": {"type": "string"}, "positionGroup": {"type": "string"}, "playerMainPosition": {"type": "string"}, "playerSecondPosition": {"type": "string"}, "playerThirdPosition": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "marketValueLastChange": {"type": "string"}, "relatedness": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "personName": {"type": "string"}, "personGroup": {"type": "string"}, "personID": {"type": "string"}, "degreeOfRelationship": {"type": "string"}}, "required": ["degreeOfRelationship", "id", "personGroup", "personID", "personName"]}}, "injury": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "until": {"type": "string"}, "rehabilitationFlag": {"type": "string"}}, "required": ["id", "rehabilitationFlag", "title", "until"]}, "absence": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "until": {"type": "string"}, "competitionID": {"type": "string"}, "matches": {"type": "string"}}, "required": ["competitionID", "id", "matches", "title", "until"]}, "allSuspensions": {"type": "array"}}, "required": ["absence", "age", "agent", "agentId", "allSuspensions", "birthplace", "birthplaceCountry", "birthplaceCountryImage", "club", "clubID", "clubImage", "contractExpiryDate", "country", "countryImage", "countryShortName", "dateOfBirth", "dateOfDeath", "foot", "height", "injury", "internationalGames", "internationalGoals", "internationalShirtNumber", "internationalTeam", "internationalTeamImage", "internationalTeamShortTag", "internationalTeamStatus", "internationalValueRank", "internationalWmMember", "league", "leagueLogo", "loan", "marketValue", "marketValueCurrency", "marketValueLastChange", "marketValueNumeral", "outfitter", "playerFullName", "playerID", "playerImage", "playerMainPosition", "playerName", "playerSecondPosition", "playerShirtNumber", "playerThirdPosition", "positionGroup", "relatedness", "secondCountry", "secondCountryImage"]}, "performanceSeasons": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}}, "required": ["key", "title"]}}, "heroImages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["id", "source", "url"]}}}, "required": ["heroImages", "performanceSeasons", "playerProfile", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/1b756f70-ea4d-4cc2-b4a5-0152e22a6aef/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | players/get-performance-detail | Get player performance detail by specific season and competition | 200 | Response | {"deliveredSeasonID": "2021", "competitionPerformanceSummery": [{"competition": {"id": "NL1", "name": "Eredivisie", "shortName": "Eredivisie", "image": "https://tmssl.akamaized.net/images/logo/normal/nl1.png?lm=1629726381", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "3", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 1435, "penaltyGoals": "0", "minutesPerGoal": 717.5, "matches": "19", "goals": "2", "assists": "2", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}, {"competition": {"id": "CLQ", "name": "UEFA Champions League-Qualifikation", "shortName": "CL-Quali", "image": "https://tmssl.akamaized.net/images/logo/normal/clq.png?lm=1626812672", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "0", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 526, "penaltyGoals": "0", "minutesPerGoal": 175.33333333333, "matches": "6", "goals": "3", "assists": "1", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}, {"competition": {"id": "EL", "name": "Europa League", "shortName": "Europa League", "image": "https://tmssl.akamaized.net/images/logo/normal/el.png?lm=1626811059", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "1", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 421, "penaltyGoals": "0", "minutesPerGoal": 421, "matches": "5", "goals": "1", "assists": "3", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}, {"competition": {"id": "NLP", "name": "KNVB beker", "shortName": "KNVB beker", "image": "https://tmssl.akamaized.net/images/logo/normal/nlp.png?lm=1400794139", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "0", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 173, "penaltyGoals": "0", "minutesPerGoal": 86.5, "matches": "3", "goals": "2", "assists": "1", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}, {"competition": {"id": "NLSC", "name": "Johan Cruijff Schaal", "shortName": "Johan Cruijff Schaal", "image": "https://tmssl.akamaized.net/images/logo/normal/nlsc.png?lm=1500105989", "leagueLevel": null, "isTournament": null}, "performance": {"ownGoals": "0", "yellowCards": "0", "yellowRedCards": "0", "redCards": "0", "minutesPlayed": 90, "penaltyGoals": "0", "minutesPerGoal": 90, "matches": "1", "goals": "1", "assists": "0", "toNil": 0, "concededGoals": 0, "isGoalkeeper": null}, "clubs": [{"id": "383", "name": "PSV Eindhoven", "fullName": "PSV Eindhoven", "image": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "nationalTeam": "", "flag": null, "marketValue": null, "mainCompetition": null}]}], "share": {"title": "Mario G\u00f6tze - Leistungsdaten", "url": "https://www.transfermarkt.de/mario-gotze/leistungsdaten/spieler/74842", "image": null, "description": "Diese Seite enth\u00e4lt eine Statistik \u00fcber die detaillierten Leistungsdaten von Mario G\u00f6tze."}, "seasons": [{"key": "2021", "title": "21/22"}, {"key": "2020", "title": "20/21"}, {"key": "2019", "title": "19/20"}, {"key": "2018", "title": "18/19"}, {"key": "2017", "title": "17/18"}, {"key": "2016", "title": "16/17"}, {"key": "2015", "title": "15/16"}, {"key": "2014", "title": "14/15"}, {"key": "2013", "title": "13/14"}, {"key": "2012", "title": "12/13"}, {"key": "2011", "title": "11/12"}, {"key": "2010", "title": "10/11"}, {"key": "2009", "title": "09/10"}, {"key": "2008", "title": "08/09"}, {"key": "2007", "title": "07/08"}, {"key": "2006", "title": "06/07"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"deliveredSeasonID": {"type": "string"}, "competitionPerformanceSummery": {"type": "array", "items": {"type": "object", "properties": {"competition": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "image": {"type": "string"}, "leagueLevel": {"type": "null"}, "isTournament": {"type": "null"}}, "required": ["id", "image", "isTournament", "leagueLevel", "name", "shortName"]}, "performance": {"type": "object", "properties": {"ownGoals": {"type": "string"}, "yellowCards": {"type": "string"}, "yellowRedCards": {"type": "string"}, "redCards": {"type": "string"}, "minutesPlayed": {"type": "integer"}, "penaltyGoals": {"type": "string"}, "minutesPerGoal": {"type": "number"}, "matches": {"type": "string"}, "goals": {"type": "string"}, "assists": {"type": "string"}, "toNil": {"type": "integer"}, "concededGoals": {"type": "integer"}, "isGoalkeeper": {"type": "null"}}, "required": ["assists", "concededGoals", "goals", "isGoalkeeper", "matches", "minutesPerGoal", "minutesPlayed", "ownGoals", "penaltyGoals", "redCards", "toNil", "yellowCards", "yellowRedCards"]}, "clubs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "fullName": {"type": "string"}, "image": {"type": "string"}, "nationalTeam": {"type": "string"}, "flag": {"type": "null"}, "marketValue": {"type": "null"}, "mainCompetition": {"type": "null"}}, "required": ["flag", "fullName", "id", "image", "mainCompetition", "marketValue", "name", "nationalTeam"]}}}, "required": ["clubs", "competition", "performance"]}}, "share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "image": {"type": "null"}, "description": {"type": "string"}}, "required": ["description", "image", "title", "url"]}, "seasons": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}}, "required": ["key", "title"]}}}, "required": ["competitionPerformanceSummery", "deliveredSeasonID", "seasons", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/ed09959f-6bdc-4f38-ad1c-3bb2534c4728/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | news/detail | Get detail of specific news | 200 | Response | {"news": {"id": "372889", "headline": "Saint-Maximin verl\u00e4ngert vorzeitig bei Newcastle United \u2013 \u201eEr kann es sehr weit schaffen\u201c", "source": "Newcastle United", "timestamp": 1602695557, "firstImage": "https://img.a.transfermarkt.technology/portrait/medium/272642-1557495119.png?lm=1", "secondImage": "https://tmssl.akamaized.net/images/wappen/medium/762.png?lm=1472921161", "heroImage": "https://tmssl.akamaized.net/images/foto/galerie/allan-saint-maximin-newcastle-1589879184-39064.jpg?lm=1589879201", "heroImageSource": "imago images", "categoryID": "0", "categoryTag": "News", "threadUrl": "https://www.transfermarkt.de/newsforum/thread/forum/228/thread_id/127644/from/newsansicht", "countReplies": "4", "text": {"text-0": "<a href=\"/DE_DE/player/272642\">Allan Saint-Maximin</a> hat seinen bis 2025 laufenden Vertrag bei <a href=\"/DE_DE/club/762\">Newcastle United</a> frühzeitig verlängert. Wie die „Magpies“ am Mittwoch bekannt gaben, läuft das neue Arbeitspapier des ehemaligen <a href=\"/DE_DE/club/42\">Hannover</a>–Profis bis zum 30.06.2026.", "text-1": "<widget data-category=\"playerMarketValueBox\" data-id=\"playerMarketValueBox_708290537\"/>", "text-2": "„Ich habe für eine Menge Klubs gespielt – Monaco, Nizza, in Deutschland – aber in Newcastle fühle ich mich wirklich zuhause. Die Fans zeigen mir sehr viel Liebe, genau wie der Trainer und meine Mitspieler auf dem Feld. Das war zwar auch bei jedem anderen Verein der Fall, aber hier ist es etwas ganz besonderes. Wenn ich den Fans also mit dieser Vertragsverlängerung etwas zurückgeben kann, bin ich sehr zufrieden“, sagte der Linksaußen, der <a href=\"/DE_DE/articleDetails/372741\" target=\"_blank\">beim jüngsten Marktwert-Update der Premier League</a> zu den größten Gewinnern zählte.", "text-3": "<widget data-category=\"gallery\" data-id=\"gallery_339032155\"/>", "text-4": "Newcastles Trainer <a title=\"Steve Bruce\" href=\"/api/profile/AppStaff/447\">Steve Bruce</a> fügte an: „Wir sind sehr glücklich, dass er sich für so lange Zeit an den Klub gebunden hat. Wir sind überglücklich, er ist überglücklich, und ich denke auch die Fans werden froh über diese Nachricht sein. Allan weiß nun, worauf es in der Premier League ankommt, und hat die Welt zu seinen Füßen liegen. Er kann es sehr weit schaffen, weil er das absolute Talent dazu hat.“", "text-5": "<widget data-category=\"socialBox\" data-id=\"socialBox_524840157\"/>"}, "widgetData": {"playerMarketValueBox_708290537": {"player": {"id": "272642", "name": "A. Saint-Maximin", "image": "https://img.a.transfermarkt.technology/portrait/medium/272642-1557495119.png?lm=1", "position": "Linksau\u00dfen", "age": null, "contractUntil": null, "isGoalkeeper": false, "marketValue": {"progression": 1, "unformatted": 32000000, "value": "32,00", "currency": "\u20ac", "numeral": "Mio."}}, "displayChart": false}, "socialBox_524840157": {"embeddedCode": "<blockquote class=\"twitter-tweet\"><p lang=\"und\" dir=\"ltr\"> <a href=\"https://t.co/cqoiPx2s0e\">pic.twitter.com/cqoiPx2s0e</a></p>\u2014 Newcastle United FC (@NUFC) <a href=\"https://twitter.com/NUFC/status/1316423283236106241?ref_src=twsrc%5Etfw\">October 14, 2020</a></blockquote> <script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>"}, "gallery_339032155": {"id": "1806", "url": "https://www.transfermarkt.de/die-grossten-gewinner-des-premier-league-marktwert-updates/index/galerie/1806", "title": "Die gr\u00f6\u00dften Gewinner des Premier League Marktwert-Updates", "images": [{"id": "47565", "title": "60 Matt Doherty - Tottenham - Neuer Marktwert: 20 Mio. \u20ac (+4 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/matt-doherty-tottenham-hotspur-1600607619-47565.jpg?lm=1600607630"}, {"id": "38447", "title": "59 Fikayo Tomori - FC Chelsea - Neuer Marktwert: 20 Mio. \u20ac (+4 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/tomori-chelsea-1589376990-38447.jpg?lm=1589376984"}, {"id": "26000", "title": "58 Eric Garc\u00eda - Manchester City - Neuer Marktwert: 20 Mio. \u20ac (+4 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/eric-garcia-manchester-city-januar-2019-1569334924-26000.jpg?lm=1569334935"}, {"id": "29092", "title": "57 Granit Xhaka - FC Arsenal - Neuer Marktwert: 28 Mio. \u20ac (+4 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/granit-xhaka-arsenal-1577954052-29092.jpg?lm=1577954069"}, {"id": "39064", "title": "56 Allan Saint-Maximin - Newcastle United - Neuer Marktwert: 32 Mio. \u20ac (+4 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/allan-saint-maximin-newcastle-1589879184-39064.jpg?lm=1589879201"}, {"id": "44427", "title": "55 Kieran Tierney - FC Arsenal - Neuer Marktwert: 32 Mio. \u20ac (+4 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/kieran-tierney-arsenal-fc-1596023621-44427.jpg?lm=1596023593"}, {"id": "38561", "title": "54 Fabinho - FC Liverpool - Neuer Marktwert: 60 Mio. \u20ac (+4 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/fabinho-1589452334-38561.jpg?lm=1589452355"}, {"id": "47604", "title": "53 Gabriel Jesus - Manchester City - Neuer Marktwert: 60 Mio. \u20ac (+4 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/gabriel-jesus-manchester-city-1600757647-47604.jpg?lm=1600757663"}, {"id": "23446", "title": "52 Tyrone Mings - Aston Villa - Neuer Marktwert: 27 Mio. \u20ac (+4,5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/tyrone-mings-aston-villa-1562605412-23446.jpg?lm=1562605442"}, {"id": "38669", "title": "51 Mason Mount - FC Chelsea - Neuer Marktwert: 45 Mio. \u20ac (+4,5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/mason-mount-vom-fc-chelsea-1589550217-38669.jpg?lm=1589550216"}, {"id": "44608", "title": "50 Steven Alzate - Brighton & Hove - Neuer Marktwert: 7 Mio. \u20ac (+4,7 Mio. \u20ac)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/steven-alzate-brighton-1596211489-44608.jpg?lm=1596211445"}, {"id": "48965", "title": "49 Tyrick Mitchell - Crystal Palace - Neuer Marktwert: 5 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/tyrick-mitchell-crystal-palace-1602499082-48965.jpg?lm=1602499234"}, {"id": "12437", "title": "48 Eddie Nketiah - FC Arsenal - Neuer Marktwert: 20 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/edward-nketiah-fc-arsenal-1508913094-12437.jpg?lm=1508913142"}, {"id": "38581", "title": "47 Daniel Podence - Wolverhampton - Neuer Marktwert: 22 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/daniel-podence-1589455947-38581.jpg?lm=1589455997"}, {"id": "48972", "title": "46 Pierre-Emile H\u00f6jbjerg - Tottenham - Neuer Marktwert: 25 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/pierre-emile-hojbjerg-tottenham-hotspur-1602502399-48972.jpg?lm=1602502424"}, {"id": "48966", "title": "45 Abdoulaye Doucour\u00e9 - FC Everton - Neuer Marktwert: 25 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/abdoulaye-doucoure-fc-everton-1602499380-48966.jpg?lm=1602499395"}, {"id": "38958", "title": "44 Douglas Luiz - Aston Villa - Neuer Marktwert: 27 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/douglas-luiz-von-aston-villa-1589800448-38958.jpg?lm=1589800444"}, {"id": "46505", "title": "43 Adama Traor\u00e9 - Wolverhampton - Neuer Marktwert: 40 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/adama-traore-wolverhampton-wanderers-1598959842-46505.jpg?lm=1598959821"}, {"id": "32334", "title": "42 Bukayo Saka - FC Arsenal - Neuer Marktwert: 40 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/bukayo-saka-arsenal-januar-2020-1582630494-32334.jpg?lm=1582630503"}, {"id": "33461", "title": "41 Jack Grealish - Aston Villa - Neuer Marktwert: 45 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/jack-grealish-aston-villa-1583849087-33461.jpg?lm=1583849100"}, {"id": "38668", "title": "40 Mateo Kovacic - FC Chelsea - Neuer Marktwert: 45 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/mateo-kovacic-vom-fc-chelsea-1589550006-38668.jpg?lm=1589550005"}, {"id": "43104", "title": "39 Mason Greenwood - Manchester United - Neuer Marktwert: 50 Mio. \u20ac (+5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/mason-greenwood-manchester-united-1594361425-43104.jpg?lm=1594361415"}, {"id": "37217", "title": "38 Facundo Pellistri - Manchester United - Neuer Marktwert: 7 Mio. \u20ac (+5,2 Mio. \u20ac) ", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/facundo-pellistri-ca-penarol-1588063526-37217.jpg?lm=1588063542"}, {"id": "38849", "title": "37 Declan Rice - West Ham United - Neuer Marktwert: 55 Mio. \u20ac (+5,5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/declan-rice-1589794490-38849.jpg?lm=1589794491"}, {"id": "47987", "title": "36 Timothy Castagne - Leicester City - Neuer Marktwert: 24 Mio. \u20ac (+6 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/timothy-castagne-leicester-1601305553-47987.jpg?lm=1601305568"}, {"id": "37643", "title": "35 Harvey Barnes - Leicester City - Neuer Marktwert: 28 Mio. \u20ac (+6 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/harvey-barnes-im-trikot-von-leicester-city-1588596041-37643.jpg?lm=1588596041"}, {"id": "38823", "title": "34 Wilfried Zaha - Crystal Palace - Neuer Marktwert: 50 Mio. \u20ac (+6 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/wilfried-zaha-1589793273-38823.jpg?lm=1589793274"}, {"id": "46590", "title": "33 Timo Werner - FC Chelsea - Neuer Marktwert: 70 Mio. \u20ac (+6 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/timo-werner-im-trikot-des-fc-chelsea-1599048868-46590.jpg?lm=1599048850"}, {"id": "48967", "title": "32 Harrison Reed - FC Fulham \u2013 Neuer Marktwert: 9 Mio. \u20ac (+6,6 Mio. \u20ac)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/harrison-reed-fc-fulham-1602499838-48967.jpg?lm=1602499866"}, {"id": "38582", "title": "31 Pedro Neto - Wolverhampton - Neuer Marktwert: 22 Mio. \u20ac (+7 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/pedro-neto-1589456143-38582.jpg?lm=1589456149"}, {"id": "38449", "title": "30 Conor Coady - Wolverhampton - Neuer Marktwert: 25 Mio. \u20ac (+7 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/conor-coady-wolverhampton-1589377216-38449.jpg?lm=1589377210"}, {"id": "25678", "title": "29 Lewis Dunk - Brighton & Hove - Neuer Marktwert: 27 Mio. \u20ac (+7 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/lewis-dunk-von-brighton-hove-albion-1568285536-25678.jpg?lm=1568285544"}, {"id": "48968", "title": "28 Matty Cash - Aston Villa - Neuer Marktwert: 12 Mio. \u20ac (+7,2 Mio. \u20ac)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/matty-cash-aston-villa-1602500001-48968.jpg?lm=1602500021"}, {"id": "46803", "title": "27 Grady Diangana - West Bromwich - Neuer Marktwert: 12 Mio. \u20ac (+7,5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/grady-diangana-west-bromwich-albion-1599294378-46803.jpg?lm=1599294369"}, {"id": "43595", "title": "26 Reece James - FC Chelsea - Neuer Marktwert: 30 Mio. \u20ac (+7,5 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/reece-james-im-trikot-des-chelsea-fc-1594887033-43595.jpg?lm=1594886998"}, {"id": "39005", "title": "25 Michael Keane - FC Everton - Neuer Marktwert: 28 Mio. \u20ac (+8 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/michael-keane-1589804082-39005.jpg?lm=1589804090"}, {"id": "47939", "title": "24 Gabriel - FC Arsenal - Neuer Marktwert: 28 Mio. \u20ac (+8 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/gabriel-arsenal-1601282272-47939.jpg?lm=1601282290"}, {"id": "44343", "title": "23 James Tarkowski - FC Burnley - Neuer Marktwert: 28 Mio. \u20ac (+8 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/james-tarkowski-bei-burnley-1595942568-44343.jpg?lm=1595942536"}, {"id": "27960", "title": "22 Richarlison - FC Everton - Neuer Marktwert: 60 Mio. \u20ac (+8 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/richarlison-fc-everton-1575395869-27960.jpg?lm=1575395911"}, {"id": "41205", "title": "21 Alisson - FC Liverpool - Neuer Marktwert: 80 Mio. \u20ac (+8 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/alisson-abwurf-1591886153-41205.jpg?lm=1591886134"}, {"id": "47963", "title": "20 Eberechi Eze - Crystal Palace - Neuer Marktwert: 18 Mio. \u20ac (+9 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/eberechi-eze-crystal-1601298457-47963.jpg?lm=1601298468"}, {"id": "28828", "title": "19 Ben Godfrey - FC Everton - Neuer Marktwert: 25 Mio. \u20ac (+9 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/ben-godfrey-norwich-city-1576858224-28828.jpg?lm=1576858243"}, {"id": "48969", "title": "18 Ben White - Brighton & Hove - Neuer Marktwert: 15 Mio. \u20ac (+9,5 Mio. \u20ac)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/ben-white-brighton-hove-albion-1602500305-48969.jpg?lm=1602500316"}, {"id": "26826", "title": "17 Rhian Brewster - Sheffield United - Neuer Marktwert: 15 Mio. \u20ac (+9,6 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/rhian-brewster-fc-liverpool-1571823826-26826.jpg?lm=1571823834"}, {"id": "44428", "title": "16 Tariq Lamptey - Brighton & Hove - Neuer Marktwert: 18 Mio. \u20ac (+10 Mio. \u20ac)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/tariq-lamptey-brighton-hove-albion-1596024460-44428.jpg?lm=1596024411"}, {"id": "26635", "title": "15 Kalvin Philipps - Leeds United - Neuer Marktwert: 22 Mio. \u20ac (+10 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/kalvin-philipps-leeds-united-1571304928-26635.jpg?lm=1571304953"}, {"id": "39875", "title": "14 Thomas - FC Arsenal - Neuer Marktwert: 50 Mio. \u20ac (+10 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/thomas-atletico-1590674753-39875.jpg?lm=1590674740"}, {"id": "48022", "title": "13 Ben Chilwell - FC Chelsea - Neuer Marktwert: 50 Mio. \u20ac (+10 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/ben-chilwell-chelsea-1601366332-48022.jpg?lm=1601366346"}, {"id": "33631", "title": "12 Bruno Fernandes - Manchester United - Neuer Marktwert: 80 Mio. \u20ac (+10 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/bruno-fernandes-manchester-united-1584088715-33631.jpg?lm=1584088726"}, {"id": "36585", "title": "11 Diogo Jota - FC Liverpool - Neuer Marktwert: 40 Mio. \u20ac (+12 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/diogo-jota-im-wolverhampton-trikot-1587114795-36585.jpg?lm=1587114807"}, {"id": "47948", "title": "10 Nathan Ak\u00e9 - Manchester City - Neuer Marktwert: 40 Mio. \u20ac (+12 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/nathan-ake-city-1601288249-47948.jpg?lm=1601288265"}, {"id": "31263", "title": "9 Heung-min Son - Tottenham - Neuer Marktwert: 75 Mio. \u20ac (+11 Mio.) ", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/heung-min-son-tottenham-spurs-1580968746-31263.jpg?lm=1580968763"}, {"id": "38558", "title": "8 Andrew Robertson - FC Liverpool - Neuer Marktwert: 75 Mio. \u20ac (+11 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/andrew-robertson-1589452086-38558.jpg?lm=1589452153"}, {"id": "29376", "title": "7 Wesley Fofana - Leicester City - Neuer Marktwert: 22,5 Mio. \u20ac (+12,5 Mio. \u20ac)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/wesley-fofana-as-saint-etienne-1578512976-29376.jpg?lm=1578512988"}, {"id": "48970", "title": "6 Edouard Mendy - FC Chelsea - Neuer Marktwert: 20 Mio. \u20ac (+13 Mio. \u20ac)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/edouard-mendy-fc-chelsea-1602500742-48970.jpg?lm=1602500761"}, {"id": "47502", "title": "5 F\u00e1bio Silva - Wolverhampton - Neuer Marktwert: 25 Mio. \u20ac (+13 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/fabio-silva-wolves-1600423128-47502.jpg?lm=1600423144"}, {"id": "48849", "title": "4 R\u00faben Dias - Manchester City - Neuer Marktwert: 50 Mio. \u20ac (+15 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/ruben-dias-portugal-1602252492-48849.jpg?lm=1602252505"}, {"id": "48971", "title": "3 Dominic Calvert-Lewin - FC Everton - Neuer Marktwert: 40 Mio. \u20ac (+16 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/dominic-calvert-lewin-fc-everton-1602500885-48971.jpg?lm=1602500905"}, {"id": "48345", "title": "2 Ollie Watkins - Aston Villa - Neuer Marktwert: 30 Mio. \u20ac (+18 Mio. \u20ac)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/ollie-watkins-aston-villa-1601871238-48345.jpg?lm=1601871251"}, {"id": "43153", "title": "1 Phil Foden - Manchester City - Neuer Marktwert: 60 Mio. \u20ac (+20 Mio.)", "description": "", "url": "https://tmssl.akamaized.net/images/foto/galerie/phil-foden-manchester-city-1594461872-43153.jpg?lm=1594461837"}]}}, "author": "Lennart Gens"}, "share": {"title": "Saint-Maximin verl\u00e4ngert vorzeitig bei Newcastle United \u2013 \u201eEr kann es sehr weit schaffen\u201c", "url": "https://www.transfermarkt.de/saint-maximin-verlangert-vorzeitig-bei-newcastle-united-ndash-bdquo-er-kann-es-sehr-weit-schaffen-ldquo-/view/news/372889", "image": "https://img.a.transfermarkt.technology/portrait/medium/272642-1557495119.png?lm=1", "description": null}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"news": {"type": "object", "properties": {"id": {"type": "string"}, "headline": {"type": "string"}, "source": {"type": "string"}, "timestamp": {"type": "integer"}, "firstImage": {"type": "string"}, "secondImage": {"type": "string"}, "heroImage": {"type": "string"}, "heroImageSource": {"type": "string"}, "categoryID": {"type": "string"}, "categoryTag": {"type": "string"}, "threadUrl": {"type": "string"}, "countReplies": {"type": "string"}, "text": {"type": "object", "properties": {"text-0": {"type": "string"}, "text-1": {"type": "string"}, "text-2": {"type": "string"}, "text-3": {"type": "string"}, "text-4": {"type": "string"}, "text-5": {"type": "string"}}, "required": ["text-0", "text-1", "text-2", "text-3", "text-4", "text-5"]}, "widgetData": {"type": "object", "properties": {"playerMarketValueBox_708290537": {"type": "object", "properties": {"player": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "position": {"type": "string"}, "age": {"type": "null"}, "contractUntil": {"type": "null"}, "isGoalkeeper": {"type": "boolean"}, "marketValue": {"type": "object", "properties": {"progression": {"type": "integer"}, "unformatted": {"type": "integer"}, "value": {"type": "string"}, "currency": {"type": "string"}, "numeral": {"type": "string"}}, "required": ["currency", "numeral", "progression", "unformatted", "value"]}}, "required": ["age", "contractUntil", "id", "image", "isGoalkeeper", "marketValue", "name", "position"]}, "displayChart": {"type": "boolean"}}, "required": ["displayChart", "player"]}, "socialBox_524840157": {"type": "object", "properties": {"embeddedCode": {"type": "string"}}, "required": ["embeddedCode"]}, "gallery_339032155": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["description", "id", "title", "url"]}}}, "required": ["id", "images", "title", "url"]}}, "required": ["gallery_339032155", "playerMarketValueBox_708290537", "socialBox_524840157"]}, "author": {"type": "string"}}, "required": ["author", "categoryID", "categoryTag", "countReplies", "firstImage", "headline", "heroImage", "heroImageSource", "id", "secondImage", "source", "text", "threadUrl", "timestamp", "widgetData"]}, "share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "image": {"type": "string"}, "description": {"type": "null"}}, "required": ["description", "image", "title", "url"]}}, "required": ["news", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/7337e894-8d06-4545-8c7d-4319b1f23968/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | news/list-latest | List latest news | 200 | Response | {"news": [{"id": "400061", "newsHeadline": "Eigengew\u00e4chs mit meisten Profiminuten: Novoa bei RB Leipzig Vorreiter f\u00fcr andere Talente?", "timestamp": 1645023621, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/23826.png?lm=1619431624", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "16:00", "newsSource": "Transfermarkt.de", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "\u201eEr hat das gewisse Etwas\u201c", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/668276-1606146927.jpg?lm=1", "newsSpotlightFirstImage": "https://tmssl.akamaized.net/images/foto/homepage/hugo-novoa-rb-leipzig-2022-1644581161-80065.jpg?lm=1644581181", "newsSpotlightSecondImage": "data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", "newsCategoryID": "129", "newsCategoryTag": "Portr\u00e4ts", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": 2}, {"id": "400286", "newsHeadline": "Andrich \u201em\u00f6chte gerne f\u00fcr Deutschland spielen\u201c \u2013 War in Berlin \u201ezu h\u00e4ufig unterwegs\u201c", "timestamp": 1645019228, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/3262.png?lm=1622018129", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "14:47", "newsSource": "Sport Bild/TM/dpa", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Sp\u00e4tstarter war \u201ezu unprofessionell\u201c", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/159088-1642608477.jpg?lm=1", "newsSpotlightFirstImage": "https://tmssl.akamaized.net/images/foto/homepage/robert-andrich-bayer-04-leverkusen-2021-1633614474-72322.jpg?lm=1633614493", "newsSpotlightSecondImage": "data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": 1}, {"id": "400272", "newsHeadline": "\u00d6FB buhlt um FC Bayerns Top-Talent Wanner: \u201eGeht darum, dass alles seri\u00f6s abl\u00e4uft\u201c", "timestamp": 1645016367, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/3383.png?lm=1622018717", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "13:59", "newsSource": "Kicker/Transfermarkt", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Geb\u00fcrtiger \u00d6sterreicher", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/900909-1641462904.jpg?lm=1", "newsSpotlightFirstImage": "https://tmssl.akamaized.net/images/foto/homepage/paul-wanner-fc-bayern-2022-1641630796-78213.jpg?lm=1641630830", "newsSpotlightSecondImage": "data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": 4}, {"id": "400287", "newsHeadline": "MOL Feh\u00e9rv\u00e1r ernennt Boris als Szabics-Nachfolger: 3. Wechsel nach Ungarn", "timestamp": 1645016166, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/11107.png?lm=1582047467", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "13:56", "newsSource": "MOL Feh\u00e9rv\u00e1r FC", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Drei Monate nach Aus in D\u00e4nemark", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/2710-1611946974.jpeg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "1", "newsUpdateFlag": "0", "spotlightPriority": ""}, {"id": "400284", "newsHeadline": "TSG Hoffenheim holt franz\u00f6sisches Talent Mokwa Ntusu vom FC Sochaux", "timestamp": 1645015497, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/750.png?lm=1439104427", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "13:44", "newsSource": "TSG Hoffenheim/Fabrizio Romano", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Zun\u00e4chst f\u00fcr U19 eingeplant", "newsFirstImage": "https://tmssl.akamaized.net/images/wappen/normal/533.png?lm=1458907862", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "1", "newsUpdateFlag": "0", "spotlightPriority": ""}, {"id": "400252", "newsHeadline": "Mainz 05 l\u00e4sst Szalai in Richtung Basel ziehen: \u201eWollten ihm diesen Weg nicht verbauen\u201c", "timestamp": 1645012577, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/26.png?lm=1644348126", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "12:56", "newsSource": "1. FSV Mainz 05/FC Basel 1893", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Auch Monacos Pavlovic kommt", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/39106-1628597308.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "1", "newsUpdateFlag": "0", "spotlightPriority": ""}, {"id": "400280", "newsHeadline": "KAS Eupen trennt sich von Trainer Kr\u00e4mer: Nur ein Ligasieg nach Tabellenf\u00fchrung im Oktober", "timestamp": 1645012522, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/1245.png?lm=1464260524", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "12:55", "newsSource": "KAS Eupen", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Offiziell", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/4744-1531407132.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "1", "newsUpdateFlag": "0", "spotlightPriority": ""}, {"id": "400277", "newsHeadline": "Holstein macht Verl\u00e4ngerungs-Hattrick perfekt: Auch van den Bergh bleibt bei der KSV", "timestamp": 1645009932, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/269.png?lm=1544480289", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "12:12", "newsSource": "Holstein Kiel", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Nach Bartels und Sander", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/31218-1643897218.png?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "1", "newsUpdateFlag": "0", "spotlightPriority": ""}, {"id": "400244", "newsHeadline": "Ag\u00fcero \u00fcber geplatzten Bayern-Transfer: \u201eIch spielte schrecklich, sie kauften Sosa\u201c", "timestamp": 1645009200, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/27.png?lm=1498251238", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "12:00", "newsSource": "twitter.com/aguerosergiokun", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Argentinier fiel durch", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/26399-1580460866.jpg?lm=1", "newsSpotlightFirstImage": "https://tmssl.akamaized.net/images/foto/homepage/sergio-aguero-2007-1587482249-36831.jpg?lm=1587482267", "newsSpotlightSecondImage": "data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", "newsCategoryID": "106", "newsCategoryTag": "Beinahe-Transfers", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": 7}, {"id": "400275", "newsHeadline": "Windhorst sieht Investment bei Hertha als Fehler: \u201eHat mir bislang nur Nachteile gebracht\u201c", "timestamp": 1645009110, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/44.png?lm=1534505742", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "11:58", "newsSource": "dpa/Capital", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Zu viel \u201eMachterhalt und Kl\u00fcngelei\u201c", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/80675-1591348171.jpg?lm=1", "newsSpotlightFirstImage": "https://tmssl.akamaized.net/images/foto/homepage/lars-windhorst-hertha-bsc-2020-1633858132-72442.jpg?lm=1633858142", "newsSpotlightSecondImage": "data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": 3}, {"id": "400271", "newsHeadline": "\u201eBild\u201c: BVB an Ekitike von Stade Reims dran \u2013 Bester U21-Torj\u00e4ger in Top-5-Ligen", "timestamp": 1645007081, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/16.png?lm=1396275280", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "11:24", "newsSource": "Bild/TM/Foot Mercato/L\u2019\u00c9quipe", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Angebot von Newcastle abgelehnt", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/709726-1639672689.png?lm=1", "newsSpotlightFirstImage": "https://tmssl.akamaized.net/images/foto/homepage/hugo-ekitike-stade-reims-2022-1645008603-80347.jpg?lm=1645008637", "newsSpotlightSecondImage": "data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": 5}, {"id": "400266", "newsHeadline": "\u201eSport1\u201c: Transfer von Bayern-Talent Wenig zu Frankfurt fix \u2013 Auch BVB war interessiert", "timestamp": 1645003161, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/24.png?lm=1403806187", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "10:19", "newsSource": "Sport1/Transfermarkt", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Neue SGE-Reserve als Pluspunkt", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/654872-1633436890.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": ""}, {"id": "400238", "newsHeadline": "Nagelsmann: Reibung fehlt wegen Transferpolitik \u2013 \u201eGemeinschaftlicher Konsens war nicht da\u201c", "timestamp": 1645000243, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/27.png?lm=1498251238", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "09:30", "newsSource": "dpa/Bild", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Bayern an \u201eEhre gekitzelt\u201c", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/8402-1532691946.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": ""}, {"id": "400260", "newsHeadline": "Bericht: Mourinho in Kontakt mit Ginter \u2013 K\u00f6nnte Gehalt bei AS Rom mindestens verdoppeln", "timestamp": 1644997009, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/12.png?lm=1533302889", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "08:36", "newsSource": "Sport Bild/Transfermarkt", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "7. Deutscher nach R\u00fcdiger & Co.", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/124502-1627996998.jpg?lm=1", "newsSpotlightFirstImage": "https://tmssl.akamaized.net/images/foto/homepage/matthias-ginter-borussia-monchengladbach-2021-1634286357-72887.jpg?lm=1634286366", "newsSpotlightSecondImage": "data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": 6}, {"id": "400259", "newsHeadline": "Real Sociedad will RB-Leihgabe S\u00f6rloth halten \u2013 Einkaufspreis dank Option fast wieder drin", "timestamp": 1644992564, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/homepageSmall/681.png?lm=1614795530", "newsDate": "16.02.2022", "fullNewsDate": "Mittwoch, 16. Februar 2022", "newsTime": "07:22", "newsSource": "Bild/Transfermarkt", "newsStartPageFlag": "1", "newsShortMessageFlag": "0", "newsTeaser": "Direktes Duell am Donnerstag", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/238407-1613998075.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": "0", "spotlightPriority": ""}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"news": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "newsHeadline": {"type": "string"}, "timestamp": {"type": "integer"}, "newsSecondImage": {"type": "string"}, "newsDate": {"type": "string"}, "fullNewsDate": {"type": "string"}, "newsTime": {"type": "string"}, "newsSource": {"type": "string"}, "newsStartPageFlag": {"type": "string"}, "newsShortMessageFlag": {"type": "string"}, "newsTeaser": {"type": "string"}, "newsFirstImage": {"type": "string"}, "newsSpotlightFirstImage": {"type": "string"}, "newsSpotlightSecondImage": {"type": "string"}, "newsCategoryID": {"type": "string"}, "newsCategoryTag": {"type": "string"}, "newsTickerFlag": {"type": "string"}, "newsUpdateFlag": {"type": "string"}, "spotlightPriority": {"type": ["integer", "string"]}}, "required": ["fullNewsDate", "id", "newsCategoryID", "newsCategoryTag", "newsDate", "newsFirstImage", "newsHeadline", "newsSecondImage", "newsShortMessageFlag", "newsSource", "newsSpotlightFirstImage", "newsSpotlightSecondImage", "newsStartPageFlag", "newsTeaser", "newsTickerFlag", "newsTime", "newsUpdateFlag", "spotlightPriority", "timestamp"]}}}, "required": ["news"]} |
ab742d71-1a08-45be-854a-984674c61f4a/f7435887-76b0-4335-87fe-86aec52994e0/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | news/list-by-player | List latest news relating to specific player | 200 | Response | {"share": {"title": "Mario G\u00f6tze - News", "url": "https://www.transfermarkt.de/mario-gotze/news/spieler/74842", "description": "Das ist die News Seite von Mario G\u00f6tze. Es werden relevante News im Zusammenhang des Spielers angezeigt."}, "news": [{"id": "398760", "newsHeadline": "Wechsel an der Spitze: PSV Eindhoven muss Ajax vorbeiziehen lassen \u2013 Tor von G\u00f6tze zu wenig", "timestamp": 1642954995, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/nl1.png?lm=1629726381", "newsDate": "23.01.2022", "fullNewsDate": "Sonntag, 23. Januar 2022", "newsTime": "17:23", "newsSource": "dpa", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "RB-Leihgabe Brobbey trifft erneut", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "398328", "newsHeadline": "G\u00f6tze h\u00e4lt Eindhoven an der Spitze \u2013 Brobbey trifft doppelt bei Ajax-Comeback", "timestamp": 1642354348, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/nl1.png?lm=1629726381", "newsDate": "16.01.2022", "fullNewsDate": "Sonntag, 16. Januar 2022", "newsTime": "18:32", "newsSource": "dpa/Transfermarkt", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Vor dem Top-Spiel", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "397641", "newsHeadline": "Marktwerte Eredivisie: Ajax-Talente stellen Liga in den Schatten \u2013 Max f\u00e4llt hinter G\u00f6tze zur\u00fcck", "timestamp": 1641391472, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/nl1.png?lm=1629726381", "newsDate": "05.01.2022", "fullNewsDate": "Mittwoch, 5. Januar 2022", "newsTime": "15:04", "newsSource": "Transfermarkt.nl", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Komplett-Update Niederlande", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/420243-1610460291.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "14", "newsCategoryTag": "Marktwerte-Update", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "394440", "newsHeadline": "Ajax schie\u00dft auch Verfolger PSV Eindhoven ab \u2013 G\u00f6tze: \u201eGlaube noch an die Meisterschaft\u201c", "timestamp": 1635141728, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/nl1.png?lm=1629726381", "newsDate": "25.10.2021", "fullNewsDate": "Montag, 25. Oktober 2021", "newsTime": "08:02", "newsSource": "dpa/Kicker", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Kantersieg im Spitzenspiel", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "394417", "newsHeadline": "Berater Struth \u00fcber G\u00f6tzes Bayern-Transfer: \u201eZorc warf mir alle Beleidigungen an den Kopf\u201c", "timestamp": 1635065294, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/small/16.png?lm=1396275280", "newsDate": "24.10.2021", "fullNewsDate": "Sonntag, 24. Oktober 2021", "newsTime": "10:48", "newsSource": "Bild", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "\u201eDer Name Guardiola machte blind\u201c", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "393600", "newsHeadline": "Flick: Auf G\u00f6tzes Position \u201efast ein \u00dcberangebot\u201c \u2013 Bei San\u00e9 hat es \u201ejetzt klick gemacht\u201c", "timestamp": 1633249901, "newsSecondImage": "https://tmssl.akamaized.net/images/flagge/small/40.png?lm=1520612525", "newsDate": "03.10.2021", "fullNewsDate": "Sonntag, 3. Oktober 2021", "newsTime": "10:31", "newsSource": "dpa/Kicker", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Bundestrainer von Personal \u201e\u00fcberzeugt\u201c", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/67-1570372694.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "393408", "newsHeadline": "Piszczek: Wechsel von G\u00f6tze zu Bayern war \u201eder gr\u00f6\u00dfte Bruch\u201c im BVB-Meisterteam", "timestamp": 1632827760, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/small/16.png?lm=1396275280", "newsDate": "28.09.2021", "fullNewsDate": "Dienstag, 28. September 2021", "newsTime": "13:16", "newsSource": "Kicker meets DAZN", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Zeit hat \u201eviel Energie gekostet\u201c", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/25727-1534236284.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "392960", "newsHeadline": "\u201eGl\u00fccklicher\u201c G\u00f6tze f\u00fchrt PSV Eindhoven zu Remis \u2013 Boateng mit Startelfdeb\u00fct f\u00fcr Lyon", "timestamp": 1631854627, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/el.png?lm=1626811059", "newsDate": "17.09.2021", "fullNewsDate": "Freitag, 17. September 2021", "newsTime": "06:57", "newsSource": "dpa/Transfermarkt", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Monaco gewinnt in Europa League", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "392651", "newsHeadline": "G\u00f6tze erwog Wechsel statt PSV-Verbleib: \u201eKlar gab es die \u00dcberlegung\u201c \u2013 Kein Ende mit 32", "timestamp": 1631196993, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/small/383.png?lm=1626929299", "newsDate": "09.09.2021", "fullNewsDate": "Donnerstag, 9. September 2021", "newsTime": "16:16", "newsSource": "Kicker", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Verl\u00e4ngerte bis 2024", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "392454", "newsHeadline": "G\u00f6tze verl\u00e4ngert bei PSV Eindhoven \u2013 Gab Interesse von Champions-League-Klubs", "timestamp": 1630908984, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/small/383.png?lm=1626929299", "newsDate": "06.09.2021", "fullNewsDate": "Montag, 6. September 2021", "newsTime": "08:16", "newsSource": "PSV Eindhoven", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "\u201eIch bin sehr gl\u00fccklich\u201c", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/74842-1612898267.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "1", "newsUpdateFlag": null, "spotlightPriority": ""}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "news": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "newsHeadline": {"type": "string"}, "timestamp": {"type": "integer"}, "newsSecondImage": {"type": "string"}, "newsDate": {"type": "string"}, "fullNewsDate": {"type": "string"}, "newsTime": {"type": "string"}, "newsSource": {"type": "string"}, "newsStartPageFlag": {"type": "null"}, "newsShortMessageFlag": {"type": "null"}, "newsTeaser": {"type": "string"}, "newsFirstImage": {"type": "string"}, "newsSpotlightFirstImage": {"type": "string"}, "newsSpotlightSecondImage": {"type": "string"}, "newsCategoryID": {"type": "string"}, "newsCategoryTag": {"type": "string"}, "newsTickerFlag": {"type": "string"}, "newsUpdateFlag": {"type": "null"}, "spotlightPriority": {"type": "string"}}, "required": ["fullNewsDate", "id", "newsCategoryID", "newsCategoryTag", "newsDate", "newsFirstImage", "newsHeadline", "newsSecondImage", "newsShortMessageFlag", "newsSource", "newsSpotlightFirstImage", "newsSpotlightSecondImage", "newsStartPageFlag", "newsTeaser", "newsTickerFlag", "newsTime", "newsUpdateFlag", "spotlightPriority", "timestamp"]}}}, "required": ["news", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/1e0bea38-effb-4e6f-a079-f2a22d65b121/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | news/list-by-club | List latest news relating to specific club | 200 | Response | {"share": {"title": "FC Chelsea - News zum Verein", "url": "https://www.transfermarkt.de/fc-chelsea/news/verein/631", "description": "Verl\u00e4ngerungen, Transfers, Spielberichte & Co.: Alle relevanten und aktuellen News vom Verein FC Chelsea auf einen Blick."}, "news": [{"id": "400217", "newsHeadline": "Mit Bale, Ronaldo & Demb\u00e9l\u00e9: Deutlich mehr Flops als Tops bei Transfers \u00fcber 100 Millionen", "timestamp": 1644937812, "newsSecondImage": "", "newsDate": "15.02.2022", "fullNewsDate": "Dienstag, 15. Februar 2022", "newsTime": "16:10", "newsSource": "Transfermarkt", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "12 Spieler knackten die Marke", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/8198-1631656078.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "400174", "newsHeadline": "Tore pro Saison: Bayern & Ajax f\u00fchren aktuelles Ranking an \u2013 Bar\u00e7a von 2011/12 unerreicht", "timestamp": 1644866737, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/small/27.png?lm=1498251238", "newsDate": "14.02.2022", "fullNewsDate": "Montag, 14. Februar 2022", "newsTime": "20:25", "newsSource": "Transfermarkt", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "TM-Statistik", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/38253-1642434304.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "32", "newsCategoryTag": "Statistiken", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "400114", "newsHeadline": "Havertz schie\u00dft Chelsea gegen Palmeiras zum 1. Klub-WM-Titel: \u201eAls Kind davon getr\u00e4umt\u201c", "timestamp": 1644694835, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/klub.png?lm=1644645464", "newsDate": "12.02.2022", "fullNewsDate": "Samstag, 12. Februar 2022", "newsTime": "20:40", "newsSource": "dpa", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Tor in der 117. Minute", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/309400-1620646226.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "400050", "newsHeadline": "Noch mehr Geld f\u00fcr Premier-League-Klubs: Neuer Medienrechte-Zyklus bringt weitere Milliarde", "timestamp": 1644574726, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/gb1.png?lm=1521104656", "newsDate": "11.02.2022", "fullNewsDate": "Freitag, 11. Februar 2022", "newsTime": "11:18", "newsSource": "dpa/AP", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Aus internationalem Verkauf", "newsFirstImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "399966", "newsHeadline": "Ohne Tuchel: Chelsea erreicht Klub-WM-Finale \u2013 Lukakus Tor reicht gegen Al-Hilal", "timestamp": 1644431679, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/klub.png?lm=1644645464", "newsDate": "09.02.2022", "fullNewsDate": "Mittwoch, 9. Februar 2022", "newsTime": "19:34", "newsSource": "dpa", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Palmeiras Endspiel-Gegner", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/96341-1596033546.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "399933", "newsHeadline": "\u201eSport Bild\u201c: R\u00fcdigers Gehalt f\u00fcr Bayern zu hoch \u2013 Christensens Forderungen auf S\u00fcle-Niveau", "timestamp": 1644388174, "newsSecondImage": "https://tmssl.akamaized.net/images/wappen/small/27.png?lm=1498251238", "newsDate": "09.02.2022", "fullNewsDate": "Mittwoch, 9. Februar 2022", "newsTime": "07:29", "newsSource": "Sport Bild/Transfermarkt", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Komplizierte Nachfolger-Suche", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/86202-1624448001.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "399919", "newsHeadline": "\u00c4rger mit Coach: Ziyech will Nationalmannschaft dauerhaft fernbleiben \u2013 \u201eWei\u00df, wie es da l\u00e4uft\u201c", "timestamp": 1644339975, "newsSecondImage": "https://tmssl.akamaized.net/images/flagge/small/107.png?lm=1520611569", "newsDate": "08.02.2022", "fullNewsDate": "Dienstag, 8. Februar 2022", "newsTime": "18:06", "newsSource": "VI/TM", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Bei Chelsea \u201ebesser und besser\u201c", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/217111-1497885283.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "399719", "newsHeadline": "Europacup-Kader: FC Bayern nimmt Musiala auf die A-Liste \u2013 Eintracht tauscht Duo aus", "timestamp": 1644233074, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/cl.png?lm=1626810555", "newsDate": "07.02.2022", "fullNewsDate": "Montag, 7. Februar 2022", "newsTime": "12:24", "newsSource": "UEFA/Transfermarkt", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Bar\u00e7a ohne R\u00fcckkehrer Alves", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/580195-1601299443.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "399756", "newsHeadline": "Chelsea im Pokal mit M\u00fche: 2:1 nach Verl\u00e4ngerung gegen Drittligist Plymouth Argyle", "timestamp": 1644074763, "newsSecondImage": "https://tmssl.akamaized.net/images/logo/small/fac.png?lm=1608233160", "newsDate": "05.02.2022", "fullNewsDate": "Samstag, 5. Februar 2022", "newsTime": "16:26", "newsSource": "dpa", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Kepa pariert Elfer in 118.", "newsFirstImage": "https://img.a.transfermarkt.technology/portrait/medium/112515-1620650716.jpg?lm=1", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}, {"id": "399666", "newsHeadline": "UEFA-Bericht: Spielergeh\u00e4lter steigen trotz 7 Milliarden weniger Einnahmen", "timestamp": 1643911500, "newsSecondImage": "", "newsDate": "03.02.2022", "fullNewsDate": "Donnerstag, 3. Februar 2022", "newsTime": "19:05", "newsSource": "dpa/UEFA/Transfermarkt", "newsStartPageFlag": null, "newsShortMessageFlag": null, "newsTeaser": "Bayern in Top-6, BVB auf 11", "newsFirstImage": "https://tmssl.akamaized.net/images/wappen/normal/30827.png?lm=1403628065", "newsSpotlightFirstImage": "", "newsSpotlightSecondImage": "", "newsCategoryID": "0", "newsCategoryTag": "News", "newsTickerFlag": "0", "newsUpdateFlag": null, "spotlightPriority": ""}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "news": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "newsHeadline": {"type": "string"}, "timestamp": {"type": "integer"}, "newsSecondImage": {"type": "string"}, "newsDate": {"type": "string"}, "fullNewsDate": {"type": "string"}, "newsTime": {"type": "string"}, "newsSource": {"type": "string"}, "newsStartPageFlag": {"type": "null"}, "newsShortMessageFlag": {"type": "null"}, "newsTeaser": {"type": "string"}, "newsFirstImage": {"type": "string"}, "newsSpotlightFirstImage": {"type": "string"}, "newsSpotlightSecondImage": {"type": "string"}, "newsCategoryID": {"type": "string"}, "newsCategoryTag": {"type": "string"}, "newsTickerFlag": {"type": "string"}, "newsUpdateFlag": {"type": "null"}, "spotlightPriority": {"type": "string"}}, "required": ["fullNewsDate", "id", "newsCategoryID", "newsCategoryTag", "newsDate", "newsFirstImage", "newsHeadline", "newsSecondImage", "newsShortMessageFlag", "newsSource", "newsSpotlightFirstImage", "newsSpotlightSecondImage", "newsStartPageFlag", "newsTeaser", "newsTickerFlag", "newsTime", "newsUpdateFlag", "spotlightPriority", "timestamp"]}}}, "required": ["news", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/ff67687d-2589-48d5-8dfc-73354cdfb9fc/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/get-live-table | Get live table relating to specific match | 200 | Response | {"table": [{"id": "3375", "group": null, "rank": 1, "oldRank": "", "clubName": "Spanien", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/157.png?lm=1520611569", "points": "11", "goals": "13", "goalsConceded": "3", "goalDifference": "10", "matches": 6, "wins": 3, "losses": 1, "draw": 2, "markID": "76", "markClass": "blaupos", "markColor": "#cde9ff", "markDescription": "Halbfinale"}, {"id": "3262", "group": null, "rank": 2, "oldRank": "", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "points": "9", "goals": "10", "goalsConceded": "13", "goalDifference": "-3", "matches": 6, "wins": 2, "losses": 1, "draw": 3, "markID": null, "markClass": null, "markColor": null, "markDescription": null}, {"id": "3699", "group": null, "rank": 3, "oldRank": "", "clubName": "Ukraine", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/177.png?lm=1520611569", "points": "6", "goals": "5", "goalsConceded": "13", "goalDifference": "-8", "matches": 6, "wins": 2, "losses": 4, "draw": 0, "markID": null, "markClass": null, "markColor": null, "markDescription": null}, {"id": "3384", "group": null, "rank": 4, "oldRank": "", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "points": "6", "goals": "9", "goalsConceded": "8", "goalDifference": "1", "matches": 6, "wins": 1, "losses": 2, "draw": 3, "markID": "6", "markClass": "absteiger", "markColor": "#f8a7a3", "markDescription": "Absteiger"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"table": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "null"}, "rank": {"type": "integer"}, "oldRank": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}, "points": {"type": "string"}, "goals": {"type": "string"}, "goalsConceded": {"type": "string"}, "goalDifference": {"type": "string"}, "matches": {"type": "integer"}, "wins": {"type": "integer"}, "losses": {"type": "integer"}, "draw": {"type": "integer"}, "markID": {"type": ["null", "string"]}, "markClass": {"type": ["null", "string"]}, "markColor": {"type": ["null", "string"]}, "markDescription": {"type": ["null", "string"]}}, "required": ["clubImage", "clubName", "draw", "goalDifference", "goals", "goalsConceded", "group", "id", "losses", "markClass", "markColor", "markDescription", "markID", "matches", "oldRank", "points", "rank", "wins"]}}}, "required": ["table"]} |
ab742d71-1a08-45be-854a-984674c61f4a/88dfa282-8732-47c0-82e3-2accfac87ba0/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/get-result | Get result of specific match | 200 | Response | {"state": "100", "minute": "", "goalsHome": "3", "goalsAway": "3", "halftimeGoalsHome": "1", "halftimeGoalsAway": "2", "hasMatchSheet": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"state": {"type": "string"}, "minute": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "halftimeGoalsHome": {"type": "string"}, "halftimeGoalsAway": {"type": "string"}, "hasMatchSheet": {"type": "boolean"}}, "required": ["goalsAway", "goalsHome", "halftimeGoalsAway", "halftimeGoalsHome", "hasMatchSheet", "minute", "state"]} |
ab742d71-1a08-45be-854a-984674c61f4a/80c6682a-a381-42c0-befb-9c88a761507a/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/get-events | Get events of specific match | 200 | Response | {"events": []} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"events": {"type": "array"}}, "required": ["events"]} |
ab742d71-1a08-45be-854a-984674c61f4a/75b83d42-b204-4765-b231-a177f49caed2/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/get-highlights | Get highlights of specific match | 200 | Response | {"matchSheet": true, "goals": [{"goalsHome": 0, "goalsAway": 1, "minute": "5", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "61380", "playerName": "M. Gavranovic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/61380-1628857921.jpg?lm=1", "actionID": "203", "action": "Kopfball", "seasonGoals": 1, "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "148252", "playerName": "Remo Freuler", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/148252-1537772961.jpg?lm=1", "actionID": "207", "action": "Kopfball", "seasonGoals": "", "seasonAssists": 1, "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 0, "goalsAway": 2, "minute": "26", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "148252", "playerName": "Remo Freuler", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/148252-1537772961.jpg?lm=1", "actionID": "202", "action": "Rechtsschuss", "seasonGoals": 1, "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "109256", "playerName": "Haris Seferovic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/109256-1603796026.jpg?lm=1", "actionID": "202", "action": "Pass", "seasonGoals": "", "seasonAssists": 1, "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 1, "goalsAway": 2, "minute": "28", "additionalTime": "0", "clubID": "3262", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "activePlayer": {"id": "170527", "playerName": "Timo Werner", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/170527-1471002206.jpg?lm=1", "actionID": "201", "action": "Linksschuss", "seasonGoals": 2, "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "309400", "playerName": "Kai Havertz", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/309400-1620646226.jpg?lm=1", "actionID": "202", "action": "Pass", "seasonGoals": "", "seasonAssists": 1, "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 2, "goalsAway": 2, "minute": "55", "additionalTime": "0", "clubID": "3262", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "activePlayer": {"id": "309400", "playerName": "Kai Havertz", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/309400-1620646226.jpg?lm=1", "actionID": "202", "action": "Rechtsschuss", "seasonGoals": 1, "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "", "playerName": "", "playerImage": "", "actionID": "", "action": "", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 2, "goalsAway": 3, "minute": "57", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "61380", "playerName": "M. Gavranovic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/61380-1628857921.jpg?lm=1", "actionID": "202", "action": "Rechtsschuss", "seasonGoals": 2, "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "109256", "playerName": "Haris Seferovic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/109256-1603796026.jpg?lm=1", "actionID": "208", "action": "Torschuss", "seasonGoals": "", "seasonAssists": 2, "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "60", "additionalTime": "0", "clubID": "3262", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "activePlayer": {"id": "159471", "playerName": "Serge Gnabry", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/159471-1570373116.jpg?lm=1", "actionID": "202", "action": "Rechtsschuss", "seasonGoals": 1, "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "170527", "playerName": "Timo Werner", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/170527-1471002206.jpg?lm=1", "actionID": "202", "action": "Pass", "seasonGoals": "", "seasonAssists": 1, "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}], "substitutions": [{"goalsHome": 2, "goalsAway": 2, "minute": "57", "additionalTime": "0", "clubID": "3262", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "activePlayer": {"id": "273132", "playerName": "Robin Gosens", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/273132-1616511080.jpg?lm=1", "actionID": "400", "action": "Ohne weitere Angabe", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "70243", "playerName": "M. Halstenberg", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/70243-1532351818.jpg?lm=1", "actionID": "401", "action": "Taktik", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "66", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "86792", "playerName": "Xherdan Shaqiri", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/86792-1528356287.jpg?lm=1", "actionID": "400", "action": "Ohne weitere Angabe", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "212723", "playerName": "Djibril Sow", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/212723-1599992162.jpg?lm=1", "actionID": "401", "action": "Taktik", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "66", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "68033", "playerName": "Steven Zuber", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/68033-1500019881.jpg?lm=1", "actionID": "400", "action": "Ohne weitere Angabe", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "247555", "playerName": "E. Fernandes", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/247555-1628596987.jpg?lm=1", "actionID": "401", "action": "Taktik", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "75", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "61380", "playerName": "M. Gavranovic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/61380-1628857921.jpg?lm=1", "actionID": "400", "action": "Ohne weitere Angabe", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "66058", "playerName": "Admir Mehmedi", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/66058-1642189619.jpg?lm=1", "actionID": "401", "action": "Taktik", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "77", "additionalTime": "0", "clubID": "3262", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "activePlayer": {"id": "309400", "playerName": "Kai Havertz", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/309400-1620646226.jpg?lm=1", "actionID": "400", "action": "Ohne weitere Angabe", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "85148", "playerName": "Julian Draxler", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/85148-1601898137.jpg?lm=1", "actionID": "401", "action": "Taktik", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "77", "additionalTime": "0", "clubID": "3262", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "activePlayer": {"id": "124502", "playerName": "Matthias Ginter", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/124502-1627996998.jpg?lm=1", "actionID": "400", "action": "Ohne weitere Angabe", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "119296", "playerName": "Emre Can", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/119296-1567162394.jpg?lm=1", "actionID": "401", "action": "Taktik", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "85", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "148252", "playerName": "Remo Freuler", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/148252-1537772961.jpg?lm=1", "actionID": "400", "action": "Ohne weitere Angabe", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "119085", "playerName": "Loris Benito", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/119085-1623748420.jpg?lm=1", "actionID": "401", "action": "Taktik", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "85", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "109256", "playerName": "Haris Seferovic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/109256-1603796026.jpg?lm=1", "actionID": "400", "action": "Ohne weitere Angabe", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "243856", "playerName": "Cedric Itten", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/243856-1493720580.jpg?lm=1", "actionID": "401", "action": "Taktik", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}], "cards": [{"goalsHome": 0, "goalsAway": 2, "minute": "28", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "135343", "playerName": "Fabian Sch\u00e4r", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/135343-1516896856.jpg?lm=1", "actionID": "301", "action": "gelbe Karte", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": 0, "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "", "playerName": "", "playerImage": "", "actionID": "", "action": "", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 1, "goalsAway": 2, "minute": "36", "additionalTime": "0", "clubID": "3262", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "activePlayer": {"id": "273132", "playerName": "Robin Gosens", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/273132-1616511080.jpg?lm=1", "actionID": "301", "action": "gelbe Karte", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "1", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "", "playerName": "", "playerImage": "", "actionID": "", "action": "", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 1, "goalsAway": 2, "minute": "50", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "61380", "playerName": "M. Gavranovic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/61380-1628857921.jpg?lm=1", "actionID": "301", "action": "gelbe Karte", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "1", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "", "playerName": "", "playerImage": "", "actionID": "", "action": "", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 1, "goalsAway": 2, "minute": "51", "additionalTime": "0", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "111455", "playerName": "Granit Xhaka", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/111455-1583763084.jpg?lm=1", "actionID": "301", "action": "gelbe Karte", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "1", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "", "playerName": "", "playerImage": "", "actionID": "", "action": "", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "65", "additionalTime": "0", "clubID": "3262", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "activePlayer": {"id": "31909", "playerName": "Toni Kroos", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/31909-1519743952.jpg?lm=1", "actionID": "301", "action": "gelbe Karte", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "2", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "", "playerName": "", "playerImage": "", "actionID": "", "action": "", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "90", "additionalTime": "4", "clubID": "3384", "clubName": "Schweiz", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/148.png?lm=1520611569", "activePlayer": {"id": "135343", "playerName": "Fabian Sch\u00e4r", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/135343-1516896856.jpg?lm=1", "actionID": "302", "action": "gelb-rote Karte", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": "1"}, "passivePlayer": {"id": "", "playerName": "", "playerImage": "", "actionID": "", "action": "", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}, {"goalsHome": 3, "goalsAway": 3, "minute": "90", "additionalTime": "5", "clubID": "3262", "clubName": "Deutschland", "clubImage": "https://tmssl.akamaized.net/images/flagge/begegnungslider/40.png?lm=1520612525", "activePlayer": {"id": "86202", "playerName": "A. R\u00fcdiger", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/86202-1624448001.jpg?lm=1", "actionID": "301", "action": "gelbe Karte", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "1", "seasonRedCards": "", "seasonYellowRedCards": ""}, "passivePlayer": {"id": "", "playerName": "", "playerImage": "", "actionID": "", "action": "", "seasonGoals": "", "seasonAssists": "", "seasonYellowCards": "", "seasonRedCards": "", "seasonYellowRedCards": ""}}], "penaltyShootout": [], "share": {"title": "Deutschland - Schweiz, 13.10.2020 - Spielbericht", "url": "https://www.transfermarkt.de/deutschland-schweiz/index/spielbericht/3330713", "description": "Das ist der Spielbericht zur Begegnung Deutschland gegen Schweiz am 13.10.2020."}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"matchSheet": {"type": "boolean"}, "goals": {"type": "array", "items": {"type": "object", "properties": {"goalsHome": {"type": "integer"}, "goalsAway": {"type": "integer"}, "minute": {"type": "string"}, "additionalTime": {"type": "string"}, "clubID": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}, "activePlayer": {"type": "object", "properties": {"id": {"type": "string"}, "playerName": {"type": "string"}, "playerImage": {"type": "string"}, "actionID": {"type": "string"}, "action": {"type": "string"}, "seasonGoals": {"type": "integer"}, "seasonAssists": {"type": "string"}, "seasonYellowCards": {"type": "string"}, "seasonRedCards": {"type": "string"}, "seasonYellowRedCards": {"type": "string"}}, "required": ["action", "actionID", "id", "playerImage", "playerName", "seasonAssists", "seasonGoals", "seasonRedCards", "seasonYellowCards", "seasonYellowRedCards"]}, "passivePlayer": {"type": "object", "properties": {"id": {"type": "string"}, "playerName": {"type": "string"}, "playerImage": {"type": "string"}, "actionID": {"type": "string"}, "action": {"type": "string"}, "seasonGoals": {"type": "string"}, "seasonAssists": {"type": ["integer", "string"]}, "seasonYellowCards": {"type": "string"}, "seasonRedCards": {"type": "string"}, "seasonYellowRedCards": {"type": "string"}}, "required": ["action", "actionID", "id", "playerImage", "playerName", "seasonAssists", "seasonGoals", "seasonRedCards", "seasonYellowCards", "seasonYellowRedCards"]}}, "required": ["activePlayer", "additionalTime", "clubID", "clubImage", "clubName", "goalsAway", "goalsHome", "minute", "passivePlayer"]}}, "substitutions": {"type": "array", "items": {"type": "object", "properties": {"goalsHome": {"type": "integer"}, "goalsAway": {"type": "integer"}, "minute": {"type": "string"}, "additionalTime": {"type": "string"}, "clubID": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}, "activePlayer": {"type": "object", "properties": {"id": {"type": "string"}, "playerName": {"type": "string"}, "playerImage": {"type": "string"}, "actionID": {"type": "string"}, "action": {"type": "string"}, "seasonGoals": {"type": "string"}, "seasonAssists": {"type": "string"}, "seasonYellowCards": {"type": "string"}, "seasonRedCards": {"type": "string"}, "seasonYellowRedCards": {"type": "string"}}, "required": ["action", "actionID", "id", "playerImage", "playerName", "seasonAssists", "seasonGoals", "seasonRedCards", "seasonYellowCards", "seasonYellowRedCards"]}, "passivePlayer": {"type": "object", "properties": {"id": {"type": "string"}, "playerName": {"type": "string"}, "playerImage": {"type": "string"}, "actionID": {"type": "string"}, "action": {"type": "string"}, "seasonGoals": {"type": "string"}, "seasonAssists": {"type": "string"}, "seasonYellowCards": {"type": "string"}, "seasonRedCards": {"type": "string"}, "seasonYellowRedCards": {"type": "string"}}, "required": ["action", "actionID", "id", "playerImage", "playerName", "seasonAssists", "seasonGoals", "seasonRedCards", "seasonYellowCards", "seasonYellowRedCards"]}}, "required": ["activePlayer", "additionalTime", "clubID", "clubImage", "clubName", "goalsAway", "goalsHome", "minute", "passivePlayer"]}}, "cards": {"type": "array", "items": {"type": "object", "properties": {"goalsHome": {"type": "integer"}, "goalsAway": {"type": "integer"}, "minute": {"type": "string"}, "additionalTime": {"type": "string"}, "clubID": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}, "activePlayer": {"type": "object", "properties": {"id": {"type": "string"}, "playerName": {"type": "string"}, "playerImage": {"type": "string"}, "actionID": {"type": "string"}, "action": {"type": "string"}, "seasonGoals": {"type": "string"}, "seasonAssists": {"type": "string"}, "seasonYellowCards": {"type": ["integer", "string"]}, "seasonRedCards": {"type": "string"}, "seasonYellowRedCards": {"type": "string"}}, "required": ["action", "actionID", "id", "playerImage", "playerName", "seasonAssists", "seasonGoals", "seasonRedCards", "seasonYellowCards", "seasonYellowRedCards"]}, "passivePlayer": {"type": "object", "properties": {"id": {"type": "string"}, "playerName": {"type": "string"}, "playerImage": {"type": "string"}, "actionID": {"type": "string"}, "action": {"type": "string"}, "seasonGoals": {"type": "string"}, "seasonAssists": {"type": "string"}, "seasonYellowCards": {"type": "string"}, "seasonRedCards": {"type": "string"}, "seasonYellowRedCards": {"type": "string"}}, "required": ["action", "actionID", "id", "playerImage", "playerName", "seasonAssists", "seasonGoals", "seasonRedCards", "seasonYellowCards", "seasonYellowRedCards"]}}, "required": ["activePlayer", "additionalTime", "clubID", "clubImage", "clubName", "goalsAway", "goalsHome", "minute", "passivePlayer"]}}, "penaltyShootout": {"type": "array"}, "share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}}, "required": ["cards", "goals", "matchSheet", "penaltyShootout", "share", "substitutions"]} |
ab742d71-1a08-45be-854a-984674c61f4a/520e0568-53aa-4e47-abc6-fd9978b830c7/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/get-live-ticker | Get live ticker of specific match | 200 | Response | {"ticker": [{"id": "2221696829", "user_id": "0", "side": "0", "eventid": "2221696829", "message": "Das Spiel ist zu Ende, der Spielstand zwischen Deutschland und Schweiz ist 3:3.", "type": "end 14", "minute": "0", "status": "100"}, {"id": "2221696761", "user_id": "0", "side": "0", "eventid": "2221696761", "message": "Die 2. Halbzeit ist zu Ende, der Spielstand zwischen Deutschland und Schweiz ist 3:3.", "type": "end 2", "minute": "96", "status": "7"}, {"id": "2221696697", "user_id": "0", "side": "0", "eventid": "2221696697", "message": "Antonio R\u00fcdiger (Deutschland) sieht eine Gelbe Karte f\u00fcr \u00fcberhartes Einsteigen.", "type": "yellow card", "minute": "95", "status": "7"}, {"id": "2221696467", "user_id": "0", "side": "0", "eventid": "2221696467", "message": "Foul von Antonio R\u00fcdiger (Deutschland).", "type": "free kick lost", "minute": "95", "status": "7"}, {"id": "2221696451", "user_id": "0", "side": "0", "eventid": "2221696451", "message": "Nico Elvedi (Schweiz) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "95", "status": "7"}, {"id": "2221696047", "user_id": "0", "side": "0", "eventid": "2221696047", "message": "Gelb-Rote Karte f\u00fcr Fabian Sch\u00e4r (Schweiz) f\u00fcr \u00fcberhartes Einsteigen.", "type": "secondyellow card", "minute": "93", "status": "7"}, {"id": "2221695961", "user_id": "0", "side": "0", "eventid": "2221695961", "message": "Julian Draxler (Deutschland) bekommt in der gegnerischen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "93", "status": "7"}, {"id": "2221695981", "user_id": "0", "side": "0", "eventid": "2221695981", "message": "Foul von Fabian Sch\u00e4r (Schweiz).", "type": "free kick lost", "minute": "93", "status": "7"}, {"id": "2221694899", "user_id": "0", "side": "0", "eventid": "2221694899", "message": "Vorbeigeschossen. Admir Mehmedi (Schweiz) versucht es per Kopf von rechts aus spitzem Winkel aber das Leder geht knapp rechts vorbei.", "type": "miss", "minute": "91", "status": "7"}, {"id": "2221693515", "user_id": "0", "side": "0", "eventid": "2221693515", "message": "Marcel Halstenberg (Deutschland) bekommt auf dem linken Fl\u00fcgel einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "88", "status": "7"}, {"id": "2221693531", "user_id": "0", "side": "0", "eventid": "2221693531", "message": "Foul von Cedric Itten (Schweiz).", "type": "free kick lost", "minute": "88", "status": "7"}, {"id": "2221692541", "user_id": "0", "side": "0", "eventid": "2221692541", "message": "Wechsel Schweiz. Loris Benito kommt f\u00fcr Remo Freuler.", "type": "substitution", "minute": "85", "status": "7"}, {"id": "2221692459", "user_id": "0", "side": "0", "eventid": "2221692459", "message": "Wechsel Schweiz. Cedric Itten kommt f\u00fcr Haris Seferovic.", "type": "substitution", "minute": "85", "status": "7"}, {"id": "2221692281", "user_id": "0", "side": "0", "eventid": "2221692281", "message": "Vorbeigeschossen. Haris Seferovic (Schweiz) versucht es mit dem linken Fu\u00df aus der Distanz, doch die Murmel geht links hoch und weit vorbei. Vorbereitet von Silvan Widmer.", "type": "miss", "minute": "85", "status": "7"}, {"id": "2221692025", "user_id": "0", "side": "0", "eventid": "2221692025", "message": "Foul von Emre Can (Deutschland).", "type": "free kick lost", "minute": "84", "status": "7"}, {"id": "2221692015", "user_id": "0", "side": "0", "eventid": "2221692015", "message": "Haris Seferovic (Schweiz) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "84", "status": "7"}, {"id": "2221691731", "user_id": "0", "side": "0", "eventid": "2221691731", "message": "Foul von Lukas Klostermann (Deutschland).", "type": "free kick lost", "minute": "83", "status": "7"}, {"id": "2221691753", "user_id": "0", "side": "0", "eventid": "2221691753", "message": "Remo Freuler (Schweiz) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "83", "status": "7"}, {"id": "2221691005", "user_id": "0", "side": "0", "eventid": "2221691005", "message": "Julian Draxler (Deutschland) trifft den rechten Pfosten mit dem rechten Fu\u00df rechts im Strafraum,. Vorbereitet von Serge Gnabry.", "type": "post", "minute": "81", "status": "7"}, {"id": "2221689781", "user_id": "0", "side": "0", "eventid": "2221689781", "message": "Handspiel von Serge Gnabry (Deutschland).", "type": "free kick lost", "minute": "79", "status": "7"}, {"id": "2221689397", "user_id": "0", "side": "0", "eventid": "2221689397", "message": "Abseits Deutschland. Emre Can spielt einen Pass nach vorne, aber die Unparteiischen sehen Timo Werner im Abseits.", "type": "offside", "minute": "78", "status": "7"}, {"id": "2221689027", "user_id": "0", "side": "0", "eventid": "2221689027", "message": "Wechsel Deutschland. Julian Draxler kommt f\u00fcr Kai Havertz.", "type": "substitution", "minute": "77", "status": "7"}, {"id": "2221688937", "user_id": "0", "side": "0", "eventid": "2221688937", "message": "Wechsel Deutschland. Emre Can kommt f\u00fcr Matthias Ginter.", "type": "substitution", "minute": "77", "status": "7"}, {"id": "2221688671", "user_id": "0", "side": "0", "eventid": "2221688671", "message": "Ball pariert. Timo Werner (Deutschland) versucht es mit dem rechten Fu\u00df links im Sechzehner, der Schuss wird aber links oben gehalten. Vorbereitet von Kai Havertz.", "type": "attempt saved", "minute": "76", "status": "7"}, {"id": "2221688169", "user_id": "0", "side": "0", "eventid": "2221688169", "message": "Wechsel Schweiz. Admir Mehmedi kommt f\u00fcr Mario Gavranovic.", "type": "substitution", "minute": "75", "status": "7"}, {"id": "2221687955", "user_id": "0", "side": "0", "eventid": "2221687955", "message": "Handspiel von Serge Gnabry (Deutschland).", "type": "free kick lost", "minute": "74", "status": "7"}, {"id": "2221686291", "user_id": "0", "side": "0", "eventid": "2221686291", "message": "Ball pariert. Serge Gnabry (Deutschland) versucht es mit dem rechten Fu\u00df aus der Distanz, der Schuss wird aber in der Mitte des Kastens gehalten. Vorbereitet von Kai Havertz mit dem Kopf.", "type": "attempt saved", "minute": "71", "status": "7"}, {"id": "2221685931", "user_id": "0", "side": "0", "eventid": "2221685931", "message": "Vorbeigeschossen. Toni Kroos (Deutschland) versucht es mit dem rechten Fu\u00df aus der Distanz, doch der Ball geht knapp am linken Torwinkel vorbei - nach einem direkten Freisto\u00df.", "type": "miss", "minute": "70", "status": "7"}, {"id": "2221685579", "user_id": "0", "side": "0", "eventid": "2221685579", "message": "Joshua Kimmich (Deutschland) bekommt in der gegnerischen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "69", "status": "7"}, {"id": "2221685581", "user_id": "0", "side": "0", "eventid": "2221685581", "message": "Foul von Remo Freuler (Schweiz).", "type": "free kick lost", "minute": "69", "status": "7"}, {"id": "2221684089", "user_id": "0", "side": "0", "eventid": "2221684089", "message": "Wechsel Schweiz. Djibril Sow kommt f\u00fcr Xherdan Shaqiri.", "type": "substitution", "minute": "66", "status": "7"}, {"id": "2221684017", "user_id": "0", "side": "0", "eventid": "2221684017", "message": "Wechsel Schweiz. Edimilson Fernandes kommt f\u00fcr Steven Zuber.", "type": "substitution", "minute": "66", "status": "7"}, {"id": "2221683747", "user_id": "0", "side": "0", "eventid": "2221683747", "message": "Toni Kroos (Deutschland) sieht eine Gelbe Karte f\u00fcr \u00fcberhartes Einsteigen.", "type": "yellow card", "minute": "65", "status": "7"}, {"id": "2221683723", "user_id": "0", "side": "0", "eventid": "2221683723", "message": "Foul von Toni Kroos (Deutschland).", "type": "free kick lost", "minute": "65", "status": "7"}, {"id": "2221683711", "user_id": "0", "side": "0", "eventid": "2221683711", "message": "Granit Xhaka (Schweiz) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "65", "status": "7"}, {"id": "2221682985", "user_id": "0", "side": "0", "eventid": "2221682985", "message": "Foul von Toni Kroos (Deutschland).", "type": "free kick lost", "minute": "64", "status": "7"}, {"id": "2221682977", "user_id": "0", "side": "0", "eventid": "2221682977", "message": "Xherdan Shaqiri (Schweiz) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "64", "status": "7"}, {"id": "2221682741", "user_id": "0", "side": "0", "eventid": "2221682741", "message": "Ball abgeblockt. Toni Kroos (Deutschland) versucht es mit dem rechten Fu\u00df aus der Distanz, der Schuss wird jedoch abgeblockt.", "type": "attempt blocked", "minute": "63", "status": "7"}, {"id": "2221682199", "user_id": "0", "side": "0", "eventid": "2221682199", "message": "Timo Werner (Deutschland) bekommt in der gegnerischen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "62", "status": "7"}, {"id": "2221682201", "user_id": "0", "side": "0", "eventid": "2221682201", "message": "Foul von Remo Freuler (Schweiz).", "type": "free kick lost", "minute": "62", "status": "7"}, {"id": "2221681489", "user_id": "0", "side": "0", "eventid": "2221681489", "message": "Tor! Der Spielstand zwischen Deutschland und Schweiz ist 3:3. Serge Gnabry (Deutschland) trifft mit dem rechten Fu\u00df rechts im F\u00fcnfmeterraum unten links. Vorbereitet von Timo Werner.", "type": "goal", "minute": "60", "status": "7"}, {"id": "2221680723", "user_id": "0", "side": "0", "eventid": "2221680723", "message": "Ball pariert. Mario Gavranovic (Schweiz) versucht es mit dem rechten Fu\u00df aus der Strafraummitte, der Schuss wird aber in der Mitte des Kastens gehalten. Vorbereitet von Granit Xhaka.", "type": "attempt saved", "minute": "58", "status": "7"}, {"id": "2221680845", "user_id": "0", "side": "0", "eventid": "2221680845", "message": "Wechsel Deutschland. Marcel Halstenberg kommt f\u00fcr Robin Gosens.", "type": "substitution", "minute": "57", "status": "7"}, {"id": "2221679935", "user_id": "0", "side": "0", "eventid": "2221679935", "message": "Tor! Der Spielstand zwischen Deutschland und Schweiz ist 2:3. Mario Gavranovic (Schweiz) trifft mit dem rechten Fu\u00df aus der Strafraummitte, in die Tormitte unter die Latte.", "type": "goal", "minute": "56", "status": "7"}, {"id": "2221679911", "user_id": "0", "side": "0", "eventid": "2221679911", "message": "Ball pariert. Haris Seferovic (Schweiz) versucht es mit dem linken Fu\u00df rechts im F\u00fcnfmeterraum der Schuss wird aber in der Mitte des Kastens gehalten.", "type": "attempt saved", "minute": "56", "status": "7"}, {"id": "2221679885", "user_id": "0", "side": "0", "eventid": "2221679885", "message": "Ball pariert. Haris Seferovic (Schweiz) versucht es mit dem linken Fu\u00df rechts im Strafraum, der Schuss wird aber in der Mitte des Kastens gehalten. Vorbereitet von Mario Gavranovic.", "type": "attempt saved", "minute": "56", "status": "7"}, {"id": "2221679113", "user_id": "0", "side": "0", "eventid": "2221679113", "message": "Tor! Der Spielstand zwischen Deutschland und Schweiz ist 2:2. Kai Havertz (Deutschland) trifft mit dem rechten Fu\u00df rechts im Strafraum, unten links.", "type": "goal", "minute": "55", "status": "7"}, {"id": "2221678055", "user_id": "0", "side": "0", "eventid": "2221678055", "message": "Ecke Deutschland. Die Ecke wurde verursacht von Haris Seferovic.", "type": "corner", "minute": "52", "status": "7"}, {"id": "2221677569", "user_id": "0", "side": "0", "eventid": "2221677569", "message": "Granit Xhaka (Schweiz) sieht eine Gelbe Karte wegen eines Handspiels.", "type": "yellow card", "minute": "51", "status": "7"}, {"id": "2221677511", "user_id": "0", "side": "0", "eventid": "2221677511", "message": "Handspiel von Granit Xhaka (Schweiz).", "type": "free kick lost", "minute": "51", "status": "7"}, {"id": "2221677209", "user_id": "0", "side": "0", "eventid": "2221677209", "message": "Mario Gavranovic (Schweiz) sieht eine Gelbe Karte f\u00fcr \u00fcberhartes Einsteigen.", "type": "yellow card", "minute": "50", "status": "7"}, {"id": "2221677139", "user_id": "0", "side": "0", "eventid": "2221677139", "message": "Toni Kroos (Deutschland) bekommt auf dem linken Fl\u00fcgel einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "50", "status": "7"}, {"id": "2221677155", "user_id": "0", "side": "0", "eventid": "2221677155", "message": "Foul von Mario Gavranovic (Schweiz).", "type": "free kick lost", "minute": "50", "status": "7"}, {"id": "2221676693", "user_id": "0", "side": "0", "eventid": "2221676693", "message": "Ecke Deutschland. Die Ecke wurde verursacht von Fabian Sch\u00e4r.", "type": "corner", "minute": "49", "status": "7"}, {"id": "2221676577", "user_id": "0", "side": "0", "eventid": "2221676577", "message": "Ball abgeblockt. Kai Havertz (Deutschland) versucht es mit dem linken Fu\u00df aus der Strafraummitte, der Schuss wird jedoch abgeblockt. Vorbereitet von Leon Goretzka.", "type": "attempt blocked", "minute": "49", "status": "7"}, {"id": "2221676163", "user_id": "0", "side": "0", "eventid": "2221676163", "message": "Vorbeigeschossen. Timo Werner (Deutschland) versucht es mit dem rechten Fu\u00df aus der Distanz, aber das Leder geht rechts hoch und weit vorbei. Vorbereitet von Kai Havertz.", "type": "miss", "minute": "48", "status": "7"}, {"id": "2221675673", "user_id": "0", "side": "0", "eventid": "2221675673", "message": "Ball pariert. Steven Zuber (Schweiz) versucht es mit dem rechten Fu\u00df aus der Distanz, der Schuss wird aber links unten gehalten. Vorbereitet von Haris Seferovic.", "type": "attempt saved", "minute": "47", "status": "7"}, {"id": "2221675209", "user_id": "0", "side": "0", "eventid": "2221675209", "message": "Ansto\u00df 2. Halbzeit. der Spielstand zwischen Deutschland und Schweiz ist 1:2.", "type": "start", "minute": "46", "status": "7"}, {"id": "2221671577", "user_id": "0", "side": "0", "eventid": "2221671577", "message": "Die 1. Halbzeit ist zu Ende, der Spielstand zwischen Deutschland und Schweiz ist 1:2.", "type": "end 1", "minute": "45", "status": "6"}, {"id": "2221671361", "user_id": "0", "side": "0", "eventid": "2221671361", "message": "Abseits Schweiz. Haris Seferovic spielt einen Pass nach vorne, aber die Unparteiischen sehen Xherdan Shaqiri im Abseits.", "type": "offside", "minute": "45", "status": "6"}, {"id": "2221670969", "user_id": "0", "side": "0", "eventid": "2221670969", "message": "Vorbeigeschossen. Toni Kroos (Deutschland) versucht es mit dem linken Fu\u00df aus der Distanz, doch der Ball geht knapp links vorbei. Vorbereitet von Joshua Kimmich.", "type": "miss", "minute": "44", "status": "6"}, {"id": "2221669251", "user_id": "0", "side": "0", "eventid": "2221669251", "message": "Antonio R\u00fcdiger (Deutschland) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "40", "status": "6"}, {"id": "2221669239", "user_id": "0", "side": "0", "eventid": "2221669239", "message": "Foul von Remo Freuler (Schweiz).", "type": "free kick lost", "minute": "40", "status": "6"}, {"id": "2221669073", "user_id": "0", "side": "0", "eventid": "2221669073", "message": "Foul von Antonio R\u00fcdiger (Deutschland).", "type": "free kick lost", "minute": "40", "status": "6"}, {"id": "2221669063", "user_id": "0", "side": "0", "eventid": "2221669063", "message": "Silvan Widmer (Schweiz) bekommt auf dem rechten Fl\u00fcgel einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "40", "status": "6"}, {"id": "2221667941", "user_id": "0", "side": "0", "eventid": "2221667941", "message": "Foul von Serge Gnabry (Deutschland).", "type": "free kick lost", "minute": "37", "status": "6"}, {"id": "2221667935", "user_id": "0", "side": "0", "eventid": "2221667935", "message": "Mario Gavranovic (Schweiz) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "37", "status": "6"}, {"id": "2221667477", "user_id": "0", "side": "0", "eventid": "2221667477", "message": "Robin Gosens (Deutschland) sieht eine Gelbe Karte f\u00fcr \u00fcberhartes Einsteigen.", "type": "yellow card", "minute": "36", "status": "6"}, {"id": "2221667363", "user_id": "0", "side": "0", "eventid": "2221667363", "message": "Foul von Robin Gosens (Deutschland).", "type": "free kick lost", "minute": "36", "status": "6"}, {"id": "2221667357", "user_id": "0", "side": "0", "eventid": "2221667357", "message": "Silvan Widmer (Schweiz) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "36", "status": "6"}, {"id": "2221666979", "user_id": "0", "side": "0", "eventid": "2221666979", "message": "Ecke Deutschland. Die Ecke wurde verursacht von Yann Sommer.", "type": "corner", "minute": "35", "status": "6"}, {"id": "2221666955", "user_id": "0", "side": "0", "eventid": "2221666955", "message": "Ball pariert. Robin Gosens (Deutschland) versucht es mit dem linken Fu\u00df aus der Distanz, der Schuss wird aber hoch in der Mitte des Kastens gehalten. Vorbereitet von Timo Werner.", "type": "attempt saved", "minute": "35", "status": "6"}, {"id": "2221666721", "user_id": "0", "side": "0", "eventid": "2221666721", "message": "Toni Kroos (Deutschland) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "34", "status": "6"}, {"id": "2221666731", "user_id": "0", "side": "0", "eventid": "2221666731", "message": "Foul von Remo Freuler (Schweiz).", "type": "free kick lost", "minute": "34", "status": "6"}, {"id": "2221666197", "user_id": "0", "side": "0", "eventid": "2221666197", "message": "Foul von Lukas Klostermann (Deutschland).", "type": "free kick lost", "minute": "33", "status": "6"}, {"id": "2221666205", "user_id": "0", "side": "0", "eventid": "2221666205", "message": "Haris Seferovic (Schweiz) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "33", "status": "6"}, {"id": "2221665237", "user_id": "0", "side": "0", "eventid": "2221665237", "message": "Ecke Deutschland. Die Ecke wurde verursacht von Fabian Sch\u00e4r.", "type": "corner", "minute": "31", "status": "6"}, {"id": "2221664395", "user_id": "0", "side": "0", "eventid": "2221664395", "message": "Ball abgeblockt. Toni Kroos (Deutschland) versucht es mit dem linken Fu\u00df aus der Distanz, der Schuss wird jedoch abgeblockt. Vorbereitet von Serge Gnabry.", "type": "attempt blocked", "minute": "29", "status": "6"}, {"id": "2221664317", "user_id": "0", "side": "0", "eventid": "2221664317", "message": "Fabian Sch\u00e4r (Schweiz) sieht eine Gelbe Karte f\u00fcr \u00fcberhartes Einsteigen.", "type": "yellow card", "minute": "29", "status": "6"}, {"id": "2221663969", "user_id": "0", "side": "0", "eventid": "2221663969", "message": "Tor! Der Spielstand zwischen Deutschland und Schweiz ist 1:2. Timo Werner (Deutschland) trifft mit dem linken Fu\u00df links im Sechzehner, unten rechts. Vorbereitet von Kai Havertz.", "type": "goal", "minute": "28", "status": "6"}, {"id": "2221663147", "user_id": "0", "side": "0", "eventid": "2221663147", "message": "Tor! Der Spielstand zwischen Deutschland und Schweiz ist 0:2. Remo Freuler (Schweiz) trifft mit dem rechten Fu\u00df aus der Strafraummitte, oben rechts. Vorbereitet von Haris Seferovic nach einem Konter.", "type": "goal", "minute": "26", "status": "6"}, {"id": "2221662635", "user_id": "0", "side": "0", "eventid": "2221662635", "message": "Ball pariert. Timo Werner (Deutschland) versucht es mit dem rechten Fu\u00df aus der Strafraummitte, der Schuss wird aber rechts unten gehalten. Vorbereitet von Toni Kroos mit einem Steilpass.", "type": "attempt saved", "minute": "25", "status": "6"}, {"id": "2221662123", "user_id": "0", "side": "0", "eventid": "2221662123", "message": "Leon Goretzka (Deutschland) bekommt in der gegnerischen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "24", "status": "6"}, {"id": "2221662119", "user_id": "0", "side": "0", "eventid": "2221662119", "message": "Foul von Fabian Sch\u00e4r (Schweiz).", "type": "free kick lost", "minute": "24", "status": "6"}, {"id": "2221661781", "user_id": "0", "side": "0", "eventid": "2221661781", "message": "Vorbeigeschossen. Haris Seferovic (Schweiz) versucht es mit dem linken Fu\u00df aus der Distanz, doch die Murmel geht links hoch und weit vorbei. Vorbereitet von Xherdan Shaqiri.", "type": "miss", "minute": "23", "status": "6"}, {"id": "2221661091", "user_id": "0", "side": "0", "eventid": "2221661091", "message": "Vorbeigeschossen. Joshua Kimmich (Deutschland) versucht es mit dem rechten Fu\u00df aus der Distanz, doch die Kugel geht rechts vorbei. Vorbereitet von Leon Goretzka.", "type": "miss", "minute": "22", "status": "6"}, {"id": "2221660705", "user_id": "0", "side": "0", "eventid": "2221660705", "message": "Robin Gosens (Deutschland) bekommt auf dem linken Fl\u00fcgel einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "21", "status": "6"}, {"id": "2221660713", "user_id": "0", "side": "0", "eventid": "2221660713", "message": "Foul von Silvan Widmer (Schweiz).", "type": "free kick lost", "minute": "21", "status": "6"}, {"id": "2221660103", "user_id": "0", "side": "0", "eventid": "2221660103", "message": "Ball abgeblockt. Toni Kroos (Deutschland) versucht es mit dem rechten Fu\u00df aus der Distanz, der Schuss wird jedoch abgeblockt. Vorbereitet von Timo Werner.", "type": "attempt blocked", "minute": "20", "status": "6"}, {"id": "2221658809", "user_id": "0", "side": "0", "eventid": "2221658809", "message": "Handspiel von Kai Havertz (Deutschland).", "type": "free kick lost", "minute": "17", "status": "6"}, {"id": "2221658517", "user_id": "0", "side": "0", "eventid": "2221658517", "message": "Joshua Kimmich (Deutschland) bekommt in der gegnerischen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "16", "status": "6"}, {"id": "2221658535", "user_id": "0", "side": "0", "eventid": "2221658535", "message": "Foul von Xherdan Shaqiri (Schweiz).", "type": "free kick lost", "minute": "16", "status": "6"}, {"id": "2221658089", "user_id": "0", "side": "0", "eventid": "2221658089", "message": "Ball abgeblockt. Mario Gavranovic (Schweiz) versucht es mit dem rechten Fu\u00df aus der Strafraummitte, der Schuss wird jedoch abgeblockt.", "type": "attempt blocked", "minute": "15", "status": "6"}, {"id": "2221657589", "user_id": "0", "side": "0", "eventid": "2221657589", "message": "Ecke Deutschland. Die Ecke wurde verursacht von Mario Gavranovic.", "type": "corner", "minute": "14", "status": "6"}, {"id": "2221657329", "user_id": "0", "side": "0", "eventid": "2221657329", "message": "Ecke Deutschland. Die Ecke wurde verursacht von Ricardo Rodr\u00edguez.", "type": "corner", "minute": "14", "status": "6"}, {"id": "2221655747", "user_id": "0", "side": "0", "eventid": "2221655747", "message": "Ball abgeblockt. Joshua Kimmich (Deutschland) versucht es mit dem rechten Fu\u00df aus der Distanz, der Schuss wird jedoch abgeblockt. Vorbereitet von Serge Gnabry.", "type": "attempt blocked", "minute": "10", "status": "6"}, {"id": "2221655349", "user_id": "0", "side": "0", "eventid": "2221655349", "message": "Toni Kroos (Deutschland) bekommt in der eigenen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "9", "status": "6"}, {"id": "2221655393", "user_id": "0", "side": "0", "eventid": "2221655393", "message": "Foul von Remo Freuler (Schweiz).", "type": "free kick lost", "minute": "9", "status": "6"}, {"id": "2221654425", "user_id": "0", "side": "0", "eventid": "2221654425", "message": "Ecke Schweiz. Die Ecke wurde verursacht von Lukas Klostermann.", "type": "corner", "minute": "7", "status": "6"}, {"id": "2221654225", "user_id": "0", "side": "0", "eventid": "2221654225", "message": "Ball abgeblockt. Haris Seferovic (Schweiz) versucht es mit dem rechten Fu\u00df aus der Distanz, der Schuss wird jedoch abgeblockt. Vorbereitet von Remo Freuler.", "type": "attempt blocked", "minute": "6", "status": "6"}, {"id": "2221653735", "user_id": "0", "side": "0", "eventid": "2221653735", "message": "Tor! Der Spielstand zwischen Deutschland und Schweiz ist 0:1. Mario Gavranovic (Schweiz) trifft per Kopf rechts im F\u00fcnfmeterraum oben links. Vorbereitet von Remo Freuler mit dem Kopf nach einer Ecke.", "type": "goal", "minute": "5", "status": "6"}, {"id": "2221656109", "user_id": "0", "side": "0", "eventid": "2221656109", "message": "Ball pariert. Xherdan Shaqiri (Schweiz) versucht es mit dem linken Fu\u00df rechts im F\u00fcnfmeterraum der Schuss wird aber rechts unten gehalten. Vorbereitet von Remo Freuler.", "type": "attempt saved", "minute": "5", "status": "6"}, {"id": "2221654529", "user_id": "0", "side": "0", "eventid": "2221654529", "message": "Ecke Schweiz. Die Ecke wurde verursacht von Manuel Neuer.", "type": "corner", "minute": "5", "status": "6"}, {"id": "2221653133", "user_id": "0", "side": "0", "eventid": "2221653133", "message": "Leon Goretzka (Deutschland) bekommt in der gegnerischen H\u00e4lfte einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "4", "status": "6"}, {"id": "2221653141", "user_id": "0", "side": "0", "eventid": "2221653141", "message": "Foul von Granit Xhaka (Schweiz).", "type": "free kick lost", "minute": "4", "status": "6"}, {"id": "2221652847", "user_id": "0", "side": "0", "eventid": "2221652847", "message": "Vorbeigeschossen. Leon Goretzka (Deutschland) versucht es mit dem rechten Fu\u00df aus der Distanz, , allerdings fliegt die Kugel dr\u00fcber. Vorbereitet von Kai Havertz.", "type": "miss", "minute": "3", "status": "6"}, {"id": "2221652141", "user_id": "0", "side": "0", "eventid": "2221652141", "message": "Foul von Toni Kroos (Deutschland).", "type": "free kick lost", "minute": "2", "status": "6"}, {"id": "2221652139", "user_id": "0", "side": "0", "eventid": "2221652139", "message": "Xherdan Shaqiri (Schweiz) bekommt auf dem linken Fl\u00fcgel einen Freisto\u00df zugesprochen.", "type": "free kick won", "minute": "2", "status": "6"}, {"id": "2221651763", "user_id": "0", "side": "0", "eventid": "2221651763", "message": "Ecke Deutschland. Die Ecke wurde verursacht von Fabian Sch\u00e4r.", "type": "corner", "minute": "1", "status": "6"}, {"id": "2221651475", "user_id": "0", "side": "0", "eventid": "2221651475", "message": "Ansto\u00df 1. Halbzeit. Wir freuen uns auf eine spannende Begegnung zwischen Deutschland und Schweiz.", "type": "start", "minute": "1", "status": "6"}, {"id": "2221639101", "user_id": "0", "side": "0", "eventid": "2221639101", "message": "Die Aufstellungen folgen in K\u00fcrze, das Aufw\u00e4rmen l\u00e4uft gerade.", "type": "lineup", "minute": "0", "status": "0"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ticker": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "user_id": {"type": "string"}, "side": {"type": "string"}, "eventid": {"type": "string"}, "message": {"type": "string"}, "type": {"type": "string"}, "minute": {"type": "string"}, "status": {"type": "string"}}, "required": ["eventid", "id", "message", "minute", "side", "status", "type", "user_id"]}}}, "required": ["ticker"]} |
ab742d71-1a08-45be-854a-984674c61f4a/5172e8ee-8fc1-4947-a157-aa2e80aefcf7/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/get-line-ups | Get line ups of specific match | 200 | Response | {"tactic": {"home": "4-2-3-1", "away": "3-4-1-2"}, "formations": {"list": false, "home": {"start": {"1": {"number": "1", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/17259-1540567890.jpg?lm=1", "playerName": "Neuer", "firstName": "Manuel", "lastName": "Neuer", "alias": "", "id": "17259", "position": "Torwart", "posSort": 1, "formationPosition": 1, "preferredFoot": "2", "marketValue": "14,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "35", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "2": {"number": "13", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/215599-1532352073.jpg?lm=1", "playerName": "Klostermann", "firstName": "Lukas", "lastName": "Klostermann", "alias": "", "id": "215599", "position": "Abwehr", "posSort": 2, "formationPosition": 5, "preferredFoot": "2", "marketValue": "23,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "25", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "3": {"number": "4", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/124502-1627996998.jpg?lm=1", "playerName": "Ginter", "firstName": "Matthias", "lastName": "Ginter", "alias": "", "id": "124502", "position": "Abwehr", "posSort": 2, "formationPosition": 3, "preferredFoot": "2", "marketValue": "24,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "28", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "4": {"number": "16", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/86202-1624448001.jpg?lm=1", "playerName": "R\u00fcdiger", "firstName": "Antonio", "lastName": "R\u00fcdiger", "alias": "", "id": "86202", "position": "Abwehr", "posSort": 2, "formationPosition": 3, "preferredFoot": "2", "marketValue": "35,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "28", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "152", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/152.png?lm=1520611569", "secondCountryName": "Sierra Leone"}, "5": {"number": "19", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/273132-1616511080.jpg?lm=1", "playerName": "Gosens", "firstName": "Robin", "lastName": "Gosens", "alias": "", "id": "273132", "position": "Mittelfeld", "posSort": 3, "formationPosition": 4, "preferredFoot": "1", "marketValue": "35,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "27", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "122", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/122.png?lm=1520611569", "secondCountryName": "Niederlande"}, "6": {"number": "6", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/161056-1636537308.jpg?lm=1", "playerName": "Kimmich", "firstName": "Joshua", "lastName": "Kimmich", "alias": "", "id": "161056", "position": "Mittelfeld", "posSort": 3, "formationPosition": 6, "preferredFoot": "2", "marketValue": "85,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "27", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "7": {"number": "8", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/31909-1519743952.jpg?lm=1", "playerName": "Kroos", "firstName": "Toni", "lastName": "Kroos", "alias": "", "id": "31909", "position": "Mittelfeld", "posSort": 3, "formationPosition": 6, "preferredFoot": "2", "marketValue": "25,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "32", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "8": {"number": "20", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/159471-1570373116.jpg?lm=1", "playerName": "Gnabry", "firstName": "Serge", "lastName": "Gnabry", "alias": "", "id": "159471", "position": "Sturm", "posSort": 4, "formationPosition": 8, "preferredFoot": "2", "marketValue": "70,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "26", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "38", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/38.png?lm=1520611569", "secondCountryName": "Elfenbeink\u00fcste"}, "9": {"number": "18", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/153084-1540568530.jpg?lm=1", "playerName": "Goretzka", "firstName": "Leon", "lastName": "Goretzka", "alias": "", "id": "153084", "position": "Mittelfeld", "posSort": 3, "formationPosition": 10, "preferredFoot": "2", "marketValue": "70,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "27", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "10": {"number": "21", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/309400-1620646226.jpg?lm=1", "playerName": "Havertz", "firstName": "Kai", "lastName": "Havertz", "alias": "", "id": "309400", "position": "Mittelfeld", "posSort": 3, "formationPosition": 9, "preferredFoot": "1", "marketValue": "70,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "22", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "11": {"number": "9", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/170527-1471002206.jpg?lm=1", "playerName": "Werner", "firstName": "Timo", "lastName": "Werner", "alias": "", "id": "170527", "position": "Sturm", "posSort": 4, "formationPosition": 14, "preferredFoot": "2", "marketValue": "50,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "25", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}}, "bank": [{"number": "12", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/72476-1642711733.jpg?lm=1", "playerName": "Leno", "firstName": "Bernd", "lastName": "Leno", "alias": "", "id": "72476", "position": "Torwart", "posSort": 1, "formationPosition": null, "preferredFoot": "2", "marketValue": "16,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "29", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "11", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/196095-1603795986.jpg?lm=1", "playerName": "Waldschmidt", "firstName": "Luca", "lastName": "Waldschmidt", "alias": "", "id": "196095", "position": "Sturm", "posSort": 4, "formationPosition": null, "preferredFoot": "1", "marketValue": "10,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "25", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "14", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/278332-1533288929.jpg?lm=1", "playerName": "Neuhaus", "firstName": "Florian", "lastName": "Neuhaus", "alias": "", "id": "278332", "position": "Mittelfeld", "posSort": 3, "formationPosition": null, "preferredFoot": "2", "marketValue": "22,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "24", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "17", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/7161-1627997183.jpg?lm=1", "playerName": "Hofmann", "firstName": "Jonas", "lastName": "Hofmann", "alias": "", "id": "7161", "position": "Sturm", "posSort": 4, "formationPosition": null, "preferredFoot": "2", "marketValue": "16,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "29", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "7", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/85148-1601898137.jpg?lm=1", "playerName": "Draxler", "firstName": "Julian", "lastName": "Draxler", "alias": "", "id": "85148", "position": "Sturm", "posSort": 4, "formationPosition": null, "preferredFoot": "2", "marketValue": "20,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "28", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "23", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/119296-1567162394.jpg?lm=1", "playerName": "Can", "firstName": "Emre", "lastName": "Can", "alias": "", "id": "119296", "position": "Mittelfeld", "posSort": 3, "formationPosition": null, "preferredFoot": "2", "marketValue": "22,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "28", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "174", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/174.png?lm=1520611569", "secondCountryName": "T\u00fcrkei"}, {"number": "10", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/187492-1615389334.jpg?lm=1", "playerName": "Brandt", "firstName": "Julian", "lastName": "Brandt", "alias": "", "id": "187492", "position": "Mittelfeld", "posSort": 3, "formationPosition": null, "preferredFoot": "2", "marketValue": "25,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "25", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "5", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/196357-1582110175.jpg?lm=1", "playerName": "Tah", "firstName": "Jonathan", "lastName": "Tah", "alias": "", "id": "196357", "position": "Abwehr", "posSort": 2, "formationPosition": null, "preferredFoot": "2", "marketValue": "25,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "26", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "38", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/38.png?lm=1520611569", "secondCountryName": "Elfenbeink\u00fcste"}, {"number": "15", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/166601-1624802741.jpg?lm=1", "playerName": "S\u00fcle", "firstName": "Niklas", "lastName": "S\u00fcle", "alias": "", "id": "166601", "position": "Abwehr", "posSort": 2, "formationPosition": null, "preferredFoot": "2", "marketValue": "35,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "26", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "2", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/328784-1533733408.jpg?lm=1", "playerName": "Koch", "firstName": "Robin", "lastName": "Koch", "alias": "", "id": "328784", "position": "Abwehr", "posSort": 2, "formationPosition": null, "preferredFoot": "2", "marketValue": "17,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "25", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "3", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/70243-1532351818.jpg?lm=1", "playerName": "Halstenberg", "firstName": "Marcel", "lastName": "Halstenberg", "alias": "", "id": "70243", "position": "Abwehr", "posSort": 2, "formationPosition": null, "preferredFoot": "1", "marketValue": "7,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "30", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "22", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/45672-1630064993.jpg?lm=1", "playerName": "Trapp", "firstName": "Kevin", "lastName": "Trapp", "alias": "", "id": "45672", "position": "Torwart", "posSort": 1, "formationPosition": null, "preferredFoot": "2", "marketValue": "6,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "31", "countryID": 40, "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}]}, "away": {"start": {"1": {"number": "1", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/42205-1627997088.jpg?lm=1", "playerName": "Sommer", "firstName": "Yann", "lastName": "Sommer", "alias": "", "id": "42205", "position": "Torwart", "posSort": 1, "formationPosition": 1, "preferredFoot": "2", "marketValue": "5,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "33", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "2": {"number": "4", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/192635-1533288578.jpg?lm=1", "playerName": "Elvedi", "firstName": "Nico", "lastName": "Elvedi", "alias": "", "id": "192635", "position": "Abwehr", "posSort": 2, "formationPosition": 3, "preferredFoot": "2", "marketValue": "23,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "25", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "3": {"number": "22", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/135343-1516896856.jpg?lm=1", "playerName": "Sch\u00e4r", "firstName": "Fabian", "lastName": "Sch\u00e4r", "alias": "", "id": "135343", "position": "Abwehr", "posSort": 2, "formationPosition": 3, "preferredFoot": "2", "marketValue": "7,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "30", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "4": {"number": "13", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/86784-1597165843.jpg?lm=1", "playerName": "Rodr\u00edguez", "firstName": "Ricardo", "lastName": "Rodr\u00edguez", "alias": "", "id": "86784", "position": "Abwehr", "posSort": 2, "formationPosition": 3, "preferredFoot": "1", "marketValue": "2,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "29", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "33", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/33.png?lm=1520611569", "secondCountryName": "Chile"}, "5": {"number": "3", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/168989-1629202510.jpg?lm=1", "playerName": "Widmer", "firstName": "Silvan", "lastName": "Widmer", "alias": "", "id": "168989", "position": "Abwehr", "posSort": 2, "formationPosition": 8, "preferredFoot": "2", "marketValue": "5,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "28", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "6": {"number": "8", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/148252-1537772961.jpg?lm=1", "playerName": "Freuler", "firstName": "Remo", "lastName": "Freuler", "alias": "", "id": "148252", "position": "Mittelfeld", "posSort": 3, "formationPosition": 6, "preferredFoot": "2", "marketValue": "24,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "29", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "7": {"number": "10", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/111455-1583763084.jpg?lm=1", "playerName": "Xhaka", "firstName": "Granit", "lastName": "Xhaka", "alias": "", "id": "111455", "position": "Mittelfeld", "posSort": 3, "formationPosition": 6, "preferredFoot": "1", "marketValue": "20,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "29", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "8": {"number": "14", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/68033-1500019881.jpg?lm=1", "playerName": "Zuber", "firstName": "Steven", "lastName": "Zuber", "alias": "", "id": "68033", "position": "Sturm", "posSort": 4, "formationPosition": 9, "preferredFoot": "2", "marketValue": "3,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "30", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, "9": {"number": "23", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/86792-1528356287.jpg?lm=1", "playerName": "Shaqiri", "firstName": "Xherdan", "lastName": "Shaqiri", "alias": "", "id": "86792", "position": "Sturm", "posSort": 4, "formationPosition": 10, "preferredFoot": "1", "marketValue": "8,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "30", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "244", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/244.png?lm=1520611569", "secondCountryName": "Kosovo"}, "10": {"number": "19", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/61380-1628857921.jpg?lm=1", "playerName": "Gavranovic", "firstName": "Mario", "lastName": "Gavranovic", "alias": "", "id": "61380", "position": "Sturm", "posSort": 4, "formationPosition": 14, "preferredFoot": "2", "marketValue": "1,60", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "32", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "37", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/37.png?lm=1520611569", "secondCountryName": "Kroatien"}, "11": {"number": "9", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/109256-1603796026.jpg?lm=1", "playerName": "Seferovic", "firstName": "Haris", "lastName": "Seferovic", "alias": "", "id": "109256", "position": "Sturm", "posSort": 4, "formationPosition": 14, "preferredFoot": "1", "marketValue": "14,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "29", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "24", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/24.png?lm=1569523290", "secondCountryName": "Bosnien-Herzegowina"}}, "bank": [{"number": "5", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/507344-1533380631.jpg?lm=1", "playerName": "Omeragic", "firstName": "Becir", "lastName": "Omeragic", "alias": "", "id": "507344", "position": "Abwehr", "posSort": 2, "formationPosition": null, "preferredFoot": "2", "marketValue": "7,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "20", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "20", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/247555-1628596987.jpg?lm=1", "playerName": "Fernandes", "firstName": "Edimilson", "lastName": "Fernandes", "alias": "", "id": "247555", "position": "Mittelfeld", "posSort": 3, "formationPosition": null, "preferredFoot": "2", "marketValue": "2,80", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "25", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "136", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "secondCountryName": "Portugal"}, {"number": "15", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/212723-1599992162.jpg?lm=1", "playerName": "Sow", "firstName": "Djibril", "lastName": "Sow", "alias": "", "id": "212723", "position": "Mittelfeld", "posSort": 3, "formationPosition": null, "preferredFoot": "2", "marketValue": "17,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "25", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "149", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/149.png?lm=1520611569", "secondCountryName": "Senegal"}, {"number": "16", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/250490-1626261724.jpg?lm=1", "playerName": "Fassnacht", "firstName": "Christian", "lastName": "Fassnacht", "alias": "", "id": "250490", "position": "Mittelfeld", "posSort": 3, "formationPosition": null, "preferredFoot": "2", "marketValue": "4,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "28", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "7", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/243856-1493720580.jpg?lm=1", "playerName": "Itten", "firstName": "Cedric", "lastName": "Itten", "alias": "", "id": "243856", "position": "Sturm", "posSort": 4, "formationPosition": null, "preferredFoot": "2", "marketValue": "3,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "25", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "18", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/66058-1642189619.jpg?lm=1", "playerName": "Mehmedi", "firstName": "Admir", "lastName": "Mehmedi", "alias": "", "id": "66058", "position": "Sturm", "posSort": 4, "formationPosition": null, "preferredFoot": "2", "marketValue": "1,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "30", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "100", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/100.png?lm=1520611569", "secondCountryName": "Nordmazedonien"}, {"number": "12", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/147051-1613227191.jpg?lm=1", "playerName": "Mvogo", "firstName": "Yvon", "lastName": "Mvogo", "alias": "", "id": "147051", "position": "Torwart", "posSort": 1, "formationPosition": null, "preferredFoot": "2", "marketValue": "2,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "27", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "31", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/31.png?lm=1520611569", "secondCountryName": "Kamerun"}, {"number": "17", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/313094-1533135904.jpg?lm=1", "playerName": "Lotomba", "firstName": "Jordan", "lastName": "Lotomba", "alias": "", "id": "313094", "position": "Abwehr", "posSort": 2, "formationPosition": null, "preferredFoot": "2", "marketValue": "6,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "23", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "193", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/193.png?lm=1520611569", "secondCountryName": "DR Kongo"}, {"number": "6", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/298583-1473155711.jpg?lm=1", "playerName": "C\u00f6mert", "firstName": "Eray", "lastName": "C\u00f6mert", "alias": "", "id": "298583", "position": "Abwehr", "posSort": 2, "formationPosition": null, "preferredFoot": "2", "marketValue": "1,80", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "24", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "174", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/174.png?lm=1520611569", "secondCountryName": "T\u00fcrkei"}, {"number": "2", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/119085-1623748420.jpg?lm=1", "playerName": "Benito", "firstName": "Loris", "lastName": "Benito", "alias": "", "id": "119085", "position": "Abwehr", "posSort": 2, "formationPosition": null, "preferredFoot": "1", "marketValue": "2,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "30", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "157", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "secondCountryName": "Spanien"}, {"number": "21", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/247915-1565013453.jpg?lm=1", "playerName": "Omlin", "firstName": "Jonas", "lastName": "Omlin", "alias": "", "id": "247915", "position": "Torwart", "posSort": 1, "formationPosition": null, "preferredFoot": "2", "marketValue": "8,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "28", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": ""}, {"number": "11", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/345886-1606326405.jpg?lm=1", "playerName": "Vargas", "firstName": "Rub\u00e9n", "lastName": "Vargas", "alias": "", "id": "345886", "position": "Sturm", "posSort": 4, "formationPosition": null, "preferredFoot": "2", "marketValue": "11,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "age": "23", "countryID": 148, "countryName": "Schweiz", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "secondCountryID": "43", "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/43.png?lm=1520611569", "secondCountryName": "Dominikanische Republik"}]}}, "coaches": {"home": {"countryID": 40, "countryImage": "https://tmssl.akamaized.net/images/flagge/small/40.png?lm=1520612525", "countryName": "Deutschland", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": "", "id": "495", "personID": "43149", "name": "Joachim L\u00f6w", "image": "https://img.a.transfermarkt.technology/portrait/medium/495-1477907346.jpg?lm=1"}, "away": {"countryID": 148, "countryImage": "https://tmssl.akamaized.net/images/flagge/small/148.png?lm=1520611569", "countryName": "Schweiz", "secondCountryID": 24, "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/small/24.png?lm=1569523290", "secondCountryName": "Bosnien-Herzegowina", "id": "1315", "personID": "43859", "name": "V. Petkovic", "image": "https://img.a.transfermarkt.technology/portrait/medium/1315-1495468201.jpg?lm=1"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"tactic": {"type": "object", "properties": {"home": {"type": "string"}, "away": {"type": "string"}}, "required": ["away", "home"]}, "formations": {"type": "object", "properties": {"list": {"type": "boolean"}, "home": {"type": "object", "properties": {"start": {"type": "object", "properties": {"1": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "2": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "3": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "4": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "5": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "6": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "7": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "8": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "9": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "10": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "11": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}}, "required": ["1", "10", "11", "2", "3", "4", "5", "6", "7", "8", "9"]}, "bank": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "null"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}}}, "required": ["bank", "start"]}, "away": {"type": "object", "properties": {"start": {"type": "object", "properties": {"1": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "2": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "3": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "4": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "5": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "6": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "7": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "8": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "9": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "10": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "11": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "integer"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}}, "required": ["1", "10", "11", "2", "3", "4", "5", "6", "7", "8", "9"]}, "bank": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "id": {"type": "string"}, "position": {"type": "string"}, "posSort": {"type": "integer"}, "formationPosition": {"type": "null"}, "preferredFoot": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "age": {"type": "string"}, "countryID": {"type": "integer"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}}, "required": ["age", "alias", "countryID", "countryImage", "countryName", "firstName", "formationPosition", "id", "lastName", "marketValue", "marketValueCurrency", "marketValueNumeral", "number", "playerImage", "playerName", "posSort", "position", "preferredFoot", "secondCountryID", "secondCountryImage", "secondCountryName"]}}}, "required": ["bank", "start"]}}, "required": ["away", "home", "list"]}, "coaches": {"type": "object", "properties": {"home": {"type": "object", "properties": {"countryID": {"type": "integer"}, "countryImage": {"type": "string"}, "countryName": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}, "id": {"type": "string"}, "personID": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["countryID", "countryImage", "countryName", "id", "image", "name", "personID", "secondCountryID", "secondCountryImage", "secondCountryName"]}, "away": {"type": "object", "properties": {"countryID": {"type": "integer"}, "countryImage": {"type": "string"}, "countryName": {"type": "string"}, "secondCountryID": {"type": "integer"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}, "id": {"type": "string"}, "personID": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["countryID", "countryImage", "countryName", "id", "image", "name", "personID", "secondCountryID", "secondCountryImage", "secondCountryName"]}}, "required": ["away", "home"]}}, "required": ["coaches", "formations", "tactic"]} |
ab742d71-1a08-45be-854a-984674c61f4a/0d0147db-f6e3-484b-9dbd-f09a899675c0/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/get-club-comparison | Get club comparison of specific match | 200 | Response | {"facts": {"verein_h": {"totalMarketvalue": "558,50", "totalMarketvalueCurrency": "\u20ac", "totalMarketvalueNumeral": "Mio.", "totalMarketValueUnformatted": 558500000, "avgMarketvalue": "26,60", "avgMarketvalueCurrency": "\u20ac", "avgMarketvalueNumeral": "Mio.", "avgMarketValueUnformatted": 26595238, "avgAge": "27.80", "nationalPlayer": 21, "youthNationalPlayer": 4, "legionaries": "7", "tableRank": "", "members": "0", "mostValuablePlayer": {"id": "309400", "name": "Kai Havertz", "image": "https://img.a.transfermarkt.technology/portrait/medium/309400-1620646226.jpg?lm=1", "marketValue": "70,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 70000000, "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/3262.png?lm=1622018129"}, "coach": {"countryID": 40, "countryImage": "https://tmssl.akamaized.net/images/flagge/small/40.png?lm=1520612525", "countryName": "Deutschland", "secondCountryID": "", "secondCountryImage": "", "secondCountryName": "", "id": "495", "personID": "43149", "name": "Joachim L\u00f6w", "image": "https://img.a.transfermarkt.technology/portrait/medium/495-1477907346.jpg?lm=1"}}, "verein_g": {"totalMarketvalue": "194,40", "totalMarketvalueCurrency": "\u20ac", "totalMarketvalueNumeral": "Mio.", "totalMarketValueUnformatted": 194400000, "avgMarketvalue": "8,84", "avgMarketvalueCurrency": "\u20ac", "avgMarketvalueNumeral": "Mio.", "avgMarketValueUnformatted": 8836364, "avgAge": "27.00", "nationalPlayer": 22, "youthNationalPlayer": 4, "legionaries": "19", "tableRank": "", "members": "290000", "mostValuablePlayer": {"id": "284730", "name": "Manuel Akanji", "image": "https://img.a.transfermarkt.technology/portrait/medium/284730-1615389562.jpg?lm=1", "marketValue": "30,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 30000000, "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/3384.png?lm=1622018943"}, "coach": {"countryID": 148, "countryImage": "https://tmssl.akamaized.net/images/flagge/small/148.png?lm=1520611569", "countryName": "Schweiz", "secondCountryID": 24, "secondCountryImage": "https://tmssl.akamaized.net/images/flagge/small/24.png?lm=1569523290", "secondCountryName": "Bosnien-Herzegowina", "id": "1315", "personID": "43859", "name": "V. Petkovic", "image": "https://img.a.transfermarkt.technology/portrait/medium/1315-1495468201.jpg?lm=1"}}}, "allTimeResults": {"matches": 53, "winsHome": 36, "draw": 8, "winsAway": 9, "goalsHome": 142, "goalsAway": 69, "totalGoals": 211}, "probablyNotAvailable": {"verein_h": {"injuries": [{"id": "53622", "image": "https://img.a.transfermarkt.technology/portrait/medium/53622-1519915654.jpg?lm=1", "name": "Ilkay G\u00fcndogan", "description": "Corona-Virus", "positionID": "7", "positionShort": "ZM", "position": "Zentrales Mittelfeld", "dateUntil": "16.10.2020", "rehabFlag": ""}, {"id": "192565", "image": "https://img.a.transfermarkt.technology/portrait/medium/192565-1624802554.jpg?lm=1", "name": "Leroy San\u00e9", "description": "Kapselverletzung", "positionID": "11", "positionShort": "LA", "position": "Linksau\u00dfen", "dateUntil": "22.10.2020", "rehabFlag": ""}, {"id": "228948", "image": "https://img.a.transfermarkt.technology/portrait/medium/228948-1602848776.jpg?lm=1", "name": "Thilo Kehrer", "description": "Adduktorenbeschwerden", "positionID": "3", "positionShort": "IV", "position": "Innenverteidiger", "dateUntil": "25.10.2020", "rehabFlag": ""}, {"id": "74857", "image": "https://img.a.transfermarkt.technology/portrait/medium/74857-1599987750.jpg?lm=1", "name": "M. ter Stegen", "description": "Knieverletzung", "positionID": "1", "positionShort": "TW", "position": "Torwart", "dateUntil": "03.11.2020", "rehabFlag": ""}, {"id": "309400", "image": "https://img.a.transfermarkt.technology/portrait/medium/309400-1620646226.jpg?lm=1", "name": "Kai Havertz", "description": "Corona-Virus", "positionID": "10", "positionShort": "OM", "position": "Offensives Mittelfeld", "dateUntil": "22.11.2020", "rehabFlag": ""}, {"id": "7161", "image": "https://img.a.transfermarkt.technology/portrait/medium/7161-1627997183.jpg?lm=1", "name": "Jonas Hofmann", "description": "Muskelb\u00fcndelriss", "positionID": "12", "positionShort": "RA", "position": "Rechtsau\u00dfen", "dateUntil": "20.12.2020", "rehabFlag": ""}, {"id": "117674", "image": "https://img.a.transfermarkt.technology/portrait/medium/117674-1619530644.jpg?lm=1", "name": "M. Arnold", "description": "Corona-Virus", "positionID": "7", "positionShort": "ZM", "position": "Zentrales Mittelfeld", "dateUntil": "29.12.2020", "rehabFlag": ""}, {"id": "58358", "image": "https://img.a.transfermarkt.technology/portrait/medium/58358-1540568657.jpg?lm=1", "name": "Thomas M\u00fcller", "description": "Corona-Virus", "positionID": "13", "positionShort": "HS", "position": "H\u00e4ngende Spitze", "dateUntil": "25.02.2021", "rehabFlag": ""}, {"id": "35207", "image": "https://img.a.transfermarkt.technology/portrait/medium/35207-1534236293.jpg?lm=1", "name": "Marco Reus", "description": "Prellung am Fu\u00dfgelenk", "positionID": "10", "positionShort": "OM", "position": "Offensives Mittelfeld", "dateUntil": "01.04.2021", "rehabFlag": ""}, {"id": "82009", "image": "https://img.a.transfermarkt.technology/portrait/medium/82009-1614090395.jpg?lm=1", "name": "Kevin Volland", "description": "Bronchitis", "positionID": "14", "positionShort": "MS", "position": "Mittelst\u00fcrmer", "dateUntil": "15.04.2021", "rehabFlag": ""}, {"id": "314288", "image": "https://img.a.transfermarkt.technology/portrait/medium/314288-1643899762.JPG?lm=1", "name": "Lukas Nmecha", "description": "Oberschenkelprobleme", "positionID": "14", "positionShort": "MS", "position": "Mittelst\u00fcrmer", "dateUntil": "16.08.2021", "rehabFlag": ""}, {"id": "187492", "image": "https://img.a.transfermarkt.technology/portrait/medium/187492-1615389334.jpg?lm=1", "name": "Julian Brandt", "description": "Corona-Virus", "positionID": "10", "positionShort": "OM", "position": "Offensives Mittelfeld", "dateUntil": "18.08.2021", "rehabFlag": ""}, {"id": "124502", "image": "https://img.a.transfermarkt.technology/portrait/medium/124502-1627996998.jpg?lm=1", "name": "Matthias Ginter", "description": "Corona-Virus", "positionID": "3", "positionShort": "IV", "position": "Innenverteidiger", "dateUntil": "07.09.2021", "rehabFlag": ""}, {"id": "318204", "image": "https://img.a.transfermarkt.technology/portrait/medium/318204-1630067304.jpg?lm=1", "name": "David Raum", "description": "Kn\u00f6chelverletzung", "positionID": "4", "positionShort": "LV", "position": "Linker Verteidiger", "dateUntil": "03.11.2021", "rehabFlag": ""}, {"id": "45672", "image": "https://img.a.transfermarkt.technology/portrait/medium/45672-1630064993.jpg?lm=1", "name": "Kevin Trapp", "description": "Corona-Virus", "positionID": "1", "positionShort": "TW", "position": "Torwart", "dateUntil": "19.01.2022", "rehabFlag": ""}, {"id": "196357", "image": "https://img.a.transfermarkt.technology/portrait/medium/196357-1582110175.jpg?lm=1", "name": "Jonathan Tah", "description": "Infekt", "positionID": "3", "positionShort": "IV", "position": "Innenverteidiger", "dateUntil": "14.02.2022", "rehabFlag": ""}], "bans": [{"id": "86202", "image": "https://img.a.transfermarkt.technology/portrait/medium/86202-1624448001.jpg?lm=1", "name": "A. R\u00fcdiger", "description": "Gelbsperre", "positionID": "3", "positionShort": "IV", "position": "Innenverteidiger", "dateUntil": "18.11.2020", "matches": "1"}]}, "verein_g": {"injuries": [{"id": "251322", "image": "https://img.a.transfermarkt.technology/portrait/medium/251322-1565700147.jpg?lm=1", "name": "Philipp K\u00f6hn", "description": "Gehirnersch\u00fctterung", "positionID": "1", "positionShort": "TW", "position": "Torwart", "dateUntil": "14.10.2020", "rehabFlag": ""}, {"id": "237658", "image": "https://img.a.transfermarkt.technology/portrait/medium/237658-1643126410.jpg?lm=1", "name": "M. Aebischer", "description": "Knieverletzung", "positionID": "7", "positionShort": "ZM", "position": "Zentrales Mittelfeld", "dateUntil": "19.10.2020", "rehabFlag": ""}, {"id": "284730", "image": "https://img.a.transfermarkt.technology/portrait/medium/284730-1615389562.jpg?lm=1", "name": "Manuel Akanji", "description": "Corona-Virus", "positionID": "3", "positionShort": "IV", "position": "Innenverteidiger", "dateUntil": "21.10.2020", "rehabFlag": ""}, {"id": "192616", "image": "https://img.a.transfermarkt.technology/portrait/medium/192616-1533135841.jpg?lm=1", "name": "Ulisses Garcia", "description": "Corona-Virus", "positionID": "4", "positionShort": "LV", "position": "Linker Verteidiger", "dateUntil": "22.10.2020", "rehabFlag": ""}, {"id": "183321", "image": "https://img.a.transfermarkt.technology/portrait/medium/183321-1643900006.JPG?lm=1", "name": "Kevin Mbabu", "description": "B\u00e4nderverletzung", "positionID": "5", "positionShort": "RV", "position": "Rechter Verteidiger", "dateUntil": "02.11.2020", "rehabFlag": ""}, {"id": "334526", "image": "https://img.a.transfermarkt.technology/portrait/medium/334526-1644234041.jpg?lm=1", "name": "Denis Zakaria", "description": "Knieverletzung", "positionID": "6", "positionShort": "DM", "position": "Defensives Mittelfeld", "dateUntil": "09.11.2020", "rehabFlag": ""}, {"id": "247915", "image": "https://img.a.transfermarkt.technology/portrait/medium/247915-1565013453.jpg?lm=1", "name": "Jonas Omlin", "description": "Muskelverletzung", "positionID": "1", "positionShort": "TW", "position": "Torwart", "dateUntil": "18.11.2020", "rehabFlag": ""}, {"id": "168989", "image": "https://img.a.transfermarkt.technology/portrait/medium/168989-1629202510.jpg?lm=1", "name": "Silvan Widmer", "description": "Corona-Virus", "positionID": "5", "positionShort": "RV", "position": "Rechter Verteidiger", "dateUntil": "26.11.2020", "rehabFlag": ""}, {"id": "346890", "image": "https://img.a.transfermarkt.technology/portrait/medium/346890-1601103865.png?lm=1", "name": "Noah Okafor", "description": "Fieber", "positionID": "14", "positionShort": "MS", "position": "Mittelst\u00fcrmer", "dateUntil": "04.12.2020", "rehabFlag": ""}, {"id": "42205", "image": "https://img.a.transfermarkt.technology/portrait/medium/42205-1627997088.jpg?lm=1", "name": "Yann Sommer", "description": "Adduktorenbeschwerden", "positionID": "1", "positionShort": "TW", "position": "Torwart", "dateUntil": "14.12.2020", "rehabFlag": ""}, {"id": "469957", "image": "https://img.a.transfermarkt.technology/portrait/medium/469957-1637912474.jpg?lm=1", "name": "Kastriot Imeri", "description": "unbekannte Verletzung", "positionID": "10", "positionShort": "OM", "position": "Offensives Mittelfeld", "dateUntil": "22.12.2020", "rehabFlag": ""}, {"id": "86792", "image": "https://img.a.transfermarkt.technology/portrait/medium/86792-1528356287.jpg?lm=1", "name": "Xherdan Shaqiri", "description": "Muskelverletzung", "positionID": "12", "positionShort": "RA", "position": "Rechtsau\u00dfen", "dateUntil": "26.12.2020", "rehabFlag": ""}, {"id": "345886", "image": "https://img.a.transfermarkt.technology/portrait/medium/345886-1606326405.jpg?lm=1", "name": "Rub\u00e9n Vargas", "description": "Muskelverletzung", "positionID": "11", "positionShort": "LA", "position": "Linksau\u00dfen", "dateUntil": "29.01.2021", "rehabFlag": ""}, {"id": "298583", "image": "https://img.a.transfermarkt.technology/portrait/medium/298583-1473155711.jpg?lm=1", "name": "Eray C\u00f6mert", "description": "Krank", "positionID": "3", "positionShort": "IV", "position": "Innenverteidiger", "dateUntil": "16.04.2021", "rehabFlag": ""}, {"id": "135343", "image": "https://img.a.transfermarkt.technology/portrait/medium/135343-1516896856.jpg?lm=1", "name": "Fabian Sch\u00e4r", "description": "Knieverletzung", "positionID": "3", "positionShort": "IV", "position": "Innenverteidiger", "dateUntil": "25.04.2021", "rehabFlag": ""}, {"id": "61380", "image": "https://img.a.transfermarkt.technology/portrait/medium/61380-1628857921.jpg?lm=1", "name": "M. Gavranovic", "description": "Muskelverletzung", "positionID": "14", "positionShort": "MS", "position": "Mittelst\u00fcrmer", "dateUntil": "09.05.2021", "rehabFlag": ""}, {"id": "212723", "image": "https://img.a.transfermarkt.technology/portrait/medium/212723-1599992162.jpg?lm=1", "name": "Djibril Sow", "description": "Sprunggelenksverletzung", "positionID": "7", "positionShort": "ZM", "position": "Zentrales Mittelfeld", "dateUntil": "31.05.2021", "rehabFlag": ""}, {"id": "194638", "image": "https://img.a.transfermarkt.technology/portrait/medium/194638-1643899796.JPG?lm=1", "name": "Renato Steffen", "description": "Sprunggelenksverletzung", "positionID": "11", "positionShort": "LA", "position": "Linksau\u00dfen", "dateUntil": "08.07.2021", "rehabFlag": ""}, {"id": "345468", "image": "https://img.a.transfermarkt.technology/portrait/medium/345468-1519842510.jpg?lm=1", "name": "Andi Zeqiri", "description": "H\u00fcftverletzung", "positionID": "14", "positionShort": "MS", "position": "Mittelst\u00fcrmer", "dateUntil": "16.12.2021", "rehabFlag": ""}], "bans": [{"id": "148252", "image": "https://img.a.transfermarkt.technology/portrait/medium/148252-1537772961.jpg?lm=1", "name": "Remo Freuler", "description": "Gelbsperre", "positionID": "7", "positionShort": "ZM", "position": "Zentrales Mittelfeld", "dateUntil": "19.11.2020", "matches": "1"}]}}, "lastClashes": [{"matchID": "3330713", "competitionID": "UNLA", "competitionName": "UEFA Nations League A", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/unla.png?lm=1512858223", "competitionIsCup": true, "season": "20/21", "date": "13.10.2020", "matchday": "4", "groupShortTag": "4", "groupDescription": "Gruppenphase", "groupDetailDescription": "Gruppe 4", "homeTeamID": "3262", "homeTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3262.png?lm=1622018129", "awayTeamID": "3384", "awayTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3384.png?lm=1622018943", "result": "3:3"}, {"matchID": "3330692", "competitionID": "UNLA", "competitionName": "UEFA Nations League A", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/unla.png?lm=1512858223", "competitionIsCup": true, "season": "20/21", "date": "06.09.2020", "matchday": "2", "groupShortTag": "4", "groupDescription": "Gruppenphase", "groupDetailDescription": "Gruppe 4", "homeTeamID": "3384", "homeTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3384.png?lm=1622018943", "awayTeamID": "3262", "awayTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3262.png?lm=1622018129", "result": "1:1"}, {"matchID": "1179872", "competitionID": "FS", "competitionName": "Freundschaftsspiele", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/fs.png?lm=1405063091", "competitionIsCup": false, "season": "11/12", "date": "26.05.2012", "matchday": "6", "groupShortTag": null, "groupDescription": null, "groupDetailDescription": null, "homeTeamID": "3384", "homeTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3384.png?lm=1622018943", "awayTeamID": "3262", "awayTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3262.png?lm=1622018129", "result": "5:3"}, {"matchID": "909137", "competitionID": "FS", "competitionName": "Freundschaftsspiele", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/fs.png?lm=1405063091", "competitionIsCup": false, "season": "07/08", "date": "26.03.2008", "matchday": "14", "groupShortTag": null, "groupDescription": null, "groupDetailDescription": null, "homeTeamID": "3384", "homeTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3384.png?lm=1622018943", "awayTeamID": "3262", "awayTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3262.png?lm=1622018129", "result": "0:4"}, {"matchID": "1021170", "competitionID": "FS", "competitionName": "Freundschaftsspiele", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/fs.png?lm=1405063091", "competitionIsCup": false, "season": "06/07", "date": "07.02.2007", "matchday": "3", "groupShortTag": null, "groupDescription": null, "groupDetailDescription": null, "homeTeamID": "3262", "homeTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3262.png?lm=1622018129", "awayTeamID": "3384", "awayTeamImage": "https://tmssl.akamaized.net/images/wappen/medium/3384.png?lm=1622018943", "result": "3:1"}], "share": {"title": "Deutschland - Schweiz, 13.10.2020 - Vorbericht", "url": "https://www.transfermarkt.de/deutschland-schweiz/index/spielbericht/3330713", "description": "Das ist der Vorbericht zur Begegnung Deutschland gegen Schweiz am 13.10.2020."}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"facts": {"type": "object", "properties": {"verein_h": {"type": "object", "properties": {"totalMarketvalue": {"type": "string"}, "totalMarketvalueCurrency": {"type": "string"}, "totalMarketvalueNumeral": {"type": "string"}, "totalMarketValueUnformatted": {"type": "integer"}, "avgMarketvalue": {"type": "string"}, "avgMarketvalueCurrency": {"type": "string"}, "avgMarketvalueNumeral": {"type": "string"}, "avgMarketValueUnformatted": {"type": "integer"}, "avgAge": {"type": "string"}, "nationalPlayer": {"type": "integer"}, "youthNationalPlayer": {"type": "integer"}, "legionaries": {"type": "string"}, "tableRank": {"type": "string"}, "members": {"type": "string"}, "mostValuablePlayer": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "marketValueUnformatted": {"type": "integer"}, "clubImage": {"type": "string"}}, "required": ["clubImage", "id", "image", "marketValue", "marketValueCurrency", "marketValueNumeral", "marketValueUnformatted", "name"]}, "coach": {"type": "object", "properties": {"countryID": {"type": "integer"}, "countryImage": {"type": "string"}, "countryName": {"type": "string"}, "secondCountryID": {"type": "string"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}, "id": {"type": "string"}, "personID": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["countryID", "countryImage", "countryName", "id", "image", "name", "personID", "secondCountryID", "secondCountryImage", "secondCountryName"]}}, "required": ["avgAge", "avgMarketValueUnformatted", "avgMarketvalue", "avgMarketvalueCurrency", "avgMarketvalueNumeral", "coach", "legionaries", "members", "mostValuablePlayer", "nationalPlayer", "tableRank", "totalMarketValueUnformatted", "totalMarketvalue", "totalMarketvalueCurrency", "totalMarketvalueNumeral", "youthNationalPlayer"]}, "verein_g": {"type": "object", "properties": {"totalMarketvalue": {"type": "string"}, "totalMarketvalueCurrency": {"type": "string"}, "totalMarketvalueNumeral": {"type": "string"}, "totalMarketValueUnformatted": {"type": "integer"}, "avgMarketvalue": {"type": "string"}, "avgMarketvalueCurrency": {"type": "string"}, "avgMarketvalueNumeral": {"type": "string"}, "avgMarketValueUnformatted": {"type": "integer"}, "avgAge": {"type": "string"}, "nationalPlayer": {"type": "integer"}, "youthNationalPlayer": {"type": "integer"}, "legionaries": {"type": "string"}, "tableRank": {"type": "string"}, "members": {"type": "string"}, "mostValuablePlayer": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "marketValueUnformatted": {"type": "integer"}, "clubImage": {"type": "string"}}, "required": ["clubImage", "id", "image", "marketValue", "marketValueCurrency", "marketValueNumeral", "marketValueUnformatted", "name"]}, "coach": {"type": "object", "properties": {"countryID": {"type": "integer"}, "countryImage": {"type": "string"}, "countryName": {"type": "string"}, "secondCountryID": {"type": "integer"}, "secondCountryImage": {"type": "string"}, "secondCountryName": {"type": "string"}, "id": {"type": "string"}, "personID": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["countryID", "countryImage", "countryName", "id", "image", "name", "personID", "secondCountryID", "secondCountryImage", "secondCountryName"]}}, "required": ["avgAge", "avgMarketValueUnformatted", "avgMarketvalue", "avgMarketvalueCurrency", "avgMarketvalueNumeral", "coach", "legionaries", "members", "mostValuablePlayer", "nationalPlayer", "tableRank", "totalMarketValueUnformatted", "totalMarketvalue", "totalMarketvalueCurrency", "totalMarketvalueNumeral", "youthNationalPlayer"]}}, "required": ["verein_g", "verein_h"]}, "allTimeResults": {"type": "object", "properties": {"matches": {"type": "integer"}, "winsHome": {"type": "integer"}, "draw": {"type": "integer"}, "winsAway": {"type": "integer"}, "goalsHome": {"type": "integer"}, "goalsAway": {"type": "integer"}, "totalGoals": {"type": "integer"}}, "required": ["draw", "goalsAway", "goalsHome", "matches", "totalGoals", "winsAway", "winsHome"]}, "probablyNotAvailable": {"type": "object", "properties": {"verein_h": {"type": "object", "properties": {"injuries": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "image": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "positionID": {"type": "string"}, "positionShort": {"type": "string"}, "position": {"type": "string"}, "dateUntil": {"type": "string"}, "rehabFlag": {"type": "string"}}, "required": ["dateUntil", "description", "id", "image", "name", "position", "positionID", "positionShort", "rehabFlag"]}}, "bans": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "image": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "positionID": {"type": "string"}, "positionShort": {"type": "string"}, "position": {"type": "string"}, "dateUntil": {"type": "string"}, "matches": {"type": "string"}}, "required": ["dateUntil", "description", "id", "image", "matches", "name", "position", "positionID", "positionShort"]}}}, "required": ["bans", "injuries"]}, "verein_g": {"type": "object", "properties": {"injuries": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "image": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "positionID": {"type": "string"}, "positionShort": {"type": "string"}, "position": {"type": "string"}, "dateUntil": {"type": "string"}, "rehabFlag": {"type": "string"}}, "required": ["dateUntil", "description", "id", "image", "name", "position", "positionID", "positionShort", "rehabFlag"]}}, "bans": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "image": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "positionID": {"type": "string"}, "positionShort": {"type": "string"}, "position": {"type": "string"}, "dateUntil": {"type": "string"}, "matches": {"type": "string"}}, "required": ["dateUntil", "description", "id", "image", "matches", "name", "position", "positionID", "positionShort"]}}}, "required": ["bans", "injuries"]}}, "required": ["verein_g", "verein_h"]}, "lastClashes": {"type": "array", "items": {"type": "object", "properties": {"matchID": {"type": "string"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "competitionIsCup": {"type": "boolean"}, "season": {"type": "string"}, "date": {"type": "string"}, "matchday": {"type": "string"}, "groupShortTag": {"type": ["null", "string"]}, "groupDescription": {"type": ["null", "string"]}, "groupDetailDescription": {"type": ["null", "string"]}, "homeTeamID": {"type": "string"}, "homeTeamImage": {"type": "string"}, "awayTeamID": {"type": "string"}, "awayTeamImage": {"type": "string"}, "result": {"type": "string"}}, "required": ["awayTeamID", "awayTeamImage", "competitionID", "competitionImage", "competitionIsCup", "competitionName", "date", "groupDescription", "groupDetailDescription", "groupShortTag", "homeTeamID", "homeTeamImage", "matchID", "matchday", "result", "season"]}}, "share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}}, "required": ["allTimeResults", "facts", "lastClashes", "probablyNotAvailable", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/845cb0e4-1e3c-4225-b8fa-b4e189effa60/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | matches/list-by-date | List matches by specific date | 200 | Response | {"share": {"title": "Liveticker Begegnungen", "url": "https://www.transfermarkt.de/live/index", "description": "Auf dieser Seite sind alle Spielbegegnungen des ausgew\u00e4hlten Tages, gruppiert nach Wettbewerb, aufgelistet."}, "totalMatches": 16, "liveMatches": {"CL": [{"id": "3714214", "scoreradarID": null, "competitionID": "CL", "competitionName": "UEFA Champions League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/cl.png?lm=1626810555", "tournamentFlag": "1", "round": "Achtelfinale", "group": "AFH", "matchDay": "7", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "21:00:00", "timestamp": 1645041600, "homeClubID": "409", "homeClubName": "RB Salzburg", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/409.png?lm=1557737354", "awayClubID": "27", "awayClubName": "FC Bayern", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "result": "-:-", "postponed": false, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}, {"id": "3714220", "scoreradarID": null, "competitionID": "CL", "competitionName": "UEFA Champions League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/cl.png?lm=1626810555", "tournamentFlag": "1", "round": "Achtelfinale", "group": "AFH", "matchDay": "7", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "21:00:00", "timestamp": 1645041600, "homeClubID": "46", "homeClubName": "Inter Mailand", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/46.png?lm=1618900989", "awayClubID": "31", "awayClubName": "FC Liverpool", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/31.png?lm=1456567819", "result": "-:-", "postponed": false, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}], "L3": [{"id": "3594329", "scoreradarID": null, "competitionID": "L3", "competitionName": "3. Liga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/l3.png?lm=1569702802", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "21", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "19:00:00", "timestamp": 1645034400, "homeClubID": "40373", "homeClubName": "Viktoria Berlin", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/40373.png?lm=1600709465", "awayClubID": "23", "awayClubName": "E. Braunschweig", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/23.png?lm=1545376138", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}, {"id": "3594449", "scoreradarID": null, "competitionID": "L3", "competitionName": "3. Liga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/l3.png?lm=1569702802", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "22", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "19:00:00", "timestamp": 1645034400, "homeClubID": "12456", "homeClubName": "T\u00fcrkg\u00fcc\u00fc M\u00fcnch.", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/12456.png?lm=1599298983", "awayClubID": "72", "awayClubName": "1860 M\u00fcnchen", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/72.png?lm=1403081335", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}], "ES1": [{"id": "3610271", "scoreradarID": null, "competitionID": "ES1", "competitionName": "LaLiga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/es1.png?lm=1557051003", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "21", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "19:00:00", "timestamp": 1645034400, "homeClubID": "13", "homeClubName": "Atl\u00e9tico Madrid", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/13.png?lm=1519120744", "awayClubID": "3368", "awayClubName": "UD Levante", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/3368.png?lm=1408655062", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": "verl", "state": "60", "destinationValue": 1, "destinationDescription": "Vorbericht"}}], "RLN4": [{"id": "3596798", "scoreradarID": null, "competitionID": "RLN4", "competitionName": "Regionalliga Nordost", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/rln4.png?lm=1436048476", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "21", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "19:00:00", "timestamp": 1645034400, "homeClubID": "497", "homeClubName": "Lok Leipzig", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/497.png?lm=1403714949", "awayClubID": "562", "awayClubName": "Optik Rathenow", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/562.png?lm=1403705584", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}, {"id": "3710126", "scoreradarID": null, "competitionID": "RLN4", "competitionName": "Regionalliga West", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/rlw3.png?lm=1400765709", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "20", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "19:00:00", "timestamp": 1645034400, "homeClubID": "1400", "homeClubName": "VfB Auerbach", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1400.png?lm=1403715372", "awayClubID": "5300", "awayClubName": "U. F\u00fcrstenwalde", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/5300.png?lm=1522187662", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": "verl", "state": "60", "destinationValue": 1, "destinationDescription": "Vorbericht"}}], "RLW3": [{"id": "3609929", "scoreradarID": null, "competitionID": "RLW3", "competitionName": "Regionalliga West", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/rlw3.png?lm=1400765709", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "23", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "19:00:00", "timestamp": 1645034400, "homeClubID": "299", "homeClubName": "Wuppertaler SV", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/299.png?lm=1458656849", "awayClubID": "1068", "awayClubName": "SV Straelen", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1068.png?lm=1486658446", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": "verl", "state": "60", "destinationValue": 1, "destinationDescription": "Vorbericht"}}, {"id": "3609041", "scoreradarID": null, "competitionID": "RLW3", "competitionName": "Regionalliga West", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/rlw3.png?lm=1400765709", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "19", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "19:30:00", "timestamp": 1645036200, "homeClubID": "8", "homeClubName": "Alem. Aachen", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/8.png?lm=1403603100", "awayClubID": "4840", "awayClubName": "VfB Homberg", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/4840.png?lm=1557072890", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": "verl", "state": "60", "destinationValue": 1, "destinationDescription": "Vorbericht"}}], "BE1": [{"id": "3598333", "scoreradarID": null, "competitionID": "BE1", "competitionName": "Jupiler Pro League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/be1.png?lm=1601478124", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "24", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "18:45:00", "timestamp": 1645033500, "homeClubID": "1184", "homeClubName": "KRC Genk ", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1184.png?lm=1464899410", "awayClubID": "354", "awayClubName": "KV Mechelen", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/354.png?lm=1448474451", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}], "GB2": [{"id": "3592573", "scoreradarID": null, "competitionID": "GB2", "competitionName": "Championship", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb2.png?lm=1643026970", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "24", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "20:45:00", "timestamp": 1645040700, "homeClubID": "1072", "homeClubName": "Peterborough", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1072.png?lm=1411463544", "awayClubID": "1032", "awayClubName": "FC Reading", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1032.png?lm=1457723329", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}], "IT2": [{"id": "3625523", "scoreradarID": null, "competitionID": "IT2", "competitionName": "Serie B", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/it2.png?lm=1548242827", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "23", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "18:30:00", "timestamp": 1645032600, "homeClubID": "4171", "homeClubName": "Benevento", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/4171.png?lm=1434444046", "awayClubID": "408", "awayClubName": "Ascoli Calcio", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/408.png?lm=1534435837", "result": "-:-", "postponed": false, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}, {"id": "3625524", "scoreradarID": null, "competitionID": "IT2", "competitionName": "Serie B", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/it2.png?lm=1548242827", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "23", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "18:30:00", "timestamp": 1645032600, "homeClubID": "4083", "homeClubName": "FC Crotone", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/4083.png?lm=1520933356", "awayClubID": "19", "awayClubName": "Brescia Calcio", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/19.png?lm=1511961167", "result": "-:-", "postponed": false, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}, {"id": "3625526", "scoreradarID": null, "competitionID": "IT2", "competitionName": "Serie B", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/it2.png?lm=1548242827", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "23", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "18:30:00", "timestamp": 1645032600, "homeClubID": "8970", "homeClubName": "Frosinone", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/8970.png?lm=1438547543", "awayClubID": "1047", "awayClubName": "Como", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1047.png?lm=1565704078", "result": "-:-", "postponed": false, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}, {"id": "3625528", "scoreradarID": null, "competitionID": "IT2", "competitionName": "Serie B", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/it2.png?lm=1548242827", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "23", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "18:30:00", "timestamp": 1645032600, "homeClubID": "2721", "homeClubName": "Alessandria", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/2721.png?lm=1626245784", "awayClubID": "1005", "awayClubName": "Lecce", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1005.png?lm=1417104356", "result": "-:-", "postponed": false, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}], "GB3": [{"id": "3591909", "scoreradarID": null, "competitionID": "GB3", "competitionName": "League One", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb3.png?lm=1466594034", "tournamentFlag": "0", "round": null, "group": "", "matchDay": "23", "matchDate": "16.02.2022", "fullMatchDate": "Mittwoch, 16. Februar 2022", "matchTime": "20:45:00", "timestamp": 1645040700, "homeClubID": "1035", "homeClubName": "Sheff. Wed.", "homeClubImage": "https://tmssl.akamaized.net/images/wappen/medium/1035.png?lm=1643214896", "awayClubID": "3688", "awayClubName": "Accrington St.", "awayClubImage": "https://tmssl.akamaized.net/images/wappen/medium/3688.png?lm=1416652535", "result": "-:-", "postponed": true, "nextRound": "", "resultObject": {"result": "-:-", "goalsHome": "-", "goalsAway": "-", "minute": 0, "state": "", "destinationValue": 4, "destinationDescription": "Liveticker"}}], "sort": [{"competitionID": "CL", "competitionName": "UEFA Champions League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/cl.png?lm=1626810555", "tournamentFlag": "1", "sort": 0, "playNow": 0, "liveMatches": 2}, {"competitionID": "L3", "competitionName": "3. Liga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/l3.png?lm=1569702802", "tournamentFlag": "0", "sort": 1, "playNow": 0, "liveMatches": 2}, {"competitionID": "ES1", "competitionName": "LaLiga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/es1.png?lm=1557051003", "tournamentFlag": "0", "sort": 2, "playNow": 0, "liveMatches": 1}, {"competitionID": "RLN4", "competitionName": "Regionalliga Nordost", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/rln4.png?lm=1436048476", "tournamentFlag": "0", "sort": 3, "playNow": 0, "liveMatches": 2}, {"competitionID": "RLW3", "competitionName": "Regionalliga West", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/rlw3.png?lm=1400765709", "tournamentFlag": "0", "sort": 4, "playNow": 0, "liveMatches": 2}, {"competitionID": "BE1", "competitionName": "Jupiler Pro League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/be1.png?lm=1601478124", "tournamentFlag": "0", "sort": 5, "playNow": 0, "liveMatches": 1}, {"competitionID": "GB2", "competitionName": "Championship", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb2.png?lm=1643026970", "tournamentFlag": "0", "sort": 6, "playNow": 0, "liveMatches": 1}, {"competitionID": "IT2", "competitionName": "Serie B", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/it2.png?lm=1548242827", "tournamentFlag": "0", "sort": 7, "playNow": 0, "liveMatches": 4}, {"competitionID": "GB3", "competitionName": "League One", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb3.png?lm=1466594034", "tournamentFlag": "0", "sort": 8, "playNow": 0, "liveMatches": 1}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "totalMatches": {"type": "integer"}, "liveMatches": {"type": "object", "properties": {"CL": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "string"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": "integer"}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}, "L3": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "null"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": "integer"}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}, "ES1": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "null"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": "string"}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}, "RLN4": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "null"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": ["integer", "string"]}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}, "RLW3": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "null"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": "string"}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}, "BE1": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "null"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": "integer"}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}, "GB2": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "null"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": "integer"}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}, "IT2": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "null"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": "integer"}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}, "GB3": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "scoreradarID": {"type": "null"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "round": {"type": "null"}, "group": {"type": "string"}, "matchDay": {"type": "string"}, "matchDate": {"type": "string"}, "fullMatchDate": {"type": "string"}, "matchTime": {"type": "string"}, "timestamp": {"type": "integer"}, "homeClubID": {"type": "string"}, "homeClubName": {"type": "string"}, "homeClubImage": {"type": "string"}, "awayClubID": {"type": "string"}, "awayClubName": {"type": "string"}, "awayClubImage": {"type": "string"}, "result": {"type": "string"}, "postponed": {"type": "boolean"}, "nextRound": {"type": "string"}, "resultObject": {"type": "object", "properties": {"result": {"type": "string"}, "goalsHome": {"type": "string"}, "goalsAway": {"type": "string"}, "minute": {"type": "integer"}, "state": {"type": "string"}, "destinationValue": {"type": "integer"}, "destinationDescription": {"type": "string"}}, "required": ["destinationDescription", "destinationValue", "goalsAway", "goalsHome", "minute", "result", "state"]}}, "required": ["awayClubID", "awayClubImage", "awayClubName", "competitionID", "competitionImage", "competitionName", "fullMatchDate", "group", "homeClubID", "homeClubImage", "homeClubName", "id", "matchDate", "matchDay", "matchTime", "nextRound", "postponed", "result", "resultObject", "round", "scoreradarID", "timestamp", "tournamentFlag"]}}, "sort": {"type": "array", "items": {"type": "object", "properties": {"competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "tournamentFlag": {"type": "string"}, "sort": {"type": "integer"}, "playNow": {"type": "integer"}, "liveMatches": {"type": "integer"}}, "required": ["competitionID", "competitionImage", "competitionName", "liveMatches", "playNow", "sort", "tournamentFlag"]}}}, "required": ["BE1", "CL", "ES1", "GB2", "GB3", "IT2", "L3", "RLN4", "RLW3", "sort"]}}, "required": ["liveMatches", "share", "totalMatches"]} |
ab742d71-1a08-45be-854a-984674c61f4a/21600588-cbc7-4b35-a46e-32f1b20fc556/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | statistic/list-fifa-world-rankings | List FIFA world rankings | 200 | Response | {"share": {"title": "FIFA-Weltrangliste", "url": "https://www.transfermarkt.de/statistik/weltrangliste", "description": "In dieser \u00dcbersicht werden s\u00e4mtliche Nationalmannschaften der FIFA-Weltrangliste gelistet und der Punkte nach absteigend angeordnet."}, "teams": [{"id": 19, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/19.png?lm=1520611569", "countryName": "Belgien", "totalPoints": 1828, "confederation": "UEFA", "rank": 1}, {"id": 26, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/26.png?lm=1520611569", "countryName": "Brasilien", "totalPoints": 1823, "confederation": "CONMEBOL", "rank": 2}, {"id": 50, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/50.png?lm=1520611569", "countryName": "Frankreich", "totalPoints": 1786, "confederation": "UEFA", "rank": 3}, {"id": 9, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/9.png?lm=1520611569", "countryName": "Argentinien", "totalPoints": 1767, "confederation": "CONMEBOL", "rank": 4}, {"id": 189, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/189.png?lm=1520611569", "countryName": "England", "totalPoints": 1756, "confederation": "UEFA", "rank": 5}, {"id": 75, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/75.png?lm=1520611569", "countryName": "Italien", "totalPoints": 1741, "confederation": "UEFA", "rank": 6}, {"id": 157, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/157.png?lm=1520611569", "countryName": "Spanien", "totalPoints": 1705, "confederation": "UEFA", "rank": 7}, {"id": 136, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/136.png?lm=1520611569", "countryName": "Portugal", "totalPoints": 1660, "confederation": "UEFA", "rank": 8}, {"id": 39, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/39.png?lm=1520611569", "countryName": "D\u00e4nemark", "totalPoints": 1655, "confederation": "UEFA", "rank": 9}, {"id": 122, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/122.png?lm=1520611569", "countryName": "Niederlande", "totalPoints": 1654, "confederation": "UEFA", "rank": 10}, {"id": 40, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/40.png?lm=1520612525", "countryName": "Deutschland", "totalPoints": 1648, "confederation": "UEFA", "rank": 11}, {"id": 110, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/110.png?lm=1520611569", "countryName": "Mexiko", "totalPoints": 1648, "confederation": "CONCACAF", "rank": 12}, {"id": 184, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/184.png?lm=1520611569", "countryName": "Vereinigte Staaten", "totalPoints": 1643, "confederation": "CONCACAF", "rank": 13}, {"id": 148, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/148.png?lm=1520611569", "countryName": "Schweiz", "totalPoints": 1643, "confederation": "UEFA", "rank": 14}, {"id": 37, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/37.png?lm=1520611569", "countryName": "Kroatien", "totalPoints": 1621, "confederation": "UEFA", "rank": 15}, {"id": 179, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/179.png?lm=1520611569", "countryName": "Uruguay", "totalPoints": 1614, "confederation": "CONMEBOL", "rank": 16}, {"id": 147, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/147.png?lm=1520611569", "countryName": "Schweden", "totalPoints": 1588, "confederation": "UEFA", "rank": 17}, {"id": 149, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/149.png?lm=1520611569", "countryName": "Senegal", "totalPoints": 1588, "confederation": "CAF", "rank": 18}, {"id": 83, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/83.png?lm=1520611569", "countryName": "Kolumbien", "totalPoints": 1586, "confederation": "CONMEBOL", "rank": 19}, {"id": 191, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/191.png?lm=1520611569", "countryName": "Wales", "totalPoints": 1578, "confederation": "UEFA", "rank": 20}, {"id": 71, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/71.png?lm=1520611569", "countryName": "Iran", "totalPoints": 1573, "confederation": "AFC", "rank": 21}, {"id": 133, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/133.png?lm=1520611569", "countryName": "Peru", "totalPoints": 1563, "confederation": "CONMEBOL", "rank": 22}, {"id": 77, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/77.png?lm=1520611569", "countryName": "Japan", "totalPoints": 1550, "confederation": "AFC", "rank": 23}, {"id": 107, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/107.png?lm=1520611569", "countryName": "Marokko", "totalPoints": 1547, "confederation": "CAF", "rank": 24}, {"id": 215, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/215.png?lm=1520611569", "countryName": "Serbien", "totalPoints": 1547, "confederation": "UEFA", "rank": 25}, {"id": 33, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/33.png?lm=1520611569", "countryName": "Chile", "totalPoints": 1543, "confederation": "CONMEBOL", "rank": 26}, {"id": 177, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/177.png?lm=1520611569", "countryName": "Ukraine", "totalPoints": 1535, "confederation": "UEFA", "rank": 27}, {"id": 135, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/135.png?lm=1520611569", "countryName": "Polen", "totalPoints": 1531, "confederation": "UEFA", "rank": 28}, {"id": 87, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/87.png?lm=1520611569", "countryName": "S\u00fcdkorea", "totalPoints": 1523, "confederation": "AFC", "rank": 29}, {"id": 127, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/127.png?lm=1520611569", "countryName": "\u00d6sterreich", "totalPoints": 1512, "confederation": "UEFA", "rank": 30}, {"id": 172, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/172.png?lm=1520611569", "countryName": "Tschechien", "totalPoints": 1510, "confederation": "UEFA", "rank": 31}, {"id": 124, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/124.png?lm=1520611569", "countryName": "Nigeria", "totalPoints": 1510, "confederation": "CAF", "rank": 32}, {"id": 80, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/80.png?lm=1520611569", "countryName": "Kanada", "totalPoints": 1498, "confederation": "CONCACAF", "rank": 33}, {"id": 2, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/2.png?lm=1520611569", "countryName": "\u00c4gypten", "totalPoints": 1497, "confederation": "CAF", "rank": 34}, {"id": 141, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/141.png?lm=1520611569", "countryName": "Russland", "totalPoints": 1493, "confederation": "UEFA", "rank": 35}, {"id": 173, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/173.png?lm=1520611569", "countryName": "Tunesien", "totalPoints": 1490, "confederation": "CAF", "rank": 36}, {"id": 12, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/12.png?lm=1520611569", "countryName": "Australien", "totalPoints": 1487, "confederation": "AFC", "rank": 37}, {"id": 31, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/31.png?lm=1520611569", "countryName": "Kamerun", "totalPoints": 1481, "confederation": "CAF", "rank": 38}, {"id": 174, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/174.png?lm=1520611569", "countryName": "T\u00fcrkei", "totalPoints": 1473, "confederation": "UEFA", "rank": 39}, {"id": 190, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/190.png?lm=1520611569", "countryName": "Schottland", "totalPoints": 1472, "confederation": "UEFA", "rank": 40}, {"id": 178, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/178.png?lm=1521635893", "countryName": "Ungarn", "totalPoints": 1466, "confederation": "UEFA", "rank": 41}, {"id": 36, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/36.png?lm=1520611569", "countryName": "Costa Rica", "totalPoints": 1464, "confederation": "CONCACAF", "rank": 42}, {"id": 4, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/4.png?lm=1520611569", "countryName": "Algerien", "totalPoints": 1461, "confederation": "CAF", "rank": 43}, {"id": 44, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/44.png?lm=1520611569", "countryName": "Ecuador", "totalPoints": 1459, "confederation": "CONMEBOL", "rank": 44}, {"id": 125, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/125.png?lm=1520611569", "countryName": "Norwegen", "totalPoints": 1455, "confederation": "UEFA", "rank": 45}, {"id": 154, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/154.png?lm=1520611569", "countryName": "Slowakei", "totalPoints": 1455, "confederation": "UEFA", "rank": 46}, {"id": 140, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/140.png?lm=1520611569", "countryName": "Rum\u00e4nien", "totalPoints": 1453, "confederation": "UEFA", "rank": 47}, {"id": 105, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/105.png?lm=1520611569", "countryName": "Mali", "totalPoints": 1446, "confederation": "CAF", "rank": 48}, {"id": 72, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/72.png?lm=1520611569", "countryName": "Irland", "totalPoints": 1444, "confederation": "UEFA", "rank": 49}, {"id": 132, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/132.png?lm=1520611569", "countryName": "Paraguay", "totalPoints": 1441, "confederation": "CONMEBOL", "rank": 50}, {"id": 38, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/38.png?lm=1520611569", "countryName": "Elfenbeink\u00fcste", "totalPoints": 1440, "confederation": "CAF", "rank": 51}, {"id": 137, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/137.png?lm=1520611569", "countryName": "Katar", "totalPoints": 1438, "confederation": "AFC", "rank": 52}, {"id": 146, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/146.png?lm=1520611569", "countryName": "Saudi-Arabien", "totalPoints": 1434, "confederation": "AFC", "rank": 53}, {"id": 192, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/192.png?lm=1520611569", "countryName": "Nordirland", "totalPoints": 1425, "confederation": "UEFA", "rank": 54}, {"id": 56, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/56.png?lm=1520611569", "countryName": "Griechenland", "totalPoints": 1422, "confederation": "UEFA", "rank": 55}, {"id": 29, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/29.png?lm=1520611569", "countryName": "Burkina Faso", "totalPoints": 1419, "confederation": "CAF", "rank": 56}, {"id": 49, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/49.png?lm=1520611569", "countryName": "Finnland", "totalPoints": 1412, "confederation": "UEFA", "rank": 57}, {"id": 182, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/182.png?lm=1520611569", "countryName": "Venezuela", "totalPoints": 1411, "confederation": "CONMEBOL", "rank": 58}, {"id": 24, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/24.png?lm=1569523290", "countryName": "Bosnien-Herzegowina", "totalPoints": 1391, "confederation": "UEFA", "rank": 59}, {"id": 73, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/73.png?lm=1520611569", "countryName": "Island", "totalPoints": 1383, "confederation": "UEFA", "rank": 60}, {"id": 54, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/54.png?lm=1520611569", "countryName": "Ghana", "totalPoints": 1381, "confederation": "CAF", "rank": 61}, {"id": 76, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/76.png?lm=1520611569", "countryName": "Jamaika", "totalPoints": 1379, "confederation": "CONCACAF", "rank": 62}, {"id": 130, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/130.png?lm=1520611569", "countryName": "Panama", "totalPoints": 1376, "confederation": "CONCACAF", "rank": 63}, {"id": 155, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/155.png?lm=1520611569", "countryName": "Slowenien", "totalPoints": 1375, "confederation": "UEFA", "rank": 64}, {"id": 3, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/3.png?lm=1520611569", "countryName": "Albanien", "totalPoints": 1375, "confederation": "UEFA", "rank": 65}, {"id": 193, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/193.png?lm=1520611569", "countryName": "DR Kongo", "totalPoints": 1370, "confederation": "CAF", "rank": 66}, {"id": 100, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/100.png?lm=1520611569", "countryName": "Nordmazedonien", "totalPoints": 1367, "confederation": "UEFA", "rank": 67}, {"id": 159, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/159.png?lm=1520611569", "countryName": "S\u00fcdafrika", "totalPoints": 1358, "confederation": "CAF", "rank": 68}, {"id": 183, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/183.png?lm=1520611569", "countryName": "Vereinigte Arabische Emirate", "totalPoints": 1353, "confederation": "AFC", "rank": 69}, {"id": 45, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/45.png?lm=1520611569", "countryName": "El Salvador", "totalPoints": 1346, "confederation": "CONCACAF", "rank": 70}, {"id": 28, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/28.png?lm=1520611569", "countryName": "Bulgarien", "totalPoints": 1345, "confederation": "UEFA", "rank": 71}, {"id": 216, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/216.png?lm=1520611569", "countryName": "Montenegro", "totalPoints": 1343, "confederation": "UEFA", "rank": 72}, {"id": 32, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/32.png?lm=1520611569", "countryName": "Kap Verde", "totalPoints": 1337, "confederation": "CAF", "rank": 73}, {"id": 70, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/70.png?lm=1520611569", "countryName": "Irak", "totalPoints": 1325, "confederation": "AFC", "rank": 74}, {"id": 34, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/34.png?lm=1520611569", "countryName": "China", "totalPoints": 1314, "confederation": "AFC", "rank": 75}, {"id": 23, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/23.png?lm=1520611569", "countryName": "Bolivien", "totalPoints": 1308, "confederation": "CONMEBOL", "rank": 76}, {"id": 74, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/74.png?lm=1520611569", "countryName": "Israel", "totalPoints": 1307, "confederation": "UEFA", "rank": 77}, {"id": 66, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/66.png?lm=1520611569", "countryName": "Honduras", "totalPoints": 1304, "confederation": "CONCACAF", "rank": 78}, {"id": 126, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/126.png?lm=1520611569", "countryName": "Oman", "totalPoints": 1301, "confederation": "AFC", "rank": 79}, {"id": 260, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/260.png?lm=1520611569", "countryName": "Curacao", "totalPoints": 1298, "confederation": "CONCACAF", "rank": 80}, {"id": 59, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/59.png?lm=1520611569", "countryName": "Guinea", "totalPoints": 1293, "confederation": "CAF", "rank": 81}, {"id": 51, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/51.png?lm=1520611569", "countryName": "Gabun", "totalPoints": 1291, "confederation": "CAF", "rank": 82}, {"id": 21, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/21.png?lm=1520611569", "countryName": "Benin", "totalPoints": 1283, "confederation": "CAF", "rank": 83}, {"id": 176, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/176.png?lm=1520611569", "countryName": "Uganda", "totalPoints": 1279, "confederation": "CAF", "rank": 84}, {"id": 180, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/180.png?lm=1520611569", "countryName": "Usbekistan", "totalPoints": 1277, "confederation": "AFC", "rank": 85}, {"id": 53, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/53.png?lm=1520611569", "countryName": "Georgien", "totalPoints": 1269, "confederation": "UEFA", "rank": 86}, {"id": 62, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/62.png?lm=1520611569", "countryName": "Haiti", "totalPoints": 1268, "confederation": "CONCACAF", "rank": 87}, {"id": 142, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/142.png?lm=1520611569", "countryName": "Sambia", "totalPoints": 1265, "confederation": "CAF", "rank": 88}, {"id": 15, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/15.png?lm=1520611569", "countryName": "Bahrain", "totalPoints": 1264, "confederation": "AFC", "rank": 89}, {"id": 78, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/78.png?lm=1520611569", "countryName": "Jordanien", "totalPoints": 1260, "confederation": "AFC", "rank": 90}, {"id": 163, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/163.png?lm=1520611569", "countryName": "Syrien", "totalPoints": 1251, "confederation": "AFC", "rank": 91}, {"id": 10, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/10.png?lm=1520611569", "countryName": "Armenien", "totalPoints": 1242, "confederation": "UEFA", "rank": 92}, {"id": 99, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/99.png?lm=1520611569", "countryName": "Luxemburg", "totalPoints": 1236, "confederation": "UEFA", "rank": 93}, {"id": 18, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/18.png?lm=1520611569", "countryName": "Belarus", "totalPoints": 1233, "confederation": "UEFA", "rank": 94}, {"id": 90, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/90.png?lm=1520611569", "countryName": "Kirgisistan", "totalPoints": 1229, "confederation": "AFC", "rank": 96}, {"id": 85, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/85.png?lm=1520611569", "countryName": "Kongo", "totalPoints": 1221, "confederation": "CAF", "rank": 97}, {"id": 185, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/185.png?lm=1520611569", "countryName": "Vietnam", "totalPoints": 1219, "confederation": "AFC", "rank": 98}, {"id": 8, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/8.png?lm=1520611569", "countryName": "\u00c4quatorialguinea", "totalPoints": 1210, "confederation": "CAF", "rank": 99}, {"id": 240, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/240.png?lm=1520611569", "countryName": "Pal\u00e4stina", "totalPoints": 1209, "confederation": "AFC", "rank": 100}, {"id": 170, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/170.png?lm=1520611569", "countryName": "Trinidad und Tobago", "totalPoints": 1206, "confederation": "CONCACAF", "rank": 101}, {"id": 101, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/101.png?lm=1520611569", "countryName": "Madagaskar", "totalPoints": 1206, "confederation": "CAF", "rank": 102}, {"id": 82, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/82.png?lm=1520611569", "countryName": "Kenia", "totalPoints": 1202, "confederation": "CAF", "rank": 103}, {"id": 67, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/67.png?lm=1520611569", "countryName": "Indien", "totalPoints": 1183, "confederation": "AFC", "rank": 104}, {"id": 188, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/188.png?lm=1520611569", "countryName": "Zypern", "totalPoints": 1179, "confederation": "UEFA", "rank": 105}, {"id": 47, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/47.png?lm=1520611569", "countryName": "Estland", "totalPoints": 1176, "confederation": "UEFA", "rank": 106}, {"id": 152, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/152.png?lm=1520611569", "countryName": "Sierra Leone", "totalPoints": 1174, "confederation": "CAF", "rank": 107}, {"id": 86, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/86.png?lm=1520611569", "countryName": "Nordkorea", "totalPoints": 1170, "confederation": "AFC", "rank": 108}, {"id": 244, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/244.png?lm=1520611569", "countryName": "Kosovo", "totalPoints": 1163, "confederation": "UEFA", "rank": 109}, {"id": 117, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/117.png?lm=1520611569", "countryName": "Namibia", "totalPoints": 1163, "confederation": "CAF", "rank": 110}, {"id": 120, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/120.png?lm=1520611569", "countryName": "Neuseeland", "totalPoints": 1162, "confederation": "OFC", "rank": 111}, {"id": 167, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/167.png?lm=1520611569", "countryName": "Thailand", "totalPoints": 1160, "confederation": "AFC", "rank": 112}, {"id": 60, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/60.png?lm=1520611569", "countryName": "Guinea-Bissau", "totalPoints": 1159, "confederation": "CAF", "rank": 113}, {"id": 123, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/123.png?lm=1520611569", "countryName": "Niger", "totalPoints": 1158, "confederation": "CAF", "rank": 114}, {"id": 165, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/165.png?lm=1520611569", "countryName": "Tadschikistan", "totalPoints": 1153, "confederation": "AFC", "rank": 115}, {"id": 108, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/108.png?lm=1520611569", "countryName": "Mauretanien", "totalPoints": 1153, "confederation": "CAF", "rank": 116}, {"id": 115, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/115.png?lm=1520611569", "countryName": "Mosambik", "totalPoints": 1151, "confederation": "CAF", "rank": 117}, {"id": 96, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/96.png?lm=1520611569", "countryName": "Libyen", "totalPoints": 1150, "confederation": "CAF", "rank": 118}, {"id": 102, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/102.png?lm=1520611569", "countryName": "Malawi", "totalPoints": 1145, "confederation": "CAF", "rank": 119}, {"id": 81, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/81.png?lm=1520611569", "countryName": "Kasachstan", "totalPoints": 1141, "confederation": "UEFA", "rank": 120}, {"id": 13, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/13.png?lm=1520611569", "countryName": "Aserbaidschan", "totalPoints": 1139, "confederation": "UEFA", "rank": 121}, {"id": 187, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/187.png?lm=1520611569", "countryName": "Simbabwe", "totalPoints": 1139, "confederation": "CAF", "rank": 122}, {"id": 58, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/58.png?lm=1520611569", "countryName": "Guatemala", "totalPoints": 1138, "confederation": "CONCACAF", "rank": 123}, {"id": 208, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/208.png?lm=1520611569", "countryName": "F\u00e4r\u00f6er", "totalPoints": 1137, "confederation": "UEFA", "rank": 124}, {"id": 52, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/52.png?lm=1520611569", "countryName": "Gambia", "totalPoints": 1135, "confederation": "CAF", "rank": 125}, {"id": 168, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/168.png?lm=1520611569", "countryName": "Togo", "totalPoints": 1133, "confederation": "CAF", "rank": 126}, {"id": 6, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/6.png?lm=1520611569", "countryName": "Angola", "totalPoints": 1132, "confederation": "CAF", "rank": 127}, {"id": 7, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/7.png?lm=1520611569", "countryName": "Antigua und Barbuda", "totalPoints": 1131, "confederation": "CONCACAF", "rank": 128}, {"id": 134, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/134.png?lm=1520611569", "countryName": "Philippinen", "totalPoints": 1130, "confederation": "AFC", "rank": 129}, {"id": 138, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/138.png?lm=1520611569", "countryName": "Zentralafrikanische Republik", "totalPoints": 1127, "confederation": "CAF", "rank": 130}, {"id": 35, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/35.png?lm=1520611569", "countryName": "Komoren", "totalPoints": 1126, "confederation": "CAF", "rank": 131}, {"id": 166, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/166.png?lm=1520611569", "countryName": "Tansania", "totalPoints": 1119, "confederation": "CAF", "rank": 132}, {"id": 160, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/160.png?lm=1520611569", "countryName": "Sudan", "totalPoints": 1118, "confederation": "CAF", "rank": 133}, {"id": 175, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/175.png?lm=1520611569", "countryName": "Turkmenistan", "totalPoints": 1118, "confederation": "AFC", "rank": 134}, {"id": 92, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/92.png?lm=1520611569", "countryName": "Lettland", "totalPoints": 1100, "confederation": "UEFA", "rank": 135}, {"id": 139, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/139.png?lm=1520611569", "countryName": "Ruanda", "totalPoints": 1097, "confederation": "CAF", "rank": 136}, {"id": 98, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/98.png?lm=1520611569", "countryName": "Litauen", "totalPoints": 1092, "confederation": "UEFA", "rank": 137}, {"id": 11, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/11.png?lm=1520611569", "countryName": "\u00c4thiopien", "totalPoints": 1081, "confederation": "CAF", "rank": 138}, {"id": 225, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/225.png?lm=1520611569", "countryName": "St. Kitts und Nevis", "totalPoints": 1078, "confederation": "CONCACAF", "rank": 139}, {"id": 161, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/161.png?lm=1520611569", "countryName": "Suriname", "totalPoints": 1078, "confederation": "CONCACAF", "rank": 140}, {"id": 30, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/30.png?lm=1520611569", "countryName": "Burundi", "totalPoints": 1076, "confederation": "CAF", "rank": 141}, {"id": 69, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/69.png?lm=1520611569", "countryName": "Salomon-Inseln", "totalPoints": 1073, "confederation": "OFC", "rank": 142}, {"id": 89, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/89.png?lm=1520611569", "countryName": "Kuwait", "totalPoints": 1066, "confederation": "AFC", "rank": 143}, {"id": 121, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/121.png?lm=1520611569", "countryName": "Nicaragua", "totalPoints": 1062, "confederation": "CONCACAF", "rank": 144}, {"id": 95, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/95.png?lm=1520611569", "countryName": "Liberia", "totalPoints": 1058, "confederation": "CAF", "rank": 145}, {"id": 93, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/93.png?lm=1520611569", "countryName": "Lesotho", "totalPoints": 1058, "confederation": "CAF", "rank": 146}, {"id": 218, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/218.png?lm=1520611569", "countryName": "Hongkong", "totalPoints": 1053, "confederation": "AFC", "rank": 148}, {"id": 25, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/25.png?lm=1520611569", "countryName": "Botsuana", "totalPoints": 1052, "confederation": "CAF", "rank": 149}, {"id": 1, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/1.png?lm=1520611569", "countryName": "Afghanistan", "totalPoints": 1050, "confederation": "AFC", "rank": 150}, {"id": 186, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/186.png?lm=1520611569", "countryName": "Jemen", "totalPoints": 1046, "confederation": "AFC", "rank": 151}, {"id": 116, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/116.png?lm=1520611569", "countryName": "Myanmar", "totalPoints": 1045, "confederation": "AFC", "rank": 152}, {"id": 236, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/236.png?lm=1520611569", "countryName": "Neukaledonien", "totalPoints": 1035, "confederation": "OFC", "rank": 153}, {"id": 103, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/103.png?lm=1520611569", "countryName": "Malaysia", "totalPoints": 1035, "confederation": "AFC", "rank": 154}, {"id": 5, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/5.png?lm=1520611569", "countryName": "Andorra", "totalPoints": 1030, "confederation": "UEFA", "rank": 155}, {"id": 43, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/43.png?lm=1520611569", "countryName": "Dominikanische Republik", "totalPoints": 1029, "confederation": "CONCACAF", "rank": 156}, {"id": 104, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/104.png?lm=1520611569", "countryName": "Malediven", "totalPoints": 1022, "confederation": "AFC", "rank": 157}, {"id": 164, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/164.png?lm=1520611569", "countryName": "Chinese Taipei (Taiwan)", "totalPoints": 1018, "confederation": "AFC", "rank": 158}, {"id": 237, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/237.png?lm=1520611569", "countryName": "Tahiti", "totalPoints": 1014, "confederation": "OFC", "rank": 159}, {"id": 68, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/68.png?lm=1520611569", "countryName": "Indonesien", "totalPoints": 1002, "confederation": "AFC", "rank": 160}, {"id": 153, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/153.png?lm=1520611569", "countryName": "Singapur", "totalPoints": 1001, "confederation": "AFC", "rank": 161}, {"id": 48, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/48.png?lm=1520611569", "countryName": "Fidschi", "totalPoints": 996, "confederation": "OFC", "rank": 162}, {"id": 17, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/17.png?lm=1520611569", "countryName": "Barbados", "totalPoints": 996, "confederation": "CONCACAF", "rank": 163}, {"id": 181, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/181.png?lm=1520611569", "countryName": "Vanuatu", "totalPoints": 996, "confederation": "OFC", "rank": 164}, {"id": 131, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/131.png?lm=1520611569", "countryName": "Papua-Neuguinea", "totalPoints": 991, "confederation": "OFC", "rank": 165}, {"id": 211, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/211.png?lm=1520611569", "countryName": "Bermuda", "totalPoints": 982, "confederation": "CONCACAF", "rank": 166}, {"id": 119, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/119.png?lm=1520611569", "countryName": "Nepal", "totalPoints": 982, "confederation": "AFC", "rank": 167}, {"id": 262, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/262.png?lm=1520611569", "countryName": "S\u00fcdsudan", "totalPoints": 978, "confederation": "CAF", "rank": 168}, {"id": 55, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/55.png?lm=1520611569", "countryName": "Grenada", "totalPoints": 974, "confederation": "CONCACAF", "rank": 169}, {"id": 20, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/20.png?lm=1520611569", "countryName": "Belize", "totalPoints": 967, "confederation": "CONCACAF", "rank": 170}, {"id": 79, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/79.png?lm=1520611569", "countryName": "Kambodscha", "totalPoints": 967, "confederation": "AFC", "rank": 171}, {"id": 228, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/228.png?lm=1520611569", "countryName": "Puerto Rico", "totalPoints": 963, "confederation": "CONCACAF", "rank": 172}, {"id": 224, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/224.png?lm=1520611569", "countryName": "St. Vincent und die Grenadinen", "totalPoints": 961, "confederation": "CONCACAF", "rank": 173}, {"id": 106, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/106.png?lm=1520611569", "countryName": "Malta", "totalPoints": 959, "confederation": "UEFA", "rank": 174}, {"id": 61, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/61.png?lm=1520611569", "countryName": "Guyana", "totalPoints": 959, "confederation": "CONCACAF", "rank": 175}, {"id": 109, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/109.png?lm=1520611569", "countryName": "Mauritius", "totalPoints": 955, "confederation": "CAF", "rank": 176}, {"id": 230, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/230.png?lm=1520611569", "countryName": "St. Lucia", "totalPoints": 953, "confederation": "CONCACAF", "rank": 177}, {"id": 235, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/235.png?lm=1520611569", "countryName": "Montserrat", "totalPoints": 951, "confederation": "CONCACAF", "rank": 178}, {"id": 88, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/88.png?lm=1520611569", "countryName": "Kuba", "totalPoints": 949, "confederation": "CONCACAF", "rank": 179}, {"id": 171, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/171.png?lm=1520611569", "countryName": "Tschad", "totalPoints": 935, "confederation": "CAF", "rank": 180}, {"id": 112, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/112.png?lm=1520611569", "countryName": "Moldawien", "totalPoints": 927, "confederation": "UEFA", "rank": 181}, {"id": 219, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/219.png?lm=1520611569", "countryName": "Macao", "totalPoints": 922, "confederation": "AFC", "rank": 182}, {"id": 42, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/42.png?lm=1520611569", "countryName": "Dominica", "totalPoints": 917, "confederation": "CONCACAF", "rank": 183}, {"id": 114, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/114.png?lm=1520611569", "countryName": "Mongolei", "totalPoints": 917, "confederation": "AFC", "rank": 184}, {"id": 22, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/22.png?lm=1520611569", "countryName": "Bhutan", "totalPoints": 911, "confederation": "AFC", "rank": 185}, {"id": 16, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/16.png?lm=1520611569", "countryName": "Bangladesch", "totalPoints": 908, "confederation": "AFC", "rank": 186}, {"id": 91, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/91.png?lm=1520611569", "countryName": "Laos", "totalPoints": 905, "confederation": "AFC", "rank": 187}, {"id": 27, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/27.png?lm=1520611569", "countryName": "Brunei Darussalam", "totalPoints": 904, "confederation": "AFC", "rank": 188}, {"id": 145, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/145.png?lm=1520611569", "countryName": "Sao Tome und Principe", "totalPoints": 903, "confederation": "CAF", "rank": 189}, {"id": 239, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/239.png?lm=1520611569", "countryName": "Amerikanisch-Samoa", "totalPoints": 900, "confederation": "OFC", "rank": 190}, {"id": 97, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/97.png?lm=1520611569", "countryName": "Liechtenstein", "totalPoints": 900, "confederation": "UEFA", "rank": 191}, {"id": 41, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/41.png?lm=1520611569", "countryName": "Dschibuti", "totalPoints": 897, "confederation": "CAF", "rank": 192}, {"id": 143, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/143.png?lm=1520611569", "countryName": "Samoa", "totalPoints": 894, "confederation": "OFC", "rank": 193}, {"id": 156, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/156.png?lm=1520611569", "countryName": "Somalia", "totalPoints": 874, "confederation": "CAF", "rank": 194}, {"id": 229, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/229.png?lm=1520611569", "countryName": "Cayman-Inseln", "totalPoints": 874, "confederation": "CONCACAF", "rank": 195}, {"id": 151, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/151.png?lm=1520611569", "countryName": "Seychellen", "totalPoints": 871, "confederation": "CAF", "rank": 196}, {"id": 128, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/128.png?lm=1520611569", "countryName": "Pakistan", "totalPoints": 867, "confederation": "AFC", "rank": 197}, {"id": 242, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/242.png?lm=1520611569", "countryName": "Osttimor", "totalPoints": 865, "confederation": "AFC", "rank": 198}, {"id": 169, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/169.png?lm=1520611569", "countryName": "Tonga", "totalPoints": 862, "confederation": "OFC", "rank": 199}, {"id": 233, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/233.png?lm=1520611569", "countryName": "Aruba", "totalPoints": 860, "confederation": "CONCACAF", "rank": 200}, {"id": 14, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/14.png?lm=1520611569", "countryName": "Bahamas", "totalPoints": 858, "confederation": "CONCACAF", "rank": 201}, {"id": 46, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/46.png?lm=1520611569", "countryName": "Eritrea", "totalPoints": 856, "confederation": "CAF", "rank": 202}, {"id": 266, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/266.png?lm=1520611569", "countryName": "Gibraltar", "totalPoints": 854, "confederation": "UEFA", "rank": 203}, {"id": 158, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/158.png?lm=1520611569", "countryName": "Sri Lanka", "totalPoints": 843, "confederation": "AFC", "rank": 204}, {"id": 226, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/226.png?lm=1520611569", "countryName": "Turks- und Caicosinseln", "totalPoints": 840, "confederation": "CONCACAF", "rank": 205}, {"id": 241, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/241.png?lm=1520611569", "countryName": "Guam", "totalPoints": 838, "confederation": "AFC", "rank": 206}, {"id": 234, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/234.png?lm=1520611569", "countryName": "Amerikanische Jungferninseln", "totalPoints": 816, "confederation": "CONCACAF", "rank": 207}, {"id": 231, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/231.png?lm=1520611569", "countryName": "Britische Jungferninseln", "totalPoints": 813, "confederation": "CONCACAF", "rank": 208}, {"id": 232, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/232.png?lm=1520611569", "countryName": "Anguilla", "totalPoints": 792, "confederation": "CONCACAF", "rank": 209}, {"id": 144, "countryImage": "https://tmssl.akamaized.net/images/flagge/headerRund/144.png?lm=1520611569", "countryName": "San Marino", "totalPoints": 780, "confederation": "UEFA", "rank": 210}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "teams": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "countryImage": {"type": "string"}, "countryName": {"type": "string"}, "totalPoints": {"type": "integer"}, "confederation": {"type": "string"}, "rank": {"type": "integer"}}, "required": ["confederation", "countryImage", "countryName", "id", "rank", "totalPoints"]}}}, "required": ["share", "teams"]} |
ab742d71-1a08-45be-854a-984674c61f4a/c869009b-b2d0-4ccb-8cec-f793f83a042e/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | statistic/list-best-fifa-players | List best FIFA players | 200 | Response | {"share": {"title": "Weltfu\u00dfballer", "url": "https://www.transfermarkt.de/statistik/spielertitel?titel_id=195", "description": "Die Statistik der Weltfussballer des Jahres zeigt, welcher Spieler die Ehrung zum Fussballer des Jahres erhalten hat. Es wird unter anderem der Marktwert und das damalige Alter des Spielers angezeigt."}, "player": [{"year": 2021, "playerName": "R. Lewandowski", "firstName": "Robert", "lastName": "Lewandowski", "alias": "", "clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "id": "38253", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/38253-1642434304.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "135", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/135.png?lm=1520611569", "ageAtThisTime": "33", "marketValueAtThisTime": "50,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2020, "playerName": "R. Lewandowski", "firstName": "Robert", "lastName": "Lewandowski", "alias": "", "clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "id": "38253", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/38253-1642434304.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "135", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/135.png?lm=1520611569", "ageAtThisTime": "32", "marketValueAtThisTime": "60,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2019, "playerName": "Lionel Messi", "firstName": "Lionel", "lastName": "Messi", "alias": "", "clubID": "0", "clubName": null, "clubImage": "", "id": "28003", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/28003-1631171950.jpg?lm=1", "mainPositionID": "12", "mainPosition": "Rechtsau\u00dfen", "countryID": "9", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/9.png?lm=1520611569", "ageAtThisTime": "32", "marketValueAtThisTime": "140,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2018, "playerName": "Luka Modric", "firstName": "Luka", "lastName": "Modric", "alias": "", "clubID": "418", "clubName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449", "id": "27992", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/27992-1543926073.jpg?lm=1", "mainPositionID": "7", "mainPosition": "Zentrales Mittelfeld", "countryID": "37", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/37.png?lm=1520611569", "ageAtThisTime": "33", "marketValueAtThisTime": "25,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2017, "playerName": "Cristiano Ronaldo", "firstName": "Cristiano Ronaldo", "lastName": "dos Santos Aveiro", "alias": "Cristiano Ronaldo", "clubID": "418", "clubName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449", "id": "8198", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/8198-1631656078.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "136", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "ageAtThisTime": "32", "marketValueAtThisTime": "100,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2016, "playerName": "Cristiano Ronaldo", "firstName": "Cristiano Ronaldo", "lastName": "dos Santos Aveiro", "alias": "Cristiano Ronaldo", "clubID": "418", "clubName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449", "id": "8198", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/8198-1631656078.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "136", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "ageAtThisTime": "31", "marketValueAtThisTime": "110,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2007, "playerName": "Kak\u00e1", "firstName": "Ricardo Izecson", "lastName": "dos Santos Leite", "alias": "Kak\u00e1", "clubID": "5", "clubName": "AC Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/5.png?lm=1605166627", "id": "3366", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3366-1489607001.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": "26", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "ageAtThisTime": "25", "marketValueAtThisTime": "70,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2006, "playerName": "Fabio Cannavaro", "firstName": "Fabio", "lastName": "Cannavaro", "alias": "", "clubID": "506", "clubName": "Juventus Turin", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/506.png?lm=1626441487", "id": "5775", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/5775-1454933483.jpg?lm=1", "mainPositionID": "3", "mainPosition": "Innenverteidiger", "countryID": "75", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "ageAtThisTime": "33", "marketValueAtThisTime": "14,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2005, "playerName": "Ronaldinho Ga\u00facho", "firstName": "Ronaldo", "lastName": "de Ass\u00eds Moreira", "alias": "Ronaldinho Ga\u00facho", "clubID": "131", "clubName": "FC Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/131.png?lm=1406739548", "id": "3373", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3373-1515762355.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": "26", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "ageAtThisTime": "25", "marketValueAtThisTime": "50,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2004, "playerName": "Ronaldinho Ga\u00facho", "firstName": "Ronaldo", "lastName": "de Ass\u00eds Moreira", "alias": "Ronaldinho Ga\u00facho", "clubID": "131", "clubName": "FC Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/131.png?lm=1406739548", "id": "3373", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3373-1515762355.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": "26", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "ageAtThisTime": "24", "marketValueAtThisTime": "50,00", "marketValueAtThisTimeCurrency": "\u20ac", "marketValueAtThisTimeNumeral": "Mio."}, {"year": 2003, "playerName": "Z. Zidane", "firstName": "Zin\u00e9dine", "lastName": "Zidane", "alias": "", "clubID": "418", "clubName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449", "id": "3111", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3111-1478769687.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": "50", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "ageAtThisTime": "31", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 2002, "playerName": "Ronaldo", "firstName": "Ronaldo Lu\u00eds", "lastName": "Naz\u00e1rio de Lima", "alias": "Ronaldo", "clubID": "418", "clubName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449", "id": "3140", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3140-1489417571.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "26", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "ageAtThisTime": "26", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 2001, "playerName": "Lu\u00eds Figo", "firstName": "Lu\u00eds", "lastName": "Figo", "alias": "", "clubID": "0", "clubName": null, "clubImage": "", "id": "3446", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3446-1570440028.jpg?lm=1", "mainPositionID": "12", "mainPosition": "Rechtsau\u00dfen", "countryID": "136", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "ageAtThisTime": "29", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 2000, "playerName": "Z. Zidane", "firstName": "Zin\u00e9dine", "lastName": "Zidane", "alias": "", "clubID": "506", "clubName": "Juventus Turin", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/506.png?lm=1626441487", "id": "3111", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3111-1478769687.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": "50", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "ageAtThisTime": "28", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 1999, "playerName": "Rivaldo", "firstName": "Rivaldo V\u00edtor", "lastName": "Borba Ferreira", "alias": "Rivaldo", "clubID": "131", "clubName": "FC Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/131.png?lm=1406739548", "id": "3372", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3372-1588239928.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": "26", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "ageAtThisTime": "27", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 1998, "playerName": "Z. Zidane", "firstName": "Zin\u00e9dine", "lastName": "Zidane", "alias": "", "clubID": "506", "clubName": "Juventus Turin", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/506.png?lm=1626441487", "id": "3111", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3111-1478769687.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": "50", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "ageAtThisTime": "26", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 1997, "playerName": "Ronaldo", "firstName": "Ronaldo Lu\u00eds", "lastName": "Naz\u00e1rio de Lima", "alias": "Ronaldo", "clubID": "46", "clubName": "Inter Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/46.png?lm=1618900989", "id": "3140", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3140-1489417571.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "26", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "ageAtThisTime": "21", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 1996, "playerName": "Ronaldo", "firstName": "Ronaldo Lu\u00eds", "lastName": "Naz\u00e1rio de Lima", "alias": "Ronaldo", "clubID": "131", "clubName": "FC Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/131.png?lm=1406739548", "id": "3140", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/3140-1489417571.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "26", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "ageAtThisTime": "20", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 1995, "playerName": "George Weah", "firstName": "George", "lastName": "Weah", "alias": "", "clubID": "583", "clubName": "FC Paris Saint-Germain", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/583.png?lm=1522312728", "id": "8542", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/8542-1570439638.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "95", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/95.png?lm=1520611569", "ageAtThisTime": "29", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 1994, "playerName": "Rom\u00e1rio", "firstName": "Rom\u00e1rio", "lastName": "de Souza Faria", "alias": "Rom\u00e1rio", "clubID": "131", "clubName": "FC Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/131.png?lm=1406739548", "id": "7942", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/7942-1464018929.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "26", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "ageAtThisTime": "28", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 1993, "playerName": "Roberto Baggio", "firstName": "Roberto", "lastName": "Baggio", "alias": "", "clubID": "506", "clubName": "Juventus Turin", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/506.png?lm=1626441487", "id": "4153", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/4153-1487345469.jpg?lm=1", "mainPositionID": "13", "mainPosition": "H\u00e4ngende Spitze", "countryID": "75", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "ageAtThisTime": "26", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 1992, "playerName": "M. van Basten", "firstName": "Marco", "lastName": "van Basten", "alias": "", "clubID": "5", "clubName": "AC Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/5.png?lm=1605166627", "id": "74471", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/74471-1590494247.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": "122", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/122.png?lm=1520611569", "ageAtThisTime": "28", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}, {"year": 1991, "playerName": "L. Matth\u00e4us", "firstName": "Lothar", "lastName": "Matth\u00e4us", "alias": "", "clubID": "46", "clubName": "Inter Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/46.png?lm=1618900989", "id": "1527", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/1527-1448894024.jpg?lm=1", "mainPositionID": "6", "mainPosition": "Defensives Mittelfeld", "countryID": "40", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "ageAtThisTime": "30", "marketValueAtThisTime": "-", "marketValueAtThisTimeCurrency": "", "marketValueAtThisTimeNumeral": ""}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "player": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "clubID": {"type": "string"}, "clubName": {"type": ["null", "string"]}, "clubImage": {"type": "string"}, "id": {"type": "string"}, "playerImage": {"type": "string"}, "mainPositionID": {"type": "string"}, "mainPosition": {"type": "string"}, "countryID": {"type": "string"}, "countryImage": {"type": "string"}, "ageAtThisTime": {"type": "string"}, "marketValueAtThisTime": {"type": "string"}, "marketValueAtThisTimeCurrency": {"type": "string"}, "marketValueAtThisTimeNumeral": {"type": "string"}}, "required": ["ageAtThisTime", "alias", "clubID", "clubImage", "clubName", "countryID", "countryImage", "firstName", "id", "lastName", "mainPosition", "mainPositionID", "marketValueAtThisTime", "marketValueAtThisTimeCurrency", "marketValueAtThisTimeNumeral", "playerImage", "playerName", "year"]}}}, "required": ["player", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/20e59c3e-1724-47c0-a1bf-bd1b078add05/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | statistic/list-golden-boot | List golden boot | 200 | Response | {"share": {"title": "Der goldene Schuh", "url": "https://www.transfermarkt.de/statistik/goldenerschuh", "description": "Diese Statistik zeigt die erfolgreichsten Torsch\u00fctzen der aktuellen Saison. Es werden dabei nur Spieler ber\u00fccksichtigt, die in einer europ\u00e4ischen 1.Liga spielen."}, "player": [{"id": "38253", "seasonID": "2021", "clubID": "27", "matches": "22", "points": "52", "goals": "26", "goalsPerMatch": "1.1818", "factor": "2", "cycle": "", "competitionID": "L1", "competitionCountryID": "40", "clubs": "1", "playerName": "R. Lewandowski", "firstName": "Robert", "lastName": "Lewandowski", "alias": "", "playerAge": "33", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/38253-1642434304.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 40, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "clubName": "FC Bayern M\u00fcnchen", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238"}, {"id": "169368", "seasonID": "2020", "clubID": "159", "matches": "30", "points": 42, "goals": "28", "goalsPerMatch": "0.9333", "factor": "1.5", "cycle": "x", "competitionID": "SER1", "competitionCountryID": "125", "clubs": "2", "": "Super liga Srbije", "playerName": "Ohi Omoijuanfo", "firstName": "Ohi", "lastName": "Omoijuanfo", "alias": "", "playerAge": "28", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/169368-1553682375.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 125, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/125.png?lm=1520611569", "clubName": "Roter Stern Belgrad", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/159.png?lm=1567102522"}, {"id": "103598", "seasonID": "2020", "clubID": "353", "matches": "29", "points": "39", "goals": "26", "goalsPerMatch": "0.8966", "factor": "1.5", "cycle": "x", "competitionID": "NO1", "competitionCountryID": "125", "clubs": "1", "playerName": "T. Olsen", "firstName": "Thomas Lehne", "lastName": "Olsen", "alias": "", "playerAge": "30", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/103598-1637671905.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 125, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/125.png?lm=1520611569", "clubName": "Lillestr\u00f8m SK", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/353.png?lm=1420642842"}, {"id": "242086", "seasonID": "2021", "clubID": "15", "matches": "19", "points": "38", "goals": "19", "goalsPerMatch": "1.0000", "factor": "2", "cycle": "", "competitionID": "L1", "competitionCountryID": "40", "clubs": "1", "playerName": "Patrik Schick", "firstName": "Patrik", "lastName": "Schick", "alias": "", "playerAge": "26", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/242086-1642606913.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 40, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "clubName": "Bayer 04 Leverkusen", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/15.png?lm=1403163785"}, {"id": "105521", "seasonID": "2021", "clubID": "398", "matches": "21", "points": "38", "goals": "19", "goalsPerMatch": "0.9048", "factor": "2", "cycle": "", "competitionID": "IT1", "competitionCountryID": "75", "clubs": "1", "playerName": "Ciro Immobile", "firstName": "Ciro", "lastName": "Immobile", "alias": "", "playerAge": "31", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/105521-1594715918.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 75, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "clubName": "Lazio Rom", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/398.png?lm=1601537785"}, {"id": "357498", "seasonID": "2021", "clubID": "506", "matches": "23", "points": 36, "goals": "18", "goalsPerMatch": "0.7826", "factor": "2", "cycle": "", "competitionID": "IT1", "competitionCountryID": "75", "clubs": "2", "": "Serie A", "playerName": "Dusan Vlahovic", "firstName": "Dusan", "lastName": "Vlahovic", "alias": "", "playerAge": "22", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/357498-1632225570.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 75, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "clubName": "Juventus Turin", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/506.png?lm=1626441487"}, {"id": "18922", "seasonID": "2021", "clubID": "418", "matches": "21", "points": "34", "goals": "17", "goalsPerMatch": "0.8095", "factor": "2", "cycle": "", "competitionID": "ES1", "competitionCountryID": "157", "clubs": "1", "playerName": "Karim Benzema", "firstName": "Karim", "lastName": "Benzema", "alias": "", "playerAge": "34", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/18922-1544774342.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 157, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "clubName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449"}, {"id": "181985", "seasonID": "2020", "clubID": "239", "matches": "28", "points": "33", "goals": "22", "goalsPerMatch": "0.7857", "factor": "1.5", "cycle": "x", "competitionID": "NO1", "competitionCountryID": "125", "clubs": "1", "playerName": "Veton Berisha", "firstName": "Veton", "lastName": "Berisha", "alias": "", "playerAge": "27", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/181985-1535660956.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 125, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/125.png?lm=1520611569", "clubName": "Viking Stavanger", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/239.png?lm=1615368654"}, {"id": "418560", "seasonID": "2021", "clubID": "16", "matches": "14", "points": "32", "goals": "16", "goalsPerMatch": "1.1429", "factor": "2", "cycle": "", "competitionID": "L1", "competitionCountryID": "40", "clubs": "1", "playerName": "Erling Haaland", "firstName": "Erling", "lastName": "Haaland", "alias": "", "playerAge": "21", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/418560-1632685669.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 40, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "clubName": "Borussia Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280"}, {"id": "148455", "seasonID": "2021", "clubID": "31", "matches": "22", "points": "32", "goals": "16", "goalsPerMatch": "0.7273", "factor": "2", "cycle": "", "competitionID": "GB1", "competitionCountryID": "189", "clubs": "1", "playerName": "Mohamed Salah", "firstName": "Mohamed", "lastName": "Salah", "alias": "", "playerAge": "29", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/148455-1546611604.jpg?lm=1", "mainPositionID": "12", "mainPosition": "Rechtsau\u00dfen", "countryID": 189, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "clubName": "FC Liverpool", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/31.png?lm=1456567819"}, {"id": "339314", "seasonID": "2021", "clubID": "3948", "matches": "27", "points": "30", "goals": "20", "goalsPerMatch": "0.7407", "factor": "1.5", "cycle": "", "competitionID": "BE1", "competitionCountryID": "19", "clubs": "1", "playerName": "Deniz Undav", "firstName": "Deniz", "lastName": "Undav", "alias": "", "playerAge": "25", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/339314-1642264313.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 19, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569", "clubName": "Royale Union Saint Gilloise", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/3948.png?lm=1624390507"}, {"id": "258835", "seasonID": "2021", "clubID": "669", "matches": "21", "points": "28.5", "goals": "19", "goalsPerMatch": "0.9048", "factor": "1.5", "cycle": "", "competitionID": "SER1", "competitionCountryID": "215", "clubs": "1", "playerName": "Ricardo Gomes", "firstName": "Ricardo", "lastName": "Gomes", "alias": "", "playerAge": "30", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/258835-1604432819.png?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 215, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/215.png?lm=1520611569", "clubName": "FK Partizan Belgrad", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/669.png?lm=1541834922"}, {"id": "480692", "seasonID": "2021", "clubID": "31", "matches": "19", "points": 21, "goals": "14", "goalsPerMatch": "0.7368", "factor": "2", "cycle": "", "competitionID": "GB1", "competitionCountryID": "189", "clubs": "2", "": "Premier League", "playerName": "Luis D\u00edaz", "firstName": "Luis", "lastName": "D\u00edaz", "alias": "", "playerAge": "25", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/480692-1582712860.png?lm=1", "mainPositionID": "11", "mainPosition": "Linksau\u00dfen", "countryID": 189, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "clubName": "FC Liverpool", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/31.png?lm=1456567819"}, {"id": "50512", "seasonID": "2021", "clubID": "3", "matches": "21", "points": "28", "goals": "14", "goalsPerMatch": "0.6667", "factor": "2", "cycle": "", "competitionID": "L1", "competitionCountryID": "40", "clubs": "1", "playerName": "Anthony Modeste", "firstName": "Anthony", "lastName": "Modeste", "alias": "", "playerAge": "33", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/50512-1470759570.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 40, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "clubName": "1.FC K\u00f6ln", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/3.png?lm=1396275280"}, {"id": "146854", "seasonID": "2021", "clubID": "162", "matches": "23", "points": "28", "goals": "14", "goalsPerMatch": "0.6087", "factor": "2", "cycle": "", "competitionID": "FR1", "competitionCountryID": "50", "clubs": "1", "playerName": "W. Ben Yedder", "firstName": "Wissam", "lastName": "Ben Yedder", "alias": "", "playerAge": "31", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/146854-1614089939.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 50, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "clubName": "AS Monaco", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/162.png?lm=1625128180"}, {"id": "283928", "seasonID": "2020", "clubID": "4313", "matches": "25", "points": "27", "goals": "27", "goalsPerMatch": "1.0800", "factor": "1", "cycle": "x", "competitionID": "FARO", "competitionCountryID": "208", "clubs": "1", "playerName": "Mikkel Dahl", "firstName": "Mikkel", "lastName": "Dahl", "alias": "", "playerAge": "28", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/default.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 208, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/208.png?lm=1520611569", "clubName": "HB T\u00f3rshavn", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/4313.png?lm=1403617325"}, {"id": "546543", "seasonID": "2021", "clubID": "294", "matches": "18", "points": "27", "goals": "18", "goalsPerMatch": "1.0000", "factor": "1.5", "cycle": "", "competitionID": "PO1", "competitionCountryID": "136", "clubs": "1", "playerName": "Darwin N\u00fa\u00f1ez", "firstName": "Darwin", "lastName": "N\u00fa\u00f1ez", "alias": "", "playerAge": "22", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/546543-1603798752.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 136, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "clubName": "Benfica Lissabon", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/294.png?lm=1535908439"}, {"id": "294568", "seasonID": "2021", "clubID": "1064", "matches": "21", "points": "27", "goals": "18", "goalsPerMatch": "0.8571", "factor": "1.5", "cycle": "", "competitionID": "ISR1", "competitionCountryID": "74", "clubs": "1", "playerName": "Omer Atzili", "firstName": "Omer", "lastName": "Atzili", "alias": "", "playerAge": "28", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/294568-1497964231.jpg?lm=1", "mainPositionID": "12", "mainPosition": "Rechtsau\u00dfen", "countryID": 74, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/74.png?lm=1520611569", "clubName": "Maccabi Haifa", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1064.png?lm=1626682463"}, {"id": "95438", "seasonID": "2021", "clubID": "447", "matches": "21", "points": "27", "goals": "18", "goalsPerMatch": "0.8571", "factor": "1.5", "cycle": "", "competitionID": "KR1", "competitionCountryID": "37", "clubs": "1", "playerName": "Marko Livaja", "firstName": "Marko", "lastName": "Livaja", "alias": "", "playerAge": "28", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/95438-1628963230.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": 37, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/37.png?lm=1520611569", "clubName": "HNK Hajduk Split", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/447.png?lm=1404056125"}, {"id": "147043", "seasonID": "2021", "clubID": "1096", "matches": "26", "points": "27", "goals": "18", "goalsPerMatch": "0.6923", "factor": "1.5", "cycle": "", "competitionID": "BE1", "competitionCountryID": "19", "clubs": "1", "playerName": "Michael Frey", "firstName": "Michael", "lastName": "Frey", "alias": "", "playerAge": "27", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/147043-1626766393.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 19, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569", "clubName": "Royal Antwerpen FC", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1096.png?lm=1623758865"}, {"id": "95639", "seasonID": "2020", "clubID": "23371", "matches": "30", "points": "26", "goals": "26", "goalsPerMatch": "0.8667", "factor": "1", "cycle": "x", "competitionID": "EST1", "competitionCountryID": "47", "clubs": "1", "playerName": "Henri Anier", "firstName": "Henri", "lastName": "Anier", "alias": "", "playerAge": "31", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/95639-1615736923.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 47, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/47.png?lm=1520611569", "clubName": "Paide Linnameeskond", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/23371.png?lm=1471892177"}, {"id": "162038", "seasonID": "2021", "clubID": "714", "matches": "22", "points": "26", "goals": "13", "goalsPerMatch": "0.5909", "factor": "2", "cycle": "", "competitionID": "ES1", "competitionCountryID": "157", "clubs": "1", "playerName": "Ra\u00fal de Tom\u00e1s", "firstName": "Ra\u00fal", "lastName": "de Tom\u00e1s", "alias": "", "playerAge": "27", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/162038-1572338153.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 157, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "clubName": "Espanyol Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/714.png?lm=1406966369"}, {"id": "181375", "seasonID": "2021", "clubID": "610", "matches": "19", "points": "24", "goals": "16", "goalsPerMatch": "0.8421", "factor": "1.5", "cycle": "", "competitionID": "NL1", "competitionCountryID": "122", "clubs": "1", "playerName": "S. Haller", "firstName": "S\u00e9bastien", "lastName": "Haller", "alias": "", "playerAge": "27", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/181375-1533115156.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 122, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/122.png?lm=1520611569", "clubName": "Ajax Amsterdam", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/610.png?lm=1458894971"}, {"id": "139040", "seasonID": "2020", "clubID": "5771", "matches": "32", "points": "24", "goals": "24", "goalsPerMatch": "0.7500", "factor": "1", "cycle": "x", "competitionID": "EST1", "competitionCountryID": "47", "clubs": "1", "playerName": "Z. Beglarishvili", "firstName": "Zakaria", "lastName": "Beglarishvili", "alias": "", "playerAge": "31", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/139040-1615640179.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": 47, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/47.png?lm=1520611569", "clubName": "FCI Levadia", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/5771.png?lm=1518777164"}, {"id": "126737", "seasonID": "2021", "clubID": "150", "matches": "20", "points": "24", "goals": "12", "goalsPerMatch": "0.6000", "factor": "2", "cycle": "", "competitionID": "ES1", "competitionCountryID": "157", "clubs": "1", "playerName": "Juanmi", "firstName": "Juan Miguel", "lastName": "Jim\u00e9nez L\u00f3pez", "alias": "Juanmi", "playerAge": "28", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/126737-1590756564.jpg?lm=1", "mainPositionID": "11", "mainPosition": "Linksau\u00dfen", "countryID": 157, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "clubName": "Real Betis Sevilla", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/150.png?lm=1407484550"}, {"id": "342229", "seasonID": "2021", "clubID": "583", "matches": "22", "points": "24", "goals": "12", "goalsPerMatch": "0.5455", "factor": "2", "cycle": "", "competitionID": "FR1", "competitionCountryID": "50", "clubs": "1", "playerName": "Kylian Mbapp\u00e9", "firstName": "Kylian", "lastName": "Mbapp\u00e9", "alias": "", "playerAge": "23", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/342229-1632686046.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 50, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "clubName": "FC Paris Saint-Germain", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/583.png?lm=1522312728"}, {"id": "371998", "seasonID": "2021", "clubID": "418", "matches": "22", "points": "24", "goals": "12", "goalsPerMatch": "0.5455", "factor": "2", "cycle": "", "competitionID": "ES1", "competitionCountryID": "157", "clubs": "1", "playerName": "Vinicius Junior", "firstName": "Vinicius Jos\u00e9", "lastName": "Paix\u00e3o de Oliveira Junior", "alias": "Vinicius Junior", "playerAge": "21", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/371998-1624277492.jpg?lm=1", "mainPositionID": "11", "mainPosition": "Linksau\u00dfen", "countryID": 157, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "clubName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449"}, {"id": "282388", "seasonID": "2021", "clubID": "1390", "matches": "23", "points": 24, "goals": "12", "goalsPerMatch": "0.5217", "factor": "2", "cycle": "", "competitionID": "IT1", "competitionCountryID": "75", "clubs": "2", "": "Serie A", "playerName": "G. Simeone", "firstName": "Giovanni", "lastName": "Simeone", "alias": "", "playerAge": "26", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/282388-1594709796.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 75, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "clubName": "Cagliari Calcio", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1390.png?lm=1626441409"}, {"id": "340950", "seasonID": "2021", "clubID": "31", "matches": "23", "points": "24", "goals": "12", "goalsPerMatch": "0.5217", "factor": "2", "cycle": "", "competitionID": "GB1", "competitionCountryID": "189", "clubs": "1", "playerName": "Diogo Jota", "firstName": "Diogo Jos\u00e9", "lastName": "Teixeira da Silva", "alias": "Diogo Jota", "playerAge": "25", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/340950-1633340107.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 189, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "clubName": "FC Liverpool", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/31.png?lm=1456567819"}, {"id": "81999", "seasonID": "2021", "clubID": "1108", "matches": "24", "points": "24", "goals": "12", "goalsPerMatch": "0.5000", "factor": "2", "cycle": "", "competitionID": "ES1", "competitionCountryID": "157", "clubs": "1", "playerName": "Joselu", "firstName": "Jos\u00e9 Luis", "lastName": "Sanmart\u00edn Mato", "alias": "Joselu", "playerAge": "31", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/81999-1617107151.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 157, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "clubName": "Deportivo Alav\u00e9s", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1108.png?lm=1596131395"}, {"id": "533738", "seasonID": "2021", "clubID": "1082", "matches": "24", "points": "24", "goals": "12", "goalsPerMatch": "0.5000", "factor": "2", "cycle": "", "competitionID": "FR1", "competitionCountryID": "50", "clubs": "1", "playerName": "Jonathan David", "firstName": "Jonathan", "lastName": "David", "alias": "", "playerAge": "22", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/533738-1532349195.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 50, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "clubName": "LOSC Lille", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1082.png?lm=1529521041"}, {"id": "447071", "seasonID": "2021", "clubID": "172", "matches": "34", "points": 16, "goals": "16", "goalsPerMatch": "0.4706", "factor": "1.5", "cycle": "", "competitionID": "BE1", "competitionCountryID": "19", "clubs": "2", "": "Jupiler Pro League", "playerName": "N. Petkevicius", "firstName": "Nauris", "lastName": "Petkevicius", "alias": "", "playerAge": "21", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/447071-1470747338.JPG?lm=1", "mainPositionID": "13", "mainPosition": "H\u00e4ngende Spitze", "countryID": 19, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569", "clubName": "RSC Charleroi", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/172.png?lm=1448474590"}, {"id": "490223", "seasonID": "2021", "clubID": "1158", "matches": "30", "points": 18.5, "goals": "12", "goalsPerMatch": "0.4000", "factor": "2", "cycle": "", "competitionID": "FR1", "competitionCountryID": "50", "clubs": "2", "": "Ligue 1", "playerName": "Ibrahima Kon\u00e9", "firstName": "Ibrahima", "lastName": "Kon\u00e9", "alias": "", "playerAge": "22", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/490223-1579196307.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 50, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "clubName": "FC Lorient", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1158.png?lm=1406642498"}, {"id": "199000", "seasonID": "2020", "clubID": "6112", "matches": "32", "points": 23, "goals": "23", "goalsPerMatch": "0.7188", "factor": "1", "cycle": "x", "competitionID": "PL1", "competitionCountryID": "47", "clubs": "2", "": "Ekstraklasa", "playerName": "Rauno Sappinen", "firstName": "Rauno", "lastName": "Sappinen", "alias": "", "playerAge": "26", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/199000-1615743548.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 47, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/47.png?lm=1520611569", "clubName": "Piast Gliwice", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/6112.png?lm=1587313904"}, {"id": "418559", "seasonID": "2020", "clubID": "501", "matches": "30", "points": "22.5", "goals": "15", "goalsPerMatch": "0.5000", "factor": "1.5", "cycle": "x", "competitionID": "NO1", "competitionCountryID": "125", "clubs": "1", "playerName": "Erik Botheim", "firstName": "Erik", "lastName": "Botheim", "alias": "", "playerAge": "22", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/418559-1641212899.png?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 125, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/125.png?lm=1520611569", "clubName": "FK Bod\u00f8/Glimt", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/501.png?lm=1410462743"}, {"id": "344381", "seasonID": "2021", "clubID": "23826", "matches": "22", "points": "22", "goals": "11", "goalsPerMatch": "0.5000", "factor": "2", "cycle": "", "competitionID": "L1", "competitionCountryID": "40", "clubs": "1", "playerName": "C. Nkunku", "firstName": "Christopher", "lastName": "Nkunku", "alias": "", "playerAge": "24", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/344381-1613997042.jpg?lm=1", "mainPositionID": "10", "mainPosition": "Offensives Mittelfeld", "countryID": 40, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "clubName": "RasenBallsport Leipzig", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/23826.png?lm=1619431624"}, {"id": "406625", "seasonID": "2021", "clubID": "46", "matches": "22", "points": "22", "goals": "11", "goalsPerMatch": "0.5000", "factor": "2", "cycle": "", "competitionID": "IT1", "competitionCountryID": "75", "clubs": "1", "playerName": "L. Mart\u00ednez", "firstName": "Lautaro", "lastName": "Mart\u00ednez", "alias": "", "playerAge": "24", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/406625-1535015019.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 75, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "clubName": "Inter Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/46.png?lm=1618900989"}, {"id": "251106", "seasonID": "2021", "clubID": "3709", "matches": "23", "points": "22", "goals": "11", "goalsPerMatch": "0.4783", "factor": "2", "cycle": "", "competitionID": "ES1", "competitionCountryID": "157", "clubs": "1", "playerName": "Enes \u00dcnal", "firstName": "Enes", "lastName": "\u00dcnal", "alias": "", "playerAge": "24", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/251106-1622799794.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 157, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "clubName": "FC Getafe", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/3709.png?lm=1408655116"}, {"id": "72047", "seasonID": "2021", "clubID": "940", "matches": "23", "points": "22", "goals": "11", "goalsPerMatch": "0.4783", "factor": "2", "cycle": "", "competitionID": "ES1", "competitionCountryID": "157", "clubs": "1", "playerName": "Iago Aspas", "firstName": "Iago", "lastName": "Aspas", "alias": "", "playerAge": "34", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/72047-1541167912.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 157, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "clubName": "Celta Vigo", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/940.png?lm=1406966406"}, {"id": "442891", "seasonID": "2021", "clubID": "273", "matches": "23", "points": "22", "goals": "11", "goalsPerMatch": "0.4783", "factor": "2", "cycle": "", "competitionID": "FR1", "competitionCountryID": "50", "clubs": "1", "playerName": "Martin Terrier", "firstName": "Martin", "lastName": "Terrier", "alias": "", "playerAge": "24", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/442891-1484228746.jpg?lm=1", "mainPositionID": "11", "mainPosition": "Linksau\u00dfen", "countryID": 50, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "clubName": "FC Stade Rennes", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/273.png?lm=1408779098"}, {"id": "181378", "seasonID": "2021", "clubID": "273", "matches": "24", "points": 22, "goals": "11", "goalsPerMatch": "0.4583", "factor": "2", "cycle": "", "competitionID": "FR1", "competitionCountryID": "50", "clubs": "2", "": "Ligue 1", "playerName": "Ga\u00ebtan Laborde", "firstName": "Ga\u00ebtan", "lastName": "Laborde", "alias": "", "playerAge": "27", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/181378-1596553589.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 50, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "clubName": "FC Stade Rennes", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/273.png?lm=1408779098"}, {"id": "331726", "seasonID": "2021", "clubID": "12", "matches": "24", "points": 22, "goals": "11", "goalsPerMatch": "0.4583", "factor": "2", "cycle": "", "competitionID": "IT1", "competitionCountryID": "189", "clubs": "2", "": "Serie A", "playerName": "Tammy Abraham", "firstName": "Tammy", "lastName": "Abraham", "alias": "", "playerAge": "24", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/331726-1568646418.png?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 189, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "clubName": "AS Rom", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/12.png?lm=1533302889"}, {"id": "149614", "seasonID": "2021", "clubID": "10734", "matches": "21", "points": "21", "goals": "21", "goalsPerMatch": "1.0000", "factor": "1", "cycle": "", "competitionID": "WAL1", "competitionCountryID": "191", "clubs": "1", "playerName": "Declan McManus", "firstName": "Declan", "lastName": "McManus", "alias": "", "playerAge": "27", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/default.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 191, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/191.png?lm=1520611569", "clubName": "The New Saints", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/10734.png?lm=1403618313"}, {"id": "343537", "seasonID": "2021", "clubID": "60551", "matches": "17", "points": "21", "goals": "14", "goalsPerMatch": "0.8235", "factor": "1.5", "cycle": "", "competitionID": "UKR1", "competitionCountryID": "177", "clubs": "1", "playerName": "Artem Dovbyk", "firstName": "Artem", "lastName": "Dovbyk", "alias": "", "playerAge": "24", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/343537-1641378780.png?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 177, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/177.png?lm=1520611569", "clubName": "SK Dnipro-1", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/60551.png?lm=1507128660"}, {"id": "496094", "seasonID": "2021", "clubID": "409", "matches": "18", "points": "21", "goals": "14", "goalsPerMatch": "0.7778", "factor": "1.5", "cycle": "", "competitionID": "A1", "competitionCountryID": "127", "clubs": "1", "playerName": "Karim Adeyemi", "firstName": "Karim", "lastName": "Adeyemi", "alias": "", "playerAge": "20", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/496094-1601103873.png?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 127, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/127.png?lm=1520611569", "clubName": "Red Bull Salzburg", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/409.png?lm=1557737354"}, {"id": "85825", "seasonID": "2021", "clubID": "1091", "matches": "19", "points": "21", "goals": "14", "goalsPerMatch": "0.7368", "factor": "1.5", "cycle": "", "competitionID": "GR1", "competitionCountryID": "56", "clubs": "1", "playerName": "Jasmin Kurtic", "firstName": "Jasmin", "lastName": "Kurtic", "alias": "", "playerAge": "33", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/85825-1596013416.jpg?lm=1", "mainPositionID": "7", "mainPosition": "Zentrales Mittelfeld", "countryID": 56, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/56.png?lm=1520611569", "clubName": "PAOK Thessaloniki", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1091.png?lm=1562577576"}, {"id": "355369", "seasonID": "2021", "clubID": "452", "matches": "20", "points": "21", "goals": "14", "goalsPerMatch": "0.7000", "factor": "1.5", "cycle": "", "competitionID": "C1", "competitionCountryID": "148", "clubs": "1", "playerName": "J. Siebatcheu", "firstName": "Jordan", "lastName": "Siebatcheu", "alias": "", "playerAge": "25", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/355369-1444909544.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 148, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "clubName": "BSC Young Boys", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/452.png?lm=1410776679"}, {"id": "390638", "seasonID": "2021", "clubID": "430", "matches": "20", "points": 21, "goals": "14", "goalsPerMatch": "0.7000", "factor": "2", "cycle": "", "competitionID": "IT1", "competitionCountryID": "148", "clubs": "2", "": "Serie A", "playerName": "Arthur Cabral", "firstName": "Arthur", "lastName": "Cabral", "alias": "", "playerAge": "23", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/390638-1643722903.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 148, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "clubName": "AC Florenz", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/430.png?lm=1520933432"}, {"id": "140579", "seasonID": "2021", "clubID": "144", "matches": "20", "points": "21", "goals": "14", "goalsPerMatch": "0.7000", "factor": "1.5", "cycle": "", "competitionID": "KR1", "competitionCountryID": "37", "clubs": "1", "playerName": "Josip Drmic", "firstName": "Josip", "lastName": "Drmic", "alias": "", "playerAge": "29", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/140579-1533288571.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 37, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/37.png?lm=1520611569", "clubName": "HNK Rijeka", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/144.png?lm=1582550780"}, {"id": "363881", "seasonID": "2020", "clubID": "9211", "matches": "31", "points": "21", "goals": "21", "goalsPerMatch": "0.6774", "factor": "1", "cycle": "x", "competitionID": "IR1", "competitionCountryID": "72", "clubs": "1", "playerName": "Georgie Kelly", "firstName": "Georgie", "lastName": "Kelly", "alias": "", "playerAge": "25", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/default.jpg?lm=1", "mainPositionID": "14", "mainPosition": "Mittelst\u00fcrmer", "countryID": 72, "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/72.png?lm=1520611569", "clubName": "Bohemian Football Club", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/9211.png?lm=1543771632"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "player": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "seasonID": {"type": "string"}, "clubID": {"type": "string"}, "matches": {"type": "string"}, "points": {"type": ["number", "string"]}, "goals": {"type": "string"}, "goalsPerMatch": {"type": "string"}, "factor": {"type": "string"}, "cycle": {"type": "string"}, "competitionID": {"type": "string"}, "competitionCountryID": {"type": "string"}, "clubs": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "playerAge": {"type": "string"}, "playerImage": {"type": "string"}, "mainPositionID": {"type": "string"}, "mainPosition": {"type": "string"}, "countryID": {"type": "integer"}, "countryImage": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}, "": {"type": "string"}}, "required": ["alias", "clubID", "clubImage", "clubName", "clubs", "competitionCountryID", "competitionID", "countryID", "countryImage", "cycle", "factor", "firstName", "goals", "goalsPerMatch", "id", "lastName", "mainPosition", "mainPositionID", "matches", "playerAge", "playerImage", "playerName", "points", "seasonID"]}}}, "required": ["player", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/152105b4-916d-4ed5-8489-8faba98bd28d/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | statistic/list-most-valuable-competitions | List most valuable competitions | 200 | Response | {"competitions": [{"id": "GB1", "competitionName": "Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "marketValue": "8,67", "marketValueNumeral": "Mrd.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 8671150000, "competitionPlayers": "504", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionClubs": "20"}, {"id": "ES1", "competitionName": "LaLiga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/es1.png?lm=1557051003", "marketValue": "4,94", "marketValueNumeral": "Mrd.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 4935350000, "competitionPlayers": "511", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionClubs": "20"}, {"id": "IT1", "competitionName": "Serie A", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/it1.png?lm=1632134907", "marketValue": "4,78", "marketValueNumeral": "Mrd.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 4775375000, "competitionPlayers": "553", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionClubs": "20"}, {"id": "L1", "competitionName": "Bundesliga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/l1.png?lm=1525905518", "marketValue": "4,08", "marketValueNumeral": "Mrd.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 4083885000, "competitionPlayers": "504", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionClubs": "18"}, {"id": "FR1", "competitionName": "Ligue 1", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/fr1.png?lm=1592648063", "marketValue": "3,60", "marketValueNumeral": "Mrd.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 3601500000, "competitionPlayers": "547", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionClubs": "20"}, {"id": "GB2", "competitionName": "Championship", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb2.png?lm=1643026970", "marketValue": "1,19", "marketValueNumeral": "Mrd.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 1193175000, "competitionPlayers": "616", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionClubs": "24"}, {"id": "PO1", "competitionName": "Liga Portugal Bwin", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/po1.png?lm=1626110146", "marketValue": "1,16", "marketValueNumeral": "Mrd.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 1158975000, "competitionPlayers": "492", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "competitionClubs": "18"}, {"id": "BRA1", "competitionName": "Campeonato Brasileiro S\u00e9rie A", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/bra1.png?lm=1501485979", "marketValue": "1,10", "marketValueNumeral": "Mrd.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 1104375000, "competitionPlayers": "592", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "competitionClubs": "20"}, {"id": "RU1", "competitionName": "Premier Liga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/ru1.png?lm=1582769594", "marketValue": "977,15", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 977150000, "competitionPlayers": "402", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/141.png?lm=1520611569", "competitionClubs": "16"}, {"id": "TR1", "competitionName": "S\u00fcper Lig", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/tr1.png?lm=1639084065", "marketValue": "965,88", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 965875000, "competitionPlayers": "577", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/174.png?lm=1520611569", "competitionClubs": "20"}, {"id": "NL1", "competitionName": "Eredivisie", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/nl1.png?lm=1629726381", "marketValue": "957,30", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 957300000, "competitionPlayers": "483", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/122.png?lm=1520611569", "competitionClubs": "18"}, {"id": "MLS1", "competitionName": "Major League Soccer", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/mls1.png?lm=1612117632", "marketValue": "942,32", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 942320000, "competitionPlayers": "795", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/184.png?lm=1520611569", "competitionClubs": "28"}, {"id": "AR1N", "competitionName": "Liga Profesional de F\u00fatbol", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/ar1n.png?lm=1612869286", "marketValue": "838,13", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 838125000, "competitionPlayers": "754", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/9.png?lm=1520611569", "competitionClubs": "28"}, {"id": "CDLP", "competitionName": "Copa de la Liga Profesional de F\u00fatbol", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/cdlp.png?lm=1612538376", "marketValue": "838,13", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 838125000, "competitionPlayers": "754", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/9.png?lm=1520611569", "competitionClubs": "28"}, {"id": "BE1", "competitionName": "Jupiler Pro League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/be1.png?lm=1601478124", "marketValue": "811,95", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 811950000, "competitionPlayers": "509", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569", "competitionClubs": "18"}, {"id": "MEXA", "competitionName": "Liga MX Apertura", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/mexa.png?lm=1406287644", "marketValue": "799,70", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 799700000, "competitionPlayers": "459", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/110.png?lm=1520611569", "competitionClubs": "18"}, {"id": "MEX1", "competitionName": "Liga MX Clausura", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/mex1.png?lm=1406287661", "marketValue": "799,70", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 799700000, "competitionPlayers": "459", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/110.png?lm=1520611569", "competitionClubs": "18"}, {"id": "BCP1", "competitionName": "Campeonato Paulista - S\u00e9rie A1 - Grunddurchgang", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/bcp1.png?lm=1643202430", "marketValue": "546,00", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 546000000, "competitionPlayers": "497", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "competitionClubs": "16"}, {"id": "ES2", "competitionName": "LaLiga2", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/es2.png?lm=1602229644", "marketValue": "500,45", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 500450000, "competitionPlayers": "560", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionClubs": "22"}, {"id": "IT2", "competitionName": "Serie B", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/it2.png?lm=1548242827", "marketValue": "464,13", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 464125000, "competitionPlayers": "579", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionClubs": "20"}, {"id": "UKR1", "competitionName": "Premier Liga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/ukr1.png?lm=1637135523", "marketValue": "449,10", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 449100000, "competitionPlayers": "416", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/177.png?lm=1520611569", "competitionClubs": "16"}, {"id": "A1", "competitionName": "Bundesliga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/a1.png?lm=1625144794", "marketValue": "387,75", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 387750000, "competitionPlayers": "351", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/127.png?lm=1520611569", "competitionClubs": "12"}, {"id": "L2", "competitionName": "2. Bundesliga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/l2.png?lm=1525905553", "marketValue": "370,10", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 370100000, "competitionPlayers": "509", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionClubs": "18"}, {"id": "GR1", "competitionName": "Super League 1", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gr1.png?lm=1460983749", "marketValue": "366,15", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 366150000, "competitionPlayers": "419", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/56.png?lm=1520611569", "competitionClubs": "14"}, {"id": "FR2", "competitionName": "Ligue 2", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/fr2.png?lm=1592648109", "marketValue": "363,15", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 363150000, "competitionPlayers": "537", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionClubs": "20"}, {"id": "SA1", "competitionName": "Saudi Professional League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/sa1.png?lm=1528219303", "marketValue": "326,00", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 326000000, "competitionPlayers": "521", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/146.png?lm=1520611569", "competitionClubs": "16"}, {"id": "SC1", "competitionName": "Scottish Premiership", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/sc1.png?lm=1404071829", "marketValue": "317,20", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 317200000, "competitionPlayers": "317", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/190.png?lm=1520611569", "competitionClubs": "12"}, {"id": "JAP1", "competitionName": "J1 League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/jap1.png?lm=1546692506", "marketValue": "290,15", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 290150000, "competitionPlayers": "566", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/77.png?lm=1520611569", "competitionClubs": "18"}, {"id": "C1", "competitionName": "Super League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/c1.png?lm=1628624855", "marketValue": "279,90", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 279900000, "competitionPlayers": "300", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/148.png?lm=1520611569", "competitionClubs": "10"}, {"id": "KR1", "competitionName": "1.HNL", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/kr1.png?lm=1499260588", "marketValue": "267,74", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 267735000, "competitionPlayers": "283", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/37.png?lm=1520611569", "competitionClubs": "10"}, {"id": "PL1", "competitionName": "PKO Ekstraklasa", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/pl1.png?lm=1601990839", "marketValue": "260,43", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 260425000, "competitionPlayers": "573", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/135.png?lm=1520611569", "competitionClubs": "18"}, {"id": "BRCG", "competitionName": "Campeonato Carioca - Ta\u00e7a Guanabara", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/brcg.png?lm=1595422039", "marketValue": "254,38", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 254375000, "competitionPlayers": "409", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "competitionClubs": "12"}, {"id": "TS1", "competitionName": "Fortuna Liga", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/ts1.png?lm=1547491735", "marketValue": "249,40", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 249400000, "competitionPlayers": "444", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/172.png?lm=1520611569", "competitionClubs": "16"}, {"id": "DK1", "competitionName": "Superligaen", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/dk1.png?lm=1578774986", "marketValue": "244,05", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 244050000, "competitionPlayers": "335", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/39.png?lm=1520611569", "competitionClubs": "12"}, {"id": "COLP", "competitionName": "Liga Dimayor I", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/colp.png?lm=1580674248", "marketValue": "240,90", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 240900000, "competitionPlayers": "608", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/83.png?lm=1520611569", "competitionClubs": "20"}, {"id": "BRA2", "competitionName": "Campeonato Brasileiro S\u00e9rie B", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/bra2.png?lm=1596622082", "marketValue": "237,65", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 237650000, "competitionPlayers": "588", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "competitionClubs": "20"}, {"id": "UAE1", "competitionName": "UAE Pro League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/uae1.png?lm=1458640571", "marketValue": "217,86", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 217860000, "competitionPlayers": "512", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/183.png?lm=1520611569", "competitionClubs": "14"}, {"id": "GB3", "competitionName": "League One", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/gb3.png?lm=1466594034", "marketValue": "201,18", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 201175000, "competitionPlayers": "635", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionClubs": "24"}, {"id": "SER1", "competitionName": "Super liga Srbije", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/ser1.png?lm=1638529564", "marketValue": "198,66", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 198655000, "competitionPlayers": "474", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/215.png?lm=1520611569", "competitionClubs": "16"}, {"id": "RO1", "competitionName": "Liga 1", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/ro1.png?lm=1563031445", "marketValue": "191,38", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 191375000, "competitionPlayers": "472", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/140.png?lm=1520611569", "competitionClubs": "16"}, {"id": "CLPD", "competitionName": "Primera Divisi\u00f3n de Chile", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/clpd.png?lm=1617199689", "marketValue": "166,48", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 166475000, "competitionPlayers": "542", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/33.png?lm=1520611569", "competitionClubs": "16"}, {"id": "BRRS", "competitionName": "Campeonato Ga\u00facho", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/brrs.png?lm=1643279663", "marketValue": "166,03", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 166025000, "competitionPlayers": "351", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "competitionClubs": "12"}, {"id": "SE1", "competitionName": "Allsvenskan", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/se1.png?lm=1618018440", "marketValue": "163,01", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 163005000, "competitionPlayers": "420", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/147.png?lm=1520611569", "competitionClubs": "16"}, {"id": "QSL", "competitionName": "Qatar Stars League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/qsl.png?lm=1404288206", "marketValue": "162,28", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 162275000, "competitionPlayers": "353", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/137.png?lm=1520611569", "competitionClubs": "12"}, {"id": "RSK1", "competitionName": "K League 1", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/rsk1.png?lm=1609881837", "marketValue": "160,93", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 160925000, "competitionPlayers": "444", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/87.png?lm=1520611569", "competitionClubs": "12"}, {"id": "EGY1", "competitionName": "Egyptian Premier League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/egy1.png?lm=1644944953", "marketValue": "159,78", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 159775000, "competitionPlayers": "632", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/2.png?lm=1520611569", "competitionClubs": "18"}, {"id": "JAP2", "competitionName": "J2 League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/jap2.png?lm=1546692526", "marketValue": "157,62", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 157615000, "competitionPlayers": "681", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/77.png?lm=1520611569", "competitionClubs": "22"}, {"id": "CSL", "competitionName": "Chinese Super League", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/csl.png?lm=1601305342", "marketValue": "153,21", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 153210000, "competitionPlayers": "589", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/34.png?lm=1520611569", "competitionClubs": "18"}, {"id": "BRCM", "competitionName": "Campeonato Mineiro", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/brcm.png?lm=1596021404", "marketValue": "151,78", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 151775000, "competitionPlayers": "413", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "competitionClubs": "12"}, {"id": "EL1A", "competitionName": "LigaPro Serie A Primera Etapa", "competitionImage": "https://tmssl.akamaized.net/images/logo/normal/el1a.png?lm=1581952112", "marketValue": "147,78", "marketValueNumeral": "Mio.", "marketValueCurrency": "\u20ac", "marketValueUnformatted": 147775000, "competitionPlayers": "414", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/44.png?lm=1520611569", "competitionClubs": "16"}], "share": {"title": "Die wertvollsten Wettbewerbe der Welt.", "url": "https://www.transfermarkt.de/wettbewerbe/europa", "description": "Diese Statistik listet die 50 wertvollsten Wettbewerbe der Welt."}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"competitions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "competitionName": {"type": "string"}, "competitionImage": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueUnformatted": {"type": "integer"}, "competitionPlayers": {"type": "string"}, "countryImage": {"type": "string"}, "competitionClubs": {"type": "string"}}, "required": ["competitionClubs", "competitionImage", "competitionName", "competitionPlayers", "countryImage", "id", "marketValue", "marketValueCurrency", "marketValueNumeral", "marketValueUnformatted"]}}, "share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}}, "required": ["competitions", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/c204757c-92f2-4f57-90da-67bad878d3e5/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | statistic/list-most-valuable-team | List most valuable team | 200 | Response | {"share": {"title": "Die wertvollste Elf International", "url": "https://www.transfermarkt.de/spieler-statistik/teuersteelf/marktwertetop", "description": "Mit diesem Tool kann die wertvollste Elf International aufgestellt werden. Diese kann individuell anhand von verschiedenen Formationen, Haupt- und Nebenpositionen, Altersklassen sowie Nationalit\u00e4ten angepasst werden."}, "players": [{"clubID": "418", "clubName": "Real Madrid", "clubShortName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449", "id": "108390", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/108390-1572942947.jpg?lm=1", "playerName": "T. Courtois", "firstName": "Thibaut", "lastName": "Courtois", "alias": "", "personID": "118797", "currentPositionShort": "TW", "currentPosition": "Torwart", "mainPositionShort": "TW", "mainPosition": "Torwart", "secondaryPosition1Short": "", "secondaryPosition1": "", "secondaryPosition2Short": "", "secondaryPosition2": "", "age": "29", "birthday": "11.05.1992", "marketValue": "65,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 65000000, "shirtNumber": "1", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569"}, {"clubID": "281", "clubName": "Manchester City", "clubShortName": "Manchester City", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/281.png?lm=1467356331", "id": "258004", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/258004-1572340728.jpg?lm=1", "playerName": "R\u00faben Dias", "firstName": "R\u00faben", "lastName": "Dias", "alias": "", "personID": "287886", "currentPositionShort": "IV", "currentPosition": "Innenverteidiger", "mainPositionShort": "IV", "mainPosition": "Innenverteidiger", "secondaryPosition1Short": "", "secondaryPosition1": "", "secondaryPosition2Short": "", "secondaryPosition2": "", "age": "24", "birthday": "14.05.1997", "marketValue": "75,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 75000000, "shirtNumber": "3", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569"}, {"clubID": "583", "clubName": "FC Paris Saint-Germain", "clubShortName": "Paris SG", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/583.png?lm=1522312728", "id": "181767", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/181767-1639581124.jpg?lm=1", "playerName": "Marquinhos", "firstName": "Marcos", "lastName": "Ao\u00e1s Corr\u00eaa", "alias": "Marquinhos", "personID": "201725", "currentPositionShort": "IV", "currentPosition": "Innenverteidiger", "mainPositionShort": "IV", "mainPosition": "Innenverteidiger", "secondaryPosition1Short": "DM", "secondaryPosition1": "Defensives Mittelfeld", "secondaryPosition2Short": "", "secondaryPosition2": "", "age": "27", "birthday": "14.05.1994", "marketValue": "75,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 75000000, "shirtNumber": "5", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubShortName": "Bayern M\u00fcnchen", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "id": "424204", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/424204-1570372661.jpg?lm=1", "playerName": "Alphonso Davies", "firstName": "Alphonso", "lastName": "Davies", "alias": "", "personID": "478609", "currentPositionShort": "LV", "currentPosition": "Linker Verteidiger", "mainPositionShort": "LV", "mainPosition": "Linker Verteidiger", "secondaryPosition1Short": "LA", "secondaryPosition1": "Linksau\u00dfen", "secondaryPosition2Short": "RA", "secondaryPosition2": "Rechtsau\u00dfen", "age": "21", "birthday": "02.11.2000", "marketValue": "70,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 70000000, "shirtNumber": "19", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/80.png?lm=1520611569"}, {"clubID": "31", "clubName": "FC Liverpool", "clubShortName": "FC Liverpool", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/31.png?lm=1456567819", "id": "314353", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/314353-1559826986.jpg?lm=1", "playerName": "T. Alexander-Arnold", "firstName": "Trent", "lastName": "Alexander-Arnold", "alias": "", "personID": "351072", "currentPositionShort": "RV", "currentPosition": "Rechter Verteidiger", "mainPositionShort": "RV", "mainPosition": "Rechter Verteidiger", "secondaryPosition1Short": "", "secondaryPosition1": "", "secondaryPosition2Short": "", "secondaryPosition2": "", "age": "23", "birthday": "07.10.1998", "marketValue": "80,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 80000000, "shirtNumber": "66", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"clubID": "27", "clubName": "FC Bayern M\u00fcnchen", "clubShortName": "Bayern M\u00fcnchen", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "id": "161056", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/161056-1636537308.jpg?lm=1", "playerName": "Joshua Kimmich", "firstName": "Joshua", "lastName": "Kimmich", "alias": "", "personID": "178409", "currentPositionShort": "DM", "currentPosition": "Defensives Mittelfeld", "mainPositionShort": "DM", "mainPosition": "Defensives Mittelfeld", "secondaryPosition1Short": "RV", "secondaryPosition1": "Rechter Verteidiger", "secondaryPosition2Short": "ZM", "secondaryPosition2": "Zentrales Mittelfeld", "age": "27", "birthday": "08.02.1995", "marketValue": "85,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 85000000, "shirtNumber": "6", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}, {"clubID": "281", "clubName": "Manchester City", "clubShortName": "Manchester City", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/281.png?lm=1467356331", "id": "406635", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/406635-1594986905.jpg?lm=1", "playerName": "Phil Foden", "firstName": "Phil", "lastName": "Foden", "alias": "", "personID": "457661", "currentPositionShort": "DM", "currentPosition": "Defensives Mittelfeld", "mainPositionShort": "ZM", "mainPosition": "Zentrales Mittelfeld", "secondaryPosition1Short": "OM", "secondaryPosition1": "Offensives Mittelfeld", "secondaryPosition2Short": "LM", "secondaryPosition2": "Linkes Mittelfeld", "age": "21", "birthday": "28.05.2000", "marketValue": "85,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 85000000, "shirtNumber": "47", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"clubID": "31", "clubName": "FC Liverpool", "clubShortName": "FC Liverpool", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/31.png?lm=1456567819", "id": "148455", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/148455-1546611604.jpg?lm=1", "playerName": "Mohamed Salah", "firstName": "Mohamed", "lastName": "Salah", "alias": "", "personID": "163854", "currentPositionShort": "RM", "currentPosition": "Rechtes Mittelfeld", "mainPositionShort": "RA", "mainPosition": "Rechtsau\u00dfen", "secondaryPosition1Short": "HS", "secondaryPosition1": "H\u00e4ngende Spitze", "secondaryPosition2Short": "MS", "secondaryPosition2": "Mittelst\u00fcrmer", "age": "29", "birthday": "15.06.1992", "marketValue": "100,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 100000000, "shirtNumber": "11", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/2.png?lm=1520611569"}, {"clubID": "418", "clubName": "Real Madrid", "clubShortName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449", "id": "371998", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/371998-1624277492.jpg?lm=1", "playerName": "Vinicius Junior", "firstName": "Vinicius Jos\u00e9", "lastName": "Paix\u00e3o de Oliveira Junior", "alias": "Vinicius Junior", "personID": "417779", "currentPositionShort": "LM", "currentPosition": "Linkes Mittelfeld", "mainPositionShort": "LA", "mainPosition": "Linksau\u00dfen", "secondaryPosition1Short": "RA", "secondaryPosition1": "Rechtsau\u00dfen", "secondaryPosition2Short": "", "secondaryPosition2": "", "age": "21", "birthday": "12.07.2000", "marketValue": "100,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 100000000, "shirtNumber": "20", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"clubID": "985", "clubName": "Manchester United", "clubShortName": "Manchester Utd.", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/985.png?lm=1457975903", "id": "240306", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/240306-1636537174.jpg?lm=1", "playerName": "Bruno Fernandes", "firstName": "Bruno", "lastName": "Fernandes", "alias": "", "personID": "267702", "currentPositionShort": "OM", "currentPosition": "Offensives Mittelfeld", "mainPositionShort": "OM", "mainPosition": "Offensives Mittelfeld", "secondaryPosition1Short": "HS", "secondaryPosition1": "H\u00e4ngende Spitze", "secondaryPosition2Short": "ZM", "secondaryPosition2": "Zentrales Mittelfeld", "age": "27", "birthday": "08.09.1994", "marketValue": "90,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 90000000, "shirtNumber": "18", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569"}, {"clubID": "583", "clubName": "FC Paris Saint-Germain", "clubShortName": "Paris SG", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/583.png?lm=1522312728", "id": "342229", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/342229-1632686046.jpg?lm=1", "playerName": "Kylian Mbapp\u00e9", "firstName": "Kylian", "lastName": "Mbapp\u00e9", "alias": "", "personID": "382916", "currentPositionShort": "MS", "currentPosition": "Mittelst\u00fcrmer", "mainPositionShort": "MS", "mainPosition": "Mittelst\u00fcrmer", "secondaryPosition1Short": "LA", "secondaryPosition1": "Linksau\u00dfen", "secondaryPosition2Short": "RA", "secondaryPosition2": "Rechtsau\u00dfen", "age": "23", "birthday": "20.12.1998", "marketValue": "160,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 160000000, "shirtNumber": "7", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569"}], "allTactics": {"currentTacticID": 16, "tactics": [{"tacticID": "1", "tactic": "?"}, {"tacticID": "12", "tactic": "3-1-4-2"}, {"tacticID": "17", "tactic": "3-3-3-1"}, {"tacticID": "29", "tactic": "3-4-1-2"}, {"tacticID": "13", "tactic": "3-4-2-1"}, {"tacticID": "8", "tactic": "3-4-3"}, {"tacticID": "24", "tactic": "3-4-3 flach"}, {"tacticID": "9", "tactic": "3-5-2"}, {"tacticID": "26", "tactic": "3-5-2 flach"}, {"tacticID": "15", "tactic": "3-5-2 offensiv"}, {"tacticID": "19", "tactic": "4-1-3-2"}, {"tacticID": "14", "tactic": "4-1-4-1"}, {"tacticID": "16", "tactic": "4-2-3-1 "}, {"tacticID": "20", "tactic": "4-3-1-2"}, {"tacticID": "18", "tactic": "4-3-2-1"}, {"tacticID": "3", "tactic": "4-3-3 defensiv"}, {"tacticID": "25", "tactic": "4-3-3 Libero"}, {"tacticID": "10", "tactic": "4-3-3 offensiv"}, {"tacticID": "23", "tactic": "4-4-1-1"}, {"tacticID": "11", "tactic": "4-4-2"}, {"tacticID": "4", "tactic": "4-4-2 doppel 6"}, {"tacticID": "27", "tactic": "4-4-2 Libero flach"}, {"tacticID": "28", "tactic": "4-4-2 Libero Raute"}, {"tacticID": "2", "tactic": "4-4-2 Raute"}, {"tacticID": "5", "tactic": "4-5-1"}, {"tacticID": "22", "tactic": "4-5-1 flach"}, {"tacticID": "6", "tactic": "5-3-2"}, {"tacticID": "7", "tactic": "5-4-1"}, {"tacticID": "21", "tactic": "5-4-1 flach"}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "players": {"type": "array", "items": {"type": "object", "properties": {"clubID": {"type": "string"}, "clubName": {"type": "string"}, "clubShortName": {"type": "string"}, "clubImage": {"type": "string"}, "id": {"type": "string"}, "playerImage": {"type": "string"}, "playerName": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "alias": {"type": "string"}, "personID": {"type": "string"}, "currentPositionShort": {"type": "string"}, "currentPosition": {"type": "string"}, "mainPositionShort": {"type": "string"}, "mainPosition": {"type": "string"}, "secondaryPosition1Short": {"type": "string"}, "secondaryPosition1": {"type": "string"}, "secondaryPosition2Short": {"type": "string"}, "secondaryPosition2": {"type": "string"}, "age": {"type": "string"}, "birthday": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "marketValueUnformatted": {"type": "integer"}, "shirtNumber": {"type": "string"}, "countryImage": {"type": "string"}}, "required": ["age", "alias", "birthday", "clubID", "clubImage", "clubName", "clubShortName", "countryImage", "currentPosition", "currentPositionShort", "firstName", "id", "lastName", "mainPosition", "mainPositionShort", "marketValue", "marketValueCurrency", "marketValueNumeral", "marketValueUnformatted", "personID", "playerImage", "playerName", "secondaryPosition1", "secondaryPosition1Short", "secondaryPosition2", "secondaryPosition2Short", "shirtNumber"]}}, "allTactics": {"type": "object", "properties": {"currentTacticID": {"type": "integer"}, "tactics": {"type": "array", "items": {"type": "object", "properties": {"tacticID": {"type": "string"}, "tactic": {"type": "string"}}, "required": ["tactic", "tacticID"]}}}, "required": ["currentTacticID", "tactics"]}}, "required": ["allTactics", "players", "share"]} |
ab742d71-1a08-45be-854a-984674c61f4a/a260983c-d652-4a90-9a98-b17adc357f81/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | statistic/list-most-valuable-clubs | List most valuable clubs | 200 | Response | {"share": {"title": "Die wertvollsten Fu\u00dfball-Mannschaften der Welt bzw. des ausgew\u00e4hlten Wettbewerbes.", "url": "https://www.transfermarkt.de/marktwertetop/wertvollstemannschaften", "description": "Diese Statistik zeigt die wertvollsten Fu\u00dfball-Vereine der Welt bzw. des ausgew\u00e4hlten Wettbewerbes. Die \u00dcbersicht listet die Liga-Zugeh\u00f6rigkeit, die Kadergr\u00f6\u00dfe, das Durchschnittsalter, sowie den Gesamtmarktwert und den Durchschnittswert pro Spieler."}, "teams": [{"number": 1, "id": "281", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Manchester City", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/281.png?lm=1467356331", "avgAge": "27.50", "marketValue": "991,30", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 991300000, "progression": -1}, {"number": 2, "id": "583", "countryName": "Frankreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "Paris SG", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/583.png?lm=1522312728", "avgAge": "25.90", "marketValue": "909,55", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 909550000, "progression": -1}, {"number": 3, "id": "31", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "FC Liverpool", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/31.png?lm=1456567819", "avgAge": "27.40", "marketValue": "889,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 889000000, "progression": 1}, {"number": 4, "id": "631", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "FC Chelsea", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/631.png?lm=1628160548", "avgAge": "27.10", "marketValue": "883,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 883000000, "progression": -1}, {"number": 5, "id": "27", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "FC Bayern", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/27.png?lm=1498251238", "avgAge": "25.80", "marketValue": "815,75", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 815750000, "progression": 1}, {"number": 6, "id": "985", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Manchester Utd.", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/985.png?lm=1457975903", "avgAge": "28.60", "marketValue": "790,25", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 790250000, "progression": -1}, {"number": 7, "id": "418", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "Real Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/418.png?lm=1580722449", "avgAge": "27.80", "marketValue": "780,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 780000000, "progression": 1}, {"number": 8, "id": "131", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "FC Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/131.png?lm=1406739548", "avgAge": "26.00", "marketValue": "650,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 650500000, "progression": 1}, {"number": 9, "id": "13", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "Atl\u00e9tico Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/13.png?lm=1519120744", "avgAge": "28.70", "marketValue": "646,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 646500000, "progression": 1}, {"number": 10, "id": "148", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Tottenham", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/148.png?lm=1544345801", "avgAge": "26.00", "marketValue": "580,25", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 580250000, "progression": -1}, {"number": 11, "id": "16", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "Bor. Dortmund", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16.png?lm=1396275280", "avgAge": "25.40", "marketValue": "576,30", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 576300000, "progression": -1}, {"number": 12, "id": "506", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "Juventus Turin", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/506.png?lm=1626441487", "avgAge": "27.60", "marketValue": "566,40", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 566400000, "progression": 1}, {"number": 13, "id": "46", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "Inter Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/46.png?lm=1618900989", "avgAge": "30.30", "marketValue": "550,90", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 550900000, "progression": -1}, {"number": 14, "id": "1003", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Leicester City", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1003.png?lm=1472229265", "avgAge": "27.40", "marketValue": "513,80", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 513800000, "progression": -1}, {"number": 15, "id": "11", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "FC Arsenal", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/11.png?lm=1489787850", "avgAge": "25.00", "marketValue": "511,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 511000000, "progression": -1}, {"number": 16, "id": "6195", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "SSC Neapel", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/6195.png?lm=1437135876", "avgAge": "27.70", "marketValue": "505,85", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 505850000, "progression": 1}, {"number": 17, "id": "5", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "AC Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/5.png?lm=1605166627", "avgAge": "27.10", "marketValue": "466,60", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 466600000, "progression": -1}, {"number": 18, "id": "29", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "FC Everton", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/29.png?lm=1445949846", "avgAge": "27.50", "marketValue": "463,75", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 463750000, "progression": 1}, {"number": 19, "id": "23826", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "RB Leipzig", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/23826.png?lm=1619431624", "avgAge": "24.70", "marketValue": "454,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 454000000, "progression": -1}, {"number": 20, "id": "405", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Aston Villa", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/405.png?lm=1469443765", "avgAge": "26.90", "marketValue": "426,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 426500000, "progression": -1}, {"number": 21, "id": "368", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "FC Sevilla", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/368.png?lm=1408655455", "avgAge": "28.50", "marketValue": "424,90", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 424900000, "progression": 1}, {"number": 22, "id": "15", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "Bay. Leverkusen", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/15.png?lm=1403163785", "avgAge": "25.10", "marketValue": "417,45", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 417450000, "progression": -1}, {"number": 23, "id": "681", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "Real Sociedad", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/681.png?lm=1614795530", "avgAge": "26.50", "marketValue": "395,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 395000000, "progression": 1}, {"number": 24, "id": "12", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "AS Rom", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/12.png?lm=1533302889", "avgAge": "25.50", "marketValue": "390,65", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 390650000, "progression": -1}, {"number": 25, "id": "800", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "Atal. Bergamo", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/800.png?lm=1438547428", "avgAge": "27.60", "marketValue": "379,90", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 379900000, "progression": -1}, {"number": 26, "id": "1050", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "FC Villarreal", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1050.png?lm=1408655310", "avgAge": "28.20", "marketValue": "367,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 367000000, "progression": 1}, {"number": 27, "id": "610", "countryName": "Niederlande", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/122.png?lm=1520611569", "competitionID": "NL1", "competitionName": "Eredivisie", "clubName": "Ajax Amsterdam", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/610.png?lm=1458894971", "avgAge": "25.40", "marketValue": "364,30", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 364300000, "progression": 1}, {"number": 28, "id": "162", "countryName": "Monaco", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/113.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "AS Monaco", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/162.png?lm=1625128180", "avgAge": "24.80", "marketValue": "352,20", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 352200000, "progression": -1}, {"number": 29, "id": "379", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "West Ham Utd.", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/379.png?lm=1464675260", "avgAge": "29.20", "marketValue": "350,75", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 350750000, "progression": -1}, {"number": 30, "id": "543", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Wolverhampton", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/543.png?lm=1467496784", "avgAge": "26.20", "marketValue": "338,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 338500000, "progression": -1}, {"number": 31, "id": "1041", "countryName": "Frankreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "Olympique Lyon", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1041.png?lm=1581024966", "avgAge": "25.20", "marketValue": "316,05", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 316050000, "progression": -1}, {"number": 32, "id": "1049", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "FC Valencia", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1049.png?lm=1406966320", "avgAge": "25.10", "marketValue": "298,30", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 298300000, "progression": 1}, {"number": 33, "id": "762", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Newcastle Utd.", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/762.png?lm=1472921161", "avgAge": "28.70", "marketValue": "278,40", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 278400000, "progression": 1}, {"number": 34, "id": "294", "countryName": "Portugal", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "competitionID": "PO1", "competitionName": "Liga Portugal Bwin", "clubName": "Benfica", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/294.png?lm=1535908439", "avgAge": "27.20", "marketValue": "270,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 270500000, "progression": -1}, {"number": 35, "id": "398", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "Lazio Rom", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/398.png?lm=1601537785", "avgAge": "27.80", "marketValue": "267,45", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 267450000, "progression": -1}, {"number": 36, "id": "399", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Leeds United", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/399.png?lm=1407654193", "avgAge": "25.20", "marketValue": "265,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 265000000, "progression": -1}, {"number": 37, "id": "82", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "VfL Wolfsburg", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/82.png?lm=1503060755", "avgAge": "25.20", "marketValue": "254,40", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 254400000, "progression": -1}, {"number": 38, "id": "336", "countryName": "Portugal", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "competitionID": "PO1", "competitionName": "Liga Portugal Bwin", "clubName": "Sporting", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/336.png?lm=1621513752", "avgAge": "26.50", "marketValue": "251,70", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 251700000, "progression": 1}, {"number": 39, "id": "244", "countryName": "Frankreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "Ol. Marseille", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/244.png?lm=1485642163", "avgAge": "24.50", "marketValue": "250,35", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 250350000, "progression": 1}, {"number": 40, "id": "180", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "FC Southampton", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/180.png?lm=1444560086", "avgAge": "26.80", "marketValue": "246,75", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 246750000, "progression": -1}, {"number": 41, "id": "873", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Crystal Palace", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/873.png?lm=1457723287", "avgAge": "27.80", "marketValue": "239,95", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 239950000, "progression": -1}, {"number": 42, "id": "1237", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Brighton & Hove", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1237.png?lm=1492718902", "avgAge": "26.10", "marketValue": "239,90", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 239900000, "progression": -1}, {"number": 43, "id": "1082", "countryName": "Frankreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "LOSC Lille", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1082.png?lm=1529521041", "avgAge": "26.10", "marketValue": "239,30", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 239300000, "progression": -1}, {"number": 44, "id": "417", "countryName": "Frankreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "OGC Nizza", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/417.png?lm=1408779490", "avgAge": "24.40", "marketValue": "237,95", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 237950000, "progression": -1}, {"number": 45, "id": "18", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "Bor. M'gladbach", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/18.png?lm=1483890536", "avgAge": "26.10", "marketValue": "237,30", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 237300000, "progression": -1}, {"number": 46, "id": "430", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "AC Florenz", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/430.png?lm=1520933432", "avgAge": "27.30", "marketValue": "232,40", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 232400000, "progression": -1}, {"number": 47, "id": "150", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "Betis Sevilla", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/150.png?lm=1407484550", "avgAge": "29.20", "marketValue": "230,10", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 230100000, "progression": -1}, {"number": 48, "id": "720", "countryName": "Portugal", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "competitionID": "PO1", "competitionName": "Liga Portugal Bwin", "clubName": "FC Porto", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/720.png?lm=1486310161", "avgAge": "26.90", "marketValue": "225,30", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 225300000, "progression": 1}, {"number": 49, "id": "1148", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "FC Brentford", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1148.png?lm=1625150543", "avgAge": "26.00", "marketValue": "218,90", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 218900000, "progression": -1}, {"number": 50, "id": "273", "countryName": "Frankreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "Stade Rennes", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/273.png?lm=1408779098", "avgAge": "24.20", "marketValue": "216,90", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 216900000, "progression": -1}, {"number": 51, "id": "416", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "FC Turin", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/416.png?lm=1438548174", "avgAge": "25.70", "marketValue": "205,68", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 205675000, "progression": 1}, {"number": 52, "id": "6574", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "US Sassuolo", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/6574.png?lm=1601389908", "avgAge": "26.70", "marketValue": "205,60", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 205600000, "progression": -1}, {"number": 53, "id": "409", "countryName": "\u00d6sterreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/127.png?lm=1520611569", "competitionID": "A1", "competitionName": "Bundesliga", "clubName": "RB Salzburg", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/409.png?lm=1557737354", "avgAge": "23.10", "marketValue": "203,55", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 203550000, "progression": 1}, {"number": 54, "id": "24", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "E. Frankfurt", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/24.png?lm=1403806187", "avgAge": "25.60", "marketValue": "199,80", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 199800000, "progression": -1}, {"number": 55, "id": "533", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "TSG Hoffenheim", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/533.png?lm=1458907862", "avgAge": "25.80", "marketValue": "197,45", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 197450000, "progression": -1}, {"number": 56, "id": "660", "countryName": "Ukraine", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/177.png?lm=1520611569", "competitionID": "UKR1", "competitionName": "Premier Liga", "clubName": "Shakhtar D.", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/660.png?lm=1396275305", "avgAge": "25.40", "marketValue": "195,60", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 195600000, "progression": 0}, {"number": 57, "id": "621", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "Athletic Bilbao", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/621.png?lm=1565768743", "avgAge": "26.70", "marketValue": "190,60", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 190600000, "progression": -1}, {"number": 58, "id": "79", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "VfB Stuttgart", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/79.png?lm=1487024087", "avgAge": "23.00", "marketValue": "182,10", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 182100000, "progression": -1}, {"number": 59, "id": "1023", "countryName": "Brasilien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "competitionID": "BCP1", "competitionName": "Campeonato Paulista - S\u00e9rie A1 - Grunddurchgang", "clubName": "Palmeiras", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1023.png?lm=1411204983", "avgAge": "25.40", "marketValue": "180,10", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 180100000, "progression": -1}, {"number": 60, "id": "964", "countryName": "Russland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/141.png?lm=1520611569", "competitionID": "RU1", "competitionName": "Premier Liga", "clubName": "Zenit S-Pb", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/964.png?lm=1486195881", "avgAge": "27.30", "marketValue": "170,55", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 170550000, "progression": 1}, {"number": 61, "id": "989", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB2", "competitionName": "Championship", "clubName": "Bournemouth", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/989.png?lm=1457991811", "avgAge": "25.40", "marketValue": "169,60", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 169600000, "progression": -1}, {"number": 62, "id": "2282", "countryName": "Belgien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569", "competitionID": "BE1", "competitionName": "Jupiler Pro League", "clubName": "FC Br\u00fcgge", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/2282.png?lm=1448474251", "avgAge": "25.30", "marketValue": "160,55", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 160550000, "progression": 1}, {"number": 63, "id": "1123", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "Norwich City", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1123.png?lm=1457723273", "avgAge": "26.20", "marketValue": "155,55", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 155550000, "progression": -1}, {"number": 64, "id": "383", "countryName": "Niederlande", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/122.png?lm=1520611569", "competitionID": "NL1", "competitionName": "Eredivisie", "clubName": "PSV Eindhoven", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "avgAge": "25.20", "marketValue": "153,20", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 153200000, "progression": -1}, {"number": 65, "id": "3709", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "FC Getafe", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/3709.png?lm=1408655116", "avgAge": "26.70", "marketValue": "150,30", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 150300000, "progression": 1}, {"number": 66, "id": "931", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB2", "competitionName": "Championship", "clubName": "FC Fulham", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/931.png?lm=1556831687", "avgAge": "27.20", "marketValue": "147,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 147000000, "progression": -1}, {"number": 67, "id": "60", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "SC Freiburg", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/60.png?lm=1517249279", "avgAge": "25.40", "marketValue": "146,75", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 146750000, "progression": 1}, {"number": 68, "id": "1132", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "FC Burnley", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1132.png?lm=1587809239", "avgAge": "30.30", "marketValue": "145,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 145000000, "progression": 1}, {"number": 69, "id": "614", "countryName": "Brasilien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "competitionID": "BRA1", "competitionName": "Campeonato Brasileiro S\u00e9rie A", "clubName": "Flamengo", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/614.png?lm=1551023331", "avgAge": "28.00", "marketValue": "143,85", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 143850000, "progression": 1}, {"number": 70, "id": "1010", "countryName": "England", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "competitionID": "GB1", "competitionName": "Premier League", "clubName": "FC Watford", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1010.png?lm=1468103673", "avgAge": "28.10", "marketValue": "143,60", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 143600000, "progression": -1}, {"number": 71, "id": "1025", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "FC Bologna", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1025.png?lm=1626441324", "avgAge": "26.20", "marketValue": "142,75", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 142750000, "progression": -1}, {"number": 72, "id": "209", "countryName": "Argentinien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/9.png?lm=1520611569", "competitionID": "AR1N", "competitionName": "Liga Profesional de F\u00fatbol", "clubName": "River Plate", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/209.png?lm=1407647555", "avgAge": "27.00", "marketValue": "140,23", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 140225000, "progression": -1}, {"number": 73, "id": "36", "countryName": "T\u00fcrkei", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/174.png?lm=1520611569", "competitionID": "TR1", "competitionName": "S\u00fcper Lig", "clubName": "Fenerbahce", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/36.png?lm=1406739123", "avgAge": "26.30", "marketValue": "135,33", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 135325000, "progression": 1}, {"number": 74, "id": "124", "countryName": "Schottland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/190.png?lm=1520611569", "competitionID": "SC1", "competitionName": "Scottish Premiership", "clubName": "Glasgow Rangers", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/124.png?lm=1596617873", "avgAge": "27.50", "marketValue": "132,05", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 132050000, "progression": -1}, {"number": 75, "id": "1390", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "Cagliari Calcio", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1390.png?lm=1626441409", "avgAge": "26.50", "marketValue": "129,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 129500000, "progression": -1}, {"number": 76, "id": "940", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "Celta Vigo", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/940.png?lm=1406966406", "avgAge": "28.30", "marketValue": "124,70", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 124700000, "progression": -1}, {"number": 77, "id": "234", "countryName": "Niederlande", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/122.png?lm=1520611569", "competitionID": "NL1", "competitionName": "Eredivisie", "clubName": "Feyenoord", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/234.png?lm=1457643518", "avgAge": "24.10", "marketValue": "124,45", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 124450000, "progression": 1}, {"number": 78, "id": "39", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "1.FSV Mainz 05", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/39.png?lm=1564748880", "avgAge": "25.50", "marketValue": "122,05", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 122050000, "progression": -1}, {"number": 79, "id": "683", "countryName": "Griechenland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/56.png?lm=1520611569", "competitionID": "GR1", "competitionName": "Super League 1", "clubName": "Olymp. Pir\u00e4us", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/683.png?lm=1447787802", "avgAge": "26.00", "marketValue": "118,45", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 118450000, "progression": -1}, {"number": 80, "id": "232", "countryName": "Russland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/141.png?lm=1520611569", "competitionID": "RU1", "competitionName": "Premier Liga", "clubName": "Spartak Moskau", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/232.png?lm=1443701948", "avgAge": "24.90", "marketValue": "116,85", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 116850000, "progression": -1}, {"number": 81, "id": "276", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "Hellas Verona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/276.png?lm=1617228746", "avgAge": "26.20", "marketValue": "116,53", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 116525000, "progression": -1}, {"number": 82, "id": "338", "countryName": "Ukraine", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/177.png?lm=1520611569", "competitionID": "UKR1", "competitionName": "Premier Liga", "clubName": "Dynamo Kiew", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/338.png?lm=1442954715", "avgAge": "25.80", "marketValue": "114,20", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 114200000, "progression": -1}, {"number": 83, "id": "826", "countryName": "Frankreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "RC Lens", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/826.png?lm=1595457059", "avgAge": "25.60", "marketValue": "113,70", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 113700000, "progression": -1}, {"number": 84, "id": "1184", "countryName": "Belgien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569", "competitionID": "BE1", "competitionName": "Jupiler Pro League", "clubName": "KRC Genk ", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1184.png?lm=1464899410", "avgAge": "23.40", "marketValue": "112,90", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 112900000, "progression": -1}, {"number": 85, "id": "714", "countryName": "Spanien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569", "competitionID": "ES1", "competitionName": "LaLiga", "clubName": "Esp. Barcelona", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/714.png?lm=1406966369", "avgAge": "27.70", "marketValue": "112,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 112500000, "progression": 1}, {"number": 86, "id": "252", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "Genua CFC", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/252.png?lm=1438591281", "avgAge": "25.90", "marketValue": "108,20", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 108200000, "progression": -1}, {"number": 87, "id": "16704", "countryName": "Russland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/141.png?lm=1520611569", "competitionID": "RU1", "competitionName": "Premier Liga", "clubName": "FK Krasnodar", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16704.png?lm=1499524238", "avgAge": "27.60", "marketValue": "108,05", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 108050000, "progression": -1}, {"number": 88, "id": "114", "countryName": "T\u00fcrkei", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/174.png?lm=1520611569", "competitionID": "TR1", "competitionName": "S\u00fcper Lig", "clubName": "Besiktas", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/114.png?lm=1502974502", "avgAge": "27.00", "marketValue": "107,88", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 107875000, "progression": -1}, {"number": 89, "id": "449", "countryName": "T\u00fcrkei", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/174.png?lm=1520611569", "competitionID": "TR1", "competitionName": "S\u00fcper Lig", "clubName": "Trabzonspor", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/449.png?lm=1630858822", "avgAge": "26.20", "marketValue": "107,13", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 107125000, "progression": 1}, {"number": 90, "id": "330", "countryName": "Brasilien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569", "competitionID": "BRA1", "competitionName": "Campeonato Brasileiro S\u00e9rie A", "clubName": "Atl\u00e9tico-MG", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/330.png?lm=1411033853", "avgAge": "27.10", "marketValue": "107,05", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 107050000, "progression": 1}, {"number": 91, "id": "618", "countryName": "Frankreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "AS St.-\u00c9tienne", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/618.png?lm=1503255676", "avgAge": "25.40", "marketValue": "106,90", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 106900000, "progression": 0}, {"number": 92, "id": "44", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "Hertha BSC", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/44.png?lm=1534505742", "avgAge": "26.10", "marketValue": "106,43", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 106425000, "progression": 1}, {"number": 93, "id": "141", "countryName": "T\u00fcrkei", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/174.png?lm=1520611569", "competitionID": "TR1", "competitionName": "S\u00fcper Lig", "clubName": "Galatasaray", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/141.png?lm=1406739071", "avgAge": "27.40", "marketValue": "106,25", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 106250000, "progression": 1}, {"number": 94, "id": "121", "countryName": "Russland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/141.png?lm=1520611569", "competitionID": "RU1", "competitionName": "Premier Liga", "clubName": "Dinamo Moskau", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/121.png?lm=1597937447", "avgAge": "25.70", "marketValue": "104,50", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 104500000, "progression": -1}, {"number": 95, "id": "1075", "countryName": "Portugal", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/136.png?lm=1520611569", "competitionID": "PO1", "competitionName": "Liga Portugal Bwin", "clubName": "SC Braga", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1075.png?lm=1432893871", "avgAge": "25.20", "marketValue": "103,80", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 103800000, "progression": -1}, {"number": 96, "id": "1038", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "Sampdoria", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1038.png?lm=1520934353", "avgAge": "28.50", "marketValue": "103,30", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 103300000, "progression": 1}, {"number": 97, "id": "410", "countryName": "Italien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569", "competitionID": "IT1", "competitionName": "Serie A", "clubName": "Udinese Calcio", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/410.png?lm=1437136398", "avgAge": "26.90", "marketValue": "103,25", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 103250000, "progression": -1}, {"number": 98, "id": "419", "countryName": "Kroatien", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/37.png?lm=1520611569", "competitionID": "KR1", "competitionName": "1.HNL", "clubName": "Dinamo Zagreb", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/419.png?lm=1571921138", "avgAge": "25.60", "marketValue": "101,35", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 101350000, "progression": 1}, {"number": 99, "id": "1421", "countryName": "Frankreich", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569", "competitionID": "FR1", "competitionName": "Ligue 1", "clubName": "Stade Reims", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1421.png?lm=1592601839", "avgAge": "24.70", "marketValue": "99,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 99000000, "progression": -1}, {"number": 100, "id": "167", "countryName": "Deutschland", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525", "competitionID": "L1", "competitionName": "Bundesliga", "clubName": "FC Augsburg", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/167.png?lm=1403085893", "avgAge": "26.30", "marketValue": "98,80", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 98800000, "progression": -1}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"share": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "title", "url"]}, "teams": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "integer"}, "id": {"type": "string"}, "countryName": {"type": "string"}, "countryImage": {"type": "string"}, "competitionID": {"type": "string"}, "competitionName": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}, "avgAge": {"type": "string"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "marketValueUnformatted": {"type": "integer"}, "progression": {"type": "integer"}}, "required": ["avgAge", "clubImage", "clubName", "competitionID", "competitionName", "countryImage", "countryName", "id", "marketValue", "marketValueCurrency", "marketValueNumeral", "marketValueUnformatted", "number", "progression"]}}}, "required": ["share", "teams"]} |
ab742d71-1a08-45be-854a-984674c61f4a/eb5b93f0-9c41-4f5e-b845-06a1a6da2489/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | transfers/list-by-club | List transfers relating to specific club | 200 | Response | {"seasons": [{"id": "2023", "season": "23/24"}, {"id": "2022", "season": "22/23"}, {"id": "2021", "season": "21/22"}, {"id": "2020", "season": "20/21"}, {"id": "2019", "season": "19/20"}, {"id": "2018", "season": "18/19"}, {"id": "2017", "season": "17/18"}, {"id": "2016", "season": "16/17"}, {"id": "2015", "season": "15/16"}, {"id": "2014", "season": "14/15"}, {"id": "2013", "season": "13/14"}, {"id": "2012", "season": "12/13"}, {"id": "2011", "season": "11/12"}, {"id": "2010", "season": "10/11"}, {"id": "2009", "season": "09/10"}, {"id": "2008", "season": "08/09"}, {"id": "2007", "season": "07/08"}, {"id": "2006", "season": "06/07"}, {"id": "2005", "season": "05/06"}, {"id": "2004", "season": "04/05"}, {"id": "2003", "season": "03/04"}, {"id": "2002", "season": "02/03"}, {"id": "2001", "season": "01/02"}, {"id": "2000", "season": "00/01"}, {"id": "1999", "season": "99/00"}, {"id": "1998", "season": "98/99"}, {"id": "1997", "season": "97/98"}, {"id": "1996", "season": "96/97"}, {"id": "1995", "season": "95/96"}, {"id": "1994", "season": "94/95"}, {"id": "1993", "season": "93/94"}, {"id": "1992", "season": "92/93"}, {"id": "1991", "season": "91/92"}, {"id": "1990", "season": "90/91"}, {"id": "1989", "season": "89/90"}, {"id": "1988", "season": "88/89"}, {"id": "1987", "season": "87/88"}, {"id": "1986", "season": "86/87"}, {"id": "1985", "season": "85/86"}, {"id": "1984", "season": "84/85"}, {"id": "1983", "season": "83/84"}, {"id": "1982", "season": "82/83"}, {"id": "1981", "season": "81/82"}, {"id": "1980", "season": "80/81"}, {"id": "1979", "season": "79/80"}, {"id": "1978", "season": "78/79"}, {"id": "1977", "season": "77/78"}, {"id": "1976", "season": "76/77"}, {"id": "1975", "season": "75/76"}, {"id": "1974", "season": "74/75"}, {"id": "1973", "season": "73/74"}, {"id": "1972", "season": "72/73"}, {"id": "1971", "season": "71/72"}, {"id": "1970", "season": "70/71"}, {"id": "1969", "season": "69/70"}, {"id": "1968", "season": "68/69"}, {"id": "1967", "season": "67/68"}, {"id": "1966", "season": "66/67"}, {"id": "1965", "season": "65/66"}, {"id": "1964", "season": "64/65"}, {"id": "1963", "season": "63/64"}, {"id": "1962", "season": "62/63"}, {"id": "1961", "season": "61/62"}, {"id": "1960", "season": "60/61"}, {"id": "1959", "season": "59/60"}, {"id": "1958", "season": "58/59"}, {"id": "1957", "season": "57/58"}, {"id": "1956", "season": "56/57"}, {"id": "1955", "season": "55/56"}, {"id": "1954", "season": "54/55"}, {"id": "1953", "season": "53/54"}, {"id": "1952", "season": "52/53"}, {"id": "1951", "season": "51/52"}, {"id": "1950", "season": "50/51"}, {"id": "1949", "season": "49/50"}, {"id": "1948", "season": "48/49"}, {"id": "1947", "season": "47/48"}, {"id": "1946", "season": "46/47"}, {"id": "1945", "season": "45/46"}, {"id": "1944", "season": "44/45"}, {"id": "1943", "season": "43/44"}, {"id": "1941", "season": "41/42"}, {"id": "1940", "season": "40/41"}, {"id": "1939", "season": "39/40"}, {"id": "1938", "season": "38/39"}, {"id": "1937", "season": "37/38"}, {"id": "1936", "season": "36/37"}, {"id": "1935", "season": "35/36"}, {"id": "1934", "season": "34/35"}, {"id": "1933", "season": "33/34"}, {"id": "1932", "season": "32/33"}, {"id": "1931", "season": "31/32"}, {"id": "1930", "season": "30/31"}, {"id": "1929", "season": "1929/30"}, {"id": "1928", "season": "1928/29"}, {"id": "1927", "season": "1927/28"}, {"id": "1926", "season": "1926/27"}, {"id": "1924", "season": "1924/25"}, {"id": "1923", "season": "1923/24"}, {"id": "1915", "season": "1915/16"}, {"id": "1914", "season": "1914/15"}, {"id": "1913", "season": "1913/14"}, {"id": "1912", "season": "1912/13"}, {"id": "1911", "season": "1911/12"}, {"id": "1909", "season": "1909/10"}, {"id": "1908", "season": "1908/09"}, {"id": "1907", "season": "1907/08"}, {"id": "1906", "season": "1906/07"}, {"id": "1905", "season": "1905/06"}, {"id": "1904", "season": "1904/05"}], "currentSeason": {"transferArrivals": [{"id": "316551", "playerName": "J. Clarke-Salter", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/316551-1515488080.jpg?lm=1", "age": 24, "position": "Abwehr", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.05.2021", "positionsdetail": "Innenverteidiger", "clubID": "337", "clubName": "Birmingham City", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/337.png?lm=1522153307", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "128898", "playerName": "Jamal Blackman", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/128898-1424177187.jpg?lm=1", "age": 28, "position": "Torwart", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.05.2021", "positionsdetail": "Torwart", "clubID": "1194", "clubName": "Rotherham", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1194.png?lm=1407655489", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "202886", "playerName": "R. Loftus-Cheek", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/202886-1518793502.jpg?lm=1", "age": 26, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.05.2021", "positionsdetail": "Zentrales Mittelfeld", "clubID": "931", "clubName": "FC Fulham", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/931.png?lm=1556831687", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "131978", "playerName": "Ross Barkley", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/131978-1544607087.jpg?lm=1", "age": 28, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.05.2021", "positionsdetail": "Zentrales Mittelfeld", "clubID": "405", "clubName": "Aston Villa", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/405.png?lm=1469443765", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "179184", "playerName": "Michy Batshuayi", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/179184-1635601030.jpeg?lm=1", "age": 28, "position": "Sturm", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.05.2021", "positionsdetail": "Mittelst\u00fcrmer", "clubID": "873", "clubName": "Crystal Palace", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/873.png?lm=1457723287", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569"}, {"id": "392771", "playerName": "Ethan Ampadu", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/392771-1582126488.jpg?lm=1", "age": 21, "position": "Abwehr", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.05.2021", "positionsdetail": "Innenverteidiger", "clubID": "350", "clubName": "Sheff Utd", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/350.png?lm=1409254138", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/191.png?lm=1520611569"}, {"id": "245805", "playerName": "Izzy Brown", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/245805-1411139008.jpg?lm=1", "age": 25, "position": "Sturm", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.05.2021", "positionsdetail": "H\u00e4ngende Spitze", "clubID": "1035", "clubName": "Sheff. Wed.", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1035.png?lm=1643214896", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "176485", "playerName": "Lucas Piazon", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/176485-1407140888.jpg?lm=1", "age": 28, "position": "Sturm", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "13.01.2021", "positionsdetail": "Rechtsau\u00dfen", "clubID": "2425", "clubName": "Rio Ave FC", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/2425.png?lm=1516613968", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"id": "442531", "playerName": "Edouard Mendy", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/442531-1600951863.jpg?lm=1", "age": 29, "position": "Torwart", "transferFee": "24,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 24000000, "loan": "", "date": "24.09.2020", "positionsdetail": "Torwart", "clubID": "273", "clubName": "Stade Rennes", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/273.png?lm=1408779098", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/149.png?lm=1520611569"}, {"id": "309400", "playerName": "Kai Havertz", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/309400-1620646226.jpg?lm=1", "age": 22, "position": "Mittelfeld", "transferFee": "80,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 80000000, "loan": "", "date": "04.09.2020", "positionsdetail": "Offensives Mittelfeld", "clubID": "15", "clubName": "Bay. Leverkusen", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/15.png?lm=1403163785", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}, {"id": "205938", "playerName": "Mario Pasalic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/205938-1630496805.jpg?lm=1", "age": 27, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.08.2020", "positionsdetail": "Zentrales Mittelfeld", "clubID": "800", "clubName": "Atal. Bergamo", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/800.png?lm=1438547428", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/37.png?lm=1520611569"}, {"id": "59866", "playerName": "Victor Moses", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/59866-1632577912.png?lm=1", "age": 31, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.08.2020", "positionsdetail": "Rechtes Mittelfeld", "clubID": "46", "clubName": "Inter Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/46.png?lm=1618900989", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/124.png?lm=1520611569"}, {"id": "29241", "playerName": "Thiago Silva", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/29241-1462893880.jpg?lm=1", "age": 37, "position": "Abwehr", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "", "date": "28.08.2020", "positionsdetail": "Innenverteidiger", "clubID": "583", "clubName": "Paris SG", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/583.png?lm=1522312728", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"id": "344596", "playerName": "Malang Sarr", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/344596-1606395203.png?lm=1", "age": 23, "position": "Abwehr", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "", "date": "27.08.2020", "positionsdetail": "Innenverteidiger", "clubID": "417", "clubName": "OGC Nizza", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/417.png?lm=1408779490", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569"}, {"id": "316125", "playerName": "Ben Chilwell", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/316125-1620647738.jpg?lm=1", "age": 25, "position": "Abwehr", "transferFee": "50,20", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 50200000, "loan": "", "date": "26.08.2020", "positionsdetail": "Linker Verteidiger", "clubID": "1003", "clubName": "Leicester City", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1003.png?lm=1472229265", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "173859", "playerName": "D. Zappacosta", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/173859-1448968083.jpg?lm=1", "age": 29, "position": "Abwehr", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "04.08.2020", "positionsdetail": "Rechter Verteidiger", "clubID": "12", "clubName": "AS Rom", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/12.png?lm=1533302889", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569"}, {"id": "316551", "playerName": "J. Clarke-Salter", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/316551-1515488080.jpg?lm=1", "age": 24, "position": "Abwehr", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.07.2020", "positionsdetail": "Innenverteidiger", "clubID": "337", "clubName": "Birmingham City", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/337.png?lm=1522153307", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "245805", "playerName": "Izzy Brown", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/245805-1411139008.jpg?lm=1", "age": 25, "position": "Sturm", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "31.07.2020", "positionsdetail": "H\u00e4ngende Spitze", "clubID": "1031", "clubName": "Luton Town", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1031.png?lm=1457723228", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "245893", "playerName": "Matt Miazga", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/245893-1628951596.jpg?lm=1", "age": 26, "position": "Abwehr", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "23.07.2020", "positionsdetail": "Innenverteidiger", "clubID": "1032", "clubName": "FC Reading", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1032.png?lm=1457723329", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/184.png?lm=1520611569"}, {"id": "217111", "playerName": "Hakim Ziyech", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/217111-1497885283.jpg?lm=1", "age": 28, "position": "Mittelfeld", "transferFee": "40,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 40000000, "loan": "", "date": "01.07.2020", "positionsdetail": "Offensives Mittelfeld", "clubID": "610", "clubName": "Ajax Amsterdam", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/610.png?lm=1458894971", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/107.png?lm=1520611569"}, {"id": "170527", "playerName": "Timo Werner", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/170527-1471002206.jpg?lm=1", "age": 25, "position": "Sturm", "transferFee": "53,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 53000000, "loan": "", "date": "01.07.2020", "positionsdetail": "Mittelst\u00fcrmer", "clubID": "23826", "clubName": "RB Leipzig", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/23826.png?lm=1619431624", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/40.png?lm=1520612525"}, {"id": "73491", "playerName": "D. Drinkwater", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/73491-1632290404.jpg?lm=1", "age": 31, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "30.06.2020", "positionsdetail": "Zentrales Mittelfeld", "clubID": "405", "clubName": "Aston Villa", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/405.png?lm=1469443765", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "182618", "playerName": "T. Bakayoko", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/182618-1448024950.jpg?lm=1", "age": 27, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "30.06.2020", "positionsdetail": "Defensives Mittelfeld", "clubID": "162", "clubName": "AS Monaco", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/162.png?lm=1625128180", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569"}, {"id": "281404", "playerName": "Kenedy", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/281404-1455120897.jpg?lm=1", "age": 26, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "30.06.2020", "positionsdetail": "Linkes Mittelfeld", "clubID": "3709", "clubName": "FC Getafe", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/3709.png?lm=1408655116", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"id": "294798", "playerName": "Nathan", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/294798-1553782660.jpg?lm=1", "age": 25, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "30.06.2020", "positionsdetail": "Offensives Mittelfeld", "clubID": "330", "clubName": "Atl\u00e9tico-MG", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/330.png?lm=1411033853", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"id": "392771", "playerName": "Ethan Ampadu", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/392771-1582126488.jpg?lm=1", "age": 21, "position": "Abwehr", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "30.06.2020", "positionsdetail": "Innenverteidiger", "clubID": "23826", "clubName": "RB Leipzig", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/23826.png?lm=1619431624", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/191.png?lm=1520611569"}, {"id": "128223", "playerName": "\u00c1lvaro Morata", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/128223-1644496732.jpg?lm=1", "age": 29, "position": "Sturm", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "30.06.2020", "positionsdetail": "Mittelst\u00fcrmer", "clubID": "13", "clubName": "Atl\u00e9tico Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/13.png?lm=1519120744", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569"}, {"id": "177862", "playerName": "C. Musonda Jr.", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/177862-1453990790.jpg?lm=1", "age": 25, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "30.06.2020", "positionsdetail": "Offensives Mittelfeld", "clubID": "499", "clubName": "Vitesse Arnheim", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/499.png?lm=1610789824", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569"}, {"id": "224884", "playerName": "A. Baba", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/224884-1613846968.jpg?lm=1", "age": 27, "position": "Abwehr", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "war", "date": "30.06.2020", "positionsdetail": "Linker Verteidiger", "clubID": "237", "clubName": "RCD Mallorca", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/237.png?lm=1407484750", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/54.png?lm=1520611569"}], "transferDepartures": [{"id": "224884", "playerName": "A. Baba", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/224884-1613846968.jpg?lm=1", "age": 27, "position": "Abwehr", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "30.01.2021", "positionsdetail": "Linker Verteidiger", "clubID": "1091", "clubName": "PAOK Saloniki", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1091.png?lm=1562577576", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/54.png?lm=1520611569"}, {"id": "303254", "playerName": "Fikayo Tomori", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/303254-1611309323.jpg?lm=1", "age": 24, "position": "Abwehr", "transferFee": "600", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Tsd.", "transferFeeUnformatted": 600000, "loan": "ist", "date": "22.01.2021", "positionsdetail": "Innenverteidiger", "clubID": "5", "clubName": "AC Mailand", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/5.png?lm=1605166627", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "73491", "playerName": "D. Drinkwater", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/73491-1632290404.jpg?lm=1", "age": 31, "position": "Mittelfeld", "transferFee": "?", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "17.01.2021", "positionsdetail": "Zentrales Mittelfeld", "clubID": "10484", "clubName": "Kasimpasa", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/10484.png?lm=1408653850", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "176485", "playerName": "Lucas Piazon", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/176485-1407140888.jpg?lm=1", "age": 28, "position": "Sturm", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "", "date": "14.01.2021", "positionsdetail": "Rechtsau\u00dfen", "clubID": "1075", "clubName": "SC Braga", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1075.png?lm=1432893871", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"id": "316551", "playerName": "J. Clarke-Salter", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/316551-1515488080.jpg?lm=1", "age": 24, "position": "Abwehr", "transferFee": "?", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "16.10.2020", "positionsdetail": "Innenverteidiger", "clubID": "337", "clubName": "Birmingham City", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/337.png?lm=1522153307", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "59866", "playerName": "Victor Moses", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/59866-1632577912.png?lm=1", "age": 31, "position": "Mittelfeld", "transferFee": "300", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Tsd.", "transferFeeUnformatted": 300000, "loan": "ist", "date": "15.10.2020", "positionsdetail": "Rechtes Mittelfeld", "clubID": "232", "clubName": "Spartak Moskau", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/232.png?lm=1443701948", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/124.png?lm=1520611569"}, {"id": "147034", "playerName": "M. van Ginkel", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/147034-1613232156.jpg?lm=1", "age": 29, "position": "Mittelfeld", "transferFee": "-", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "06.10.2020", "positionsdetail": "Zentrales Mittelfeld", "clubID": "383", "clubName": "PSV Eindhoven", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/383.png?lm=1626929299", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/122.png?lm=1520611569"}, {"id": "344596", "playerName": "Malang Sarr", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/344596-1606395203.png?lm=1", "age": 23, "position": "Abwehr", "transferFee": "2,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 2000000, "loan": "ist", "date": "06.10.2020", "positionsdetail": "Innenverteidiger", "clubID": "720", "clubName": "FC Porto", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/720.png?lm=1486310161", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569"}, {"id": "202886", "playerName": "R. Loftus-Cheek", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/202886-1518793502.jpg?lm=1", "age": 26, "position": "Mittelfeld", "transferFee": "?", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "05.10.2020", "positionsdetail": "Zentrales Mittelfeld", "clubID": "931", "clubName": "FC Fulham", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/931.png?lm=1556831687", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "182618", "playerName": "T. Bakayoko", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/182618-1448024950.jpg?lm=1", "age": 27, "position": "Mittelfeld", "transferFee": "2,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 2000000, "loan": "ist", "date": "05.10.2020", "positionsdetail": "Defensives Mittelfeld", "clubID": "6195", "clubName": "SSC Neapel", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/6195.png?lm=1437135876", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/50.png?lm=1520611569"}, {"id": "245893", "playerName": "Matt Miazga", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/245893-1628951596.jpg?lm=1", "age": 26, "position": "Abwehr", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "03.10.2020", "positionsdetail": "Innenverteidiger", "clubID": "58", "clubName": "RSC Anderlecht", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/58.png?lm=1443857722", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/184.png?lm=1520611569"}, {"id": "131978", "playerName": "Ross Barkley", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/131978-1544607087.jpg?lm=1", "age": 28, "position": "Mittelfeld", "transferFee": "?", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "30.09.2020", "positionsdetail": "Zentrales Mittelfeld", "clubID": "405", "clubName": "Aston Villa", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/405.png?lm=1469443765", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "173859", "playerName": "D. Zappacosta", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/173859-1448968083.jpg?lm=1", "age": 29, "position": "Abwehr", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "19.09.2020", "positionsdetail": "Rechter Verteidiger", "clubID": "252", "clubName": "Genua CFC", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/252.png?lm=1438591281", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/75.png?lm=1520611569"}, {"id": "198589", "playerName": "Lewis Baker", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/198589-1602167259.png?lm=1", "age": 26, "position": "Mittelfeld", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "18.09.2020", "positionsdetail": "Zentrales Mittelfeld", "clubID": "449", "clubName": "Trabzonspor", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/449.png?lm=1630858822", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "179184", "playerName": "Michy Batshuayi", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/179184-1635601030.jpeg?lm=1", "age": 28, "position": "Sturm", "transferFee": "?", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "10.09.2020", "positionsdetail": "Mittelst\u00fcrmer", "clubID": "873", "clubName": "Crystal Palace", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/873.png?lm=1457723287", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/19.png?lm=1520611569"}, {"id": "281404", "playerName": "Kenedy", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/281404-1455120897.jpg?lm=1", "age": 26, "position": "Mittelfeld", "transferFee": "?", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "08.09.2020", "positionsdetail": "Linkes Mittelfeld", "clubID": "16795", "clubName": "FC Granada", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/16795.png?lm=1620472393", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"id": "392771", "playerName": "Ethan Ampadu", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/392771-1582126488.jpg?lm=1", "age": 21, "position": "Abwehr", "transferFee": "?", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "07.09.2020", "positionsdetail": "Innenverteidiger", "clubID": "350", "clubName": "Sheff Utd", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/350.png?lm=1409254138", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/191.png?lm=1520611569"}, {"id": "65278", "playerName": "Pedro", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/65278-1602077251.jpg?lm=1", "age": 34, "position": "Sturm", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "", "date": "01.09.2020", "positionsdetail": "Rechtsau\u00dfen", "clubID": "12", "clubName": "AS Rom", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/12.png?lm=1533302889", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569"}, {"id": "205938", "playerName": "Mario Pasalic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/205938-1630496805.jpg?lm=1", "age": 27, "position": "Mittelfeld", "transferFee": "14,50", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 14500000, "loan": "", "date": "01.09.2020", "positionsdetail": "Zentrales Mittelfeld", "clubID": "800", "clubName": "Atal. Bergamo", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/800.png?lm=1438547428", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/37.png?lm=1520611569"}, {"id": "128898", "playerName": "Jamal Blackman", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/128898-1424177187.jpg?lm=1", "age": 28, "position": "Torwart", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "24.08.2020", "positionsdetail": "Torwart", "clubID": "1194", "clubName": "Rotherham", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1194.png?lm=1407655489", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "245805", "playerName": "Izzy Brown", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/245805-1411139008.jpg?lm=1", "age": 25, "position": "Sturm", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "20.08.2020", "positionsdetail": "H\u00e4ngende Spitze", "clubID": "1035", "clubName": "Sheff. Wed.", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/1035.png?lm=1643214896", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569"}, {"id": "52769", "playerName": "Willian", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/52769-1575041246.jpg?lm=1", "age": 33, "position": "Sturm", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "", "date": "14.08.2020", "positionsdetail": "Rechtsau\u00dfen", "clubID": "11", "clubName": "FC Arsenal", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/11.png?lm=1489787850", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"id": "222830", "playerName": "Danilo Pantic", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/222830-1606162194.jpg?lm=1", "age": 25, "position": "Mittelfeld", "transferFee": "abl\u00f6se- frei", "transferFeeCurrency": "", "transferFeeNumeral": "", "transferFeeUnformatted": 0, "loan": "ist", "date": "11.08.2020", "positionsdetail": "Offensives Mittelfeld", "clubID": "6621", "clubName": "Cukaricki", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/6621.png?lm=1479507902", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/215.png?lm=1520611569"}, {"id": "294798", "playerName": "Nathan", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/294798-1553782660.jpg?lm=1", "age": 25, "position": "Mittelfeld", "transferFee": "3,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 3000000, "loan": "", "date": "01.07.2020", "positionsdetail": "Offensives Mittelfeld", "clubID": "330", "clubName": "Atl\u00e9tico-MG", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/330.png?lm=1411033853", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/26.png?lm=1520611569"}, {"id": "128223", "playerName": "\u00c1lvaro Morata", "playerImage": "https://img.a.transfermarkt.technology/portrait/medium/128223-1644496732.jpg?lm=1", "age": 29, "position": "Sturm", "transferFee": "35,00", "transferFeeCurrency": "\u20ac", "transferFeeNumeral": "Mio.", "transferFeeUnformatted": 35000000, "loan": "", "date": "01.07.2020", "positionsdetail": "Mittelst\u00fcrmer", "clubID": "13", "clubName": "Atl\u00e9tico Madrid", "clubImage": "https://tmssl.akamaized.net/images/wappen/medium/13.png?lm=1519120744", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/157.png?lm=1520611569"}]}, "nextSeason": []} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"seasons": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "season": {"type": "string"}}, "required": ["id", "season"]}}, "currentSeason": {"type": "object", "properties": {"transferArrivals": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "playerName": {"type": "string"}, "playerImage": {"type": "string"}, "age": {"type": "integer"}, "position": {"type": "string"}, "transferFee": {"type": "string"}, "transferFeeCurrency": {"type": "string"}, "transferFeeNumeral": {"type": "string"}, "transferFeeUnformatted": {"type": "integer"}, "loan": {"type": "string"}, "date": {"type": "string"}, "positionsdetail": {"type": "string"}, "clubID": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}, "countryImage": {"type": "string"}}, "required": ["age", "clubID", "clubImage", "clubName", "countryImage", "date", "id", "loan", "playerImage", "playerName", "position", "positionsdetail", "transferFee", "transferFeeCurrency", "transferFeeNumeral", "transferFeeUnformatted"]}}, "transferDepartures": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "playerName": {"type": "string"}, "playerImage": {"type": "string"}, "age": {"type": "integer"}, "position": {"type": "string"}, "transferFee": {"type": "string"}, "transferFeeCurrency": {"type": "string"}, "transferFeeNumeral": {"type": "string"}, "transferFeeUnformatted": {"type": "integer"}, "loan": {"type": "string"}, "date": {"type": "string"}, "positionsdetail": {"type": "string"}, "clubID": {"type": "string"}, "clubName": {"type": "string"}, "clubImage": {"type": "string"}, "countryImage": {"type": "string"}}, "required": ["age", "clubID", "clubImage", "clubName", "countryImage", "date", "id", "loan", "playerImage", "playerName", "position", "positionsdetail", "transferFee", "transferFeeCurrency", "transferFeeNumeral", "transferFeeUnformatted"]}}}, "required": ["transferArrivals", "transferDepartures"]}, "nextSeason": {"type": "array"}}, "required": ["currentSeason", "nextSeason", "seasons"]} |
ab742d71-1a08-45be-854a-984674c61f4a/b3fa68dd-a583-48ab-9f59-7a0b6f0d2981/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | transfers/list-market-value | List players info, and estimated market value | 200 | Response | [{"id": "312735", "marketValue": {"value": 300000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1642374000, "birthday": 858812400, "countryId": "44", "clubId": "800"}, {"id": "577394", "marketValue": {"value": 250000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1641942000, "birthday": 1033855200, "countryId": "122", "clubId": "1025"}, {"id": "687626", "marketValue": {"value": 4500000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1641423600, "birthday": 1004655600, "countryId": "44", "clubId": "1237"}, {"id": "486477", "marketValue": {"value": 1300000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1641423600, "birthday": 896824800, "countryId": "193", "clubId": "1010"}, {"id": "469211", "marketValue": {"value": 1000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1641423600, "birthday": 970005600, "countryId": "120", "clubId": "749"}, {"id": "390638", "marketValue": {"value": 15000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1641164400, "birthday": 893455200, "countryId": "26", "clubId": "430"}, {"id": "225055", "marketValue": {"value": 7000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1641164400, "birthday": 736207200, "countryId": "31", "clubId": "607"}, {"id": "237658", "marketValue": {"value": 3500000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1641164400, "birthday": 852505200, "countryId": "148", "clubId": "1025"}, {"id": "237666", "marketValue": {"value": 3500000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1641164400, "birthday": 877730400, "countryId": "148", "clubId": "252"}, {"id": "606718", "marketValue": {"value": 1000000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1641164400, "birthday": 916441200, "countryId": "136", "clubId": "543"}, {"id": "508371", "marketValue": {"value": 1000000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1641164400, "birthday": 999468000, "countryId": "125", "clubId": "6574"}, {"id": "424015", "marketValue": {"value": 3000000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1640905200, "birthday": 1003183200, "countryId": "190", "clubId": "29"}, {"id": "374418", "marketValue": {"value": 1500000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1640905200, "birthday": 969919200, "countryId": "135", "clubId": "276"}, {"id": "95810", "marketValue": {"value": 18000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640818800, "birthday": 653695200, "countryId": "189", "clubId": "762"}, {"id": "80444", "marketValue": {"value": 18000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640818800, "birthday": 708300000, "countryId": "26", "clubId": "405"}, {"id": "450237", "marketValue": {"value": 600000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640818800, "birthday": 900194400, "countryId": "44", "clubId": "1237"}, {"id": "535469", "marketValue": {"value": 6000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640732400, "birthday": 949446000, "countryId": "140", "clubId": "800"}, {"id": "340394", "marketValue": {"value": 2000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640732400, "birthday": 849135600, "countryId": "40", "clubId": "1038"}, {"id": "99254", "marketValue": {"value": 1400000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640732400, "birthday": 673653600, "countryId": "75", "clubId": "380"}, {"id": "406806", "marketValue": {"value": 1200000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640732400, "birthday": 921193200, "countryId": "125", "clubId": "380"}, {"id": "662752", "marketValue": {"value": 1200000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640732400, "birthday": 1015369200, "countryId": "33", "clubId": "1025"}, {"id": "242078", "marketValue": {"value": 1000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640732400, "birthday": 833752800, "countryId": "172", "clubId": "607"}, {"id": "562030", "marketValue": {"value": 1000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640732400, "birthday": 1009321200, "countryId": "52", "clubId": "1025"}, {"id": "546176", "marketValue": {"value": 1000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640732400, "birthday": 1032300000, "countryId": "75", "clubId": "6574"}, {"id": "551752", "marketValue": {"value": 600000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1640732400, "birthday": 981759600, "countryId": "149", "clubId": "416"}, {"id": "406625", "marketValue": {"value": 80000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 872200800, "countryId": "9", "clubId": "46"}, {"id": "266302", "marketValue": {"value": 70000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 793839600, "countryId": "215", "clubId": "398"}, {"id": "255942", "marketValue": {"value": 70000000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1640646000, "birthday": 855270000, "countryId": "75", "clubId": "46"}, {"id": "341092", "marketValue": {"value": 70000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 877730400, "countryId": "75", "clubId": "506"}, {"id": "357498", "marketValue": {"value": 70000000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1640646000, "birthday": 949014000, "countryId": "215", "clubId": "506"}, {"id": "204069", "marketValue": {"value": 65000000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1640646000, "birthday": 792457200, "countryId": "154", "clubId": "46"}, {"id": "326031", "marketValue": {"value": 65000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640646000, "birthday": 934408800, "countryId": "122", "clubId": "506"}, {"id": "401923", "marketValue": {"value": 60000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 914886000, "countryId": "124", "clubId": "6195"}, {"id": "315853", "marketValue": {"value": 60000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 923954400, "countryId": "75", "clubId": "46"}, {"id": "350219", "marketValue": {"value": 55000000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1640646000, "birthday": 828482400, "countryId": "157", "clubId": "6195"}, {"id": "206050", "marketValue": {"value": 50000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 753318000, "countryId": "9", "clubId": "506"}, {"id": "181136", "marketValue": {"value": 50000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 769384800, "countryId": "135", "clubId": "6195"}, {"id": "294808", "marketValue": {"value": 48000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640646000, "birthday": 850950000, "countryId": "38", "clubId": "5"}, {"id": "339808", "marketValue": {"value": 48000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640646000, "birthday": 876088800, "countryId": "50", "clubId": "5"}, {"id": "93128", "marketValue": {"value": 45000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640646000, "birthday": 677368800, "countryId": "149", "clubId": "6195"}, {"id": "111196", "marketValue": {"value": 45000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640646000, "birthday": 697244400, "countryId": "122", "clubId": "46"}, {"id": "286297", "marketValue": {"value": 45000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 835135200, "countryId": "75", "clubId": "12"}, {"id": "303254", "marketValue": {"value": 45000000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1640646000, "birthday": 882486000, "countryId": "189", "clubId": "5"}, {"id": "156617", "marketValue": {"value": 40000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 721868400, "countryId": "37", "clubId": "46"}, {"id": "316889", "marketValue": {"value": 40000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640646000, "birthday": 807055200, "countryId": "110", "clubId": "6195"}, {"id": "331726", "marketValue": {"value": 38000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 875743200, "countryId": "189", "clubId": "12"}, {"id": "133964", "marketValue": {"value": 35000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640646000, "birthday": 675986400, "countryId": "75", "clubId": "6195"}, {"id": "128223", "marketValue": {"value": 35000000, "currency": "\u20ac", "progression": -1}, "marketValueDate": 1640646000, "birthday": 719794800, "countryId": "157", "clubId": "506"}, {"id": "126414", "marketValue": {"value": 35000000, "currency": "\u20ac", "progression": 1}, "marketValueDate": 1640646000, "birthday": 760662000, "countryId": "174", "clubId": "46"}, {"id": "273132", "marketValue": {"value": 35000000, "currency": "\u20ac", "progression": 0}, "marketValueDate": 1640646000, "birthday": 773359200, "countryId": "40", "clubId": "46"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "marketValue": {"type": "object", "properties": {"value": {"type": "integer"}, "currency": {"type": "string"}, "progression": {"type": "integer"}}, "required": ["currency", "progression", "value"]}, "marketValueDate": {"type": "integer"}, "birthday": {"type": "integer"}, "countryId": {"type": "string"}, "clubId": {"type": "string"}}, "required": ["birthday", "clubId", "countryId", "id", "marketValue", "marketValueDate"]}} |
ab742d71-1a08-45be-854a-984674c61f4a/ec21ff7c-9d58-4994-89ff-84b18bd1716b/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | transfers/list-records | List records transfers information along with player info, and trade value | 200 | Response | {"player": [{"id": "2168965", "playerID": "8198", "fromClubID": "418", "toClubID": "506", "transferredAt": 1531173600, "isLoan": null, "wasLoan": null, "season": "18/19", "fromCompetitionID": "ES1", "toCompetitionID": "IT1", "transferFee": {"value": "117000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 100000000, "currency": "\u20ac", "progression": null}}, {"id": "3494597", "playerID": "96341", "fromClubID": "46", "toClubID": "631", "transferredAt": 1628719200, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "GB1", "transferFee": {"value": "113000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 100000000, "currency": "\u20ac", "progression": null}}, {"id": "1563900", "playerID": "122153", "fromClubID": "506", "toClubID": "985", "transferredAt": 1470693600, "isLoan": null, "wasLoan": null, "season": "16/17", "fromCompetitionID": "IT1", "toCompetitionID": "GB1", "transferFee": {"value": "105000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 70000000, "currency": "\u20ac", "progression": null}}, {"id": "1550131", "playerID": "39153", "fromClubID": "6195", "toClubID": "506", "transferredAt": 1469484000, "isLoan": null, "wasLoan": null, "season": "16/17", "fromCompetitionID": "IT1", "toCompetitionID": "IT1", "transferFee": {"value": "90000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 65000000, "currency": "\u20ac", "progression": null}}, {"id": "2562879", "playerID": "326031", "fromClubID": "610", "toClubID": "506", "transferredAt": 1563400800, "isLoan": null, "wasLoan": null, "season": "19/20", "fromCompetitionID": "NL1", "toCompetitionID": "IT1", "transferFee": {"value": "85500000", "currency": "\u20ac"}, "transferMarketValue": {"value": 75000000, "currency": "\u20ac", "progression": null}}, {"id": "3717441", "playerID": "357498", "fromClubID": "430", "toClubID": "506", "transferredAt": 1643324400, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "IT1", "transferFee": {"value": "81600000", "currency": "\u20ac"}, "transferMarketValue": {"value": 70000000, "currency": "\u20ac", "progression": null}}, {"id": "5081", "playerID": "3111", "fromClubID": "506", "toClubID": "418", "transferredAt": 994629600, "isLoan": null, "wasLoan": null, "season": "01/02", "fromCompetitionID": "IT1", "toCompetitionID": "ES1", "transferFee": {"value": "77500000", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "2948678", "playerID": "362842", "fromClubID": "131", "toClubID": "506", "transferredAt": 1598911200, "isLoan": null, "wasLoan": null, "season": "20/21", "fromCompetitionID": "ES1", "toCompetitionID": "IT1", "transferFee": {"value": "76000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 56000000, "currency": "\u20ac", "progression": null}}, {"id": "2994818", "playerID": "401923", "fromClubID": "1082", "toClubID": "6195", "transferredAt": 1598911200, "isLoan": null, "wasLoan": null, "season": "20/21", "fromCompetitionID": "FR1", "toCompetitionID": "IT1", "transferFee": {"value": "75000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 40000000, "currency": "\u20ac", "progression": null}}, {"id": "2596904", "playerID": "96341", "fromClubID": "985", "toClubID": "46", "transferredAt": 1565215200, "isLoan": null, "wasLoan": null, "season": "19/20", "fromCompetitionID": "GB1", "toCompetitionID": "IT1", "transferFee": {"value": "74000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 75000000, "currency": "\u20ac", "progression": null}}, {"id": "324955", "playerID": "3455", "fromClubID": "46", "toClubID": "131", "transferredAt": 1248645600, "isLoan": null, "wasLoan": null, "season": "09/10", "fromCompetitionID": "IT1", "toCompetitionID": "ES1", "transferFee": {"value": "69500000", "currency": "\u20ac"}, "transferMarketValue": {"value": 45000000, "currency": "\u20ac", "progression": null}}, {"id": "299774", "playerID": "3366", "fromClubID": "5", "toClubID": "418", "transferredAt": 1246399200, "isLoan": null, "wasLoan": null, "season": "09/10", "fromCompetitionID": "IT1", "toCompetitionID": "ES1", "transferFee": {"value": "67000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 55000000, "currency": "\u20ac", "progression": null}}, {"id": "3425954", "playerID": "398073", "fromClubID": "46", "toClubID": "583", "transferredAt": 1625522400, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "FR1", "transferFee": {"value": "66500000", "currency": "\u20ac"}, "transferMarketValue": {"value": 60000000, "currency": "\u20ac", "progression": null}}, {"id": "2595717", "playerID": "182712", "fromClubID": "506", "toClubID": "281", "transferredAt": 1565128800, "isLoan": null, "wasLoan": null, "season": "19/20", "fromCompetitionID": "IT1", "toCompetitionID": "GB1", "transferFee": {"value": "65000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 55000000, "currency": "\u20ac", "progression": null}}, {"id": "910223", "playerID": "48280", "fromClubID": "6195", "toClubID": "583", "transferredAt": 1373925600, "isLoan": null, "wasLoan": null, "season": "13/14", "fromCompetitionID": "IT1", "toCompetitionID": "FR1", "transferFee": {"value": "64500000", "currency": "\u20ac"}, "transferMarketValue": {"value": 55000000, "currency": "\u20ac", "progression": null}}, {"id": "2185129", "playerID": "105470", "fromClubID": "12", "toClubID": "31", "transferredAt": 1531951200, "isLoan": null, "wasLoan": null, "season": "18/19", "fromCompetitionID": "IT1", "toCompetitionID": "GB1", "transferFee": {"value": "62500000", "currency": "\u20ac"}, "transferMarketValue": {"value": 60000000, "currency": "\u20ac", "progression": null}}, {"id": "2948766", "playerID": "44162", "fromClubID": "506", "toClubID": "131", "transferredAt": 1598911200, "isLoan": null, "wasLoan": null, "season": "20/21", "fromCompetitionID": "IT1", "toCompetitionID": "ES1", "transferFee": {"value": "60000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 45000000, "currency": "\u20ac", "progression": null}}, {"id": "2175941", "playerID": "102017", "fromClubID": "6195", "toClubID": "631", "transferredAt": 1531519200, "isLoan": null, "wasLoan": null, "season": "18/19", "fromCompetitionID": "IT1", "toCompetitionID": "GB1", "transferFee": {"value": "57000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 50000000, "currency": "\u20ac", "progression": null}}, {"id": "8309", "playerID": "3410", "fromClubID": "130", "toClubID": "398", "transferredAt": 963266400, "isLoan": null, "wasLoan": null, "season": "00/01", "fromCompetitionID": "IT1", "toCompetitionID": "IT1", "transferFee": {"value": "56810000", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "8312", "playerID": "5023", "fromClubID": "130", "toClubID": "506", "transferredAt": 994111200, "isLoan": null, "wasLoan": null, "season": "01/02", "fromCompetitionID": "IT1", "toCompetitionID": "IT1", "transferFee": {"value": "52884000", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "2915045", "playerID": "68863", "fromClubID": "46", "toClubID": "583", "transferredAt": 1593554400, "isLoan": null, "wasLoan": null, "season": "20/21", "fromCompetitionID": "IT1", "toCompetitionID": "FR1", "transferFee": {"value": "50000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 60000000, "currency": "\u20ac", "progression": null}}, {"id": "11405", "playerID": "7603", "fromClubID": "1049", "toClubID": "398", "transferredAt": 993938400, "isLoan": null, "wasLoan": null, "season": "01/02", "fromCompetitionID": "ES1", "toCompetitionID": "IT1", "transferFee": {"value": "48000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "18726", "playerID": "5797", "fromClubID": "398", "toClubID": "46", "transferredAt": 930780000, "isLoan": null, "wasLoan": null, "season": "99/00", "fromCompetitionID": "IT1", "toCompetitionID": "IT1", "transferFee": {"value": "46481000", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "7031", "playerID": "3140", "fromClubID": "46", "toClubID": "418", "transferredAt": 1030744800, "isLoan": null, "wasLoan": null, "season": "02/03", "fromCompetitionID": "IT1", "toCompetitionID": "ES1", "transferFee": {"value": "45000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "18730", "playerID": "3603", "fromClubID": "398", "toClubID": "506", "transferredAt": 993938400, "isLoan": null, "wasLoan": null, "season": "01/02", "fromCompetitionID": "IT1", "toCompetitionID": "IT1", "transferFee": {"value": "45000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "91282", "playerID": "3522", "fromClubID": "5", "toClubID": "631", "transferredAt": 1151704800, "isLoan": null, "wasLoan": null, "season": "06/07", "fromCompetitionID": "IT1", "toCompetitionID": "GB1", "transferFee": {"value": "43875000", "currency": "\u20ac"}, "transferMarketValue": {"value": 51000000, "currency": "\u20ac", "progression": null}}, {"id": "2952970", "playerID": "398073", "fromClubID": "418", "toClubID": "46", "transferredAt": 1598911200, "isLoan": null, "wasLoan": null, "season": "20/21", "fromCompetitionID": "ES1", "toCompetitionID": "IT1", "transferFee": {"value": "43000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 54000000, "currency": "\u20ac", "progression": null}}, {"id": "5284", "playerID": "3143", "fromClubID": "398", "toClubID": "985", "transferredAt": 994975200, "isLoan": null, "wasLoan": null, "season": "01/02", "fromCompetitionID": "IT1", "toCompetitionID": "GB1", "transferFee": {"value": "42600000", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "1836564", "playerID": "39983", "fromClubID": "506", "toClubID": "5", "transferredAt": 1500588000, "isLoan": null, "wasLoan": null, "season": "17/18", "fromCompetitionID": "IT1", "toCompetitionID": "IT1", "transferFee": {"value": "42000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 45000000, "currency": "\u20ac", "progression": null}}, {"id": "749660", "playerID": "29241", "fromClubID": "5", "toClubID": "583", "transferredAt": 1342216800, "isLoan": null, "wasLoan": null, "season": "12/13", "fromCompetitionID": "IT1", "toCompetitionID": "FR1", "transferFee": {"value": "42000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 38000000, "currency": "\u20ac", "progression": null}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"player": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "playerID": {"type": "string"}, "fromClubID": {"type": "string"}, "toClubID": {"type": "string"}, "transferredAt": {"type": "integer"}, "isLoan": {"type": "null"}, "wasLoan": {"type": "null"}, "season": {"type": "string"}, "fromCompetitionID": {"type": "string"}, "toCompetitionID": {"type": "string"}, "transferFee": {"type": "object", "properties": {"value": {"type": "string"}, "currency": {"type": "string"}}, "required": ["currency", "value"]}, "transferMarketValue": {"type": "object", "properties": {"value": {"type": "integer"}, "currency": {"type": "string"}, "progression": {"type": "null"}}, "required": ["currency", "progression", "value"]}}, "required": ["fromClubID", "fromCompetitionID", "id", "isLoan", "playerID", "season", "toClubID", "toCompetitionID", "transferFee", "transferMarketValue", "transferredAt", "wasLoan"]}}}, "required": ["player"]} |
ab742d71-1a08-45be-854a-984674c61f4a/446fc89a-197d-43a3-9a04-b8474f4c15e3/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | transfers/list | List transfers information along with player info, and market value | 200 | Response | {"player": [{"id": "3744723", "playerID": "227081", "fromClubID": "398", "toClubID": "46", "transferredAt": 1656626400, "isLoan": null, "wasLoan": null, "season": "22/23", "fromCompetitionID": "IT1", "toCompetitionID": "IT1", "transferFee": {"value": "25000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 30000000, "currency": "\u20ac", "progression": null}}, {"id": "3744341", "playerID": "619926", "fromClubID": "749", "toClubID": "515", "transferredAt": 1625090400, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "", "transferFee": {"value": "-", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "3743711", "playerID": "458798", "fromClubID": "276", "toClubID": "89756", "transferredAt": 1601589600, "isLoan": true, "wasLoan": null, "season": "20/21", "fromCompetitionID": "IT1", "toCompetitionID": "", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 75000, "currency": "\u20ac", "progression": null}}, {"id": "3743184", "playerID": "563812", "fromClubID": "1390", "toClubID": "3938", "transferredAt": 1644620400, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "AR1N", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 2000000, "currency": "\u20ac", "progression": null}}, {"id": "3738928", "playerID": "75615", "fromClubID": "506", "toClubID": "1061", "transferredAt": 1656626400, "isLoan": null, "wasLoan": null, "season": "22/23", "fromCompetitionID": "IT1", "toCompetitionID": "MLS1", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 4000000, "currency": "\u20ac", "progression": null}}, {"id": "3738917", "playerID": "242078", "fromClubID": "515", "toClubID": "607", "transferredAt": 1644447600, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "", "toCompetitionID": "IT1", "transferFee": {"value": "-", "currency": "\u20ac"}, "transferMarketValue": {"value": 1000000, "currency": "\u20ac", "progression": null}}, {"id": "3736837", "playerID": "52312", "fromClubID": "515", "toClubID": "1038", "transferredAt": 1644361200, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "", "toCompetitionID": "IT1", "transferFee": {"value": "-", "currency": "\u20ac"}, "transferMarketValue": {"value": 1000000, "currency": "\u20ac", "progression": null}}, {"id": "3733758", "playerID": "623851", "fromClubID": "800", "toClubID": "55555", "transferredAt": 1643670000, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "BU1", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 175000, "currency": "\u20ac", "progression": null}}, {"id": "3733645", "playerID": "476066", "fromClubID": "6574", "toClubID": "17136", "transferredAt": 1644188400, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "SL2", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 25000, "currency": "\u20ac", "progression": null}}, {"id": "3733143", "playerID": "371247", "fromClubID": "46", "toClubID": "609", "transferredAt": 1643670000, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "BRA2", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 600000, "currency": "\u20ac", "progression": null}}, {"id": "3732735", "playerID": "36371", "fromClubID": "276", "toClubID": "447", "transferredAt": 1644188400, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "KR1", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 1000000, "currency": "\u20ac", "progression": null}}, {"id": "3730360", "playerID": "260777", "fromClubID": "380", "toClubID": "55555", "transferredAt": 1643929200, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "BU1", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 100000, "currency": "\u20ac", "progression": null}}, {"id": "3729213", "playerID": "72491", "fromClubID": "607", "toClubID": "4095", "transferredAt": 1643929200, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "IT3A", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 200000, "currency": "\u20ac", "progression": null}}, {"id": "3729078", "playerID": "536520", "fromClubID": "12", "toClubID": "1465", "transferredAt": 1643929200, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "PO1", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 350000, "currency": "\u20ac", "progression": null}}, {"id": "3728201", "playerID": "215616", "fromClubID": "430", "toClubID": "141", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "TR1", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 8500000, "currency": "\u20ac", "progression": null}}, {"id": "3727707", "playerID": "290032", "fromClubID": "276", "toClubID": "2790", "transferredAt": 1643842800, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "C1", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 2200000, "currency": "\u20ac", "progression": null}}, {"id": "3727311", "playerID": "600041", "fromClubID": "5618", "toClubID": "1005", "transferredAt": 1561932000, "isLoan": null, "wasLoan": null, "season": "19/20", "fromCompetitionID": "IJ2B", "toCompetitionID": "IT1", "transferFee": {"value": "-", "currency": "\u20ac"}, "transferMarketValue": {"value": 0, "currency": "\u20ac", "progression": null}}, {"id": "3725843", "playerID": "54984", "fromClubID": "515", "toClubID": "380", "transferredAt": 1643756400, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "", "toCompetitionID": "IT1", "transferFee": {"value": "-", "currency": "\u20ac"}, "transferMarketValue": {"value": 1200000, "currency": "\u20ac", "progression": null}}, {"id": "3725680", "playerID": "607187", "fromClubID": "1025", "toClubID": "63520", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "IT4B", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 25000, "currency": "\u20ac", "progression": null}}, {"id": "3725363", "playerID": "297651", "fromClubID": "430", "toClubID": "8322", "transferredAt": 1643670000, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "IT4I", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 100000, "currency": "\u20ac", "progression": null}}, {"id": "3724745", "playerID": "77825", "fromClubID": "2722", "toClubID": "416", "transferredAt": 1656626400, "isLoan": null, "wasLoan": null, "season": "22/23", "fromCompetitionID": "IT2", "toCompetitionID": "IT1", "transferFee": {"value": "300000", "currency": "\u20ac"}, "transferMarketValue": {"value": 800000, "currency": "\u20ac", "progression": null}}, {"id": "3724180", "playerID": "702372", "fromClubID": "252", "toClubID": "1387", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "IT3B", "transferFee": {"value": "abl\u00f6sefrei", "currency": "\u20ac"}, "transferMarketValue": {"value": 400000, "currency": "\u20ac", "progression": null}}, {"id": "3724178", "playerID": "226058", "fromClubID": "380", "toClubID": "1103", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "IT2", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 750000, "currency": "\u20ac", "progression": null}}, {"id": "3723384", "playerID": "50057", "fromClubID": "506", "toClubID": "124", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "SC1", "transferFee": {"value": "-", "currency": "\u20ac"}, "transferMarketValue": {"value": 5000000, "currency": "\u20ac", "progression": null}}, {"id": "3723065", "playerID": "342341", "fromClubID": "6195", "toClubID": "21331", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "IT2", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 300000, "currency": "\u20ac", "progression": null}}, {"id": "3723059", "playerID": "459452", "fromClubID": "1390", "toClubID": "9826", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "IT3B", "transferFee": {"value": "-", "currency": "\u20ac"}, "transferMarketValue": {"value": 350000, "currency": "\u20ac", "progression": null}}, {"id": "3722999", "playerID": "100176", "fromClubID": "607", "toClubID": "29251", "transferredAt": 1643583600, "isLoan": null, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "IT3A", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 200000, "currency": "\u20ac", "progression": null}}, {"id": "3722952", "playerID": "215089", "fromClubID": "398", "toClubID": "1269", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "IT1", "toCompetitionID": "NL1", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 400000, "currency": "\u20ac", "progression": null}}, {"id": "3722950", "playerID": "469211", "fromClubID": "475", "toClubID": "749", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "BE1", "toCompetitionID": "IT1", "transferFee": {"value": "?", "currency": "\u20ac"}, "transferMarketValue": {"value": 1000000, "currency": "\u20ac", "progression": null}}, {"id": "3722932", "playerID": "448466", "fromClubID": "336", "toClubID": "398", "transferredAt": 1643583600, "isLoan": true, "wasLoan": null, "season": "21/22", "fromCompetitionID": "PO1", "toCompetitionID": "IT1", "transferFee": {"value": "1000000", "currency": "\u20ac"}, "transferMarketValue": {"value": 7000000, "currency": "\u20ac", "progression": null}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"player": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "playerID": {"type": "string"}, "fromClubID": {"type": "string"}, "toClubID": {"type": "string"}, "transferredAt": {"type": "integer"}, "isLoan": {"type": ["boolean", "null"]}, "wasLoan": {"type": "null"}, "season": {"type": "string"}, "fromCompetitionID": {"type": "string"}, "toCompetitionID": {"type": "string"}, "transferFee": {"type": "object", "properties": {"value": {"type": "string"}, "currency": {"type": "string"}}, "required": ["currency", "value"]}, "transferMarketValue": {"type": "object", "properties": {"value": {"type": "integer"}, "currency": {"type": "string"}, "progression": {"type": "null"}}, "required": ["currency", "progression", "value"]}}, "required": ["fromClubID", "fromCompetitionID", "id", "isLoan", "playerID", "season", "toClubID", "toCompetitionID", "transferFee", "transferMarketValue", "transferredAt", "wasLoan"]}}}, "required": ["player"]} |
ab742d71-1a08-45be-854a-984674c61f4a/8d572c70-db21-4f85-82f3-7ff02025eaf8/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | competitions/get-game-plan | Get game plan by competition and season | 200 | Response | {"seasonID": "2020", "leagueID": "GB1", "currentPlayDayId": 38, "gamePlanPlayDays": [{"id": "1", "name": "1.", "description": "1.Spieltag", "dateString": "12.09.20 - 20.01.21"}, {"id": "2", "name": "2.", "description": "2.Spieltag", "dateString": "19.09.20 - 21.09.20"}, {"id": "3", "name": "3.", "description": "3.Spieltag", "dateString": "26.09.20 - 28.09.20"}, {"id": "4", "name": "4.", "description": "4.Spieltag", "dateString": "03.10.20 - 04.10.20"}, {"id": "5", "name": "5.", "description": "5.Spieltag", "dateString": "17.10.20 - 19.10.20"}, {"id": "6", "name": "6.", "description": "6.Spieltag", "dateString": "23.10.20 - 26.10.20"}, {"id": "7", "name": "7.", "description": "7.Spieltag", "dateString": "30.10.20 - 02.11.20"}, {"id": "8", "name": "8.", "description": "8.Spieltag", "dateString": "06.11.20 - 08.11.20"}, {"id": "9", "name": "9.", "description": "9.Spieltag", "dateString": "21.11.20 - 23.11.20"}, {"id": "10", "name": "10.", "description": "10.Spieltag", "dateString": "27.11.20 - 30.11.20"}, {"id": "11", "name": "11.", "description": "11.Spieltag", "dateString": "05.12.20 - 23.01.21"}, {"id": "12", "name": "12.", "description": "12.Spieltag", "dateString": "11.12.20 - 13.12.20"}, {"id": "13", "name": "13.", "description": "13.Spieltag", "dateString": "15.12.20 - 17.12.20"}, {"id": "14", "name": "14.", "description": "14.Spieltag", "dateString": "19.12.20 - 21.12.20"}, {"id": "15", "name": "15.", "description": "15.Spieltag", "dateString": "26.12.20 - 27.12.20"}, {"id": "16", "name": "16.", "description": "16.Spieltag", "dateString": "28.12.20 - 17.02.21"}, {"id": "17", "name": "17.", "description": "17.Spieltag", "dateString": "01.01.21 - 17.02.21"}, {"id": "18", "name": "18.", "description": "18.Spieltag", "dateString": "12.01.21 - 21.03.21"}, {"id": "19", "name": "19.", "description": "19.Spieltag", "dateString": "16.01.21 - 13.05.21"}, {"id": "20", "name": "20.", "description": "20.Spieltag", "dateString": "26.01.21 - 28.01.21"}, {"id": "21", "name": "21.", "description": "21.Spieltag", "dateString": "30.01.21 - 31.01.21"}, {"id": "22", "name": "22.", "description": "22.Spieltag", "dateString": "02.02.21 - 04.02.21"}, {"id": "23", "name": "23.", "description": "23.Spieltag", "dateString": "06.02.21 - 08.02.21"}, {"id": "24", "name": "24.", "description": "24.Spieltag", "dateString": "13.02.21 - 15.02.21"}, {"id": "25", "name": "25.", "description": "25.Spieltag", "dateString": "19.02.21 - 22.02.21"}, {"id": "26", "name": "26.", "description": "26.Spieltag", "dateString": "27.02.21 - 01.03.21"}, {"id": "27", "name": "27.", "description": "27.Spieltag", "dateString": "06.03.21 - 08.03.21"}, {"id": "28", "name": "28.", "description": "28.Spieltag", "dateString": "12.03.21 - 15.03.21"}, {"id": "29", "name": "29.", "description": "29.Spieltag", "dateString": "02.03.21 - 21.04.21"}, {"id": "30", "name": "30.", "description": "30.Spieltag", "dateString": "03.04.21 - 05.04.21"}, {"id": "31", "name": "31.", "description": "31.Spieltag", "dateString": "09.04.21 - 12.04.21"}, {"id": "32", "name": "32.", "description": "32.Spieltag", "dateString": "16.04.21 - 11.05.21"}, {"id": "33", "name": "33.", "description": "33.Spieltag", "dateString": "04.03.21 - 26.04.21"}, {"id": "34", "name": "34.", "description": "34.Spieltag", "dateString": "30.04.21 - 13.05.21"}, {"id": "35", "name": "35.", "description": "35.Spieltag", "dateString": "07.05.21 - 10.05.21"}, {"id": "36", "name": "36.", "description": "36.Spieltag", "dateString": "11.05.21 - 16.05.21"}, {"id": "37", "name": "37.", "description": "37.Spieltag", "dateString": "18.05.21 - 19.05.21"}, {"id": "38", "name": "38.", "description": "38.Spieltag", "dateString": "23.05.21 - 23.05.21"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"seasonID": {"type": "string"}, "leagueID": {"type": "string"}, "currentPlayDayId": {"type": "integer"}, "gamePlanPlayDays": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "dateString": {"type": "string"}}, "required": ["dateString", "description", "id", "name"]}}}, "required": ["currentPlayDayId", "gamePlanPlayDays", "leagueID", "seasonID"]} |
ab742d71-1a08-45be-854a-984674c61f4a/07416661-0c40-41bd-b011-59f329a64127/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | competitions/get-short-info | Get short information of one or more competitions | 200 | Response | {"competitions": [{"id": "L1", "name": "Bundesliga", "shortName": "Bundesliga", "image": "https://tmssl.akamaized.net/images/logo/normal/l1.png?lm=1525905518", "leagueLevel": null, "isTournament": null}, {"id": "L2", "name": "2. Bundesliga", "shortName": "2. Bundesliga", "image": "https://tmssl.akamaized.net/images/logo/normal/l2.png?lm=1525905553", "leagueLevel": null, "isTournament": null}, {"id": "L3", "name": "3. Liga", "shortName": "3. Liga", "image": "https://tmssl.akamaized.net/images/logo/normal/l3.png?lm=1569702802", "leagueLevel": null, "isTournament": null}, {"id": "GB1", "name": "Premier League", "shortName": "Premier League", "image": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "leagueLevel": null, "isTournament": null}, {"id": "ES1", "name": "LaLiga", "shortName": "LaLiga", "image": "https://tmssl.akamaized.net/images/logo/normal/es1.png?lm=1557051003", "leagueLevel": null, "isTournament": null}, {"id": "IT1", "name": "Serie A", "shortName": "Serie A", "image": "https://tmssl.akamaized.net/images/logo/normal/it1.png?lm=1632134907", "leagueLevel": null, "isTournament": null}, {"id": "TR1", "name": "S\u00fcper Lig", "shortName": "S\u00fcper Lig", "image": "https://tmssl.akamaized.net/images/logo/normal/tr1.png?lm=1639084065", "leagueLevel": null, "isTournament": null}, {"id": "FR1", "name": "Ligue 1", "shortName": "Ligue 1", "image": "https://tmssl.akamaized.net/images/logo/normal/fr1.png?lm=1592648063", "leagueLevel": null, "isTournament": null}, {"id": "NL1", "name": "Eredivisie", "shortName": "Eredivisie", "image": "https://tmssl.akamaized.net/images/logo/normal/nl1.png?lm=1629726381", "leagueLevel": null, "isTournament": null}, {"id": "A1", "name": "Bundesliga", "shortName": "Bundesliga", "image": "https://tmssl.akamaized.net/images/logo/normal/a1.png?lm=1625144794", "leagueLevel": null, "isTournament": null}, {"id": "C1", "name": "Super League", "shortName": "Super League", "image": "https://tmssl.akamaized.net/images/logo/normal/c1.png?lm=1628624855", "leagueLevel": null, "isTournament": null}, {"id": "MLS1", "name": "Major League Soccer", "shortName": "MLS", "image": "https://tmssl.akamaized.net/images/logo/normal/mls1.png?lm=1612117632", "leagueLevel": null, "isTournament": null}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"competitions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "image": {"type": "string"}, "leagueLevel": {"type": "null"}, "isTournament": {"type": "null"}}, "required": ["id", "image", "isTournament", "leagueLevel", "name", "shortName"]}}}, "required": ["competitions"]} |
ab742d71-1a08-45be-854a-984674c61f4a/ea594e0a-c5e4-427d-b01c-066faa850d35/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | staffs/get-short-info | Get short information of one or more staffs | 200 | Response | {"staff": [{"person": {"id": "2717", "name": "Frank Lampard", "image": "https://img.a.transfermarkt.technology/portrait/medium/60805-1528356566.jpg?lm=1", "age": null, "nationalities": null}, "id": "60805", "function": null, "functionGroup": null, "since": null, "contractUntil": null, "lastClubId": null}, {"person": {"id": "407220", "name": "Joe Edwards", "image": "https://img.a.transfermarkt.technology/portrait/medium/default.jpg?lm=1", "age": null, "nationalities": null}, "id": "39208", "function": null, "functionGroup": null, "since": null, "contractUntil": null, "lastClubId": null}, {"person": {"id": "161361", "name": "Chris Jones", "image": "https://img.a.transfermarkt.technology/portrait/medium/default.jpg?lm=1", "age": null, "nationalities": null}, "id": "17455", "function": null, "functionGroup": null, "since": null, "contractUntil": null, "lastClubId": null}, {"person": {"id": "2725", "name": "Jody Morris", "image": "https://img.a.transfermarkt.technology/portrait/medium/default.jpg?lm=1", "age": null, "nationalities": null}, "id": "38756", "function": null, "functionGroup": null, "since": null, "contractUntil": null, "lastClubId": null}, {"person": {"id": "52949", "name": "Anthony Barry", "image": "https://img.a.transfermarkt.technology/portrait/medium/72819-1614357651.jpg?lm=1", "age": null, "nationalities": null}, "id": "72819", "function": null, "functionGroup": null, "since": null, "contractUntil": null, "lastClubId": null}, {"person": {"id": "12730", "name": "Henrique Hil\u00e1rio", "image": "https://img.a.transfermarkt.technology/portrait/medium/default.jpg?lm=1", "age": null, "nationalities": null}, "id": "48174", "function": null, "functionGroup": null, "since": null, "contractUntil": null, "lastClubId": null}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"staff": {"type": "array", "items": {"type": "object", "properties": {"person": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "age": {"type": "null"}, "nationalities": {"type": "null"}}, "required": ["age", "id", "image", "name", "nationalities"]}, "id": {"type": "string"}, "function": {"type": "null"}, "functionGroup": {"type": "null"}, "since": {"type": "null"}, "contractUntil": {"type": "null"}, "lastClubId": {"type": "null"}}, "required": ["contractUntil", "function", "functionGroup", "id", "lastClubId", "person", "since"]}}}, "required": ["staff"]} |
ab742d71-1a08-45be-854a-984674c61f4a/db59a481-33f3-41d0-b8bc-944a7ab5bd42/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | staffs/list-by-competition | List staffs relating to specific competition or league | 200 | Response | {"coaches": [{"id": "15856", "clubId": "1132", "appointed": 1351551600, "points": "560", "pointsPerMatch": "1.3462", "goals": "490", "goalsAgainst": "524", "avgGoals": "1.1779", "avgGoalsAgainst": "1.2596", "matches": "416", "wins": "149", "losses": "154", "draw": "113"}, {"id": "118", "clubId": "31", "appointed": 1444255200, "points": "726", "pointsPerMatch": "2.0567", "goals": "771", "goalsAgainst": "384", "avgGoals": "2.1841", "avgGoalsAgainst": "1.0878", "matches": "353", "wins": "217", "losses": "61", "draw": "75"}, {"id": "5672", "clubId": "281", "appointed": 1467324000, "points": "775", "pointsPerMatch": "2.3485", "goals": "831", "goalsAgainst": "284", "avgGoals": "2.5182", "avgGoalsAgainst": "0.8606", "matches": "330", "wins": "247", "losses": "49", "draw": "34"}, {"id": "2553", "clubId": "399", "appointed": 1530396000, "points": "273", "pointsPerMatch": "1.6347", "goals": "272", "goalsAgainst": "224", "avgGoals": "1.6287", "avgGoalsAgainst": "1.3413", "matches": "167", "wins": "81", "losses": "56", "draw": "30"}, {"id": "9002", "clubId": "1148", "appointed": 1539640800, "points": "287", "pointsPerMatch": "1.6124", "goals": "299", "goalsAgainst": "210", "avgGoals": "1.6798", "avgGoalsAgainst": "1.1798", "matches": "178", "wins": "83", "losses": "57", "draw": "38"}, {"id": "2300", "clubId": "180", "appointed": 1544050800, "points": "189", "pointsPerMatch": "1.3310", "goals": "209", "goalsAgainst": "232", "avgGoals": "1.4718", "avgGoalsAgainst": "1.6338", "matches": "142", "wins": "52", "losses": "57", "draw": "33"}, {"id": "1366", "clubId": "1003", "appointed": 1551222000, "points": "246", "pointsPerMatch": "1.6966", "goals": "272", "goalsAgainst": "192", "avgGoals": "1.8759", "avgGoalsAgainst": "1.3241", "matches": "145", "wins": "73", "losses": "45", "draw": "27"}, {"id": "23954", "clubId": "1237", "appointed": 1558303200, "points": "138", "pointsPerMatch": "1.2212", "goals": "130", "goalsAgainst": "148", "avgGoals": "1.1504", "avgGoalsAgainst": "1.3097", "matches": "113", "wins": "33", "losses": "41", "draw": "39"}, {"id": "47620", "clubId": "11", "appointed": 1576969200, "points": "209", "pointsPerMatch": "1.8333", "goals": "198", "goalsAgainst": "119", "avgGoals": "1.7368", "avgGoalsAgainst": "1.0439", "matches": "114", "wins": "63", "losses": "31", "draw": "20"}, {"id": "450", "clubId": "379", "appointed": 1577574000, "points": "163", "pointsPerMatch": "1.6300", "goals": "167", "goalsAgainst": "125", "avgGoals": "1.6700", "avgGoalsAgainst": "1.2500", "matches": "100", "wins": "48", "losses": "33", "draw": "19"}, {"id": "7471", "clubId": "631", "appointed": 1611615600, "points": "150", "pointsPerMatch": "2.1739", "goals": "130", "goalsAgainst": "55", "avgGoals": "1.8841", "avgGoalsAgainst": "0.7971", "matches": "69", "wins": "45", "losses": "9", "draw": "15"}, {"id": "61477", "clubId": "543", "appointed": 1625090400, "points": "43", "pointsPerMatch": "1.5926", "goals": "32", "goalsAgainst": "23", "avgGoals": "1.1852", "avgGoalsAgainst": "0.8519", "matches": "27", "wins": "13", "losses": "10", "draw": "4"}, {"id": "20029", "clubId": "873", "appointed": 1625349600, "points": "32", "pointsPerMatch": "1.1852", "goals": "36", "goalsAgainst": "37", "avgGoals": "1.3333", "avgGoalsAgainst": "1.3704", "matches": "27", "wins": "7", "losses": "9", "draw": "11"}, {"id": "3517", "clubId": "148", "appointed": 1635807600, "points": "33", "pointsPerMatch": "1.7368", "goals": "31", "goalsAgainst": "23", "avgGoals": "1.6316", "avgGoalsAgainst": "1.2105", "matches": "19", "wins": "10", "losses": "6", "draw": "3"}, {"id": "10976", "clubId": "762", "appointed": 1636326000, "points": "15", "pointsPerMatch": "1.2500", "goals": "10", "goalsAgainst": "18", "avgGoals": "0.8333", "avgGoalsAgainst": "1.5000", "matches": "12", "wins": "4", "losses": "5", "draw": "3"}, {"id": "51276", "clubId": "405", "appointed": 1636585200, "points": "17", "pointsPerMatch": "1.3077", "goals": "17", "goalsAgainst": "17", "avgGoals": "1.3077", "avgGoalsAgainst": "1.3077", "matches": "13", "wins": "5", "losses": "6", "draw": "2"}, {"id": "15315", "clubId": "1123", "appointed": 1636930800, "points": "18", "pointsPerMatch": "1.2000", "goals": "11", "goalsAgainst": "24", "avgGoals": "0.7333", "avgGoalsAgainst": "1.6000", "matches": "15", "wins": "5", "losses": "7", "draw": "3"}, {"id": "1775", "clubId": "1010", "appointed": 1643065200, "points": "1", "pointsPerMatch": "0.3333", "goals": "0", "goalsAgainst": "3", "avgGoals": "0.0000", "avgGoalsAgainst": "1.0000", "matches": "3", "wins": "0", "losses": "2", "draw": "1"}, {"id": "60805", "clubId": "29", "appointed": 1643583600, "points": "6", "pointsPerMatch": "2.0000", "goals": "8", "goalsAgainst": "4", "avgGoals": "2.6667", "avgGoalsAgainst": "1.3333", "matches": "3", "wins": "2", "losses": "1", "draw": "0"}, {"id": "196", "clubId": "985", "appointed": 1656626400, "points": null, "pointsPerMatch": null, "goals": null, "goalsAgainst": null, "avgGoals": null, "avgGoalsAgainst": null, "matches": "0", "wins": null, "losses": null, "draw": null}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"coaches": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "clubId": {"type": "string"}, "appointed": {"type": "integer"}, "points": {"type": ["null", "string"]}, "pointsPerMatch": {"type": ["null", "string"]}, "goals": {"type": ["null", "string"]}, "goalsAgainst": {"type": ["null", "string"]}, "avgGoals": {"type": ["null", "string"]}, "avgGoalsAgainst": {"type": ["null", "string"]}, "matches": {"type": "string"}, "wins": {"type": ["null", "string"]}, "losses": {"type": ["null", "string"]}, "draw": {"type": ["null", "string"]}}, "required": ["appointed", "avgGoals", "avgGoalsAgainst", "clubId", "draw", "goals", "goalsAgainst", "id", "losses", "matches", "points", "pointsPerMatch", "wins"]}}}, "required": ["coaches"]} |
ab742d71-1a08-45be-854a-984674c61f4a/b05bb3fa-8174-4548-b2ab-fec825ae455a/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | staffs/list-by-club | List staffs of specific club | 200 | Response | {"staff": [{"person": null, "id": "7471", "function": "Trainer", "functionGroup": "Trainerstab", "since": 1611615600, "contractUntil": 1719698400, "lastClubId": "583"}, {"person": null, "id": "72819", "function": "Co-Trainer", "functionGroup": "Trainerstab", "since": 1598306400, "contractUntil": null, "lastClubId": "3382"}, {"person": null, "id": "426", "function": "Co-Trainer", "functionGroup": "Trainerstab", "since": 1611615600, "contractUntil": null, "lastClubId": "583"}, {"person": null, "id": "26393", "function": "Co-Trainer", "functionGroup": "Trainerstab", "since": 1611615600, "contractUntil": null, "lastClubId": "583"}, {"person": null, "id": "48174", "function": "Torwart-Trainer", "functionGroup": "Trainerstab", "since": 1467324000, "contractUntil": null, "lastClubId": null}, {"person": null, "id": "97251", "function": "Torwart-Trainer", "functionGroup": "Trainerstab", "since": 1564696800, "contractUntil": null, "lastClubId": "50677"}, {"person": null, "id": "17460", "function": "Chefanalytiker", "functionGroup": "Trainerstab", "since": 1404165600, "contractUntil": null, "lastClubId": null}, {"person": null, "id": "6159", "function": "Videoanalyst", "functionGroup": "Trainerstab", "since": 1611615600, "contractUntil": null, "lastClubId": "583"}, {"person": null, "id": "10994", "function": "Vorstandsvorsitzender", "functionGroup": "Vorstand", "since": 1057010400, "contractUntil": null, "lastClubId": null}, {"person": null, "id": "37463", "function": "Vorstandsmitglied", "functionGroup": "Vorstand", "since": 1371160800, "contractUntil": null, "lastClubId": null}, {"person": null, "id": "16203", "function": "Investor/M\u00e4zen", "functionGroup": "Vorstand", "since": 1057010400, "contractUntil": null, "lastClubId": null}, {"person": null, "id": "20308", "function": "Chefscout", "functionGroup": "Scoutingabteilung", "since": 1309471200, "contractUntil": null, "lastClubId": "931"}, {"person": null, "id": "2736", "function": "Scout", "functionGroup": "Scoutingabteilung", "since": 1233442800, "contractUntil": null, "lastClubId": "8882"}, {"person": null, "id": "12042", "function": "Scout", "functionGroup": "Scoutingabteilung", "since": 1346623200, "contractUntil": null, "lastClubId": "21652"}, {"person": null, "id": "71715", "function": "Scout", "functionGroup": "Scoutingabteilung", "since": 1467324000, "contractUntil": null, "lastClubId": "1123"}, {"person": null, "id": "98770", "function": "Scout", "functionGroup": "Scoutingabteilung", "since": 1533074400, "contractUntil": null, "lastClubId": "10868"}, {"person": null, "id": "69734", "function": "Scout", "functionGroup": "Scoutingabteilung", "since": 1624831200, "contractUntil": null, "lastClubId": "2577"}, {"person": null, "id": "77800", "function": "Nachwuchsscout", "functionGroup": "Scoutingabteilung", "since": 1538344800, "contractUntil": null, "lastClubId": "10217"}, {"person": null, "id": "91726", "function": "Nachwuchsscout", "functionGroup": "Scoutingabteilung", "since": 1567288800, "contractUntil": null, "lastClubId": null}, {"person": null, "id": "2411", "function": "Scout Torwartbereich", "functionGroup": "Scoutingabteilung", "since": 1467324000, "contractUntil": null, "lastClubId": "273"}, {"person": null, "id": "17260", "function": "Vereinsarzt", "functionGroup": "Medizinische Abteilung", "since": 1309471200, "contractUntil": null, "lastClubId": "660"}, {"person": null, "id": "45688", "function": "Klubrepr\u00e4sentant", "functionGroup": "Weitere T\u00e4tigkeiten", "since": 1372629600, "contractUntil": null, "lastClubId": null}, {"person": null, "id": "39528", "function": "Klubrepr\u00e4sentant", "functionGroup": "Weitere T\u00e4tigkeiten", "since": 1435701600, "contractUntil": null, "lastClubId": "21103"}, {"person": null, "id": "7277", "function": "Berater", "functionGroup": "Weitere T\u00e4tigkeiten", "since": 1120168800, "contractUntil": 1435615200, "lastClubId": "383"}, {"person": null, "id": "70726", "function": "Berater", "functionGroup": "Weitere T\u00e4tigkeiten", "since": 1561932000, "contractUntil": null, "lastClubId": null}, {"person": null, "id": "45688", "function": "Betreuer der Leihspieler", "functionGroup": "Weitere T\u00e4tigkeiten", "since": 1372629600, "contractUntil": null, "lastClubId": null}, {"person": null, "id": "22505", "function": "Betreuer der Leihspieler", "functionGroup": "Weitere T\u00e4tigkeiten", "since": 1564696800, "contractUntil": null, "lastClubId": "6918"}, {"person": null, "id": "39528", "function": "Betreuer der Leihspieler", "functionGroup": "Weitere T\u00e4tigkeiten", "since": 1564696800, "contractUntil": null, "lastClubId": "21103"}, {"person": null, "id": "64063", "function": "Mitarbeiter des Nachwuchsleistungszentrums", "functionGroup": "Weitere T\u00e4tigkeiten", "since": 1640991600, "contractUntil": null, "lastClubId": "405"}, {"person": null, "id": "17456", "function": "Leiter der Nachwuchsabteilung", "functionGroup": "Jugend", "since": 1088632800, "contractUntil": null, "lastClubId": "50677"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"staff": {"type": "array", "items": {"type": "object", "properties": {"person": {"type": "null"}, "id": {"type": "string"}, "function": {"type": "string"}, "functionGroup": {"type": "string"}, "since": {"type": "integer"}, "contractUntil": {"type": ["integer", "null"]}, "lastClubId": {"type": ["null", "string"]}}, "required": ["contractUntil", "function", "functionGroup", "id", "lastClubId", "person", "since"]}}}, "required": ["staff"]} |
ab742d71-1a08-45be-854a-984674c61f4a/6df58ebd-583d-4ff0-a5e3-2650802f60d5/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | clubs/get-header-info | Get header info of club | 200 | Response | {"club": {"id": "631", "name": "FC Chelsea", "image": "https://tmssl.akamaized.net/images/wappen/medium/631.png?lm=1628160548", "countryImage": "https://tmssl.akamaized.net/images/flagge/verysmall/189.png?lm=1520611569", "countryID": "189", "rank": "3", "leagueID": "GB1", "leagueName": "Premier League", "leagueImage": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656", "leagueLevel": "1.Liga", "coachID": "7471", "coachName": "Thomas Tuchel", "coachContractUntil": 1719698400, "marketValue": "883,00", "marketValueCurrency": "\u20ac", "marketValueNumeral": "Mio.", "marketValueUnformatted": 883000000, "nationalTeamFlag": "", "selectedSeasonID": "2021", "internationalRank": "", "newCoachID": "", "newCoachStartAt": ""}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"club": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "countryImage": {"type": "string"}, "countryID": {"type": "string"}, "rank": {"type": "string"}, "leagueID": {"type": "string"}, "leagueName": {"type": "string"}, "leagueImage": {"type": "string"}, "leagueLevel": {"type": "string"}, "coachID": {"type": "string"}, "coachName": {"type": "string"}, "coachContractUntil": {"type": "integer"}, "marketValue": {"type": "string"}, "marketValueCurrency": {"type": "string"}, "marketValueNumeral": {"type": "string"}, "marketValueUnformatted": {"type": "integer"}, "nationalTeamFlag": {"type": "string"}, "selectedSeasonID": {"type": "string"}, "internationalRank": {"type": "string"}, "newCoachID": {"type": "string"}, "newCoachStartAt": {"type": "string"}}, "required": ["coachContractUntil", "coachID", "coachName", "countryID", "countryImage", "id", "image", "internationalRank", "leagueID", "leagueImage", "leagueLevel", "leagueName", "marketValue", "marketValueCurrency", "marketValueNumeral", "marketValueUnformatted", "name", "nationalTeamFlag", "newCoachID", "newCoachStartAt", "rank", "selectedSeasonID"]}}, "required": ["club"]} |
ab742d71-1a08-45be-854a-984674c61f4a/796dafee-90d5-4ec4-a7ee-948453303af3/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | clubs/list-by-competition | List clubs in specific competition | 200 | Response | {"clubs": [{"id": "46", "name": "Inter Mailand", "image": "https://tmssl.akamaized.net/images/wappen/medium/46.png?lm=1618900989"}, {"id": "5", "name": "AC Mailand", "image": "https://tmssl.akamaized.net/images/wappen/medium/5.png?lm=1605166627"}, {"id": "800", "name": "Atal. Bergamo", "image": "https://tmssl.akamaized.net/images/wappen/medium/800.png?lm=1438547428"}, {"id": "506", "name": "Juventus Turin", "image": "https://tmssl.akamaized.net/images/wappen/medium/506.png?lm=1626441487"}, {"id": "6195", "name": "SSC Neapel", "image": "https://tmssl.akamaized.net/images/wappen/medium/6195.png?lm=1437135876"}, {"id": "398", "name": "Lazio Rom", "image": "https://tmssl.akamaized.net/images/wappen/medium/398.png?lm=1601537785"}, {"id": "12", "name": "AS Rom", "image": "https://tmssl.akamaized.net/images/wappen/medium/12.png?lm=1533302889"}, {"id": "6574", "name": "US Sassuolo", "image": "https://tmssl.akamaized.net/images/wappen/medium/6574.png?lm=1601389908"}, {"id": "1038", "name": "Sampdoria", "image": "https://tmssl.akamaized.net/images/wappen/medium/1038.png?lm=1520934353"}, {"id": "276", "name": "Hellas Verona", "image": "https://tmssl.akamaized.net/images/wappen/medium/276.png?lm=1617228746"}, {"id": "252", "name": "Genua CFC", "image": "https://tmssl.akamaized.net/images/wappen/medium/252.png?lm=1438591281"}, {"id": "1025", "name": "FC Bologna", "image": "https://tmssl.akamaized.net/images/wappen/medium/1025.png?lm=1626441324"}, {"id": "410", "name": "Udinese Calcio", "image": "https://tmssl.akamaized.net/images/wappen/medium/410.png?lm=1437136398"}, {"id": "430", "name": "AC Florenz", "image": "https://tmssl.akamaized.net/images/wappen/medium/430.png?lm=1520933432"}, {"id": "3522", "name": "Spezia Calcio", "image": "https://tmssl.akamaized.net/images/wappen/medium/3522.png?lm=1504611067"}, {"id": "1390", "name": "Cagliari Calcio", "image": "https://tmssl.akamaized.net/images/wappen/medium/1390.png?lm=1626441409"}, {"id": "416", "name": "FC Turin", "image": "https://tmssl.akamaized.net/images/wappen/medium/416.png?lm=1438548174"}, {"id": "749", "name": "FC Empoli", "image": "https://tmssl.akamaized.net/images/wappen/medium/749.png?lm=1626441481"}, {"id": "380", "name": "US Salernitana", "image": "https://tmssl.akamaized.net/images/wappen/medium/380.png?lm=1601390035"}, {"id": "607", "name": "Venezia", "image": "https://tmssl.akamaized.net/images/wappen/medium/607.png?lm=1504794638"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"clubs": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "image", "name"]}}}, "required": ["clubs"]} |
ab742d71-1a08-45be-854a-984674c61f4a/105887cd-58ba-494a-932b-f94298dbae17/0/0 | TransferMarket | This API helps to query for transfer news, latest or record transfers, rumors, player market value, etc... to create a sporting site/application such as transfermarkt.com | 9.8 | competitions/list-default | List most popular competitions | 200 | Response | {"defaultCompetitions": [{"id": "L1", "title": "Bundesliga", "image": "https://tmssl.akamaized.net/images/logo/normal/l1.png?lm=1525905518"}, {"id": "L2", "title": "2. Bundesliga", "image": "https://tmssl.akamaized.net/images/logo/normal/l2.png?lm=1525905553"}, {"id": "L3", "title": "3. Liga", "image": "https://tmssl.akamaized.net/images/logo/normal/l3.png?lm=1569702802"}, {"id": "DFB", "title": "DFB-Pokal", "image": "https://tmssl.akamaized.net/images/logo/normal/dfb.png?lm=1520938419"}, {"id": "CL", "title": "UEFA Champions League", "image": "https://tmssl.akamaized.net/images/logo/normal/cl.png?lm=1626810555"}, {"id": "EL", "title": "Europa League", "image": "https://tmssl.akamaized.net/images/logo/normal/el.png?lm=1626811059"}, {"id": "AFCN", "title": "Afrika-Cup", "image": "https://tmssl.akamaized.net/images/logo/normal/afcn.png?lm=1622122126"}, {"id": "GB1", "title": "Premier League", "image": "https://tmssl.akamaized.net/images/logo/normal/gb1.png?lm=1521104656"}, {"id": "ES1", "title": "LaLiga", "image": "https://tmssl.akamaized.net/images/logo/normal/es1.png?lm=1557051003"}, {"id": "IT1", "title": "Serie A", "image": "https://tmssl.akamaized.net/images/logo/normal/it1.png?lm=1632134907"}, {"id": "FR1", "title": "Ligue 1", "image": "https://tmssl.akamaized.net/images/logo/normal/fr1.png?lm=1592648063"}, {"id": "TR1", "title": "S\u00fcper Lig", "image": "https://tmssl.akamaized.net/images/logo/normal/tr1.png?lm=1639084065"}, {"id": "NL1", "title": "Eredivisie", "image": "https://tmssl.akamaized.net/images/logo/normal/nl1.png?lm=1629726381"}, {"id": "RU1", "title": "Premier Liga", "image": "https://tmssl.akamaized.net/images/logo/normal/ru1.png?lm=1582769594"}, {"id": "BE1", "title": "Jupiler Pro League", "image": "https://tmssl.akamaized.net/images/logo/normal/be1.png?lm=1601478124"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"defaultCompetitions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "image", "title"]}}}, "required": ["defaultCompetitions"]} |
7b03f1c6-c062-493b-84c8-102ee45f0b1b/a6c8d753-1b53-46e2-be47-3c16f0e3b185/0/0 | Basketball Players Data | An API which gives you access to a lot of data about basketball players such as their age, team, name... | null | Get one basketball player with his index | This endpoint will allow you to have all the characteristics of a player by adding the number of his index in the search bar | 200 | New Example | {"Age": 27, "Player": "Steven Adams", "Position": "C", "Teams": "NOP"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Age": {"type": "integer"}, "Player": {"type": "string"}, "Position": {"type": "string"}, "Teams": {"type": "string"}}, "required": ["Age", "Player", "Position", "Teams"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/ae7e7989-a178-4b93-99cb-3c82e33a0318/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get scheduled games by country | With "Get scheduled games by country" you'll receive all games which a scheduled for a specific country and date. | 200 | Response | [{"id": 9594432, "startTimestamp": 1634322600, "slug": "1-fc-koln-1899-hoffenheim", "scoreHomeAwaySlug": "5:0", "scoreAwayHomeSlug": "0:5", "round": 8, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2569, "name": "1899 Hoffenheim", "short": "Hoffenheim", "code": "HOF", "slug": "1899-hoffenheim", "gender": "M", "teamColors": {"primary": "#1f5da6", "secondary": "#ffffff"}}, "awayTeam": {"id": 2671, "name": "1. FC K\u00f6ln", "short": "K\u00f6ln", "code": "KOL", "slug": "1-fc-koln", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#e30613"}}, "homeScore": {"current": 5, "display": 5, "period1": 1, "normaltime": 5}, "awayScore": {"current": 0, "display": 0, "period1": 0, "normaltime": 0}, "time": {"injuryTime1": 3, "currentPeriodStartTimestamp": 1634329214}, "competition": {"id": 42, "name": "Bundesliga", "slug": "bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9594435, "startTimestamp": 1634391000, "slug": "1-fc-union-berlin-vfl-wolfsburg", "scoreHomeAwaySlug": "2:0", "scoreAwayHomeSlug": "0:2", "round": 8, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2547, "name": "1. FC Union Berlin", "short": "Union Berlin", "code": "UBE", "slug": "1-fc-union-berlin", "gender": "M", "teamColors": {"primary": "#ff0000", "secondary": "#ffffff"}}, "awayTeam": {"id": 2524, "name": "VfL Wolfsburg", "short": "Wolfsburg", "code": "WOL", "slug": "vfl-wolfsburg", "gender": "M", "teamColors": {"primary": "#64b42d", "secondary": "#ffffff"}}, "homeScore": {"current": 2, "display": 2, "period1": 0, "normaltime": 2}, "awayScore": {"current": 0, "display": 0, "period1": 0, "normaltime": 0}, "time": {"injuryTime1": 1, "injuryTime2": 3, "currentPeriodStartTimestamp": 1634397764}, "competition": {"id": 42, "name": "Bundesliga", "slug": "bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9594529, "startTimestamp": 1634391000, "slug": "borussia-dortmund-1-fsv-mainz-05", "scoreHomeAwaySlug": "3:1", "scoreAwayHomeSlug": "1:3", "round": 8, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2673, "name": "Borussia Dortmund", "short": "Dortmund", "code": "BVB", "slug": "borussia-dortmund", "gender": "M", "teamColors": {"primary": "#ffe600", "secondary": "#000000"}}, "awayTeam": {"id": 2556, "name": "1. FSV Mainz 05", "short": "Mainz 05", "code": "MAI", "slug": "1-fsv-mainz-05", "gender": "M", "teamColors": {"primary": "#ff0000", "secondary": "#ffffff"}}, "homeScore": {"current": 3, "display": 3, "period1": 1, "normaltime": 3}, "awayScore": {"current": 1, "display": 1, "period1": 0, "normaltime": 1}, "time": {"injuryTime1": 1, "injuryTime2": 5, "currentPeriodStartTimestamp": 1634398040}, "competition": {"id": 42, "name": "Bundesliga", "slug": "bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9594531, "startTimestamp": 1634391000, "slug": "eintracht-frankfurt-hertha-bsc", "scoreHomeAwaySlug": "1:2", "scoreAwayHomeSlug": "2:1", "round": 8, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2674, "name": "Eintracht Frankfurt", "short": "E. Frankfurt", "code": "EFR", "slug": "eintracht-frankfurt", "gender": "M", "teamColors": {"primary": "#000000", "secondary": "#ff1111"}}, "awayTeam": {"id": 2528, "name": "Hertha BSC", "short": "Hertha", "code": "HER", "slug": "hertha-bsc", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#0131ad"}}, "homeScore": {"current": 1, "display": 1, "period1": 0, "normaltime": 1}, "awayScore": {"current": 2, "display": 2, "period1": 1, "normaltime": 2}, "time": {"injuryTime2": 4, "currentPeriodStartTimestamp": 1634397758}, "competition": {"id": 42, "name": "Bundesliga", "slug": "bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9594532, "startTimestamp": 1634391000, "slug": "rb-leipzig-sc-freiburg", "scoreHomeAwaySlug": "1:1", "scoreAwayHomeSlug": "1:1", "round": 8, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2538, "name": "SC Freiburg", "short": "Freiburg", "code": "FRE", "slug": "sc-freiburg", "gender": "M", "teamColors": {"primary": "#cc3333", "secondary": "#000000"}}, "awayTeam": {"id": 36360, "name": "RB Leipzig", "short": "RB Leipzig", "code": "LEI", "slug": "rb-leipzig", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#dd0000"}}, "homeScore": {"current": 1, "display": 1, "period1": 0, "normaltime": 1}, "awayScore": {"current": 1, "display": 1, "period1": 1, "normaltime": 1}, "time": {"injuryTime1": 1, "injuryTime2": 3, "currentPeriodStartTimestamp": 1634397800}, "competition": {"id": 42, "name": "Bundesliga", "slug": "bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9594530, "startTimestamp": 1634391000, "slug": "spvgg-greuther-furth-vfl-bochum", "scoreHomeAwaySlug": "", "scoreAwayHomeSlug": "", "round": 8, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2551, "name": "SpVgg Greuther F\u00fcrth", "short": "F\u00fcrth", "code": "GFU", "slug": "spvgg-greuther-furth", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#009900"}}, "awayTeam": {"id": 2542, "name": "VfL Bochum", "short": "Bochum", "code": "VBO", "slug": "vfl-bochum", "gender": "M", "teamColors": {"primary": "#6666ff", "secondary": "#ffffff"}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "normaltime": 0}, "awayScore": {"current": 1, "display": 1, "period1": 0, "normaltime": 1}, "time": {"injuryTime1": 1, "injuryTime2": 4, "currentPeriodStartTimestamp": 1634397755}, "competition": {"id": 42, "name": "Bundesliga", "slug": "bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9594953, "startTimestamp": 1634315400, "slug": "hannover-96-fc-schalke-04", "scoreHomeAwaySlug": "", "scoreAwayHomeSlug": "", "round": 10, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2541, "name": "Hannover 96", "short": "Hannover", "code": "HAN", "slug": "hannover-96", "gender": "M", "teamColors": {"primary": "#bf0000", "secondary": "#ffffff"}}, "awayTeam": {"id": 2530, "name": "FC Schalke 04", "short": "Schalke 04", "code": "SCH", "slug": "fc-schalke-04", "gender": "M", "teamColors": {"primary": "#0541cd", "secondary": "#ffffff"}}, "homeScore": {"current": 0, "display": 0, "period1": 0, "normaltime": 0}, "awayScore": {"current": 1, "display": 1, "period1": 0, "normaltime": 1}, "time": {"injuryTime1": 3, "injuryTime2": 6, "currentPeriodStartTimestamp": 1634322457}, "competition": {"id": 41, "name": "2. Bundesliga", "slug": "2-bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9595072, "startTimestamp": 1634315400, "slug": "ssv-jahn-regensburg-sc-paderborn-07", "scoreHomeAwaySlug": "1:1", "scoreAwayHomeSlug": "1:1", "round": 10, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2561, "name": "SC Paderborn 07", "short": "Paderborn", "code": "PAD", "slug": "sc-paderborn-07", "gender": "M", "teamColors": {"primary": "#0000bb", "secondary": "#0000a6"}}, "awayTeam": {"id": 2567, "name": "SSV Jahn Regensburg", "short": "Regensburg", "code": "JRE", "slug": "ssv-jahn-regensburg", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#ff0000"}}, "homeScore": {"current": 1, "display": 1, "period1": 0, "normaltime": 1}, "awayScore": {"current": 1, "display": 1, "period1": 1, "normaltime": 1}, "time": {"injuryTime1": 1, "injuryTime2": 4, "currentPeriodStartTimestamp": 1634322142}, "competition": {"id": 41, "name": "2. Bundesliga", "slug": "2-bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9594959, "startTimestamp": 1634383800, "slug": "1-fc-heidenheim-fc-st-pauli", "scoreHomeAwaySlug": "2:4", "scoreAwayHomeSlug": "4:2", "round": 10, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 5885, "name": "1. FC Heidenheim", "short": "Heidenheim", "code": "HEI", "slug": "1-fc-heidenheim", "gender": "M", "teamColors": {"primary": "#243475", "secondary": "#400040"}}, "awayTeam": {"id": 2526, "name": "FC St. Pauli", "short": "St. Pauli", "code": "PAU", "slug": "fc-st-pauli", "gender": "M", "teamColors": {"primary": "#300202", "secondary": "#fd0000"}}, "homeScore": {"current": 2, "display": 2, "period1": 1, "normaltime": 2}, "awayScore": {"current": 4, "display": 4, "period1": 0, "normaltime": 4}, "time": {"injuryTime1": 1, "injuryTime2": 4, "currentPeriodStartTimestamp": 1634390576}, "competition": {"id": 41, "name": "2. Bundesliga", "slug": "2-bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9595011, "startTimestamp": 1634383800, "slug": "fc-ingolstadt-04-holstein-kiel", "scoreHomeAwaySlug": "1:1", "scoreAwayHomeSlug": "1:1", "round": 10, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 5880, "name": "FC Ingolstadt 04", "short": "Ingolstadt", "code": "ING", "slug": "fc-ingolstadt-04", "gender": "M", "teamColors": {"primary": "#ff0000", "secondary": "#ff0000"}}, "awayTeam": {"id": 2573, "name": "Holstein Kiel", "short": "Kiel", "code": "HKI", "slug": "holstein-kiel", "gender": "M", "teamColors": {"primary": "#000099", "secondary": "#000099"}}, "homeScore": {"current": 1, "display": 1, "period1": 0, "normaltime": 1}, "awayScore": {"current": 1, "display": 1, "period1": 1, "normaltime": 1}, "time": {"injuryTime2": 3, "currentPeriodStartTimestamp": 1634390584}, "competition": {"id": 41, "name": "2. Bundesliga", "slug": "2-bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9594977, "startTimestamp": 1634383800, "slug": "erzgebirge-aue-karlsruher-sc", "scoreHomeAwaySlug": "2:1", "scoreAwayHomeSlug": "1:2", "round": 10, "hasEventPlayerStatistics": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2553, "name": "Karlsruher SC", "short": "Karlsruhe", "code": "KAR", "slug": "karlsruher-sc", "gender": "M", "teamColors": {"primary": "#0000dd", "secondary": "#0000a0"}}, "awayTeam": {"id": 2566, "name": "Erzgebirge Aue", "short": "Aue", "code": "EAU", "slug": "erzgebirge-aue", "gender": "M", "teamColors": {"primary": "#5b00b7", "secondary": "#ffffff"}}, "homeScore": {"current": 2, "display": 2, "period1": 0, "normaltime": 2}, "awayScore": {"current": 1, "display": 1, "period1": 0, "normaltime": 1}, "time": {"injuryTime2": 6, "currentPeriodStartTimestamp": 1634390793}, "competition": {"id": 41, "name": "2. Bundesliga", "slug": "2-bundesliga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9604709, "startTimestamp": 1634317200, "slug": "viktoria-berlin-vfl-osnabruck", "scoreHomeAwaySlug": "1:2", "scoreAwayHomeSlug": "2:1", "round": 12, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 53027, "name": "Viktoria Berlin", "short": "Viktoria Berlin", "code": "VBE", "slug": "viktoria-berlin", "gender": "M", "teamColors": {"primary": "#6bafd2", "secondary": "#000000"}}, "awayTeam": {"id": 2581, "name": "VfL Osnabr\u00fcck", "short": "Osnabr\u00fcck", "code": "VOS", "slug": "vfl-osnabruck", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#ffffff"}}, "homeScore": {"current": 1, "display": 1, "period1": 1, "normaltime": 1}, "awayScore": {"current": 2, "display": 2, "period1": 2, "normaltime": 2}, "time": {"injuryTime2": 3, "currentPeriodStartTimestamp": 1634323892}, "competition": {"id": 8343, "name": "3. Liga", "slug": "3-liga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9604698, "startTimestamp": 1634385600, "slug": "sc-freiburg-ii-1-fc-kaiserslautern", "scoreHomeAwaySlug": "3:0", "scoreAwayHomeSlug": "0:3", "round": 12, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2675, "name": "1. FC Kaiserslautern", "short": "Kaiserslautern", "code": "KAI", "slug": "1-fc-kaiserslautern", "gender": "M", "teamColors": {"primary": "#ca0000", "secondary": "#ffffff"}}, "awayTeam": {"id": 5889, "name": "SC Freiburg II", "short": "Freiburg II", "code": "FRE", "slug": "sc-freiburg-ii", "gender": "M", "teamColors": {"primary": "#cc3333", "secondary": "#000000"}}, "homeScore": {"current": 3, "display": 3, "period1": 1, "normaltime": 3}, "awayScore": {"current": 0, "display": 0, "period1": 0, "normaltime": 0}, "time": {"currentPeriodStartTimestamp": 1634392094}, "competition": {"id": 8343, "name": "3. Liga", "slug": "3-liga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9604778, "startTimestamp": 1634385600, "slug": "eintracht-braunschweig-borussia-dortmund-ii", "scoreHomeAwaySlug": "4:2", "scoreAwayHomeSlug": "2:4", "round": 12, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2557, "name": "Eintracht Braunschweig", "short": "Braunschweig", "code": "EBR", "slug": "eintracht-braunschweig", "gender": "M", "teamColors": {"primary": "#ffcc00", "secondary": "#0000e1"}}, "awayTeam": {"id": 2535, "name": "Borussia Dortmund II", "short": "Dortmund II", "code": "BVB", "slug": "borussia-dortmund-ii", "gender": "M", "teamColors": {"primary": "#ffff00", "secondary": "#000000"}}, "homeScore": {"current": 4, "display": 4, "period1": 2, "normaltime": 4}, "awayScore": {"current": 2, "display": 2, "period1": 1, "normaltime": 2}, "time": {"injuryTime2": 4, "currentPeriodStartTimestamp": 1634392401}, "competition": {"id": 8343, "name": "3. Liga", "slug": "3-liga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9604695, "startTimestamp": 1634385600, "slug": "fsv-zwickau-msv-duisburg", "scoreHomeAwaySlug": "3:2", "scoreAwayHomeSlug": "2:3", "round": 12, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2620, "name": "FSV Zwickau", "short": "Zwickau", "code": "ZWI", "slug": "fsv-zwickau", "gender": "M", "teamColors": {"primary": "#ff0000", "secondary": "#ffffff"}}, "awayTeam": {"id": 2543, "name": "MSV Duisburg", "short": "Duisburg", "code": "DUI", "slug": "msv-duisburg", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#0033ff"}}, "homeScore": {"current": 3, "display": 3, "period1": 1, "normaltime": 3}, "awayScore": {"current": 2, "display": 2, "period1": 1, "normaltime": 2}, "time": {"injuryTime1": 1, "injuryTime2": 4, "currentPeriodStartTimestamp": 1634392317}, "competition": {"id": 8343, "name": "3. Liga", "slug": "3-liga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9604705, "startTimestamp": 1634385600, "slug": "hallescher-fc-1-fc-saarbrucken", "scoreHomeAwaySlug": "2:3", "scoreAwayHomeSlug": "3:2", "round": 12, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 2582, "name": "Hallescher FC", "short": "Hallescher", "code": "HAL", "slug": "hallescher-fc", "gender": "M", "teamColors": {"primary": "#ff0000", "secondary": "#ffffff"}}, "awayTeam": {"id": 2554, "name": "1. FC Saarbr\u00fccken", "short": "Saarbr\u00fccken", "code": "SAA", "slug": "1-fc-saarbrucken", "gender": "M", "teamColors": {"primary": "#000000", "secondary": "#0000ff"}}, "homeScore": {"current": 2, "display": 2, "period1": 2, "normaltime": 2}, "awayScore": {"current": 3, "display": 3, "period1": 1, "normaltime": 3}, "time": {"injuryTime1": 1, "injuryTime2": 3, "currentPeriodStartTimestamp": 1634392268}, "competition": {"id": 8343, "name": "3. Liga", "slug": "3-liga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9604697, "startTimestamp": 1634385600, "slug": "sv-meppen-1-fc-magdeburg", "scoreHomeAwaySlug": "2:3", "scoreAwayHomeSlug": "3:2", "round": 12, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 5804, "name": "SV Meppen", "short": "Meppen", "code": "MEP", "slug": "sv-meppen", "gender": "M", "teamColors": {"primary": "#0000ff", "secondary": "#ffffff"}}, "awayTeam": {"id": 2591, "name": "1. FC Magdeburg", "short": "Magdeburg", "code": "MAG", "slug": "1-fc-magdeburg", "gender": "M", "teamColors": {"primary": "#3333ff", "secondary": "#3333ff"}}, "homeScore": {"current": 2, "display": 2, "period1": 1, "normaltime": 2}, "awayScore": {"current": 3, "display": 3, "period1": 2, "normaltime": 3}, "time": {"injuryTime1": 1, "injuryTime2": 4, "currentPeriodStartTimestamp": 1634392563}, "competition": {"id": 8343, "name": "3. Liga", "slug": "3-liga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9604706, "startTimestamp": 1634385600, "slug": "sv-waldhof-mannheim-tsv-1860-munchen", "scoreHomeAwaySlug": "", "scoreAwayHomeSlug": "", "round": 12, "status": {"code": 60, "type": "postponed", "title": "Postponed"}, "homeTeam": {"id": 2536, "name": "TSV 1860 M\u00fcnchen", "short": "1860 M\u00fcnchen", "code": "MUN", "slug": "tsv-1860-munchen", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#75baff"}}, "awayTeam": {"id": 2680, "name": "SV Waldhof Mannheim", "short": "Mannheim", "code": "WMA", "slug": "sv-waldhof-mannheim", "gender": "M", "teamColors": {"primary": "#000080", "secondary": "#ffffff"}}, "homeScore": {}, "awayScore": {}, "time": {"currentPeriodStartTimestamp": 1634368134}, "competition": {"id": 8343, "name": "3. Liga", "slug": "3-liga", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9654369, "startTimestamp": 1634318100, "slug": "sgs-essen-schonebeck-werder-bremen", "scoreHomeAwaySlug": "1:0", "scoreAwayHomeSlug": "0:1", "round": 6, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 36656, "name": "Werder Bremen", "short": "Werder", "code": "WBR", "slug": "werder-bremen", "gender": "F", "teamColors": {"primary": "#009966", "secondary": "#ffffff"}}, "awayTeam": {"id": 5551, "name": "SGS Essen-Sch\u00f6nebeck", "short": "SGS Essen", "code": "SGS", "slug": "sgs-essen-schonebeck", "gender": "F", "teamColors": {"primary": "#3b1a50", "secondary": "#ffffff"}}, "homeScore": {"current": 1, "display": 1, "period1": 0, "normaltime": 1}, "awayScore": {"current": 0, "display": 0, "period1": 0, "normaltime": 0}, "time": {"injuryTime2": 2, "currentPeriodStartTimestamp": 1634324971}, "competition": {"id": 810, "name": "Bundesliga, Women", "slug": "bundesliga-women", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9654367, "startTimestamp": 1634382000, "slug": "sc-freiburg-bayer-04-leverkusen", "scoreHomeAwaySlug": "1:2", "scoreAwayHomeSlug": "2:1", "round": 6, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 5550, "name": "SC Freiburg", "short": "Freiburg", "code": "FRE", "slug": "sc-freiburg", "gender": "F", "teamColors": {"primary": "#cc3333", "secondary": "#000000"}}, "awayTeam": {"id": 36623, "name": "Bayer 04 Leverkusen", "short": "Leverkusen", "code": "BLE", "slug": "bayer-04-leverkusen", "gender": "F", "teamColors": {"primary": "#000000", "secondary": "#000000"}}, "homeScore": {"current": 1, "display": 1, "period1": 0, "period2": 1, "normaltime": 1}, "awayScore": {"current": 2, "display": 2, "period1": 1, "period2": 1, "normaltime": 2}, "time": {"currentPeriodStartTimestamp": 1634388906}, "competition": {"id": 810, "name": "Bundesliga, Women", "slug": "bundesliga-women", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}, {"id": 9654674, "startTimestamp": 1634385600, "slug": "1-ffc-frankfurt-ii-1899-hoffenheim-ii", "scoreHomeAwaySlug": "4:2", "scoreAwayHomeSlug": "2:4", "round": 7, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 205192, "name": "1. FFC Frankfurt II", "short": "FFC Frankfurt II", "code": "FFR", "slug": "1-ffc-frankfurt-ii", "gender": "F", "teamColors": {"primary": "#000000", "secondary": "#ffffff"}}, "awayTeam": {"id": 205191, "name": "1899 Hoffenheim II", "short": "Hoffenheim II", "code": "HOF", "slug": "1899-hoffenheim-ii", "gender": "F", "teamColors": {"primary": "#1f5da6", "secondary": "#ffffff"}}, "homeScore": {"current": 4, "display": 4, "period1": 2, "period2": 2, "normaltime": 4}, "awayScore": {"current": 2, "display": 2, "period1": 0, "period2": 2, "normaltime": 2}, "time": {"currentPeriodStartTimestamp": 1634389680}, "competition": {"id": 67323, "name": "2. Bundesliga, Women", "slug": "2-bundesliga-women", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 30, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "startTimestamp": {"type": "integer"}, "slug": {"type": "string"}, "scoreHomeAwaySlug": {"type": "string"}, "scoreAwayHomeSlug": {"type": "string"}, "round": {"type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}}, "required": ["code", "title", "type"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}, "normaltime": {"type": "integer"}, "period2": {"type": "integer"}}}, "awayScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}, "normaltime": {"type": "integer"}, "period2": {"type": "integer"}}}, "time": {"type": "object", "properties": {"injuryTime1": {"type": "integer"}, "currentPeriodStartTimestamp": {"type": "integer"}, "injuryTime2": {"type": "integer"}}, "required": ["currentPeriodStartTimestamp"]}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "category": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}}, "required": ["category", "id", "name", "slug", "sport"]}}, "required": ["awayScore", "awayTeam", "competition", "homeScore", "homeTeam", "id", "round", "scoreAwayHomeSlug", "scoreHomeAwaySlug", "slug", "startTimestamp", "status", "time"]}} |
544584b1-9e13-4332-aa8f-c62c71fccd96/8d392fd5-d08b-47d0-83af-2fdd7885518a/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get All Games For Round (if round-based) | Get all games for a Round if the competition is round-based. You get all rounds from the competition . | 200 | Response | [{"id": 10309041, "startTimestamp": 1663892100, "slug": "cleveland-browns-pittsburgh-steelers", "scoreHomeAwaySlug": "29:17", "scoreAwayHomeSlug": "17:29", "round": 3, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4417, "name": "Cleveland Browns", "short": "Cleveland Browns", "code": "CLE", "slug": "cleveland-browns", "gender": "M", "teamColors": {"primary": "#38312c", "secondary": "#ff3900"}}, "awayTeam": {"id": 4345, "name": "Pittsburgh Steelers", "short": "Pittsburgh Steelers", "code": "PIT", "slug": "pittsburgh-steelers", "gender": "M", "teamColors": {"primary": "#ffd700", "secondary": "#191310"}}, "homeScore": {"current": 29, "display": 29, "period1": 7, "period2": 6, "period3": 3, "period4": 13, "normaltime": 29}, "awayScore": {"current": 17, "display": 17, "period1": 0, "period2": 14, "period3": 0, "period4": 3, "normaltime": 17}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309042, "startTimestamp": 1664125200, "slug": "new-orleans-saints-carolina-panthers", "scoreHomeAwaySlug": "22:14", "scoreAwayHomeSlug": "14:22", "round": 3, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4415, "name": "Carolina Panthers", "short": "Carolina Panthers", "code": "CAR", "slug": "carolina-panthers", "gender": "M", "teamColors": {"primary": "#3a84c5", "secondary": "#07141e"}}, "awayTeam": {"id": 4425, "name": "New Orleans Saints", "short": "New Orleans Saints", "code": "NO", "slug": "new-orleans-saints", "gender": "M", "teamColors": {"primary": "#b28e42", "secondary": "#000000"}}, "homeScore": {"current": 22, "display": 22, "period1": 7, "period2": 6, "period3": 0, "period4": 9, "normaltime": 22}, "awayScore": {"current": 14, "display": 14, "period1": 0, "period2": 0, "period3": 0, "period4": 14, "normaltime": 14}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309043, "startTimestamp": 1664125200, "slug": "chicago-bears-houston-texans", "scoreHomeAwaySlug": "23:20", "scoreAwayHomeSlug": "20:23", "round": 3, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4391, "name": "Chicago Bears", "short": "Chicago Bears", "code": "CHI", "slug": "chicago-bears", "gender": "M", "teamColors": {"primary": "#0b162a", "secondary": "#c83803"}}, "awayTeam": {"id": 4324, "name": "Houston Texans", "short": "Houston Texans", "code": "HOU", "slug": "houston-texans", "gender": "M", "teamColors": {"primary": "#01123e", "secondary": "#b01c36"}}, "homeScore": {"current": 23, "display": 23, "period1": 10, "period2": 3, "period3": 7, "period4": 3, "normaltime": 23}, "awayScore": {"current": 20, "display": 20, "period1": 7, "period2": 7, "period3": 6, "period4": 0, "normaltime": 20}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309044, "startTimestamp": 1664125200, "slug": "kansas-city-chiefs-indianapolis-colts", "scoreHomeAwaySlug": "20:17", "scoreAwayHomeSlug": "17:20", "round": 3, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4421, "name": "Indianapolis Colts", "short": "Indianapolis Colts", "code": "IND", "slug": "indianapolis-colts", "gender": "M", "teamColors": {"primary": "#143d75", "secondary": "#ffffff"}}, "awayTeam": {"id": 4422, "name": "Kansas City Chiefs", "short": "Kansas City Chiefs", "code": "KC", "slug": "kansas-city-chiefs", "gender": "M", "teamColors": {"primary": "#aa0114", "secondary": "#ffffff"}}, "homeScore": {"current": 20, "display": 20, "period1": 7, "period2": 3, "period3": 3, "period4": 7, "normaltime": 20}, "awayScore": {"current": 17, "display": 17, "period1": 6, "period2": 8, "period3": 3, "period4": 0, "normaltime": 17}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309045, "startTimestamp": 1664125200, "slug": "buffalo-bills-miami-dolphins", "scoreHomeAwaySlug": "21:19", "scoreAwayHomeSlug": "19:21", "round": 3, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4287, "name": "Miami Dolphins", "short": "Miami Dolphins", "code": "MIA", "slug": "miami-dolphins", "gender": "M", "teamColors": {"primary": "#008e97", "secondary": "#f79b4d"}}, "awayTeam": {"id": 4414, "name": "Buffalo Bills", "short": "Buffalo Bills", "code": "BUF", "slug": "buffalo-bills", "gender": "M", "teamColors": {"primary": "#004684", "secondary": "#ffffff"}}, "homeScore": {"current": 21, "display": 21, "period1": 7, "period2": 7, "period3": 0, "period4": 7, "normaltime": 21}, "awayScore": {"current": 19, "display": 19, "period1": 7, "period2": 7, "period3": 3, "period4": 2, "normaltime": 19}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309046, "startTimestamp": 1664125200, "slug": "minnesota-vikings-detroit-lions", "scoreHomeAwaySlug": "28:24", "scoreAwayHomeSlug": "24:28", "round": 3, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4423, "name": "Minnesota Vikings", "short": "Minnesota Vikings", "code": "MIN", "slug": "minnesota-vikings", "gender": "M", "teamColors": {"primary": "#3a0064", "secondary": "#ffc72b"}}, "awayTeam": {"id": 4419, "name": "Detroit Lions", "short": "Detroit Lions", "code": "DET", "slug": "detroit-lions", "gender": "M", "teamColors": {"primary": "#0062ab", "secondary": "#bdbebe"}}, "homeScore": {"current": 28, "display": 28, "period1": 0, "period2": 14, "period3": 0, "period4": 14, "normaltime": 28}, "awayScore": {"current": 24, "display": 24, "period1": 7, "period2": 7, "period3": 10, "period4": 0, "normaltime": 24}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309047, "startTimestamp": 1664125200, "slug": "new-england-patriots-baltimore-ravens", "scoreHomeAwaySlug": "26:37", "scoreAwayHomeSlug": "37:26", "round": 3, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4424, "name": "New England Patriots", "short": "New England Patriots", "code": "NE", "slug": "new-england-patriots", "gender": "M", "teamColors": {"primary": "#0d244d", "secondary": "#b1b8bd"}}, "awayTeam": {"id": 4413, "name": "Baltimore Ravens", "short": "Baltimore Ravens", "code": "BAL", "slug": "baltimore-ravens", "gender": "M", "teamColors": {"primary": "#340e57", "secondary": "#ffffff"}}, "homeScore": {"current": 26, "display": 26, "period1": 0, "period2": 13, "period3": 7, "period4": 6, "normaltime": 26}, "awayScore": {"current": 37, "display": 37, "period1": 7, "period2": 7, "period3": 17, "period4": 6, "normaltime": 37}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309048, "startTimestamp": 1664125200, "slug": "new-york-jets-cincinnati-bengals", "scoreHomeAwaySlug": "12:27", "scoreAwayHomeSlug": "27:12", "round": 3, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4427, "name": "New York Jets", "short": "New York Jets", "code": "NYJ", "slug": "new-york-jets", "gender": "M", "teamColors": {"primary": "#0c371d", "secondary": "#fefefe"}}, "awayTeam": {"id": 4416, "name": "Cincinnati Bengals", "short": "Cincinnati Bengals", "code": "CIN", "slug": "cincinnati-bengals", "gender": "M", "teamColors": {"primary": "#f36a26", "secondary": "#060606"}}, "homeScore": {"current": 12, "display": 12, "period1": 6, "period2": 3, "period3": 3, "period4": 0, "normaltime": 12}, "awayScore": {"current": 27, "display": 27, "period1": 14, "period2": 6, "period3": 7, "period4": 0, "normaltime": 27}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309049, "startTimestamp": 1664125200, "slug": "tennessee-titans-las-vegas-raiders", "scoreHomeAwaySlug": "24:22", "scoreAwayHomeSlug": "22:24", "round": 3, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4431, "name": "Tennessee Titans", "short": "Tennessee Titans", "code": "TEN", "slug": "tennessee-titans", "gender": "M", "teamColors": {"primary": "#012c63", "secondary": "#79243e"}}, "awayTeam": {"id": 4390, "name": "Las Vegas Raiders", "short": "Las Vegas Raiders", "code": "LV", "slug": "las-vegas-raiders", "gender": "M", "teamColors": {"primary": "#909090", "secondary": "#040404"}}, "homeScore": {"current": 24, "display": 24, "period1": 7, "period2": 17, "period3": 0, "period4": 0, "normaltime": 24}, "awayScore": {"current": 22, "display": 22, "period1": 3, "period2": 7, "period3": 3, "period4": 9, "normaltime": 22}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309050, "startTimestamp": 1664125200, "slug": "washington-commanders-philadelphia-eagles", "scoreHomeAwaySlug": "8:24", "scoreAwayHomeSlug": "24:8", "round": 3, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4432, "name": "Washington Commanders", "short": "Washington Commanders", "code": "WAS", "slug": "washington-commanders", "gender": "M", "teamColors": {"primary": "#5a1414", "secondary": "#ffb612"}}, "awayTeam": {"id": 4428, "name": "Philadelphia Eagles", "short": "Philadelphia Eagles", "code": "PHI", "slug": "philadelphia-eagles", "gender": "M", "teamColors": {"primary": "#013d3d", "secondary": "#ffffff"}}, "homeScore": {"current": 8, "display": 8, "period1": 0, "period2": 0, "period3": 0, "period4": 8, "normaltime": 8}, "awayScore": {"current": 24, "display": 24, "period1": 0, "period2": 24, "period3": 0, "period4": 0, "normaltime": 24}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309051, "startTimestamp": 1664136300, "slug": "los-angeles-chargers-jacksonville-jaguars", "scoreHomeAwaySlug": "10:38", "scoreAwayHomeSlug": "38:10", "round": 3, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4429, "name": "Los Angeles Chargers", "short": "Los Angeles Chargers", "code": "LAC", "slug": "los-angeles-chargers", "gender": "M", "teamColors": {"primary": "#3289ce", "secondary": "#ffc20e"}}, "awayTeam": {"id": 4386, "name": "Jacksonville Jaguars", "short": "Jacksonville Jaguars", "code": "JAX", "slug": "jacksonville-jaguars", "gender": "M", "teamColors": {"primary": "#01839b", "secondary": "#2b2d22"}}, "homeScore": {"current": 10, "display": 10, "period1": 0, "period2": 7, "period3": 3, "period4": 0, "normaltime": 10}, "awayScore": {"current": 38, "display": 38, "period1": 0, "period2": 16, "period3": 15, "period4": 7, "normaltime": 38}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309052, "startTimestamp": 1664137500, "slug": "arizona-cardinals-los-angeles-rams", "scoreHomeAwaySlug": "12:20", "scoreAwayHomeSlug": "20:12", "round": 3, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4412, "name": "Arizona Cardinals", "short": "Arizona Cardinals", "code": "ARI", "slug": "arizona-cardinals", "gender": "M", "teamColors": {"primary": "#97233f", "secondary": "#000000"}}, "awayTeam": {"id": 4387, "name": "Los Angeles Rams", "short": "Los Angeles Rams", "code": "LA", "slug": "los-angeles-rams", "gender": "M", "teamColors": {"primary": "#012c61", "secondary": "#474f57"}}, "homeScore": {"current": 12, "display": 12, "period1": 0, "period2": 6, "period3": 3, "period4": 3, "normaltime": 12}, "awayScore": {"current": 20, "display": 20, "period1": 10, "period2": 3, "period3": 7, "period4": 0, "normaltime": 20}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309053, "startTimestamp": 1664137500, "slug": "seattle-seahawks-atlanta-falcons", "scoreHomeAwaySlug": "23:27", "scoreAwayHomeSlug": "27:23", "round": 3, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4430, "name": "Seattle Seahawks", "short": "Seattle Seahawks", "code": "SEA", "slug": "seattle-seahawks", "gender": "M", "teamColors": {"primary": "#69be28", "secondary": "#002244"}}, "awayTeam": {"id": 4393, "name": "Atlanta Falcons", "short": "Atlanta Falcons", "code": "ATL", "slug": "atlanta-falcons", "gender": "M", "teamColors": {"primary": "#e41937", "secondary": "#ffffff"}}, "homeScore": {"current": 23, "display": 23, "period1": 10, "period2": 10, "period3": 3, "period4": 0, "normaltime": 23}, "awayScore": {"current": 27, "display": 27, "period1": 10, "period2": 7, "period3": 10, "period4": 0, "normaltime": 27}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309054, "startTimestamp": 1664137500, "slug": "green-bay-packers-tampa-bay-buccaneers", "scoreHomeAwaySlug": "12:14", "scoreAwayHomeSlug": "14:12", "round": 3, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4388, "name": "Tampa Bay Buccaneers", "short": "Tampa Bay Buccaneers", "code": "TB", "slug": "tampa-bay-buccaneers", "gender": "M", "teamColors": {"primary": "#d50a0a", "secondary": "#34302b"}}, "awayTeam": {"id": 4420, "name": "Green Bay Packers", "short": "Green Bay Packers", "code": "GB", "slug": "green-bay-packers", "gender": "M", "teamColors": {"primary": "#203731", "secondary": "#ffb612"}}, "homeScore": {"current": 12, "display": 12, "period1": 3, "period2": 0, "period3": 3, "period4": 6, "normaltime": 12}, "awayScore": {"current": 14, "display": 14, "period1": 7, "period2": 7, "period3": 0, "period4": 0, "normaltime": 14}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309055, "startTimestamp": 1664151600, "slug": "denver-broncos-san-francisco-49ers", "scoreHomeAwaySlug": "11:10", "scoreAwayHomeSlug": "10:11", "round": 3, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4418, "name": "Denver Broncos", "short": "Denver Broncos", "code": "DEN", "slug": "denver-broncos", "gender": "M", "teamColors": {"primary": "#002859", "secondary": "#db6127"}}, "awayTeam": {"id": 4389, "name": "San Francisco 49ers", "short": "San Francisco 49ers", "code": "SF", "slug": "san-francisco-49ers", "gender": "M", "teamColors": {"primary": "#aa0000", "secondary": "#b3995d"}}, "homeScore": {"current": 11, "display": 11, "period1": 0, "period2": 3, "period3": 2, "period4": 6, "normaltime": 11}, "awayScore": {"current": 10, "display": 10, "period1": 7, "period2": 0, "period3": 0, "period4": 3, "normaltime": 10}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 10309056, "startTimestamp": 1664237700, "slug": "new-york-giants-dallas-cowboys", "scoreHomeAwaySlug": "16:23", "scoreAwayHomeSlug": "23:16", "round": 3, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4426, "name": "New York Giants", "short": "New York Giants", "code": "NYG", "slug": "new-york-giants", "gender": "M", "teamColors": {"primary": "#0b2265", "secondary": "#a71930"}}, "awayTeam": {"id": 4392, "name": "Dallas Cowboys", "short": "Dallas Cowboys", "code": "DAL", "slug": "dallas-cowboys", "gender": "M", "teamColors": {"primary": "#212a52", "secondary": "#c3c2c7"}}, "homeScore": {"current": 16, "display": 16, "period1": 0, "period2": 3, "period3": 10, "period4": 3, "normaltime": 16}, "awayScore": {"current": 23, "display": 23, "period1": 3, "period2": 3, "period3": 7, "period4": 10, "normaltime": 23}, "time": {"periodLength": 900, "overtimeLength": 600, "totalPeriodCount": 4}, "competition": {"id": 9464, "name": "NFL", "slug": "nfl", "sport": {"id": 63, "name": "American football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "startTimestamp": {"type": "integer"}, "slug": {"type": "string"}, "scoreHomeAwaySlug": {"type": "string"}, "scoreAwayHomeSlug": {"type": "string"}, "round": {"type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "winner": {"type": "integer"}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}}, "required": ["code", "title", "type"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}, "period2": {"type": "integer"}, "period3": {"type": "integer"}, "period4": {"type": "integer"}, "normaltime": {"type": "integer"}}, "required": ["current", "display", "normaltime", "period1", "period2", "period3", "period4"]}, "awayScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}, "period2": {"type": "integer"}, "period3": {"type": "integer"}, "period4": {"type": "integer"}, "normaltime": {"type": "integer"}}, "required": ["current", "display", "normaltime", "period1", "period2", "period3", "period4"]}, "time": {"type": "object", "properties": {"periodLength": {"type": "integer"}, "overtimeLength": {"type": "integer"}, "totalPeriodCount": {"type": "integer"}}, "required": ["overtimeLength", "periodLength", "totalPeriodCount"]}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "category": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}}, "required": ["category", "id", "name", "slug", "sport"]}}, "required": ["awayScore", "awayTeam", "competition", "hasEventPlayerStatistics", "homeScore", "homeTeam", "id", "round", "scoreAwayHomeSlug", "scoreHomeAwaySlug", "slug", "startTimestamp", "status", "time", "winner"]}} |
544584b1-9e13-4332-aa8f-c62c71fccd96/f30d085c-2327-4089-9bfd-42e91bf0e0fa/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get team details | You'll get all details to a specific team by its id. | 200 | Response | {"team": {"id": 17, "code": "MNC", "name": "Manchester City", "short": "Man City", "slug": "manchester-city", "sport": {"id": 1, "name": "Football", "slug": "football"}, "country": {"id": 1, "code": "EN", "name": "England", "slug": "england", "flag": "england"}, "competition": {"id": 1, "name": "Premier League", "slug": "premier-league", "sport": {"id": 1, "name": "Football", "slug": "football"}, "country": {"id": 1, "code": "EN", "name": "England", "slug": "england", "flag": "england"}}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"team": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}}, "required": ["country", "id", "name", "slug", "sport"]}}, "required": ["code", "competition", "country", "id", "name", "short", "slug", "sport"]}}, "required": ["team"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/bf8fde0f-4b1f-4531-9099-916d9a95af38/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Search competition | Search for any competition | 200 | Response | {"competition": [{"id": 132, "name": "NBA", "slug": "nba", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 15, "name": "USA", "slug": "usa"}}, {"id": 875, "name": "NBA All Star Game", "slug": "nba-all-star-game", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 15, "name": "USA", "slug": "usa"}}, {"id": 2329, "name": "NBA Preseason", "slug": "nba-preseason", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 15, "name": "USA", "slug": "usa"}}, {"id": 10415, "name": "NBA Summer League", "slug": "nba-summer-league", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 15, "name": "USA", "slug": "usa"}}, {"id": 11015, "name": "NBA Rising Stars Challenge", "slug": "nba-rising-stars-challenge", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 15, "name": "USA", "slug": "usa"}}, {"id": 1580, "name": "NBA Gatorade League", "slug": "nba-gatorade-league", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 15, "name": "USA", "slug": "usa"}}, {"id": 11270, "name": "NBA Africa Game", "slug": "nba-africa-game", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 103, "name": "International", "slug": "international"}}, {"id": 15069, "name": "Cyber NBA All Stars League", "slug": "cyber-nba-all-stars-league", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 1557, "name": "Electronic Leagues", "slug": "electronic-leagues"}}, {"id": 15008, "name": "NBA Cyber - Atlantic Division", "slug": "nba-cyber-atlantic-division", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 1557, "name": "Electronic Leagues", "slug": "electronic-leagues"}}, {"id": 15018, "name": "NBA Cyber - Northwest Division", "slug": "nba-cyber-northwest-division", "sport": {"id": 2, "name": "Basketball", "slug": "basketball"}, "country": {"id": 1557, "name": "Electronic Leagues", "slug": "electronic-leagues"}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"competition": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}}, "required": ["country", "id", "name", "slug", "sport"]}}}, "required": ["competition"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/0b0e99f0-5c7d-42ae-8037-6ffe6460cd32/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Search Team | Search for any team | 200 | Response | {"teams": [{"id": 3654, "code": "NYY", "name": "New York Yankees", "short": "Yankees", "slug": "new-york-yankees", "sport": {"id": 64, "name": "Baseball", "slug": "baseball"}, "country": {"id": 1374, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}, "competition": {"id": 41276, "name": "MLB, Regular Season", "slug": "mlb-regular-season", "sport": {"id": 64, "name": "Baseball", "slug": "baseball"}, "country": {"id": 1374, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"teams": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}}, "required": ["country", "id", "name", "slug", "sport"]}}, "required": ["code", "competition", "country", "id", "name", "short", "slug", "sport"]}}}, "required": ["teams"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/b61cacf9-80b0-4481-9547-f79284d6488b/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Search player | Search for any player | 200 | Response | {"players": [{"id": 750, "name": "Cristiano Ronaldo", "short": "C. Ronaldo", "slug": "cristiano-ronaldo", "position": "F", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 35, "code": "MUN", "name": "Manchester United", "short": "Man Utd", "slug": "manchester-united", "gender": "M", "teamColors": {"primary": "#ff0000", "secondary": "#373737"}}, "competition": {"id": 17, "name": "Premier League", "slug": "premier-league", "category": {"id": 1, "code": "EN", "name": "England", "slug": "england", "flag": "england"}}}, {"id": 858737, "name": "Ronaldo Damus", "short": "R. Damus", "slug": "ronaldo-damus", "position": "F", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 217781, "code": "ORC", "name": "Orange County SC", "short": "Orange County SC", "slug": "orange-county-sc", "gender": "M", "teamColors": {"primary": "#000000", "secondary": "#000000"}}, "competition": {"id": 13363, "name": "USL, Championship", "slug": "usl-championship", "category": {"id": 26, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 1067233, "name": "Ronaldo Camar\u00e1", "short": "R. Camar\u00e1", "slug": "ronaldo-camara", "position": "M", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 74465, "code": "BEN", "name": "SL Benfica B", "short": "Benfica B", "slug": "sl-benfica-b", "gender": "M", "teamColors": {"primary": "#cc0000", "secondary": "#ffffff"}}, "competition": {"id": 239, "name": "Segunda Liga", "slug": "segunda-liga", "category": {"id": 44, "code": "PT", "name": "Portugal", "slug": "portugal", "flag": "portugal"}}}, {"id": 824152, "name": "Ronaldo", "short": "Ronaldo", "slug": "ronaldo", "position": "M", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 3133, "code": "SSP", "name": "Shimizu S-Pulse", "short": "Shimizu S-Pulse", "slug": "shimizu-s-pulse", "gender": "M", "teamColors": {"primary": "#ff9900", "secondary": "#0000ff"}}, "competition": {"id": 196, "name": "J.League", "slug": "jleague", "category": {"id": 52, "code": "JP", "name": "Japan", "slug": "japan", "flag": "japan"}}}, {"id": 839818, "name": "Ronaldo Vieira", "short": "R. Vieira", "slug": "ronaldo-vieira", "position": "M", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 2711, "code": "SAM", "name": "Sampdoria", "short": "Sampdoria", "slug": "sampdoria", "gender": "M", "teamColors": {"primary": "#0000ff", "secondary": "#ffffff"}}, "competition": {"id": 23, "name": "Serie A", "slug": "serie-a", "category": {"id": 31, "code": "IT", "name": "Italy", "slug": "italy", "flag": "italy"}}}, {"id": 589996, "name": "Ronaldo Pe\u00f1a", "short": "R. Pe\u00f1a", "slug": "ronaldo-pena", "position": "F", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 249952, "code": "UFC", "name": "UCV FC", "short": "UCV FC", "slug": "ucv-fc", "gender": "M", "teamColors": {"primary": "#52b030", "secondary": "#52b030"}}, "competition": {"id": 231, "name": "Primera Division, Grupo Oriental", "slug": "primera-division-grupo-oriental", "category": {"id": 281, "code": "VE", "name": "Venezuela", "slug": "venezuela", "flag": "venezuela"}}}, {"id": 805472, "name": "Ronaldo Lucena", "short": "R. Lucena", "slug": "ronaldo-lucena", "position": "M", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 36437, "code": "DLG", "name": "Deportivo La Guaira", "short": "La Guaira", "slug": "deportivo-la-guaira", "gender": "M", "teamColors": {"primary": "#ff6521", "secondary": "#056ff6"}}, "competition": {"id": 231, "name": "Primera Division, Grupo Central", "slug": "primera-division-grupo-central", "category": {"id": 281, "code": "VE", "name": "Venezuela", "slug": "venezuela", "flag": "venezuela"}}}, {"id": 840106, "name": "Ronaldo", "short": "Ronaldo", "slug": "ronaldo", "position": "G", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 1962, "code": "VIT", "name": "Vit\u00f3ria", "short": "Vit\u00f3ria", "slug": "vitoria", "gender": "M", "teamColors": {"primary": "#ff0000", "secondary": "#000000"}}, "competition": {"id": 390, "name": "Brasileiro Serie B", "slug": "brasileiro-serie-b", "category": {"id": 13, "code": "BR", "name": "Brazil", "slug": "brazil", "flag": "brazil"}}}, {"id": 759292, "name": "Ronaldo Cisneros", "short": "R. Cisneros", "slug": "ronaldo-cisneros", "position": "F", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 1938, "code": "GUA", "name": "CD Guadalajara", "short": "Guadalajara", "slug": "cd-guadalajara", "gender": "M", "teamColors": {"primary": "#bb0000", "secondary": "#ffffff"}}, "competition": {"id": 11620, "name": "Liga MX, Clausura", "slug": "liga-mx-clausura", "category": {"id": 12, "code": "MX", "name": "Mexico", "slug": "mexico", "flag": "mexico"}}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"players": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "position": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "category": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}}, "required": ["category", "id", "name", "slug"]}}, "required": ["competition", "id", "name", "position", "short", "slug", "sport", "team"]}}}, "required": ["players"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/668a05a8-978c-4f99-a7c1-7a3858b6908e/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Search manager | Search for any manager | 200 | Response | {"managers": [{"id": 52829, "name": "J\u00fcrgen Klopp", "short": "J. Klopp", "slug": "jurgen-klopp", "sport": {"id": 1, "name": "Football", "slug": "football"}, "team": {"id": 44, "code": "LIV", "name": "Liverpool", "short": "Liverpool", "slug": "liverpool", "gender": "M", "teamColors": {"primary": "#cc0000", "secondary": "#ffffff"}}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"managers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}}, "required": ["id", "name", "short", "slug", "sport", "team"]}}}, "required": ["managers"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/ee4d8f9d-a912-4fd2-80a9-37443c973829/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get players last ratings | Get the last game ratings of a player. | 200 | Response | {"lastRatings": [{"eventId": 9594633, "isHome": false, "rating": 8, "startDateTimestamp": 1633258800, "opponent": {"id": 1658, "code": "REN", "name": "Stade Rennais", "short": "Rennes", "slug": "stade-rennais", "teamColors": {"primary": "#ff0000", "secondary": "#000000"}}}, {"eventId": 9594607, "isHome": true, "rating": 7.5, "startDateTimestamp": 1632077100, "opponent": {"id": 1649, "code": "OLY", "name": "Olympique Lyonnais", "short": "Lyon", "slug": "olympique-lyonnais", "teamColors": {"primary": "#ffffff", "secondary": "#004080"}}}, {"eventId": 9595242, "isHome": false, "rating": 6.7, "startDateTimestamp": 1630262700, "opponent": {"id": 1682, "code": "REI", "name": "Stade de Reims", "short": "Reims", "slug": "stade-de-reims", "teamColors": {"primary": "#ffffff", "secondary": "#ff0000"}}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"lastRatings": {"type": "array", "items": {"type": "object", "properties": {"eventId": {"type": "integer"}, "isHome": {"type": "boolean"}, "rating": {"type": "number"}, "startDateTimestamp": {"type": "integer"}, "opponent": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "id", "name", "short", "slug", "teamColors"]}}, "required": ["eventId", "isHome", "opponent", "rating", "startDateTimestamp"]}}}, "required": ["lastRatings"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/797dacd7-7752-4369-865f-fdbea735b1a2/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get player attributes | Isn't it interesting how a player performs? | 200 | Response | {"averageAttributeOverviews": [{"attacking": 66, "technical": 53, "tactical": 46, "defending": 30, "creativity": 51, "position": "F", "yearShift": 0, "id": 19812}], "playerAttributeOverviews": [{"attacking": 99, "technical": 99, "tactical": 76, "defending": 24, "creativity": 93, "position": "F", "yearShift": 0, "id": 1045}, {"attacking": 99, "technical": 99, "tactical": 88, "defending": 29, "creativity": 99, "position": "F", "yearShift": 1, "id": 1046}, {"attacking": 99, "technical": 99, "tactical": 89, "defending": 29, "creativity": 99, "position": "F", "yearShift": 2, "id": 1047}, {"attacking": 99, "technical": 99, "tactical": 86, "defending": 24, "creativity": 96, "position": "F", "yearShift": 3, "id": 1048}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"averageAttributeOverviews": {"type": "array", "items": {"type": "object", "properties": {"attacking": {"type": "integer"}, "technical": {"type": "integer"}, "tactical": {"type": "integer"}, "defending": {"type": "integer"}, "creativity": {"type": "integer"}, "position": {"type": "string"}, "yearShift": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["attacking", "creativity", "defending", "id", "position", "tactical", "technical", "yearShift"]}}, "playerAttributeOverviews": {"type": "array", "items": {"type": "object", "properties": {"attacking": {"type": "integer"}, "technical": {"type": "integer"}, "tactical": {"type": "integer"}, "defending": {"type": "integer"}, "creativity": {"type": "integer"}, "position": {"type": "string"}, "yearShift": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["attacking", "creativity", "defending", "id", "position", "tactical", "technical", "yearShift"]}}}, "required": ["averageAttributeOverviews", "playerAttributeOverviews"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/be88369d-8d38-49a1-852e-11a0c3087bce/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get player details | Get more information about a playerId | 200 | Response | {"id": 12994, "name": "Lionel Messi", "firstName": "", "lastName": "", "short": "L. Messi", "slug": "lionel-messi", "position": "F", "dateOfBirthTimestamp": 551491200, "jerseyNumber": 30, "nationality": {"country": "Argentina", "countryCode": "AR"}, "team": {"id": 1644, "code": "PSG", "name": "Paris Saint-Germain", "slug": "paris-saint-germain", "competition": {"id": 4, "name": "Ligue 1", "slug": "ligue-1", "sport": {"id": 1, "name": "Football", "slug": "football"}, "country": {"code": "FR", "name": "France", "slug": "france"}}, "teamColors": {"primary": "#000066", "secondary": "#ff1541"}}, "marketValue": {"value": 87000000, "currency": "EUR"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "position": {"type": "string"}, "dateOfBirthTimestamp": {"type": "integer"}, "jerseyNumber": {"type": "integer"}, "nationality": {"type": "object", "properties": {"country": {"type": "string"}, "countryCode": {"type": "string"}}, "required": ["country", "countryCode"]}, "team": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["code", "name", "slug"]}}, "required": ["country", "id", "name", "slug", "sport"]}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "competition", "id", "name", "slug", "teamColors"]}, "marketValue": {"type": "object", "properties": {"value": {"type": "integer"}, "currency": {"type": "string"}}, "required": ["currency", "value"]}}, "required": ["dateOfBirthTimestamp", "firstName", "id", "jerseyNumber", "lastName", "marketValue", "name", "nationality", "position", "short", "slug", "team"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/329cfdf6-8319-438d-bf43-73005c9144c5/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get next games | This will return the next games. Please keep in mind that -1 means that no score or winner has been there because the game didn't started. | 200 | Response | {"events": [{"id": 9831398, "startTimestamp": 1634684400, "slug": "tampa-bay-lightning-florida-panthers", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3694, "name": "Tampa Bay Lightning", "short": "Tampa Bay", "code": "TBL", "slug": "tampa-bay-lightning", "gender": "M", "teamColors": {"primary": "#00205b", "secondary": "#ffffff"}}, "awayTeam": {"id": 3687, "name": "Florida Panthers", "short": "Florida", "code": "FLA", "slug": "florida-panthers", "gender": "M", "teamColors": {"primary": "#c8102e", "secondary": "#041e42"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831835, "startTimestamp": 1634684400, "slug": "washington-capitals-colorado-avalanche", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3691, "name": "Washington Capitals", "short": "Washington", "code": "WSH", "slug": "washington-capitals", "gender": "M", "teamColors": {"primary": "#d42329", "secondary": "#041e41"}}, "awayTeam": {"id": 3682, "name": "Colorado Avalanche", "short": "Colorado", "code": "COL", "slug": "colorado-avalanche", "gender": "M", "teamColors": {"primary": "#6f263d", "secondary": "#236192"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831832, "startTimestamp": 1634684400, "slug": "san-jose-sharks-montreal-canadiens", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3690, "name": "Montr\u00e9al Canadiens", "short": "Montr\u00e9al", "code": "MTL", "slug": "montreal-canadiens", "gender": "M", "teamColors": {"primary": "#af1e2d", "secondary": "#192168"}}, "awayTeam": {"id": 3696, "name": "San Jose Sharks", "short": "San Jose", "code": "SJS", "slug": "san-jose-sharks", "gender": "M", "teamColors": {"primary": "#006d75", "secondary": "#ea7200"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831834, "startTimestamp": 1634684400, "slug": "pittsburgh-penguins-dallas-stars", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3697, "name": "Pittsburgh Penguins", "short": "Pittsburgh", "code": "PIT", "slug": "pittsburgh-penguins", "gender": "M", "teamColors": {"primary": "#000000", "secondary": "#fcb514"}}, "awayTeam": {"id": 3684, "name": "Dallas Stars", "short": "Dallas", "code": "DAL", "slug": "dallas-stars", "gender": "M", "teamColors": {"primary": "#006847", "secondary": "#111111"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9667991, "startTimestamp": 1634684400, "slug": "vancouver-canucks-buffalo-sabres", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3678, "name": "Buffalo Sabres", "short": "Buffalo", "code": "BUF", "slug": "buffalo-sabres", "gender": "M", "teamColors": {"primary": "#002654", "secondary": "#fcb514"}}, "awayTeam": {"id": 3692, "name": "Vancouver Canucks", "short": "Vancouver", "code": "VAN", "slug": "vancouver-canucks", "gender": "M", "teamColors": {"primary": "#001f5b", "secondary": "#008852"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831833, "startTimestamp": 1634684400, "slug": "seattle-kraken-new-jersey-devils", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3704, "name": "New Jersey Devils", "short": "New Jersey", "code": "NJD", "slug": "new-jersey-devils", "gender": "M", "teamColors": {"primary": "#ce1126", "secondary": "#000000"}}, "awayTeam": {"id": 381707, "name": "Seattle Kraken", "short": "Seattle Kraken", "code": "SKR", "slug": "seattle-kraken", "gender": "M", "teamColors": {"primary": "#52b030", "secondary": "#52b030"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831397, "startTimestamp": 1634686200, "slug": "detroit-red-wings-columbus-blue-jackets", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3685, "name": "Detroit Red Wings", "short": "Detroit", "code": "DRW", "slug": "detroit-red-wings", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#ce1126"}}, "awayTeam": {"id": 3683, "name": "Columbus Blue Jackets", "short": "Columbus", "code": "CBJ", "slug": "columbus-blue-jackets", "gender": "M", "teamColors": {"primary": "#ce1126", "secondary": "#002654"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9667984, "startTimestamp": 1634688000, "slug": "new-york-islanders-chicago-blackhawks", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3681, "name": "Chicago Blackhawks", "short": "Chicago", "code": "CHI", "slug": "chicago-blackhawks", "gender": "M", "teamColors": {"primary": "#cf0a2c", "secondary": "#ffffff"}}, "awayTeam": {"id": 3703, "name": "New York Islanders", "short": "NY Islanders", "code": "NYI", "slug": "new-york-islanders", "gender": "M", "teamColors": {"primary": "#00539b", "secondary": "#f47d30"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9830100, "startTimestamp": 1634688000, "slug": "nashville-predators-los-angeles-kings", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3705, "name": "Nashville Predators", "short": "Nashville", "code": "NSH", "slug": "nashville-predators", "gender": "M", "teamColors": {"primary": "#ffb81c", "secondary": "#041e42"}}, "awayTeam": {"id": 3688, "name": "Los Angeles Kings", "short": "LA Kings", "code": "LAK", "slug": "los-angeles-kings", "gender": "M", "teamColors": {"primary": "#acaea9", "secondary": "#111111"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9667980, "startTimestamp": 1634688000, "slug": "minnesota-wild-winnipeg-jets", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3689, "name": "Minnesota Wild", "short": "Minnesota", "code": "MIN", "slug": "minnesota-wild", "gender": "M", "teamColors": {"primary": "#024930", "secondary": "#af1e24"}}, "awayTeam": {"id": 3676, "name": "Winnipeg Jets", "short": "Winnipeg", "code": "WPG", "slug": "winnipeg-jets", "gender": "M", "teamColors": {"primary": "#041e41", "secondary": "#8e9090"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9830099, "startTimestamp": 1634691600, "slug": "edmonton-oilers-anaheim-ducks", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3686, "name": "Edmonton Oilers", "short": "Edmonton", "code": "EDM", "slug": "edmonton-oilers", "gender": "M", "teamColors": {"primary": "#ff4c00", "secondary": "#041e41"}}, "awayTeam": {"id": 3675, "name": "Anaheim Ducks", "short": "Anaheim", "code": "ANA", "slug": "anaheim-ducks", "gender": "M", "teamColors": {"primary": "#111111", "secondary": "#b5985a"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831399, "startTimestamp": 1634772600, "slug": "philadelphia-flyers-boston-bruins", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3699, "name": "Philadelphia Flyers", "short": "Philadelphia", "code": "PHI", "slug": "philadelphia-flyers", "gender": "M", "teamColors": {"primary": "#f74902", "secondary": "#000000"}}, "awayTeam": {"id": 3677, "name": "Boston Bruins", "short": "Boston", "code": "BOS", "slug": "boston-bruins", "gender": "M", "teamColors": {"primary": "#111111", "secondary": "#fcb514"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9830101, "startTimestamp": 1634781600, "slug": "st-louis-blues-vegas-golden-knights", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 257523, "name": "Vegas Golden Knights", "short": "Vegas", "code": "VGK", "slug": "vegas-golden-knights", "gender": "M", "teamColors": {"primary": "#333f42", "secondary": "#b4975a"}}, "awayTeam": {"id": 3695, "name": "St. Louis Blues", "short": "St. Louis", "code": "STL", "slug": "st-louis-blues", "gender": "M", "teamColors": {"primary": "#002f87", "secondary": "#fcb514"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831400, "startTimestamp": 1634857200, "slug": "montreal-canadiens-carolina-hurricanes", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3690, "name": "Montr\u00e9al Canadiens", "short": "Montr\u00e9al", "code": "MTL", "slug": "montreal-canadiens", "gender": "M", "teamColors": {"primary": "#af1e2d", "secondary": "#192168"}}, "awayTeam": {"id": 3680, "name": "Carolina Hurricanes", "short": "Carolina", "code": "CAR", "slug": "carolina-hurricanes", "gender": "M", "teamColors": {"primary": "#cc0000", "secondary": "#ffffff"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831401, "startTimestamp": 1634857200, "slug": "new-jersey-devils-washington-capitals", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3704, "name": "New Jersey Devils", "short": "New Jersey", "code": "NJD", "slug": "new-jersey-devils", "gender": "M", "teamColors": {"primary": "#ce1126", "secondary": "#000000"}}, "awayTeam": {"id": 3691, "name": "Washington Capitals", "short": "Washington", "code": "WSH", "slug": "washington-capitals", "gender": "M", "teamColors": {"primary": "#d42329", "secondary": "#041e41"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831837, "startTimestamp": 1634857200, "slug": "florida-panthers-colorado-avalanche", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3687, "name": "Florida Panthers", "short": "Florida", "code": "FLA", "slug": "florida-panthers", "gender": "M", "teamColors": {"primary": "#c8102e", "secondary": "#041e42"}}, "awayTeam": {"id": 3682, "name": "Colorado Avalanche", "short": "Colorado", "code": "COL", "slug": "colorado-avalanche", "gender": "M", "teamColors": {"primary": "#6f263d", "secondary": "#236192"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831402, "startTimestamp": 1634857200, "slug": "new-york-islanders-columbus-blue-jackets", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3683, "name": "Columbus Blue Jackets", "short": "Columbus", "code": "CBJ", "slug": "columbus-blue-jackets", "gender": "M", "teamColors": {"primary": "#ce1126", "secondary": "#002654"}}, "awayTeam": {"id": 3703, "name": "New York Islanders", "short": "NY Islanders", "code": "NYI", "slug": "new-york-islanders", "gender": "M", "teamColors": {"primary": "#00539b", "secondary": "#f47d30"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9668011, "startTimestamp": 1634857200, "slug": "ottawa-senators-san-jose-sharks", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3700, "name": "Ottawa Senators", "short": "Ottawa", "code": "OTT", "slug": "ottawa-senators", "gender": "M", "teamColors": {"primary": "#ce1126", "secondary": "#000000"}}, "awayTeam": {"id": 3696, "name": "San Jose Sharks", "short": "San Jose", "code": "SJS", "slug": "san-jose-sharks", "gender": "M", "teamColors": {"primary": "#006d75", "secondary": "#ea7200"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9668017, "startTimestamp": 1634859000, "slug": "detroit-red-wings-calgary-flames", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3685, "name": "Detroit Red Wings", "short": "Detroit", "code": "DRW", "slug": "detroit-red-wings", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#ce1126"}}, "awayTeam": {"id": 3679, "name": "Calgary Flames", "short": "Calgary", "code": "CGY", "slug": "calgary-flames", "gender": "M", "teamColors": {"primary": "#ce1126", "secondary": "#f3bc52"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831836, "startTimestamp": 1634860800, "slug": "nashville-predators-new-york-rangers", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3705, "name": "Nashville Predators", "short": "Nashville", "code": "NSH", "slug": "nashville-predators", "gender": "M", "teamColors": {"primary": "#ffb81c", "secondary": "#041e42"}}, "awayTeam": {"id": 3701, "name": "New York Rangers", "short": "NY Rangers", "code": "NYR", "slug": "new-york-rangers", "gender": "M", "teamColors": {"primary": "#0069aa", "secondary": "#d31245"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9667997, "startTimestamp": 1634860800, "slug": "winnipeg-jets-anaheim-ducks", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3676, "name": "Winnipeg Jets", "short": "Winnipeg", "code": "WPG", "slug": "winnipeg-jets", "gender": "M", "teamColors": {"primary": "#041e41", "secondary": "#8e9090"}}, "awayTeam": {"id": 3675, "name": "Anaheim Ducks", "short": "Anaheim", "code": "ANA", "slug": "anaheim-ducks", "gender": "M", "teamColors": {"primary": "#111111", "secondary": "#b5985a"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9667967, "startTimestamp": 1634862600, "slug": "vancouver-canucks-chicago-blackhawks", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3681, "name": "Chicago Blackhawks", "short": "Chicago", "code": "CHI", "slug": "chicago-blackhawks", "gender": "M", "teamColors": {"primary": "#cf0a2c", "secondary": "#ffffff"}}, "awayTeam": {"id": 3692, "name": "Vancouver Canucks", "short": "Vancouver", "code": "VAN", "slug": "vancouver-canucks", "gender": "M", "teamColors": {"primary": "#001f5b", "secondary": "#008852"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9667982, "startTimestamp": 1634868000, "slug": "arizona-coyotes-edmonton-oilers", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3698, "name": "Arizona Coyotes", "short": "Arizona", "code": "ARI", "slug": "arizona-coyotes", "gender": "M", "teamColors": {"primary": "#8c2633", "secondary": "#e2d6b5"}}, "awayTeam": {"id": 3686, "name": "Edmonton Oilers", "short": "Edmonton", "code": "EDM", "slug": "edmonton-oilers", "gender": "M", "teamColors": {"primary": "#ff4c00", "secondary": "#041e41"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831838, "startTimestamp": 1634940000, "slug": "san-jose-sharks-toronto-maple-leafs", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3693, "name": "Toronto Maple Leafs", "short": "Toronto", "code": "TOR", "slug": "toronto-maple-leafs", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#002868"}}, "awayTeam": {"id": 3696, "name": "San Jose Sharks", "short": "San Jose", "code": "SJS", "slug": "san-jose-sharks", "gender": "M", "teamColors": {"primary": "#006d75", "secondary": "#ea7200"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9668049, "startTimestamp": 1634943600, "slug": "buffalo-sabres-boston-bruins", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3678, "name": "Buffalo Sabres", "short": "Buffalo", "code": "BUF", "slug": "buffalo-sabres", "gender": "M", "teamColors": {"primary": "#002654", "secondary": "#fcb514"}}, "awayTeam": {"id": 3677, "name": "Boston Bruins", "short": "Boston", "code": "BOS", "slug": "boston-bruins", "gender": "M", "teamColors": {"primary": "#111111", "secondary": "#fcb514"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9667989, "startTimestamp": 1634949000, "slug": "los-angeles-kings-dallas-stars", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3684, "name": "Dallas Stars", "short": "Dallas", "code": "DAL", "slug": "dallas-stars", "gender": "M", "teamColors": {"primary": "#006847", "secondary": "#111111"}}, "awayTeam": {"id": 3688, "name": "Los Angeles Kings", "short": "LA Kings", "code": "LAK", "slug": "los-angeles-kings", "gender": "M", "teamColors": {"primary": "#acaea9", "secondary": "#111111"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9668024, "startTimestamp": 1634954400, "slug": "edmonton-oilers-vegas-golden-knights", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 257523, "name": "Vegas Golden Knights", "short": "Vegas", "code": "VGK", "slug": "vegas-golden-knights", "gender": "M", "teamColors": {"primary": "#333f42", "secondary": "#b4975a"}}, "awayTeam": {"id": 3686, "name": "Edmonton Oilers", "short": "Edmonton", "code": "EDM", "slug": "edmonton-oilers", "gender": "M", "teamColors": {"primary": "#ff4c00", "secondary": "#041e41"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9667995, "startTimestamp": 1635008400, "slug": "washington-capitals-calgary-flames", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3691, "name": "Washington Capitals", "short": "Washington", "code": "WSH", "slug": "washington-capitals", "gender": "M", "teamColors": {"primary": "#d42329", "secondary": "#041e41"}}, "awayTeam": {"id": 3679, "name": "Calgary Flames", "short": "Calgary", "code": "CGY", "slug": "calgary-flames", "gender": "M", "teamColors": {"primary": "#ce1126", "secondary": "#f3bc52"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9831404, "startTimestamp": 1635008400, "slug": "new-york-rangers-ottawa-senators", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3700, "name": "Ottawa Senators", "short": "Ottawa", "code": "OTT", "slug": "ottawa-senators", "gender": "M", "teamColors": {"primary": "#ce1126", "secondary": "#000000"}}, "awayTeam": {"id": 3701, "name": "New York Rangers", "short": "NY Rangers", "code": "NYR", "slug": "new-york-rangers", "gender": "M", "teamColors": {"primary": "#0069aa", "secondary": "#d31245"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9667990, "startTimestamp": 1635026400, "slug": "minnesota-wild-anaheim-ducks", "scoreHomeAwaySlug": "-1:-1", "scoreAwayHomeSlug": "-1:-1", "round": 1, "status": {"code": 0, "type": "notstarted", "title": "Not started"}, "homeTeam": {"id": 3689, "name": "Minnesota Wild", "short": "Minnesota", "code": "MIN", "slug": "minnesota-wild", "gender": "M", "teamColors": {"primary": "#024930", "secondary": "#af1e24"}}, "awayTeam": {"id": 3675, "name": "Anaheim Ducks", "short": "Anaheim", "code": "ANA", "slug": "anaheim-ducks", "gender": "M", "teamColors": {"primary": "#111111", "secondary": "#b5985a"}}, "homeScore": {}, "awayScore": {}, "time": {}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}], "hasNextPage": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "startTimestamp": {"type": "integer"}, "slug": {"type": "string"}, "scoreHomeAwaySlug": {"type": "string"}, "scoreAwayHomeSlug": {"type": "string"}, "round": {"type": "integer"}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}}, "required": ["code", "title", "type"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "homeScore": {"type": "object"}, "awayScore": {"type": "object"}, "time": {"type": "object"}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "category": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}}, "required": ["category", "id", "name", "slug", "sport"]}}, "required": ["awayScore", "awayTeam", "competition", "homeScore", "homeTeam", "id", "round", "scoreAwayHomeSlug", "scoreHomeAwaySlug", "slug", "startTimestamp", "status", "time"]}}, "hasNextPage": {"type": "boolean"}}, "required": ["events", "hasNextPage"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/1df0d098-da6f-4bfa-9913-0e4d033b714d/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get last games | With that call you'll receive the last games in a multipage request | 200 | Response | {"events": [{"id": 8648963, "startTimestamp": 1609204500, "slug": "new-england-patriots-buffalo-bills", "scoreHomeAwaySlug": "9:38", "scoreAwayHomeSlug": "38:9", "round": 16, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4424, "name": "New England Patriots", "short": "New England Patriots", "code": "NEP", "slug": "new-england-patriots", "gender": "M", "teamColors": {"primary": "#0d244d", "secondary": "#b1b8bd"}}, "awayTeam": {"id": 4414, "name": "Buffalo Bills", "short": "Buffalo Bills", "code": "BUF", "slug": "buffalo-bills", "gender": "M", "teamColors": {"primary": "#004684", "secondary": "#ffffff"}}, "homeScore": {"current": 9, "display": 9, "period1": 3, "period2": 6, "period3": 0, "period4": 0}, "awayScore": {"current": 38, "display": 38, "period1": 3, "period2": 21, "period3": 7, "period4": 7}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648976, "startTimestamp": 1609696800, "slug": "minnesota-vikings-detroit-lions", "scoreHomeAwaySlug": "35:37", "scoreAwayHomeSlug": "37:35", "round": 17, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4419, "name": "Detroit Lions", "short": "Detroit Lions", "code": "DET", "slug": "detroit-lions", "gender": "M", "teamColors": {"primary": "#0062ab", "secondary": "#bdbebe"}}, "awayTeam": {"id": 4423, "name": "Minnesota Vikings", "short": "Minnesota Vikings", "code": "MIN", "slug": "minnesota-vikings", "gender": "M", "teamColors": {"primary": "#3a0064", "secondary": "#ffc72b"}}, "homeScore": {"current": 35, "display": 35, "period1": 6, "period2": 10, "period3": 13, "period4": 6}, "awayScore": {"current": 37, "display": 37, "period1": 7, "period2": 14, "period3": 10, "period4": 6}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648970, "startTimestamp": 1609696800, "slug": "buffalo-bills-miami-dolphins", "scoreHomeAwaySlug": "56:26", "scoreAwayHomeSlug": "26:56", "round": 17, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4414, "name": "Buffalo Bills", "short": "Buffalo Bills", "code": "BUF", "slug": "buffalo-bills", "gender": "M", "teamColors": {"primary": "#004684", "secondary": "#ffffff"}}, "awayTeam": {"id": 4287, "name": "Miami Dolphins", "short": "Miami Dolphins", "code": "MIA", "slug": "miami-dolphins", "gender": "M", "teamColors": {"primary": "#008e97", "secondary": "#f79b4d"}}, "homeScore": {"current": 56, "display": 56, "period1": 0, "period2": 28, "period3": 7, "period4": 21}, "awayScore": {"current": 26, "display": 26, "period1": 3, "period2": 3, "period3": 7, "period4": 13}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648966, "startTimestamp": 1609696800, "slug": "cincinnati-bengals-baltimore-ravens", "scoreHomeAwaySlug": "3:38", "scoreAwayHomeSlug": "38:3", "round": 17, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4416, "name": "Cincinnati Bengals", "short": "Cincinnati Bengals", "code": "CIN", "slug": "cincinnati-bengals", "gender": "M", "teamColors": {"primary": "#f36a26", "secondary": "#060606"}}, "awayTeam": {"id": 4413, "name": "Baltimore Ravens", "short": "Baltimore Ravens", "code": "BAL", "slug": "baltimore-ravens", "gender": "M", "teamColors": {"primary": "#340e57", "secondary": "#ffffff"}}, "homeScore": {"current": 3, "display": 3, "period1": 0, "period2": 3, "period3": 0, "period4": 0}, "awayScore": {"current": 38, "display": 38, "period1": 10, "period2": 7, "period3": 21, "period4": 0}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648965, "startTimestamp": 1609696800, "slug": "atlanta-falcons-tampa-bay-buccaneers", "scoreHomeAwaySlug": "44:27", "scoreAwayHomeSlug": "27:44", "round": 17, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4388, "name": "Tampa Bay Buccaneers", "short": "Tampa Bay Buccaneers", "code": "TBB", "slug": "tampa-bay-buccaneers", "gender": "M", "teamColors": {"primary": "#d50a0a", "secondary": "#34302b"}}, "awayTeam": {"id": 4393, "name": "Atlanta Falcons", "short": "Atlanta Falcons", "code": "ATL", "slug": "atlanta-falcons", "gender": "M", "teamColors": {"primary": "#e41937", "secondary": "#ffffff"}}, "homeScore": {"current": 44, "display": 44, "period1": 10, "period2": 13, "period3": 0, "period4": 21}, "awayScore": {"current": 27, "display": 27, "period1": 3, "period2": 7, "period3": 10, "period4": 7}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648971, "startTimestamp": 1609696800, "slug": "cleveland-browns-pittsburgh-steelers", "scoreHomeAwaySlug": "24:22", "scoreAwayHomeSlug": "22:24", "round": 17, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4417, "name": "Cleveland Browns", "short": "Cleveland Browns", "code": "CLE", "slug": "cleveland-browns", "gender": "M", "teamColors": {"primary": "#38312c", "secondary": "#ff3900"}}, "awayTeam": {"id": 4345, "name": "Pittsburgh Steelers", "short": "Pittsburgh Steelers", "code": "PIT", "slug": "pittsburgh-steelers", "gender": "M", "teamColors": {"primary": "#ffd700", "secondary": "#191310"}}, "homeScore": {"current": 24, "display": 24, "period1": 7, "period2": 3, "period3": 7, "period4": 7}, "awayScore": {"current": 22, "display": 22, "period1": 0, "period2": 6, "period3": 3, "period4": 13}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648968, "startTimestamp": 1609696800, "slug": "new-york-giants-dallas-cowboys", "scoreHomeAwaySlug": "23:19", "scoreAwayHomeSlug": "19:23", "round": 17, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4426, "name": "New York Giants", "short": "New York Giants", "code": "NYG", "slug": "new-york-giants", "gender": "M", "teamColors": {"primary": "#0b2265", "secondary": "#a71930"}}, "awayTeam": {"id": 4392, "name": "Dallas Cowboys", "short": "Dallas Cowboys", "code": "DAL", "slug": "dallas-cowboys", "gender": "M", "teamColors": {"primary": "#212a52", "secondary": "#c3c2c7"}}, "homeScore": {"current": 23, "display": 23, "period1": 6, "period2": 14, "period3": 0, "period4": 3}, "awayScore": {"current": 19, "display": 19, "period1": 3, "period2": 6, "period3": 7, "period4": 3}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648964, "startTimestamp": 1609696800, "slug": "new-york-jets-new-england-patriots", "scoreHomeAwaySlug": "28:14", "scoreAwayHomeSlug": "14:28", "round": 17, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4424, "name": "New England Patriots", "short": "New England Patriots", "code": "NEP", "slug": "new-england-patriots", "gender": "M", "teamColors": {"primary": "#0d244d", "secondary": "#b1b8bd"}}, "awayTeam": {"id": 4427, "name": "New York Jets", "short": "New York Jets", "code": "NYJ", "slug": "new-york-jets", "gender": "M", "teamColors": {"primary": "#0c371d", "secondary": "#fefefe"}}, "homeScore": {"current": 28, "display": 28, "period1": 7, "period2": 0, "period3": 7, "period4": 14}, "awayScore": {"current": 14, "display": 14, "period1": 0, "period2": 7, "period3": 7, "period4": 0}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648967, "startTimestamp": 1609709100, "slug": "indianapolis-colts-jacksonville-jaguars", "scoreHomeAwaySlug": "28:14", "scoreAwayHomeSlug": "14:28", "round": 17, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4421, "name": "Indianapolis Colts", "short": "Indianapolis Colts", "code": "IND", "slug": "indianapolis-colts", "gender": "M", "teamColors": {"primary": "#143d75", "secondary": "#ffffff"}}, "awayTeam": {"id": 4386, "name": "Jacksonville Jaguars", "short": "Jacksonville Jaguars", "code": "JAX", "slug": "jacksonville-jaguars", "gender": "M", "teamColors": {"primary": "#01839b", "secondary": "#2b2d22"}}, "homeScore": {"current": 28, "display": 28, "period1": 10, "period2": 10, "period3": 0, "period4": 8}, "awayScore": {"current": 14, "display": 14, "period1": 0, "period2": 7, "period3": 7, "period4": 0}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648974, "startTimestamp": 1609709100, "slug": "tennessee-titans-houston-texans", "scoreHomeAwaySlug": "38:41", "scoreAwayHomeSlug": "41:38", "round": 17, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4324, "name": "Houston Texans", "short": "Houston Texans", "code": "HOU", "slug": "houston-texans", "gender": "M", "teamColors": {"primary": "#01123e", "secondary": "#b01c36"}}, "awayTeam": {"id": 4431, "name": "Tennessee Titans", "short": "Tennessee Titans", "code": "TEN", "slug": "tennessee-titans", "gender": "M", "teamColors": {"primary": "#012c63", "secondary": "#79243e"}}, "homeScore": {"current": 38, "display": 38, "period1": 3, "period2": 6, "period3": 19, "period4": 10}, "awayScore": {"current": 41, "display": 41, "period1": 3, "period2": 14, "period3": 14, "period4": 10}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648977, "startTimestamp": 1609709100, "slug": "arizona-cardinals-los-angeles-rams", "scoreHomeAwaySlug": "18:7", "scoreAwayHomeSlug": "7:18", "round": 17, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4387, "name": "Los Angeles Rams", "short": "Los Angeles Rams", "code": "LAR", "slug": "los-angeles-rams", "gender": "M", "teamColors": {"primary": "#012c61", "secondary": "#474f57"}}, "awayTeam": {"id": 4412, "name": "Arizona Cardinals", "short": "Arizona Cardinals", "code": "ARI", "slug": "arizona-cardinals", "gender": "M", "teamColors": {"primary": "#97233f", "secondary": "#000000"}}, "homeScore": {"current": 18, "display": 18, "period1": 0, "period2": 12, "period3": 3, "period4": 3}, "awayScore": {"current": 7, "display": 7, "period1": 7, "period2": 0, "period3": 0, "period4": 0}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648979, "startTimestamp": 1609709100, "slug": "denver-broncos-las-vegas-raiders", "scoreHomeAwaySlug": "31:32", "scoreAwayHomeSlug": "32:31", "round": 17, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4418, "name": "Denver Broncos", "short": "Denver Broncos", "code": "DEN", "slug": "denver-broncos", "gender": "M", "teamColors": {"primary": "#002859", "secondary": "#db6127"}}, "awayTeam": {"id": 4390, "name": "Las Vegas Raiders", "short": "Las Vegas Raiders", "code": "LVR", "slug": "las-vegas-raiders", "gender": "M", "teamColors": {"primary": "#909090", "secondary": "#040404"}}, "homeScore": {"current": 31, "display": 31, "period1": 10, "period2": 0, "period3": 6, "period4": 15}, "awayScore": {"current": 32, "display": 32, "period1": 3, "period2": 14, "period3": 0, "period4": 15}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648969, "startTimestamp": 1609709100, "slug": "new-orleans-saints-carolina-panthers", "scoreHomeAwaySlug": "7:33", "scoreAwayHomeSlug": "33:7", "round": 17, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4415, "name": "Carolina Panthers", "short": "Carolina Panthers", "code": "CAR", "slug": "carolina-panthers", "gender": "M", "teamColors": {"primary": "#3a84c5", "secondary": "#07141e"}}, "awayTeam": {"id": 4425, "name": "New Orleans Saints", "short": "New Orleans Saints", "code": "NOS", "slug": "new-orleans-saints", "gender": "M", "teamColors": {"primary": "#b28e42", "secondary": "#000000"}}, "homeScore": {"current": 7, "display": 7, "period1": 7, "period2": 0, "period3": 0, "period4": 0}, "awayScore": {"current": 33, "display": 33, "period1": 7, "period2": 9, "period3": 10, "period4": 7}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648972, "startTimestamp": 1609709100, "slug": "los-angeles-chargers-kansas-city-chiefs", "scoreHomeAwaySlug": "21:38", "scoreAwayHomeSlug": "38:21", "round": 17, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4422, "name": "Kansas City Chiefs", "short": "Kansas City Chiefs", "code": "KCC", "slug": "kansas-city-chiefs", "gender": "M", "teamColors": {"primary": "#aa0114", "secondary": "#ffffff"}}, "awayTeam": {"id": 4429, "name": "Los Angeles Chargers", "short": "Los Angeles Chargers", "code": "LAC", "slug": "los-angeles-chargers", "gender": "M", "teamColors": {"primary": "#3289ce", "secondary": "#ffc20e"}}, "homeScore": {"current": 21, "display": 21, "period1": 7, "period2": 7, "period3": 0, "period4": 7}, "awayScore": {"current": 38, "display": 38, "period1": 7, "period2": 17, "period3": 7, "period4": 7}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648975, "startTimestamp": 1609709100, "slug": "green-bay-packers-chicago-bears", "scoreHomeAwaySlug": "16:35", "scoreAwayHomeSlug": "35:16", "round": 17, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4391, "name": "Chicago Bears", "short": "Chicago Bears", "code": "CHI", "slug": "chicago-bears", "gender": "M", "teamColors": {"primary": "#0b162a", "secondary": "#c83803"}}, "awayTeam": {"id": 4420, "name": "Green Bay Packers", "short": "Green Bay Packers", "code": "GBP", "slug": "green-bay-packers", "gender": "M", "teamColors": {"primary": "#203731", "secondary": "#ffb612"}}, "homeScore": {"current": 16, "display": 16, "period1": 7, "period2": 6, "period3": 3, "period4": 0}, "awayScore": {"current": 35, "display": 35, "period1": 0, "period2": 21, "period3": 0, "period4": 14}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648978, "startTimestamp": 1609709100, "slug": "seattle-seahawks-san-francisco-49ers", "scoreHomeAwaySlug": "23:26", "scoreAwayHomeSlug": "26:23", "round": 17, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4389, "name": "San Francisco 49ers", "short": "San Francisco 49ers", "code": "SFR", "slug": "san-francisco-49ers", "gender": "M", "teamColors": {"primary": "#aa0000", "secondary": "#b3995d"}}, "awayTeam": {"id": 4430, "name": "Seattle Seahawks", "short": "Seattle Seahawks", "code": "SEA", "slug": "seattle-seahawks", "gender": "M", "teamColors": {"primary": "#69be28", "secondary": "#002244"}}, "homeScore": {"current": 23, "display": 23, "period1": 0, "period2": 3, "period3": 6, "period4": 14}, "awayScore": {"current": 26, "display": 26, "period1": 3, "period2": 3, "period3": 0, "period4": 20}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 8648973, "startTimestamp": 1609723200, "slug": "washington-football-team-philadelphia-eagles", "scoreHomeAwaySlug": "14:20", "scoreAwayHomeSlug": "20:14", "round": 17, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4428, "name": "Philadelphia Eagles", "short": "Philadelphia Eagles", "code": "PHI", "slug": "philadelphia-eagles", "gender": "M", "teamColors": {"primary": "#013d3d", "secondary": "#ffffff"}}, "awayTeam": {"id": 4432, "name": "Washington Football Team", "short": "Washington Football Team", "code": "WAS", "slug": "washington-football-team", "gender": "M", "teamColors": {"primary": "#5a1414", "secondary": "#ffb612"}}, "homeScore": {"current": 14, "display": 14, "period1": 0, "period2": 14, "period3": 0, "period4": 0}, "awayScore": {"current": 20, "display": 20, "period1": 10, "period2": 7, "period3": 0, "period4": 3}, "time": {}, "competition": {"id": 41244, "name": "NFL, Regular Season", "slug": "nfl-regular-season", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9264462, "startTimestamp": 1610215500, "slug": "indianapolis-colts-buffalo-bills", "scoreHomeAwaySlug": "27:24", "scoreAwayHomeSlug": "24:27", "round": 82, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4414, "name": "Buffalo Bills", "short": "Buffalo Bills", "code": "BUF", "slug": "buffalo-bills", "gender": "M", "teamColors": {"primary": "#004684", "secondary": "#ffffff"}}, "awayTeam": {"id": 4421, "name": "Indianapolis Colts", "short": "Indianapolis Colts", "code": "IND", "slug": "indianapolis-colts", "gender": "M", "teamColors": {"primary": "#143d75", "secondary": "#ffffff"}}, "homeScore": {"current": 27, "display": 27, "period1": 7, "period2": 7, "period3": 3, "period4": 10}, "awayScore": {"current": 24, "display": 24, "period1": 3, "period2": 7, "period3": 0, "period4": 14}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9264463, "startTimestamp": 1610228400, "slug": "seattle-seahawks-los-angeles-rams", "scoreHomeAwaySlug": "20:30", "scoreAwayHomeSlug": "30:20", "round": 82, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4430, "name": "Seattle Seahawks", "short": "Seattle Seahawks", "code": "SEA", "slug": "seattle-seahawks", "gender": "M", "teamColors": {"primary": "#69be28", "secondary": "#002244"}}, "awayTeam": {"id": 4387, "name": "Los Angeles Rams", "short": "Los Angeles Rams", "code": "LAR", "slug": "los-angeles-rams", "gender": "M", "teamColors": {"primary": "#012c61", "secondary": "#474f57"}}, "homeScore": {"current": 20, "display": 20, "period1": 0, "period2": 10, "period3": 3, "period4": 7}, "awayScore": {"current": 30, "display": 30, "period1": 3, "period2": 17, "period3": 0, "period4": 10}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9264464, "startTimestamp": 1610241300, "slug": "washington-football-team-tampa-bay-buccaneers", "scoreHomeAwaySlug": "23:31", "scoreAwayHomeSlug": "31:23", "round": 82, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4432, "name": "Washington Football Team", "short": "Washington Football Team", "code": "WAS", "slug": "washington-football-team", "gender": "M", "teamColors": {"primary": "#5a1414", "secondary": "#ffb612"}}, "awayTeam": {"id": 4388, "name": "Tampa Bay Buccaneers", "short": "Tampa Bay Buccaneers", "code": "TBB", "slug": "tampa-bay-buccaneers", "gender": "M", "teamColors": {"primary": "#d50a0a", "secondary": "#34302b"}}, "homeScore": {"current": 23, "display": 23, "period1": 0, "period2": 7, "period3": 9, "period4": 7}, "awayScore": {"current": 31, "display": 31, "period1": 9, "period2": 9, "period3": 0, "period4": 13}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9264465, "startTimestamp": 1610301900, "slug": "tennessee-titans-baltimore-ravens", "scoreHomeAwaySlug": "13:20", "scoreAwayHomeSlug": "20:13", "round": 82, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4431, "name": "Tennessee Titans", "short": "Tennessee Titans", "code": "TEN", "slug": "tennessee-titans", "gender": "M", "teamColors": {"primary": "#012c63", "secondary": "#79243e"}}, "awayTeam": {"id": 4413, "name": "Baltimore Ravens", "short": "Baltimore Ravens", "code": "BAL", "slug": "baltimore-ravens", "gender": "M", "teamColors": {"primary": "#340e57", "secondary": "#ffffff"}}, "homeScore": {"current": 13, "display": 13, "period1": 10, "period2": 0, "period3": 0, "period4": 3}, "awayScore": {"current": 20, "display": 20, "period1": 0, "period2": 10, "period3": 7, "period4": 3}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9264466, "startTimestamp": 1610314800, "slug": "new-orleans-saints-chicago-bears", "scoreHomeAwaySlug": "21:9", "scoreAwayHomeSlug": "9:21", "round": 82, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4425, "name": "New Orleans Saints", "short": "New Orleans Saints", "code": "NOS", "slug": "new-orleans-saints", "gender": "M", "teamColors": {"primary": "#b28e42", "secondary": "#000000"}}, "awayTeam": {"id": 4391, "name": "Chicago Bears", "short": "Chicago Bears", "code": "CHI", "slug": "chicago-bears", "gender": "M", "teamColors": {"primary": "#0b162a", "secondary": "#c83803"}}, "homeScore": {"current": 21, "display": 21, "period1": 7, "period2": 0, "period3": 7, "period4": 7}, "awayScore": {"current": 9, "display": 9, "period1": 0, "period2": 3, "period3": 0, "period4": 6}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9264467, "startTimestamp": 1610327700, "slug": "cleveland-browns-pittsburgh-steelers", "scoreHomeAwaySlug": "37:48", "scoreAwayHomeSlug": "48:37", "round": 82, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4345, "name": "Pittsburgh Steelers", "short": "Pittsburgh Steelers", "code": "PIT", "slug": "pittsburgh-steelers", "gender": "M", "teamColors": {"primary": "#ffd700", "secondary": "#191310"}}, "awayTeam": {"id": 4417, "name": "Cleveland Browns", "short": "Cleveland Browns", "code": "CLE", "slug": "cleveland-browns", "gender": "M", "teamColors": {"primary": "#38312c", "secondary": "#ff3900"}}, "homeScore": {"current": 37, "display": 37, "period1": 0, "period2": 10, "period3": 13, "period4": 14}, "awayScore": {"current": 48, "display": 48, "period1": 28, "period2": 7, "period3": 0, "period4": 13}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9276602, "startTimestamp": 1610832900, "slug": "green-bay-packers-los-angeles-rams", "scoreHomeAwaySlug": "32:18", "scoreAwayHomeSlug": "18:32", "round": 81, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4420, "name": "Green Bay Packers", "short": "Green Bay Packers", "code": "GBP", "slug": "green-bay-packers", "gender": "M", "teamColors": {"primary": "#203731", "secondary": "#ffb612"}}, "awayTeam": {"id": 4387, "name": "Los Angeles Rams", "short": "Los Angeles Rams", "code": "LAR", "slug": "los-angeles-rams", "gender": "M", "teamColors": {"primary": "#012c61", "secondary": "#474f57"}}, "homeScore": {"current": 32, "display": 32, "period1": 3, "period2": 16, "period3": 6, "period4": 7}, "awayScore": {"current": 18, "display": 18, "period1": 3, "period2": 7, "period3": 8, "period4": 0}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9276663, "startTimestamp": 1610846100, "slug": "buffalo-bills-baltimore-ravens", "scoreHomeAwaySlug": "17:3", "scoreAwayHomeSlug": "3:17", "round": 81, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4414, "name": "Buffalo Bills", "short": "Buffalo Bills", "code": "BUF", "slug": "buffalo-bills", "gender": "M", "teamColors": {"primary": "#004684", "secondary": "#ffffff"}}, "awayTeam": {"id": 4413, "name": "Baltimore Ravens", "short": "Baltimore Ravens", "code": "BAL", "slug": "baltimore-ravens", "gender": "M", "teamColors": {"primary": "#340e57", "secondary": "#ffffff"}}, "homeScore": {"current": 17, "display": 17, "period1": 3, "period2": 0, "period3": 14, "period4": 0}, "awayScore": {"current": 3, "display": 3, "period1": 0, "period2": 3, "period3": 0, "period4": 0}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9276664, "startTimestamp": 1610913900, "slug": "kansas-city-chiefs-cleveland-browns", "scoreHomeAwaySlug": "22:17", "scoreAwayHomeSlug": "17:22", "round": 81, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4422, "name": "Kansas City Chiefs", "short": "Kansas City Chiefs", "code": "KCC", "slug": "kansas-city-chiefs", "gender": "M", "teamColors": {"primary": "#aa0114", "secondary": "#ffffff"}}, "awayTeam": {"id": 4417, "name": "Cleveland Browns", "short": "Cleveland Browns", "code": "CLE", "slug": "cleveland-browns", "gender": "M", "teamColors": {"primary": "#38312c", "secondary": "#ff3900"}}, "homeScore": {"current": 22, "display": 22, "period1": 6, "period2": 13, "period3": 3, "period4": 0}, "awayScore": {"current": 17, "display": 17, "period1": 3, "period2": 0, "period3": 7, "period4": 7}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9276603, "startTimestamp": 1610926800, "slug": "new-orleans-saints-tampa-bay-buccaneers", "scoreHomeAwaySlug": "20:30", "scoreAwayHomeSlug": "30:20", "round": 81, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4425, "name": "New Orleans Saints", "short": "New Orleans Saints", "code": "NOS", "slug": "new-orleans-saints", "gender": "M", "teamColors": {"primary": "#b28e42", "secondary": "#000000"}}, "awayTeam": {"id": 4388, "name": "Tampa Bay Buccaneers", "short": "Tampa Bay Buccaneers", "code": "TBB", "slug": "tampa-bay-buccaneers", "gender": "M", "teamColors": {"primary": "#d50a0a", "secondary": "#34302b"}}, "homeScore": {"current": 20, "display": 20, "period1": 6, "period2": 7, "period3": 7, "period4": 0}, "awayScore": {"current": 30, "display": 30, "period1": 0, "period2": 13, "period3": 7, "period4": 10}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9290671, "startTimestamp": 1611518700, "slug": "green-bay-packers-tampa-bay-buccaneers", "scoreHomeAwaySlug": "26:31", "scoreAwayHomeSlug": "31:26", "round": 80, "hasEventPlayerStatistics": true, "winner": 2, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4420, "name": "Green Bay Packers", "short": "Green Bay Packers", "code": "GBP", "slug": "green-bay-packers", "gender": "M", "teamColors": {"primary": "#203731", "secondary": "#ffb612"}}, "awayTeam": {"id": 4388, "name": "Tampa Bay Buccaneers", "short": "Tampa Bay Buccaneers", "code": "TBB", "slug": "tampa-bay-buccaneers", "gender": "M", "teamColors": {"primary": "#d50a0a", "secondary": "#34302b"}}, "homeScore": {"current": 26, "display": 26, "period1": 0, "period2": 10, "period3": 13, "period4": 3}, "awayScore": {"current": 31, "display": 31, "period1": 7, "period2": 14, "period3": 7, "period4": 3}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9290672, "startTimestamp": 1611531600, "slug": "kansas-city-chiefs-buffalo-bills", "scoreHomeAwaySlug": "38:24", "scoreAwayHomeSlug": "24:38", "round": 80, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4422, "name": "Kansas City Chiefs", "short": "Kansas City Chiefs", "code": "KCC", "slug": "kansas-city-chiefs", "gender": "M", "teamColors": {"primary": "#aa0114", "secondary": "#ffffff"}}, "awayTeam": {"id": 4414, "name": "Buffalo Bills", "short": "Buffalo Bills", "code": "BUF", "slug": "buffalo-bills", "gender": "M", "teamColors": {"primary": "#004684", "secondary": "#ffffff"}}, "homeScore": {"current": 38, "display": 38, "period1": 0, "period2": 21, "period3": 10, "period4": 7}, "awayScore": {"current": 24, "display": 24, "period1": 9, "period2": 3, "period3": 3, "period4": 9}, "time": {}, "competition": {"id": 41273, "name": "NFL, Play Offs", "slug": "nfl-play-offs", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}, {"id": 9303992, "startTimestamp": 1612740600, "slug": "kansas-city-chiefs-tampa-bay-buccaneers", "scoreHomeAwaySlug": "31:9", "scoreAwayHomeSlug": "9:31", "round": 78, "hasEventPlayerStatistics": true, "winner": 1, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 4388, "name": "Tampa Bay Buccaneers", "short": "Tampa Bay Buccaneers", "code": "TBB", "slug": "tampa-bay-buccaneers", "gender": "M", "teamColors": {"primary": "#d50a0a", "secondary": "#34302b"}}, "awayTeam": {"id": 4422, "name": "Kansas City Chiefs", "short": "Kansas City Chiefs", "code": "KCC", "slug": "kansas-city-chiefs", "gender": "M", "teamColors": {"primary": "#aa0114", "secondary": "#ffffff"}}, "homeScore": {"current": 31, "display": 31, "period1": 7, "period2": 14, "period3": 10, "period4": 0}, "awayScore": {"current": 9, "display": 9, "period1": 3, "period2": 3, "period3": 3, "period4": 0}, "time": {}, "competition": {"id": 71615, "name": "NFL, Super Bowl", "slug": "nfl-super-bowl", "sport": {"id": 63, "name": "American Football", "slug": "american-football"}, "category": {"id": 1370, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}}], "hasNextPage": true} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "startTimestamp": {"type": "integer"}, "slug": {"type": "string"}, "scoreHomeAwaySlug": {"type": "string"}, "scoreAwayHomeSlug": {"type": "string"}, "round": {"type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "winner": {"type": "integer"}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}}, "required": ["code", "title", "type"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}, "period2": {"type": "integer"}, "period3": {"type": "integer"}, "period4": {"type": "integer"}}, "required": ["current", "display", "period1", "period2", "period3", "period4"]}, "awayScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}, "period2": {"type": "integer"}, "period3": {"type": "integer"}, "period4": {"type": "integer"}}, "required": ["current", "display", "period1", "period2", "period3", "period4"]}, "time": {"type": "object"}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "category": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}}, "required": ["category", "id", "name", "slug", "sport"]}}, "required": ["awayScore", "awayTeam", "competition", "hasEventPlayerStatistics", "homeScore", "homeTeam", "id", "round", "scoreAwayHomeSlug", "scoreHomeAwaySlug", "slug", "startTimestamp", "status", "time", "winner"]}}, "hasNextPage": {"type": "boolean"}}, "required": ["events", "hasNextPage"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/5ee751f1-8084-422a-9532-b125567c03bf/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get standings | Get competition standings by season | 200 | Response | [{"id": 64964, "name": "AMERICAN", "drawRule": "", "updatedAtTimestamp": 1599794852, "teams": [{"id": 4422, "name": "Kansas City Chiefs", "short": "Kansas City Chiefs", "code": "KCC", "slug": "kansas-city-chiefs", "gender": "M", "teamColors": {"primary": "#aa0114", "secondary": "#ffffff"}, "statistics": {"id": 514522, "position": 1, "wins": 14, "losses": 2, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4414, "name": "Buffalo Bills", "short": "Buffalo Bills", "code": "BUF", "slug": "buffalo-bills", "gender": "M", "teamColors": {"primary": "#004684", "secondary": "#ffffff"}, "statistics": {"id": 514524, "position": 2, "wins": 13, "losses": 3, "streak": 6, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4345, "name": "Pittsburgh Steelers", "short": "Pittsburgh Steelers", "code": "PIT", "slug": "pittsburgh-steelers", "gender": "M", "teamColors": {"primary": "#ffd700", "secondary": "#191310"}, "statistics": {"id": 514536, "position": 3, "wins": 12, "losses": 4, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4413, "name": "Baltimore Ravens", "short": "Baltimore Ravens", "code": "BAL", "slug": "baltimore-ravens", "gender": "M", "teamColors": {"primary": "#340e57", "secondary": "#ffffff"}, "statistics": {"id": 514523, "position": 4, "wins": 11, "losses": 5, "streak": 5, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4417, "name": "Cleveland Browns", "short": "Cleveland Browns", "code": "CLE", "slug": "cleveland-browns", "gender": "M", "teamColors": {"primary": "#38312c", "secondary": "#ff3900"}, "statistics": {"id": 514526, "position": 5, "wins": 11, "losses": 5, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4421, "name": "Indianapolis Colts", "short": "Indianapolis Colts", "code": "IND", "slug": "indianapolis-colts", "gender": "M", "teamColors": {"primary": "#143d75", "secondary": "#ffffff"}, "statistics": {"id": 514529, "position": 6, "wins": 11, "losses": 5, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4431, "name": "Tennessee Titans", "short": "Tennessee Titans", "code": "TEN", "slug": "tennessee-titans", "gender": "M", "teamColors": {"primary": "#012c63", "secondary": "#79243e"}, "statistics": {"id": 514537, "position": 7, "wins": 11, "losses": 5, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4287, "name": "Miami Dolphins", "short": "Miami Dolphins", "code": "MIA", "slug": "miami-dolphins", "gender": "M", "teamColors": {"primary": "#008e97", "secondary": "#f79b4d"}, "statistics": {"id": 514533, "position": 8, "wins": 10, "losses": 6, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4390, "name": "Las Vegas Raiders", "short": "Las Vegas Raiders", "code": "LVR", "slug": "las-vegas-raiders", "gender": "M", "teamColors": {"primary": "#909090", "secondary": "#040404"}, "statistics": {"id": 514531, "position": 9, "wins": 8, "losses": 8, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4429, "name": "Los Angeles Chargers", "short": "Los Angeles Chargers", "code": "LAC", "slug": "los-angeles-chargers", "gender": "M", "teamColors": {"primary": "#3289ce", "secondary": "#ffc20e"}, "statistics": {"id": 514532, "position": 10, "wins": 7, "losses": 9, "streak": 4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4424, "name": "New England Patriots", "short": "New England Patriots", "code": "NEP", "slug": "new-england-patriots", "gender": "M", "teamColors": {"primary": "#0d244d", "secondary": "#b1b8bd"}, "statistics": {"id": 514534, "position": 11, "wins": 7, "losses": 9, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4418, "name": "Denver Broncos", "short": "Denver Broncos", "code": "DEN", "slug": "denver-broncos", "gender": "M", "teamColors": {"primary": "#002859", "secondary": "#db6127"}, "statistics": {"id": 514527, "position": 12, "wins": 5, "losses": 11, "streak": -3, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4416, "name": "Cincinnati Bengals", "short": "Cincinnati Bengals", "code": "CIN", "slug": "cincinnati-bengals", "gender": "M", "teamColors": {"primary": "#f36a26", "secondary": "#060606"}, "statistics": {"id": 514525, "position": 13, "wins": 4, "losses": 11, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4324, "name": "Houston Texans", "short": "Houston Texans", "code": "HOU", "slug": "houston-texans", "gender": "M", "teamColors": {"primary": "#01123e", "secondary": "#b01c36"}, "statistics": {"id": 514528, "position": 14, "wins": 4, "losses": 12, "streak": -5, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4427, "name": "New York Jets", "short": "New York Jets", "code": "NYJ", "slug": "new-york-jets", "gender": "M", "teamColors": {"primary": "#0c371d", "secondary": "#fefefe"}, "statistics": {"id": 514535, "position": 15, "wins": 2, "losses": 14, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4386, "name": "Jacksonville Jaguars", "short": "Jacksonville Jaguars", "code": "JAX", "slug": "jacksonville-jaguars", "gender": "M", "teamColors": {"primary": "#01839b", "secondary": "#2b2d22"}, "statistics": {"id": 514530, "position": 16, "wins": 1, "losses": 15, "streak": -10, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64965, "name": "NATIONAL", "drawRule": "", "updatedAtTimestamp": 1599794852, "teams": [{"id": 4420, "name": "Green Bay Packers", "short": "Green Bay Packers", "code": "GBP", "slug": "green-bay-packers", "gender": "M", "teamColors": {"primary": "#203731", "secondary": "#ffb612"}, "statistics": {"id": 514544, "position": 1, "wins": 13, "losses": 3, "streak": 6, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4425, "name": "New Orleans Saints", "short": "New Orleans Saints", "code": "NOS", "slug": "new-orleans-saints", "gender": "M", "teamColors": {"primary": "#b28e42", "secondary": "#000000"}, "statistics": {"id": 514547, "position": 2, "wins": 12, "losses": 4, "streak": 2, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4430, "name": "Seattle Seahawks", "short": "Seattle Seahawks", "code": "SEA", "slug": "seattle-seahawks", "gender": "M", "teamColors": {"primary": "#69be28", "secondary": "#002244"}, "statistics": {"id": 514551, "position": 3, "wins": 12, "losses": 4, "streak": 4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4388, "name": "Tampa Bay Buccaneers", "short": "Tampa Bay Buccaneers", "code": "TBB", "slug": "tampa-bay-buccaneers", "gender": "M", "teamColors": {"primary": "#d50a0a", "secondary": "#34302b"}, "statistics": {"id": 514552, "position": 4, "wins": 11, "losses": 5, "streak": 4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4387, "name": "Los Angeles Rams", "short": "Los Angeles Rams", "code": "LAR", "slug": "los-angeles-rams", "gender": "M", "teamColors": {"primary": "#012c61", "secondary": "#474f57"}, "statistics": {"id": 514545, "position": 5, "wins": 10, "losses": 6, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4412, "name": "Arizona Cardinals", "short": "Arizona Cardinals", "code": "ARI", "slug": "arizona-cardinals", "gender": "M", "teamColors": {"primary": "#97233f", "secondary": "#000000"}, "statistics": {"id": 514538, "position": 6, "wins": 8, "losses": 8, "streak": -2, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4391, "name": "Chicago Bears", "short": "Chicago Bears", "code": "CHI", "slug": "chicago-bears", "gender": "M", "teamColors": {"primary": "#0b162a", "secondary": "#c83803"}, "statistics": {"id": 514541, "position": 7, "wins": 8, "losses": 8, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4423, "name": "Minnesota Vikings", "short": "Minnesota Vikings", "code": "MIN", "slug": "minnesota-vikings", "gender": "M", "teamColors": {"primary": "#3a0064", "secondary": "#ffc72b"}, "statistics": {"id": 514546, "position": 8, "wins": 7, "losses": 9, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4432, "name": "Washington Football Team", "short": "Washington Football Team", "code": "WAS", "slug": "washington-football-team", "gender": "M", "teamColors": {"primary": "#5a1414", "secondary": "#ffb612"}, "statistics": {"id": 514553, "position": 9, "wins": 7, "losses": 9, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4392, "name": "Dallas Cowboys", "short": "Dallas Cowboys", "code": "DAL", "slug": "dallas-cowboys", "gender": "M", "teamColors": {"primary": "#212a52", "secondary": "#c3c2c7"}, "statistics": {"id": 514542, "position": 10, "wins": 6, "losses": 10, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4426, "name": "New York Giants", "short": "New York Giants", "code": "NYG", "slug": "new-york-giants", "gender": "M", "teamColors": {"primary": "#0b2265", "secondary": "#a71930"}, "statistics": {"id": 514548, "position": 11, "wins": 6, "losses": 10, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4389, "name": "San Francisco 49ers", "short": "San Francisco 49ers", "code": "SFR", "slug": "san-francisco-49ers", "gender": "M", "teamColors": {"primary": "#aa0000", "secondary": "#b3995d"}, "statistics": {"id": 514550, "position": 12, "wins": 6, "losses": 10, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4415, "name": "Carolina Panthers", "short": "Carolina Panthers", "code": "CAR", "slug": "carolina-panthers", "gender": "M", "teamColors": {"primary": "#3a84c5", "secondary": "#07141e"}, "statistics": {"id": 514540, "position": 13, "wins": 5, "losses": 11, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4419, "name": "Detroit Lions", "short": "Detroit Lions", "code": "DET", "slug": "detroit-lions", "gender": "M", "teamColors": {"primary": "#0062ab", "secondary": "#bdbebe"}, "statistics": {"id": 514543, "position": 14, "wins": 5, "losses": 11, "streak": -4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4428, "name": "Philadelphia Eagles", "short": "Philadelphia Eagles", "code": "PHI", "slug": "philadelphia-eagles", "gender": "M", "teamColors": {"primary": "#013d3d", "secondary": "#ffffff"}, "statistics": {"id": 514549, "position": 15, "wins": 4, "losses": 11, "streak": -3, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4393, "name": "Atlanta Falcons", "short": "Atlanta Falcons", "code": "ATL", "slug": "atlanta-falcons", "gender": "M", "teamColors": {"primary": "#e41937", "secondary": "#ffffff"}, "statistics": {"id": 514539, "position": 16, "wins": 4, "losses": 12, "streak": -5, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64956, "name": "AMERICAN EAST", "drawRule": "", "updatedAtTimestamp": 1599794850, "teams": [{"id": 4414, "name": "Buffalo Bills", "short": "Buffalo Bills", "code": "BUF", "slug": "buffalo-bills", "gender": "M", "teamColors": {"primary": "#004684", "secondary": "#ffffff"}, "statistics": {"id": 514490, "position": 1, "wins": 13, "losses": 3, "streak": 6, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4287, "name": "Miami Dolphins", "short": "Miami Dolphins", "code": "MIA", "slug": "miami-dolphins", "gender": "M", "teamColors": {"primary": "#008e97", "secondary": "#f79b4d"}, "statistics": {"id": 514491, "position": 2, "wins": 10, "losses": 6, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4424, "name": "New England Patriots", "short": "New England Patriots", "code": "NEP", "slug": "new-england-patriots", "gender": "M", "teamColors": {"primary": "#0d244d", "secondary": "#b1b8bd"}, "statistics": {"id": 514492, "position": 3, "wins": 7, "losses": 9, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4427, "name": "New York Jets", "short": "New York Jets", "code": "NYJ", "slug": "new-york-jets", "gender": "M", "teamColors": {"primary": "#0c371d", "secondary": "#fefefe"}, "statistics": {"id": 514493, "position": 4, "wins": 2, "losses": 14, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64959, "name": "AMERICAN WEST", "drawRule": "", "updatedAtTimestamp": 1599794850, "teams": [{"id": 4422, "name": "Kansas City Chiefs", "short": "Kansas City Chiefs", "code": "KCC", "slug": "kansas-city-chiefs", "gender": "M", "teamColors": {"primary": "#aa0114", "secondary": "#ffffff"}, "statistics": {"id": 514502, "position": 1, "wins": 14, "losses": 2, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4390, "name": "Las Vegas Raiders", "short": "Las Vegas Raiders", "code": "LVR", "slug": "las-vegas-raiders", "gender": "M", "teamColors": {"primary": "#909090", "secondary": "#040404"}, "statistics": {"id": 514504, "position": 2, "wins": 8, "losses": 8, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4429, "name": "Los Angeles Chargers", "short": "Los Angeles Chargers", "code": "LAC", "slug": "los-angeles-chargers", "gender": "M", "teamColors": {"primary": "#3289ce", "secondary": "#ffc20e"}, "statistics": {"id": 514505, "position": 3, "wins": 7, "losses": 9, "streak": 4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4418, "name": "Denver Broncos", "short": "Denver Broncos", "code": "DEN", "slug": "denver-broncos", "gender": "M", "teamColors": {"primary": "#002859", "secondary": "#db6127"}, "statistics": {"id": 514503, "position": 4, "wins": 5, "losses": 11, "streak": -3, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64957, "name": "AMERICAN NORTH", "drawRule": "", "updatedAtTimestamp": 1599794850, "teams": [{"id": 4345, "name": "Pittsburgh Steelers", "short": "Pittsburgh Steelers", "code": "PIT", "slug": "pittsburgh-steelers", "gender": "M", "teamColors": {"primary": "#ffd700", "secondary": "#191310"}, "statistics": {"id": 514497, "position": 1, "wins": 12, "losses": 4, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4413, "name": "Baltimore Ravens", "short": "Baltimore Ravens", "code": "BAL", "slug": "baltimore-ravens", "gender": "M", "teamColors": {"primary": "#340e57", "secondary": "#ffffff"}, "statistics": {"id": 514494, "position": 2, "wins": 11, "losses": 5, "streak": 5, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4417, "name": "Cleveland Browns", "short": "Cleveland Browns", "code": "CLE", "slug": "cleveland-browns", "gender": "M", "teamColors": {"primary": "#38312c", "secondary": "#ff3900"}, "statistics": {"id": 514496, "position": 3, "wins": 11, "losses": 5, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4416, "name": "Cincinnati Bengals", "short": "Cincinnati Bengals", "code": "CIN", "slug": "cincinnati-bengals", "gender": "M", "teamColors": {"primary": "#f36a26", "secondary": "#060606"}, "statistics": {"id": 514495, "position": 4, "wins": 4, "losses": 11, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64958, "name": "AMERICAN SOUTH", "drawRule": "", "updatedAtTimestamp": 1599794850, "teams": [{"id": 4421, "name": "Indianapolis Colts", "short": "Indianapolis Colts", "code": "IND", "slug": "indianapolis-colts", "gender": "M", "teamColors": {"primary": "#143d75", "secondary": "#ffffff"}, "statistics": {"id": 514499, "position": 1, "wins": 11, "losses": 5, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4431, "name": "Tennessee Titans", "short": "Tennessee Titans", "code": "TEN", "slug": "tennessee-titans", "gender": "M", "teamColors": {"primary": "#012c63", "secondary": "#79243e"}, "statistics": {"id": 514501, "position": 2, "wins": 11, "losses": 5, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4324, "name": "Houston Texans", "short": "Houston Texans", "code": "HOU", "slug": "houston-texans", "gender": "M", "teamColors": {"primary": "#01123e", "secondary": "#b01c36"}, "statistics": {"id": 514498, "position": 3, "wins": 4, "losses": 12, "streak": -5, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4386, "name": "Jacksonville Jaguars", "short": "Jacksonville Jaguars", "code": "JAX", "slug": "jacksonville-jaguars", "gender": "M", "teamColors": {"primary": "#01839b", "secondary": "#2b2d22"}, "statistics": {"id": 514500, "position": 4, "wins": 1, "losses": 15, "streak": -10, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64960, "name": "NATIONAL EAST", "drawRule": "", "updatedAtTimestamp": 1599794851, "teams": [{"id": 4432, "name": "Washington Football Team", "short": "Washington Football Team", "code": "WAS", "slug": "washington-football-team", "gender": "M", "teamColors": {"primary": "#5a1414", "secondary": "#ffb612"}, "statistics": {"id": 514509, "position": 1, "wins": 7, "losses": 9, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4392, "name": "Dallas Cowboys", "short": "Dallas Cowboys", "code": "DAL", "slug": "dallas-cowboys", "gender": "M", "teamColors": {"primary": "#212a52", "secondary": "#c3c2c7"}, "statistics": {"id": 514506, "position": 2, "wins": 6, "losses": 10, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4426, "name": "New York Giants", "short": "New York Giants", "code": "NYG", "slug": "new-york-giants", "gender": "M", "teamColors": {"primary": "#0b2265", "secondary": "#a71930"}, "statistics": {"id": 514507, "position": 3, "wins": 6, "losses": 10, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4428, "name": "Philadelphia Eagles", "short": "Philadelphia Eagles", "code": "PHI", "slug": "philadelphia-eagles", "gender": "M", "teamColors": {"primary": "#013d3d", "secondary": "#ffffff"}, "statistics": {"id": 514508, "position": 4, "wins": 4, "losses": 11, "streak": -3, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64963, "name": "NATIONAL WEST", "drawRule": "", "updatedAtTimestamp": 1599794851, "teams": [{"id": 4430, "name": "Seattle Seahawks", "short": "Seattle Seahawks", "code": "SEA", "slug": "seattle-seahawks", "gender": "M", "teamColors": {"primary": "#69be28", "secondary": "#002244"}, "statistics": {"id": 514521, "position": 1, "wins": 12, "losses": 4, "streak": 4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4387, "name": "Los Angeles Rams", "short": "Los Angeles Rams", "code": "LAR", "slug": "los-angeles-rams", "gender": "M", "teamColors": {"primary": "#012c61", "secondary": "#474f57"}, "statistics": {"id": 514519, "position": 2, "wins": 10, "losses": 6, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4412, "name": "Arizona Cardinals", "short": "Arizona Cardinals", "code": "ARI", "slug": "arizona-cardinals", "gender": "M", "teamColors": {"primary": "#97233f", "secondary": "#000000"}, "statistics": {"id": 514518, "position": 3, "wins": 8, "losses": 8, "streak": -2, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4389, "name": "San Francisco 49ers", "short": "San Francisco 49ers", "code": "SFR", "slug": "san-francisco-49ers", "gender": "M", "teamColors": {"primary": "#aa0000", "secondary": "#b3995d"}, "statistics": {"id": 514520, "position": 4, "wins": 6, "losses": 10, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64961, "name": "NATIONAL NORTH", "drawRule": "", "updatedAtTimestamp": 1599794851, "teams": [{"id": 4420, "name": "Green Bay Packers", "short": "Green Bay Packers", "code": "GBP", "slug": "green-bay-packers", "gender": "M", "teamColors": {"primary": "#203731", "secondary": "#ffb612"}, "statistics": {"id": 514512, "position": 1, "wins": 13, "losses": 3, "streak": 6, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4391, "name": "Chicago Bears", "short": "Chicago Bears", "code": "CHI", "slug": "chicago-bears", "gender": "M", "teamColors": {"primary": "#0b162a", "secondary": "#c83803"}, "statistics": {"id": 514510, "position": 2, "wins": 8, "losses": 8, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4423, "name": "Minnesota Vikings", "short": "Minnesota Vikings", "code": "MIN", "slug": "minnesota-vikings", "gender": "M", "teamColors": {"primary": "#3a0064", "secondary": "#ffc72b"}, "statistics": {"id": 514513, "position": 3, "wins": 7, "losses": 9, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4419, "name": "Detroit Lions", "short": "Detroit Lions", "code": "DET", "slug": "detroit-lions", "gender": "M", "teamColors": {"primary": "#0062ab", "secondary": "#bdbebe"}, "statistics": {"id": 514511, "position": 4, "wins": 5, "losses": 11, "streak": -4, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64962, "name": "NATIONAL SOUTH", "drawRule": "", "updatedAtTimestamp": 1599794851, "teams": [{"id": 4425, "name": "New Orleans Saints", "short": "New Orleans Saints", "code": "NOS", "slug": "new-orleans-saints", "gender": "M", "teamColors": {"primary": "#b28e42", "secondary": "#000000"}, "statistics": {"id": 514516, "position": 1, "wins": 12, "losses": 4, "streak": 2, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4388, "name": "Tampa Bay Buccaneers", "short": "Tampa Bay Buccaneers", "code": "TBB", "slug": "tampa-bay-buccaneers", "gender": "M", "teamColors": {"primary": "#d50a0a", "secondary": "#34302b"}, "statistics": {"id": 514517, "position": 2, "wins": 11, "losses": 5, "streak": 4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4415, "name": "Carolina Panthers", "short": "Carolina Panthers", "code": "CAR", "slug": "carolina-panthers", "gender": "M", "teamColors": {"primary": "#3a84c5", "secondary": "#07141e"}, "statistics": {"id": 514515, "position": 3, "wins": 5, "losses": 11, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4393, "name": "Atlanta Falcons", "short": "Atlanta Falcons", "code": "ATL", "slug": "atlanta-falcons", "gender": "M", "teamColors": {"primary": "#e41937", "secondary": "#ffffff"}, "statistics": {"id": 514514, "position": 4, "wins": 4, "losses": 12, "streak": -5, "penaltyWins": "", "penaltyLosses": ""}}]}, {"id": 64955, "name": "NFL", "drawRule": "", "updatedAtTimestamp": 1599794849, "teams": [{"id": 4422, "name": "Kansas City Chiefs", "short": "Kansas City Chiefs", "code": "KCC", "slug": "kansas-city-chiefs", "gender": "M", "teamColors": {"primary": "#aa0114", "secondary": "#ffffff"}, "statistics": {"id": 514470, "wins": 14, "losses": 2, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4414, "name": "Buffalo Bills", "short": "Buffalo Bills", "code": "BUF", "slug": "buffalo-bills", "gender": "M", "teamColors": {"primary": "#004684", "secondary": "#ffffff"}, "statistics": {"id": 514458, "wins": 13, "losses": 3, "streak": 6, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4420, "name": "Green Bay Packers", "short": "Green Bay Packers", "code": "GBP", "slug": "green-bay-packers", "gender": "M", "teamColors": {"primary": "#203731", "secondary": "#ffb612"}, "statistics": {"id": 514480, "wins": 13, "losses": 3, "streak": 6, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4425, "name": "New Orleans Saints", "short": "New Orleans Saints", "code": "NOS", "slug": "new-orleans-saints", "gender": "M", "teamColors": {"primary": "#b28e42", "secondary": "#000000"}, "statistics": {"id": 514484, "wins": 12, "losses": 4, "streak": 2, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4345, "name": "Pittsburgh Steelers", "short": "Pittsburgh Steelers", "code": "PIT", "slug": "pittsburgh-steelers", "gender": "M", "teamColors": {"primary": "#ffd700", "secondary": "#191310"}, "statistics": {"id": 514465, "wins": 12, "losses": 4, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4430, "name": "Seattle Seahawks", "short": "Seattle Seahawks", "code": "SEA", "slug": "seattle-seahawks", "gender": "M", "teamColors": {"primary": "#69be28", "secondary": "#002244"}, "statistics": {"id": 514489, "wins": 12, "losses": 4, "streak": 4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4413, "name": "Baltimore Ravens", "short": "Baltimore Ravens", "code": "BAL", "slug": "baltimore-ravens", "gender": "M", "teamColors": {"primary": "#340e57", "secondary": "#ffffff"}, "statistics": {"id": 514462, "wins": 11, "losses": 5, "streak": 5, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4417, "name": "Cleveland Browns", "short": "Cleveland Browns", "code": "CLE", "slug": "cleveland-browns", "gender": "M", "teamColors": {"primary": "#38312c", "secondary": "#ff3900"}, "statistics": {"id": 514464, "wins": 11, "losses": 5, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4421, "name": "Indianapolis Colts", "short": "Indianapolis Colts", "code": "IND", "slug": "indianapolis-colts", "gender": "M", "teamColors": {"primary": "#143d75", "secondary": "#ffffff"}, "statistics": {"id": 514467, "wins": 11, "losses": 5, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4388, "name": "Tampa Bay Buccaneers", "short": "Tampa Bay Buccaneers", "code": "TBB", "slug": "tampa-bay-buccaneers", "gender": "M", "teamColors": {"primary": "#d50a0a", "secondary": "#34302b"}, "statistics": {"id": 514485, "wins": 11, "losses": 5, "streak": 4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4431, "name": "Tennessee Titans", "short": "Tennessee Titans", "code": "TEN", "slug": "tennessee-titans", "gender": "M", "teamColors": {"primary": "#012c63", "secondary": "#79243e"}, "statistics": {"id": 514469, "wins": 11, "losses": 5, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4387, "name": "Los Angeles Rams", "short": "Los Angeles Rams", "code": "LAR", "slug": "los-angeles-rams", "gender": "M", "teamColors": {"primary": "#012c61", "secondary": "#474f57"}, "statistics": {"id": 514487, "wins": 10, "losses": 6, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4287, "name": "Miami Dolphins", "short": "Miami Dolphins", "code": "MIA", "slug": "miami-dolphins", "gender": "M", "teamColors": {"primary": "#008e97", "secondary": "#f79b4d"}, "statistics": {"id": 514459, "wins": 10, "losses": 6, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4412, "name": "Arizona Cardinals", "short": "Arizona Cardinals", "code": "ARI", "slug": "arizona-cardinals", "gender": "M", "teamColors": {"primary": "#97233f", "secondary": "#000000"}, "statistics": {"id": 514486, "wins": 8, "losses": 8, "streak": -2, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4391, "name": "Chicago Bears", "short": "Chicago Bears", "code": "CHI", "slug": "chicago-bears", "gender": "M", "teamColors": {"primary": "#0b162a", "secondary": "#c83803"}, "statistics": {"id": 514478, "wins": 8, "losses": 8, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4390, "name": "Las Vegas Raiders", "short": "Las Vegas Raiders", "code": "LVR", "slug": "las-vegas-raiders", "gender": "M", "teamColors": {"primary": "#909090", "secondary": "#040404"}, "statistics": {"id": 514472, "wins": 8, "losses": 8, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4429, "name": "Los Angeles Chargers", "short": "Los Angeles Chargers", "code": "LAC", "slug": "los-angeles-chargers", "gender": "M", "teamColors": {"primary": "#3289ce", "secondary": "#ffc20e"}, "statistics": {"id": 514473, "wins": 7, "losses": 9, "streak": 4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4423, "name": "Minnesota Vikings", "short": "Minnesota Vikings", "code": "MIN", "slug": "minnesota-vikings", "gender": "M", "teamColors": {"primary": "#3a0064", "secondary": "#ffc72b"}, "statistics": {"id": 514481, "wins": 7, "losses": 9, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4424, "name": "New England Patriots", "short": "New England Patriots", "code": "NEP", "slug": "new-england-patriots", "gender": "M", "teamColors": {"primary": "#0d244d", "secondary": "#b1b8bd"}, "statistics": {"id": 514460, "wins": 7, "losses": 9, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4432, "name": "Washington Football Team", "short": "Washington Football Team", "code": "WAS", "slug": "washington-football-team", "gender": "M", "teamColors": {"primary": "#5a1414", "secondary": "#ffb612"}, "statistics": {"id": 514477, "wins": 7, "losses": 9, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4392, "name": "Dallas Cowboys", "short": "Dallas Cowboys", "code": "DAL", "slug": "dallas-cowboys", "gender": "M", "teamColors": {"primary": "#212a52", "secondary": "#c3c2c7"}, "statistics": {"id": 514474, "wins": 6, "losses": 10, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4426, "name": "New York Giants", "short": "New York Giants", "code": "NYG", "slug": "new-york-giants", "gender": "M", "teamColors": {"primary": "#0b2265", "secondary": "#a71930"}, "statistics": {"id": 514475, "wins": 6, "losses": 10, "streak": 1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4389, "name": "San Francisco 49ers", "short": "San Francisco 49ers", "code": "SFR", "slug": "san-francisco-49ers", "gender": "M", "teamColors": {"primary": "#aa0000", "secondary": "#b3995d"}, "statistics": {"id": 514488, "wins": 6, "losses": 10, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4415, "name": "Carolina Panthers", "short": "Carolina Panthers", "code": "CAR", "slug": "carolina-panthers", "gender": "M", "teamColors": {"primary": "#3a84c5", "secondary": "#07141e"}, "statistics": {"id": 514483, "wins": 5, "losses": 11, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4418, "name": "Denver Broncos", "short": "Denver Broncos", "code": "DEN", "slug": "denver-broncos", "gender": "M", "teamColors": {"primary": "#002859", "secondary": "#db6127"}, "statistics": {"id": 514471, "wins": 5, "losses": 11, "streak": -3, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4419, "name": "Detroit Lions", "short": "Detroit Lions", "code": "DET", "slug": "detroit-lions", "gender": "M", "teamColors": {"primary": "#0062ab", "secondary": "#bdbebe"}, "statistics": {"id": 514479, "wins": 5, "losses": 11, "streak": -4, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4416, "name": "Cincinnati Bengals", "short": "Cincinnati Bengals", "code": "CIN", "slug": "cincinnati-bengals", "gender": "M", "teamColors": {"primary": "#f36a26", "secondary": "#060606"}, "statistics": {"id": 514463, "wins": 4, "losses": 11, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4428, "name": "Philadelphia Eagles", "short": "Philadelphia Eagles", "code": "PHI", "slug": "philadelphia-eagles", "gender": "M", "teamColors": {"primary": "#013d3d", "secondary": "#ffffff"}, "statistics": {"id": 514476, "wins": 4, "losses": 11, "streak": -3, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4393, "name": "Atlanta Falcons", "short": "Atlanta Falcons", "code": "ATL", "slug": "atlanta-falcons", "gender": "M", "teamColors": {"primary": "#e41937", "secondary": "#ffffff"}, "statistics": {"id": 514482, "wins": 4, "losses": 12, "streak": -5, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4324, "name": "Houston Texans", "short": "Houston Texans", "code": "HOU", "slug": "houston-texans", "gender": "M", "teamColors": {"primary": "#01123e", "secondary": "#b01c36"}, "statistics": {"id": 514466, "wins": 4, "losses": 12, "streak": -5, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4427, "name": "New York Jets", "short": "New York Jets", "code": "NYJ", "slug": "new-york-jets", "gender": "M", "teamColors": {"primary": "#0c371d", "secondary": "#fefefe"}, "statistics": {"id": 514461, "wins": 2, "losses": 14, "streak": -1, "penaltyWins": "", "penaltyLosses": ""}}, {"id": 4386, "name": "Jacksonville Jaguars", "short": "Jacksonville Jaguars", "code": "JAX", "slug": "jacksonville-jaguars", "gender": "M", "teamColors": {"primary": "#01839b", "secondary": "#2b2d22"}, "statistics": {"id": 514468, "wins": 1, "losses": 15, "streak": -10, "penaltyWins": "", "penaltyLosses": ""}}]}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "drawRule": {"type": "string"}, "updatedAtTimestamp": {"type": "integer"}, "teams": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}, "statistics": {"type": "object", "properties": {"id": {"type": "integer"}, "position": {"type": "integer"}, "wins": {"type": "integer"}, "losses": {"type": "integer"}, "streak": {"type": "integer"}, "penaltyWins": {"type": "string"}, "penaltyLosses": {"type": "string"}}, "required": ["id", "losses", "penaltyLosses", "penaltyWins", "streak", "wins"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "statistics", "teamColors"]}}}, "required": ["drawRule", "id", "name", "teams", "updatedAtTimestamp"]}} |
544584b1-9e13-4332-aa8f-c62c71fccd96/1c963bed-acbf-41e4-afd9-b5a547f354d8/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get competition seasons | Here you'll also find historic data from the last seasons | 200 | Response | {"seasons": [{"name": "Premier League 21/22", "year": "21/22", "id": 37036}, {"name": "Premier League 20/21", "year": "20/21", "id": 29415}, {"name": "Premier League 19/20", "year": "19/20", "id": 23776}, {"name": "Premier League 18/19", "year": "18/19", "id": 17359}, {"name": "Premier League 17/18", "year": "17/18", "id": 13380}, {"name": "Premier League 16/17", "year": "16/17", "id": 11733}, {"name": "Premier League 15/16", "year": "15/16", "id": 10356}, {"name": "Premier League 14/15", "year": "14/15", "id": 8186}, {"name": "Premier League 13/14", "year": "13/14", "id": 6311}, {"name": "Premier League 12/13", "year": "12/13", "id": 4710}, {"name": "Premier League 11/12", "year": "11/12", "id": 3391}, {"name": "Premier League 10/11", "year": "10/11", "id": 2746}, {"name": "Premier League 09/10", "year": "09/10", "id": 2139}, {"name": "Premier League 08/09", "year": "08/09", "id": 1544}, {"name": "Premier League 07/08", "year": "07/08", "id": 581}, {"name": "Premier League 06/07", "year": "06/07", "id": 4}, {"name": "Premier League 05/06", "year": "05/06", "id": 3}, {"name": "Premier League 04/05", "year": "04/05", "id": 2}, {"name": "Premier League 03/04", "year": "03/04", "id": 1}, {"name": "Premier League 02/03", "year": "02/03", "id": 46}, {"name": "Premier League 01/02", "year": "01/02", "id": 47}, {"name": "Premier League 00/01", "year": "00/01", "id": 48}, {"name": "Premier League 99/00", "year": "99/00", "id": 49}, {"name": "Premier League 98/99", "year": "98/99", "id": 50}, {"name": "Premier League 97/98", "year": "97/98", "id": 51}, {"name": "Premier League 96/97", "year": "96/97", "id": 25682}, {"name": "Premier League 95/96", "year": "95/96", "id": 25681}, {"name": "Premier League 94/95", "year": "94/95", "id": 29167}, {"name": "Premier League 93/94", "year": "93/94", "id": 25680}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"seasons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "name", "year"]}}}, "required": ["seasons"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/3541ed1f-b720-46f0-83bf-dd3bd3842651/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get competition details | Find out more about your competition by just providing the competition id. | 200 | Response | {"id": 17, "name": "Premier League", "slug": "premier-league", "tier": 1, "hasPlayoffs": false, "hasRounds": true, "hasStandingsGroups": false, "startDateTimestamp": 1628881200, "endDateTimestamp": 1653263940, "titleHolderTitles": 7, "titleHolder": {"id": 17, "name": "Manchester City", "short": "Man City", "code": "MNC", "slug": "manchester-city", "gender": "M", "teamColors": {"primary": "#66ccff", "secondary": "#ffffff"}}, "mostTitles": 20, "mostTitlesTeam": {"id": 35, "name": "Manchester United", "short": "Man Utd", "code": "MUN", "slug": "manchester-united", "gender": "M", "teamColors": {"primary": "#ff0000", "secondary": "#373737"}}, "sport": {"id": 1, "name": "Football", "slug": "football"}, "country": {"id": 1, "code": "EN", "name": "England", "slug": "england", "flag": "england"}, "color": {"primary": "#3c1c5a", "secondary": "#f80158"}, "divisions": {"upperDivisions": [], "lowerDivisions": [{"name": "Championship", "slug": "championship", "category": {"name": "England", "slug": "england", "sport": {"name": "Football", "slug": "football", "id": 1}, "id": 1, "flag": "england", "alpha2": "EN"}, "tier": 2, "hasRounds": true, "hasPlayoffSeries": false, "id": 18, "primaryColorHex": "#20429a", "secondaryColorHex": "#ac944a", "feedLocked": false, "startDateTimestamp": 1628275500, "endDateTimestamp": 1653868740}]}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "tier": {"type": "integer"}, "hasPlayoffs": {"type": "boolean"}, "hasRounds": {"type": "boolean"}, "hasStandingsGroups": {"type": "boolean"}, "startDateTimestamp": {"type": "integer"}, "endDateTimestamp": {"type": "integer"}, "titleHolderTitles": {"type": "integer"}, "titleHolder": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "mostTitles": {"type": "integer"}, "mostTitlesTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "country": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}, "color": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}, "divisions": {"type": "object", "properties": {"upperDivisions": {"type": "array"}, "lowerDivisions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "category": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "name", "slug"]}, "id": {"type": "integer"}, "flag": {"type": "string"}, "alpha2": {"type": "string"}}, "required": ["alpha2", "flag", "id", "name", "slug", "sport"]}, "tier": {"type": "integer"}, "hasRounds": {"type": "boolean"}, "hasPlayoffSeries": {"type": "boolean"}, "id": {"type": "integer"}, "primaryColorHex": {"type": "string"}, "secondaryColorHex": {"type": "string"}, "feedLocked": {"type": "boolean"}, "startDateTimestamp": {"type": "integer"}, "endDateTimestamp": {"type": "integer"}}, "required": ["category", "endDateTimestamp", "feedLocked", "hasPlayoffSeries", "hasRounds", "id", "name", "primaryColorHex", "secondaryColorHex", "slug", "startDateTimestamp", "tier"]}}}, "required": ["lowerDivisions", "upperDivisions"]}}, "required": ["color", "country", "divisions", "endDateTimestamp", "hasPlayoffs", "hasRounds", "hasStandingsGroups", "id", "mostTitles", "mostTitlesTeam", "name", "slug", "sport", "startDateTimestamp", "tier", "titleHolder", "titleHolderTitles"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/46e023b4-795a-43a6-8508-b5bf203f9493/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get game highlights | Want to use the highlight video after a match? Here you get all information you need | 200 | Response | {"highlights": {"id": 3317777, "name": "Watford 0-1 Liverpool", "type": "8' Sadio Man\u00e9", "url": "https://www.youtube.com/watch?v=DBuKEYHccM4&ab_channel=SportKlub", "createdAtTimestamp": 1634386165}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"highlights": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}, "createdAtTimestamp": {"type": "integer"}}, "required": ["createdAtTimestamp", "id", "name", "type", "url"]}}, "required": ["highlights"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/f95dddc2-6e73-4f2a-b10c-6ecff7a2f558/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get managers | You want to know who's behind the teams at this game? Here you go! | 200 | Response | {"homeManager": {"name": "P\u00e1l D\u00e1rdai", "slug": "pal-dardai", "shortName": "P. Dardai", "id": 375}, "awayManager": {"name": "Christian Streich", "slug": "christian-streich", "shortName": "C. Streich", "id": 91069}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"homeManager": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "shortName": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "name", "shortName", "slug"]}, "awayManager": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "shortName": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "name", "shortName", "slug"]}}, "required": ["awayManager", "homeManager"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/8301dbed-0bfa-4099-bb42-092aba3cff4d/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get game statistics | You are a statistics freak? We too! Here you can check all statistics! | 200 | Response | {"statistics": [{"period": "ALL", "groups": [{"groupName": "Possession", "statisticsItems": [{"name": "Ball possession", "home": "24%", "away": "76%", "compareCode": 2}]}, {"groupName": "Shots", "statisticsItems": [{"name": "Total shots", "home": "6", "away": "19", "compareCode": 2}, {"name": "Shots on target", "home": "2", "away": "8", "compareCode": 2}, {"name": "Shots off target", "home": "3", "away": "6", "compareCode": 2}, {"name": "Blocked shots", "home": "1", "away": "5", "compareCode": 2}]}, {"groupName": "TVData", "statisticsItems": [{"name": "Corner kicks", "home": "1", "away": "9", "compareCode": 2}, {"name": "Offsides", "home": "8", "away": "2", "compareCode": 1}, {"name": "Fouls", "home": "4", "away": "10", "compareCode": 2}]}, {"groupName": "Shots extra", "statisticsItems": [{"name": "Big chances", "home": "0", "away": "5", "compareCode": 2}, {"name": "Big chances missed", "home": "0", "away": "1", "compareCode": 2}, {"name": "Hit woodwork", "home": "1", "away": "1", "compareCode": 3}, {"name": "Shots inside box", "home": "5", "away": "12", "compareCode": 2}, {"name": "Shots outside box", "home": "1", "away": "7", "compareCode": 2}, {"name": "Goalkeeper saves", "home": "4", "away": "2", "compareCode": 1}]}, {"groupName": "Passes", "statisticsItems": [{"name": "Passes", "home": "252", "away": "816", "compareCode": 2}, {"name": "Accurate passes", "home": "165 (65%)", "away": "711 (87%)", "compareCode": 2}, {"name": "Long balls", "home": "21/61 (34%)", "away": "39/59 (66%)", "compareCode": 2}, {"name": "Crosses", "home": "2/7 (29%)", "away": "2/19 (11%)", "compareCode": 3}]}, {"groupName": "Duels", "statisticsItems": [{"name": "Dribbles", "home": "9/20 (45%)", "away": "10/15 (67%)", "compareCode": 2}, {"name": "Possession lost", "home": "141", "away": "158", "compareCode": 2}, {"name": "Duels won", "home": "52", "away": "42", "compareCode": 1}, {"name": "Aerials won", "home": "19", "away": "10", "compareCode": 1}]}, {"groupName": "Defending", "statisticsItems": [{"name": "Tackles", "home": "14", "away": "18", "compareCode": 2}, {"name": "Interceptions", "home": "11", "away": "4", "compareCode": 1}, {"name": "Clearances", "home": "33", "away": "8", "compareCode": 1}]}]}, {"period": "1ST", "groups": [{"groupName": "Possession", "statisticsItems": [{"name": "Ball possession", "home": "18%", "away": "82%", "compareCode": 2}]}, {"groupName": "Shots", "statisticsItems": [{"name": "Total shots", "home": "0", "away": "7", "compareCode": 2}, {"name": "Shots on target", "home": "0", "away": "3", "compareCode": 2}, {"name": "Shots off target", "home": "0", "away": "1", "compareCode": 2}, {"name": "Blocked shots", "home": "0", "away": "3", "compareCode": 2}]}, {"groupName": "TVData", "statisticsItems": [{"name": "Corner kicks", "home": "0", "away": "7", "compareCode": 2}, {"name": "Offsides", "home": "3", "away": "1", "compareCode": 1}]}, {"groupName": "Shots extra", "statisticsItems": [{"name": "Big chances", "home": "0", "away": "2", "compareCode": 2}, {"name": "Big chances missed", "home": "0", "away": "0", "compareCode": 3}, {"name": "Hit woodwork", "home": "0", "away": "1", "compareCode": 2}, {"name": "Shots inside box", "home": "0", "away": "4", "compareCode": 2}, {"name": "Shots outside box", "home": "0", "away": "3", "compareCode": 2}, {"name": "Goalkeeper saves", "home": "1", "away": "0", "compareCode": 1}]}, {"groupName": "Passes", "statisticsItems": [{"name": "Passes", "home": "99", "away": "447", "compareCode": 2}, {"name": "Accurate passes", "home": "53 (54%)", "away": "394 (88%)", "compareCode": 2}, {"name": "Long balls", "home": "9/33 (27%)", "away": "19/32 (59%)", "compareCode": 2}, {"name": "Crosses", "home": "0/0 (0%)", "away": "1/13 (8%)", "compareCode": 2}]}, {"groupName": "Duels", "statisticsItems": [{"name": "Dribbles", "home": "3/6 (50%)", "away": "4/6 (67%)", "compareCode": 2}, {"name": "Possession lost", "home": "68", "away": "84", "compareCode": 2}, {"name": "Duels won", "home": "28", "away": "17", "compareCode": 1}, {"name": "Aerials won", "home": "13", "away": "5", "compareCode": 1}]}, {"groupName": "Defending", "statisticsItems": [{"name": "Tackles", "home": "7", "away": "7", "compareCode": 3}, {"name": "Interceptions", "home": "4", "away": "1", "compareCode": 1}, {"name": "Clearances", "home": "23", "away": "2", "compareCode": 1}]}]}, {"period": "2ND", "groups": [{"groupName": "Possession", "statisticsItems": [{"name": "Ball possession", "home": "30%", "away": "70%", "compareCode": 2}]}, {"groupName": "Shots", "statisticsItems": [{"name": "Total shots", "home": "6", "away": "12", "compareCode": 2}, {"name": "Shots on target", "home": "2", "away": "5", "compareCode": 2}, {"name": "Shots off target", "home": "3", "away": "5", "compareCode": 2}, {"name": "Blocked shots", "home": "1", "away": "2", "compareCode": 2}]}, {"groupName": "TVData", "statisticsItems": [{"name": "Corner kicks", "home": "1", "away": "2", "compareCode": 2}, {"name": "Offsides", "home": "5", "away": "1", "compareCode": 1}]}, {"groupName": "Shots extra", "statisticsItems": [{"name": "Big chances", "home": "0", "away": "3", "compareCode": 2}, {"name": "Big chances missed", "home": "0", "away": "1", "compareCode": 2}, {"name": "Hit woodwork", "home": "1", "away": "0", "compareCode": 1}, {"name": "Shots inside box", "home": "5", "away": "8", "compareCode": 2}, {"name": "Shots outside box", "home": "1", "away": "4", "compareCode": 2}, {"name": "Goalkeeper saves", "home": "3", "away": "2", "compareCode": 1}]}, {"groupName": "Passes", "statisticsItems": [{"name": "Passes", "home": "153", "away": "369", "compareCode": 2}, {"name": "Accurate passes", "home": "112 (73%)", "away": "317 (86%)", "compareCode": 2}, {"name": "Long balls", "home": "12/28 (43%)", "away": "20/27 (74%)", "compareCode": 2}, {"name": "Crosses", "home": "2/7 (29%)", "away": "1/6 (17%)", "compareCode": 1}]}, {"groupName": "Duels", "statisticsItems": [{"name": "Dribbles", "home": "6/14 (43%)", "away": "6/9 (67%)", "compareCode": 3}, {"name": "Possession lost", "home": "73", "away": "74", "compareCode": 2}, {"name": "Duels won", "home": "24", "away": "25", "compareCode": 2}, {"name": "Aerials won", "home": "6", "away": "5", "compareCode": 1}]}, {"groupName": "Defending", "statisticsItems": [{"name": "Tackles", "home": "7", "away": "11", "compareCode": 2}, {"name": "Interceptions", "home": "7", "away": "3", "compareCode": 1}, {"name": "Clearances", "home": "10", "away": "6", "compareCode": 1}]}]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"statistics": {"type": "array", "items": {"type": "object", "properties": {"period": {"type": "string"}, "groups": {"type": "array", "items": {"type": "object", "properties": {"groupName": {"type": "string"}, "statisticsItems": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "home": {"type": "string"}, "away": {"type": "string"}, "compareCode": {"type": "integer"}}, "required": ["away", "compareCode", "home", "name"]}}}, "required": ["groupName", "statisticsItems"]}}}, "required": ["groups", "period"]}}}, "required": ["statistics"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/4d59f6e3-79be-46c4-a942-d1dbacba1be9/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get game lineup | With "Get game lineup" you'll receive the full lineup and if it is confirmed or a forecast | 200 | Response | {"confirmed": true, "homeLineup": [{"id": 10599, "name": "Ben Foster", "firstName": "", "lastName": "", "short": "B. Foster", "slug": "ben-foster", "position": "G", "dateOfBirthTimestamp": 418176000, "jerseyNumber": 1, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {"totalPass": 26, "accuratePass": 8, "totalLongBalls": 24, "accurateLongBalls": 6, "totalClearance": 1, "goodHighClaim": 1, "savedShotsFromInsideTheBox": 2, "saves": 4, "minutesPlayed": 90, "touches": 37, "rating": 6, "possessionLostCtrl": 19}}, {"id": 53739, "name": "Kiko Femen\u00eda", "firstName": "", "lastName": "", "short": "K. Femen\u00eda", "slug": "kiko-femenia", "position": "D", "dateOfBirthTimestamp": 665452800, "jerseyNumber": 21, "nationality": {"country": "Spain", "countryCode": "ES"}, "statistics": {"totalPass": 9, "accuratePass": 4, "totalLongBalls": 1, "duelLost": 2, "challengeLost": 1, "dispossessed": 1, "totalClearance": 2, "totalOffside": 1, "minutesPlayed": 56, "touches": 18, "rating": 5.6, "possessionLostCtrl": 8}}, {"id": 22200, "name": "Craig Cathcart", "firstName": "", "lastName": "", "short": "C. Cathcart", "slug": "craig-cathcart", "position": "D", "dateOfBirthTimestamp": 602726400, "jerseyNumber": 15, "nationality": {"country": "Northern Ireland", "countryCode": "NX"}, "statistics": {"totalPass": 16, "accuratePass": 10, "totalLongBalls": 6, "accurateLongBalls": 2, "aerialLost": 1, "duelLost": 2, "challengeLost": 1, "totalClearance": 8, "interceptionWon": 2, "minutesPlayed": 90, "touches": 33, "rating": 5.8, "possessionLostCtrl": 10}}, {"id": 338991, "name": "William Troost-Ekong", "firstName": "", "lastName": "", "short": "W. Troost-Ekong", "slug": "william-troost-ekong", "position": "D", "dateOfBirthTimestamp": 746841600, "jerseyNumber": 5, "nationality": {"country": "Nigeria", "countryCode": "NG"}, "statistics": {"totalPass": 36, "accuratePass": 25, "totalLongBalls": 9, "accurateLongBalls": 4, "aerialWon": 2, "duelLost": 1, "duelWon": 5, "totalContest": 1, "totalClearance": 8, "interceptionWon": 1, "totalTackle": 2, "wasFouled": 1, "totalOffside": 1, "minutesPlayed": 90, "touches": 52, "rating": 6.4, "possessionLostCtrl": 12}}, {"id": 16586, "name": "Danny Rose", "firstName": "", "lastName": "", "short": "D. Rose", "slug": "danny-rose", "position": "D", "dateOfBirthTimestamp": 646876800, "jerseyNumber": 3, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {"totalPass": 23, "accuratePass": 16, "totalLongBalls": 7, "accurateLongBalls": 5, "totalCross": 1, "aerialLost": 1, "duelLost": 3, "duelWon": 3, "challengeLost": 2, "totalContest": 1, "wonContest": 1, "totalClearance": 1, "outfielderBlock": 3, "interceptionWon": 3, "totalTackle": 2, "errorLeadToAShot": 1, "minutesPlayed": 90, "touches": 44, "rating": 6.5, "possessionLostCtrl": 11}}, {"id": 259995, "name": "Adam Masina", "firstName": "", "lastName": "", "short": "A. Masina", "slug": "adam-masina", "position": "D", "dateOfBirthTimestamp": 757468800, "jerseyNumber": 11, "nationality": {"country": "Morocco", "countryCode": "MA"}, "statistics": {"totalPass": 8, "accuratePass": 5, "totalLongBalls": 2, "accurateLongBalls": 1, "aerialLost": 1, "aerialWon": 4, "duelLost": 1, "duelWon": 5, "totalClearance": 3, "interceptionWon": 1, "totalTackle": 1, "minutesPlayed": 45, "touches": 17, "rating": 6.6, "possessionLostCtrl": 4}}, {"id": 844424, "name": "Emmanuel Dennis", "firstName": "", "lastName": "", "short": "E. B. Dennis", "slug": "emmanuel-dennis", "position": "F", "dateOfBirthTimestamp": 879552000, "jerseyNumber": 25, "nationality": {"country": "Nigeria", "countryCode": "NG"}, "statistics": {"totalPass": 14, "accuratePass": 9, "totalLongBalls": 1, "aerialLost": 4, "aerialWon": 3, "duelLost": 9, "duelWon": 6, "challengeLost": 1, "dispossessed": 2, "totalContest": 2, "wonContest": 1, "totalTackle": 1, "wasFouled": 1, "fouls": 1, "totalOffside": 1, "minutesPlayed": 69, "touches": 29, "rating": 5.9, "possessionLostCtrl": 14}}, {"id": 48563, "name": "Juraj Kucka", "short": "J. Kucka", "slug": "juraj-kucka", "position": "M", "dateOfBirthTimestamp": 541296000, "jerseyNumber": 33, "nationality": {"country": "Slovakia", "countryCode": "SK"}, "statistics": {"totalPass": 20, "accuratePass": 15, "totalLongBalls": 3, "accurateLongBalls": 1, "aerialLost": 1, "aerialWon": 2, "duelLost": 6, "duelWon": 4, "challengeLost": 2, "dispossessed": 1, "totalContest": 1, "onTargetScoringAttempt": 1, "totalClearance": 5, "outfielderBlock": 2, "interceptionWon": 2, "wasFouled": 2, "fouls": 1, "totalOffside": 1, "minutesPlayed": 90, "touches": 36, "rating": 6.3, "possessionLostCtrl": 8}}, {"id": 27014, "name": "Moussa Sissoko", "short": "M. Sissoko", "slug": "moussa-sissoko", "position": "M", "dateOfBirthTimestamp": 619228800, "jerseyNumber": 19, "nationality": {"country": "France", "countryCode": "FR"}, "statistics": {"totalPass": 33, "accuratePass": 23, "totalLongBalls": 3, "accurateLongBalls": 1, "aerialWon": 3, "duelLost": 1, "duelWon": 9, "dispossessed": 1, "totalContest": 4, "wonContest": 4, "totalClearance": 3, "interceptionWon": 1, "totalTackle": 2, "minutesPlayed": 90, "touches": 50, "rating": 7, "possessionLostCtrl": 13, "keyPass": 2}}, {"id": 887055, "name": "Cucho Hern\u00e1ndez", "firstName": "", "lastName": "", "short": "C. Hern\u00e1ndez", "slug": "cucho-hernandez", "position": "F", "dateOfBirthTimestamp": 924739200, "jerseyNumber": 29, "nationality": {"country": "Colombia", "countryCode": "CO"}, "statistics": {"totalPass": 17, "accuratePass": 11, "totalCross": 1, "aerialLost": 1, "aerialWon": 3, "duelLost": 6, "duelWon": 6, "challengeLost": 2, "dispossessed": 2, "totalContest": 1, "shotOffTarget": 1, "blockedScoringAttempt": 1, "totalTackle": 1, "wasFouled": 2, "minutesPlayed": 90, "touches": 41, "rating": 6.1, "possessionLostCtrl": 15, "keyPass": 1}}, {"id": 845286, "name": "Isma\u00efla Sarr", "short": "I. Sarr", "slug": "ismaila-sarr", "position": "M", "dateOfBirthTimestamp": 888364800, "jerseyNumber": 23, "nationality": {"country": "Senegal", "countryCode": "SN"}, "statistics": {"totalPass": 16, "accuratePass": 14, "totalLongBalls": 1, "accurateLongBalls": 1, "totalCross": 2, "accurateCross": 1, "aerialWon": 1, "duelLost": 3, "duelWon": 5, "challengeLost": 1, "totalContest": 3, "wonContest": 1, "shotOffTarget": 2, "onTargetScoringAttempt": 1, "hitWoodwork": 1, "wasFouled": 3, "totalOffside": 2, "minutesPlayed": 90, "touches": 31, "rating": 7, "possessionLostCtrl": 7}}, {"id": 288019, "name": "Daniel Bachmann", "firstName": "", "lastName": "", "short": "D. Bachmann", "slug": "daniel-bachmann", "position": "G", "dateOfBirthTimestamp": 773712000, "jerseyNumber": 26, "nationality": {"country": "Austria", "countryCode": "AT"}, "statistics": {}}, {"id": 991595, "name": "Jeremy Ngakia", "short": "J. Ngakia", "slug": "jeremy-ngakia", "position": "D", "dateOfBirthTimestamp": 968284800, "jerseyNumber": 2, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {"totalPass": 15, "accuratePass": 9, "totalLongBalls": 4, "totalCross": 2, "accurateCross": 1, "duelLost": 2, "duelWon": 4, "totalContest": 2, "wonContest": 1, "totalClearance": 2, "interceptionWon": 1, "totalTackle": 3, "fouls": 1, "minutesPlayed": 34, "touches": 27, "rating": 6.8, "possessionLostCtrl": 9, "keyPass": 1}}, {"id": 251907, "name": "Ozan Tufan", "short": "O. Tufan", "slug": "ozan-tufan", "position": "M", "dateOfBirthTimestamp": 795916800, "jerseyNumber": 18, "nationality": {"country": "Turkey", "countryCode": "TR"}, "statistics": {}}, {"id": 319847, "name": "Ken Sema", "firstName": "", "lastName": "", "short": "K. Sema", "slug": "ken-sema", "position": "M", "dateOfBirthTimestamp": 749347200, "jerseyNumber": 12, "nationality": {"country": "Sweden", "countryCode": "SE"}, "statistics": {}}, {"id": 46432, "name": "Tom Cleverley", "firstName": "", "lastName": "", "short": "T. Cleverley", "slug": "tom-cleverley", "position": "M", "dateOfBirthTimestamp": 618883200, "jerseyNumber": 8, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {"totalPass": 14, "accuratePass": 12, "totalCross": 1, "duelLost": 2, "duelWon": 3, "totalContest": 1, "totalTackle": 2, "wasFouled": 1, "fouls": 1, "minutesPlayed": 45, "touches": 20, "rating": 6.4, "possessionLostCtrl": 4}}, {"id": 965943, "name": "Imr\u00e2n Louza", "firstName": "", "lastName": "", "short": "I. Louza", "slug": "imran-louza", "position": "M", "dateOfBirthTimestamp": 925516800, "jerseyNumber": 6, "nationality": {"country": "Morocco", "countryCode": "MA"}, "statistics": {}}, {"id": 19343, "name": "Dan Gosling", "firstName": "", "lastName": "", "short": "D. Gosling", "slug": "dan-gosling", "position": "M", "dateOfBirthTimestamp": 633916800, "jerseyNumber": 16, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {}}, {"id": 353224, "name": "Ashley Fletcher", "firstName": "", "lastName": "", "short": "A. Fletcher", "slug": "ashley-fletcher", "position": "F", "dateOfBirthTimestamp": 812592000, "jerseyNumber": 17, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {}}, {"id": 975079, "name": "Jo\u00e3o Pedro", "short": "J. Pedro", "slug": "joao-pedro", "position": "F", "dateOfBirthTimestamp": 1001462400, "jerseyNumber": 10, "nationality": {"country": "Brazil", "countryCode": "BR"}, "statistics": {"totalPass": 5, "accuratePass": 4, "aerialLost": 1, "aerialWon": 1, "duelLost": 4, "duelWon": 2, "totalContest": 4, "wonContest": 1, "totalOffside": 2, "minutesPlayed": 21, "touches": 14, "rating": 6.4, "possessionLostCtrl": 7, "keyPass": 1}}], "awayLineup": [{"id": 827362, "name": "Caoimhin Kelleher", "firstName": "", "lastName": "", "short": "C. Kelleher", "slug": "caoimhin-kelleher", "position": "G", "dateOfBirthTimestamp": 911779200, "jerseyNumber": 62, "nationality": {"country": "Ireland", "countryCode": "IE"}, "statistics": {"totalPass": 38, "accuratePass": 36, "totalLongBalls": 4, "accurateLongBalls": 2, "totalClearance": 1, "savedShotsFromInsideTheBox": 1, "saves": 2, "totalKeeperSweeper": 1, "accurateKeeperSweeper": 1, "minutesPlayed": 90, "touches": 44, "rating": 7.3, "possessionLostCtrl": 2}}, {"id": 795064, "name": "Trent Alexander-Arnold", "firstName": "", "lastName": "", "short": "T. Alexander-Arnold", "slug": "trent-alexander-arnold", "position": "D", "dateOfBirthTimestamp": 907718400, "jerseyNumber": 66, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {"totalPass": 69, "accuratePass": 59, "totalLongBalls": 12, "accurateLongBalls": 8, "totalCross": 7, "accurateCross": 1, "aerialWon": 1, "duelLost": 2, "duelWon": 2, "dispossessed": 2, "shotOffTarget": 1, "blockedScoringAttempt": 1, "totalClearance": 1, "interceptionWon": 1, "lastManTackle": 1, "totalTackle": 1, "totalOffside": 1, "minutesPlayed": 64, "touches": 91, "rating": 7.4, "possessionLostCtrl": 19, "keyPass": 1}}, {"id": 51501, "name": "Jo\u00ebl Matip", "short": "J. Matip", "slug": "joel-matip", "position": "D", "dateOfBirthTimestamp": 681609600, "jerseyNumber": 32, "nationality": {"country": "Cameroon", "countryCode": "CM"}, "statistics": {"totalPass": 114, "accuratePass": 106, "totalLongBalls": 5, "accurateLongBalls": 4, "aerialLost": 1, "aerialWon": 4, "duelLost": 1, "duelWon": 4, "shotOffTarget": 1, "totalClearance": 1, "interceptionWon": 1, "minutesPlayed": 90, "touches": 119, "rating": 7.4, "possessionLostCtrl": 8}}, {"id": 151545, "name": "Virgil van Dijk", "firstName": "", "lastName": "", "short": "V. van Dijk", "slug": "virgil-van-dijk", "position": "D", "dateOfBirthTimestamp": 678931200, "jerseyNumber": 4, "nationality": {"country": "Netherlands", "countryCode": "NL"}, "statistics": {"totalPass": 103, "accuratePass": 96, "totalLongBalls": 11, "accurateLongBalls": 6, "aerialLost": 3, "aerialWon": 3, "duelLost": 4, "duelWon": 3, "totalContest": 1, "totalClearance": 2, "minutesPlayed": 90, "touches": 107, "rating": 7.1, "possessionLostCtrl": 8, "keyPass": 1}}, {"id": 262911, "name": "Andrew Robertson", "firstName": "", "lastName": "", "short": "A. Robertson", "slug": "andrew-robertson", "position": "D", "dateOfBirthTimestamp": 763344000, "jerseyNumber": 26, "nationality": {"country": "Scotland", "countryCode": "SX"}, "statistics": {"totalPass": 56, "accuratePass": 46, "totalLongBalls": 4, "accurateLongBalls": 2, "totalCross": 5, "aerialLost": 2, "duelLost": 3, "duelWon": 4, "totalContest": 1, "wonContest": 1, "totalClearance": 1, "totalTackle": 3, "fouls": 1, "minutesPlayed": 64, "touches": 75, "rating": 7.2, "possessionLostCtrl": 17, "keyPass": 1}}, {"id": 791, "name": "James Milner", "short": "J. Milner", "slug": "james-milner", "position": "M", "dateOfBirthTimestamp": 505180800, "jerseyNumber": 7, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {"totalPass": 74, "accuratePass": 67, "totalLongBalls": 3, "accurateLongBalls": 2, "goalAssist": 1, "totalCross": 3, "accurateCross": 1, "aerialLost": 4, "aerialWon": 1, "duelLost": 10, "duelWon": 6, "challengeLost": 4, "dispossessed": 1, "bigChanceCreated": 1, "shotOffTarget": 1, "totalClearance": 1, "interceptionWon": 1, "totalTackle": 3, "wasFouled": 2, "fouls": 1, "minutesPlayed": 83, "touches": 91, "rating": 7.6, "possessionLostCtrl": 11, "keyPass": 4}}, {"id": 42694, "name": "Jordan Henderson", "short": "J. Henderson", "slug": "jordan-henderson", "position": "M", "dateOfBirthTimestamp": 645580800, "jerseyNumber": 14, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {"totalPass": 115, "accuratePass": 103, "totalLongBalls": 7, "accurateLongBalls": 5, "aerialLost": 1, "duelLost": 4, "duelWon": 3, "dispossessed": 1, "totalTackle": 3, "fouls": 2, "minutesPlayed": 90, "touches": 124, "rating": 7.1, "possessionLostCtrl": 14}}, {"id": 365772, "name": "Naby Ke\u00efta", "firstName": "", "lastName": "", "short": "N. Ke\u00efta", "slug": "naby-keita", "position": "M", "dateOfBirthTimestamp": 792374400, "jerseyNumber": 8, "nationality": {"country": "Guinea", "countryCode": "GN"}, "statistics": {"totalPass": 67, "accuratePass": 58, "totalLongBalls": 5, "accurateLongBalls": 3, "aerialLost": 1, "duelLost": 6, "duelWon": 5, "challengeLost": 2, "totalContest": 1, "wonContest": 1, "shotOffTarget": 1, "blockedScoringAttempt": 2, "hitWoodwork": 1, "outfielderBlock": 1, "totalTackle": 4, "fouls": 3, "minutesPlayed": 90, "touches": 82, "rating": 7.2, "possessionLostCtrl": 12}}, {"id": 159665, "name": "Mohamed Salah", "firstName": "", "lastName": "", "short": "M. Salah", "slug": "mohamed-salah", "position": "F", "dateOfBirthTimestamp": 708566400, "jerseyNumber": 11, "nationality": {"country": "Egypt", "countryCode": "EG"}, "statistics": {"totalPass": 51, "accuratePass": 42, "totalLongBalls": 1, "accurateLongBalls": 1, "goalAssist": 1, "totalCross": 1, "aerialLost": 1, "duelLost": 5, "duelWon": 3, "challengeLost": 1, "dispossessed": 2, "totalContest": 4, "wonContest": 3, "bigChanceCreated": 1, "onTargetScoringAttempt": 3, "blockedScoringAttempt": 2, "goals": 1, "minutesPlayed": 90, "touches": 69, "rating": 8.6, "possessionLostCtrl": 18, "keyPass": 2}}, {"id": 143697, "name": "Roberto Firmino", "short": "R. Firmino", "slug": "roberto-firmino", "position": "F", "dateOfBirthTimestamp": 686361600, "jerseyNumber": 9, "nationality": {"country": "Brazil", "countryCode": "BR"}, "statistics": {"totalPass": 49, "accuratePass": 36, "totalLongBalls": 3, "accurateLongBalls": 3, "goalAssist": 1, "aerialLost": 3, "duelLost": 6, "duelWon": 3, "dispossessed": 2, "totalContest": 3, "wonContest": 2, "bigChanceCreated": 1, "onTargetScoringAttempt": 3, "goals": 3, "totalTackle": 1, "minutesPlayed": 90, "touches": 68, "rating": 10, "possessionLostCtrl": 21, "keyPass": 3}}, {"id": 217704, "name": "Sadio Man\u00e9", "short": "S. Man\u00e9", "slug": "sadio-mane", "position": "F", "dateOfBirthTimestamp": 702864000, "jerseyNumber": 10, "nationality": {"country": "Senegal", "countryCode": "SN"}, "statistics": {"totalPass": 35, "accuratePass": 25, "totalCross": 1, "aerialLost": 1, "aerialWon": 1, "duelLost": 4, "duelWon": 5, "challengeLost": 1, "totalContest": 2, "wonContest": 1, "bigChanceMissed": 1, "shotOffTarget": 2, "onTargetScoringAttempt": 2, "goals": 1, "totalClearance": 1, "interceptionWon": 1, "totalTackle": 1, "wasFouled": 2, "fouls": 1, "totalOffside": 1, "minutesPlayed": 90, "touches": 50, "rating": 7.5, "possessionLostCtrl": 15, "keyPass": 1}}, {"id": 50539, "name": "Adri\u00e1n", "firstName": "", "lastName": "", "short": "Adri\u00e1n", "slug": "adrian", "position": "G", "dateOfBirthTimestamp": 536630400, "jerseyNumber": 13, "nationality": {"country": "Spain", "countryCode": "ES"}, "statistics": {}}, {"id": 318927, "name": "Joe Gomez", "firstName": "", "lastName": "", "short": "J. Gomez", "slug": "joe-gomez", "position": "D", "dateOfBirthTimestamp": 864345600, "jerseyNumber": 12, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {}}, {"id": 927356, "name": "Neco Williams", "firstName": "", "lastName": "", "short": "N. Williams", "slug": "williams-neco", "position": "D", "dateOfBirthTimestamp": 987120000, "jerseyNumber": 76, "nationality": {"country": "Wales", "countryCode": "WA"}, "statistics": {"totalPass": 8, "accuratePass": 8, "goalAssist": 1, "aerialLost": 2, "duelLost": 2, "duelWon": 1, "totalContest": 1, "wonContest": 1, "bigChanceCreated": 1, "minutesPlayed": 9, "touches": 11, "rating": 7.2, "keyPass": 1}}, {"id": 786259, "name": "Konstantinos Tsimikas", "short": "K. Tsimikas", "slug": "konstantinos-tsimikas", "position": "D", "dateOfBirthTimestamp": 831859200, "jerseyNumber": 21, "nationality": {"country": "Greece", "countryCode": "GR"}, "statistics": {"totalPass": 17, "accuratePass": 11, "totalLongBalls": 1, "totalCross": 2, "duelLost": 3, "duelWon": 2, "dispossessed": 1, "totalTackle": 2, "fouls": 2, "minutesPlayed": 26, "touches": 24, "rating": 6.5, "possessionLostCtrl": 9}}, {"id": 826215, "name": "Ibrahima Konat\u00e9", "firstName": "", "lastName": "", "short": "I. Konat\u00e9", "slug": "ibrahima-konate", "position": "D", "dateOfBirthTimestamp": 927590400, "jerseyNumber": 5, "nationality": {"country": "France", "countryCode": "FR"}, "statistics": {}}, {"id": 10577, "name": "Alex Oxlade-Chamberlain", "firstName": "", "lastName": "", "short": "A. Oxlade-Chamberlain", "slug": "alex-oxlade-chamberlain", "position": "M", "dateOfBirthTimestamp": 745372800, "jerseyNumber": 15, "nationality": {"country": "England", "countryCode": "EN"}, "statistics": {"totalPass": 20, "accuratePass": 18, "totalLongBalls": 3, "accurateLongBalls": 3, "duelLost": 2, "duelWon": 1, "challengeLost": 1, "totalContest": 2, "wonContest": 1, "minutesPlayed": 26, "touches": 25, "rating": 6.7, "possessionLostCtrl": 4, "keyPass": 1}}, {"id": 606164, "name": "Diogo Jota", "firstName": "", "lastName": "", "short": "D. Jota", "slug": "diogo-jota", "position": "F", "dateOfBirthTimestamp": 849657600, "jerseyNumber": 20, "nationality": {"country": "Portugal", "countryCode": "PT"}, "statistics": {}}, {"id": 155818, "name": "Takumi Minamino", "short": "T. Minamino", "slug": "takumi-minamino", "position": "F", "dateOfBirthTimestamp": 790214400, "jerseyNumber": 18, "nationality": {"country": "Japan", "countryCode": "JP"}, "statistics": {}}, {"id": 190399, "name": "Divock Origi", "short": "D. Origi", "slug": "divock-origi", "position": "F", "dateOfBirthTimestamp": 798163200, "jerseyNumber": 27, "nationality": {"country": "Belgium", "countryCode": "BE"}, "statistics": {}}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"confirmed": {"type": "boolean"}, "homeLineup": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "position": {"type": "string"}, "dateOfBirthTimestamp": {"type": "integer"}, "jerseyNumber": {"type": "integer"}, "nationality": {"type": "object", "properties": {"country": {"type": "string"}, "countryCode": {"type": "string"}}, "required": ["country", "countryCode"]}, "statistics": {"type": "object", "properties": {"totalPass": {"type": "integer"}, "accuratePass": {"type": "integer"}, "totalLongBalls": {"type": "integer"}, "accurateLongBalls": {"type": "integer"}, "totalClearance": {"type": "integer"}, "goodHighClaim": {"type": "integer"}, "savedShotsFromInsideTheBox": {"type": "integer"}, "saves": {"type": "integer"}, "minutesPlayed": {"type": "integer"}, "touches": {"type": "integer"}, "rating": {"type": "number"}, "possessionLostCtrl": {"type": "integer"}, "duelLost": {"type": "integer"}, "challengeLost": {"type": "integer"}, "dispossessed": {"type": "integer"}, "totalOffside": {"type": "integer"}, "aerialLost": {"type": "integer"}, "interceptionWon": {"type": "integer"}, "aerialWon": {"type": "integer"}, "duelWon": {"type": "integer"}, "totalContest": {"type": "integer"}, "totalTackle": {"type": "integer"}, "wasFouled": {"type": "integer"}, "totalCross": {"type": "integer"}, "wonContest": {"type": "integer"}, "outfielderBlock": {"type": "integer"}, "errorLeadToAShot": {"type": "integer"}, "fouls": {"type": "integer"}, "onTargetScoringAttempt": {"type": "integer"}, "keyPass": {"type": "integer"}, "shotOffTarget": {"type": "integer"}, "blockedScoringAttempt": {"type": "integer"}, "accurateCross": {"type": "integer"}, "hitWoodwork": {"type": "integer"}}}}, "required": ["dateOfBirthTimestamp", "id", "jerseyNumber", "name", "nationality", "position", "short", "slug", "statistics"]}}, "awayLineup": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "position": {"type": "string"}, "dateOfBirthTimestamp": {"type": "integer"}, "jerseyNumber": {"type": "integer"}, "nationality": {"type": "object", "properties": {"country": {"type": "string"}, "countryCode": {"type": "string"}}, "required": ["country", "countryCode"]}, "statistics": {"type": "object", "properties": {"totalPass": {"type": "integer"}, "accuratePass": {"type": "integer"}, "totalLongBalls": {"type": "integer"}, "accurateLongBalls": {"type": "integer"}, "totalClearance": {"type": "integer"}, "savedShotsFromInsideTheBox": {"type": "integer"}, "saves": {"type": "integer"}, "totalKeeperSweeper": {"type": "integer"}, "accurateKeeperSweeper": {"type": "integer"}, "minutesPlayed": {"type": "integer"}, "touches": {"type": "integer"}, "rating": {"type": "number"}, "possessionLostCtrl": {"type": "integer"}, "totalCross": {"type": "integer"}, "accurateCross": {"type": "integer"}, "aerialWon": {"type": "integer"}, "duelLost": {"type": "integer"}, "duelWon": {"type": "integer"}, "dispossessed": {"type": "integer"}, "shotOffTarget": {"type": "integer"}, "blockedScoringAttempt": {"type": "integer"}, "interceptionWon": {"type": "integer"}, "lastManTackle": {"type": "integer"}, "totalTackle": {"type": "integer"}, "totalOffside": {"type": "integer"}, "keyPass": {"type": "integer"}, "aerialLost": {"type": "integer"}, "totalContest": {"type": "integer"}, "wonContest": {"type": "integer"}, "fouls": {"type": "integer"}, "goalAssist": {"type": "integer"}, "challengeLost": {"type": "integer"}, "bigChanceCreated": {"type": "integer"}, "wasFouled": {"type": "integer"}, "hitWoodwork": {"type": "integer"}, "outfielderBlock": {"type": "integer"}, "onTargetScoringAttempt": {"type": "integer"}, "goals": {"type": "integer"}, "bigChanceMissed": {"type": "integer"}}}}, "required": ["dateOfBirthTimestamp", "id", "jerseyNumber", "name", "nationality", "position", "short", "slug", "statistics"]}}}, "required": ["awayLineup", "confirmed", "homeLineup"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/39523967-8ddc-45da-aaeb-8c05a208360d/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get best player | "Get best player" will return the best player of each team with their rating. | 200 | Response | {"bestHomeTeamPlayer": {"id": 27014, "name": "Moussa Sissoko", "short": "M. Sissoko", "slug": "moussa-sissoko", "dateOfBirthTimestamp": 619228800, "position": "M", "rating": "7.0"}, "bestAwayTeamPlayer": {"id": 143697, "name": "Roberto Firmino", "short": "R. Firmino", "slug": "roberto-firmino", "dateOfBirthTimestamp": 686361600, "position": "F", "rating": "10"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"bestHomeTeamPlayer": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "dateOfBirthTimestamp": {"type": "integer"}, "position": {"type": "string"}, "rating": {"type": "string"}}, "required": ["dateOfBirthTimestamp", "id", "name", "position", "rating", "short", "slug"]}, "bestAwayTeamPlayer": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "slug": {"type": "string"}, "dateOfBirthTimestamp": {"type": "integer"}, "position": {"type": "string"}, "rating": {"type": "string"}}, "required": ["dateOfBirthTimestamp", "id", "name", "position", "rating", "short", "slug"]}}, "required": ["bestAwayTeamPlayer", "bestHomeTeamPlayer"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/7e8b3f3c-df67-4cb1-81e2-3b5f8db02ace/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get pregame form | If you're a detail hunter this is the place for you! Get the information about the last games both teams accomplished. | 200 | Response | {"homeTeam": {"position": 16, "value": "0", "form": ["L", "L", "L"]}, "awayTeam": {"position": 7, "value": "2", "form": ["W"]}, "label": "Pts"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"homeTeam": {"type": "object", "properties": {"position": {"type": "integer"}, "value": {"type": "string"}, "form": {"type": "array", "items": {"type": "string"}}}, "required": ["form", "position", "value"]}, "awayTeam": {"type": "object", "properties": {"position": {"type": "integer"}, "value": {"type": "string"}, "form": {"type": "array", "items": {"type": "string"}}}, "required": ["form", "position", "value"]}, "label": {"type": "string"}}, "required": ["awayTeam", "homeTeam", "label"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/2137e08e-de9c-445f-b607-441784b6df09/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get game details | With "Get game details" you'll get the basic information about the game you were looking for. | 200 | Response | {"id": 9726635, "startTimestamp": 1634166000, "slug": "toronto-maple-leafs-montreal-canadiens", "scoreHomeAwaySlug": "2:1", "scoreAwayHomeSlug": "1:2", "round": 1, "hasEventPlayerStatistics": true, "winner": 1, "audience": 18493, "hasHighlightVideo": true, "status": {"code": 100, "type": "finished", "title": "Ended"}, "homeTeam": {"id": 3693, "name": "Toronto Maple Leafs", "short": "Toronto", "code": "TOR", "slug": "toronto-maple-leafs", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#002868"}}, "awayTeam": {"id": 3690, "name": "Montr\u00e9al Canadiens", "short": "Montr\u00e9al", "code": "MTL", "slug": "montreal-canadiens", "gender": "M", "teamColors": {"primary": "#af1e2d", "secondary": "#192168"}}, "homeScore": {"current": 2, "display": 2, "period1": 1, "period2": 0, "period3": 1, "normaltime": 2}, "awayScore": {"current": 1, "display": 1, "period1": 1, "period2": 0, "period3": 0, "normaltime": 1}, "time": {"current": 6918, "period1": 2196, "period2": 2213, "period3": 2509, "played": 3591, "periodLength": 1200, "overtimeLength": 300, "totalPeriodCount": 3, "currentPeriodStartTimestamp": 1634176346}, "competition": {"id": 142, "name": "NHL", "slug": "nhl", "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}, "category": {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}}, "season": {"name": "NHL 21/22", "year": "21/22", "id": 37617}, "playground": {"stadium": "Scotiabank Arena", "city": "Toronto", "country": "Canada", "countryCode": "CA", "capacity": 19800}, "referee": "-1"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "startTimestamp": {"type": "integer"}, "slug": {"type": "string"}, "scoreHomeAwaySlug": {"type": "string"}, "scoreAwayHomeSlug": {"type": "string"}, "round": {"type": "integer"}, "hasEventPlayerStatistics": {"type": "boolean"}, "winner": {"type": "integer"}, "audience": {"type": "integer"}, "hasHighlightVideo": {"type": "boolean"}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}}, "required": ["code", "title", "type"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "gender": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}}, "required": ["code", "gender", "id", "name", "short", "slug", "teamColors"]}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}, "period2": {"type": "integer"}, "period3": {"type": "integer"}, "normaltime": {"type": "integer"}}, "required": ["current", "display", "normaltime", "period1", "period2", "period3"]}, "awayScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}, "period2": {"type": "integer"}, "period3": {"type": "integer"}, "normaltime": {"type": "integer"}}, "required": ["current", "display", "normaltime", "period1", "period2", "period3"]}, "time": {"type": "object", "properties": {"current": {"type": "integer"}, "period1": {"type": "integer"}, "period2": {"type": "integer"}, "period3": {"type": "integer"}, "played": {"type": "integer"}, "periodLength": {"type": "integer"}, "overtimeLength": {"type": "integer"}, "totalPeriodCount": {"type": "integer"}, "currentPeriodStartTimestamp": {"type": "integer"}}, "required": ["current", "currentPeriodStartTimestamp", "overtimeLength", "period1", "period2", "period3", "periodLength", "played", "totalPeriodCount"]}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "category": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}}, "required": ["category", "id", "name", "slug", "sport"]}, "season": {"type": "object", "properties": {"name": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "name", "year"]}, "playground": {"type": "object", "properties": {"stadium": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "countryCode": {"type": "string"}, "capacity": {"type": "integer"}}, "required": ["capacity", "city", "country", "countryCode", "stadium"]}, "referee": {"type": "string"}}, "required": ["audience", "awayScore", "awayTeam", "competition", "hasEventPlayerStatistics", "hasHighlightVideo", "homeScore", "homeTeam", "id", "playground", "referee", "round", "scoreAwayHomeSlug", "scoreHomeAwaySlug", "season", "slug", "startTimestamp", "status", "time", "winner"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/3d02ab5a-d2f6-4ac9-a542-65705b3c52bb/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get live games | With "Get live games" you'll receive a full list of all live games with their current status and score. | 200 | Response | [{"id": 9886423, "startTimestamp": 1634637600, "slug": "the-diamond-rock-fa-social-warrior-fc", "scoreHomeAwaySlug": "2:0", "scoreAwayHomeSlug": "0:2", "status": {"code": 31, "type": "inprogress", "title": "Halftime"}, "homeTeam": {"id": 396657, "name": "THE Diamond Rock FA", "short": "THE Diamond Rock FA", "code": "TDR", "slug": "the-diamond-rock-fa", "teamColors": {"primary": "#52b030", "secondary": "#52b030"}}, "awayTeam": {"id": 396656, "name": "Social Warrior FC", "short": "Social Warrior FC", "code": "SWF", "slug": "social-warrior-fc", "teamColors": {"primary": "#52b030", "secondary": "#52b030"}}, "homeScore": {"current": 2, "display": 2, "period1": 2}, "awayScore": {"current": 0, "display": 0, "period1": 0}, "time": {"injuryTime1": 4, "currentPeriodStartTimestamp": 1634622600}, "competition": {"id": 95562, "name": "Madhya Pradesh Premier League", "slug": "madhya-pradesh-premier-league", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 352, "code": "IN", "name": "India", "slug": "india", "flag": "india"}}}, {"id": 9778760, "startTimestamp": 1634619600, "slug": "fk-kaluga-dynamo-vladivostok", "scoreHomeAwaySlug": "0:0", "scoreAwayHomeSlug": "0:0", "round": 17, "status": {"code": 31, "type": "inprogress", "title": "Halftime"}, "homeTeam": {"id": 387102, "name": "Dynamo Vladivostok", "short": "Dynamo Vladivostok", "code": "DVL", "slug": "dynamo-vladivostok", "gender": "M", "teamColors": {"primary": "#52b030", "secondary": "#52b030"}}, "awayTeam": {"id": 75181, "name": "FK Kaluga", "short": "Kaluga", "code": "KAL", "slug": "fk-kaluga", "gender": "M", "teamColors": {"primary": "#ffffff", "secondary": "#0000ff"}}, "homeScore": {"current": 0, "display": 0, "period1": 0}, "awayScore": {"current": 0, "display": 0, "period1": 0}, "time": {"currentPeriodStartTimestamp": 1634622361}, "competition": {"id": 94081, "name": "FNL 2, Group 3B", "slug": "fnl-2-group-3b", "sport": {"id": 1, "name": "Football", "slug": "football"}, "category": {"id": 21, "code": "RU", "name": "Russia", "slug": "russia", "flag": "russia"}}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "startTimestamp": {"type": "integer"}, "slug": {"type": "string"}, "scoreHomeAwaySlug": {"type": "string"}, "scoreAwayHomeSlug": {"type": "string"}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "type": {"type": "string"}, "title": {"type": "string"}}, "required": ["code", "title", "type"]}, "homeTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}, "gender": {"type": "string"}}, "required": ["code", "id", "name", "short", "slug", "teamColors"]}, "awayTeam": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "short": {"type": "string"}, "code": {"type": "string"}, "slug": {"type": "string"}, "teamColors": {"type": "object", "properties": {"primary": {"type": "string"}, "secondary": {"type": "string"}}, "required": ["primary", "secondary"]}, "gender": {"type": "string"}}, "required": ["code", "id", "name", "short", "slug", "teamColors"]}, "homeScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}}, "required": ["current", "display", "period1"]}, "awayScore": {"type": "object", "properties": {"current": {"type": "integer"}, "display": {"type": "integer"}, "period1": {"type": "integer"}}, "required": ["current", "display", "period1"]}, "time": {"type": "object", "properties": {"injuryTime1": {"type": "integer"}, "currentPeriodStartTimestamp": {"type": "integer"}}, "required": ["currentPeriodStartTimestamp"]}, "competition": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}, "category": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["code", "flag", "id", "name", "slug"]}}, "required": ["category", "id", "name", "slug", "sport"]}, "round": {"type": "integer"}}, "required": ["awayScore", "awayTeam", "competition", "homeScore", "homeTeam", "id", "scoreAwayHomeSlug", "scoreHomeAwaySlug", "slug", "startTimestamp", "status", "time"]}} |
544584b1-9e13-4332-aa8f-c62c71fccd96/a9a476be-1d19-45c3-9f8f-4a5cfb18afb5/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get countries by sport | With "Get countries by sport" you'll receive all countries with specific sport ids which ever supports the sport you've searched. | 200 | Response | {"countries": [{"id": 1169, "code": "LV", "name": "Latvia", "slug": "latvia", "flag": "latvia"}, {"id": 115, "code": "PL", "name": "Poland", "slug": "poland", "flag": "poland"}, {"id": 37, "code": "US", "name": "USA", "slug": "usa", "flag": "usa"}, {"id": 38, "code": "NO", "name": "Norway", "slug": "norway", "flag": "norway"}, {"id": 101, "code": "RU", "name": "Russia", "slug": "russia", "flag": "russia"}, {"id": 98, "code": "SK", "name": "Slovakia", "slug": "slovakia", "flag": "slovakia"}, {"id": 39, "code": "SE", "name": "Sweden", "slug": "sweden", "flag": "sweden"}, {"id": 54, "code": "CH", "name": "Switzerland", "slug": "switzerland", "flag": "switzerland"}, {"id": 42, "code": "CZ", "name": "Czech Republic", "slug": "czech-republic", "flag": "czech-republic"}, {"id": 65, "code": "AT", "name": "Austria", "slug": "austria", "flag": "austria"}, {"id": 275, "code": "BY", "name": "Belarus", "slug": "belarus", "flag": "belarus"}, {"id": 176, "code": "CA", "name": "Canada", "slug": "canada", "flag": "canada"}, {"id": 64, "code": "DK", "name": "Denmark", "slug": "denmark", "flag": "denmark"}, {"id": 40, "code": "FI", "name": "Finland", "slug": "finland", "flag": "finland"}, {"id": 242, "code": "FR", "name": "France", "slug": "france", "flag": "france"}, {"id": 41, "code": "DE", "name": "Germany", "slug": "germany", "flag": "germany"}, {"id": 56, "name": "International", "slug": "international", "flag": "international"}, {"id": 307, "code": "GB", "name": "United Kingdom", "slug": "united-kingdom", "flag": "great-britain"}, {"id": 1161, "code": "AU", "name": "Australia", "slug": "australia", "flag": "australia"}, {"id": 1502, "code": "NZ", "name": "New Zealand", "slug": "new-zealand", "flag": "new-zealand"}, {"id": 1013, "code": "KZ", "name": "Kazakhstan", "slug": "kazakhstan", "flag": "kazakhstan"}], "sport": {"id": 4, "name": "Ice Hockey", "slug": "ice-hockey"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"countries": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "flag": {"type": "string"}}, "required": ["flag", "id", "name", "slug"]}}, "sport": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["id", "name", "slug"]}}, "required": ["countries", "sport"]} |
544584b1-9e13-4332-aa8f-c62c71fccd96/fdc29289-0e14-4ab3-8803-716a28474703/0/0 | ViperScore | ViperScore is the cheapest sports API for all hobby and business projects with over 25 endpoints, 20+ sports and 5100+ leagues! We serve comprehensive data blazing fast with a clear structure and a well thought out scheme. You get the best live results and fast information for every game and we constantly develop the API further and include more data. | 9.3 | Get number of games today | With "Get number of games today" you'll receive all sports we support, how many games are today and how many of them are live. | 200 | Response | {"football": {"started": 2, "remaining": 282, "total": 284}, "tennis": {"started": 8, "remaining": 384, "total": 392}, "basketball": {"started": 0, "remaining": 75, "total": 75}, "ice-hockey": {"started": 0, "remaining": 68, "total": 68}, "baseball": {"started": 0, "remaining": 11, "total": 11}, "american-football": {"started": 0, "remaining": 2, "total": 2}, "volleyball": {"started": 1, "remaining": 51, "total": 52}, "handball": {"started": 0, "remaining": 23, "total": 23}, "futsal": {"started": 0, "remaining": 13, "total": 13}, "snooker": {"started": 0, "remaining": 12, "total": 12}, "darts": {"started": 0, "remaining": 15, "total": 15}, "cricket": {"started": 1, "remaining": 4, "total": 5}, "badminton": {"started": 1, "remaining": 54, "total": 55}, "beach-volley": {"started": 1, "remaining": 35, "total": 36}, "table-tennis": {"started": 9, "remaining": 449, "total": 458}, "esports": {"started": 8, "remaining": 34, "total": 42}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"football": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "tennis": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "basketball": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "ice-hockey": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "baseball": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "american-football": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "volleyball": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "handball": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "futsal": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "snooker": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "darts": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "cricket": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "badminton": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "beach-volley": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "table-tennis": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}, "esports": {"type": "object", "properties": {"started": {"type": "integer"}, "remaining": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["remaining", "started", "total"]}}, "required": ["american-football", "badminton", "baseball", "basketball", "beach-volley", "cricket", "darts", "esports", "football", "futsal", "handball", "ice-hockey", "snooker", "table-tennis", "tennis", "volleyball"]} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/894d0a7a-d34b-4b47-9537-1999d42408cd/0/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | List of Special markets | Get a list of special markets. Always first issue a snapshot call and continue with the delta calls. Calls return changes since the provided since value. You must always use the since parameter, after the first call. Please note that prematch and live events are different | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "title": "ValidationError"}, "type": "array", "title": "Detail"}}, "type": "object", "title": "HTTPValidationError"} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/b0a2e789-a14e-49f5-84bd-19bf29423270/0/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | Event Details | Get a event details and history odds. history:[time, value, max bet]. Period_results - status: 1 = Event period is settled, 2 = Event period is re-settled, 3 = Event period is cancelled, 4 = Event period is re-settled as cancelled, 5 = Event is deleted | 200 | null | {"events": [{"event_id": 1581573400, "sport_id": 1, "league_id": 1863, "league_name": "Club Friendlies", "starts": "2023-11-05T18:00:00", "last": 1649534641, "home": "Deportes Concepcion", "away": "Nublense", "event_type": "live", "parent_id": 1581570826, "resulting_unit": "Regular", "is_have_odds": true, "periods": [{"line_id": 2271059932, "number": 1, "cutoff": "2023-10-27T18:30:00Z", "period_status": 2, "money_line": {"home": 2.27, "draw": 3.67, "away": 3.17}, "spreads": {"number": 1, "status": 1, "settlement_id": 15169390, "settled_at": "2023-11-05T18:54:55.05Z", "team_1_score": 3, "team_2_score": 0}, "totals": {"points": 2.75, "alt_line_id": 37509778740, "over": 1.892, "under": 2.01, "max": 3000}, "history": {"home": []}}], "period_results": [{"number": 1, "status": 1, "settlement_id": 15169390, "settled_at": "2023-11-05T18:54:55.05Z", "team_1_score": 3, "team_2_score": 0}]}]} | {"properties": {"events": {"items": {"properties": {"event_id": {"type": "integer", "title": "Event Id", "description": "Event ID"}, "sport_id": {"type": "integer", "title": "Sport Id", "description": "Sport ID"}, "league_id": {"type": "integer", "title": "League Id", "description": "League ID"}, "league_name": {"type": "string", "title": "League Name", "description": "League Name"}, "starts": {"type": "string", "title": "Starts", "description": "Start date of the league"}, "last": {"type": ["integer", "null"], "title": "Last", "description": "Time of last update markets (unix timestamp)"}, "home": {"type": "string", "title": "Home", "description": "Name of the home team"}, "away": {"type": "string", "title": "Away", "description": "Name of the away team"}, "event_type": {"type": "string", "title": "Event Type", "description": "Event type: prematch or live"}, "parent_id": {"type": "integer", "title": "Parent Id", "description": "If event is linked to another event, parentId will be populated. Live event would have pre game event as parent id."}, "resulting_unit": {"type": "string", "title": "Resulting Unit", "description": "Specifies based on what the event will be resulted, e.g. Corners, Bookings"}, "is_have_odds": {"type": "boolean", "title": "Is Have Odds", "description": "Event is have odds"}, "periods": {"items": {"properties": {"line_id": {"type": "integer", "title": "Line Id", "description": "Line id"}, "number": {"type": "integer", "title": "Number", "description": "This represents the period of the match"}, "cutoff": {"type": "string", "title": "Cutoff", "description": "Period\u2019s wagering cut-off date in UTC"}, "period_status": {"type": "integer", "title": "Period Status", "description": "1 - online, period is open for betting 2 - offline, period is not open for betting"}, "money_line": {"properties": {"home": {"type": "number", "title": "Home", "description": "Home odds"}, "draw": {"type": "number", "title": "Draw", "description": "draw odds"}, "away": {"type": "number", "title": "Away", "description": "Home odds"}}, "type": "object", "required": ["home", "draw", "away"], "title": "MoneyLine"}, "spreads": {"properties": {"number": {"type": "integer", "title": "Number", "description": "This represents the period of the match"}, "status": {"type": "integer", "title": "Status", "description": "1 = Event period is settled, 2 = Event period is re-settled, 3 = Event period is cancelled, 4 = Event period is re-settled as cancelled, 5 = Event is deleted"}, "settlement_id": {"type": "integer", "title": "Settlement Id", "description": "Unique id of the settlement. In case of a re-settlement, a new settlementId and settledAt will be generated"}, "settled_at": {"type": "string", "title": "Settled At", "description": "Date and time in UTC when the period was settled."}, "team_1_score": {"type": "integer", "title": "Team 1 Score", "description": "Team 1 score"}, "team_2_score": {"type": "integer", "title": "Team 2 Score", "description": "Team 2 score"}}, "type": "object", "required": ["number", "status", "settlement_id", "settled_at", "team_1_score", "team_2_score"], "title": "Spread"}, "totals": {"properties": {"points": {"type": "number", "title": "Points", "description": "Total points"}, "alt_line_id": {"type": ["integer", "null"], "title": "Alt Line Id", "description": "This is present only if it\u2019s alternative line"}, "over": {"type": "number", "title": "Over", "description": "Over price"}, "under": {"type": "number", "title": "Under", "description": "Under price"}, "max": {"type": "number", "title": "Max", "description": "Maximum bet volume"}}, "type": "object", "required": ["points", "over", "under", "max"], "title": "Total"}, "history": {"properties": {"home": {"items": {"description": "**Omitted**"}, "type": "array", "title": "Home", "description": "Time (unix timestamp), Price, Maximum bet"}}, "type": "object", "required": ["home"], "title": "HistoryMoneyline"}}, "type": "object", "required": ["line_id", "number", "cutoff", "period_status", "money_line", "spreads", "totals", "history"], "title": "MarketsPeriod"}, "type": "array", "title": "Periods"}, "period_results": {"items": {"properties": {"number": {"type": "integer", "title": "Number", "description": "This represents the period of the match"}, "status": {"type": "integer", "title": "Status", "description": "1 = Event period is settled, 2 = Event period is re-settled, 3 = Event period is cancelled, 4 = Event period is re-settled as cancelled, 5 = Event is deleted"}, "settlement_id": {"type": "integer", "title": "Settlement Id", "description": "Unique id of the settlement. In case of a re-settlement, a new settlementId and settledAt will be generated"}, "settled_at": {"type": "string", "title": "Settled At", "description": "Date and time in UTC when the period was settled."}, "team_1_score": {"type": "integer", "title": "Team 1 Score", "description": "Team 1 score"}, "team_2_score": {"type": "integer", "title": "Team 2 Score", "description": "Team 2 score"}}, "type": "object", "required": ["number", "status", "settlement_id", "settled_at", "team_1_score", "team_2_score"], "title": "ArchiveEventPeriodResult"}, "type": "array", "title": "Period Results"}}, "type": "object", "required": ["event_id", "sport_id", "league_id", "league_name", "starts", "home", "away", "event_type", "parent_id", "resulting_unit", "is_have_odds", "periods", "period_results"], "title": "Event"}, "type": "array", "title": "Events"}}, "type": "object", "required": ["events"], "title": "ArchiveEventDetails"} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/b0a2e789-a14e-49f5-84bd-19bf29423270/1/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | Event Details | Get a event details and history odds. history:[time, value, max bet]. Period_results - status: 1 = Event period is settled, 2 = Event period is re-settled, 3 = Event period is cancelled, 4 = Event period is re-settled as cancelled, 5 = Event is deleted | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "title": "ValidationError"}, "type": "array", "title": "Detail"}}, "type": "object", "title": "HTTPValidationError"} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/03c7e1c8-6dbe-4e0c-a894-83d81eec36b9/1/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | List of Leagues | Get a list of leagues | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "title": "ValidationError"}, "type": "array", "title": "Detail"}}, "type": "object", "title": "HTTPValidationError"} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/007926a8-005a-4909-9e8e-ada49b6284d7/1/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | List of Periods | Get a list of periods | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "title": "ValidationError"}, "type": "array", "title": "Detail"}}, "type": "object", "title": "HTTPValidationError"} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/02c3aff1-ca24-4f8b-aafc-1bc0632cfb0c/0/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | List of Markets | Get a list of markets. Always first issue a snapshot call and continue with the delta calls. Calls return changes since the provided since value. You must always use the since parameter, after starting your program cycle. You can make request without a since parameter no more than 25 times in 5 minutes. Please note that prematch and live events are different | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "title": "ValidationError"}, "type": "array", "title": "Detail"}}, "type": "object", "title": "HTTPValidationError"} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/02c3aff1-ca24-4f8b-aafc-1bc0632cfb0c/1/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | List of Markets | Get a list of markets. Always first issue a snapshot call and continue with the delta calls. Calls return changes since the provided since value. You must always use the since parameter, after starting your program cycle. You can make request without a since parameter no more than 25 times in 5 minutes. Please note that prematch and live events are different | 200 | null | {"sport_id": 1, "sport_name": "Soccer", "last": 1649534641, "special_last": 1680610842, "last_call": 1680610842, "events": [{"event_id": 1581573400, "sport_id": 1, "league_id": 1863, "league_name": "Club Friendlies", "starts": "2023-11-05T18:00:00", "last": 1649534641, "home": "Deportes Concepcion", "away": "Nublense", "event_type": "live", "parent_id": 1581570826, "resulting_unit": "Regular", "is_have_odds": true, "periods": [{"line_id": 2271059932, "number": 1, "cutoff": "2023-10-27T18:30:00Z", "period_status": 2, "money_line": {"home": 2.27, "draw": 3.67, "away": 3.17}, "spreads": {"number": 1, "status": 1, "settlement_id": 15169390, "settled_at": "2023-11-05T18:54:55.05Z", "team_1_score": 3, "team_2_score": 0}, "totals": {"points": 2.75, "alt_line_id": 37509778740, "over": 1.892, "under": 2.01, "max": 3000}, "history": {"home": []}}], "period_results": [{"number": 1, "status": 1, "settlement_id": 15169390, "settled_at": "2023-11-05T18:54:55.05Z", "team_1_score": 3, "team_2_score": 0}]}]} | {"properties": {"sport_id": {"type": "integer", "title": "Sport Id", "description": "Sport id"}, "sport_name": {"type": "string", "title": "Sport Name", "description": "Sport name"}, "last": {"type": "integer", "title": "Last", "description": "Time of last update markets (unix timestamp)"}, "special_last": {"type": "integer", "title": "Special Last", "description": "Time of last update special markets (unix timestamp)"}, "last_call": {"type": ["integer", "null"], "title": "Last Call", "description": "Time of last update of general data (unix timestamp)"}, "events": {"items": {"properties": {"event_id": {"type": "integer", "title": "Event Id", "description": "Event ID"}, "sport_id": {"type": "integer", "title": "Sport Id", "description": "Sport ID"}, "league_id": {"type": "integer", "title": "League Id", "description": "League ID"}, "league_name": {"type": "string", "title": "League Name", "description": "League Name"}, "starts": {"type": "string", "title": "Starts", "description": "Start date of the league"}, "last": {"type": ["integer", "null"], "title": "Last", "description": "Time of last update markets (unix timestamp)"}, "home": {"type": "string", "title": "Home", "description": "Name of the home team"}, "away": {"type": "string", "title": "Away", "description": "Name of the away team"}, "event_type": {"type": "string", "title": "Event Type", "description": "Event type: prematch or live"}, "parent_id": {"type": "integer", "title": "Parent Id", "description": "If event is linked to another event, parentId will be populated. Live event would have pre game event as parent id."}, "resulting_unit": {"type": "string", "title": "Resulting Unit", "description": "Specifies based on what the event will be resulted, e.g. Corners, Bookings"}, "is_have_odds": {"type": "boolean", "title": "Is Have Odds", "description": "Event is have odds"}, "periods": {"items": {"properties": {"line_id": {"type": "integer", "title": "Line Id", "description": "Line id"}, "number": {"type": "integer", "title": "Number", "description": "This represents the period of the match"}, "cutoff": {"type": "string", "title": "Cutoff", "description": "Period\u2019s wagering cut-off date in UTC"}, "period_status": {"type": "integer", "title": "Period Status", "description": "1 - online, period is open for betting 2 - offline, period is not open for betting"}, "money_line": {"properties": {"home": {"type": "number", "title": "Home", "description": "Home odds"}, "draw": {"type": "number", "title": "Draw", "description": "draw odds"}, "away": {"type": "number", "title": "Away", "description": "Home odds"}}, "type": "object", "required": ["home", "draw", "away"], "title": "MoneyLine"}, "spreads": {"properties": {"number": {"type": "integer", "title": "Number", "description": "This represents the period of the match"}, "status": {"type": "integer", "title": "Status", "description": "1 = Event period is settled, 2 = Event period is re-settled, 3 = Event period is cancelled, 4 = Event period is re-settled as cancelled, 5 = Event is deleted"}, "settlement_id": {"type": "integer", "title": "Settlement Id", "description": "Unique id of the settlement. In case of a re-settlement, a new settlementId and settledAt will be generated"}, "settled_at": {"type": "string", "title": "Settled At", "description": "Date and time in UTC when the period was settled."}, "team_1_score": {"type": "integer", "title": "Team 1 Score", "description": "Team 1 score"}, "team_2_score": {"type": "integer", "title": "Team 2 Score", "description": "Team 2 score"}}, "type": "object", "required": ["number", "status", "settlement_id", "settled_at", "team_1_score", "team_2_score"], "title": "Spread"}, "totals": {"properties": {"points": {"type": "number", "title": "Points", "description": "Total points"}, "alt_line_id": {"type": ["integer", "null"], "title": "Alt Line Id", "description": "This is present only if it\u2019s alternative line"}, "over": {"type": "number", "title": "Over", "description": "Over price"}, "under": {"type": "number", "title": "Under", "description": "Under price"}, "max": {"type": "number", "title": "Max", "description": "Maximum bet volume"}}, "type": "object", "required": ["points", "over", "under", "max"], "title": "Total"}, "history": {"properties": {"home": {"items": {"description": "**Omitted**"}, "type": "array", "title": "Home", "description": "Time (unix timestamp), Price, Maximum bet"}}, "type": "object", "required": ["home"], "title": "HistoryMoneyline"}}, "type": "object", "required": ["line_id", "number", "cutoff", "period_status", "money_line", "spreads", "totals", "history"], "title": "MarketsPeriod"}, "type": "array", "title": "Periods"}, "period_results": {"items": {"properties": {"number": {"type": "integer", "title": "Number", "description": "This represents the period of the match"}, "status": {"type": "integer", "title": "Status", "description": "1 = Event period is settled, 2 = Event period is re-settled, 3 = Event period is cancelled, 4 = Event period is re-settled as cancelled, 5 = Event is deleted"}, "settlement_id": {"type": "integer", "title": "Settlement Id", "description": "Unique id of the settlement. In case of a re-settlement, a new settlementId and settledAt will be generated"}, "settled_at": {"type": "string", "title": "Settled At", "description": "Date and time in UTC when the period was settled."}, "team_1_score": {"type": "integer", "title": "Team 1 Score", "description": "Team 1 score"}, "team_2_score": {"type": "integer", "title": "Team 2 Score", "description": "Team 2 score"}}, "type": "object", "required": ["number", "status", "settlement_id", "settled_at", "team_1_score", "team_2_score"], "title": "ArchiveEventPeriodResult"}, "type": "array", "title": "Period Results"}}, "type": "object", "required": ["event_id", "sport_id", "league_id", "league_name", "starts", "home", "away", "event_type", "parent_id", "resulting_unit", "is_have_odds", "periods", "period_results"], "title": "Event"}, "type": "array", "title": "Events"}}, "type": "object", "required": ["sport_id", "sport_name", "events"], "title": "MarketsEventItems"} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/3cd673fd-122a-4412-b17b-e6ae0cb062e3/0/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | List of Archive events | Get a list of archive events. Use pagination | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}, "type": "array", "title": "Location"}, "msg": {"type": "string", "title": "Message"}, "type": {"type": "string", "title": "Error Type"}}, "type": "object", "required": ["loc", "msg", "type"], "title": "ValidationError"}, "type": "array", "title": "Detail"}}, "type": "object", "title": "HTTPValidationError"} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/3cd673fd-122a-4412-b17b-e6ae0cb062e3/1/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | List of Archive events | Get a list of archive events. Use pagination | 200 | null | {"sport_id": 1, "sport_name": "Soccer", "events": [{"event_id": 1581573400, "sport_id": 1, "league_id": 1863, "league_name": "Club Friendlies", "starts": "2023-11-05T18:00:00", "last": 1649534641, "home": "Deportes Concepcion", "away": "Nublense", "event_type": "live", "parent_id": 1581570826, "resulting_unit": "Regular", "is_have_odds": true, "periods": [{"line_id": 2271059932, "number": 1, "cutoff": "2023-10-27T18:30:00Z", "period_status": 2, "money_line": {"home": 2.27, "draw": 3.67, "away": 3.17}, "spreads": {"number": 1, "status": 1, "settlement_id": 15169390, "settled_at": "2023-11-05T18:54:55.05Z", "team_1_score": 3, "team_2_score": 0}, "totals": {"points": 2.75, "alt_line_id": 37509778740, "over": 1.892, "under": 2.01, "max": 3000}, "history": {"home": []}}], "period_results": [{"number": 1, "status": 1, "settlement_id": 15169390, "settled_at": "2023-11-05T18:54:55.05Z", "team_1_score": 3, "team_2_score": 0}]}]} | {"properties": {"sport_id": {"type": "integer", "title": "Sport Id", "description": "Sport id"}, "sport_name": {"type": "string", "title": "Sport Name", "description": "Sport name"}, "events": {"items": {"properties": {"event_id": {"type": "integer", "title": "Event Id", "description": "Event ID"}, "sport_id": {"type": "integer", "title": "Sport Id", "description": "Sport ID"}, "league_id": {"type": "integer", "title": "League Id", "description": "League ID"}, "league_name": {"type": "string", "title": "League Name", "description": "League Name"}, "starts": {"type": "string", "title": "Starts", "description": "Start date of the league"}, "last": {"type": ["integer", "null"], "title": "Last", "description": "Time of last update markets (unix timestamp)"}, "home": {"type": "string", "title": "Home", "description": "Name of the home team"}, "away": {"type": "string", "title": "Away", "description": "Name of the away team"}, "event_type": {"type": "string", "title": "Event Type", "description": "Event type: prematch or live"}, "parent_id": {"type": "integer", "title": "Parent Id", "description": "If event is linked to another event, parentId will be populated. Live event would have pre game event as parent id."}, "resulting_unit": {"type": "string", "title": "Resulting Unit", "description": "Specifies based on what the event will be resulted, e.g. Corners, Bookings"}, "is_have_odds": {"type": "boolean", "title": "Is Have Odds", "description": "Event is have odds"}, "periods": {"items": {"properties": {"line_id": {"type": "integer", "title": "Line Id", "description": "Line id"}, "number": {"type": "integer", "title": "Number", "description": "This represents the period of the match"}, "cutoff": {"type": "string", "title": "Cutoff", "description": "Period\u2019s wagering cut-off date in UTC"}, "period_status": {"type": "integer", "title": "Period Status", "description": "1 - online, period is open for betting 2 - offline, period is not open for betting"}, "money_line": {"properties": {"home": {"type": "number", "title": "Home", "description": "Home odds"}, "draw": {"type": "number", "title": "Draw", "description": "draw odds"}, "away": {"type": "number", "title": "Away", "description": "Home odds"}}, "type": "object", "required": ["home", "draw", "away"], "title": "MoneyLine"}, "spreads": {"properties": {"number": {"type": "integer", "title": "Number", "description": "This represents the period of the match"}, "status": {"type": "integer", "title": "Status", "description": "1 = Event period is settled, 2 = Event period is re-settled, 3 = Event period is cancelled, 4 = Event period is re-settled as cancelled, 5 = Event is deleted"}, "settlement_id": {"type": "integer", "title": "Settlement Id", "description": "Unique id of the settlement. In case of a re-settlement, a new settlementId and settledAt will be generated"}, "settled_at": {"type": "string", "title": "Settled At", "description": "Date and time in UTC when the period was settled."}, "team_1_score": {"type": "integer", "title": "Team 1 Score", "description": "Team 1 score"}, "team_2_score": {"type": "integer", "title": "Team 2 Score", "description": "Team 2 score"}}, "type": "object", "required": ["number", "status", "settlement_id", "settled_at", "team_1_score", "team_2_score"], "title": "Spread"}, "totals": {"properties": {"points": {"type": "number", "title": "Points", "description": "Total points"}, "alt_line_id": {"type": ["integer", "null"], "title": "Alt Line Id", "description": "This is present only if it\u2019s alternative line"}, "over": {"type": "number", "title": "Over", "description": "Over price"}, "under": {"type": "number", "title": "Under", "description": "Under price"}, "max": {"type": "number", "title": "Max", "description": "Maximum bet volume"}}, "type": "object", "required": ["points", "over", "under", "max"], "title": "Total"}, "history": {"properties": {"home": {"items": {"description": "**Omitted**"}, "type": "array", "title": "Home", "description": "Time (unix timestamp), Price, Maximum bet"}}, "type": "object", "required": ["home"], "title": "HistoryMoneyline"}}, "type": "object", "required": ["line_id", "number", "cutoff", "period_status", "money_line", "spreads", "totals", "history"], "title": "MarketsPeriod"}, "type": "array", "title": "Periods"}, "period_results": {"items": {"properties": {"number": {"type": "integer", "title": "Number", "description": "This represents the period of the match"}, "status": {"type": "integer", "title": "Status", "description": "1 = Event period is settled, 2 = Event period is re-settled, 3 = Event period is cancelled, 4 = Event period is re-settled as cancelled, 5 = Event is deleted"}, "settlement_id": {"type": "integer", "title": "Settlement Id", "description": "Unique id of the settlement. In case of a re-settlement, a new settlementId and settledAt will be generated"}, "settled_at": {"type": "string", "title": "Settled At", "description": "Date and time in UTC when the period was settled."}, "team_1_score": {"type": "integer", "title": "Team 1 Score", "description": "Team 1 score"}, "team_2_score": {"type": "integer", "title": "Team 2 Score", "description": "Team 2 score"}}, "type": "object", "required": ["number", "status", "settlement_id", "settled_at", "team_1_score", "team_2_score"], "title": "ArchiveEventPeriodResult"}, "type": "array", "title": "Period Results"}}, "type": "object", "required": ["event_id", "sport_id", "league_id", "league_name", "starts", "home", "away", "event_type", "parent_id", "resulting_unit", "is_have_odds", "periods", "period_results"], "title": "Event"}, "type": "array", "title": "Events"}}, "type": "object", "required": ["sport_id", "sport_name", "events"], "title": "ArchiveEventItems"} |
cb089c05-e3e2-4afa-80b2-dce0029b9b7a/af7e0daf-0533-4f26-ae70-9cc15cdad7d2/0/0 | Pinnacle Odds | Pinnacle Sport API is a RESTful service for getting pre-match and live odds. Historical odds, score and results. Updates without delay. Sports: Soccer, tennis, basketball, hockey, american football, MMA, baseball. Support: [email protected] / t.me/api_tipsters Other sports api: https://rapi.one | 9.9 | List of Sports | Get a list of sports | 200 | null | [{"id": 1, "p_id": 29, "name": "Soccer", "last": 1649534641, "special_last": 1680610842, "last_call": 1680610842}] | {"items": {"properties": {"id": {"type": "integer", "title": "Id", "description": "ID in API"}, "p_id": {"type": "integer", "title": "P Id", "description": "ID of Pinnacle API"}, "name": {"type": "string", "title": "Name", "description": "Name of sport"}, "last": {"type": "integer", "title": "Last", "description": "Time of last update markets (unix timestamp)"}, "special_last": {"type": "integer", "title": "Special Last", "description": "Time of last update special markets (unix timestamp)"}, "last_call": {"type": ["integer", "null"], "title": "Last Call", "description": "Time of last update of general data (unix timestamp)"}}, "type": "object", "required": ["id"], "title": "Sport"}, "type": "array", "title": "Response List Of Sports"} |
6d8dd136-9135-415d-a481-5a579c8d1f45/d7b7d7c0-5630-41af-9c30-3497fb923ad0/0/0 | MMA News | An API showing all the latest MMA News around the world | null | Get All MMA News | This endpoint will return all news about MMA from all over the world. | 200 | New Example | [{"title": "\n \n \n \n\n<img alt=\"UFC 256: Junior Dos Santos v Gane boxing mma news\" src=\"https://cdn.vox-cdn.com/uploads/chorus_image/image/70082438/1290949308.0.jpg\">\n\n \n \n \n \n \n ", "url": "https://www.mmamania.com/2021/11/2/22760423/junior-dos-santos-anthony-joshua-tyson-fury-boxing-ufc-video-mma-news", "source": "mmamania"}, {"title": "\nColby Covington's cheeky comment on the similarity between him, Hulk Hogan, Muhammad Ali, and The Rolling Stones\n", "url": "/mma/news-colby-covington-s-cheeky-comment-similarity-him-hulk-hogan-muhammad-ali-rolling-stones", "source": "sportskeeda"}, {"title": "Fighter vs. Writer: Belal Muhammad previews UFC 268, expects Kamaru Usman to get an \u2018easy win\u2019 over Colby Covington", "url": "https://www.mmafighting.com/2021/11/2/22758831/fighter-vs-writer-belal-muhammad-previews-ufc-268-expects-kamaru-usman-an-easy-win-colby-covington", "source": "mmafighting"}, {"title": "\n \n \n \n\n<img alt=\"UFC 263: Maia v Muhammad\" src=\"https://cdn.vox-cdn.com/uploads/chorus_image/image/70078966/1323269713.0.jpg\">\n\n \n \n \n \n \n ", "url": "https://www.mmafighting.com/2021/11/2/22758831/fighter-vs-writer-belal-muhammad-previews-ufc-268-expects-kamaru-usman-an-easy-win-colby-covington", "source": "mmafighting"}, {"title": "Fighter vs. Writer: Belal Muhammad previews UFC 268, expects Kamaru Usman to get an \u2018easy win\u2019 over Colby Covington", "url": "https://www.mmafighting.com/2021/11/2/22758831/fighter-vs-writer-belal-muhammad-previews-ufc-268-expects-kamaru-usman-an-easy-win-colby-covington", "source": "mmafighting"}, {"title": "Muhammad Previews UFC 268, Expects 'Easy Win' for USman", "url": "https://bleacherreport.com/mmahttps://www.mmafighting.com/2021/11/2/22758831/fighter-vs-writer-belal-muhammad-previews-ufc-268-expects-kamaru-usman-an-easy-win-colby-covington", "source": "blea"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
86debc9c-50e0-4cbb-b499-51d02ab984b9/4ec29a11-b905-4f93-8b4f-38a74bfb93a7/0/0 | HiperMega Fitness Calculator | This API is return a set of Fitness Calculators such as 'Ideal Body Weight', 'BMI', 'TDEE', 'BMR', 'Calories Needed', 'BFP' and much more... | null | Get the Blood Alcohol Content (BAC) | This Endpoint returns the Blood Alcohol Content (BAC).
**Parameters **
(gender ==> String, weight ==> Number, timeSinceLastDrink ==> Number, consumptionData ==> Object).
consumptionData is required in the following format ==> Object
Note: consumptionData = wine,liquor,other - > Pass it as a String for each one of them.
All parameters required.
Returns BAC (%) ==> Number.
Gender is not case sensitive. | 200 | Response | [{"gender": "male", "weight": 70, "timeSinceLastDrink": 2, "consumptionData": [{"beer": 650, "wine": 200, "liquor": 60, "other": [30, 14]}], "bacResult": 0.15}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"gender": {"type": "string"}, "weight": {"type": "integer"}, "timeSinceLastDrink": {"type": "integer"}, "consumptionData": {"type": "array", "items": {"type": "object", "properties": {"beer": {"type": "integer"}, "wine": {"type": "integer"}, "liquor": {"type": "integer"}, "other": {"type": "array", "items": {"type": "integer"}}}, "required": ["beer", "liquor", "other", "wine"]}}, "bacResult": {"type": "number"}}, "required": ["bacResult", "consumptionData", "gender", "timeSinceLastDrink", "weight"]}} |
86debc9c-50e0-4cbb-b499-51d02ab984b9/480cdbd0-19a5-49c8-8866-bdef27e4f9d9/0/0 | HiperMega Fitness Calculator | This API is return a set of Fitness Calculators such as 'Ideal Body Weight', 'BMI', 'TDEE', 'BMR', 'Calories Needed', 'BFP' and much more... | null | GET TOTAL DAILY ENERGY EXPENDITURE (TDEE) | This endpoint returns TOTAL DAILY ENERGY EXPENDITURE (TDEE).
**Parameters **
(gender ==> String, age ==> Number, height ==> Number, weight ==> Number, activity ==> String).
activity is one of the following [sedentary, light, moderate, active, extreme].
All parameters required.
Returns TDEE for balanced goal ==> Number.
Gender, activity are not case sensitive. | 200 | Response | [{"gender": "male", "age": 25, "height": 170, "weight": 70, "activity": "sedentary", "tdeeResult": 2040.07}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"gender": {"type": "string"}, "age": {"type": "integer"}, "height": {"type": "integer"}, "weight": {"type": "integer"}, "activity": {"type": "string"}, "tdeeResult": {"type": "number"}}, "required": ["activity", "age", "gender", "height", "tdeeResult", "weight"]}} |
86debc9c-50e0-4cbb-b499-51d02ab984b9/15447a28-3e5a-4795-b3c1-bb65c539fdd0/0/0 | HiperMega Fitness Calculator | This API is return a set of Fitness Calculators such as 'Ideal Body Weight', 'BMI', 'TDEE', 'BMR', 'Calories Needed', 'BFP' and much more... | null | GET MACROS | THIS ENDPOINT RETURNS THE MACROS .
**Parameters **
(gender ==> String, age ==> Number, height ==> Number, weight ==> Number, activity ==> String, goal ==> String).
Activity is one of the following [sedentary, light, moderate, active, extreme].
Goal is one of the following [balance, mildWeightLoss, mildWeightGain, heavyWeightLoss, heavyWeightGain]
All parameters required. | 200 | Response | [{"gender": "male", "age": 25, "height": 170, "weight": 70, "activity": "moderate", "goal": "mildWeightLoss", "macroResult": {"balancedDietPlan": {"carb": 221.86, "protein": 166.39, "fat": 73.95, "sugar": 55.46}, "lowCarbDietPlan": {"carb": 166.39, "protein": 221.86, "fat": 73.95, "sugar": 55.46}, "highCarbDietPlan": {"carb": 277.32, "protein": 166.39, "fat": 49.3, "sugar": 55.46}, "highProteinDietPlan": {"carb": 194.12, "protein": 249.59, "fat": 49.3, "sugar": 55.46}, "lowFatDietPlan": {"carb": 249.59, "protein": 221.86, "fat": 36.98, "sugar": 55.46}, "lowSugarDietPlan": {"carb": 221.86, "protein": 221.86, "fat": 49.3, "sugar": 27.73}}}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"gender": {"type": "string"}, "age": {"type": "integer"}, "height": {"type": "integer"}, "weight": {"type": "integer"}, "activity": {"type": "string"}, "goal": {"type": "string"}, "macroResult": {"type": "object", "properties": {"balancedDietPlan": {"type": "object", "properties": {"carb": {"type": "number"}, "protein": {"type": "number"}, "fat": {"type": "number"}, "sugar": {"type": "number"}}, "required": ["carb", "fat", "protein", "sugar"]}, "lowCarbDietPlan": {"type": "object", "properties": {"carb": {"type": "number"}, "protein": {"type": "number"}, "fat": {"type": "number"}, "sugar": {"type": "number"}}, "required": ["carb", "fat", "protein", "sugar"]}, "highCarbDietPlan": {"type": "object", "properties": {"carb": {"type": "number"}, "protein": {"type": "number"}, "fat": {"type": "number"}, "sugar": {"type": "number"}}, "required": ["carb", "fat", "protein", "sugar"]}, "highProteinDietPlan": {"type": "object", "properties": {"carb": {"type": "number"}, "protein": {"type": "number"}, "fat": {"type": "number"}, "sugar": {"type": "number"}}, "required": ["carb", "fat", "protein", "sugar"]}, "lowFatDietPlan": {"type": "object", "properties": {"carb": {"type": "number"}, "protein": {"type": "number"}, "fat": {"type": "number"}, "sugar": {"type": "number"}}, "required": ["carb", "fat", "protein", "sugar"]}, "lowSugarDietPlan": {"type": "object", "properties": {"carb": {"type": "number"}, "protein": {"type": "number"}, "fat": {"type": "number"}, "sugar": {"type": "number"}}, "required": ["carb", "fat", "protein", "sugar"]}}, "required": ["balancedDietPlan", "highCarbDietPlan", "highProteinDietPlan", "lowCarbDietPlan", "lowFatDietPlan", "lowSugarDietPlan"]}}, "required": ["activity", "age", "gender", "goal", "height", "macroResult", "weight"]}} |
86debc9c-50e0-4cbb-b499-51d02ab984b9/6c3cf133-486b-4e11-a64e-5e992378897d/0/0 | HiperMega Fitness Calculator | This API is return a set of Fitness Calculators such as 'Ideal Body Weight', 'BMI', 'TDEE', 'BMR', 'Calories Needed', 'BFP' and much more... | null | Get the IDEAL BODY WEIGHT (IBW) | This endpoint returns IDEAL BODY WEIGHT (IBW).
**Parameters **
(gender ==> String, height ==> Number).
All parameters required
Returns idealBodyWeight ==> Number.
Gender is not case sensitive. | 200 | Response | [{"gender": "male", "height": 170, "ibwResult": 66.02}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"gender": {"type": "string"}, "height": {"type": "integer"}, "ibwResult": {"type": "number"}}, "required": ["gender", "height", "ibwResult"]}} |
86debc9c-50e0-4cbb-b499-51d02ab984b9/951dc839-0527-4d4f-a5a5-dd0357d4b29e/0/0 | HiperMega Fitness Calculator | This API is return a set of Fitness Calculators such as 'Ideal Body Weight', 'BMI', 'TDEE', 'BMR', 'Calories Needed', 'BFP' and much more... | null | Get the BODY FAT PERCENTAGE (BFP) | This endpoint Returns a BODY FAT PERCENTAGE (BFP).
**Parameters **
(gender ==> String, height ==> Number, weight ==> Number, neck ==> Number, waist ==> Number, hip ==> Number).
All parameters required (exception for hip measurement).
Returns BFP ==> Number. (percentage value)
Gender is not case sensitive. | 200 | Response | [{"gender": "male", "neck": 50, "height": 170, "weight": 70, "hip": 96, "body_fat": 17.01}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"gender": {"type": "string"}, "neck": {"type": "integer"}, "height": {"type": "integer"}, "weight": {"type": "integer"}, "hip": {"type": "integer"}, "body_fat": {"type": "number"}}, "required": ["body_fat", "gender", "height", "hip", "neck", "weight"]}} |
86debc9c-50e0-4cbb-b499-51d02ab984b9/6d692fda-c1fa-4614-ae41-d0100f6df26f/0/0 | HiperMega Fitness Calculator | This API is return a set of Fitness Calculators such as 'Ideal Body Weight', 'BMI', 'TDEE', 'BMR', 'Calories Needed', 'BFP' and much more... | null | Get Calories Needed | This endpoint returns calories Needs for several cases of goals from [balance, mildWeightLoss, mildWeightGain, heavyWeightLoss, heavyWeightGain] ==> Object.
**Parameters **
(gender ==> String, age ==> Number, height ==> Number, weight ==> Number, activity ==> String).
activity is one of the following [sedentary, light, moderate, active, extreme].
All parameters required. | 200 | Response | {"balance": 3063.12, "mildWeightLoss": 2756.8, "mildWeightGain": 3369.43, "heavyWeightLoss": 2450.49, "heavyWeightGain": 3675.74} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"balance": {"type": "number"}, "mildWeightLoss": {"type": "number"}, "mildWeightGain": {"type": "number"}, "heavyWeightLoss": {"type": "number"}, "heavyWeightGain": {"type": "number"}}, "required": ["balance", "heavyWeightGain", "heavyWeightLoss", "mildWeightGain", "mildWeightLoss"]} |
86debc9c-50e0-4cbb-b499-51d02ab984b9/45bc925a-ab07-4eb2-8637-94c5768d5d26/0/0 | HiperMega Fitness Calculator | This API is return a set of Fitness Calculators such as 'Ideal Body Weight', 'BMI', 'TDEE', 'BMR', 'Calories Needed', 'BFP' and much more... | null | Get Basal METABOLIC RATE (BMR) | This endpoint returns Basal Metabolic.
All measurements are in metric unit (cm, kg) as of now.
**Parameters **
(gender ==> String, age ==> Number, height ==> Number, weight ==> Number).
All parameters required.
Returns BMR ==> Number.
Gender is not case sensitive. | 200 | Response | [{"gender": "male", "age": 24, "height": 170, "weight": 70, "bmrResult": 1705.73}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"gender": {"type": "string"}, "age": {"type": "integer"}, "height": {"type": "integer"}, "weight": {"type": "integer"}, "bmrResult": {"type": "number"}}, "required": ["age", "bmrResult", "gender", "height", "weight"]}} |
86debc9c-50e0-4cbb-b499-51d02ab984b9/d32f7774-a9cf-4146-87a7-fdf84b0ec2d8/0/0 | HiperMega Fitness Calculator | This API is return a set of Fitness Calculators such as 'Ideal Body Weight', 'BMI', 'TDEE', 'BMR', 'Calories Needed', 'BFP' and much more... | null | Get BODY MASS INDEX (BMI) | This Endpoint returns the Body Mass Index.
Parameters (height ==> Number, weight ==> Number).
All parameters required.
Returns BMI ==> Number.
Gender is not case sensitive. | 200 | Response | [{"height": 170, "weight": 70, "bmiResult": 24.22}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "weight": {"type": "integer"}, "bmiResult": {"type": "number"}}, "required": ["bmiResult", "height", "weight"]}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/9b80e443-25b0-478d-b6e6-0e2f1f1007d6/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_trainer_analysis_v1_owners__owner_id__analysis_trainers_get | Trainer statistics for an owner (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/9b80e443-25b0-478d-b6e6-0e2f1f1007d6/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_trainer_analysis_v1_owners__owner_id__analysis_trainers_get | Trainer statistics for an owner (STANDARD PLAN) | 200 | null | {"id": "", "owner": "", "total_runners": 0, "trainers": [{"trainer_id": "", "trainer": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "OwnerTrainerAnalysis", "required": ["id", "owner", "total_runners", "trainers", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "trainers": {"title": "Trainers", "type": "array", "items": {"title": "Trainer", "required": ["trainer_id", "trainer", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"trainer_id": {"title": "Trainer Id", "type": "string"}, "trainer": {"title": "Trainer", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/caa4aaa5-83f6-4224-9089-72adcdb726e9/0/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_distance_analysis_v1_owners__owner_id__analysis_distances_get | Distance statistics for an owner (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/caa4aaa5-83f6-4224-9089-72adcdb726e9/2/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_distance_analysis_v1_owners__owner_id__analysis_distances_get | Distance statistics for an owner (STANDARD PLAN) | 200 | null | {"id": "", "owner": "", "total_runners": 0, "distances": [{"dist": "", "dist_y": "", "dist_m": "", "dist_f": "", "runners": 0, "1st": 0, "2nd": 0, "3rd": 0, "4th": 0, "a/e": 0, "win_%": 0, "1_pl": 0}], "query": []} | {"title": "OwnerDistanceAnalysis", "required": ["id", "owner", "total_runners", "distances", "query"], "type": "object", "properties": {"id": {"title": "Id", "type": "string"}, "owner": {"title": "Owner", "type": "string"}, "total_runners": {"title": "Total Runners", "type": "integer"}, "distances": {"title": "Distances", "type": "array", "items": {"title": "Distance", "required": ["dist", "dist_y", "dist_m", "dist_f", "runners", "1st", "2nd", "3rd", "4th", "a/e", "win_%", "1_pl"], "type": "object", "properties": {"dist": {"title": "Dist", "type": "string"}, "dist_y": {"title": "Dist Y", "type": "string"}, "dist_m": {"title": "Dist M", "type": "string"}, "dist_f": {"title": "Dist F", "type": "string"}, "runners": {"title": "Runners", "type": "integer"}, "1st": {"title": "1st place finishes", "type": "integer"}, "2nd": {"title": "2nd place finishes", "type": "integer"}, "3rd": {"title": "3rd place finishes", "type": "integer"}, "4th": {"title": "4th place finishes", "type": "integer"}, "a/e": {"title": "Actual/expected", "type": "number"}, "win_%": {"title": "Win percentage (decimal)", "type": "number"}, "1_pl": {"title": "One unit p/l at SP", "type": "number"}}}}, "query": {"title": "Query", "type": "array", "items": {"type": "array", "items": {}}}}} |
a5df29ad-5245-4ecb-8e3c-6942233daafe/ac08c3a8-f6f9-4f46-8ddd-ddd6409f3622/1/0 | HORSE RACING AI | RACING ODDS AI | 0 | owner_jockey_analysis_v1_owners__owner_id__analysis_jockeys_get | Jockey statistics for an owner (STANDARD PLAN) | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.