Query verified ISP availability for any location in the United States. H3 geospatial indexing delivers sub-50ms responses across 115+ million US broadband serviceable locations covering all 50 states, DC, and 5 territories.
Pass latitude and longitude coordinates, get back a list of every broadband provider serving that location — verified against our proprietary database. No scraping, no stale data, no guesswork.
curl -X GET "https://api.ispdata.io/v1/broadband/lookup?lat=40.7128&lng=-74.0060" \
-H "X-API-Key: isp_your_api_key_here"
# Response
{
"status": "success",
"data": {
"query": { "lat": 40.7128, "lng": -74.006, "h3_cell": "882a100d25fffff" },
"provider_count": 12,
"providers": [
{ "name": "Verizon", "coverage_cells": 7 },
{ "name": "Spectrum", "coverage_cells": 5 },
{ "name": "T-Mobile", "coverage_cells": 7 },
...
]
},
"meta": {
"response_time_ms": 23,
"data_source": "ISPData.io Verified Database"
}
}From real estate platforms to government analytics, our API powers broadband intelligence across industries.
Enrich property listings with available internet providers and speeds. Help buyers make informed decisions.
Power address qualification tools for internet service providers. Instantly verify coverage at any address.
Analyze broadband competition across regions. Identify underserved markets and coverage gaps.
Support digital equity initiatives with accurate broadband coverage data for policy decisions.
Start free, scale as you grow. All plans include access to our comprehensive ISP dataset covering the entire United States.
Perfect for testing and prototyping
For small apps and early-stage startups
For growing businesses and data teams
For large-scale operations and resellers
Our proprietary database is compiled from authoritative federal and industry sources, cross-validated for accuracy. We process over 300 million raw records and distill them into 115+ million unique broadband serviceable locations using Uber's H3 hexagonal grid system for precise geospatial matching.