img.logo.dev instead of the Brandfetch Logo CDN, and send Brand API calls to the Describe or Brand API. For a feature-by-feature view, see Logo.dev vs Brandfetch.
Migrate logo images
Swap the host and credential, then rename a few parameters. Brandfetch’s Logo CDN and Logo.dev’s image API are both URL-based, so that’s the whole change.Brandfetch Logo CDN
Logo.dev Logo API
token. Add format=png or format=webp explicitly: Logo.dev’s default is jpg, which has no transparency, unlike Brandfetch’s .png/.webp extensions.
Brandfetch’s
type segment (/type/icon, /type/symbol, /type/logo)
selects different asset shapes. Logo.dev’s image endpoint returns one
canonical logo per domain; for the wide lockup Brandfetch calls its logo
type, use the Brand API’s brandmark field (Pro and
Enterprise) instead.| Brandfetch | Logo.dev |
|---|---|
/domain/nike.com | /nike.com (drop the domain/ prefix) |
/ticker/NKE, /isin/:isin, /crypto/:symbol | Same paths: /ticker, /isin, /crypto |
?c=CLIENT_ID | ?token=LOGO_DEV_PUBLISHABLE_KEY |
/w/128/h/128 | size=128, or width and height (max 800) |
/theme/dark | theme=dark (the meaning changes, see below) |
.png / .webp extension | format=png / format=webp |
/fallback/lettermark | fallback=monogram (the default) |
/fallback/404 | fallback=404 |
/theme/... selects a light or dark logo variant; Logo.dev’s theme names the background you render on, so theme=dark keeps logos visible on dark backgrounds. Pick the value for your background instead of carrying the Brandfetch value over.
See the Logo API parameters for the full list.
Migrate brand data
Brandfetch’s Brand API returns one JSON profile per domain. On Logo.dev, pick between two endpoints by depth and plan:- Describe API, on any paid plan, returns core company data: name, description, brand colors, socials, and the logo.
- Brand API, on Pro and Enterprise, adds the brandmark and social banner images.
sk_…) in the Authorization header, where Brandfetch takes a bearer token:
Brandfetch Brand API
Logo.dev Brand API
If you used Brandfetch to resolve a ticker, ISIN, or crypto symbol to a logo image, the image Logo API covers the same lookups directly:
Attribution
On the free tier, commercial use requires attribution wherever you display logos; personal projects don’t. Any paid plan removes it.Need help migrating or want to run a volume test first? Email
sales@logo.dev.