---
title: "Get LDS quota usage"
method: GET
path: "/v3/lds/stats"
tags: ["LDS"]
---

# Get LDS quota usage

`GET /v3/lds/stats`

Returns your organization's Location Data Services quota, how much of it has
been consumed in the current billing period, and which provider serves each
operation.

## Response `200`

The quota usage.

- object[]
  - `annual_quota` number
  - `used_quota` number
  - `providers` object
    - `geocoding` string
    - `isolines` string
    - `routing` string

## Other responses

- `401` — The token is missing, malformed or expired.
- `403` — The token doesn't grant access to this resource.
- `429` — You went over the [rate limit](#rate-limits) for this API.

---

[API](https://skmtc.net/gitbookio/apis/carto-api.md) · [All operations](https://skmtc.net/gitbookio/apis/carto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitbookio/carto-api/revisions/019f79ecdd6c/schema)
