GET /api/entry/pfam/protein/UniProt/Q5QV43/?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": "PF00390",
                "name": "Malic enzyme, N-terminal domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR012301",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "q5qv43",
                    "protein_length": 414,
                    "source_database": "unreviewed",
                    "organism": "283942",
                    "in_alphafold": true,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 21,
                                    "end": 148,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF00390",
                            "score": 9.8e-23
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF03949",
                "name": "Malic enzyme, NAD binding domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR012302",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "q5qv43",
                    "protein_length": 414,
                    "source_database": "unreviewed",
                    "organism": "283942",
                    "in_alphafold": true,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 164,
                                    "end": 355,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF03949",
                            "score": 4.2e-22
                        }
                    ]
                }
            ]
        }
    ]
}