Veridical Tech

// 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.

FieldMeaning
geo_object_idRegional contract key.
facility_countCount of facilities currently represented in the packaged surface.
facility_typesRepresentative set of facility categories carried by the output.
latest_run_idCurrent 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.