Official documentation for Logo.dev - the comprehensive logo API that provides instant access to millions of company logos, cryptocurrency icons, and stock ticker symbols.
Logo.dev offers multiple APIs to fetch brand assets programmatically:
- Logo Images API - Fetch company logos by domain name
- Stock Ticker API - Get logos using stock ticker symbols
- Cryptocurrency API - Access crypto logos by symbol
- Brand Search API - Convert brand names to domains
- Describe API - Get brand metadata including colors and social links
- Node.js 18+ installed
- Logo.dev API key (get yours at logo.dev/dashboard)
Install the Mintlify CLI to preview documentation locally:
npm install -g mint- Clone this repository
- Navigate to the project root (where
docs.jsonis located) - Start the development server:
mint devThe documentation will be available at http://localhost:3000
# Preview on specific port
mint dev --port 3333
# Update Mintlify CLI
mint update
# Check for broken links
mint broken-links
# Validate OpenAPI specs
mint openapi-check <filename>├── introduction.mdx # Getting started guide
├── logo-images/ # Logo API documentation
│ ├── introduction.mdx # API overview and parameters
│ ├── get.mdx # Endpoint details
│ ├── ticker.mdx # Stock ticker logos
│ └── crypto.mdx # Cryptocurrency logos
├── brand-search/ # Brand Search API
├── describe/ # Describe API
├── platform/ # Platform features
│ ├── api-keys.mdx # API key management
│ ├── rate-limits.mdx # Rate limiting policies
│ └── attribution.mdx # Attribution requirements
└── support/ # Support resources
<img src="https://img.logo.dev/apple.com?token=LOGO_DEV_PUBLISHABLE_KEY" /><img src="https://img.logo.dev/ticker/AAPL?token=LOGO_DEV_PUBLISHABLE_KEY" /><img src="https://img.logo.dev/crypto/btc?token=LOGO_DEV_PUBLISHABLE_KEY" />The documentation is configured via docs.json:
- Branding - Logo, favicon, and color scheme
- Navigation - Sidebar structure and page ordering
- Analytics - Tracking configuration
- CTAs - Dashboard and support links
Install the Mintlify GitHub App to auto-deploy changes:
- Push changes to your default branch
- Changes deploy automatically to production
- Monitor deployment status in your dashboard
For manual deployments or custom workflows, contact the Mintlify team.
| Issue | Solution |
|---|---|
mint dev not running |
Run mint install to reinstall dependencies |
| Page loads as 404 | Ensure you're in the directory with docs.json |
| CLI installation fails | Check Node.js version (requires 18+) |
| Preview port in use | Use mint dev --port <port> |
- API Support: [email protected]
- Documentation Issues: Open an issue in this repository
- API Status: Check status.logo.dev
We welcome contributions to improve our documentation:
- Fork this repository
- Create a feature branch (
git checkout -b feature/improvement) - Make your changes
- Run
mint broken-linksto validate - Submit a pull request
- Use clear, concise language
- Include code examples for all endpoints
- Test all examples before submitting
- Follow the existing format and structure
- Logo.dev Dashboard - Manage API keys
- API Reference - Full API documentation
- Status Page - Service availability
- Pricing - Plan details and limits
This documentation is proprietary to Logo.dev. See Terms of Service for usage guidelines.