---
title: "API monthly usage"
method: GET
path: "/v2/usage/month/{usageDate}"
tags: ["Account API"]
---

# API monthly usage

`GET /v2/usage/month/{usageDate}`

Returns stats for API usage.

## Path parameters

- `usageDate` string, required

## Response `200`

OK

- object[]
  - `month` string, date-time
  - `serviceLevelName` string, nullable
  - `requestCount` integer
  - `rowsReturned` integer
  - `baseUnits` integer
  - `unitsUsed` integer
  - `finalCost` number, double
  - `isPaid` boolean

## Other responses

- `400` — Bad Request
- `401` — User failed authorization
- `500` — Internal Server Error

---

[API](https://skmtc.net/spyfu/apis/domain-stats-api.md) · [All operations](https://skmtc.net/spyfu/apis/domain-stats-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spyfu/domain-stats-api/revisions/44f0aff08ed0/schema)
