rate object is deprecated. If you're writing new API client code or updating existing code, you should use the core object instead of the rate object. The core object contains the same information that is present in the rate object.curl --location --request GET 'https://api.github.com/rate_limit'{
"rate": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
},
"resources": {
"actions_runner_registration": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
},
"code_scanning_upload": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
},
"core": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
},
"dependency_snapshots": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
},
"graphql": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
},
"integration_manifest": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
},
"scim": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
},
"search": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
},
"source_import": {
"limit": 0,
"remaining": 0,
"reset": 0,
"used": 0
}
}
}