GET /api/entry/pfam/protein/UniProt/K7ETF7/?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": "PF00134",
                "name": "Cyclin, N-terminal domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": "IPR006671",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "k7etf7",
                    "protein_length": 378,
                    "source_database": "unreviewed",
                    "organism": "9601",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 42,
                                    "end": 155,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF00134",
                            "score": 8.2e-10
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF21797",
                "name": "Cyclin-T2-like, C-terminal domain",
                "source_database": "pfam",
                "type": "domain",
                "integrated": null,
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "k7etf7",
                    "protein_length": 378,
                    "source_database": "unreviewed",
                    "organism": "9601",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 179,
                                    "end": 255,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF21797",
                            "score": 0.00017
                        }
                    ]
                }
            ]
        }
    ]
}