Bubble API record limit 100

Hi everyone,

I am trying to pull approx. 3000 rows data using an API however the data api has a limit of 100 per request.

I am aware I will need to use pagination however, I don’t understand how to set it up as I am fairly new to bubble (even after reading the documentation bubble provides using the cursor and limit parameters, etc). The documentation I found on Bubble’s website is this: Data API requests | Bubble Docs

However, as mentioned, I am fairly new to bubble and have no clue how to set this up and can’t find anything online.

Could someone please provide step by step guidance + screenshots or an example bubble site, on how to set this up?

you add url parameters to your request: ?cursor=100&limit=100 . The only thing that should change for each request is the cursor value (=200, =300…)

As mentioned, I am new to bubble - I need an explanation as you would explain to a child. Could a step by step detailed solution be provided?

Thank you in advance.

This topic was automatically closed after 70 days. New replies are no longer allowed.