---
title: "Get metadata for a specific parcel"
method: GET
path: "/v2/parcels/{x}/{y}"
tags: ["NFT Metadata"]
---

# Get metadata for a specific parcel

`GET /v2/parcels/{x}/{y}`

Returns detailed NFT metadata for a specific parcel, following the OpenSea Metadata Standard. 
Includes information about the parcel's location, name, description, owner, and various attributes.

## Path parameters

- `x` integer, required
- `y` integer, required

## Response `200`

Parcel metadata

- object — NFT metadata following the OpenSea Metadata Standard
  - `id` string, required — Unique identifier for the NFT
  - `name` string, required — Name of the NFT
  - `description` string, required — Description of the NFT
  - `image` string, uri, required — URL to the NFT image
  - `external_url` string, uri, required — External URL to view the NFT in Decentraland
  - `background_color` string — Background color for the NFT (6-character hex code without
  - `attributes` object[], required — Array of attributes for the NFT
    - `trait_type` string, required — The type of trait
    - `value` number, required — The value of the trait
    - `display_type` 'number', required — How to display the value

## Other responses

- `403` — Invalid coordinates
- `404` — Parcel not found
- `503` — Service not ready

---

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