---
title: "Get places for map display"
method: GET
path: "/map"
tags: ["Map"]
---

# Get places for map display

`GET /map`

Retrieve places organized by coordinates, optimized for map visualization.

**Map Response Format:** Returns an object with coordinates as keys and place data as values,
making it easy to display places on a coordinate grid.

**Use Case:** Building interactive maps of Genesis City showing which places exist at each parcel.

**Performance:** Higher limit (1000 default) for bulk map loading.

## Query parameters

- `limit` integer
- `offset` integer
- `positions` string[]
- `only_favorites` boolean
- `only_highlighted` boolean
- `order_by` 'like_score' | 'most_active' | 'updated_at' | 'created_at'
- `order` 'asc' | 'desc'
- `with_realms_detail` boolean
- `search` string
- `categories` string[]

## Response `200`

Map data retrieved successfully

- object — Places indexed by coordinates for map display
  - `ok` boolean
  - `data` object — Object with coordinates as keys and place data as values
  - `total` integer — Total number of unique coordinates with places

## Other responses

- `400` — Bad request - Invalid parameters or malformed request
- `500` — Internal server error - Something went wrong on the server

---

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