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

GET /metagenomics/api/v1/analyses/MGYA00725314/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/MGYA00725314/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00725314/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR029033",
            "attributes": {
                "accession": "IPR029033",
                "count": 1,
                "description": "Histidine phosphatase superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029033?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013785",
            "attributes": {
                "accession": "IPR013785",
                "count": 1,
                "description": "Aldolase-type TIM barrel"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013785?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013078",
            "attributes": {
                "accession": "IPR013078",
                "count": 1,
                "description": "Histidine phosphatase superfamily, clade-1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013078?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002347",
            "attributes": {
                "accession": "IPR002347",
                "count": 1,
                "description": "Short-chain dehydrogenase/reductase SDR"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002347?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000994",
            "attributes": {
                "accession": "IPR000994",
                "count": 1,
                "description": "Peptidase M24"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000994?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000932",
            "attributes": {
                "accession": "IPR000932",
                "count": 1,
                "description": "Photosystem antenna protein-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000932?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 6
        }
    }
}