API Reference
Brand Data API
GET
Get brand data using a Domain, Brand ID, ISIN, Stock/ETF ticker, or Crypto symbol.
This endpoint supports auto-detection of the identifier type. To prevent issues with naming collisions, we recommend using one the explicit type routes:
- by Domain API -
/v2/brands/domain/{domain} - by Stock or ETF API -
/v2/brands/ticker/{ticker} - by ISIN API -
/v2/brands/isin/{isin} - by Crypto API -
/v2/brands/crypto/{symbol}
Bearer authentication header of the form
Bearer <token>, where <token> is your auth token.Identifier to retrieve brand data. Accepted formats:
- Domain:
nike.com - Brand ID:
id_0dwKPKT - Stock or ETF ticker:
NKE - ISIN:
US6541061031 - Crypto symbol:
BTC,ETH
/v2/brands/{type}/{identifier} where type can be domain, ticker, isin, or crypto.hello@devshineteam.com evaluates brands for NSFW content and reserves the right to not return inappropriate brands. Depending on the severity, a brand may either not be returned at all (404), or be returned with its isNsfw property set to true. The allowNsfw query parameter lets you control this behavior:
- Not set (default) — Some NSFW brands are not returned (404), others are returned with isNsfw:
true. true— Returns the brand regardless of its NSFW status.false— Filters out all brands flagged as NSFW (returns 404).
Successful request.
