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

GET /metagenomics/api/v1/analyses/MGYA00566892/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/MGYA00566892/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566892/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": "IPR036188",
            "attributes": {
                "accession": "IPR036188",
                "count": 1,
                "description": "FAD/NAD(P)-binding domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036188?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR035906",
            "attributes": {
                "accession": "IPR035906",
                "count": 1,
                "description": "MetI-like superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR035906?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023753",
            "attributes": {
                "accession": "IPR023753",
                "count": 1,
                "description": "FAD/NAD(P)-binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023753?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR021153",
            "attributes": {
                "accession": "IPR021153",
                "count": 1,
                "description": "Heat-inducible transcription repressor HrcA, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR021153?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR010298",
            "attributes": {
                "accession": "IPR010298",
                "count": 1,
                "description": "Protein of unknown function DUF901"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR010298?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000515",
            "attributes": {
                "accession": "IPR000515",
                "count": 1,
                "description": "ABC transporter type 1, transmembrane domain MetI-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000515?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 8
        }
    }
}