v1 author
get author data by author code
About this zbMATH Identifier
Use this endpoint if you have the exact zbMATH code of the author in question. The result will contain only one dataset corresponding to that code, if entered correctly. The format of the author's zbMATH code is lastname.firstname-additionalname.
Example
- bourbaki.nicolas is a collective of authors
get/author/{code}
Path parameters
codestring required
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.