← 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: 19-6501375-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=6501375&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 6501375,
"ref": "C",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "NM_001289123.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.189G>C",
"hgvs_p": "p.Ala63Ala",
"transcript": "NM_006087.4",
"protein_id": "NP_006078.2",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 444,
"cds_start": 189,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 286,
"cdna_end": null,
"cdna_length": 2277,
"mane_select": "ENST00000264071.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006087.4"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.189G>C",
"hgvs_p": "p.Ala63Ala",
"transcript": "ENST00000264071.7",
"protein_id": "ENSP00000264071.1",
"transcript_support_level": 1,
"aa_start": 63,
"aa_end": null,
"aa_length": 444,
"cds_start": 189,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 286,
"cdna_end": null,
"cdna_length": 2277,
"mane_select": "NM_006087.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000264071.7"
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.214G>C",
"hgvs_p": "p.Gly72Arg",
"transcript": "ENST00000714086.1",
"protein_id": "ENSP00000519377.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 161,
"cds_start": 214,
"cds_end": null,
"cds_length": 486,
"cdna_start": 214,
"cdna_end": null,
"cdna_length": 2140,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000714086.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.146G>C",
"hgvs_p": "p.Arg49Pro",
"transcript": "ENST00000598006.1",
"protein_id": "ENSP00000472795.1",
"transcript_support_level": 2,
"aa_start": 49,
"aa_end": null,
"aa_length": 104,
"cds_start": 146,
"cds_end": null,
"cds_length": 315,
"cdna_start": 271,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598006.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.113G>C",
"hgvs_p": "p.Arg38Pro",
"transcript": "ENST00000601152.5",
"protein_id": "ENSP00000471320.1",
"transcript_support_level": 4,
"aa_start": 38,
"aa_end": null,
"aa_length": 93,
"cds_start": 113,
"cds_end": null,
"cds_length": 282,
"cdna_start": 239,
"cdna_end": null,
"cdna_length": 590,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000601152.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.342G>C",
"hgvs_p": "p.Ala114Ala",
"transcript": "NM_001289123.2",
"protein_id": "NP_001276052.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 495,
"cds_start": 342,
"cds_end": null,
"cds_length": 1488,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 2470,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289123.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.342G>C",
"hgvs_p": "p.Ala114Ala",
"transcript": "ENST00000598635.2",
"protein_id": "ENSP00000470627.2",
"transcript_support_level": 4,
"aa_start": 114,
"aa_end": null,
"aa_length": 495,
"cds_start": 342,
"cds_end": null,
"cds_length": 1488,
"cdna_start": 434,
"cdna_end": null,
"cdna_length": 1580,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000598635.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.324G>C",
"hgvs_p": "p.Ala108Ala",
"transcript": "NM_001289127.2",
"protein_id": "NP_001276056.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 489,
"cds_start": 324,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 461,
"cdna_end": null,
"cdna_length": 2452,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289127.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.324G>C",
"hgvs_p": "p.Ala108Ala",
"transcript": "ENST00000597686.6",
"protein_id": "ENSP00000472375.2",
"transcript_support_level": 4,
"aa_start": 108,
"aa_end": null,
"aa_length": 489,
"cds_start": 324,
"cds_end": null,
"cds_length": 1470,
"cdna_start": 457,
"cdna_end": null,
"cdna_length": 1603,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000597686.6"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.189G>C",
"hgvs_p": "p.Ala63Ala",
"transcript": "NM_001289129.2",
"protein_id": "NP_001276058.1",
"transcript_support_level": null,
"aa_start": 63,
"aa_end": null,
"aa_length": 444,
"cds_start": 189,
"cds_end": null,
"cds_length": 1335,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 2400,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289129.2"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.189G>C",
"hgvs_p": "p.Ala63Ala",
"transcript": "ENST00000596926.5",
"protein_id": "ENSP00000468843.1",
"transcript_support_level": 4,
"aa_start": 63,
"aa_end": null,
"aa_length": 110,
"cds_start": 189,
"cds_end": null,
"cds_length": 333,
"cdna_start": 286,
"cdna_end": null,
"cdna_length": 548,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596926.5"
},
{
"aa_ref": "A",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.189G>C",
"hgvs_p": "p.Ala63Ala",
"transcript": "ENST00000601640.5",
"protein_id": "ENSP00000469660.1",
"transcript_support_level": 4,
"aa_start": 63,
"aa_end": null,
"aa_length": 106,
"cds_start": 189,
"cds_end": null,
"cds_length": 323,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 543,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000601640.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.-28G>C",
"hgvs_p": null,
"transcript": "NM_001289130.2",
"protein_id": "NP_001276059.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 372,
"cds_start": null,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289130.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.-28G>C",
"hgvs_p": null,
"transcript": "NM_001289131.2",
"protein_id": "NP_001276060.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 372,
"cds_start": null,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2201,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001289131.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.-28G>C",
"hgvs_p": null,
"transcript": "ENST00000596291.2",
"protein_id": "ENSP00000471880.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 372,
"cds_start": null,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1442,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000596291.2"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.159+147G>C",
"hgvs_p": null,
"transcript": "ENST00000594075.6",
"protein_id": "ENSP00000469936.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 374,
"cds_start": null,
"cds_end": null,
"cds_length": 1125,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1222,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000594075.6"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "c.159+147G>C",
"hgvs_p": null,
"transcript": "ENST00000594276.6",
"protein_id": "ENSP00000472481.2",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 340,
"cds_start": null,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1120,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000594276.6"
},
{
"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": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "n.189G>C",
"hgvs_p": null,
"transcript": "ENST00000594290.5",
"protein_id": "ENSP00000471503.1",
"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": 553,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000594290.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"hgvs_c": "n.189G>C",
"hgvs_p": null,
"transcript": "ENST00000595324.5",
"protein_id": "ENSP00000469560.1",
"transcript_support_level": 5,
"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": 1050,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000595324.5"
}
],
"gene_symbol": "TUBB4A",
"gene_hgnc_id": 20774,
"dbsnp": "rs150812047",
"frequency_reference_population": 0.000001368414,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136841,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06403928995132446,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.079,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.47,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.557,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_001289123.2",
"gene_symbol": "TUBB4A",
"hgnc_id": 20774,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.342G>C",
"hgvs_p": "p.Ala114Ala"
}
],
"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
}