About the API:
The Distance Calculator API is a powerful tool that calculates the distance between two sets of coordinates, expressed in latitude and longitude. This API is ideal for developers who need to integrate distance calculation into their applications. It can be used in a variety of applications, including mapping, navigation, logistics, and more.
The Distance Calculator API is easy to use, with a simple syntax that allows developers to quickly retrieve accurate distance data. To use this API, developers simply need to input the latitude and longitude coordinates of two locations, and the API will return the distance between them in the unit of their choice, such as miles or kilometers.
This API is highly customizable, allowing developers to tailor it to their specific needs. They can choose the unit of measurement, the precision of the distance calculation, and other options. This flexibility makes it a valuable tool for a wide range of applications, from tracking the distance between two points on a map to optimizing delivery routes for logistics companies.
The Distance Calculator API is also highly reliable, providing accurate results even in complex scenarios. It takes into account factors such as the curvature of the earth and the location of the two points, ensuring that the calculated distance is as precise as possible.
In summary, the Distance Calculator API is a powerful tool for developers who need to calculate the distance between two coordinates. It is easy to use, highly customizable, and reliable, making it a valuable addition to any application that requires distance calculation.
Pass the start coordinates and end coordinates and receive the calculated distance.
Mapping Applications: Mapping applications such as Google Maps or Apple Maps can use the Distance Calculator API to provide users with accurate distance information between two locations. This can help users plan their travel times and routes more efficiently.
Logistics and Delivery Services: Delivery companies such as FedEx or UPS can use the Distance Calculator API to optimize delivery routes and calculate the distance between pick-up and drop-off locations. This can help them save time and money, as well as reduce their carbon footprint.
Fitness Applications: Fitness applications such as Strava or Nike Run Club can use the Distance Calculator API to track the distance traveled by users during their workouts. This can help users set goals and monitor their progress over time.
Real Estate Applications: Real estate applications such as Zillow or Redfin can use the Distance Calculator API to provide users with distance information between potential properties and their desired locations, such as schools or work. This can help users make more informed decisions when choosing a new home.
Emergency Services: Emergency services such as ambulance or fire departments can use the Distance Calculator API to quickly calculate the distance between their station and the location of an emergency. This can help them respond more efficiently and save lives in critical situations.
Besides API call limitations per month, there are no other limitations.
Calculate distance between two coordinates
Calculator - Endpoint Features
Object | Description |
---|---|
startLatitude |
[Required] |
startLongitude |
[Required] |
endLatitude |
[Required] |
endLongitude |
[Required] |
{"statusCode":200,"body":{"distance":{"meters":189.7602141814502,"kilometers":0.1897602141814502,"miles":0.1179118235931812}}}
curl --location --request GET 'https://zylalabs.com/api/1917/distance+calculator+api/1624/calculator?startLatitude=-26.31196&startLongitude=-48.880964&endLatitude=-26.313662&endLongitude=-48.881103' --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 commitments. One click upgrade/downgrade or cancellation. No questions asked.
The Distance Calculator API returns distance data between two sets of coordinates, including measurements in meters, kilometers, and miles. The response includes a status code and a body containing the calculated distances in the specified units.
The key fields in the response data include "statusCode," which indicates the success of the request, and "distance," which contains subfields for "meters," "kilometers," and "miles," providing the calculated distances in different units.
The Distance Calculator API accepts parameters for the latitude and longitude of two locations. Users can customize their requests by specifying the desired unit of measurement (meters, kilometers, or miles) for the output distance.
The response data is organized in a JSON format. It includes a top-level "statusCode" field and a "body" object that contains the "distance" object with specific measurements in meters, kilometers, and miles.
The Distance Calculator API utilizes geospatial algorithms that account for the curvature of the Earth to calculate distances accurately. The data is derived from established geographic coordinate systems, ensuring reliable results.
Typical use cases include mapping applications for route planning, logistics for optimizing delivery routes, fitness apps for tracking workout distances, and real estate apps for assessing distances to amenities, enhancing user decision-making.
Users can utilize the returned data by extracting the distance values in their preferred units from the response. This information can be integrated into applications for route optimization, travel planning, or fitness tracking, enhancing user experience.
Data accuracy is maintained through the use of precise geospatial calculations that consider the Earth's curvature. The API is designed to provide reliable distance measurements, ensuring that results are consistent and trustworthy for various applications.
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.
Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the worldβs most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]
Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the βX-Zyla-API-Calls-Monthly-Remainingβ field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.
To see the maximum number of API requests your plan allows, check the βX-Zyla-RateLimit-Limitβ response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.
The βX-Zyla-RateLimit-Resetβ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]
To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, itβs important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
Service Level:
100%
Response Time:
741ms
Service Level:
100%
Response Time:
1,288ms
Service Level:
100%
Response Time:
188ms
Service Level:
100%
Response Time:
443ms
Service Level:
100%
Response Time:
115ms
Service Level:
100%
Response Time:
583ms
Service Level:
100%
Response Time:
615ms
Service Level:
100%
Response Time:
285ms
Service Level:
100%
Response Time:
912ms
Service Level:
100%
Response Time:
590ms
Service Level:
100%
Response Time:
1,316ms
Service Level:
100%
Response Time:
727ms
Service Level:
100%
Response Time:
624ms
Service Level:
100%
Response Time:
1,163ms
Service Level:
100%
Response Time:
502ms
Service Level:
100%
Response Time:
1,704ms
Service Level:
100%
Response Time:
396ms
Service Level:
100%
Response Time:
715ms
Service Level:
100%
Response Time:
657ms
Service Level:
100%
Response Time:
2,065ms