GET /api/protein/UniProt/structure/PDB/1ctf/?format=api
HTTP 200 OK
Allow: GET, HEAD
Content-Type: application/json
InterPro-Version: 108.0
InterPro-Version-Minor: 0
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "metadata": {
                "accession": "P0A7K2",
                "name": "Large ribosomal subunit protein bL12",
                "source_database": "reviewed",
                "length": 121,
                "source_organism": {
                    "taxId": "83333",
                    "scientificName": "Escherichia coli (strain K12)",
                    "fullName": "Escherichia coli (strain K12)"
                },
                "gene": "rplL",
                "in_alphafold": true,
                "in_bfvd": false
            },
            "structures": [
                {
                    "structure_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 1,
                                    "end": 74,
                                    "protein_start": 48,
                                    "protein_end": 121
                                }
                            ]
                        }
                    ],
                    "organism": {
                        "taxid": "83333"
                    },
                    "protein": "p0a7k2",
                    "chain": "A",
                    "protein_length": 121,
                    "source_database": "pdb",
                    "sequence": "AAEEKTEFDVILKAAGANKVAVIKAVRGATGLGLKEAKDLVESAPAALKEGVSKDDAEALKKALEEAGAEVEVK",
                    "sequence_length": 74,
                    "entry_protein_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 1,
                                    "end": 121,
                                    "dc-status": "CONTINUOUS"
                                }
                            ],
                            "representative": false,
                            "model": null,
                            "score": null
                        }
                    ],
                    "entry_structure_locations": [
                        {
                            "fragments": [
                                {
                                    "start": 1,
                                    "end": 74,
                                    "dc-status": "CONTINUOUS",
                                    "auth_start": null,
                                    "auth_end": null
                                }
                            ],
                            "representative": false,
                            "model": null,
                            "score": null
                        }
                    ],
                    "accession": "1ctf"
                }
            ]
        }
    ]
}