Get latitude data from Google maps Geocoding JSON response

Just started yesterday and despite my best efforts to find a solution, I can’t do so. I need to be able to pull the latitude and longitute from the JSON response I receive but although it appears that I am receiving the response and the url is correct (I tested it manually and with Postman), I don’t think I’m doing it right in app. I think I need to pull geometry.location.lat from the JSON but it returns a ‘null’ result. Status is 200 so that suggests the response was received? Any help would be great, thanks.

Hi and welcome to Thunkable!

I have a JSON tutorial that you might find helpful: API JSON Tutorial (Video)

When posting about JSON, it’s important that you include the full text of the JSON response (an easy way to do this is to assign the green response block to a text input’s text and then copy the response from the preview; some APIs will only work on a mobile device). Be sure to format the text using the </> button in the toolbar at the top of the forum post.