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

GET /metagenomics/api/v1/analyses/MGYA00319113/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/MGYA00319113/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00319113/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "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": "IPR001991",
            "attributes": {
                "accession": "IPR001991",
                "count": 1,
                "description": "Sodium:dicarboxylate symporter"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR001991?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR018107",
            "attributes": {
                "accession": "IPR018107",
                "count": 1,
                "description": "Sodium:dicarboxylate symporter, conserved site"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR018107?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR023631",
            "attributes": {
                "accession": "IPR023631",
                "count": 1,
                "description": "Amidase signature domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR023631?format=api"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 4
        }
    }
}