
Logos API
Company logos from any domain, in one call: give it github.com and get back every icon the site publishes β SVG favicons, apple-touch icons, web-app manifest icons, the classic favicon.ico and the Open Graph image β discovered live from the site itself, scored (SVG beats large PNG beats ICO; monochrome Safari mask icons are demoted because they are outlines, not logos) and verified with real fetches before one is declared best. The image endpoint serves that best icon directly with proper content-type and 24-hour edge caching, so you can serve it from your backend or CDN in one call: /v1/logos/github.com/image renders the Octocat. GitHub resolves to its SVG favicon, Stripe and the New York Times to crisp SVGs, Wikipedia to its apple-touch puzzle globe. No third-party logo service and no scraped database that goes stale β each lookup inspects the live site (with SSRF guards limiting targets to public websites) and caches for a day. Built for CRMs, sales tools, dashboards, link previews, directories and fintech apps that need a logo next to every company name. Pairs with our Tech Stack, Companies and URL Metadata APIs.
{
"ok": true,
"domain": "github.com",
"url": "https://github.com/",
"best": {
"url": "https://github.githubassets.com/favicons/favicon.svg",
"source": "link_icon",
"type": "image/svg+xml",
"sizes": null,
"size": null,
"bytes": 959,
"verified": true,
"score": 88
},
"icons": [
{
"url": "https://github.githubassets.com/favicons/favicon.svg",
"source": "link_icon",
"type": "image/svg+xml",
"sizes": null,
"size": null,
"bytes": 959,
"verified": true,
"score": 88
},
{
"url": "https://github.githubassets.com/assets/app-icon-512-7f9c4ff2e960.png",
"source": "manifest",
"type": "image/png",
"sizes": "512x512",
"size": 512,
"bytes": 9825,
"verified": true,
"score": 86
},
{
"url": "https://github.githubassets.com/assets/app-icon-192-bcc967ab9829.png",
"source": "manifest",
"type": "image/png",
"sizes": "192x192",
"size": 192,
"bytes": 3015,
"verified": true,
"score": 80.1
},
{
"url": "https://github.githubassets.com/assets/apple-touch-icon-180x180-a80b8e11abe2.png",
"source": "manifest",
"type": "image/png",
"sizes": "180x180",
"size": 180,
"bytes": 21128,
"verified": true,
"score": 80
}
],
"social_image": "https://images.ctfassets.net/8aevphvgewt8/4pe4eOtUJ0ARpZRE4fNekf/f52b1f9c52f059a33170229883731ed0/GH-Homepage-Universe-img.png",
"fetched_at": "2026-09-14T20:52:58.327Z"
}Why developers pick this API
Production-ready
Production Ready
Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.
Simple Integration
Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.
One Key, 20+ APIs
Your DataAndAPIs subscription unlocks every API on the platform β anime, finance, sports, and more.
Code snippets
One install. Every endpoint.
No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.
- Fully typed responses β auto-completion in your IDE
- Tracks the API in lockstep β new endpoints land same day
- One key works across 20+ APIs on the platform
import axios from 'axios';
const { data } = await axios.get(
'{API_URL}',
{ headers: { 'X-Api-Key': process.env.API_KEY } }
);π Subscribe to unlock the live API URL
Developer playground
Explore the endpoints
Browse request parameters and inspect live example responses.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Path Parameters
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});Pricing
One subscription. Every API.
Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β we promote.
STARTER
25,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Email support
PRO
100,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority email support
ULTRA
1,000,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority support
Need higher volume, dedicated infra, or a custom contract? Talk to sales β
Common questions
The things that actually block the upgrade.
Ship Logos API this afternoon.
500 free tokens. No card. Plus 20+ other APIs on the same key.
