Traffic
The Traffic API lets you fetch statistics about views and downloads.
Get summary
This methods returns a summary of traffic statistics.
GET /book/:author/:book/traffic
Response
{
views: 100,
unique: 10,
downloads: {
pdf: 3,
epub: 3,
mobi: 1
}
}
Get visits per countries
This method returns the count of visits per countries.
GET /book/:author/:book/traffic/countries
Get visits per platforms
This method returns the count of visits per platforms.
GET /book/:author/:book/traffic/platforms