GET /api/entry/pfam/protein/UniProt/A0A6P4ISH0/?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": "PF01576",
                "name": "Myosin tail",
                "source_database": "pfam",
                "type": "coiled_coil",
                "integrated": "IPR002928",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "a0a6p4ish0",
                    "protein_length": 641,
                    "source_database": "unreviewed",
                    "organism": "30033",
                    "in_alphafold": true,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 293,
                                    "end": 615,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF01576",
                            "score": 1.6e-26
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF28622",
                "name": "Flightin N-terminal domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR062098",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "a0a6p4ish0",
                    "protein_length": 641,
                    "source_database": "unreviewed",
                    "organism": "30033",
                    "in_alphafold": true,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 13,
                                    "end": 64,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PF28622",
                            "score": 1.9e-06
                        }
                    ]
                }
            ]
        }
    ]
}