GET /interpro/api/entry/all/protein/unreviewed/A0A3Q2XGC5/?format=api
HTTP 200 OK
Allow: GET, HEAD
Content-Type: application/json
InterPro-Version: 110.0
InterPro-Version-Minor: 0
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "metadata": {
                "accession": "IPR021836",
                "name": "Protein of unknown function DUF3429",
                "source_database": "interpro",
                "type": "family",
                "integrated": null,
                "member_databases": {
                    "panther": {
                        "PTHR15887": "TRANSMEMBRANE PROTEIN 69"
                    },
                    "pfam": {
                        "PF11911": "Protein of unknown function (DUF3429)"
                    }
                },
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "a0a3q2xgc5",
                    "protein_length": 248,
                    "source_database": "unreviewed",
                    "organism": "109280",
                    "in_alphafold": true,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 87,
                                    "end": 245,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": null,
                            "score": null
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PF11911",
                "name": "Protein of unknown function (DUF3429)",
                "source_database": "pfam",
                "type": "family",
                "integrated": "IPR021836",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "a0a3q2xgc5",
                    "protein_length": 248,
                    "source_database": "unreviewed",
                    "organism": "109280",
                    "in_alphafold": true,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 96,
                                    "end": 233,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": "PF11911",
                            "score": 5.9e-40
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PTHR15887",
                "name": "TRANSMEMBRANE PROTEIN 69",
                "source_database": "panther",
                "type": "family",
                "integrated": "IPR021836",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "a0a3q2xgc5",
                    "protein_length": 248,
                    "source_database": "unreviewed",
                    "organism": "109280",
                    "in_alphafold": true,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 87,
                                    "end": 245,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PTHR15887:SF1",
                            "score": 3.2e-64,
                            "subfamily": {
                                "accession": "PTHR15887:SF1",
                                "name": "TRANSMEMBRANE PROTEIN 69"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}