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

GET /metagenomics/api/v1/analyses/MGYA00566908/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/MGYA00566908/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566908/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR000772",
            "attributes": {
                "accession": "IPR000772",
                "count": 3,
                "description": "Ricin B, lectin domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000772?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036388",
            "attributes": {
                "accession": "IPR036388",
                "count": 1,
                "description": "Winged helix-like DNA-binding domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036388?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR029058",
            "attributes": {
                "accession": "IPR029058",
                "count": 1,
                "description": "Alpha/Beta hydrolase fold"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029058?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR022572",
            "attributes": {
                "accession": "IPR022572",
                "count": 1,
                "description": "DNA replication/recombination mediator RecO, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR022572?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR015946",
            "attributes": {
                "accession": "IPR015946",
                "count": 1,
                "description": "K homology domain-like, alpha/beta"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR015946?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013249",
            "attributes": {
                "accession": "IPR013249",
                "count": 1,
                "description": "RNA polymerase sigma factor 70, region 4 type 2"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013249?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011618",
            "attributes": {
                "accession": "IPR011618",
                "count": 1,
                "description": "Sorbitol phosphotransferase enzyme II, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011618?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006059",
            "attributes": {
                "accession": "IPR006059",
                "count": 1,
                "description": "Solute-binding family 1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006059?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005147",
            "attributes": {
                "accession": "IPR005147",
                "count": 1,
                "description": "tRNA synthetase, B5-domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005147?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR004699",
            "attributes": {
                "accession": "IPR004699",
                "count": 1,
                "description": "Phosphotransferase system, enzyme II sorbitol-specific factor"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR004699?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001750",
            "attributes": {
                "accession": "IPR001750",
                "count": 1,
                "description": "NADH:quinone oxidoreductase/Mrp antiporter, membrane subunit"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001750?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001516",
            "attributes": {
                "accession": "IPR001516",
                "count": 1,
                "description": "NADH-Ubiquinone oxidoreductase (complex I), chain 5 N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001516?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 12
        }
    }
}