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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "metadata": {
                "accession": "PF00752",
                "name": "XPG N-terminal domain",
                "source_database": "pfam",
                "type": "family",
                "integrated": "IPR006085",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "q4a3a7",
                    "protein_length": 358,
                    "source_database": "unreviewed",
                    "organism": "654925",
                    "in_alphafold": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 1,
                                    "end": 108,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF00752",
                            "score": 6.3e-21
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF00867",
                "name": "XPG I-region",
                "source_database": "pfam",
                "type": "family",
                "integrated": "IPR006086",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "q4a3a7",
                    "protein_length": 358,
                    "source_database": "unreviewed",
                    "organism": "654925",
                    "in_alphafold": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 147,
                                    "end": 231,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF00867",
                            "score": 7e-26
                        }
                    ]
                }
            ]
        }
    ]
}