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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "metadata": {
                "accession": "PF02123",
                "name": "Viral RNA-directed RNA-polymerase",
                "source_database": "pfam",
                "type": "family",
                "integrated": "IPR001795",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "a7j3a2",
                    "protein_length": 1088,
                    "source_database": "reviewed",
                    "organism": "578832",
                    "in_alphafold": false,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 101,
                                    "end": 747,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PF02123",
                            "score": 7.6e-97
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF12289",
                "name": "Rotavirus VP1 C-terminal domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR022071",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "a7j3a2",
                    "protein_length": 1088,
                    "source_database": "reviewed",
                    "organism": "578832",
                    "in_alphafold": false,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 778,
                                    "end": 1088,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PF12289",
                            "score": 0
                        }
                    ]
                }
            ]
        }
    ]
}