---
title: "get msc2020 code data by code"
method: GET
path: "/classification/{code}"
tags: ["v1 classification"]
---

# get msc2020 code data by code

`GET /classification/{code}`

# About this zbMATH Identifier 



Use this endpoint if you have an exact msc2020 classification code in mind. The result will contain only one dataset corresponding to that code, if entered correctly.
# Example
- **20J05** leads to information about **'Homological methods in group theory'**

## Path parameters

- `code` string, required

## Response `200`

Successful Response

- ZbmathdatamodelsDisplayClassificationResultID
  - `result` Classification
    - `code` string
    - `level` unknown
    - `long_title` string
    - `parent` string
    - `short_title` 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)
