← 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: 3-38562500-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=38562500&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 38562500,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000423572.7",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3878T>C",
"hgvs_p": "p.Phe1293Ser",
"transcript": "NM_001099404.2",
"protein_id": "NP_001092874.1",
"transcript_support_level": null,
"aa_start": 1293,
"aa_end": null,
"aa_length": 2016,
"cds_start": 3878,
"cds_end": null,
"cds_length": 6051,
"cdna_start": 4087,
"cdna_end": null,
"cdna_length": 8519,
"mane_select": null,
"mane_plus": "ENST00000413689.6",
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3878T>C",
"hgvs_p": "p.Phe1293Ser",
"transcript": "ENST00000413689.6",
"protein_id": "ENSP00000410257.1",
"transcript_support_level": 5,
"aa_start": 1293,
"aa_end": null,
"aa_length": 2016,
"cds_start": 3878,
"cds_end": null,
"cds_length": 6051,
"cdna_start": 4087,
"cdna_end": null,
"cdna_length": 8519,
"mane_select": null,
"mane_plus": "NM_001099404.2",
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3875T>C",
"hgvs_p": "p.Phe1292Ser",
"transcript": "NM_000335.5",
"protein_id": "NP_000326.2",
"transcript_support_level": null,
"aa_start": 1292,
"aa_end": null,
"aa_length": 2015,
"cds_start": 3875,
"cds_end": null,
"cds_length": 6048,
"cdna_start": 4084,
"cdna_end": null,
"cdna_length": 8516,
"mane_select": "ENST00000423572.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3875T>C",
"hgvs_p": "p.Phe1292Ser",
"transcript": "ENST00000423572.7",
"protein_id": "ENSP00000398266.2",
"transcript_support_level": 1,
"aa_start": 1292,
"aa_end": null,
"aa_length": 2015,
"cds_start": 3875,
"cds_end": null,
"cds_length": 6048,
"cdna_start": 4084,
"cdna_end": null,
"cdna_length": 8516,
"mane_select": "NM_000335.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3878T>C",
"hgvs_p": "p.Phe1293Ser",
"transcript": "ENST00000333535.9",
"protein_id": "ENSP00000328968.4",
"transcript_support_level": 1,
"aa_start": 1293,
"aa_end": null,
"aa_length": 2016,
"cds_start": 3878,
"cds_end": null,
"cds_length": 6051,
"cdna_start": 4087,
"cdna_end": null,
"cdna_length": 8519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3875T>C",
"hgvs_p": "p.Phe1292Ser",
"transcript": "ENST00000327956.7",
"protein_id": "ENSP00000333674.7",
"transcript_support_level": 1,
"aa_start": 1292,
"aa_end": null,
"aa_length": 2015,
"cds_start": 3875,
"cds_end": null,
"cds_length": 6048,
"cdna_start": 4013,
"cdna_end": null,
"cdna_length": 8445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3878T>C",
"hgvs_p": "p.Phe1293Ser",
"transcript": "ENST00000414099.6",
"protein_id": "ENSP00000398962.2",
"transcript_support_level": 1,
"aa_start": 1293,
"aa_end": null,
"aa_length": 1998,
"cds_start": 3878,
"cds_end": null,
"cds_length": 5997,
"cdna_start": 3920,
"cdna_end": null,
"cdna_length": 8303,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3875T>C",
"hgvs_p": "p.Phe1292Ser",
"transcript": "ENST00000455624.6",
"protein_id": "ENSP00000399524.2",
"transcript_support_level": 1,
"aa_start": 1292,
"aa_end": null,
"aa_length": 1983,
"cds_start": 3875,
"cds_end": null,
"cds_length": 5952,
"cdna_start": 3900,
"cdna_end": null,
"cdna_length": 7170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"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": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3716T>C",
"hgvs_p": "p.Phe1239Ser",
"transcript": "ENST00000450102.6",
"protein_id": "ENSP00000403355.2",
"transcript_support_level": 1,
"aa_start": 1239,
"aa_end": null,
"aa_length": 1962,
"cds_start": 3716,
"cds_end": null,
"cds_length": 5889,
"cdna_start": 3758,
"cdna_end": null,
"cdna_length": 6284,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3878T>C",
"hgvs_p": "p.Phe1293Ser",
"transcript": "NM_198056.3",
"protein_id": "NP_932173.1",
"transcript_support_level": null,
"aa_start": 1293,
"aa_end": null,
"aa_length": 2016,
"cds_start": 3878,
"cds_end": null,
"cds_length": 6051,
"cdna_start": 4087,
"cdna_end": null,
"cdna_length": 8519,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3878T>C",
"hgvs_p": "p.Phe1293Ser",
"transcript": "NM_001099405.2",
"protein_id": "NP_001092875.1",
"transcript_support_level": null,
"aa_start": 1293,
"aa_end": null,
"aa_length": 1998,
"cds_start": 3878,
"cds_end": null,
"cds_length": 5997,
"cdna_start": 4087,
"cdna_end": null,
"cdna_length": 8465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3875T>C",
"hgvs_p": "p.Phe1292Ser",
"transcript": "NM_001354701.2",
"protein_id": "NP_001341630.1",
"transcript_support_level": null,
"aa_start": 1292,
"aa_end": null,
"aa_length": 1997,
"cds_start": 3875,
"cds_end": null,
"cds_length": 5994,
"cdna_start": 4084,
"cdna_end": null,
"cdna_length": 8462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3875T>C",
"hgvs_p": "p.Phe1292Ser",
"transcript": "NM_001160160.2",
"protein_id": "NP_001153632.1",
"transcript_support_level": null,
"aa_start": 1292,
"aa_end": null,
"aa_length": 1983,
"cds_start": 3875,
"cds_end": null,
"cds_length": 5952,
"cdna_start": 4084,
"cdna_end": null,
"cdna_length": 8420,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3716T>C",
"hgvs_p": "p.Phe1239Ser",
"transcript": "NM_001160161.2",
"protein_id": "NP_001153633.1",
"transcript_support_level": null,
"aa_start": 1239,
"aa_end": null,
"aa_length": 1962,
"cds_start": 3716,
"cds_end": null,
"cds_length": 5889,
"cdna_start": 3925,
"cdna_end": null,
"cdna_length": 8357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"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": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3716T>C",
"hgvs_p": "p.Phe1239Ser",
"transcript": "ENST00000449557.6",
"protein_id": "ENSP00000413996.2",
"transcript_support_level": 5,
"aa_start": 1239,
"aa_end": null,
"aa_length": 1962,
"cds_start": 3716,
"cds_end": null,
"cds_length": 5889,
"cdna_start": 3725,
"cdna_end": null,
"cdna_length": 5898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.3875T>C",
"hgvs_p": "p.Phe1292Ser",
"transcript": "XM_011533991.3",
"protein_id": "XP_011532293.1",
"transcript_support_level": null,
"aa_start": 1292,
"aa_end": null,
"aa_length": 2015,
"cds_start": 3875,
"cds_end": null,
"cds_length": 6048,
"cdna_start": 4084,
"cdna_end": null,
"cdna_length": 8516,
"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": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "n.*3120T>C",
"hgvs_p": null,
"transcript": "ENST00000713730.1",
"protein_id": "ENSP00000519034.1",
"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": 8616,
"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": 22,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "n.4624T>C",
"hgvs_p": null,
"transcript": "NR_176299.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": 9056,
"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": 23,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "n.*3120T>C",
"hgvs_p": null,
"transcript": "ENST00000713730.1",
"protein_id": "ENSP00000519034.1",
"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": 8616,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"dbsnp": "rs41311127",
"frequency_reference_population": 0.00034450923,
"hom_count_reference_population": 1,
"allele_count_reference_population": 556,
"gnomad_exomes_af": 0.00033252,
"gnomad_genomes_af": 0.000459553,
"gnomad_exomes_ac": 486,
"gnomad_genomes_ac": 70,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0065557886846363544,
"computational_prediction_selected": "Benign",
"computational_source_selected": "CardioboostCm",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.625,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5232,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.44,
"phylop100way_prediction": "Uncertain_significance",
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1"
],
"verdict": "Benign",
"transcript": "ENST00000423572.7",
"gene_symbol": "SCN5A",
"hgnc_id": 10593,
"effects": [
"missense_variant"
],
"inheritance_mode": "SD,AD,AR",
"hgvs_c": "c.3875T>C",
"hgvs_p": "p.Phe1292Ser"
}
],
"clinvar_disease": "8 conditions,Brugada syndrome,Brugada syndrome 1,Cardiac arrhythmia,Cardiovascular phenotype,Long QT syndrome,Primary familial dilated cardiomyopathy,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:9 B:1 O:1",
"phenotype_combined": "not provided|not specified|Brugada syndrome|Primary familial dilated cardiomyopathy|Long QT syndrome|Cardiovascular phenotype|Brugada syndrome 1|Cardiac arrhythmia|8 conditions",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}