Healthspend exposes machine-readable hospital prices without API keys. All endpoints below are static files — no live query server.
/?q={procedure}&state={XX}#search
Machine-readable index of endpoints, datasets, search URL templates, and agent guides.
curl https://healthspend.lol/api/v1/manifest.json
Common CPT codes with plain-language names and search deep links.
curl https://healthspend.lol/api/v1/procedures.json
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 }
]
}
Lowest published sample per procedure for each US state. {state} = lowercase 2-letter code.
curl https://healthspend.lol/embed/data/ca.json
Static HTML with schema.org MedicalProcedure JSON-LD. 5,400+ hospital pages in sitemap.xml.
https://healthspend.lol/visibility/node-010001.html
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