Grahvani API v1
Meta

Units consumed in the current billing period

GET/v1/meta/usage
Cost
Free
Operation
metaUsage
Auth
X-API-Key

Free — 0 units. Plan, units used, units remaining, period end.

Request#

GET /v1/meta/usage
curl -X GET https://api.grahvani.in/v1/meta/usage \
  -H "X-API-Key: $GRAHVANI_KEY"

Response#

A real response from the production API, abbreviated where an array was long. Every success carries the same three keys — data, meta and, where we have something citable, provenance.

200 OK
{
  "data": {
    "plan": "developer",
    "units_used": 1284,
    "units_included": 50000,
    "units_remaining": 48716,
    "rate_limit_per_minute": 60,
    "period_end": "2026-09-01T00:00:00Z"
  },
  "meta": {
    "request_id": "req_01JQ8ZK3M4N5P6Q7R8S9T",
    "endpoint": "meta.usage",
    "units": 0,
    "computed_at": "2026-08-06T07:24:09.647Z"
  }
}
Grahvani API — a product of AstroCorp Techlab Pvt Ltd · GSTIN 36AAMCC3512G1ZU
Base URL https://api.grahvani.in
On this page