← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 20-20495173-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=20495173&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "20",
"pos": 20495173,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_020343.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5311A>G",
"hgvs_p": "p.Ile1771Val",
"transcript": "NM_020343.4",
"protein_id": "NP_065076.2",
"transcript_support_level": null,
"aa_start": 1771,
"aa_end": null,
"aa_length": 1873,
"cds_start": 5311,
"cds_end": null,
"cds_length": 5622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000202677.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020343.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5311A>G",
"hgvs_p": "p.Ile1771Val",
"transcript": "ENST00000202677.12",
"protein_id": "ENSP00000202677.6",
"transcript_support_level": 5,
"aa_start": 1771,
"aa_end": null,
"aa_length": 1873,
"cds_start": 5311,
"cds_end": null,
"cds_length": 5622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020343.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000202677.12"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5272A>G",
"hgvs_p": "p.Ile1758Val",
"transcript": "ENST00000909985.1",
"protein_id": "ENSP00000580044.1",
"transcript_support_level": null,
"aa_start": 1758,
"aa_end": null,
"aa_length": 1860,
"cds_start": 5272,
"cds_end": null,
"cds_length": 5583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909985.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5173A>G",
"hgvs_p": "p.Ile1725Val",
"transcript": "ENST00000934890.1",
"protein_id": "ENSP00000604949.1",
"transcript_support_level": null,
"aa_start": 1725,
"aa_end": null,
"aa_length": 1827,
"cds_start": 5173,
"cds_end": null,
"cds_length": 5484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934890.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.4759A>G",
"hgvs_p": "p.Ile1587Val",
"transcript": "ENST00000430436.5",
"protein_id": "ENSP00000400085.1",
"transcript_support_level": 5,
"aa_start": 1587,
"aa_end": null,
"aa_length": 1739,
"cds_start": 4759,
"cds_end": null,
"cds_length": 5220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000430436.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.541A>G",
"hgvs_p": "p.Ile181Val",
"transcript": "ENST00000427175.2",
"protein_id": "ENSP00000388695.1",
"transcript_support_level": 2,
"aa_start": 181,
"aa_end": null,
"aa_length": 249,
"cds_start": 541,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000427175.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5452A>G",
"hgvs_p": "p.Ile1818Val",
"transcript": "XM_006723598.2",
"protein_id": "XP_006723661.1",
"transcript_support_level": null,
"aa_start": 1818,
"aa_end": null,
"aa_length": 1970,
"cds_start": 5452,
"cds_end": null,
"cds_length": 5913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723598.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5311A>G",
"hgvs_p": "p.Ile1771Val",
"transcript": "XM_005260768.3",
"protein_id": "XP_005260825.1",
"transcript_support_level": null,
"aa_start": 1771,
"aa_end": null,
"aa_length": 1923,
"cds_start": 5311,
"cds_end": null,
"cds_length": 5772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005260768.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5452A>G",
"hgvs_p": "p.Ile1818Val",
"transcript": "XM_006723599.2",
"protein_id": "XP_006723662.1",
"transcript_support_level": null,
"aa_start": 1818,
"aa_end": null,
"aa_length": 1920,
"cds_start": 5452,
"cds_end": null,
"cds_length": 5763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006723599.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5452A>G",
"hgvs_p": "p.Ile1818Val",
"transcript": "XM_011529309.2",
"protein_id": "XP_011527611.1",
"transcript_support_level": null,
"aa_start": 1818,
"aa_end": null,
"aa_length": 1886,
"cds_start": 5452,
"cds_end": null,
"cds_length": 5661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529309.2"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5452A>G",
"hgvs_p": "p.Ile1818Val",
"transcript": "XM_047440319.1",
"protein_id": "XP_047296275.1",
"transcript_support_level": null,
"aa_start": 1818,
"aa_end": null,
"aa_length": 1886,
"cds_start": 5452,
"cds_end": null,
"cds_length": 5661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440319.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5452A>G",
"hgvs_p": "p.Ile1818Val",
"transcript": "XM_047440320.1",
"protein_id": "XP_047296276.1",
"transcript_support_level": null,
"aa_start": 1818,
"aa_end": null,
"aa_length": 1886,
"cds_start": 5452,
"cds_end": null,
"cds_length": 5661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440320.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.5311A>G",
"hgvs_p": "p.Ile1771Val",
"transcript": "XM_047440321.1",
"protein_id": "XP_047296277.1",
"transcript_support_level": null,
"aa_start": 1771,
"aa_end": null,
"aa_length": 1839,
"cds_start": 5311,
"cds_end": null,
"cds_length": 5520,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440321.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.4966A>G",
"hgvs_p": "p.Ile1656Val",
"transcript": "XM_011529310.3",
"protein_id": "XP_011527612.1",
"transcript_support_level": null,
"aa_start": 1656,
"aa_end": null,
"aa_length": 1808,
"cds_start": 4966,
"cds_end": null,
"cds_length": 5427,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529310.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.3655A>G",
"hgvs_p": "p.Ile1219Val",
"transcript": "XM_047440322.1",
"protein_id": "XP_047296278.1",
"transcript_support_level": null,
"aa_start": 1219,
"aa_end": null,
"aa_length": 1371,
"cds_start": 3655,
"cds_end": null,
"cds_length": 4116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440322.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.3574A>G",
"hgvs_p": "p.Ile1192Val",
"transcript": "XM_011529311.3",
"protein_id": "XP_011527613.2",
"transcript_support_level": null,
"aa_start": 1192,
"aa_end": null,
"aa_length": 1344,
"cds_start": 3574,
"cds_end": null,
"cds_length": 4035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011529311.3"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.3514A>G",
"hgvs_p": "p.Ile1172Val",
"transcript": "XM_047440323.1",
"protein_id": "XP_047296279.1",
"transcript_support_level": null,
"aa_start": 1172,
"aa_end": null,
"aa_length": 1324,
"cds_start": 3514,
"cds_end": null,
"cds_length": 3975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440323.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "c.3433A>G",
"hgvs_p": "p.Ile1145Val",
"transcript": "XM_047440324.1",
"protein_id": "XP_047296280.1",
"transcript_support_level": null,
"aa_start": 1145,
"aa_end": null,
"aa_length": 1297,
"cds_start": 3433,
"cds_end": null,
"cds_length": 3894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047440324.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "n.5616A>G",
"hgvs_p": null,
"transcript": "XR_001754352.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001754352.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "n.5616A>G",
"hgvs_p": null,
"transcript": "XR_007067470.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007067470.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "n.5475A>G",
"hgvs_p": null,
"transcript": "XR_007067471.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007067471.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "n.5616A>G",
"hgvs_p": null,
"transcript": "XR_007067472.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007067472.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"hgvs_c": "n.5616A>G",
"hgvs_p": null,
"transcript": "XR_937111.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_937111.3"
}
],
"gene_symbol": "RALGAPA2",
"gene_hgnc_id": 16207,
"dbsnp": "rs772924868",
"frequency_reference_population": 0.000005480909,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000548091,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09855762124061584,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.306,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0846,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.19,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.333,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_020343.4",
"gene_symbol": "RALGAPA2",
"hgnc_id": 16207,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5311A>G",
"hgvs_p": "p.Ile1771Val"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}