Home Documentation Articles Announcements Status Sign In / Sign Up Get API Key
High Success Rate · CDN Cached

Website Icon Fetching
More Than Simple Retrieval

Intelligent 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

01 MS Response
02 Domain Protected
03 Unified PNG
Live Demo Live Demo
Result
Click "Generate Preview" above
Icon
REQUEST
Get 128px icon example
GET /api/get
    ?url=Google.com
    &size=128
    &key=TEST-64643401B563BB5B793BC0BF91BF61D9A49D3811D30A2F2B

99.9%

SLA Availability

< 50ms

Avg Response Time

10M+

Daily Requests

FEATURES

Full-Chain Parsing Solution

More than simple screenshot or favicon.ico fetching - we go further

01

Fast CDN Caching

Auto-cached on edge after first fetch. Millisecond response for subsequent requests, reducing origin server load.

02

Any Size Output

Backend auto-handles image scaling and format conversion, unified PNG output for perfect UI compatibility.

03

Enterprise Protection

Domain whitelist, Referer validation, and API key rate limiting to prevent abuse.

04

Smart Multi-Source Parsing

Auto-analyzes HTML meta, Manifest, Apple Touch Icon sources for maximum hit rate.

05

Visual Analytics

Request logs, success rates, error reasons at a glance. Data-driven operations and debugging.

06

Cross-Platform Compatible

Standard HTTP interface. Works with PHP/Java/Node/Python and static pages. Minimal integration cost.

INTEGRATION

Integrate in 30 Seconds

Standard HTTP GET interface, compatible with all programming languages

HTML / Frontend
<!-- 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"
/>
PHP Example
$api = '/api/get';
$qs  = http_build_query([
    'url'  => 'Google.com',
    'size' => 128,
    'key'  => 'TEST-64643401B563BB5B793BC0BF91BF61D9A49D3811D30A2F2B'
]);

echo '<img src="' . $api . '?' . $qs . '">';
PRICING

Simple Pricing Plans

Billing Cycle

Lite

$2.78 /mo
Daily requests: 50000 requests
  • For personal webmasters & small projects
Select Plan

Pro

$7.17 /mo
Daily requests: 200000 requests
  • For medium to large projects with higher quotas
Select Plan
LATEST

Latest Updates

Check the newest announcements and articles

Latest Announcements

INFO

网站改版升级公告

我们对网站进行了全面升级与改版。新版网站在界面设计、功能结构以及性能优化等方面均进行了大幅提升,力求为您提供更加流畅、高效、便捷的服务。

Read more
View all announcements
FAQ

Frequently Asked Questions

Why can't I get high-resolution icons from some websites?
Different websites provide different quality tabicons: some only offer 16px, while larger icons may only be found in manifest or apple-touch-icon. We try all multi-source parsing paths, but the final result depends on what the source site provides.
Do you return the original format or unified PNG?
Our service targets "unified PNG output" - backend performs format conversion (ico/svg/webp to PNG) to ensure consistent display across all browsers.
How can I prevent my API key from being stolen?
We recommend enabling domain whitelist + quota strategy, and monitoring request sources in the console. You can also create separate keys per project and rotate them.
Can I deploy this privately?
We offer enterprise solutions: dedicated nodes, dedicated cache, dedicated domain and SLA. Contact us below for more information.

Ready to Make Your Icon Experience "Professional"?

Get your API key, integrate with your navigation site or admin system. Cleaner lists, faster loading, more credible presentation.