// Product Docs
Region Facilities
Normalized facility outputs tied to standard geo objects and optimized for regional lookup.
What it returns
Region Facilities expose facility and point-of-interest records mapped to standard geo objects, suitable for downstream map layers and structured overlays.
Request shape
Use geo_object_id for lookup. This surface is strongest on administrative regions and current live facility coverage.
Sample request
GET /v1/geo/region-facilities?geo_object_id=ADMIN2_US_SAN_FRANCISCO_COUNTY
Sample response
{
"geo_object_id": "ADMIN2_US_SAN_FRANCISCO_COUNTY",
"facility_count": 114,
"facility_types": ["hospital", "school", "fire_station"],
"latest_run_id": "soak3h_newsdata_20260329T053300Z_it6_overpass"
}Field semantics
The facilities surface is optimized for regional summary and overlay use.
| Field | Meaning |
|---|---|
| geo_object_id | Regional contract key. |
| facility_count | Count of facilities currently represented in the packaged surface. |
| facility_types | Representative set of facility categories carried by the output. |
| latest_run_id | Current contributing run identifier for the packaged surface. |
Current boundary
The live surface follows current facility coverage and documented normalization rules. Treat it as a structured delivery surface, not a universal POI crawl.