Provides list of InterPro identifiers.

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

{
    "data": {
        "type": "interpro-identifiers",
        "id": "IPR020036",
        "attributes": {
            "accession": "IPR020036",
            "description": "UDP-4-amino-4,6-dideoxy-N-acetyl-beta-L-altrosamine N-acetyltransferase"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/interpro-identifiers/IPR020036?format=api"
        }
    }
}