Get Census Block Data with Provider Coverage
Retrieves detailed census block data along with Internet service provider coverage for specified block GEOIDs. This endpoint provides comprehensive demographic and geographic information for each block, plus all residential service providers offering fixed broadband coverage.
Block Data Included
For each block, the response includes:
- Geographic identifiers: Full GEOID, state/county/tract/block codes
- Location names: State name, state abbreviation, county name
- Demographics: Population count, housing unit count
- Geography: Land area, water area (in square meters), urban/rural classification
- Provider coverage: All service providers with residential fixed broadband in the block
Provider Data
Each provider includes:
- Provider ID and name
- Technology type (Fiber, Cable, DSL, Wireless, Satellite)
- Maximum advertised download and upload speeds
Use Cases
- Detailed analysis of specific census blocks
- Property-level broadband availability research
- Demographic analysis with broadband coverage overlay
- Bulk lookup for multiple specific blocks
Limits
- Maximum 100 blocks per request
- Blocks not found in the database are reported in
meta.not_found
Example Query
GET /blocks?geoids[]=481210214132005&geoids[]=060372074023015
Authorizations
Bearer token authentication using API tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens through your Hum API account dashboard or contact support@letshum.com for access.
Query Parameters
Census block GEOIDs (15 characters each). Maximum 100 blocks per request.
Format: 2-digit state FIPS + 3-digit county FIPS + 6-digit tract + 4-digit block
Example: 481210214132005 (Texas, Denton County, tract 021413, block 2005)
100^\d{15}$Response
Block census data with provider coverage
Human-readable summary of the response
"Block coverage for 2 blocks"
A status code summarizing the outcome of this response.
- ok: Request was successful
- warning: Request was processed but with some issues
- error: Request failed
ok, warning, error "ok"
Array of block data with provider coverage
Metadata for census block coverage response
