Api returns No locations and web app works great

Hi,
I had an issue with API. I submit to API this list of address:
`[{“address”:"

Removed addresses for privacy reasons.

ng":-96.6525997},{“address”:"1501`
Using web application I get a valid route:


Can you tell me what is the issue here? and how to solve it?

We haven’t tested it, but the response says No locations and ends after 1501. In your input there is an ampersand (&) after that part. So it seems that character was not encoded correctly and/or gives problems when decoding. Please try to send the request without the “&”.

1 Like

OK. I will fix it on my side. Tnx. I didn’t know that.

Thank you @RouteXL for your help today and quick responses! Everything seems ok at this moment!

1 Like