v1 API live

Real negotiated rates from every major insurer. One API call.

Access the same pricing data that hospital systems pay millions for. Free tier, no credit card required.

~ / api-demo
$ curl https://api.clearcostapi.com/v1/rates/J3262/distribution \ -H "Authorization: Bearer cc_live_abc123" \ -d "state=CA&payer=anthem"
100M+
negotiated rates
3
major payers
14
states covered
Q1 2026
last update

What data we have

Payer-negotiated rates across 14 states and growing. Updated every quarter from CMS transparency files.

StateAnthemAetnaUnitedHealthcare
CA
TX
FL
NY
PA
IL
OH
GA
NC
MI
NJ
VA
WA
CO
Full coverage
Partial
Coming soon

Try it now — no signup required

Query real healthcare pricing data in seconds.

clearcost-api / live-demo
GET /v1/rates/J3262/distribution?state=CA&payer=anthem
// Response will appear here. Click "Run query" above.

How it works

From signup to your first query in under two minutes.

01

Get your API key

Sign up with GitHub OAuth. Your free key gives you 100 queries per month.

# Your API key is ready instantly
API_KEY="cc_live_8f3a2b1c4d5e6f7a8b9c0d1e"
02

Make a request

Use any HTTP client. We support REST with JSON responses. SDKs coming soon.

$ curl -X GET \
  "https://api.clearcostapi.com/v1/rates/J3262/distribution?state=CA&payer=anthem" \
  -H "Authorization: Bearer cc_live_YOUR_KEY"
03

Get real data

Receive distribution statistics: p10, p25, median, p75, p90, min, max, and sample count.

200 OK
{
  "data": {
    "billing_code": "J3262",
    "description": "Tocilizumab, 1mg",
    "distribution": {
      "median": 487.00,
      "p10": 312.00,
      "p90": 891.00,
      "count": 847
    }
  }
}

Free for your first 100 queries. Then pay for what you use.

No credit card required. No commitment. Cancel anytime.

Monthly queriesPrice
0 - 100Free tierFree
101 - 1,000$29/mo
1,001 - 10,000$149/mo
10,001 - 100,000$499/mo
100,000+Custom
Start free

No credit card required

Ready to build with real healthcare pricing data?

Join developers building the next generation of healthcare transparency tools.

Free tier: 100 queries/month. No credit card required.