Anyone here code savy? Need Help with integrating bubble API

Hi,

I have finished an early version of my site using bubble however the main idea for the website relies upon people using the api to pull info from my site onto theirs.

Im looking for someone who could create the documentation and files necessary to explain to a developer how to integrate this onto there site.

I understand much more detail is required but if you have worked with, i assume what is javascript, and feel its something you could do please DM me.

Joe

I wouldn’t imagine a developer would need any more than is already in the Bubble documentation.

It is really quite straightforward, you do a GET on your data type and get a bunch of JSON back.

Have been playing with the search criteria recently, and that also seems like it is fairly standard REST API stuff.

Can point you at the relevant bits if needed.