Getting site statistics
Returns general information about site indexing.
Request format
GET https://api.webmaster.yandex.net/v4/user/{user-id}/hosts/{host-id}/summary
| 
 | Type:  | 
| 
 | Type:  | 
Response format
Example
JSONXML{ "sqi": 1, "excluded_pages_count": 1, "searchable_pages_count": 1, "site_problems": { "FATAL": 1 } }<Data> <sqi>1</sqi> <excluded_pages_count>1</excluded_pages_count> <searchable_pages_count>1</searchable_pages_count> <site_problems> <FATAL>1<FATAL> </site_problems> </Data>
Parameter
Required
Type
Description
sqiYes
int32
excluded_pages_countYes
int64The number of excluded pages.
searchable_pages_countYes
int64Number of pages in search.
site_problemsYes
int32For the number of issues found on the site, grouped by severity, see Error severity.
Issue categories on the site (SiteProblemSeverityEnum)
| Indicator | Description | Note | 
| 
 | Fatal errors. Checks the server connection, site availability for indexing, security and compliance with Yandex guidelines. | This may lead to excluding individual pages or the entire site from search results. We recommend monitoring these errors and fixing them as soon as possible. | 
| 
 | Critical issues. Checks the presence and validity of the SSL certificate, the number of broken internal links, and the server response time. | |
| 
 | Possible issues. Checks the Sitemap and robots.txt file validity, settings for displaying non-existent files, the number of duplicate pages, the presence of redirects, annoying ads, and so on. | May affect the quality and speed of site indexing. | 
| 
 | Recommendations. Usually includes suggestions for improving the site's ranking in search results. | Use them to improve the site's ranking in search results. | 
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 | The site is not in the list of the user's sites. JSON XML  | |
| 404 | The site data isn't uploaded to Yandex.Webmaster yet. 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.
Issue categories on the site (SiteProblemSeverityEnum)
| Indicator | Description | Note | 
| 
 | Fatal errors. Checks the server connection, site availability for indexing, security and compliance with Yandex guidelines. | This may lead to excluding individual pages or the entire site from search results. We recommend monitoring these errors and fixing them as soon as possible. | 
| 
 | Critical issues. Checks the presence and validity of the SSL certificate, the number of broken internal links, and the server response time. | |
| 
 | Possible issues. Checks the Sitemap and robots.txt file validity, settings for displaying non-existent files, the number of duplicate pages, the presence of redirects, annoying ads, and so on. | May affect the quality and speed of site indexing. | 
| 
 | Recommendations. Usually includes suggestions for improving the site's ranking in search results. | Use them to improve the site's ranking in search results. | 
Description
Error code.
Description
ID of the user who allowed access.
Description
ID of the requested site.
Description
Error message.