Skip to main content
GET
/
describe
/
{domain}
Describe a domain
curl --request GET \
  --url https://api.logo.dev/describe/{domain} \
  --header 'Authorization: Bearer <token>'
{
  "name": "sweetgreen",
  "domain": "sweetgreen.com",
  "description": "Simple, seasonal, healthy salads and grain bowls made in-house from scratch.",
  "indexed_at": "2025-03-10T11:36:23.885238001Z",
  "socials": {
    "facebook": "http://facebook.com/sweetgreen",
    "instagram": "https://www.instagram.com/sweetgreen/",
    "twitter": "https://x.com/sweetgreen"
  },
  "logo": "https://img.logo.dev/sweetgreen.com?token=LOGO_DEV_PUBLISHABLE_KEY",
  "blurhash": "UJPanPxr?Vj[oxazj@od_FWDDoodxrodagWD",
  "colors": [
    {
      "r": 228,
      "g": 255,
      "b": 85,
      "hex": "#e4ff55"
    },
    {
      "r": 10,
      "g": 75,
      "b": 43,
      "hex": "#0a4b2b"
    },
    {
      "r": 125,
      "g": 173,
      "b": 80,
      "hex": "#7dad50"
    }
  ],
  "is_profane": false
}

Documentation Index

Fetch the complete documentation index at: https://www.logo.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

domain
string
required

Company domain to describe.

Example:

"sweetgreen.com"

Response

Brand data for the domain.

Structured brand data for a domain.

name
string
required
domain
string
required
description
string
indexed_at
string<date-time>
socials
object

Detected social profiles. Only detected networks are present.

blurhash
string

Compact blurred-placeholder string for the logo.

colors
object[]

Prominent colors, roughly ordered by prominence.

is_profane
boolean

Whether the brand content was flagged as potentially inappropriate.