Global Names Parser (v1.9.1)

Scientific Names in Detail

Application Programming Interface (API)

Web-based parser service includes a RESTful interface to parsing functionalilty. Both GET and POST methods are supported.

GET

Append a vertical line separated array of strings to your domain url. Make sure that '&' in the names are escaped as '%26', and spaces are escaped as '+'.

/api/v1/Aus+bus|Aus+bus+D.+%26+M.,+1870

POST

/api/v1

with request body of JSON array of strings

OpenAPI Schema

Read the GNparser's OpenAPI documentation to learn about all options and the output schema.