Request
http://eol.org/api/provider_hierarchies/1.0
Parameters
none
Description
This method will return references to all hierarchies supplied by EOL Content Partners. The response will include the label of the hierarchy and the EOL unique ID representing the hierarchy
XML Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<results>
<hierarchy id="121">AntWeb (Ant Species)</hierarchy>
<hierarchy id="123">WORMS Species Information (Marine Species)</hierarchy>
<hierarchy id="143">FishBase (Fish Species)</hierarchy>
<hierarchy id="144">IUCN Red List (Species Assessed for Global Conservation)</hierarchy>
<hierarchy id="441">NCBI Taxonomy</hierarchy>
<hierarchy id="529">Species 2000 & ITIS Catalogue of Life: Annual Checklist 2010</hierarchy>
<hierarchy id="596">Index Fungorum</hierarchy>
<hierarchy id="627">Integrated Taxonomic Information System (ITIS)</hierarchy>
<hierarchy id="683">Metalmark Moths of the World</hierarchy>
</results>
JSON Response
[
{
"label":"AntWeb (Ant Species)",
"id":121
},
{
"label":"WORMS Species Information (Marine Species)",
"id":123
},
{
"label":"FishBase (Fish Species)",
"id":143
},
{
"label":"IUCN Red List (Species Assessed for Global Conservation)",
"id":144
},
{
"label":"NCBI Taxonomy",
"id":441
},
{
"label":"Species 2000 & ITIS Catalogue of Life: Annual Checklist 2010",
"id":529
},
{
"label":"Index Fungorum",
"id":596
},
{
"label":"Integrated Taxonomic Information System (ITIS)",
"id":627
},
{
"label":"Metalmark Moths of the World",
"id":683
}
]