Our Geographical Positioning API provides information to enable precise location-based services: Geocoding by latitude and longitude, Geocoding by zip code, and Geocoding by query parameter lookup.
Geocoding based on exact latitude and longitude coordinates: users can enter specific coordinates and the API returns detailed location information, including the corresponding address, city, state, country and zip code. This endpoint is especially useful for applications with precise location data.
Geocode by ZIP: allows users to enter zip codes and receive complete geographic data associated with those locations. This includes details such as city, state, country and corresponding latitude and longitude coordinates. This endpoint is valuable for companies analyzing customer demographics or optimizing logistics operations based on zip code data.
This endpoint offers a versatile solution as it accepts various input parameters, such as partial addresses, landmarks. Users submit a query parameter and the API returns a list of possible matching locations along with their corresponding geographic details. This provides applications with easy-to-use, dynamic location search capabilities.
Our Geographical Positioning API provides users with robust tools to integrate precise location-based functions into their applications, enhancing the user experience and enabling a wide range of location intelligence applications.
It will receive parameters and provide you with a JSON.
Location-based services: Implementation of geocoding for mapping, navigation and location-based applications.
E-commerce: Geocoding enables accurate shipment calculations, store locating and targeted marketing based on customer location.
Logistics and delivery: Optimize delivery routes, track shipments and calculate estimated delivery times.
Real estate: Display property listings on maps, provide neighborhood information, and analyze market trends based on geographic data.
Travel and hospitality: Provide location-based recommendations for hotels, restaurants, attractions and customized travel itineraries.
Besides the number of API calls, there is no other limitation.
[{"name":"Seattle","lat":47.6038321,"lon":-122.330062,"country":"US","state":"Washington"}]
curl --location --request GET 'https://pr213-testing.zylalabs.com/api/3471/geographical+positioning+api/3790/geocode+coordinates&lat=Required&/=Required&lon=Required' --header 'Authorization: Bearer YOUR_API_KEY'
{"zip":"90210","name":"Beverly Hills","lat":34.0901,"lon":-118.4065,"country":"US"}
curl --location --request GET 'https://pr213-testing.zylalabs.com/api/3471/geographical+positioning+api/3909/geocode+by+zip&zip=Required' --header 'Authorization: Bearer YOUR_API_KEY'
[{"name":"Berlin","lat":52.5170365,"lon":13.3888599,"country":"DE"}]
curl --location --request GET 'https://pr213-testing.zylalabs.com/api/3471/geographical+positioning+api/3911/geocode+by+city?q=Berlin' --header 'Authorization: Bearer YOUR_API_KEY'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Geographical Positioning API simply include your bearer token in the Authorization header.
| 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.
(Save 2 months with annual billing 🎉)
Trusted by leading companies
To use this API, users will be able to choose between indicating coordinates, zip codes and city names to obtain geographic data.
The Geographical Positioning API provides users with access to geolocation data, allowing them to retrieve information such as latitude, longitude, country, city, and more.
There are different plans to suit all tastes, including a free trial for a small number of requests, but your rate is limited to avoid abuse of the service.
Zyla provides a wide range of integration methods for almost all programming languages. You can use these codes to integrate with your project as you need.
Each endpoint returns geographic data including location names, latitude, longitude, country, state, and city. For example, the Geocode by ZIP endpoint returns the city, state, country, and coordinates associated with a given zip code.
Key fields in the response data include "name" (location name), "lat" (latitude), "lon" (longitude), "country" (country code), and "state" (state name). These fields provide essential information for location-based applications.
Each endpoint requires specific parameters: the Geocode coordinates endpoint needs latitude and longitude, the Geocode by ZIP endpoint requires a zip code, and the Geocode by city endpoint requires a city name.
The response data is organized in JSON format. For example, the Geocode by ZIP endpoint returns a JSON object with fields like "zip," "name," "lat," and "lon," making it easy to parse and utilize in applications.
The Geographical Positioning API sources its data from reliable geographic databases and mapping services, ensuring high accuracy and comprehensive coverage for various locations worldwide.
Typical use cases include mapping applications, logistics optimization, e-commerce location services, real estate market analysis, and travel recommendations, leveraging precise geographic data for enhanced user experiences.
Users can customize data requests by providing specific parameters such as exact coordinates, zip codes, or city names. Additionally, partial addresses or landmarks can be used in queries for more flexible searches.
Data accuracy is maintained through regular updates from trusted geographic sources, validation checks, and user feedback mechanisms, ensuring that the information provided is current and reliable.
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