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

GET /metagenomics/api/v1/analyses/MGYA00725565/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/MGYA00725565/interpro-identifiers?format=api&page=1",
        "last": "https://www.ebi.ac.uk/metagenomics/api/v1/analyses/MGYA00725565/interpro-identifiers?format=api&page=1",
        "next": null,
        "prev": null
    },
    "data": [
        {
            "type": "interpro-identifiers",
            "id": "IPR036661",
            "attributes": {
                "accession": "IPR036661",
                "count": 1,
                "description": "Luciferase-like domain superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036661?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR036458",
            "attributes": {
                "accession": "IPR036458",
                "count": 1,
                "description": "Sodium:dicarboxylate symporter superfamily"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR036458?format=api"
            }
        },
        {
            "type": "interpro-identifiers",
            "id": "IPR011251",
            "attributes": {
                "accession": "IPR011251",
                "count": 1,
                "description": "Luciferase-like domain"
            },
            "links": {
                "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR011251?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"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pages": 1,
            "count": 4
        }
    }
}