v1 classification

search msc codes meta data by descriptive field names

Description

For searching in zbMATH you may employ the Structured Search for convenient combination of all search fields. While similar to the 1-line syntax search, this endpoint offers much more convenience and transparency which fields are searched at the cost of search flexibility.

Examples

  • code: '16E20': Search for the exact msc code 16E20
  • code: '16': Search for all msc codes start with 16.
  • title: 'dynamic': Search for all msc codes containing the descriptor dynamic

Search fields

  • Anywhere: MSC code or description (MSC2020 only)
  • Description: Text from the description (MSC2020 only)
  • Level: MSC code level (0: first two digits, 1: first three, 2: all five MSC digits; MSC2020 only)
  • MSC code: MSC code (use first two, first three or all five MSC digits; MSC2020 only)
get/classification/_structured_search

Query parameters

pageinteger

result page

result page

results_per_pageinteger
Anywherestring

MSC code or description (MSC2020 only)

MSC code or description (MSC2020 only)

Descriptionstring

Text from the description (MSC2020 only)

Text from the description (MSC2020 only)

Levelstring

MSC code level (0: first two digits, 1: first three, 2: all five MSC digits; MSC2020 only)

MSC code level (0: first two digits, 1: first three, 2: all five MSC digits; MSC2020 only)

MSC codestring

MSC code (use first two, first three or all five MSC digits; MSC2020 only)

MSC code (use first two, first three or all five MSC digits; MSC2020 only)

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