Need Help Decoding JSON

I am attacking images on my blocks to get the name, id, and url of an api for tours.

I am NOT getting any response from my blocks.

Thanks

Charles

Hi there,

This seems like you want to

  1. Get the property ‘text’ of the property ‘name’ of the property ‘events’ of the object ‘response’
  2. Get the property ‘id’ of the property ‘events’ of the object ‘response’
  3. Get the property ‘url’ of the property ‘events’ of the object ‘response’

Here is a post that talks the reader through getting the information they need out of a JSON response.

Check it out and see if you can apply the same process to getting the information you need from your response.

1 Like