The Fantasy Rankings API provides player rankings based on different scoring formats. You can retrieve data by making GET requests to the following endpoint:
GET /api/rankings?scoring=SCORING_TYPE
Query Parameters:
PPR
- Point Per ReceptionHALF
- Half Point Per ReceptionSTANDARD
- Standard ScoringExample request:
GET /api/rankings?scoring=STANDARD
This request will return a JSON object with player rankings based on standard scoring.