Data Domains
Geography
Geospatial and border-context domain for map-aware and logistics-aware products.
This domain is rolling out. Endpoints and response shapes may evolve before stabilization.
Domain Objective
The geography domain expands platform coverage with deeper geospatial context for routing, visualization, and regional analysis.
Core Data Themes
- Border relationships and adjacency
- Coordinate and boundary context
- Terrain and regional segmentation
Planned Paths
GET /v1/geography/{country_code}
GET /v1/geography/{country_code}/bordersExpected Response Shape
{
"data": {
"country_code": "za",
"name": "South Africa",
"coordinates": {
"latitude": -30.5595,
"longitude": 22.9375
},
"area_km2": 1219090,
"borders": ["bw", "ls", "mz", "na", "sz", "zw"],
"coastline_km": 2798,
"terrain": "vast interior plateau rimmed by rugged hills and narrow coastal plain",
"region": "Southern Africa"
}
}Platform Alignment
Geography follows the same contract and lifecycle model as all platform domains.