← 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: 1-107642687-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=107642687&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 107642687,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000370056.9",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1846C>T",
"hgvs_p": "p.Pro616Ser",
"transcript": "NM_006113.5",
"protein_id": "NP_006104.4",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 847,
"cds_start": 1846,
"cds_end": null,
"cds_length": 2544,
"cdna_start": 2157,
"cdna_end": null,
"cdna_length": 5025,
"mane_select": "ENST00000370056.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1846C>T",
"hgvs_p": "p.Pro616Ser",
"transcript": "ENST00000370056.9",
"protein_id": "ENSP00000359073.4",
"transcript_support_level": 1,
"aa_start": 616,
"aa_end": null,
"aa_length": 847,
"cds_start": 1846,
"cds_end": null,
"cds_length": 2544,
"cdna_start": 2157,
"cdna_end": null,
"cdna_length": 5025,
"mane_select": "NM_006113.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1846C>T",
"hgvs_p": "p.Pro616Ser",
"transcript": "ENST00000527011.5",
"protein_id": "ENSP00000432540.1",
"transcript_support_level": 1,
"aa_start": 616,
"aa_end": null,
"aa_length": 875,
"cds_start": 1846,
"cds_end": null,
"cds_length": 2628,
"cdna_start": 1986,
"cdna_end": null,
"cdna_length": 4510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.166C>T",
"hgvs_p": "p.Pro56Ser",
"transcript": "ENST00000415432.6",
"protein_id": "ENSP00000394897.2",
"transcript_support_level": 1,
"aa_start": 56,
"aa_end": null,
"aa_length": 287,
"cds_start": 166,
"cds_end": null,
"cds_length": 864,
"cdna_start": 239,
"cdna_end": null,
"cdna_length": 1293,
"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": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.1692C>T",
"hgvs_p": null,
"transcript": "ENST00000343258.8",
"protein_id": null,
"transcript_support_level": 1,
"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": 2552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.166C>T",
"hgvs_p": "p.Pro56Ser",
"transcript": "NM_001079874.2",
"protein_id": "NP_001073343.1",
"transcript_support_level": null,
"aa_start": 56,
"aa_end": null,
"aa_length": 287,
"cds_start": 166,
"cds_end": null,
"cds_length": 864,
"cdna_start": 234,
"cdna_end": null,
"cdna_length": 3102,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"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": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.427C>T",
"hgvs_p": "p.Pro143Ser",
"transcript": "ENST00000529809.5",
"protein_id": "ENSP00000431544.1",
"transcript_support_level": 4,
"aa_start": 143,
"aa_end": null,
"aa_length": 180,
"cds_start": 427,
"cds_end": null,
"cds_length": 544,
"cdna_start": 429,
"cdna_end": null,
"cdna_length": 546,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1774C>T",
"hgvs_p": "p.Pro592Ser",
"transcript": "XM_017000053.2",
"protein_id": "XP_016855542.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 823,
"cds_start": 1774,
"cds_end": null,
"cds_length": 2472,
"cdna_start": 2085,
"cdna_end": null,
"cdna_length": 4953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1846C>T",
"hgvs_p": "p.Pro616Ser",
"transcript": "XM_017000054.2",
"protein_id": "XP_016855543.1",
"transcript_support_level": null,
"aa_start": 616,
"aa_end": null,
"aa_length": 783,
"cds_start": 1846,
"cds_end": null,
"cds_length": 2352,
"cdna_start": 2157,
"cdna_end": null,
"cdna_length": 20070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1585C>T",
"hgvs_p": "p.Pro529Ser",
"transcript": "XM_024450319.2",
"protein_id": "XP_024306087.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 760,
"cds_start": 1585,
"cds_end": null,
"cds_length": 2283,
"cdna_start": 2580,
"cdna_end": null,
"cdna_length": 5448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1564C>T",
"hgvs_p": "p.Pro522Ser",
"transcript": "XM_005270360.3",
"protein_id": "XP_005270417.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 753,
"cds_start": 1564,
"cds_end": null,
"cds_length": 2262,
"cdna_start": 2602,
"cdna_end": null,
"cdna_length": 5470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1558C>T",
"hgvs_p": "p.Pro520Ser",
"transcript": "XM_017000055.1",
"protein_id": "XP_016855544.1",
"transcript_support_level": null,
"aa_start": 520,
"aa_end": null,
"aa_length": 751,
"cds_start": 1558,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 1570,
"cdna_end": null,
"cdna_length": 4438,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1318C>T",
"hgvs_p": "p.Pro440Ser",
"transcript": "XM_047430439.1",
"protein_id": "XP_047286395.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 671,
"cds_start": 1318,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 4412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1318C>T",
"hgvs_p": "p.Pro440Ser",
"transcript": "XM_047430476.1",
"protein_id": "XP_047286432.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 671,
"cds_start": 1318,
"cds_end": null,
"cds_length": 2016,
"cdna_start": 1544,
"cdna_end": null,
"cdna_length": 4412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.526C>T",
"hgvs_p": "p.Pro176Ser",
"transcript": "XM_017000056.2",
"protein_id": "XP_016855545.1",
"transcript_support_level": null,
"aa_start": 176,
"aa_end": null,
"aa_length": 407,
"cds_start": 526,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 798,
"cdna_end": null,
"cdna_length": 3666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1800C>T",
"hgvs_p": "p.Pro600Pro",
"transcript": "XM_047430543.1",
"protein_id": "XP_047286499.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 612,
"cds_start": 1800,
"cds_end": null,
"cds_length": 1839,
"cdna_start": 2111,
"cdna_end": null,
"cdna_length": 2178,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.263C>T",
"hgvs_p": null,
"transcript": "ENST00000479977.6",
"protein_id": null,
"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": 549,
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.120C>T",
"hgvs_p": null,
"transcript": "ENST00000525231.5",
"protein_id": "ENSP00000434944.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": 545,
"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": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.260C>T",
"hgvs_p": null,
"transcript": "ENST00000525460.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": 1423,
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.128C>T",
"hgvs_p": null,
"transcript": "ENST00000529033.5",
"protein_id": null,
"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": 549,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.120C>T",
"hgvs_p": null,
"transcript": "ENST00000529413.5",
"protein_id": "ENSP00000432865.1",
"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": 1374,
"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": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.444C>T",
"hgvs_p": null,
"transcript": "ENST00000533398.5",
"protein_id": null,
"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": 578,
"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": 20,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.2157C>T",
"hgvs_p": null,
"transcript": "XR_007063680.1",
"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": 18887,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"dbsnp": "rs12410676",
"frequency_reference_population": 0.12919278,
"hom_count_reference_population": 14511,
"allele_count_reference_population": 208366,
"gnomad_exomes_af": 0.131106,
"gnomad_genomes_af": 0.110811,
"gnomad_exomes_ac": 191521,
"gnomad_genomes_ac": 16845,
"gnomad_exomes_homalt": 13447,
"gnomad_genomes_homalt": 1064,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0021403729915618896,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.048,
"revel_prediction": "Benign",
"alphamissense_score": 0.1114,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.59,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.08,
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000370056.9",
"gene_symbol": "VAV3",
"hgnc_id": 12659,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1846C>T",
"hgvs_p": "p.Pro616Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}