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_TYPEQuery Parameters:
PPR - Point Per ReceptionHALF - Half Point Per ReceptionSTANDARD - Standard ScoringExample request:
GET /api/rankings?scoring=STANDARDThis request will return a JSON object with player rankings based on standard scoring.