The API is located at http://api.mol.org/0.x/taxonomy/ and includes six endpoints:
Searches for taxon concepts with names matching one or more search strings. Searches can include wildcard characters. Returns lists of taxon concepts that match the search strings.
An associative array of results lists, where the array keys are the user-specified search strings, and each key maps to a list of results. Each list of results provides the taxon concepts that matched a particular search term, and each element of the list is an object with the following members:
Searches for taxon concepts with names that are similar to one or more search strings. Searches are based on approximate (“fuzzy”) string matching to account for simple misspellings or typos. Returns lists of taxon concepts that match the search criteria.
An associative array of results lists, where the array keys are the user-specified search strings, and each key maps to a list of results. Each list of results provides the taxon concepts that approximately matched a particular search term. Each element of a results list is an object with the following members:
Retrieves detailed information about one or more taxon concepts.
Returns an associative array of results. The keys of the array are the user-provided taxon concept IDs, and each ID maps to an object with the following members:
Retrieves detailed information about a taxonomy.
An object with the following members:
Retrieves detailed information about one or more citation records.
An associative array of search results. The array keys are the user-provided citations IDs, and each ID maps to an object with the following elements:
Retrieves a listing of the taxonomies in the database.
none
An associative array of taxonomies:
[
{
ismaster: true,
name: "MOL backbone",
roottcid: "a025e068-12e3-11e5-94b1-37903a5f6c8a",
authorstring: "Jetz et al. 2012",
citationstr: "Jetz, W., J.M. McPherson, R.P. Guralnick. 2012. Integrating biodiversity distribution knowledge:
toward a global map of life. Trends in Ecology and Evolution 27: 151-159.",
taxonomy_id: 1
},
{
ismaster: true,
name: "Jetz birds",
roottcid: "bdac5ba6-6efd-4549-ad01-474c154434c2",
authorstring: "Jetz et al. 2012",
citationstr: "Jetz, W., Thomas G.H., Joy J.B., Hartmann K., and Mooers A.O. (2012) The global diversity of birds in
space and time. Nature 491: 444-448",
taxonomy_id: 2
},
{
ismaster: true,
name: "Mammal Species of the World v3",
roottcid: "93c1ee00-bb6d-4c8c-81ce-b5ea2ec290e1",
authorstring: "Wilson and Reeder 2005",
citationstr: "Wilson, DE & Reeder, DM (2005) Mammal Species of the World. A Taxonomic and Geographic Reference
(3rd ed), Johns Hopkins University Press, 2,142 pp. (Available from Johns Hopkins University Press.",
taxonomy_id: 7
},
...
]