Right now, I am working on an NFL analytics website that uses a lot of data and my main source of getting all this data is through fetching it from an Api. The Api I am using is not my own Api and I am limited to 10,000 request per day. My websites probably not even a quarter of the way done and in the past 24hrs I have made 2,800 requests. So, to go into more detail about my question in the title, once my website is published to a server and users can now access my website. Every time a user accesses the website is it going to make a lot of requests to the API or is the data I got from the API already stored on the server and the users getting the data from the server not the Api. Basically, is the developer the only one requesting data from the Api or is the user also making those request every time your site loads.