1. Home
  2. Docs
  3. JSON Documentation (Old API) – Will be deprecated soon
  4. JSON Calls
  5. New Standings – Players Stats

New Standings – Players Stats

Method

API call for requesting player stats like Top Scorers, Top Assists and Players Cards List of a league (if is available in the available standing_types call)

Possible standing_type values:

  • topscorer_list
  • card_list
  • assists
GET /standings

Parameter

idLeague IDInteger – Required
standing_typeStanding type NameString – Required
limitLimit the number of resultsInteger – Optional

Request Example

https://api-amazon.xscores.com/standings?standing_type=topscorer_list&id=57173&limit=50&usr=<your username>&pwd=<your password>

Response Sample

HTML

Coding Example

JS