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

GET /metagenomics/api/v1/analyses/MGYA00566853/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/MGYA00566853/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566853/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR008979",
            "attributes": {
                "accession": "IPR008979",
                "count": 20,
                "description": "Galactose-binding domain-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008979?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR040442",
            "attributes": {
                "accession": "IPR040442",
                "count": 3,
                "description": "Pyruvate kinase-like domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR040442?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000121",
            "attributes": {
                "accession": "IPR000121",
                "count": 3,
                "description": "PEP-utilising enzyme, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000121?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006944",
            "attributes": {
                "accession": "IPR006944",
                "count": 2,
                "description": "Bacteriophage/Gene transfer agent portal protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006944?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036346",
            "attributes": {
                "accession": "IPR036346",
                "count": 1,
                "description": "GTP-binding protein OBG, C-terminal domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036346?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": "IPR015422",
            "attributes": {
                "accession": "IPR015422",
                "count": 1,
                "description": "Pyridoxal phosphate-dependent transferase, subdomain 2"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR015422?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR015349",
            "attributes": {
                "accession": "IPR015349",
                "count": 1,
                "description": "GTP-binding protein OBG, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR015349?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006901",
            "attributes": {
                "accession": "IPR006901",
                "count": 1,
                "description": "tRNA methyltransferase TrmK"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006901?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000653",
            "attributes": {
                "accession": "IPR000653",
                "count": 1,
                "description": "DegT/DnrJ/EryC1/StrS aminotransferase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000653?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": 11
        }
    }
}