/v1/broadband/lookup— Broadband LookupEvery ISP serving an address — brand, technology, max download/upload, low-latency flag, business/residential code.
curl "https://permit-api-production-6eae.up.railway.app/v1/broadband/lookup?\ address=1600+Pennsylvania+Avenue&city=Washington&state=DC&zip=20500" \ -H "X-API-Key: pl_live_..."
{
"address": "1600 Pennsylvania Avenue",
"state": "DC",
"zip": "20500",
"tract_geoid": "11001006202",
"lat": 38.8977,
"lon": -77.0365,
"providers": [
{
"brand_name": "Verizon Fios",
"technology": "fiber",
"max_download_mbps": 5000,
"max_upload_mbps": 5000,
"low_latency": true,
"business_residential": "X"
}
],
"max_download_mbps": 5000,
"max_upload_mbps": 5000,
"has_fiber": true,
"has_cable": true,
"only_satellite": false,
"isp_count": 9,
"fiber_isp_count": 2,
"source": "fcc_bdc",
"match_method": "block_match"
}