Detect all favicon formats in one API call. SVG, PNG, ICO, Apple touch icons, and web app manifest icons with automatic quality-based fallback.
Get 1000 free credits when you create an account.
{"faviconUrl": "https://cdn.example.com/favicon.svg","faviconFormat": "svg","faviconSource": "link_svg","appleTouchIcon": "https://cdn.example.com/apple-touch-icon.png","manifestIcons": [{ "src": "/icon-192.png", "sizes": "192x192" },{ "src": "/icon-512.png", "sizes": "512x512" }]}
One request returns every favicon format a website declares.
Complete favicon intelligence for every website.
Brandohue always picks the best available icon.
| Priority | Source | Format | Quality |
|---|---|---|---|
| #1 | SVG favicon | SVG | Best — vector, scales infinitely |
| #2 | Apple Touch Icon | PNG | High — up to 180x180px |
| #3 | PNG favicon (32x32) | PNG | Medium — standard 32x32px |
| #4 | favicon.ico | ICO | Low — legacy multi-resolution format |
| #5 | Default /guess | ICO/PNG | Last resort — /favicon.ico guessed path |