Places
Every event, alert, and summary in the Grid is scoped to a
place — an area, county, town, evacuation zone, or highway corridor.
Places are addressable by slug (ebbetts-pass) or by
kind:slug id (county:calaveras-county),
and /resolve turns a lat·lng or a street address into
the places that contain it, most-specific first. This is the live
directory, the per-place geometry, and the resolve tester — every row is a browser
fetch you can replay yourself.
Three ways in
Endpoints
The directory. Filter by kind
(AREA, COUNTY, TOWN, EVAC_ZONE, CORRIDOR, SITE) or q
(name search). Try ?kind=COUNTY.
One place by slug or id — geometry (base64 GeoJSON in
geometry.geojson), centroid, bbox, and
parentId. Try /ebbetts-pass.
?lat=&lng= or ?address=
→ the containing places, most-specific first (SITE → AREA).
Try a point.
Loading…
Directory
GET /api/v1/placesMap & resolve
GET /api/v1/places:resolveClick anywhere on the map to resolve that point to its containing places.