---
title: "get document data by zbMath ID"
method: GET
path: "/document/{id}"
tags: ["v1 document"]
---

# get document data by zbMath ID

`GET /document/{id}`

# About this zbMATH Identifier 



Use this endpoint if you have an zbMATH id of the document in question. The result will contain only one dataset corresponding to that id, if entered correctly.
# Example
- **6383667**
- **7270346**

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- ZbmathdatamodelsDisplayDocumentResultID
  - `result` Document
    - `biographic_references` BiographicReference[]
      - `aliases` unknown[]
        - unknown
      - `checked` string
      - `codes` unknown[]
        - unknown
      - `name` string
    - `contributors` Contributor
      - `authors` ZbmathdatamodelsDisplayDocumentSubmodelsAuthor[]
        - `aliases` unknown[]
          - unknown
        - `checked` string
        - `codes` unknown[]
          - unknown
        - `name` string
      - `author_references` AuthorReference[]
        - `aliases` unknown[]
          - unknown
        - `checked` string
        - `codes` unknown[]
          - unknown
        - `name` string
      - `editors` Editor[]
        - `aliases` unknown[]
          - unknown
        - `checked` string
        - `codes` unknown[]
          - unknown
        - `name` string
    - `database` string
    - `datestamp` string
    - `document_type` DocumentType
      - `code` string
      - `description` string
    - `editorial_contributions` EditorialContribution[]
      - `language` string
      - `reviewer` Reviewer
        - `author_code` string
        - `reviewer_id` string
        - `name` string
        - `sign` string
      - `text` string
      - `contribution_type` 'abstract' | 'from_the_text' | 'editorial_remark' | 'publishers_description' | 'review' | 'summary' | 'scan' | 'editorial' | 'not available' — An enumeration.
    - `id` integer, required
    - `identifier` string
    - `keywords` unknown[]
      - unknown
    - `language` Language
      - `languages` unknown[]
        - unknown
      - `addition` unknown[]
        - unknown
    - `license` unknown[]
      - unknown
    - `links` Link[]
      - `identifier` string
      - `type` string
      - `url` string
    - `msc` MSC[]
      - `code` string
      - `scheme` string
      - `text` string
    - `references` Reference[]
      - `doi` string
      - `position` string
      - `text` string
      - `zbmath` ZBMath
        - `author_codes` unknown[]
          - unknown
        - `document_id` integer
        - `msc` unknown[]
          - unknown
        - `prefix` string
        - `series_id` integer
        - `year` string
    - `source` Source
      - `book` Book[]
        - `book_id` integer
        - `isbn` ISBN[]
          - `number` string
          - `type` string
        - `publisher` string
        - `year` string
      - `pages` string
      - `series` Series[]
        - `acronym` string
        - `issn` ZbmathdatamodelsDisplayDocumentSubmodelsISSN[]
          - `number` string
          - `type` 'electronic' | 'print' — An enumeration.
        - `issue` string
        - `issue_id` integer
        - `parallel_title` string
        - `part` string
        - `publisher` string
        - `series_id` integer
        - `short_title` string
        - `title` string
        - `volume` string
        - `year` string
      - `source` string
    - `states` State[]
    - `title` Title
      - `addition` string
      - `original` string
      - `subtitle` string
      - `title` string
    - `year` string
    - `zbmath_url` string
  - `status` Status
    - `execution` string, required
    - `execution_bool` boolean, required
    - `internal_code` string
    - `last_id` integer
    - `nr_total_results` integer
    - `nr_request_results` integer
    - `query_execution_time_in_seconds` number
    - `status_code` integer, required
    - `time_stamp` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/zbmath/apis/rest-api-for-zbmath-open-v1.md) · [All operations](https://skmtc.dev/zbmath/apis/rest-api-for-zbmath-open-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zbmath/rest-api-for-zbmath-open-v1/revisions/1fcb04bb318a/schema)
