v1 classification

search msc codes meta data by zbMATH style user query

Description

The syntax search allows for free logical combinations of all available search fields. While similar to the structured search, this endpoint offers much more flexibility at the cost of obscure search parameters.

Examples

  • Geometry: Search for the term <em>Geometry</em> in <strong>any</strong> field. Queries are <strong>case-independent</strong>.

Search fields

  • any: MSC code or description (MSC2020 only)
  • ct: Text from the description (MSC2020 only)
  • lv: MSC code level (0: first two digits, 1: first three, 2: all five MSC digits; MSC2020 only)
  • cc: MSC code (use first two, first three or all five MSC digits; MSC2020 only)

Operators

  • a & b: Logical and (default)
  • a | b: Logical or
  • !ab: Logical not
  • abc*: Right wildcard
  • ab c: Phrase
  • (ab c): Term grouping
get/classification/_search

Query parameters

search_stringstring required
pageinteger
results_per_pageinteger

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

No recorded changes to this endpoint across all 1 revision of this API.