← 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: 17-81869017-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=81869017&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 81869017,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_004309.6",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe",
"transcript": "NM_004309.6",
"protein_id": "NP_004300.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 204,
"cds_start": 474,
"cds_end": null,
"cds_length": 615,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 1837,
"mane_select": "ENST00000269321.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe",
"transcript": "ENST00000269321.12",
"protein_id": "ENSP00000269321.7",
"transcript_support_level": 1,
"aa_start": 158,
"aa_end": null,
"aa_length": 204,
"cds_start": 474,
"cds_end": null,
"cds_length": 615,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 1837,
"mane_select": "NM_004309.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe",
"transcript": "ENST00000580685.5",
"protein_id": "ENSP00000464205.1",
"transcript_support_level": 1,
"aa_start": 158,
"aa_end": null,
"aa_length": 204,
"cds_start": 474,
"cds_end": null,
"cds_length": 615,
"cdna_start": 550,
"cdna_end": null,
"cdna_length": 1201,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.609C>T",
"hgvs_p": "p.Phe203Phe",
"transcript": "NM_001301243.2",
"protein_id": "NP_001288172.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 249,
"cds_start": 609,
"cds_end": null,
"cds_length": 750,
"cdna_start": 676,
"cdna_end": null,
"cdna_length": 1972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe",
"transcript": "NM_001301240.2",
"protein_id": "NP_001288169.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 235,
"cds_start": 474,
"cds_end": null,
"cds_length": 708,
"cdna_start": 541,
"cdna_end": null,
"cdna_length": 1433,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe",
"transcript": "NM_001301241.2",
"protein_id": "NP_001288170.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 235,
"cds_start": 474,
"cds_end": null,
"cds_length": 708,
"cdna_start": 863,
"cdna_end": null,
"cdna_length": 1755,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe",
"transcript": "ENST00000584461.5",
"protein_id": "ENSP00000463939.1",
"transcript_support_level": 2,
"aa_start": 158,
"aa_end": null,
"aa_length": 235,
"cds_start": 474,
"cds_end": null,
"cds_length": 708,
"cdna_start": 533,
"cdna_end": null,
"cdna_length": 886,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe",
"transcript": "NM_001185077.3",
"protein_id": "NP_001172006.1",
"transcript_support_level": null,
"aa_start": 158,
"aa_end": null,
"aa_length": 204,
"cds_start": 474,
"cds_end": null,
"cds_length": 615,
"cdna_start": 863,
"cdna_end": null,
"cdna_length": 2159,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe",
"transcript": "ENST00000541078.7",
"protein_id": "ENSP00000441348.2",
"transcript_support_level": 3,
"aa_start": 158,
"aa_end": null,
"aa_length": 204,
"cds_start": 474,
"cds_end": null,
"cds_length": 615,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 2138,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe",
"transcript": "ENST00000579121.5",
"protein_id": "ENSP00000462960.1",
"transcript_support_level": 3,
"aa_start": 158,
"aa_end": null,
"aa_length": 192,
"cds_start": 474,
"cds_end": null,
"cds_length": 581,
"cdna_start": 530,
"cdna_end": null,
"cdna_length": 637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.249C>T",
"hgvs_p": "p.Phe83Phe",
"transcript": "ENST00000581876.5",
"protein_id": "ENSP00000461956.1",
"transcript_support_level": 3,
"aa_start": 83,
"aa_end": null,
"aa_length": 129,
"cds_start": 249,
"cds_end": null,
"cds_length": 390,
"cdna_start": 303,
"cdna_end": null,
"cdna_length": 709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.609C>T",
"hgvs_p": "p.Phe203Phe",
"transcript": "XM_011523574.2",
"protein_id": "XP_011521876.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 249,
"cds_start": 609,
"cds_end": null,
"cds_length": 750,
"cdna_start": 998,
"cdna_end": null,
"cdna_length": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "n.*118C>T",
"hgvs_p": null,
"transcript": "ENST00000580033.5",
"protein_id": "ENSP00000463530.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "n.676C>T",
"hgvs_p": null,
"transcript": "ENST00000582984.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "n.338C>T",
"hgvs_p": null,
"transcript": "ENST00000583791.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "n.464C>T",
"hgvs_p": null,
"transcript": "NR_125441.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1760,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "n.*118C>T",
"hgvs_p": null,
"transcript": "ENST00000580033.5",
"protein_id": "ENSP00000463530.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.435+39C>T",
"hgvs_p": null,
"transcript": "NM_001301242.2",
"protein_id": "NP_001288171.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 337,
"cds_start": -4,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.435+39C>T",
"hgvs_p": null,
"transcript": "ENST00000583868.5",
"protein_id": "ENSP00000462209.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 248,
"cds_start": -4,
"cds_end": null,
"cds_length": 748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 815,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.416-74C>T",
"hgvs_p": null,
"transcript": "NM_001185078.3",
"protein_id": "NP_001172007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 160,
"cds_start": -4,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1705,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "c.416-74C>T",
"hgvs_p": null,
"transcript": "ENST00000400721.8",
"protein_id": "ENSP00000383556.4",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 160,
"cds_start": -4,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "n.*118C>T",
"hgvs_p": null,
"transcript": "ENST00000578351.1",
"protein_id": "ENSP00000462323.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 421,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"hgvs_c": "n.*149C>T",
"hgvs_p": null,
"transcript": "ENST00000583111.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 574,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ARHGDIA",
"gene_hgnc_id": 678,
"dbsnp": "rs749959589",
"frequency_reference_population": 0.0002100908,
"hom_count_reference_population": 0,
"allele_count_reference_population": 339,
"gnomad_exomes_af": 0.000214855,
"gnomad_genomes_af": 0.000164322,
"gnomad_exomes_ac": 314,
"gnomad_genomes_ac": 25,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.851,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_004309.6",
"gene_symbol": "ARHGDIA",
"hgnc_id": 678,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.474C>T",
"hgvs_p": "p.Phe158Phe"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}