Provides list of InterPro identifiers.

GET /metagenomics/api/v1/annotations/interpro-identifiers/IPR008025?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "interpro-identifiers",
        "id": "IPR008025",
        "attributes": {
            "accession": "IPR008025",
            "description": "PKC-activated phosphatase-1 inhibitor"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR008025?format=api"
        }
    }
}