This API provides comprehensive data on postal codes in Mexico, designed for users who need to integrate accurate geographic information into their applications and services. When a postal code is submitted, the system returns a set of details including the unique location identifier (location_id), the official name of the area, the state, the city, and, when available, the corresponding municipality. uari Each record contains comprehensive geospatial information, such as the total area and perimeter of the postal code, allowing users to understand the geographical extent of the area. In addition, the API provides the centroid coordinates (latitude and longitude), facilitating accurate location on maps and georeferencing systems.
For greater accuracy, the bbox (bounding box) is also included, which defines the exact boundaries of the postal area in coordinate format, useful for mapping applications, spatial analysis, and urban planning. This service can return multiple names associated with the same zip code, reflecting neighborhoods, districts, or subdivisions within the same area, ensuring that users have access to detailed and organized information.
The API is optimized for fast and reliable queries, allowing its use in real time for mobile applications, e-commerce platforms, logistics services, geographic data analysis, and any project that requires accurate postal code references. Its design ensures consistency and uniformity in the data, which facilitates integration into existing systems and improves the end-user experience by providing reliable and verifiable information.
In short, this API not only returns the name and location of a postal code, but also offers a complete geographic overview, including boundaries, area, perimeter, and precise coordinates, making it an essential tool for developers, analysts, and companies that need detailed and up-to-date geographic data for Mexico.
Obtain geographic and administrative information for postal codes, including name, city, state, coordinates, area, perimeter, and exact polygon boundaries.
[{"location_id":"32390","name":"Villa Jacarandas","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"Benito Juárez","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"El Roble","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"Jardines de San José","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"Señorial","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"Los Sauces","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"Arciniega","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"El Paseo","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"Residencial Coloso","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"San José","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]},{"location_id":"32390","name":"Tita","state":"Chihuahua","city":"Juárez","municipality":null,"area":828700.64288846,"perimeter":5.281796603955338,"type":"zip_code","centroid_lat":31.71399673737805,"centroid_lon":-106.44553509470708,"bbox":[-106.451721629674,31.7087331406753,-106.436580186435,31.7195255786419]}]
curl --location --request GET 'https://zylalabs.com/api/10846/mexico+zip+code+retrieval+api/20527/zip+code+information&zip_code=Required' --header 'Authorization: Bearer YOUR_API_KEY'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The Zip Code Information endpoint returns detailed geographic and administrative data for postal codes in Mexico, including the area name, state, city, coordinates, area size, perimeter, and polygon boundaries.
Key fields in the response include `location_id`, `name`, `state`, `city`, `municipality`, `area`, `perimeter`, `centroid_lat`, `centroid_lon`, and `bbox`, which provide comprehensive details about the postal code.
The response data is organized as a JSON array of objects, each representing a postal code with its associated details. Each object contains fields that describe the geographic and administrative attributes of the postal code.
The endpoint provides information such as the postal code's name, associated city and state, geographic coordinates, area size, perimeter, and bounding box coordinates, which define the postal area's boundaries.
Users can customize their requests by specifying the postal code they wish to query. The API will return all relevant data associated with that specific postal code, including multiple names if applicable.
The data is sourced from official postal services and geographic databases in Mexico, ensuring that the information is accurate and up-to-date for reliable use in applications.
Typical use cases include integrating geographic data into mobile applications, e-commerce platforms, logistics services, urban planning, and geographic data analysis, where accurate postal code information is essential.
Users can utilize the returned data for mapping applications, spatial analysis, and georeferencing by leveraging the coordinates and bounding box information to visualize and analyze geographic areas accurately.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
50ms
Service Level:
100%
Response Time:
45ms
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
32ms
Service Level:
100%
Response Time:
20ms
Service Level:
100%
Response Time:
154ms
Service Level:
100%
Response Time:
89ms
Service Level:
100%
Response Time:
359ms
Service Level:
100%
Response Time:
608ms
Service Level:
100%
Response Time:
69ms