My Google Developers account states that the limit is set at 1,000 requests per day for a specific API key. My question is whether this limit applies to the server or the client side.
I am currently using the deprecated API for making AJAX requests on the client side and displaying the results. While it seems to be working fine, the data is not up to date and there is a possibility that the service may be discontinued soon.
In addition, I include the USER-IP parameter in my API requests to ensure Google knows who is requesting the data. Can I continue making as many client side requests as needed?