GET /api/entry/pfam/protein/UniProt/M7BP86/?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": "PF00046",
                "name": "Homeodomain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR001356",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "m7bp86",
                    "protein_length": 254,
                    "source_database": "unreviewed",
                    "organism": "8469",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 166,
                                    "end": 222,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF00046",
                            "score": 9.5e-19
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF10525",
                "name": "Engrailed homeobox C-terminal signature domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR019549",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "m7bp86",
                    "protein_length": 254,
                    "source_database": "unreviewed",
                    "organism": "8469",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 223,
                                    "end": 252,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PF10525",
                            "score": 1.8e-13
                        }
                    ]
                }
            ]
        }
    ]
}