v1

latestOpenAPI 3.1.0Open Database License 1.02026-07-135311.1 KB
Search

Preview records for one country

Returns up to 25,000 postal-code records for a country preview modal. For large imports, use country downloads instead of repeated live requests.

get/ajax-preview

Query parameters

countrystring required
Example:spain

Country slug such as spain, united-states or india.

Response

Preview rows for the requested country, or an error object if the country is invalid.

OR

Example response

[
  {
    "country_code": "ES"
  }
]