Search census places by name
GET/v1/places
GET
/v1/places
Resolve a city/town name to its census place GEOID and WGS84 centroid.
Free (no API key). Matches are ranked prefix-first, then by population. Feed
lon/lat into /v1/blocks/query (center + radius_m), or geoid into
/v1/places/{geoid}/blocks.
Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”q
required
Q
Name substring, e.g. ‘Providence’
string
Name substring, e.g. ‘Providence’
limit
Limit
integer
Responses
Section titled “Responses”Successful Response
PlacesResponse
object
places
required
Places
Array<object>
PlaceA census place (city/town) matched by name, with its GEOID and WGS84 centroid. (routers.places.places)