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

GET /metagenomics/api/v1/analyses/MGYA00566867/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/MGYA00566867/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566867/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR007395",
            "attributes": {
                "accession": "IPR007395",
                "count": 2,
                "description": "Putative neutral zinc metallopeptidase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007395?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036640",
            "attributes": {
                "accession": "IPR036640",
                "count": 1,
                "description": "ABC transporter type 1, transmembrane domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036640?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036565",
            "attributes": {
                "accession": "IPR036565",
                "count": 1,
                "description": "Mur-like, catalytic domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036565?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036393",
            "attributes": {
                "accession": "IPR036393",
                "count": 1,
                "description": "Acetylglutamate kinase-like superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036393?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": "IPR029026",
            "attributes": {
                "accession": "IPR029026",
                "count": 1,
                "description": "tRNA (guanine-N1-)-methyltransferase, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029026?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR015421",
            "attributes": {
                "accession": "IPR015421",
                "count": 1,
                "description": "Pyridoxal phosphate-dependent transferase, major region, subdomain 1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR015421?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003439",
            "attributes": {
                "accession": "IPR003439",
                "count": 1,
                "description": "ABC transporter-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003439?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002549",
            "attributes": {
                "accession": "IPR002549",
                "count": 1,
                "description": "Transmembrane protein TqsA-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002549?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001790",
            "attributes": {
                "accession": "IPR001790",
                "count": 1,
                "description": "Ribosomal protein L10P"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001790?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001537",
            "attributes": {
                "accession": "IPR001537",
                "count": 1,
                "description": "tRNA/rRNA methyltransferase, SpoU type"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001537?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000843",
            "attributes": {
                "accession": "IPR000843",
                "count": 1,
                "description": "LacI-type HTH domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000843?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000795",
            "attributes": {
                "accession": "IPR000795",
                "count": 1,
                "description": "Transcription factor, GTP-binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000795?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 13
        }
    }
}