Bioinformatics REST API for the Rat Genome Database providing programmatic access to genomic annotations, gene data, QTL, and disease association records.
https://rest.rgd.mcw.edu/rgdws
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Free tier available
Free quota
Fully free public API
Documentation
https://rest.rgd.mcw.edu/rgdws/swagger-ui.html
Endpoint status
Live — HTTP 200 — endpoint is accessible6.24s
(checked Mar 29, 2026)
Builder score
C
64%
builder-friendly
No authentication required
# No auth required
Free public API provided by the Medical College of Wisconsin.
| Method | Path | Description |
|---|---|---|
| GET | /genes/{speciesTypeKey}/all |
Get all genes for a species |
| GET | /genes/{geneKey} |
Get gene details by key |
| GET | /genes/symbol/{symbol}/{speciesTypeKey} |
Get gene by symbol |
| GET | /diseases/{diseaseId}/genes/{speciesTypeKey} |
Get genes associated with a disease |
| GET | /qtls/mapped/{speciesTypeKey}/{mapKey} |
Get mapped QTLs for a species |
| GET | /variants/{speciesTypeKey}/{mapKey} |
Get variants |
| GET | /strains/{speciesTypeKey} |
Get strains for a species |
| GET | /ontologies/{accId} |
Get ontology term by accession ID |
curl 'https://rest.rgd.mcw.edu/rgdws/genes/symbol/Brca1/3'
[{"geneKey":68054,"symbol":"Brca1","name":"BRCA1 DNA repair associated","speciesTypeKey":3}]
Data sourced from API Map. Always verify pricing and rate limits against the official Medical College of Wisconsin documentation.