Skip to main content
Logo.dev splits into the image Logo API and a set of REST APIs on api.logo.dev. Which key you use depends on which one you call. Get both keys from the dashboard. See API keys for how they differ.

REST APIs

Four JSON endpoints share the api.logo.dev base URL and your secret key: The image Logo API also exposes /ticker, /isin, /crypto, and /name paths for looking up a logo image by those identifiers.

Authentication

The Logo API takes a publishable key as a query parameter — safe to use in client-side code:
The REST APIs take a secret key in the Authorization header — server-side only:

Response codes

Logo.dev uses standard HTTP status codes. See Errors for the full list and example payloads.

Rate limits

Limits are monthly, not per-second, and you’re emailed before any enforcement kicks in. See Rate limits for the details.