---
title: "Explore details about a given subject node"
method: GET
path: "/id/{identifier}"
tags: ["subject"]
---

# Explore details about a given subject node

`GET /id/{identifier}`

Gets information about a `subject` identified by the `identifier`.

The response format depends upon the `Accept` header.
  - `text/html` - the default response type. Returned data can be easily viewed in any modern Internet Browser
  - `application/ld+json` - the response will be in [JSON-LD](http://json-ld.org/)
  - `application/json` - the response will be a simple JSON Object with keys (predicates) and values (objects).

## Path parameters

- `identifier` string, required

## Response `200`

`subject` found

## Other responses

- `404` — `subject` not found

---

[API](https://skmtc.net/aucklandmuseum/apis/auckland-museum-api.md) · [All operations](https://skmtc.net/aucklandmuseum/apis/auckland-museum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aucklandmuseum/auckland-museum-api/revisions/892a068b75e7/schema)
