Hive API Docs
API Reference

Stats API

Endpoint reference for workspace totals

Endpoint

GET /stats

Example

curl "https://api.hivecms.online/api/public/v1/{API_KEY}/stats"

Response shape

{
  "totalPosts": 42,
  "totalAuthors": 5,
  "totalCategories": 6,
  "totalTags": 18
}

Errors

  • 401 invalid API key
  • 500 server/internal error

On this page