Base URL
https://api.bluedoor.sh/fitness-studios/v1
bluedoorDocs
Query completed major-chain and independent long-tail fitness studio backfills through a stable REST contract.
https://api.bluedoor.sh/fitness-studios/v1
Use a server-side Bluedoor API key in the Authorization header.
curl https://api.bluedoor.sh/fitness-studios/v1/coverage \
-H "Authorization: Bearer $BLUEDOOR_API_KEY"| Method | Path | Use |
|---|---|---|
GET | /coverage | Coverage totals by booking platform and brand, plus read-model freshness. |
GET | /studios | Paginated studio catalog with platform, brand, source ID, location, booking URL, and freshness fields. |
GET | /studios/{studio_id}/classes | Per-studio schedules with class name, instructor, start time, duration, capacity, availability, and source metadata. |
GET | /studios/{studio_id}/pricing | Per-studio drop-ins, packs, memberships, intro offers, normalized amount/currency, and source URLs. |
GET | /sources | Backfill artifact imports by platform, brand/source, status, row counts, and completion timestamps. |
Use /data/fitness-studios/llms.txt for route hints and /data/fitness-studios/sitemap.xml for crawlable data pages.