The Describe API is available on any paid plan. Head to https://www.logo.dev/pricing to get started.Reach out to us at [email protected] if you see any gaps in coverage.
sk_....
In example, looking up “sweetgreen”
Usingcurl 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 is a compact string representation that encodes a placeholder image, allowing you to show a blurred preview while the actual logo loads.
colors is an array of prominent colors for the logo. They are roughly ordered by prominence in the image.
The currently supported social sites are:
- github
- snapchat
- telegram
- tumblr
- twitter (aka X)
- youtube
Using Blurhash
Theblurhash field provides a compact string that encodes a blurred placeholder of the logo. Blurhash improves perceived performance by displaying an instant preview while the actual logo loads—no layout shifts, no blank spaces, just smooth transitions. The entire placeholder is encoded in ~20-30 characters.
For implementation details and code examples, see the official blurhash documentation with decoders available for TypeScript, Swift, Kotlin, and more.