A runtime service to return metadata about any given web site URL.
Types of metadata currently supported:
- Hosting provider, with support for:
- Cloudflare
- Vercel
- GitHub Pages
- Netlify
- Gatsby
- Fly.io
- Amazon (S3, Cloudfront)
URLs have the formats:
/:url/json/
/:url/image/host/
url
must be URI encoded (viaencodeURIComponent
).