Skip to main content
GET
/
logo
/
isin
/
{isin}
Get a logo record by ISIN
curl --request GET \
  --url https://api.logo.dev/logo/isin/{isin} \
  --header 'Authorization: Bearer <token>'
{
  "domain": "stripe.com",
  "name": "Stripe",
  "logo": "https://img.logo.dev/stripe.com?token=LOGO_DEV_PUBLISHABLE_KEY",
  "etag": "e481ada935c502f14511f5e93bbb07100ad286566258d108407153de1b5c4a24",
  "last_updated_at": "2026-05-27T22:51:59.793679125Z",
  "indexed_at": "2026-05-27T22:49:37.443442872Z"
}

Authorizations

Authorization
string
header
required

Secret key (sk_...). Server-side only. Used for the REST APIs.

Path Parameters

isin
string
required

International Securities Identification Number.

Example:

"US0378331005"

Response

Logo record for the resolved domain.

Lean logo record for a domain — resolved name, logo URL, and the served-asset identity self-hosters poll to decide when to re-download.

domain
string
required

Resolved canonical domain.

name
string
required

Resolved brand name.

Image CDN URL for the served logo.

indexed_at
string<date-time>
required

When the domain was last crawled.

etag
string

A unique identifier for the logo image currently served for this domain. It changes whenever the served logo changes, so you can store it and compare it on a later request to detect updates and decide whether to re-download. You can also request this exact image at img.logo.dev/{domain}/{etag}. Omitted when no stable identifier is available for the logo.

last_updated_at
string<date-time>

When the served logo last changed.