Simple favicon fetching for developers
Access website favicons with a clean, reliable API that just works. No authentication required.
Try it yourself
Try these examples
How to use the API
Basic Request
GET https://favicon.synthetix.me/api?url=https://example.com
Customizing Size
You can specify the size of the favicon by adding the size
parameter:
GET https://favicon.synthetix.me/api?url=https://example.com&size=64
Available Sizes
Common sizes: 16, 32, 48, 64, 128. Default is 48 if not specified.