Retrieves Taxonomic analysis for the given accession
Example:
---
`/analyses/MGYA00102827/taxonomy`
---

GET /metagenomics/api/v1/analyses/MGYA00101064/taxonomy?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "first": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00101064/taxonomy?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00101064/taxonomy?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "organisms",
            "id": "Bacteria:Proteobacteria:Deltaproteobacteria:BPC076",
            "attributes": {
                "count": 1,
                "lineage": "Bacteria:Proteobacteria:Deltaproteobacteria:BPC076",
                "hierarchy": {
                    "phylum": "Proteobacteria",
                    "kingdom": "Bacteria",
                    "class": "Deltaproteobacteria",
                    "order": "BPC076"
                },
                "domain": "Bacteria",
                "name": "BPC076",
                "parent": "Deltaproteobacteria",
                "rank": "order",
                "pipeline-version": "3.0"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/organisms/Bacteria%253AProteobacteria%253ADeltaproteobacteria%253ABPC076?format=api"
            }
        },
        {
            "type": "organisms",
            "id": "Unusigned",
            "attributes": {
                "count": 23,
                "lineage": "Unusigned",
                "hierarchy": {},
                "domain": null,
                "name": "Unusigned",
                "parent": null,
                "rank": null,
                "pipeline-version": "3.0"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/organisms/Unusigned?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 2
        }
    }
}