Introduction
Need to go from domain to brand name? Our Describe API allows you to access all the brand data we have for a given domain.
The Describe API is available on any paid plan. Head to https://www.logo.dev/pricing to get started.
Reach out to us at team@logo.dev if you see any gaps in coverage.
All you need to provide is a query and your secret key, which can be found on the dashboard and is formatted like sk_...
.
In example, looking up “sweetgreen”
Using curl
to test this from the command line, but obviously call the API anywhere that supports headers.
Results
Expect a single object in the following format. The socials object will return a key-value pair if a social link is detected.
blurhash
is the blurhash for the logo of the requested domain. A blurhash lets you have a placeholder image that gracefully loads in the logo.
colors
is an array of prominate colors for the logo. They are roughly ordered by prominace in the image.
The currently supported social sites are:
- github
- snapchat
- telegram
- tumblr
- twitter (aka X)
- youtube
Keep your secret a secret, keep it safe
Unlike the public key, it’s your responsibility to keep your secret key safe and away from public eyes. Even during testing, please never publish to Github or allow it to be seen from front-end code.
If you’re secret key is ever leaked, please get in touch immediately so we can regenerate a new one for you.
Was this page helpful?