Rating Areas
What Are Rating Areas?
Section titled “What Are Rating Areas?”Rating areas are geographic regions defined by each state where insurance premiums are the same for all residents. A single state may have 1 to 67 rating areas. The rating area determines which plans are available and at what price.
ZIP Code Resolution
Section titled “ZIP Code Resolution”The Opelyx API resolves ZIP codes to rating areas automatically. When you search for plans by ZIP code, the API:
- Looks up the ZIP code in the
zip_rating_areatable - Determines the state, county, and rating area
- Filters plans to those available in that rating area
- Returns premiums from the matching rate records
The ZIP Lookup Endpoint
Section titled “The ZIP Lookup Endpoint”Use GET /v1/health/zip/:zip to see what a ZIP code resolves to:
{ "zip_code": "90210", "state_code": "CA", "county_name": "Los Angeles", "rating_area_id": "Rating Area 16", "source": "d1"}Cross-State ZIP Codes
Section titled “Cross-State ZIP Codes”Some ZIP codes span multiple counties or even multiple rating areas. When a ZIP code maps to multiple rating areas, the API returns all matches and selects plans from the primary (most populous) area.
Data Sources
Section titled “Data Sources”- FFM states (30): CMS PUF
zip_rating_areatable - SBM states (21): State exchange crosswalk data, curated per-state