I’m using the geo/search endpoint to show the users a dropdown of places and all results I’m getting are in german.
When I do the same GET from the API console, the results are in english. I’m spanish and when I try it from a XAMPP server in local I get the results in spanish.
What I think is appening is that the API is using the language of the geolocation of the server IP (Production Server is in 1&1 - Germany, API console server in USA I supose, and my local development server in Spain).
Is there any way to set the language of the returning results? I don’t see any option in the documentation and using “language=es” in the query as no effects.
Thanks.