Ward choropleth GeoJSON
Ward boundary geometry paired with average-price attributes, for rendering a
choropleth map. The response can be large (boundary coordinates for every ward);
the geometry is modelled permissively. Data is available for vn; jp is empty.
Authorizations
Your HayInsights API key (prefixed apk_). Create and manage keys in the
HayInsights dashboard (Account → API keys).
Send it in the X-API-Key header on every request to /openapi/v1/*.
Which data domains you may access and your request quota are both governed by
the subscription plan attached to the key — see the Plans & features and
Rate limits guides.
Path Parameters
Country code, lowercase.
"vn"
Response
Ward features with price attributes and boundary geometry.
Standard success envelope shared by every endpoint. Each operation's response
wrapper extends this (via allOf) and adds a typed data property.
Always true for a successful response.
true
Mirrors the HTTP status code.
200
Choropleth payload: a collection of ward features carrying both their average-price
attributes and their boundary geometry. The geometry (coordinates) is intentionally
modelled permissively — it is a nested array of [longitude, latitude] coordinate
rings and can be large; clients typically pass it straight to a mapping library.
Response metadata. Always present; timestamp is the server time the response was generated.