{
"destination_addresses" :
[
"7 E 54th St, New York, NY 10022, USA",
"34 St-Herald Sq, New York, NY 10001, USA"
],
"origin_addresses" :
[
"569 Vermont St, Brooklyn, NY 11207, USA"
],
"rows" :
[
{
"elements" :
[
{
"distance" :
{
"text" : "28.4 km",
"value" : 28415
},
"duration" :
{
"text" : "42 mins",
"value" : 2493
},
"status" : "OK"
},
{
"distance" :
{
"text" : "27.4 km",
"value" : 27384
},
"duration" :
{
"text" : "38 mins",
"value" : 2251
},
"status" : "OK"
}
]
}
],
"status" : "OK"
}
curl --location --request GET 'https://zylalabs.com/api/5240/distances+calculation+api/6720/distance+calculator?origins=Required&destinations=Required' --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 Distances Calculation 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 🎉)
The Distances Calculation API allows users to calculate distances and travel times between a specified origin and one or more destinations. By entering an origin address along with one or more destination addresses, users can retrieve essential information related to their travel needs.
Upon making a request to the API, users receive a structured response with detailed information about each trip. The response includes a series of destination addresses and the single origin address provided. In this way, users can easily see where they are going from their point of departure.
The API generates a matrix of “rows”, where each element corresponds to the queried destinations. For each trip, users receive important metrics such as the distance to each destination, provided both in textual format (e.g., “28.4 km”) and as a numeric value (in meters) for computational use. This flexibility is ideal for applications that need to display the information in user-friendly formats or for backend calculations.
In addition, the API includes the estimated travel time for each route in both text and numeric formats. This helps users to plan their trip efficiently, as they can compare the time required to reach different destinations. The status field confirms the success of the request, ensuring that users receive accurate and reliable data.
In summary, the Distances Calculation API is a complete solution for calculating distances and durations between multiple origins and destinations, making it an indispensable tool for navigation, logistics and travel planning applications. Its ability to provide accurate data in an easy-to-understand format makes it an essential resource for developers and end users alike.
To use this API, users must provide a source latitude and longitude, as well as one or more destination latitudes and longitudes.
There are different plans suits everyone including a free trial for small amount of requests, but it’s rate is limit to prevent abuse of the service.
This API receives one origin latitude and longitude, along with multiple destination coordinates, and provides travel distances and durations for each route.
The Distances Calculation API calculates travel distances and durations between specified origin and destination coordinates, providing essential data for navigation and planning.
Besides the number of API calls per month, there are no other limitations.
Each endpoint returns a structured response containing travel distances and durations between a specified origin and multiple destinations. The data includes distance and duration metrics for each route, along with the corresponding addresses.
Key fields in the response include "destination_addresses," "origin_addresses," "rows," and "elements." Each "element" contains "distance," "duration," and "status," providing detailed travel information for each destination.
The response data is organized into a matrix format. Each "row" corresponds to the origin, while "elements" within each row represent the distances and durations to each destination, allowing for easy comparison.
Users must specify an "origin" address and one or more "destination" addresses as parameters. These can be provided in textual format, allowing for flexibility in input.
Users can extract distance and duration values from the "elements" array for calculations or display. The textual format is useful for user interfaces, while numeric values facilitate backend processing.
Typical use cases include route planning for logistics, travel itinerary creation, and navigation applications. The API helps users determine the best routes based on distance and travel time.
Data accuracy is maintained through regular updates and quality checks from reliable mapping sources. This ensures that the distances and durations reflect current road conditions and routes.
If users receive partial or empty results, they should check the input parameters for accuracy. Ensure that the origin and destination addresses are valid and formatted correctly to avoid "NOT_FOUND" statuses.
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