This web service endpoint provides information related a specific taxon uuid.
The request parameters are :
The current vocabulary for the available classifications (along with the default value) can be found at /name_catalogue/voc/classification.json
The response format can be set by appending the format extension to the service endpoint. Currently this web service supports JSON (fully implemented) and XML (partially implemented).
The response objects returned by this web service endpoint have the following structure:
Features:
Example Requests :
Example Responses :
[ { "request": { "taxonUuid": "ee6880b3-64f0-472f-b089-40f518d30888" }, "response": { "relatedTaxa": [ ], "taxon": { "classification": { "Kingdom": "Animalia", "Phylum": "Chordata", "Class": "Aves", "Order": "Ciconiiformes", "Family": "Threskiornithidae", "Genus": "Platalea", "Species": "Platalea leucorodia Linnaeus, 1758" }, "flags": { "doubtful": "false" }, "name": "Platalea leucorodia Linnaeus, 1758", "rank": "Species", "source": { "datasetID": "", "datasetName": "", "url": "" }, "taxonStatus": "accepted", "taxonomicScrutiny": { "accordingTo": "ITIS Global in Species 2000 & ITIS Catalogue of Life: 24th September 2012", "modified": "29-09-2012" }, "title": "Platalea leucorodia Linnaeus, 1758 sec. ITIS Global in Species 2000 & ITIS Catalogue of Life: 24th September 2012" } } } ]
[ { "request": { "taxonUuid": "ee6880b3-64f0-472f-b089-40f518d30888" }, "response": { "relatedTaxa": [ ], "taxon": { "classification": { "CatalogueOfLife": { "Kingdom": "Animalia", "Phylum": "Chordata", "Class": "Aves", "Order": "Ciconiiformes", "Family": "Threskiornithidae", "Genus": "Platalea", "Species": "Platalea leucorodia Linnaeus, 1758" } }, "flags": { "doubtful": "false" }, "name": "Platalea leucorodia Linnaeus, 1758", "rank": "Species", "source": { "datasetID": "", "datasetName": "", "url": "" }, "taxonStatus": "accepted", "taxonomicScrutiny": { "accordingTo": "ITIS Global in Species 2000 & ITIS Catalogue of Life: 24th September 2012", "modified": "29-09-2012" }, "title": "Platalea leucorodia Linnaeus, 1758 sec. ITIS Global in Species 2000 & ITIS Catalogue of Life: 24th September 2012" } } } ]
[ { "request": { "taxonUuid": "ee6880b3-64f0-472f-b089-40f518d30888" }, "response": { "relatedTaxa": [ ], "taxon": { "classification": { "Kingdom": "Animalia", "Phylum": "Chordata", "Class": "Aves", "Order": "Ciconiiformes", "Family": "Threskiornithidae", "Genus": "Platalea", "Species": "Platalea leucorodia Linnaeus, 1758" }, "flags": { "doubtful": "false" }, "name": "Platalea leucorodia Linnaeus, 1758", "rank": "Species", "source": { "datasetID": "", "datasetName": "", "url": "" }, "taxonStatus": "accepted", "taxonomicScrutiny": { "accordingTo": "ITIS Global in Species 2000 & ITIS Catalogue of Life: 24th September 2012", "modified": "29-09-2012" }, "title": "Platalea leucorodia Linnaeus, 1758 sec. ITIS Global in Species 2000 & ITIS Catalogue of Life: 24th September 2012" } } }, { "request": { "taxonUuid": "443020ef-9a11-40e1-8099-04352db08583" }, "response": { "relatedTaxa": [ { "name": "Caesalpinia spinosa (Molina) untze", "rank": "Species", "relationshipType": "synonym of", "source": { "datasetID": "", "datasetName": "", "url": "" }, "taxonStatus": "accepted", "taxonUuid": "194834a1-4367-4ac2-93fe-327b15e05229", "taxonomicScrutiny": { "accordingTo": "ILDIS in Species 2000 & ITIS Catalogue of Life: 24th September 2012", "modified": "29-09-2012" }, "title": "Caesalpinia spinosa (Molina) untze sec. ILDIS in Species 2000 & ITIS Catalogue of Life: 24th September 2012" } ], "taxon": { "classification": { }, "flags": { "doubtful": "false" }, "name": "Tara spinosa (Molina) ritton & Rose", "rank": "Species", "source": { "datasetID": "", "datasetName": "", "url": "" }, "taxonStatus": "synonym", "taxonomicScrutiny": { "accordingTo": "ILDIS in Species 2000 & ITIS Catalogue of Life: 24th September 2012", "modified": "29-09-2012" }, "title": "Tara spinosa (Molina) ritton & Rose sec. ILDIS in Species 2000 & ITIS Catalogue of Life: 24th September 2012" } } } ]
[{ "errorMessage": "No Taxon for given UUID : f50e5d94-fa75-45a7-905e-091c1cfb3fa7" }]