---
title: "Get information about a concept or collection."
method: GET
path: "/conceptschemes/{scheme_id}/c/{c_id}"
tags: ["Pyramid_skosprovider"]
---

# Get information about a concept or collection.

`GET /conceptschemes/{scheme_id}/c/{c_id}`

Get information about a concept or collection.

## Path parameters

- `scheme_id` string, required
- `c_id` string, required

## Response `200`

The concept was found in the conceptscheme.

- union
  - ConceptDetail
    - `id` string
    - `type` 'concept', required
    - `labels` Label[], required
      - `type` string, required
      - `language` string, required — IANA language tag
      - `label` string, required
    - `notes` Note[]
      - `note` string
      - `type` string
      - `language` string
      - `markup` string, nullable
    - `sources` Source[]
      - `citation` string
      - `markup` string, nullable
    - `member_of` object[]
      - `id` string — A collection id
    - `related` object[]
      - `id` string — A concept id
    - `broader` object[]
      - `id` string — A concept id
    - `narrower` object[]
      - `id` string — A concept id
    - `matches` Matches
      - `broad` string[]
      - `close` string[]
      - `exact` string[]
      - `narrow` string[]
      - `related` string[]
    - `subordinate_arrays` object[]
      - `id` string — A collection id
    - `label` string
    - `uri` string
    - `concept_scheme` object
      - `uri` string
      - `labels` Label[]
        - `type` string, required
        - `language` string, required — IANA language tag
        - `label` string, required
  - CollectionDetail
    - `id` string — If the provider is set to have a manual id_generation_strategy
    - `type` 'collection', required
    - `labels` Label[], required
      - `type` string, required
      - `language` string, required — IANA language tag
      - `label` string, required
    - `notes` Note[]
      - `note` string
      - `type` string
      - `language` string
      - `markup` string, nullable
    - `sources` Source[]
      - `citation` string
      - `markup` string, nullable
    - `member_of` object[]
      - `id` string — A collection id
    - `members` object[]
      - `id` string — A concept or collection id
    - `superordinates` object[]
      - `id` string — A concept id
    - `infer_concept_relations` boolean
    - `label` string
    - `uri` string

## Other responses

- `404` — The concept was not found in the conceptscheme or the conceptscheme was not found.

---

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