latestOpenAPI 3.1.02026-08-203343145.3 KB
03ccf35f8dd9
Name parser
Parse a list of scientific names
Parses a list of scientific names supplied as a JSON list, a form request or a plain text file with Unix (\n) line endings. In all cases the names should use UTF-8 encoding.
curl -X POST -H 'Content-Type: application/json' --data-binary @scientific_names.json https://api.gbif.org/v1/species/parser/name
curl -F names=@scientific_names.txt https://api.gbif.org/v1/species/parser/name
curl -X POST -H 'Content-Type: text/plain' --data-binary @scientific_names.txt https://api.gbif.org/v1/species/parser/name
post/v1/parser/name
Request body
string[] required
A list of names to parse, such as ["First name", "Second name"].
Response
Parsed name usages