---
title: "Get parcels with peer counts"
method: GET
path: "/parcels"
tags: ["Stats Service"]
---

# Get parcels with peer counts

`GET /parcels`

Returns a list of parcels with their current peer density information. Parcels represent geographic coordinates in Decentraland, and this endpoint helps identify areas with high user concentration. The peer count for each parcel indicates how many users are currently present in that geographic area, enabling crowd visualization and hotspot detection.

## Response `200`

List of parcels with peer counts

- object[]
  - `peersCount` number, required — Number of peers in this parcel
  - `parcel` object, required
    - `x` number, required — X coordinate
    - `y` number, required — Y coordinate

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
