Flashscore Scraper
ENDPOINTS
Matches by Day
Live Matches
Match Details
Match Statistics
Match Lineups
Match Summary
Match Player Statistics
Match Head-to-Head
Match Odds
Match Commentary
Match Point by Point
Match Standings
Match Top Scorers
Match Missing Players
Match Report
Match News
Match Broadcasts
Live Score Updates
Search
Competition Standings
Competition Results
Competition Fixtures
Competition Details
Competition Top Scorers
Competition Draw
Competition Seasons
Competition Archive
Competition Standings Types
Competition News
Team Details
Team Results
Team Fixtures
Team Squad
Team Transfers
Team Standings
Team Top Scorers
Team News
Player Details
Player Career
Player Transfers
Player Injuries
Player News
Rankings List
Ranking Table
Sport News
News Article
Sports List
Countries List
Competitions by Country
Resolve URL
/rankingsRankings List
Every ranking table a sport publishes, with the IDs /rankings/data takes.
QUERY PARAMS
Sport to list rankings for. Tennis is the sport Flashscore ranks.
Example: tennis
{
"sport": {
"id": 2,
"name": "Tennis",
"slug": "tennis"
},
"count": 8,
"rankings": [
{
"id": "35851",
"name": "ATP",
"link": "https://www.flashscore.com/tennis/rankings/atp/",
"is_selected": true
},
{
"id": "35853",
"name": "WTA",
"link": "https://www.flashscore.com/tennis/rankings/wta/",
"is_selected": false
},
{
"id": "36252",
"name": "ATP Race",
"link": "https://www.flashscore.com/tennis/rankings/atp-race/",
"is_selected": false
},
{
"id": "36255",
"name": "WTA Race",
"link": "https://www.flashscore.com/tennis/rankings/wta-race/",
"is_selected": false
},
{
"id": "36253",
"name": "ATP Doubles",
"link": "https://www.flashscore.com/tennis/rankings/atp-doubles/",
"is_selected": false
},
{
"id": "36282",
"name": "WTA Doubles",
"link": "https://www.flashscore.com/tennis/rankings/wta-doubles/",
"is_selected": false
},
{
"id": "36254",
"name": "ATP Doubles Race",
"link": "https://www.flashscore.com/tennis/rankings/atp-doubles-race/",
"is_selected": false
},
{
"id": "36283",
"name": "WTA Doubles Race",
"link": "https://www.flashscore.com/tennis/rankings/wta-doubles-race/",
"is_selected": false
}
]
}