Back to catalog
Cortexa research tool·genomics·dbsnp
Dbsnp Get Variant By Rsid
Get variant information from dbSNP by rsID. Returns genomic coordinates, alleles, and basic variant information.
Livelast probed 2026-04-30 23:07Z· 114msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 114ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"rsid": {
"description": "dbSNP rsID (e.g., 'rs12345', '12345')",
"type": "string"
}
},
"required": [
"rsid"
],
"type": "object"
}Examples (1)
Default Dbsnp Get Variant By Rsid call
public-safeinput
{
"rsid": "rs12345"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_dbsnp_get_variant_by_rsid
- Tool name
- dbsnp_get_variant_by_rsid
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse