> ## Documentation Index
> Fetch the complete documentation index at: https://dev.kloo.li/llms.txt
> Use this file to discover all available pages before exploring further.

# Statistics

> Read click analytics for all links or a single link.

Query click analytics by date range. `start_date` and `end_date` use **`Y-m-d`**. Optional `type` breaks down results.

<Note>
  Read-only analytics endpoints. Both dates are required.
</Note>

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve all" icon="list" href="/en/api-reference/statistics/retrieve-all-statistics" horizontal>
    `GET` `/statistics/`
  </Card>

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/statistics/retrieve-one-statistics" horizontal>
    `GET` `/statistics/{link_id}`
  </Card>
</CardGroup>
