Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource information

...

Method parameters

NameTypeDescription
There are no method parameters in this resource

Query parameters

NameTypeDescription
tokenxsd:stringREQUIRED. There is more information concerning authorization in the API introduction section
timestampxsd:unix_timestampREQUIRED. Selection date, format UNIX_TIMESTAMP. Only changes in competitions that occurred or were updated after this timestamp will be returned. The maximum range is up to 3 days.
sport_idxsd:intDetermines the sport identifier in which the teams participate. The complete list of possible sports can be retrieved using the API resource: sports.index
season_idxsd:intDetermines the season to which the team belongsThe complete list of possible seasons can be retrieved using the API resource: seasons.index

Method calling examples

LinkDescription

https://api.statscore.com/v2/participants/last-changes?token={{YOUR_TOKEN}}&season_id=46324&timestamp=1626176387

Returns a list of teams with seasonal roster changes for the selected season in JSON format

...