ChoiceCare, HumanaOne PPO. 180M+ rate rows. Query Humana rates by CPT code, NPI, or billing code. No ETL. No 200 GB JSON files.
Humana publishes MRF data for its commercial ChoiceCare and HumanaOne PPO networks alongside full OON files. PayerBenchmark indexes all Humana MRFs monthly, giving you access to negotiated rates for Humana's employer and individual lines of business.
Filter by CPT code, NPI, network, and date range. Paginated JSON — no parsing multi-gigabyte files.
GET https://api.payerbenchmark.com/v1/rates ?payer=Humana &procedure_code=99213 &npi=1234567890 // Response { "data": [{ "payer": "Humana", "network_key": "ChoiceCare Network", "procedure_code": "99213", "negotiated_rate": 87.42, "rate_type": "fee_for_service", "effective_date": "2025-01-01" }], "meta": { "total": 14, "page": 1, "per_page": 50 } }
API access to 180M+ rate rows across all Humana networks. No ETL pipeline required.