GET /api/entry/all/protein/unreviewed/B2X193/?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": "IPR002429",
                "name": "Cytochrome c oxidase subunit II-like C-terminal",
                "source_database": "interpro",
                "type": "domain",
                "integrated": null,
                "member_databases": {
                    "profile": {
                        "PS50857": "Cytochrome oxidase subunit II copper A binding domain profile"
                    },
                    "pfam": {
                        "PF00116": "Cytochrome C oxidase subunit II, periplasmic domain"
                    }
                },
                "go_terms": [
                    {
                        "identifier": "GO:0004129",
                        "name": "cytochrome-c oxidase activity",
                        "category": {
                            "code": "F",
                            "name": "molecular_function"
                        }
                    },
                    {
                        "identifier": "GO:0005507",
                        "name": "copper ion binding",
                        "category": {
                            "code": "F",
                            "name": "molecular_function"
                        }
                    },
                    {
                        "identifier": "GO:0016020",
                        "name": "membrane",
                        "category": {
                            "code": "C",
                            "name": "cellular_component"
                        }
                    }
                ]
            },
            "proteins": [
                {
                    "accession": "b2x193",
                    "protein_length": 27,
                    "source_database": "unreviewed",
                    "organism": "325338",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 1,
                                    "end": 24,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": null,
                            "score": null
                        }
                    ]
                }
            ]
        },
        {
            "metadata": {
                "accession": "PS50857",
                "name": "Cytochrome oxidase subunit II copper A binding domain profile",
                "source_database": "profile",
                "type": "domain",
                "integrated": "IPR002429",
                "member_databases": null,
                "go_terms": null
            },
            "proteins": [
                {
                    "accession": "b2x193",
                    "protein_length": 27,
                    "source_database": "unreviewed",
                    "organism": "325338",
                    "in_alphafold": true,
                    "in_bfvd": false,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 1,
                                    "end": 24,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": true,
                            "model": "PS50857",
                            "score": 0
                        }
                    ]
                }
            ]
        }
    ]
}