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

# Get information about a concept scheme.

`GET /conceptschemes/{scheme_id}`

## Path parameters

- `scheme_id` string, required

## Response `200`

The conceptscheme was not found.

- ConceptSchemeDetail
  - `id` union
    - string
    - integer
  - `uri` string
  - `label` string, nullable
  - `languages` Language[]
    - `id` integer
    - `name` integer
  - `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
  - `subject` string[]

---

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