Skip to content

Retreive hosting information about any given URL.

Notifications You must be signed in to change notification settings

11ty/api-built-with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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