Skip to main content

Guide Stats Object

Contains stats data

guide_idinteger<int32>

Unique guide id.

Example: 2
visits_todayinteger<int32>

Last 24hours of visits for this guide

Example: 0
visits_totalinteger<int32>

Total number of visits for this guide

Example: 0
comments_totalinteger<int32>

Total number of comments for this guide

Example: 0
comments_todayinteger<int32>

Number of comments for this guide in last 24hours

Example: 0
reports_totalinteger<int32>

Total number of reports for this guide

Example: 0
Guide Stats Object
{
"guide_id": 2,
"visits_today": 0,
"visits_total": 0,
"comments_total": 0,
"comments_today": 0,
"reports_total": 0
}