---
title: "Usage Statistics"
method: GET
path: "/api/v1/reports/usage"
tags: ["Reports"]
---

# Usage Statistics

`GET /api/v1/reports/usage`

Get usage statistics for the current API key including lookup counts and costs

## Query parameters

- `start_date` string, date
- `end_date` string, date

## Response `200`

Usage statistics

- object
  - `success` boolean
  - `data` object
    - `total_lookups` integer
    - `total_cost` number
    - `period_start` string, date
    - `period_end` string, date
    - `by_product` object

## Other responses

- `429` — Too Many Requests — rate limit exceeded.

---

[API](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api.md) · [All operations](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verirouteintel/veriroute-intel-api/revisions/0bd583e1906e/schema)
