Array of longitudes and latitudes

In this example I will get only one location for this longitude and latitude.

https://api.tomtom.com/search/2/reverseGeocode/45.24858898213607, 19.836927802339613.json?key={Key}&radius=100&language=en-US

Can i pass more than one longitude+latitude in the same request to get more locations?

With this service not. But you can use Batch Search to send multiple queries in a single request.
Here are docs: Synchronous Batch | Batch Search API

1 Like

Thanks for the answer, this is what i need, but I couldn’t find it!!