HAPRI · SDMX statistics API

VHLSS Data Downloader

Pull CSV extracts from the VHLSS API straight into your browser, or copy a ready-made curl command for a script or agent.

hapri-vhlss-api.onrender.com

1. Credentials

Kept in this tab's memory only — never saved, never sent anywhere but the API above.

2. Choose Dataflow

3. Build Request

Syntax: dimension values joined by dots. Empty = wildcard. Multiple values with +. Example: A.VNM.GDP or A..GDP
GET https://hapri-vhlss-api.onrender.com/data/VHLSS_HH/.

For scripts & AI agents

Same request, no browser required — the key goes in a header, not the URL.

curl -H "X-API-Key: *** key>" \
  "https://hapri-vhlss-api.onrender.com/data/VHLSS_HH/."