---
title: "Get All Parcellations"
method: GET
path: "/parcellations"
tags: ["parcellation"]
---

# Get All Parcellations

`GET /parcellations`

HTTP get all parcellations

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- PageSiibraParcellationModel
  - `items` SiibraParcellationModel[], required
    - `@type` string, required
    - `@id` string, required
    - `name` string, required
    - `modality` string
    - `datasets` EbrainsDatasetModel[], required
      - `@type` string, required
      - `@id` string, required
      - `name` string, required
      - `urls` EbrainsDsUrl[], required
        - `@type` string, required
        - `url` string, required
      - `description` string
      - `contributors` EbrainsDsPerson[], required
        - `@type` string, required
        - `@id` string, required
        - `schema.org/shortName` string, required
        - `identifier` string, required
        - `shortName` string, required
        - `name` string, required
      - `ebrains_page` string
      - `custodians` EbrainsDsPerson[], required
        - `@type` string, required
        - `@id` string, required
        - `schema.org/shortName` string, required
        - `identifier` string, required
        - `shortName` string, required
        - `name` string, required
    - `brainAtlasVersions` BrainAtlasVersionModel[], required
      - `@type` string, required
      - `@context` VocabModel
        - `@vocab` string, required
      - `@id` string, required — Metadata node identifier.
      - `abbreviation` string
      - `accessibility` object, required — Level to which something is accessible to someone or something.
      - `atlasType` object
      - `author` unknown[] — Creator of a literary or creative work, as well as a dataset publication.
        - unknown
      - `coordinateSpace` object, required — Two or three dimensional geometric setting.
      - `copyright` Copyright
        - `@context` VocabModel
          - `@vocab` string, required
        - `holder` unknown[], required — Legal person in possession of something.
          - unknown
        - `year` string, required — Cycle in the Gregorian calendar specified by a number and comprised of 365 or 366 days divided into 12 months beginning with January and ending with December.
      - `custodian` unknown[] — The 'custodian' is a legal person who is responsible for the content and quality of the data, metadata, and/or code of a research product.
        - unknown
      - `description` string — Longer statement or account giving the characteristics of someone or something.
      - `digitalIdentifier` object — Digital handle to identify objects or legal persons.
      - `fullDocumentation` object, required — Non-abridged instructions, comments, and information for using a particular product.
      - `fullName` string — Whole, non-abbreviated name of something or somebody.
      - `funding` unknown[] — Money provided by a legal person for a particular purpose.
        - unknown
      - `hasTerminologyVersion` HasTerminologyVersion, required
        - `@context` VocabModel
          - `@vocab` string, required
        - `definedIn` unknown[] — Reference to a file instance in which something is stored.
          - unknown
        - `hasEntityVersion` unknown[], required
          - unknown
        - `ontologyIdentifier` string[] — Term or code used to identify something or someone registered within a particular ontology.
      - `homepage` object — Main website of something or someone.
      - `howToCite` string — Preferred format for citing a particular object or legal person.
      - `isAlternativeVersionOf` unknown[] — Reference to an original form where the essence was preserved, but presented in an alternative form.
        - unknown
      - `isNewVersionOf` object — Reference to a previous (potentially outdated) particular form of something.
      - `keyword` unknown[] — Significant word or concept that are representative of something or someone.
        - unknown
      - `license` object, required — Grant by a party to another party as an element of an agreement between those parties that permits to do, use, or own something.
      - `ontologyIdentifier` string[] — Term or code used to identify something or someone registered within a particular ontology.
      - `otherContribution` OtherContribution
        - `@context` VocabModel
          - `@vocab` string, required
        - `contributionType` unknown[], required — Distinct class of what was given or supplied as a part or share.
          - unknown
        - `contributor` unknown, required
      - `relatedPublication` unknown[] — Reference to something that was made available for the general public to see or buy.
        - unknown
      - `releaseDate` string, required — Fixed date on which a product is due to become or was made available for the general public to see or buy
      - `repository` object — Place, room, or container where something is deposited or stored.
      - `shortName` string, required — Shortened or fully abbreviated name of something or somebody.
      - `supportChannel` string[] — Way of communication used to interact with users or customers.
      - `versionIdentifier` string, required — Term or code used to identify the version of something.
      - `versionInnovation` string, required — Documentation on what changed in comparison to a previously published form of something.
    - `version` SiibraParcellationVersionModel — SiibraParcellationVersionModel
      - `@type` string, required
      - `name` string, required
      - `deprecated` boolean
      - `collection` string
      - `prev` SiibraAtIdModel
        - `@id` string, required
      - `next` SiibraAtIdModel
        - `@id` string, required
    - `shortname` string
  - `total` integer
  - `page` integer
  - `size` integer
  - `pages` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/fzj-inm1-bda/apis/siibra-api.md) · [All operations](https://skmtc.net/fzj-inm1-bda/apis/siibra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fzj-inm1-bda/siibra-api/versions/5adffd5f8b23/schema)
