Q: Hello, What does 25K API requests mean in laymen terms?
Thanks

Verified purchaser
Hey Ascar,
The 'Monthly Requests' refer to individual requests made to your Google Sheet, Airtable or Custom API server.
For example, if you have an app that displays a list of users from a Google Sheet, every time that page is loaded, that is 1 request.
If you click on a user and navigate to a new page that loads more data from your sheet for that specific row, that would be 1 more request.
So your app can make a request to Google Sheets 25,000 times in a month on this free plan.
Our system does not care about the number of rows that you have in your sheet, however more rows will take more time to load.
I hope that helps,
Patrick
This explanation is very clear and indeed is for people of my level of intelligence!
I want to ask something else and I think it will be better to open a new question for that.
Thank you