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

# API monthly usage by method

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

Returns stats for API usage.

## Path parameters

- `usageDate` string, required

## Response `200`

OK

- object[]
  - `day` string, date-time
  - `requestCount` integer
  - `rowsReturned` integer
  - `unitsPerRow` integer
  - `unitsUsed` integer
  - `apiMethod` string, nullable

## 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)
