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.
[{"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/10808/mexico+zip+code+tracker+api/20487/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.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key 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.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
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. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
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.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund
Service Level:
100%
Response Time:
50ms
Service Level:
100%
Response Time:
113ms
Service Level:
100%
Response Time:
15ms
Service Level:
100%
Response Time:
11ms
Service Level:
100%
Response Time:
45ms
Service Level:
100%
Response Time:
32ms
Service Level:
100%
Response Time:
20ms
Service Level:
100%
Response Time:
89ms
Service Level:
100%
Response Time:
69ms
Service Level:
100%
Response Time:
359ms