Checking the reindexing quota
Returns the daily quota for reindexing site pages.
Request format
GET https://api.webmaster.yandex.net/v4/user/{user-id}/hosts/{host-id}/recrawl/quota
|
Type: |
|
Type: |
Response format
Examples
JSONXML
{ "daily_quota": 1, "quota_remainder": 1 }
<Data> <daily_quota>1</daily_quota> <quota_remainder>1</quota_remainder> </Data>
Name
Required
Type
Description
daily_quota
Yes
int32
The daily quota.
quota_remainder
Yes
int32
The remainder of the daily quota, taking into account previously sent requests.
Response codes
To view the response structure in detail, click the reason.
Code |
Reason |
Description |
200 |
OK |
|
403 |
The ID of the user who issued the token differs from the one specified in the request. In the examples below, JSON
XML
|
|
404 |
Site management rights are not verified. JSON
XML
|
Related information
Type: int64
. User ID. Required when calling all Yandex.Webmaster API resources. To get it, use the GET /v4/user method.
Type: host id (string)
. The site ID. To get it, use the GET /v4/user/{user-id}/hosts method.
Required
Yes
Type
int32
Description
The daily quota
Required
Yes
Type
int32
Description
The remainder of the daily quota, taking into account previously sent requests.
Description
Error code.
Description
ID of the user who allowed access.
Description
ID of the requested site.
Description
Error message.