title: REST API endpoints for rate limits
shortTitle: Rate limit
allowTitleToDifferFromFilename: true
intro: Use the REST API to check your current rate limit status.
versions:
fpt: '*'
ghec: '*'
ghes: '*'
topics:
- API
redirect_from:
- /rest/reference/rate-limit
autogenerated: rest
About rate limits
You can check your current rate limit status at any time. For more information about rate limit rules, see AUTOTITLE.
The REST API for searching items has a custom rate limit that is separate from the rate limit governing the other REST API endpoints. For more information, see AUTOTITLE. The GraphQL API also has a custom rate limit that is separate from and calculated differently than rate limits in the REST API. For more information, see AUTOTITLE. For these reasons, the API response categorizes your rate limit. Under resources, you'll see objects relating to different categories:
The
coreobject provides your rate limit status for all non-search-related resources in the REST API.The
searchobject provides your rate limit status for the REST API for searching (excluding code searches). For more information, see AUTOTITLE.The
code_searchobject provides your rate limit status for the REST API for searching code. For more information, see AUTOTITLE.The
graphqlobject provides your rate limit status for the GraphQL API.The
integration_manifestobject provides your rate limit status for thePOST /app-manifests/{code}/conversionsoperation. For more information, see AUTOTITLE.The
dependency_snapshotsobject provides your rate limit status for submitting snapshots to the dependency graph. For more information, see AUTOTITLE.The
code_scanning_uploadobject provides your rate limit status for uploading SARIF results to code scanning. For more information, see AUTOTITLE.The
actions_runner_registrationobject provides your rate limit status for registering self-hosted runners in {% data variables.product.prodname_actions %}. For more information, see AUTOTITLE.
For more information on the headers and values in the rate limit response, see AUTOTITLE.