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

GET /metagenomics/api/v1/analyses/MGYA00566889/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/MGYA00566889/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566889/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR007441",
            "attributes": {
                "accession": "IPR007441",
                "count": 2,
                "description": "Ethanolamine utilisation protein EutH"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007441?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036962",
            "attributes": {
                "accession": "IPR036962",
                "count": 1,
                "description": "Glycoside hydrolase, family 3, N-terminal domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036962?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036812",
            "attributes": {
                "accession": "IPR036812",
                "count": 1,
                "description": "NADP-dependent oxidoreductase domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036812?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023210",
            "attributes": {
                "accession": "IPR023210",
                "count": 1,
                "description": "NADP-dependent oxidoreductase domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023210?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR012131",
            "attributes": {
                "accession": "IPR012131",
                "count": 1,
                "description": "Histidinol dehydrogenase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR012131?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011005",
            "attributes": {
                "accession": "IPR011005",
                "count": 1,
                "description": "Dihydropteroate synthase-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011005?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004588",
            "attributes": {
                "accession": "IPR004588",
                "count": 1,
                "description": "4-hydroxy-3-methylbut-2-en-1-yl diphosphate synthase, bacterial-type"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004588?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 7
        }
    }
}