Skip to navigation Skip to main content
These docs are for an upcoming version of Build Awesome and are subject to change—take extra care before linking here as URLs may change! Look to the latest stable docs instead (or the full release history).

Hosting Image

On this page

A runtime service to return the metadata (hosting provider) about any given web site URL. Source code at 11ty/api-built-with on GitHub.

With support for:

  • Cloudflare
  • Vercel
  • GitHub Pages
  • Netlify
  • Gatsby
  • Fly.io
  • Amazon (S3, Cloudfront)

Usage

URLs must have the format:

https://v1.builtwith.11ty.dev/:url/image/host/
  • url must be URI encoded.

Or json:

https://v1.builtwith.11ty.dev/:url/json/

Samples

See the “Host” column on Speedlify (Static Site Generators)

  • Eleventy Base Blog is hosted on GitHub Pages
  • vercel.com is hosted on Vercel
  • netlify.com is hosted on Netlify

From the Community


Other pages in Runtime APIs