Skip to content

Detect website fonts

How to use the font detection API

The font detection API is available in the ScreenshotOne API “take” method as an additional option.

https://api.screenshotone.com/take?metatada_fonts=true&url=https://example.com&access_key=<your access key>&response_type=json

The result is:

{
"fonts": [
{
"first": "Arial",
"fallback": ["Helvetica", "sans-serif"],
"elements": ["p"]
}
// ...
]
}

Use cases

There are many use cases for using the font detection API by ScreenshotOne:

Support

In case you have any questions or feedback, please, feel free to reach out at support@screenshotone.com and we will be happy to help.