BlueCard PPO, FEP, HMO. 350M+ rate rows. Query BCBS rates by CPT code, NPI, or billing code. No ETL. No 200 GB JSON files.
Blue Cross Blue Shield operates across 36 independent state plans, all publishing MRF data under the Transparency in Coverage rule. PayerBenchmark aggregates multi-state BCBS MRFs into a unified dataset covering BlueCard PPO, HMO, Federal Employee Program, and OON files.
Filter by CPT code, NPI, network, and date range. Paginated JSON — no parsing multi-gigabyte files.
GET https://api.payerbenchmark.com/v1/rates ?payer=BCBS &procedure_code=99213 &npi=1234567890 // Response { "data": [{ "payer": "BCBS", "network_key": "BlueCard PPO", "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 350M+ rate rows across all BCBS networks. No ETL pipeline required.