---
title: "Get all districts"
method: GET
path: "/v2/districts"
tags: ["Districts"]
---

# Get all districts

`GET /v2/districts`

Returns a list of all districts in Genesis City. Districts are special areas with unique themes 
and community-driven development.

## Response `200`

List of all districts

- object
  - `ok` boolean
  - `data` object[]
    - `id` string, required — Unique identifier for the district
    - `name` string, required — Name of the district
    - `description` string, required — Description of the district
    - `parcels` string[], required — Array of parcel coordinates in the district
    - `totalParcels` integer, required — Total number of parcels in the district

---

[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)
