Is it possible to have a JSON feed instead of a JSON response (with the GET Data API)?
In other words: Is it possible to have at the top-level not the additional properties [“response”] but database-defined properties. More or less similar to an RSS feed.
You essentially need to strip of the “response” property
You could do this within your workflow using some API or plugin (You would need to do some research on this to see if whether someone has already built such a plugin) or if you are code savvy you could even code out a server side plugin on Bubble to do achieve this functionality