烟雨漫雪
获取网站favicon文件

获取网站favicon文件

远程获取网站Favicon.ico文件的API接口。

@[toc]

国外的 faviconkit 网站

Favicon Kit :https://faviconkit.com/

国外的 statically 网站(接口失效)

Statically:https://statically.io/favicons/
用法:

https://cdn.statically.io/favicons/:url
例如:
https://cdn.statically.io/favicons/baidu.com

国内的 mikelin 网站

mikelin:https://ico.mikelin.cn/
用法:

https://ico.mikelin.cn/{url}
例如:
https://ico.mikelin.cn/baidu.com

国内的 koomao 网站

koomao:https://www.koomao.com/web/18.html

接口调用方式:
调用接口:<img src="https://ico.kucat.cn/get.php?url=https://网址/">
请求参数:get.php?url=https://网址/
调用提示:注意目标网站的 http:// 和 https://

api接口的源代码(仅供参考):https://github.com/sy-records/GetFavicon