Docs

Fitness Studios API docs.

Query completed major-chain and independent long-tail fitness studio backfills through a stable REST contract.

1

Base URL

https://api.bluedoor.sh/fitness-studios/v1

2

Authentication

Use a server-side Bluedoor API key in the Authorization header.

Quick request

curl https://api.bluedoor.sh/fitness-studios/v1/coverage \
  -H "Authorization: Bearer $BLUEDOOR_API_KEY"

Core endpoints

MethodPathUse
GET/coverageCoverage totals by booking platform and brand, plus read-model freshness.
GET/studiosPaginated studio catalog with platform, brand, source ID, location, booking URL, and freshness fields.
GET/studios/{studio_id}/classesPer-studio schedules with class name, instructor, start time, duration, capacity, availability, and source metadata.
GET/studios/{studio_id}/pricingPer-studio drop-ins, packs, memberships, intro offers, normalized amount/currency, and source URLs.
GET/sourcesBackfill artifact imports by platform, brand/source, status, row counts, and completion timestamps.

Agent routing

Use /data/fitness-studios/llms.txt for route hints and /data/fitness-studios/sitemap.xml for crawlable data pages.