Static JSON API · v1

Data access for agents & developers

Healthspend exposes machine-readable hospital prices without API keys. All endpoints below are static files — no live query server.

For AI agents: start with llms.txt or manifest.json. Interactive search uses the browser app: /?q={procedure}&state={XX}#search
GET /api/v1/manifest.json

Site manifest

Machine-readable index of endpoints, datasets, search URL templates, and agent guides.

curl https://healthspend.lol/api/v1/manifest.json
GET /api/v1/procedures.json

Procedure index

Common CPT codes with plain-language names and search deep links.

curl https://healthspend.lol/api/v1/procedures.json
GET /api/v1/nodes/{ccn}.json

Hospital price node

Published cash rates for one hospital. {ccn} = 6-digit CMS Certification Number.

curl https://healthspend.lol/api/v1/nodes/010001.json
{
  "ccn": "010001",
  "name": "SOUTHEAST HEALTH MEDICAL CENTER",
  "location": { "city": "DOTHAN", "state": "AL" },
  "updated": "2026-04-07",
  "prices": [
    { "code": "80053", "desc": "Comprehensive Metabolic Panel", "price": 378.0 }
  ]
}
GET /embed/data/{state}.json

State price samples

Lowest published sample per procedure for each US state. {state} = lowercase 2-letter code.

curl https://healthspend.lol/embed/data/ca.json
GET /visibility/node-{ccn}.html

Hospital SEO pages

Static HTML with schema.org MedicalProcedure JSON-LD. 5,400+ hospital pages in sitemap.xml.

https://healthspend.lol/visibility/node-010001.html
DOWNLOAD

SQLite bulk datasets

Full price ledger and hot search shard on HuggingFace.

audit_hot.db  — 16 CPT codes, browser search shard
audit_data.db — full ingested price rows
https://huggingface.co/datasets/vladimir-io/healthspend-data