{ "opencollection": "1.0.0", "info": { "name": "GitHub v3 REST Rate Limit API", "version": "1.1.4" }, "items": [ { "info": { "name": "Rate-Limit", "type": "folder" }, "items": [ { "info": { "name": "GitHub Get Rate Limit Status for the Authenticated User", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}/api/v3/rate_limit" }, "docs": "**Note:** Accessing this endpoint does not count against your REST API rate limit.\n\nSome categories of endpoints have custom rate limits that are separate from the rate limit governing the other REST API endpoints. For this reason, the API response categorizes your rate limit. Under `resources`, you'll see objects relating to different categories:\n* The `core` object provides your rate limit status for all non-search-related resources in the REST API.\n* The `search` object provides your rate lim" } ] } ], "bundled": true }