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

GET /metagenomics/api/v1/analyses/MGYA00043319/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/MGYA00043319/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00043319/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR013762",
            "attributes": {
                "accession": "IPR013762",
                "count": 8,
                "description": "Integrase-like, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013762?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001567",
            "attributes": {
                "accession": "IPR001567",
                "count": 2,
                "description": "Peptidase M3A/M3B catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001567?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR024077",
            "attributes": {
                "accession": "IPR024077",
                "count": 2,
                "description": "Neurolysin/Thimet oligopeptidase, domain 2"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR024077?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR029052",
            "attributes": {
                "accession": "IPR029052",
                "count": 2,
                "description": "Metallo-dependent phosphatase-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029052?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR024079",
            "attributes": {
                "accession": "IPR024079",
                "count": 1,
                "description": "Metallopeptidase, catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR024079?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002071",
            "attributes": {
                "accession": "IPR002071",
                "count": 1,
                "description": "Thermonuclease active site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002071?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR016071",
            "attributes": {
                "accession": "IPR016071",
                "count": 1,
                "description": "Staphylococcal nuclease (SNase-like), OB-fold"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR016071?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"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000192",
            "attributes": {
                "accession": "IPR000192",
                "count": 1,
                "description": "Aminotransferase class V domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR000192?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"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 10
        }
    }
}