latestOpenAPI 3.1.02026-08-203343145.3 KB
03ccf35f8dd9
Species
Name usage references by id
Retrieves all references for a name usage.
get/v1/species/{usageKey}/references
Path parameters
usageKeyinteger required
Name usage key.
Query parameters
limitinteger
Controls the number of results in the page. Using too high a value will be overwritten with the default maximum threshold, depending on the service. Sensible defaults are used so this may be omitted.
offsetinteger
Determines the offset for the search results. A limit of 20 and offset of 40 will get the third page of 20 results. Some services have a maximum offset.
Response
Name usage references found
Example response
{
"results": [
{
"doi": "10.1038/ng0609-637"
}
]
}