logout
Login
Fungal Names
Home Register Edit & Release All taxon names Current taxon names Author names New release Pairwise Sequence Alignment Taxonomist-Fungal Names Culture Collections & Herbaria Journals & Publications Typification Fungal Name List Name Standardization Tools Related Websites Graph Web Service International Code of Nomenclature Statistics About My Fungal Names Admin Workbench My Workbench
Home Web Service

FN API service

FN API service is developed according to the Restful standard,and results are delivered as JSON format.

Each view contains more detailed documentation about itself below.

Please help us to improve our webservices. Report bugs and change requests, even if these are minor issues and typos.

FN API has the following views (endpoints):

Get one taxon name detailed information by registration identifier

This view contains detailed information on the taxon name associated with registration Identifier.

/webservice/signlname?identifer={registration_identifier}

{registration_identifier} - the registration identifier in FN,like "810083".

example request:https://nmdc.cn/fungalnames/webservice/signlname?identifer=810083

Get one taxon name detailed information by taxon name

This view contains detailed information associated with taxon name.

/webservice/signlname?identifer={taxonname}

{taxonname} - the taxon name in FN,like "Aabaarnia".

example request:https://nmdc.cn/fungalnames/webservice/signlname?taxonname=Aabaarnia

Get taxon names by specifying a year range

This view contains detailed information of every taxon name associated with a range of publication years,and the results are returned by pages(50 records/page).

/webservice/listname?rangeyears={rangeyears}&page={page}

{rangeyears} - "-" used to split the year range.Both maximum and minimum years must be given,like "2020-2022".

{page} - specify current page number,default value is 1.

example request:https://nmdc.cn/fungalnames/webservice/listname?rangeyears=2020-2022&page=1

Get the latest version of Fungal Name List.

This view contains detailed information of every taxon name in the latest version of Fungal Name List.

/webservice/lastestpackage

example request:https://nmdc.cn/fungalnames/webservice/lastestpackage

Fungal Names
We use cookies to track usage and preferences I Understand