logo.index
LICENSOR reserves that all logos, crests, coats of arms, colours, graphic representations of sports outfits and other graphic material relating to sports clubs, teams, players, etc., are solely an element of the Products and are intended solely to clearly identify the entity to which the Sports Data provided through the Products relates (informational purpose).
Any use of such materials in isolation from the Products and Sports Data provided by LICENSOR is prohibited, and potential liability for such actions shall be borne by the LICENSEE.
Resource information
URL | |
---|---|
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 |
---|---|
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 |
Output emelements
Logos | |
---|---|
id | Unique identifier for logo |
acronym | Short name of participant |
logo | Unique URL for logo |