PostGrad
API Reference

Get knowledge base statistics

View as Markdown

Returns high-level statistics about the knowledge base including total entries, number of categories, and last updated timestamp. This is a public endpoint that does not require authentication. Responses are cached for 5 minutes.

GET
/stats

Response Body

application/json

curl -X GET "https://postgrad.io/api/v1/stats"
{
  "data": {
    "total_entries": 142,
    "categories": 11,
    "last_updated": "2019-08-24T14:15:22Z",
    "active_feeds": 4
  },
  "pagination": null,
  "usage": null,
  "context": null,
  "error": null
}