CRAPome has a web service API that that allows users to access data programmatically using the URLs below:
- To retrieve details about a protein and experiment:
http://reprint-apms.org/?q=ws/proteinexpdetail/[gene symbol]/[experiment name]/[organism]/[experiment type](/[version])
- To retrieve details about an experiment:
http://reprint-apms.org/?q=ws/expdetail/[experiment name]/[organism]/[experiment type](/[version])
- To retrieve details about a protein:
http://reprint-apms.org/?q=ws/proteindetail/[gene symbol]/[organism]/[experiment type](/[version])
- Valid Organisms:
- human, yeast, ecoli
- Valid Experiment Types:
- singleStep, tandem, bioId
- Valid Versions:
- 1.0, 1.1, 2.0 (note: this will default to the current if not specified)
- Examples:
- http://reprint-apms.org/?q=ws/proteinexpdetail/TUBB/CC1/human/singleStep...
- http://reprint-apms.org/?q=ws/proteindetail/TUBB/human/singleStep/1.1
- http://reprint-apms.org/?q=ws/expdetail/CC1/human/singleStep