← 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-38550365-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=38550365&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 38550365,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_198056.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.6007G>A",
"hgvs_p": "p.Asp2003Asn",
"transcript": "NM_001099404.2",
"protein_id": "NP_001092874.1",
"transcript_support_level": null,
"aa_start": 2003,
"aa_end": null,
"aa_length": 2016,
"cds_start": 6007,
"cds_end": null,
"cds_length": 6051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000413689.6",
"biotype": "protein_coding",
"feature": "NM_001099404.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.6007G>A",
"hgvs_p": "p.Asp2003Asn",
"transcript": "ENST00000413689.6",
"protein_id": "ENSP00000410257.1",
"transcript_support_level": 5,
"aa_start": 2003,
"aa_end": null,
"aa_length": 2016,
"cds_start": 6007,
"cds_end": null,
"cds_length": 6051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_001099404.2",
"biotype": "protein_coding",
"feature": "ENST00000413689.6"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.6004G>A",
"hgvs_p": "p.Asp2002Asn",
"transcript": "NM_000335.5",
"protein_id": "NP_000326.2",
"transcript_support_level": null,
"aa_start": 2002,
"aa_end": null,
"aa_length": 2015,
"cds_start": 6004,
"cds_end": null,
"cds_length": 6048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000423572.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000335.5"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.6004G>A",
"hgvs_p": "p.Asp2002Asn",
"transcript": "ENST00000423572.7",
"protein_id": "ENSP00000398266.2",
"transcript_support_level": 1,
"aa_start": 2002,
"aa_end": null,
"aa_length": 2015,
"cds_start": 6004,
"cds_end": null,
"cds_length": 6048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000335.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000423572.7"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.6007G>A",
"hgvs_p": "p.Asp2003Asn",
"transcript": "ENST00000333535.9",
"protein_id": "ENSP00000328968.4",
"transcript_support_level": 1,
"aa_start": 2003,
"aa_end": null,
"aa_length": 2016,
"cds_start": 6007,
"cds_end": null,
"cds_length": 6051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000333535.9"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.6004G>A",
"hgvs_p": "p.Asp2002Asn",
"transcript": "ENST00000327956.7",
"protein_id": "ENSP00000333674.7",
"transcript_support_level": 1,
"aa_start": 2002,
"aa_end": null,
"aa_length": 2015,
"cds_start": 6004,
"cds_end": null,
"cds_length": 6048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327956.7"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.5953G>A",
"hgvs_p": "p.Asp1985Asn",
"transcript": "ENST00000414099.6",
"protein_id": "ENSP00000398962.2",
"transcript_support_level": 1,
"aa_start": 1985,
"aa_end": null,
"aa_length": 1998,
"cds_start": 5953,
"cds_end": null,
"cds_length": 5997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414099.6"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.5908G>A",
"hgvs_p": "p.Asp1970Asn",
"transcript": "ENST00000455624.6",
"protein_id": "ENSP00000399524.2",
"transcript_support_level": 1,
"aa_start": 1970,
"aa_end": null,
"aa_length": 1983,
"cds_start": 5908,
"cds_end": null,
"cds_length": 5952,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000455624.6"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.5845G>A",
"hgvs_p": "p.Asp1949Asn",
"transcript": "ENST00000450102.6",
"protein_id": "ENSP00000403355.2",
"transcript_support_level": 1,
"aa_start": 1949,
"aa_end": null,
"aa_length": 1962,
"cds_start": 5845,
"cds_end": null,
"cds_length": 5889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450102.6"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.6007G>A",
"hgvs_p": "p.Asp2003Asn",
"transcript": "NM_198056.3",
"protein_id": "NP_932173.1",
"transcript_support_level": null,
"aa_start": 2003,
"aa_end": null,
"aa_length": 2016,
"cds_start": 6007,
"cds_end": null,
"cds_length": 6051,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198056.3"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.5953G>A",
"hgvs_p": "p.Asp1985Asn",
"transcript": "NM_001099405.2",
"protein_id": "NP_001092875.1",
"transcript_support_level": null,
"aa_start": 1985,
"aa_end": null,
"aa_length": 1998,
"cds_start": 5953,
"cds_end": null,
"cds_length": 5997,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001099405.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.5950G>A",
"hgvs_p": "p.Asp1984Asn",
"transcript": "NM_001354701.2",
"protein_id": "NP_001341630.1",
"transcript_support_level": null,
"aa_start": 1984,
"aa_end": null,
"aa_length": 1997,
"cds_start": 5950,
"cds_end": null,
"cds_length": 5994,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354701.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.5908G>A",
"hgvs_p": "p.Asp1970Asn",
"transcript": "NM_001160160.2",
"protein_id": "NP_001153632.1",
"transcript_support_level": null,
"aa_start": 1970,
"aa_end": null,
"aa_length": 1983,
"cds_start": 5908,
"cds_end": null,
"cds_length": 5952,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160160.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.5845G>A",
"hgvs_p": "p.Asp1949Asn",
"transcript": "NM_001160161.2",
"protein_id": "NP_001153633.1",
"transcript_support_level": null,
"aa_start": 1949,
"aa_end": null,
"aa_length": 1962,
"cds_start": 5845,
"cds_end": null,
"cds_length": 5889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001160161.2"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.5845G>A",
"hgvs_p": "p.Asp1949Asn",
"transcript": "ENST00000449557.6",
"protein_id": "ENSP00000413996.2",
"transcript_support_level": 5,
"aa_start": 1949,
"aa_end": null,
"aa_length": 1962,
"cds_start": 5845,
"cds_end": null,
"cds_length": 5889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000449557.6"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.5713G>A",
"hgvs_p": "p.Asp1905Asn",
"transcript": "ENST00000970295.1",
"protein_id": "ENSP00000640354.1",
"transcript_support_level": null,
"aa_start": 1905,
"aa_end": null,
"aa_length": 1918,
"cds_start": 5713,
"cds_end": null,
"cds_length": 5757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970295.1"
},
{
"aa_ref": "D",
"aa_alt": "N",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "c.6004G>A",
"hgvs_p": "p.Asp2002Asn",
"transcript": "XM_011533991.3",
"protein_id": "XP_011532293.1",
"transcript_support_level": null,
"aa_start": 2002,
"aa_end": null,
"aa_length": 2015,
"cds_start": 6004,
"cds_end": null,
"cds_length": 6048,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011533991.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "n.*5249G>A",
"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": 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": "ENST00000713730.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "n.6753G>A",
"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": 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": "NR_176299.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"hgvs_c": "n.*5249G>A",
"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": 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": "ENST00000713730.1"
}
],
"gene_symbol": "SCN5A",
"gene_hgnc_id": 10593,
"dbsnp": "rs376697724",
"frequency_reference_population": 0.000018865592,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000173287,
"gnomad_genomes_af": 0.0000328498,
"gnomad_exomes_ac": 24,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04734460264444351,
"computational_prediction_selected": "Benign",
"computational_source_selected": "CardioboostCm",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.381,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.085,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.86,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_198056.3",
"gene_symbol": "SCN5A",
"hgnc_id": 10593,
"effects": [
"missense_variant"
],
"inheritance_mode": "SD,AD,AR",
"hgvs_c": "c.6007G>A",
"hgvs_p": "p.Asp2003Asn"
}
],
"clinvar_disease": " 10, familial,8 conditions,Atrial fibrillation,Brugada syndrome,Cardiac arrhythmia,Cardiovascular phenotype,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:8",
"phenotype_combined": "not specified|Cardiovascular phenotype|8 conditions|not provided|Atrial fibrillation, familial, 10|Brugada syndrome|Cardiac arrhythmia",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}