GET /api/entry/pfam/protein/UniProt/A2S451/?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": "PF12838",
                "name": "4Fe-4S dicluster domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR017896",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "a2s451",
                    "protein_length": 162,
                    "source_database": "reviewed",
                    "organism": "412022",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 62,
                                    "end": 115,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF12838",
                            "score": 7.5e-08
                        }
                    ]
                }
            ]
        }
    ]
}