-
Notifications
You must be signed in to change notification settings - Fork 62
Home
Ensembl REST API provides language agnostic bindings to Ensembl data.
- Access it from http://rest.ensembl.org
- Access our GRCh37 site from http://grch37.rest.ensembl.org (click here for more info)
The following guide refers to the 15.9 release of the Ensembl REST API. For support please contact helpdesk or our dev mailing list.
- Getting Started
- Writing Your First Client
- Example Clients (all query for a Gene and look for overlapping variation)
- URL Structure
- Parameters
- API Versioning
- Output formats
- HTTP Response Codes
- HTTP Headers
- Rate Limits
- Cross Origin Resource Sharing and JSON-P
- POST Requests (VEP & Archive)
- Version Migration
- 1.0 to 2.0
- 1.0 to 3.0 (Beta to Gamma)
The Ensembl REST API & associated Ensembl Perl APIs are available under an Apache 2 license. Please consult the LICENSE file for more information. Your usage of the data returned by the service is subject to same conditions as laid out on the Ensembl website.
If you use the Ensembl REST API please cite Yates et. al. (doi:10.1093/bioinformatics/btu613).
To cite Ensembl data usage, please use Zerbino et. al. (doi.org/10.1093/nar/gkx1098).
If you use the VEP in your work, please cite McLaren et. al. (doi:10.1186/s13059-016-0974-4).
All example clients attempt to find variants overlapping the human Gene BRAF. They also attempt to rate limit themselves to 15 requests per second but also look for the Retry-After
header to ensure they are not rate limited due to shared IP addresses.