← 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-107596235-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=107596235&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 107596235,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_006113.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.2327G>A",
"hgvs_p": "p.Arg776Lys",
"transcript": "NM_006113.5",
"protein_id": "NP_006104.4",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 847,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000370056.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006113.5"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.2327G>A",
"hgvs_p": "p.Arg776Lys",
"transcript": "ENST00000370056.9",
"protein_id": "ENSP00000359073.4",
"transcript_support_level": 1,
"aa_start": 776,
"aa_end": null,
"aa_length": 847,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2544,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006113.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000370056.9"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.2327G>A",
"hgvs_p": "p.Arg776Lys",
"transcript": "ENST00000527011.5",
"protein_id": "ENSP00000432540.1",
"transcript_support_level": 1,
"aa_start": 776,
"aa_end": null,
"aa_length": 875,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2628,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527011.5"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.647G>A",
"hgvs_p": "p.Arg216Lys",
"transcript": "ENST00000415432.6",
"protein_id": "ENSP00000394897.2",
"transcript_support_level": 1,
"aa_start": 216,
"aa_end": null,
"aa_length": 287,
"cds_start": 647,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000415432.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.2173G>A",
"hgvs_p": null,
"transcript": "ENST00000343258.8",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000343258.8"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.2381G>A",
"hgvs_p": "p.Arg794Lys",
"transcript": "ENST00000923907.1",
"protein_id": "ENSP00000593966.1",
"transcript_support_level": null,
"aa_start": 794,
"aa_end": null,
"aa_length": 865,
"cds_start": 2381,
"cds_end": null,
"cds_length": 2598,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000923907.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.647G>A",
"hgvs_p": "p.Arg216Lys",
"transcript": "NM_001079874.2",
"protein_id": "NP_001073343.1",
"transcript_support_level": null,
"aa_start": 216,
"aa_end": null,
"aa_length": 287,
"cds_start": 647,
"cds_end": null,
"cds_length": 864,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001079874.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.2255G>A",
"hgvs_p": "p.Arg752Lys",
"transcript": "XM_017000053.2",
"protein_id": "XP_016855542.1",
"transcript_support_level": null,
"aa_start": 752,
"aa_end": null,
"aa_length": 823,
"cds_start": 2255,
"cds_end": null,
"cds_length": 2472,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000053.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.2327G>A",
"hgvs_p": "p.Arg776Lys",
"transcript": "XM_017000054.2",
"protein_id": "XP_016855543.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 783,
"cds_start": 2327,
"cds_end": null,
"cds_length": 2352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000054.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.2066G>A",
"hgvs_p": "p.Arg689Lys",
"transcript": "XM_024450319.2",
"protein_id": "XP_024306087.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 760,
"cds_start": 2066,
"cds_end": null,
"cds_length": 2283,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450319.2"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.2045G>A",
"hgvs_p": "p.Arg682Lys",
"transcript": "XM_005270360.3",
"protein_id": "XP_005270417.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 753,
"cds_start": 2045,
"cds_end": null,
"cds_length": 2262,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270360.3"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.2039G>A",
"hgvs_p": "p.Arg680Lys",
"transcript": "XM_017000055.1",
"protein_id": "XP_016855544.1",
"transcript_support_level": null,
"aa_start": 680,
"aa_end": null,
"aa_length": 751,
"cds_start": 2039,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000055.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1799G>A",
"hgvs_p": "p.Arg600Lys",
"transcript": "XM_047430439.1",
"protein_id": "XP_047286395.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 671,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430439.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1799G>A",
"hgvs_p": "p.Arg600Lys",
"transcript": "XM_047430476.1",
"protein_id": "XP_047286432.1",
"transcript_support_level": null,
"aa_start": 600,
"aa_end": null,
"aa_length": 671,
"cds_start": 1799,
"cds_end": null,
"cds_length": 2016,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047430476.1"
},
{
"aa_ref": "R",
"aa_alt": "K",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "c.1007G>A",
"hgvs_p": "p.Arg336Lys",
"transcript": "XM_017000056.2",
"protein_id": "XP_016855545.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 407,
"cds_start": 1007,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000056.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.741G>A",
"hgvs_p": null,
"transcript": "ENST00000525460.5",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000525460.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.*442G>A",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000529413.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.2638G>A",
"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": 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_007063680.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.*442G>A",
"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": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000529413.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"hgvs_c": "n.*60G>A",
"hgvs_p": null,
"transcript": "ENST00000529033.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000529033.5"
}
],
"gene_symbol": "VAV3",
"gene_hgnc_id": 12659,
"dbsnp": "rs936570789",
"frequency_reference_population": 0.000006571511,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657151,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11014717817306519,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07000000029802322,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.132,
"revel_prediction": "Benign",
"alphamissense_score": 0.0887,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.29,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.657,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.07,
"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_006113.5",
"gene_symbol": "VAV3",
"hgnc_id": 12659,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2327G>A",
"hgvs_p": "p.Arg776Lys"
}
],
"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
}