TrueWay Geocoding

GRATIS CON POSSIBILITÀ DI UPGRADE
Verified
Da TrueWay Team | Aggiornamento il y a 16 jours | Mapping
Popolarità

9.9 / 10

Latenza

340ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

Returns "BAD_REQUEST"

Rapid account: 208109412
208109412
il y a 4 ans

Such a cool API and free even! It works perfectly on the rapidapi site when testing it, but returns “BAD_REQUEST” when testing it in my own project.

Also—and this is true for all apis on this website—the fetch method return needs to be converted to json before being console.logged e.g.

fetch(url)
.then(function(res) { res.json() })
.then(function(data) { console.log(data) })

Rapid account: Trueway
trueway Commented il y a 4 ans

This is a problem with delimiter(comma) encoding. Location parameter looks like this: “-33.9888553%2C18.4787872”. But must be: “-33.9888553,18.4787872”.

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti