Return an array containing a GeoJSON representation of BEAD census block features along side lists of isp_tech and block_awards (i.e., rdof)
geoid_bl |
Array of strings
Census block GEOID(s) to filter on; comma seperated list |
geoid_tr |
Array of strings
Census tract GEOID(s) to filter on; comma seperated list |
geoid_co |
Array of strings
County GEOID(s) to filter on; comma seperated list |
Production API url
Development API url
Local Development Server and Port
[- {
- "type": "Feature",
- "bbox": [
- 0
], - "features": [
- {
- "type": "Feature",
- "bbox": [
- 0
], - "geometry": {
- "type": "Point",
- "bbox": [
- 0
]
}, - "properties": { },
- "id": 0
}
]
}
]
Return an array containing a GeoJSON representation of census block features with broadband availability
geoid_bl |
Array of strings
Census block GEOID(s) to filter on; comma seperated list |
Production API url
Development API url
Local Development Server and Port
[- {
- "type": "Feature",
- "bbox": [
- 0
], - "features": [
- {
- "type": "Feature",
- "bbox": [
- 0
], - "geometry": {
- "type": "Point",
- "bbox": [
- 0
]
}, - "properties": { },
- "id": 0
}
]
}
]
Return an array containing ISP offerings for each census block by broadband technology and max advertised download/upload speeds
geoid_bl |
Array of strings
Census block GEOID(s) to filter on; comma seperated list |
Production API url
Development API url
Local Development Server and Port
[- { }
]
Return an array containing any project covering the specified census blocks that was previously awarded federal funding (i.e., RDOF)
geoid_bl |
Array of strings
Census block GEOID(s) to filter on; comma seperated list |
Production API url
Development API url
Local Development Server and Port
[- { }
]
Return an array containing a GeoJSON representation of BEAD county summary features with broadband availability and ACS stats along side lists of ISPs that serve the specified counties
geoid_co |
Array of strings
County GEOID(s) to filter on; comma seperated list |
Production API url
Development API url
Local Development Server and Port
[- {
- "type": "Feature",
- "bbox": [
- 0
], - "features": [
- {
- "type": "Feature",
- "bbox": [
- 0
], - "geometry": {
- "type": "Point",
- "bbox": [
- 0
]
}, - "properties": { },
- "id": 0
}
]
}
]
Return an array of properties with ACS statistics for each specified county
geoid_co |
Array of strings
County GEOID(s) to filter on; comma seperated list |
Production API url
Development API url
Local Development Server and Port
[- { }
]
Return an array of ISPs and the number of locations that they serve in each specified county
geoid_co |
Array of strings
County GEOID(s) to filter on; comma seperated list |
Production API url
Development API url
Local Development Server and Port
[- { }
]
Return an array containing a GeoJSON representation of BEAD county summary features along side lists of isp_tech and block_awards (i.e., rdof)
geoid_co |
Array of strings
County GEOID(s) to filter on; comma seperated list |
Production API url
Development API url
Local Development Server and Port
[- {
- "type": "Feature",
- "bbox": [
- 0
], - "features": [
- {
- "type": "Feature",
- "bbox": [
- 0
], - "geometry": {
- "type": "Point",
- "bbox": [
- 0
]
}, - "properties": { },
- "id": 0
}
]
}
]
Return a JSON key/value object in which the keys represent the names of every ISP that is serving at least one location at or above 25/3 and the values are the ISP identifier that we've assigned (isp_id) to that ISP name
Production API url
Development API url
Local Development Server and Port
{ }
Return a JSON key/value object in which the keys are the unique identifiers (combo_id) for every possible ISP combo and the values are arrays of combined ISP identifiers (isp_id)
Production API url
Development API url
Local Development Server and Port
{ }
Return an array of objects, each representing an ISP identifier, name and all combos in which it is co-located with another ISP
isp_id |
Array of strings
ISP identifier(s) |
Production API url
Development API url
Local Development Server and Port
[- { }
]