Skip to main content
GET
/
{identifier}
?c=
{clientId}
Add any company logos to your app or website.
curl --request GET \
  --url 'https://cdn.brandfetch.io/{identifier}?c={clientId}'
{}
Read our guidelines before using the Logo API.

Path Parameters

identifier
string
required

Identifier to retrieve brand assets. Accepted formats:

  • Domain: nike.com
  • Brand ID: id_0dwKPKT
  • ISIN: US6541061031
  • Stock Ticker: NKE

Query Parameters

c
string
required

A clientId is a unique identifier assigned to your application that allows it to authenticate and interact with our service. Get your client ID here

type
enum<string>
  • icon — The icon used on social profiles (e.g., Tesla's social icon)
  • logo — The horizontal logo, usually seen on large surfaces (e.g., Tesla's logo)
  • symbol — The universal mark that abstractly represents the brand (e.g., Tesla's T symbol)
Available options:
icon,
logo,
symbol
theme
enum<string>
  • light — The light version of the logo
  • dark — The dark version of the logo
Available options:
light,
dark
fallback
enum<string>
  • brandfetch — The Brandfetch logo (default)
  • transparent — A see-through placeholder for custom background options
  • lettermark — A square icon featuring the first letter of the brand's name (applies only to type=icon)
  • 404 — HTTP status 404 and a see-through placeholder for custom background options
Available options:
brandfetch,
transparent,
lettermark,
404
height
number

The ratio of the logo is always respected.

width
number

The ratio of the logo is always respected.

Response

200 - application/json

Successful request - returns brand assets

Brand assets response

I