I'm using the following GET request:
https://geocode.search.hereapi.com/v1/geocode?q=ground+zero&apiKey=12345
and the response is:
{
"items": []
}
I tried different formats for the query parameter(q) but nothing works. To note, it does work with a single-word query and it does work with an address (when + is replacing spaces) but places do not work if they're multi-word. Only if they're single-word. Using the same multi-word place here https://wego.here.com/search/ground%2520zero does recognize the place (though multiple options exist).