Getting HTML instead of JSON while using HTTP GET #3033
-
Hi everyone, I was making some request from frontend to https://nominatim.openstreetmap.org/search but instead of receiving the data back as json, I'm receiving an html page extract: <title>Nominatim Demo</title> I realized that with Is that why I'm receiving a webpage ? How long is the exclusion ? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
lonvia
Apr 15, 2023
Replies: 1 comment 1 reply
-
If you want to receive json you have to add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to receive json you have to add
format=json
(or jsonv2 or geojson or geocodejson) to the URL.