Stay organized with collections
Save and categorize content based on your preferences.
Cloud Endpoints provides quotas, which let you control the rate at which
applications can call your API. Setting a quota allows you to specify usage
limits to protect your API from an excessive number of requests from
calling applications. The excessive requests might have been caused
by a simple typo or from an inefficiently designed system that makes needless
calls to your API. Regardless of the cause, blocking traffic from a specific
source once it reaches a certain level is necessary for the overall health of
your API. By setting a quota, you ensure that one application cannot negatively
impact other applications that use your API.
To learn more about quotas, see the "About Quotas" page in the documentation for
your API implementation:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis is a Beta feature, governed by the "Pre-GA Offerings Terms," available "as is," and may have limited support, as detailed in the launch stage descriptions.\u003c/p\u003e\n"],["\u003cp\u003eCloud Endpoints provides quota controls that allow you to limit the rate at which applications can call your API.\u003c/p\u003e\n"],["\u003cp\u003eSetting quotas is important for preventing excessive requests and protecting your API's health from a specific application impacting the API performance for other applications.\u003c/p\u003e\n"],["\u003cp\u003eDetailed quota information can be found in the documentation for OpenAPI, gRPC, and Frameworks implementations.\u003c/p\u003e\n"]]],[],null,["# Cloud Endpoints Quotas\n\n| **Beta**\n|\n|\n| This feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nCloud Endpoints provides quotas, which let you control the rate at which\napplications can call your API. Setting a quota allows you to specify usage\nlimits to protect your API from an excessive number of requests from\ncalling applications. The excessive requests might have been caused\nby a simple typo or from an inefficiently designed system that makes needless\ncalls to your API. Regardless of the cause, blocking traffic from a specific\nsource once it reaches a certain level is necessary for the overall health of\nyour API. By setting a quota, you ensure that one application cannot negatively\nimpact other applications that use your API.\n\nTo learn more about quotas, see the \"About Quotas\" page in the documentation for\nyour API implementation:\n\n- [Endpoints OpenAPI documentation](/endpoints/docs/openapi/quotas-overview)\n- [Endpoints gRPC documentation](/endpoints/docs/grpc/quotas-overview)\n- [Endpoints Frameworks documentation](/endpoints/docs/frameworks/quotas-overview)"]]