---
title: "Get details on one particular landmark."
method: GET
path: "http://localhost:8000/{project_id}/landmarks/{landmark_id}/"
tags: ["landmarks"]
---

# Get details on one particular landmark.

`GET http://localhost:8000/{project_id}/landmarks/{landmark_id}/`

Get details on one particular landmark.

If locations are returned alongside the landmarks, they are all points
that are linked to a particular landmark, regardless of which group the
location is linked to.

## Path parameters

- `project_id` string, required
- `landmark_id` string, required

## Response `200`

OK

---

[API](https://skmtc.net/catmaid/apis/catmaid-api.md) · [All operations](https://skmtc.net/catmaid/apis/catmaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catmaid/catmaid-api/versions/adc1c7c5eefe/schema)
