Data API

One API. Every Rate. Hospital and Payer Data Unified.

The SumHealth API gives developers and data teams direct access to our nationwide dataset — hospital MRF files and payer transparency files, normalized and ready to query.

  • REST + GraphQL
  • Sub-50ms latency
  • SOC 2 Type II aligned
sumhealth — api_response.json
// GET /v1/rates?hospital=12345&code=99213&payer=aetna
{
  "status": "success",
  "hospital": "Memorial Medical Center",
  "code": "99213",
  "rates": [
    {
      "payer": "Aetna",
      "negotiated_rate": 127.40,
      "plan_type": "PPO",
      "source": "hospital_mrf"
    }
  ],
  "market_avg": 135.10,
  "latency_ms": 28
}
<50ms p99 API response latency
Nationwide Rate coverage via the API
99.99% Uptime SLA
2 Query protocols: REST & GraphQL

We turn complex payer and hospital data into clarity.

Our platform distills the nation's fragmented payer and hospital pricing files into actionable intelligence. By bridging the gap between raw files and real-world utility, we empower the architects of modern healthcare.

sumhealth — api_response.json
// GET /v1/rates?hospital=12345&code=99213

  "status": "success",
  "hospital": "Memorial Medical Center",
  "code": "99213",
  "rates": [
    
      "payer": "Blue Cross Blue Shield",
      "negotiated_rate": $127.40,
      "plan_type": "PPO"
    ,
    
      "payer": "Aetna",
      "negotiated_rate": $142.80,
      "plan_type": "HMO"
    
  ],
  "market_avg": $135.10,
  "data_source": "sumhealth_mrf_v3"

API capabilities

Built for developers. Designed for scale.

Everything you need to integrate hospital and payer rate data into your product — without building your own ingestion pipeline.

local_hospital

Hospital MRF Data

Access structured, normalized data from hospital price transparency files nationwide. CPT, DRG, and revenue code rates — clean and API-ready.

health_and_safety

Payer Transparency Files

Query in-network and out-of-network rates from thousands of payer MRF files — deduplicated, normalized, and cross-referenced against our hospital dataset.

api

REST + GraphQL

Two query paradigms, one data source. Use our REST API for simple lookups or GraphQL for complex, multi-dimensional queries across hospitals, payers, and codes.

bolt

Sub-50ms Latency

Our distributed query layer delivers p99 response times under 50ms — fast enough for real-time cost estimator tools and patient-facing applications.

stream

Streaming NDJSON

Bulk data consumers can stream full rate datasets using our NDJSON endpoints — eliminating pagination overhead for analytics pipelines and data warehouses.

verified_user

Enterprise-Grade Security

OAuth 2.0 authentication, IP allowlisting, end-to-end TLS, and a 99.99% uptime SLA. SOC 2 Type II aligned and built for HIPAA-sensitive environments.