Audit basic information (getBasicInfo)
getBasicInfo — method returns basic report information.
Request parameters | ||
Parameters | Value | Description |
id | any number or string | Request id |
method | getBasicInfo | API method name |
params | {...} | Array of parameters |
projectId (important) | Project id |
Audit project id
|
Response parameters | |
Parameters | Description |
id | Request id |
result | Contains the answer |
reportId | Report id |
date | Starting date of report |
sdo | Serpstat Domain Optimization index |
highCount | Number of high priority errors |
mediumCount | Number of medium priority errors |
lowCount | Number of low priority errors |
informationCount | Number of informative messages |
virusesCount | Number of pages with viruses |
specialStopReason | Audit stopping code |
checkedPageCount | Number of scanned pages |
totalCheckedPageCount | Number of scanned URL (including pages, redirects, images) |
redirectCount | Number of pages where redirect was found |
captchaDetected | Captcha occurrence while parsing |
{
"id":1,
"method": "auditProjectReport.getBasicInfo",
"params":{
"reportId":400696
},
"jsonrpc": "2.0"
}
{
"id": "1",
"result": {
"reportId": 400696,
"date": "2019-03-18 17:58:25",
"sdo": 79,
"highCount": 20,
"mediumCount": 618,
"lowCount": 124,
"informationCount": 580,
"virusesCount": 0,
"specialStopReason": 3,
"checkedPageCount": 50,
"totalCheckedPageCount": 51,
"redirectCount": 200,
"captchaDetected": true
},
"jsonrpc": "2.0"
}