Documentation Information You Need
This is the official documentation for APIs offered by Potters Maps, where you’ll find all the information you need to use our APIs effectively. Our goal is to make it easy for you to understand and integrate our APIs into your projects.
In this documentation, you’ll find clear and concise guides, along with practical examples, to help you get started quickly. We’re here to provide the support you need to make the most of our APIs. Whether you’re a developer, a business owner, or someone with a project in mind, we’re here to assist you in using our APIs to their fullest potential.
To use our APIs, you’ll need an API key. You can contact us and get an API Key for free without a credit card.
To use the Route Matrix API, you’ll first need an API key. You can contact us for an API key which is free, and you don’t even need to provide a credit card.
To use the Location Image API, you will need to make a GET request to the following URL: https://api.potterstech.com/v1/locationimage. To ensure the request is handled correctly, you’ll also need to include an X-Api-Key header set to your API key. HTTP GET https://api.potterstech.com/v1/locationimage
HEADERS
’X-Api-Key: add your api key here’
You’ll need to include API parameters in the request body. These parameters allow you to specify the source and target location and any additional route options you want to consider.
| Name | Required | Description | Example |
|---|---|---|---|
| Latitude | Yes | Latitude of the location for which you want an image | -6.285239 |
| Latitude | Yes | Latitude of the location for which you want an image | 106.863979 |
| Name | Description | Success |
|---|---|---|
| Status | Status of the API request. It can be either true or false | true |
| imageUrl | URL for a panoramic image of the requested location | https://example.com/panorama.jpg |
api.potterstech.com/v1/locationimage?latitude=-6.285239&longitude=106.863979 For the above sample request, a sample response object might appear as follows:
{ “success”: “true”,
“imageUrl”: “URL for a panoramic image of the requested location will appear here” }
Newsletter signup. Travel with confidence accurate road and traffic information.
© 2025 Potters Maps. All Rights Reserved.