13 networks. 450M+ rate rows. Full OON coverage. Query Cigna rates by CPT code, NPI, or billing code. No ETL. No 200 GB JSON files.
Cigna publishes some of the most granular Machine-Readable Files of any major payer — 13 distinct networks including OAP, LocalPlus, SureFit, Connect, and dedicated OON files. PayerBenchmark indexes all of them, refreshed monthly.
Filter by CPT code, NPI, network, and date range. Paginated JSON — no parsing multi-gigabyte files.
GET https://api.payerbenchmark.com/v1/rates ?payer=Cigna &procedure_code=99213 &npi=1234567890 // Response { "data": [{ "payer": "Cigna", "network_key": "OAP", "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 450M+ rate rows across all Cigna networks. No ETL pipeline required.