GET /api/entry/pfam/protein/UniProt/Q87CN1/?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": "PF03109",
                "name": "ABC1 atypical kinase-like domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR004147",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "q87cn1",
                    "protein_length": 552,
                    "source_database": "reviewed",
                    "organism": "183190",
                    "in_alphafold": true,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 91,
                                    "end": 342,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF03109",
                            "score": 2.1e-72
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF27536",
                "name": "UbiB helical domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": null,
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "q87cn1",
                    "protein_length": 552,
                    "source_database": "reviewed",
                    "organism": "183190",
                    "in_alphafold": true,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 362,
                                    "end": 422,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PF27536",
                            "score": 6.5e-24
                        }
                    ]
                }
            ]
        }
    ]
}