---
title: "GET /entity/{entityId}"
method: GET
path: "/entity/{entityId}"
tags: ["Entity Endpoint"]
---

# GET /entity/{entityId}

`GET /entity/{entityId}`

Retrieves information about a single entity.

## Path parameters

- `entityId` integer, required

## Query parameters

- `download` boolean
- `show` string[]
- `format` 'lp' | 'lpx' | 'geojson' | 'geojson-v2' | 'pretty-xml' | 'n3' | 'turtle' | 'nt' | 'xml'
- `export` 'csv' | 'csvNetwork'
- `locale` 'ca' | 'de' | 'en' | 'es' | 'fr'
- `centroid` boolean

## Response `200`

Success

## Other responses

- `404` — Something went wrong. Please consult the error message.

## Changes

- **2025-04-01** `b640f0339736` — 12 breaking, 1 warning, 6 info
  - removed the enum value `gpkg` from the `query` request parameter `format`
  - removed the enum value `loud` from the `query` request parameter `format`
  - removed the enum value `table_row` from the `query` request parameter `format`
  - added `#/components/schemas/GeoJSONModel` to the response body `oneOf` list for the response status `200`
  - …15 more

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/entity/:entityId/get.md)

---

[API](https://skmtc.dev/craws/apis/openatlas-api.md) · [All operations](https://skmtc.dev/craws/apis/openatlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/craws/openatlas-api/revisions/f2e51ff080a6/schema)
