v1 author

search authors 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

  • author_code: 'smith.ivan': Search for the author with the zbMATH code smith.ivan
  • author_name: 'Smith': Search for authors with the name Smith
  • collective: 'bass.hyman': Search for the names of the author collective(s) that the author with the zbMATH code bass.hyman is in.
  • in_collective: 'bourbaki.nicolas': Search for authors that are in the author collective with the zbMATH code bourbaki.nicolas

Search fields

  • Anywhere: Includes ai, au, cc
  • Author code: zbMATH author code
  • Author name: Author name
  • Award: Name or year of an award (to find laureates)
  • Collective code: Code of a collective (to find members of this collective)
  • External ID: External author ID: ORCID, MGP, Wikidata object number, and others
  • Family name: Family name
  • Given name: Given name
  • Main fields: Main fields of the author (given by first two MSC digits)
  • Reviewer ID: Reviewer ID
  • State: State: has biographic references (<em>st:b</em>), is cited (<em>st:c</em>), is collective (<em>st:o</em>), is reviewer (<em>st:z</em>)
  • Year: Year(s) in which the author has published (interval search with “-”)
get/author/_structured_search

Query parameters

pageinteger

pagination for result page

pagination for result page

results_per_pageinteger
Anywherestring

Includes ai, au, cc

Includes ai, au, cc

Author codestring

zbMATH author code

zbMATH author code

Author namestring

Author name

Author name

Awardstring

Name or year of an award (to find laureates)

Name or year of an award (to find laureates)

Collective codestring

Code of a collective (to find members of this collective)

Code of a collective (to find members of this collective)

External IDstring

External author ID: ORCID, MGP, Wikidata object number, and others

External author ID: ORCID, MGP, Wikidata object number, and others

Family namestring

Family name

Family name

Given namestring

Given name

Given name

Main fieldsstring

Main fields of the author (given by first two MSC digits)

Main fields of the author (given by first two MSC digits)

Reviewer IDstring

Reviewer ID

Reviewer ID

Statestring

State: has biographic references (<em>st:b</em>), is cited (<em>st:c</em>), is collective (<em>st:o</em>), is reviewer (<em>st:z</em>)

State: has biographic references (<em>st:b</em>), is cited (<em>st:c</em>), is collective (<em>st:o</em>), is reviewer (<em>st:z</em>)

Yearstring

Year(s) in which the author has published (interval search with “-”)

Year(s) in which the author has published (interval search with “-”)

Response

Successful Response

Example response

{
  "result": [
    {
      "aliases": [],
      "awards": [
        {
          "title": "New Horizons in Mathematics Prize",
          "wikidata": {
            "id": "Q45310290",
            "link": "New_Horizons_in_Mathematics_Prize"
          },
          "year": 2019
        },
        {
          "title": "Fields Medal",
          "wikidata": {
            "id": "Q28835",
            "link": "Fields_Medal"
          },
          "year": 2022
        }
      ],
      "code": "huh.june",
      "collective_of": [],
      "external_ids": [
        {
          "external_id": "180476920",
          "type": "theses_fr"
        },
        {
          "external_id": "180476920",
          "type": "idref"
        },
        {
          "external_id": "185855",
          "type": "mgp"
        },
        {
          "external_id": "Q32538394",
          "type": "wikidata"
        },
        {
          "external_id": "https://web.math.princeton.edu/~huh/",
          "type": "homepage"
        },
        {
          "external_id": "xNv73m4AAAAJ",
          "type": "google_scholar"
        }
      ],
      "further_spellings": [
        {
          "charset": "kor",
          "name": "허준이"
        }
      ],
      "main_fields": [
        {
          "count": 33,
          "field": "14",
          "percent": "44.0",
          "percentile": "44.0"
        },
        {
          "count": 25,
          "field": "05",
          "percent": "33.333333333333336",
          "percentile": "77.33333333333334"
        }
      ],
      "in_collective": [],
      "name": "Huh, June",
      "reviewer": "13940",
      "spellings": [
        {
          "count": 23,
          "firstname": "June",
          "initials": "J",
          "lastname": "Huh",
          "name": "Huh, June"
        }
      ],
      "states": [
        {
          "code": "z",
          "text": "zbmath reviewer"
        },
        {
          "code": "c",
          "text": "is cited"
        }
      ],
      "zbmath_url": "https://zbmath.org/authors/huh.june"
    }
  ],
  "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.