v1 classification

get msc2020 code data by 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'
get/classification/{code}

Path parameters

codestring required

Response

Successful Response

Example response

{
  "result": {
    "code": "05B05",
    "level": "2",
    "long_title": "Combinatorial aspects of block designs [See also 51E05, 62K10]",
    "parent": "05Bxx",
    "short_title": "Combinatorial aspects of block designs"
  },
  "status": {
    "execution": "successful request",
    "execution_bool": true,
    "internal_code": "dev id to find bugs",
    "last_id": 1000000,
    "nr_total_results": 4832479,
    "nr_request_results": 100,
    "query_execution_time_in_seconds": 0.000001,
    "status_code": 200,
    "time_stamp": 3.14
  }
}

Changes