Sourced from the most recent US Census Bureau data. Measures the share of residents with any form of health insurance on a linear 0-255 scale. A score of 0 means no data is available or the local population count falls below the reporting threshold. A score of 1 represents near-zero coverage; 255 represents over 90% of residents insured.
Your access token or API key. Pass as Authorization: Bearer <token>.
The latitude of the location in decimal degrees (WGS 84). Must be between -90 and 90.
-90 <= x <= 90The longitude of the location in decimal degrees (WGS 84). Must be between -180 and 180.
-180 <= x <= 180Successful Response
API response for a Health Insurance Coverage lookup.
The Health Insurance Coverage result. A score of 0 means no Census data is available or the local population falls below the reporting threshold.
{
"description": "High. Around 81% of residents have health insurance.",
"score": 204
}