---
title: "Get Locations' Statistics"
method: GET
path: "/locations/statistics"
tags: ["Locations Data"]
---

# Get Locations' Statistics

`GET /locations/statistics`

Get statistics about the locations the current user is managing: total and breakdown by status

## Response `200`

Location statistics successfully retrieved

- object — Location statistics response model
  - `count` integer — Total number of locations
  - `countActive` integer — Number of active locations
  - `countInactive` integer — Number of inactive locations
  - `countCancelled` integer — Number of cancelled locations
  - `countClosed` integer — Number of closed locations
  - `countSyncStarted` integer — Number of locations where sync has been started
  - `countSyncNotStarted` integer — Number of locations where sync has not been started
  - `countSyncNeeded` integer — Number of locations where sync is needed
  - `suggestionsAvailable` boolean — true if any suggetions are available

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/versions/a506e82d7cbe/schema)
