Retrieves InterPro identifiers for the given accession
Example:
---
`/analyses/MGYA00102827/interpro-identifiers`

GET /metagenomics/api/v1/analyses/MGYA00566883/interpro-identifiers?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/MGYA00566883/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566883/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR023296",
            "attributes": {
                "accession": "IPR023296",
                "count": 2,
                "description": "Glycosyl hydrolase, five-bladed beta-propellor domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023296?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006710",
            "attributes": {
                "accession": "IPR006710",
                "count": 2,
                "description": "Glycoside hydrolase, family 43"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006710?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003562",
            "attributes": {
                "accession": "IPR003562",
                "count": 2,
                "description": "Mutator MutX protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003562?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000086",
            "attributes": {
                "accession": "IPR000086",
                "count": 2,
                "description": "NUDIX hydrolase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000086?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036514",
            "attributes": {
                "accession": "IPR036514",
                "count": 1,
                "description": "SGNH hydrolase superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036514?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR029062",
            "attributes": {
                "accession": "IPR029062",
                "count": 1,
                "description": "Class I glutamine amidotransferase-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029062?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR017926",
            "attributes": {
                "accession": "IPR017926",
                "count": 1,
                "description": "Glutamine amidotransferase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR017926?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003358",
            "attributes": {
                "accession": "IPR003358",
                "count": 1,
                "description": "tRNA (guanine-N-7) methyltransferase, Trmb type"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003358?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002315",
            "attributes": {
                "accession": "IPR002315",
                "count": 1,
                "description": "Glycyl-tRNA synthetase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002315?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001584",
            "attributes": {
                "accession": "IPR001584",
                "count": 1,
                "description": "Integrase, catalytic core"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001584?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 10
        }
    }
}