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

GET /metagenomics/api/v1/analyses/MGYA00566863/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/MGYA00566863/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566863/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR038071",
            "attributes": {
                "accession": "IPR038071",
                "count": 1,
                "description": "UROD/MetE-like superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR038071?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036162",
            "attributes": {
                "accession": "IPR036162",
                "count": 1,
                "description": "Resolvase-like, N-terminal catalytic domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036162?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": "IPR029044",
            "attributes": {
                "accession": "IPR029044",
                "count": 1,
                "description": "Nucleotide-diphospho-sugar transferases"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR029044?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": "IPR013215",
            "attributes": {
                "accession": "IPR013215",
                "count": 1,
                "description": "Cobalamin-independent methionine synthase MetE, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013215?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR007392",
            "attributes": {
                "accession": "IPR007392",
                "count": 1,
                "description": "D-galactarate/Altronate dehydratase, C-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR007392?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006119",
            "attributes": {
                "accession": "IPR006119",
                "count": 1,
                "description": "Resolvase, N-terminal catalytic domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006119?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003784",
            "attributes": {
                "accession": "IPR003784",
                "count": 1,
                "description": "BioY protein"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003784?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": 10
        }
    }
}