Favicon
Get the URL or direct image of any site's favicon with our public Favicon API. It supports the classic favicon.ico, but also much newer icons, such as the Apple touch icons.
Authentication
Please refer to the overview page for basic information, authentication, or formatting of parameters of this endpoint.
Endpoints
Get a Favicon
Endpoint URL
GET /getFavicon
Query Parameters
- Required Parameters
url
- The URL of the website you want to get the favicon from. Must be:- HTTP URL
- HTTPS URL
- Optional Parameters
format
- Type of the response. Must be one of:- text (default)
- json
- image
Example
CURL
curl "https://www.gentlentapis.com/tools/v1/getFavicon?url=https://gentlent.com&format=image"