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.
Example response
[
{
"country_code": "ES"
}
]