https://logos.osint.ly that returns logo images for domains and country flags by alias. It works directly in browsers, apps, and any HTTP client - no authentication required.
One URL per domain
https://logos.osint.ly/github.com - just swap the domain.Country flags
https://logos.osint.ly/flags/france.svg - use country names, ISO codes, or common aliases.Use it anywhere
HTML, CSS, JavaScript, React - CORS enabled for direct browser access.
How it works
Send aGET request with the domain as the path:
www. prefix is stripped automatically, so www.github.com resolves the same as github.com.
Country flags
Send aGET request to /flags/{alias} or /flags/{alias}.{format}:
uk.
Examples:
svg is used by default:
svg, png, webp, jpg, and jpeg. The jpeg extension is normalized to jpg.