---
title: "Usage/Cost - Monthly"
method: GET
path: "/api/sites/{siteId}/monthly"
tags: ["Site Charge Session"]
---

# Usage/Cost - Monthly

`GET /api/sites/{siteId}/monthly`

Get monthly power usage and cost for charging sessions on a site. Rate limited at max 10 requests per 60 minutes.

## Path parameters

- `siteId` integer, required

## Response `200`

Monthly summary

- EaseeChargeSessionTrackingWebApiMonthlySummaryDTO[]
  - `year` integer
  - `month` integer
  - `totalEnergyUsage` number, double
  - `totalCost` number, double
  - `currencyId` string
  - `authTokensUsage` EaseeChargeSessionTrackingWebApiAuthorizationTokenEnergy[]
    - `rfidKey` string
    - `energy` number, double
    - `authToken` string

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/revisions/46ccab4af8b1/schema)
