Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Resource information

URL

https://api.statscore.com/v2/logo

Method

GET

Description

Returns a set of logos related to participants

Authorization required

Yes

Method parameters

Name

Data type

Description

There are no method parameters in this resource

Query parameters

Name

Data type

Description

token

xsd:string

REQUIRED. More information concerning authorization in API introduction section

competition_season_id

xsd:int

Competition season identifier

ut

xsd:unix_timestamp

Participants with creation or update date larger or equal to given timestamp will be shown

is_national_team

xsd:string

Accepts values: yes/no. Only participants with field “Is national team” set to yes/no will be shown

Method calling examples

Link

Description

https://api.statscore.com/v2/logo?token={{YOUR_TOKEN}}

Returns a list of all logos in JSON format

https://api.statscore.com/v2/skins?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/skins?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/skins?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

Output emelements

Logos

id

Unique identifier for logo

acronym

Short name of participant

logo

Unique URL for logo

  • No labels