GET /api/entry/all/protein/unreviewed/C9ZGJ1/?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": "IPR045999",
                "name": "Protein of unknown function DUF5955",
                "source_database": "interpro",
                "type": "family",
                "integrated": null,
                "member_databases": {
                    "pfam": {
                        "PF19380": "Family of unknown function (DUF5955)"
                    }
                },
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "c9zgj1",
                    "protein_length": 96,
                    "source_database": "unreviewed",
                    "organism": "680198",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 4,
                                    "end": 90,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": null,
                            "score": null
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF19380",
                "name": "Family of unknown function (DUF5955)",
                "source_database": "pfam",
                "type": "family",
                "integrated": "IPR045999",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "c9zgj1",
                    "protein_length": 96,
                    "source_database": "unreviewed",
                    "organism": "680198",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 4,
                                    "end": 90,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PF19380",
                            "score": 1.2e-37
                        }
                    ]
                }
            ]
        }
    ]
}