...
Method calling examples
Link | Description |
---|---|
Returns a list of all logos in JSON format | |
https://api.statscore.com/v2/logo?token={{YOUR_TOKEN}}&ut=1720084284 | Returns logos for participants which creation/update date is larger or equal to 04.07.2024 09:11:24 GMT+0000 in JSON format |
https://api.statscore.com/v2/logo?token={{YOUR_TOKEN}}&is_national_team=yes | Returns logos for participants which have “is national team” value set to yes in JSON format |
https://api.statscore.com/v2/logo?token={{YOUR_TOKEN}}&competition_season_id=60213 | Returns logos for participants which were taking part in season 2023 for Africa Cup of Nations in JSON format |
...