Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.27 KB

11ty Logo

api-built-with

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)

Usage

URLs have the formats:

/:url/json/
/:url/image/host/
  • url must be URI encoded (via encodeURIComponent).

Examples

  • Eleventy Base Blog is hosted by: Eleventy Base Blog
  • vercel.com is hosted by: Vercel
  • netlify.com is hosted by: Netlify