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

GET /metagenomics/api/v1/analyses/MGYA00566936/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/MGYA00566936/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566936/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036514",
            "attributes": {
                "accession": "IPR036514",
                "count": 2,
                "description": "SGNH hydrolase superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036514?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR035906",
            "attributes": {
                "accession": "IPR035906",
                "count": 2,
                "description": "MetI-like superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR035906?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR005119",
            "attributes": {
                "accession": "IPR005119",
                "count": 2,
                "description": "LysR, substrate-binding"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR005119?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR000515",
            "attributes": {
                "accession": "IPR000515",
                "count": 2,
                "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": "IPR018044",
            "attributes": {
                "accession": "IPR018044",
                "count": 1,
                "description": "Peptidase S11, D-alanyl-D-alanine carboxypeptidase A"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018044?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008279",
            "attributes": {
                "accession": "IPR008279",
                "count": 1,
                "description": "PEP-utilising enzyme, mobile domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008279?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR002192",
            "attributes": {
                "accession": "IPR002192",
                "count": 1,
                "description": "Pyruvate phosphate dikinase, PEP/pyruvate-binding"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR002192?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001967",
            "attributes": {
                "accession": "IPR001967",
                "count": 1,
                "description": "Peptidase S11, D-alanyl-D-alanine carboxypeptidase A, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001967?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 8
        }
    }
}