Provides list of Pfem entries.

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

{
    "data": {
        "type": "pfam-entries",
        "id": "PF00027",
        "attributes": {
            "accession": "PF00027",
            "description": "Cyclic nucleotide-binding domain"
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/annotations/pfam-entries/PF00027?format=api"
        }
    }
}