Healthcare pricing data, one API call away.
Search negotiated procedure prices across hospitals. Find facilities by location. Built on public CMS data, updated regularly, and ready for your app.
Hospital pricing shouldn't be a black box.
Since 2021, hospitals are required to publish their negotiated prices. The data exists — but it's scattered across thousands of hospitals in dozens of formats. Healthcare Oracle normalizes it into a single, developer-friendly API.
Price Lookup
Search negotiated procedure prices within any radius of a ZIP code. Get results grouped by facility with payer-specific rates.
Facility Search
Find hospitals by location, type, ownership, or name. 12,000+ facilities with geocoded coordinates.
Clean Data
HCPCS procedure codes, Medicare geographic cost indices, and county-level FIPS data — all cross-referenced and queryable.
See it in action
A single request returns structured, payer-level pricing from nearby facilities.
Request
curl "https://api.healthcare-oracle.dev/lookup?zip=40202&hcpcs_code=99213&radius_miles=30" Response
{
"status": "ok",{"
"} "data": {"{"}{"
"} "facilities": [{"
"} {"{"}{"
"} "facility_name": "Norton Hospital",{"
"} "ccn": "180001",{"
"} "distance_miles": 2.4,{"
"} "prices": [{"
"} {"{"} "payer": "Anthem BCBS", "price": 142.00, "price_type": "negotiated" {"}"},{"
"} {"{"} "payer": "Humana Gold", "price": 128.50, "price_type": "negotiated" {"}"},{"
"} {"{"} "payer": "Aetna PPO", "price": 155.75, "price_type": "negotiated" {"}"}{"
"} ]{"
"} {"}"}{"
"} ]{"
"} {"}"},{"
"} "meta": {"{"} "total": 12, "radius_miles": 30 {"}"}{"
"}{"}"}
Ready to build?
Start with 500 free API calls per month. No credit card required.
Get Your Free API Key