GET /api/entry/pfam/protein/UniProt/F5HHS3/?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": "PF17609",
                "name": "Family of unknown function",
                "source_database": "pfam",
                "type": "family",
                "integrated": "IPR020214",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "f5hhs3",
                    "protein_length": 150,
                    "source_database": "reviewed",
                    "organism": "295027",
                    "in_alphafold": false,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 25,
                                    "end": 150,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PF17609",
                            "score": 1.7e-81
                        }
                    ]
                }
            ]
        }
    ]
}