v1 author
search authors 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
- Simon Donald*: Search in <strong>all parts</strong> of an author's name (results contain <em>Simon, Donald</em> M. and <em>Donald</em>son, <em>Simon</em> Kirwan).
- ln:Donald fn:Simon*: Search for specified family (<strong>ln</strong>) and given (<strong>fn</strong>) name.
- au:Stefan Müller cc:49: Combine name search (<strong>au</strong>) with main MSC fields (<strong>cc</strong>).
- au:Helga Bunke: Search results include <strong>name variations</strong>, in particular <strong>name changes</strong>, different <strong>transliterations</strong> and <strong>pseudonyms</strong>. Names of collectives will be displayed as a separate entity.
- (st:z & b) | (st:o): Search results include all <strong><u>z</u>bMATH reviewers</strong> with <strong><u>b</u>iographic information</strong> or <strong>c<u>o</u>llectives</strong>.
- (en:MGP | wikidata) ln:a*: Search results include all authors having either an <strong><u>en</u>try</strong> in the <em>Mathematics Genealogy Project</em> or in <em>Wikidata</em> and whose family name starts with <em>''A''</em>.
- aw:Fields Abel: Search for all <em>Fields Medal</em> <strong><u>aw</u>ard winners</strong> who also received an <em>Abel Prize</em>. The <strong>&</strong> operator is default and omitted here.
Search fields
- any: Includes ai, au, cc
- ai: zbMATH author code
- au: Author name
- aw: Name or year of an award (to find laureates)
- co: Code of a collective (to find members of this collective)
- en: External author ID: ORCID, MGP, Wikidata object number, and others
- ln: Family name
- fn: Given name
- cc: Main fields of the author (given by first two MSC digits)
- rv: Reviewer ID
- st: 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>)
- py: Year(s) in which the author has published (interval search with “-”)
Operators
- a & b: Logical and (default)
- a | b: Logical or
- !ab: Logical not
- abc*: Right wildcard
- ab c: Phrase
- (ab c): Term grouping
get/author/_search
Query parameters
search_stringstring required
pageinteger
results_per_pageinteger
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.