Discussions
Pagination and rate limits for front-end UI stress-testing?
Hi
I am currently overhauling the product search grid for our e-commerce store, which specializes in high-end bridal wear and nikah dresses at https://deemasfashion.com/nikah-engagement/ . Since our actual product backend is currently undergoing a server migration, I decided to plug the Fishbase API into our staging environment to act as dummy data. It is actually perfect for testing how our new UI handles long text strings (like scientific fish names) and complex filtering!
However, looking at the Getting Started page and the curl examples, I didn't see explicit documentation regarding rate limiting or pagination. If I need to pull around 300 to 500 records just to stress-test the lazy-loading and grid layout on my staging site, what is the safest way to batch those requests via the API without hitting a limit or getting temporarily blocked? Thanks in advance!