API Issue: Help with connecting to Notion database

Using Best JSON Viewer and JSON Beautifier Online, the path to the “content” property is shown at the top when I paste in your JSON text and click on that property:

So I would get the property “results[1].properties.Name.title[1].text.content” of the JSON object to retrieve that value. JSON arrays start at index 0 but Thunkable lists start at index 1 so that’s why we use 1 instead of 0:

1 Like