GET /api/entry/all/protein/unreviewed/E6SQA8/?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": "IPR032338",
                "name": "Protein of unknown function DUF4858",
                "source_database": "interpro",
                "type": "family",
                "integrated": null,
                "member_databases": {
                    "pfam": {
                        "PF16150": "Domain of unknown function (DUF4858)"
                    }
                },
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "e6sqa8",
                    "protein_length": 233,
                    "source_database": "unreviewed",
                    "organism": "693979",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 22,
                                    "end": 208,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": null,
                            "score": null
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF16150",
                "name": "Domain of unknown function (DUF4858)",
                "source_database": "pfam",
                "type": "family",
                "integrated": "IPR032338",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "e6sqa8",
                    "protein_length": 233,
                    "source_database": "unreviewed",
                    "organism": "693979",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 22,
                                    "end": 208,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PF16150",
                            "score": 3.3e-89
                        }
                    ]
                }
            ]
        }
    ]
}