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

GET /metagenomics/api/v1/analyses/MGYA00566874/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/MGYA00566874/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00566874/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "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": "IPR020561",
            "attributes": {
                "accession": "IPR020561",
                "count": 1,
                "description": "Phosphoribosylglycinamide synthetase, ATP-grasp (A) domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020561?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018484",
            "attributes": {
                "accession": "IPR018484",
                "count": 1,
                "description": "Carbohydrate kinase, FGGY, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018484?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR014777",
            "attributes": {
                "accession": "IPR014777",
                "count": 1,
                "description": "Tetrapyrrole methylase, subdomain 1"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR014777?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR013783",
            "attributes": {
                "accession": "IPR013783",
                "count": 1,
                "description": "Immunoglobulin-like fold"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR013783?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR008391",
            "attributes": {
                "accession": "IPR008391",
                "count": 1,
                "description": "Acetyl xylan esterase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008391?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR006073",
            "attributes": {
                "accession": "IPR006073",
                "count": 1,
                "description": "GTP binding domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR006073?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003439",
            "attributes": {
                "accession": "IPR003439",
                "count": 1,
                "description": "ABC transporter-like"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003439?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR003385",
            "attributes": {
                "accession": "IPR003385",
                "count": 1,
                "description": "Glycoside hydrolase, family 77"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR003385?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001557",
            "attributes": {
                "accession": "IPR001557",
                "count": 1,
                "description": "L-lactate/malate dehydrogenase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001557?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001460",
            "attributes": {
                "accession": "IPR001460",
                "count": 1,
                "description": "Penicillin-binding protein, transpeptidase"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001460?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR001236",
            "attributes": {
                "accession": "IPR001236",
                "count": 1,
                "description": "Lactate/malate dehydrogenase, N-terminal"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001236?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 12
        }
    }
}