网站改版升级公告
我们对网站进行了全面升级与改版。新版网站在界面设计、功能结构以及性能优化等方面均进行了大幅提升,力求为您提供更加流畅、高效、便捷的服务。
Read moreIntelligent multi-source parsing: HTML/Manifest/TouchIcon, unified PNG output. Just one URL parameter to get 16px - 512px icons in any size.
Example Usage
www.favicon.org.cn/api/get?url=google.com&size=128&key=TEST-64643401B563BB5B793BC0BF91BF61D9A49D3811D30A2F2B
Get 128px icon example
GET /api/get
?url=Google.com
&size=128
&key=TEST-64643401B563BB5B793BC0BF91BF61D9A49D3811D30A2F2B
More than simple screenshot or favicon.ico fetching - we go further
Auto-cached on edge after first fetch. Millisecond response for subsequent requests, reducing origin server load.
Backend auto-handles image scaling and format conversion, unified PNG output for perfect UI compatibility.
Domain whitelist, Referer validation, and API key rate limiting to prevent abuse.
Auto-analyzes HTML meta, Manifest, Apple Touch Icon sources for maximum hit rate.
Request logs, success rates, error reasons at a glance. Data-driven operations and debugging.
Standard HTTP interface. Works with PHP/Java/Node/Python and static pages. Minimal integration cost.
Standard HTTP GET interface, compatible with all programming languages
<!-- Build parameters -->
<img
src="/api/get?url=TARGET_SITE_DOMAIN&size=32&key=YOUR_API_KEY"
alt="Favicon of TARGET_SITE_DOMAIN"
/>
<img
src="/api/get?url=TARGET_SITE_DOMAIN&size=128&key=YOUR_API_KEY"
alt="Favicon of TARGET_SITE_DOMAIN"
/>
$api = '/api/get';
$qs = http_build_query([
'url' => 'Google.com',
'size' => 128,
'key' => 'TEST-64643401B563BB5B793BC0BF91BF61D9A49D3811D30A2F2B'
]);
echo '<img src="' . $api . '?' . $qs . '">';
Check the newest announcements and articles
我们对网站进行了全面升级与改版。新版网站在界面设计、功能结构以及性能优化等方面均进行了大幅提升,力求为您提供更加流畅、高效、便捷的服务。
Read moreGet your API key, integrate with your navigation site or admin system. Cleaner lists, faster loading, more credible presentation.