← 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: 7-81950467-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=81950467&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 81950467,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001366867.1",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3201C>T",
"hgvs_p": "p.Pro1067Pro",
"transcript": "NM_000722.4",
"protein_id": "NP_000713.2",
"transcript_support_level": null,
"aa_start": 1067,
"aa_end": null,
"aa_length": 1091,
"cds_start": 3201,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356860.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000722.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3201C>T",
"hgvs_p": "p.Pro1067Pro",
"transcript": "ENST00000356860.8",
"protein_id": "ENSP00000349320.3",
"transcript_support_level": 1,
"aa_start": 1067,
"aa_end": null,
"aa_length": 1091,
"cds_start": 3201,
"cds_end": null,
"cds_length": 3276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000722.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356860.8"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3237C>T",
"hgvs_p": "p.Pro1079Pro",
"transcript": "NM_001366867.1",
"protein_id": "NP_001353796.1",
"transcript_support_level": null,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1103,
"cds_start": 3237,
"cds_end": null,
"cds_length": 3312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366867.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3237C>T",
"hgvs_p": "p.Pro1079Pro",
"transcript": "ENST00000443883.2",
"protein_id": "ENSP00000409374.2",
"transcript_support_level": 5,
"aa_start": 1079,
"aa_end": null,
"aa_length": 1103,
"cds_start": 3237,
"cds_end": null,
"cds_length": 3312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000443883.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3222C>T",
"hgvs_p": "p.Pro1074Pro",
"transcript": "ENST00000957014.1",
"protein_id": "ENSP00000627073.1",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1098,
"cds_start": 3222,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957014.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3180C>T",
"hgvs_p": "p.Pro1060Pro",
"transcript": "ENST00000855771.1",
"protein_id": "ENSP00000525830.1",
"transcript_support_level": null,
"aa_start": 1060,
"aa_end": null,
"aa_length": 1084,
"cds_start": 3180,
"cds_end": null,
"cds_length": 3255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000855771.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3126C>T",
"hgvs_p": "p.Pro1042Pro",
"transcript": "ENST00000957016.1",
"protein_id": "ENSP00000627075.1",
"transcript_support_level": null,
"aa_start": 1042,
"aa_end": null,
"aa_length": 1066,
"cds_start": 3126,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957016.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3081C>T",
"hgvs_p": "p.Pro1027Pro",
"transcript": "ENST00000705962.1",
"protein_id": "ENSP00000516190.1",
"transcript_support_level": null,
"aa_start": 1027,
"aa_end": null,
"aa_length": 1051,
"cds_start": 3081,
"cds_end": null,
"cds_length": 3156,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000705962.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3027C>T",
"hgvs_p": "p.Pro1009Pro",
"transcript": "ENST00000957017.1",
"protein_id": "ENSP00000627076.1",
"transcript_support_level": null,
"aa_start": 1009,
"aa_end": null,
"aa_length": 1033,
"cds_start": 3027,
"cds_end": null,
"cds_length": 3102,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957017.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2967C>T",
"hgvs_p": "p.Pro989Pro",
"transcript": "ENST00000705961.1",
"protein_id": "ENSP00000516189.1",
"transcript_support_level": null,
"aa_start": 989,
"aa_end": null,
"aa_length": 1013,
"cds_start": 2967,
"cds_end": null,
"cds_length": 3042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000705961.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.2901C>T",
"hgvs_p": "p.Pro967Pro",
"transcript": "ENST00000957015.1",
"protein_id": "ENSP00000627074.1",
"transcript_support_level": null,
"aa_start": 967,
"aa_end": null,
"aa_length": 991,
"cds_start": 2901,
"cds_end": null,
"cds_length": 2976,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957015.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3258C>T",
"hgvs_p": "p.Pro1086Pro",
"transcript": "XM_006716118.4",
"protein_id": "XP_006716181.1",
"transcript_support_level": null,
"aa_start": 1086,
"aa_end": null,
"aa_length": 1110,
"cds_start": 3258,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716118.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3243C>T",
"hgvs_p": "p.Pro1081Pro",
"transcript": "XM_011516571.4",
"protein_id": "XP_011514873.1",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1105,
"cds_start": 3243,
"cds_end": null,
"cds_length": 3318,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516571.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3222C>T",
"hgvs_p": "p.Pro1074Pro",
"transcript": "XM_011516572.4",
"protein_id": "XP_011514874.1",
"transcript_support_level": null,
"aa_start": 1074,
"aa_end": null,
"aa_length": 1098,
"cds_start": 3222,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011516572.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3186C>T",
"hgvs_p": "p.Pro1062Pro",
"transcript": "XM_005250572.4",
"protein_id": "XP_005250629.1",
"transcript_support_level": null,
"aa_start": 1062,
"aa_end": null,
"aa_length": 1086,
"cds_start": 3186,
"cds_end": null,
"cds_length": 3261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250572.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3180C>T",
"hgvs_p": "p.Pro1060Pro",
"transcript": "XM_005250573.4",
"protein_id": "XP_005250630.1",
"transcript_support_level": null,
"aa_start": 1060,
"aa_end": null,
"aa_length": 1084,
"cds_start": 3180,
"cds_end": null,
"cds_length": 3255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250573.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3165C>T",
"hgvs_p": "p.Pro1055Pro",
"transcript": "XM_005250574.4",
"protein_id": "XP_005250631.1",
"transcript_support_level": null,
"aa_start": 1055,
"aa_end": null,
"aa_length": 1079,
"cds_start": 3165,
"cds_end": null,
"cds_length": 3240,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005250574.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.3141C>T",
"hgvs_p": "p.Pro1047Pro",
"transcript": "XM_006716120.4",
"protein_id": "XP_006716183.1",
"transcript_support_level": null,
"aa_start": 1047,
"aa_end": null,
"aa_length": 1071,
"cds_start": 3141,
"cds_end": null,
"cds_length": 3216,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716120.4"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"hgvs_c": "c.1668C>T",
"hgvs_p": "p.Pro556Pro",
"transcript": "XM_006716121.3",
"protein_id": "XP_006716184.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 580,
"cds_start": 1668,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716121.3"
}
],
"gene_symbol": "CACNA2D1",
"gene_hgnc_id": 1399,
"dbsnp": "rs768028784",
"frequency_reference_population": 0.000002053256,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205326,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6100000143051147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.263,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_001366867.1",
"gene_symbol": "CACNA2D1",
"hgnc_id": 1399,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.3237C>T",
"hgvs_p": "p.Pro1079Pro"
}
],
"clinvar_disease": "Brugada syndrome,Cardiovascular phenotype",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "Brugada syndrome|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}