GET /api/entry/pfam/protein/UniProt/A4KX74/?format=api
HTTP 200 OK
Allow: GET, HEAD
Content-Type: application/json
InterPro-Version: 108.0
InterPro-Version-Minor: 0
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "metadata": {
                "accession": "PF00135",
                "name": "Carboxylesterase family",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR002018",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "a4kx74",
                    "protein_length": 655,
                    "source_database": "reviewed",
                    "organism": "260797",
                    "in_alphafold": false,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 167,
                                    "end": 580,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF00135",
                            "score": 3.5e-26
                        }
                    ]
                }
            ]
        }
    ]
}