Skip to main content
GET
Representative land price per province

Authorizations

X-API-Key
string
header
required

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
enum<string>
required

Country code, or all to combine every country.

Available options:
all,
vn,
jp
Example:

"all"

Query Parameters

lang
enum<string>
default:vi

Language for name fields.

Available options:
vi,
en

Response

Representative price per province.

Standard success envelope shared by every endpoint. Each operation's response wrapper extends this (via allOf) and adds a typed data property.

success
boolean
required

Always true for a successful response.

Example:

true

statusCode
integer
required

Mirrors the HTTP status code.

Example:

200

data
object
required

Province rows plus the per-country colour thresholds. Note the nesting: the rows are at data.data, and data.meta is the route's own metadata, distinct from the envelope's meta.

meta
object

Response metadata. Always present; timestamp is the server time the response was generated.