Skip to content

Data API

A free, versioned JSON API over our catalog, benchmarks, prices, and GPU data. Real, reproducible, timestamped. Keyed + rate-limited.

Get a key

Free tier: 60 requests/min, 10,000/month. Pro available for higher limits.

Authentication

Send your key as Authorization: Bearer <key> (or ?key= / X-API-Key). Keys are hashed server-side; they're shown once at issue.

curl https://hosting-platform.pages.dev/api/v1/providers \ -H "Authorization: Bearer YOUR_KEY"

Endpoints (v1)

GET /api/v1/providers Ranked provider list (score, price, uptime)
GET /api/v1/providers/:slug One provider + plans
GET /api/v1/benchmarks/:slug Benchmark time-series (LCP/TTFB/PSI) + uptime
GET /api/v1/prices Price Index aggregates
GET /api/v1/gpu-prices GPU $/hr across providers
GET /api/v1/offers Verified offers (real freshness only)

Rate limits & terms

  • Per-key rate limit (HTTP 429 over the limit) + monthly quota (X-Quota-Remaining header).
  • Free to use with attribution + a link back. Data is updated on a schedule.
  • See also /llms.txt and the Benchmark Index.