{"openapi":"3.1.0","info":{"title":"AlphaFold API","version":"1.0.0","description":"The AlphaFold Protein Structure Database as an API, powered by EMBL-EBI and Google DeepMind. AlphaFold predicts the three-dimensional structure of a protein from its amino-acid sequence with experimental-level accuracy, and the database now covers over 200 million proteins — nearly every sequence in UniProt. Look up the AlphaFold model for any protein by its UniProt accession and get its gene and protein description, organism and sequence length, model version and creation date, the global confidence metric, the full amino-acid sequence, and direct download links to the predicted structure as mmCIF, PDB and BinaryCIF together with the Predicted Aligned Error (PAE) plot image and data; and read a protein's structural coverage — the AlphaFold predicted model(s) and any linked structures with their provider, model category, method and the UniProt residue range covered. Ideal for structural biology, drug discovery and target assessment, protein engineering, molecular visualisation and teaching. Proteins are identified by UniProt accession (for example P00520 or P38398). Data from the AlphaFold DB (CC-BY 4.0). For experimentally-determined 3D structures see the PDB API, for protein sequences and functional annotation the UniProt API, and for families & domains InterPro.","contact":{"name":"PremiumApi","url":"https://www.oanor.com/by/premiumapi"}},"servers":[{"url":"https://api.oanor.com/alphafold-api","description":"oanor gateway"}],"tags":[{"name":"Structures"},{"name":"Meta"}],"components":{"securitySchemes":{"oanorKey":{"type":"apiKey","in":"header","name":"x-oanor-key","description":"Get your key at https://www.oanor.com/developer/keys"}}},"security":[{"oanorKey":[]}],"paths":{"/v1/prediction":{"get":{"operationId":"get_v1_prediction","tags":["Structures"],"summary":"AlphaFold predicted structure","description":"","parameters":[{"name":"uniprot","in":"query","required":true,"description":"UniProt accession, e.g. P00520","schema":{"type":"string"},"example":"P00520"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"prediction":{"url":"https://alphafold.ebi.ac.uk/entry/P00520","gene":"Abl1","protein":"Tyrosine-protein kinase ABL1","uniprot":"P00520","entry_id":"AF-P00520-F1","organism":"Mus musculus","sequence":"MLEICLKLVGCKSKKGLSSSSSCYLEEALQRPVASDFEPQGLSEAARWNSKENLLAGPSENDPNLFVALYDFVASGDNTLSITKGEKLRVLGYNHNGEWCEAQTKNGQGWVPSNYITPVNSLEKHSWYHGPVSRNAAEYLLSSGINGSFLVRESESSPGQRSISLRYEGRVYHYRINTASDGKLYVSSESRFNTLAELVHHHSTVADGLITTLHYPAPKRNKPTIYGVSPNYDKWEMERTDITMKHKLGGGQYGEVYEGVWKKYSLTVAVKTLKEDTMEVEEFLKEAAVMKEIKHPNLVQLLGVCTREPPFYIITEFMTYGNLLDYLRECNRQEVSAVVLLYMATQISSAMEYLEKKNFIHRDLAARNCLVGENHLVKVADFGLSRLMTGDTYTAHAGAKFPIKWTAPESLAYNKFSIKSDVWAFGVLLWEIATYGMSPYPGIDLSQVYELLEKDYRMERPEGCPEKVYELMRACWQWNPSDRPSFAEIHQAFETMFQESSISDEVEKELGKRGTRGGAGSMLQAPELPTKTRTCRRAAEQKDAPDTPELLHTKGLGESDALDSEPAVSPLLPRKERGPPDGSLNEDERLLPRDRKTNLFSALIKKKKKMAPTPPKRSSSFREMDGQPDRRGASEDDSRELCNGPPALTSDAAEPTKSPKASNGAGVPNGAFREPGNSGFRSPHMWKKSSTLTGSRLAAAEEESGMSSSKRFLRSCSASCMPHGARDTEWRSVTLPRDLPSAGKQFDSSTFGGHKSEKPALPRKRTSESRSEQVAKSTAMPPPRLVKKNEEAAEEGFKDTESSPGSSPPSLTPKLLRRQVTASPSSGLSHKEEATKGSASGMGTPATAEPAPPSNKVGLSKASSEEMRVRRHKHSSESPGRDKGRLAKLKPAPPPPPACTGKAGKPAQSPSQEAGEAGGPTKTKCTSLAMDAVNTDPTKAGPPGEGLRKPVPPSVPKPQSTAKPPGTPTSPVSTPSTAPAPSPLAGDQQPSSAAFIPLISTRVSLRKTRQPPERIASGTITKGVVLDSTEALCLAISRNSEQMASHSAVLEAGKNLYTFCVSYVDSIQQMRNKFAFREAINKLESNLRELQICPATASSGPAATQDFSKLLSSVKEISDIVRR","taxon_id":10090,"downloads":{"cif":"https://alphafold.ebi.ac.uk/files/AF-P00520-F1-model_v6.cif","pdb":"https://alphafold.ebi.ac.uk/files/AF-P00520-F1-model_v6.pdb","bcif":"https://alphafold.ebi.ac.uk/files/AF-P00520-F1-model_v6.bcif","pae_data":"https://alphafold.ebi.ac.uk/files/AF-P00520-F1-predicted_aligned_error_v6.json","pae_image":"https://alphafold.ebi.ac.uk/files/AF-P00520-F1-predicted_aligned_error_v6.png"},"uniprot_id":"ABL1_MOUSE","model_created":"2025-08-01T00:00:00Z","model_version":6,"sequence_length":1123,"global_metric_value":63.44}},"meta":{"timestamp":"2026-06-01T16:24:09.601Z","request_id":"5cff322a-c33a-463f-8c30-e4c3130a9128"},"status":"ok","message":"Prediction retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/summary":{"get":{"operationId":"get_v1_summary","tags":["Structures"],"summary":"A protein structural coverage","description":"","parameters":[{"name":"uniprot","in":"query","required":true,"description":"UniProt accession","schema":{"type":"string"},"example":"P00520"}],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"summary":{"uniprot":"P00520","structures":[{"url":"https://alphafold.ebi.ac.uk/entry/AF-P00520-F1","category":"AB-INITIO","provider":"AlphaFold DB","identifier":"AF-P00520-F1","coverage_end":1123,"coverage_start":1}],"sequence_length":1123,"structure_count":1}},"meta":{"timestamp":"2026-06-01T16:24:09.692Z","request_id":"6de7bf65-bb79-4569-8b9a-bf28bd135c11"},"status":"ok","message":"Summary retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}},"/v1/meta":{"get":{"operationId":"get_v1_meta","tags":["Meta"],"summary":"Usage notes","description":"","parameters":[],"security":[{"oanorKey":[]}],"responses":{"200":{"description":"OK","content":{"application/json":{"example":{"data":{"note":"DeepMind's AlphaFold predicted 3D structures for over 200 million proteins, hosted by EMBL-EBI. /v1/prediction?uniprot=P00520 = the AlphaFold model for a protein (looked up by UniProt accession) — its gene, protein description, organism, sequence length, model version and creation date, the global confidence metric, the full amino-acid sequence, and direct download links to the structure as mmCIF, PDB and BinaryCIF plus the predicted-aligned-error (PAE) plot image and data; /v1/summary?uniprot=P00520 = the protein's complete structural coverage — every experimental structure (PDB) and predicted model (AlphaFold) available for it, each with provider, model category, experimental method, resolution and the UniProt residue range it covers. Proteins are identified by UniProt accession (e.g. P00520, P38398). Data from the AlphaFold DB (CC-BY 4.0). For experimental 3D structures see the PDB API, for protein sequences & annotation UniProt, for families & domains InterPro.","source":"AlphaFold Protein Structure Database — EMBL-EBI & Google DeepMind (alphafold.ebi.ac.uk)","endpoints":["/v1/prediction","/v1/summary","/v1/meta"]},"meta":{"timestamp":"2026-06-01T16:24:09.779Z","request_id":"08c6da10-fec0-4c42-8a30-c0d048a66b88"},"status":"ok","message":"Meta retrieved","success":true}}}},"401":{"description":"Missing or invalid x-oanor-key header"},"402":{"description":"Active subscription required"},"429":{"description":"Rate-limit or monthly quota reached"},"502":{"description":"Upstream did not respond"}}}}},"x-oanor-pricing":[{"slug":"free","name":"Free","price_cents_month":0,"monthly_call_quota":560,"rps_limit":2,"hard_limit":true},{"slug":"starter","name":"Starter","price_cents_month":690,"monthly_call_quota":21100,"rps_limit":6,"hard_limit":true},{"slug":"pro","name":"Pro","price_cents_month":2110,"monthly_call_quota":93500,"rps_limit":15,"hard_limit":true},{"slug":"mega","name":"Mega","price_cents_month":5850,"monthly_call_quota":405000,"rps_limit":40,"hard_limit":true}],"x-oanor-marketplace-url":"https://www.oanor.com/api/alphafold-api"}