A

AddressPerfect International Zipcodes

Published byAndy P
10/11/2025

Endpoints

3

Ungrouped Endpoints
3

What is the AddressPerfect International Zipcodes API?

Global ZIP Code & City Autocomplete API. It offers real-time search and retrieval of postal codes and cities across all countries, ensuring fast, accurate, and error-free data entry. With powerful prefix-based lookups and full-text search, the API simplifies address capture, improves data quality, and enhances user experience for international applications.

AddressPerfect International Zipcodes API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.

AddressPerfect International Zipcodes API endpoints

  • GET/autocomplete

    Autocomplete Int

    Provides a full text search functionality over zipcodes and cities of all countries. Returns the matches in the order of relevance. Return value is a list of `ZIPCityResponse` objects with the relevant fields filled in.

  • GET/getcitylist

    Getortlist Int

    Get a list of Cities for the Country (country = [ISO 3166-1 alpha-2 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) ) and, optionally, a zip code or a city prefix. Country can be null, in which case all countries are searched If no zip code is provided, city must be at least 2 characters long If you provide a city prefix, the result will be a list of cities starting with the prefix. Zipcode must be the zipcode (as provided by /getziplist). Partial zip codes are not matched.

  • GET/getziplist

    Getplzlist Int

    Get a list of Zipcodes for the Country (country = [ISO 3166-1 alpha-2 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) ) and, optionally, a city or a zip code prefix. Country can be null, in which case all countries are searched. If no city is provided, zipcode must be at least 2 characters long If you provide a zip code prefix, the result will be a list of zip codes starting with the prefix. City must be the whole city (as provided by /getcitylist). Partial city names are not matched.