← 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-38725184-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=38725184&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 38725184,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000449082.3",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"hgvs_c": "c.3218T>C",
"hgvs_p": "p.Val1073Ala",
"transcript": "NM_006514.4",
"protein_id": "NP_006505.4",
"transcript_support_level": null,
"aa_start": 1073,
"aa_end": null,
"aa_length": 1956,
"cds_start": 3218,
"cds_end": null,
"cds_length": 5871,
"cdna_start": 3431,
"cdna_end": null,
"cdna_length": 6626,
"mane_select": "ENST00000449082.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"hgvs_c": "c.3218T>C",
"hgvs_p": "p.Val1073Ala",
"transcript": "ENST00000449082.3",
"protein_id": "ENSP00000390600.2",
"transcript_support_level": 1,
"aa_start": 1073,
"aa_end": null,
"aa_length": 1956,
"cds_start": 3218,
"cds_end": null,
"cds_length": 5871,
"cdna_start": 3431,
"cdna_end": null,
"cdna_length": 6626,
"mane_select": "NM_006514.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"hgvs_c": "c.3215T>C",
"hgvs_p": "p.Val1072Ala",
"transcript": "ENST00000643924.1",
"protein_id": "ENSP00000495595.1",
"transcript_support_level": null,
"aa_start": 1072,
"aa_end": null,
"aa_length": 1955,
"cds_start": 3215,
"cds_end": null,
"cds_length": 5868,
"cdna_start": 3247,
"cdna_end": null,
"cdna_length": 5903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"hgvs_c": "c.3242T>C",
"hgvs_p": "p.Val1081Ala",
"transcript": "ENST00000655275.1",
"protein_id": "ENSP00000499510.1",
"transcript_support_level": null,
"aa_start": 1081,
"aa_end": null,
"aa_length": 1964,
"cds_start": 3242,
"cds_end": null,
"cds_length": 5895,
"cdna_start": 3504,
"cdna_end": null,
"cdna_length": 6704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"hgvs_c": "c.3215T>C",
"hgvs_p": "p.Val1072Ala",
"transcript": "NM_001293306.2",
"protein_id": "NP_001280235.2",
"transcript_support_level": null,
"aa_start": 1072,
"aa_end": null,
"aa_length": 1955,
"cds_start": 3215,
"cds_end": null,
"cds_length": 5868,
"cdna_start": 3215,
"cdna_end": null,
"cdna_length": 5871,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"hgvs_c": "c.2924T>C",
"hgvs_p": "p.Val975Ala",
"transcript": "NM_001293307.2",
"protein_id": "NP_001280236.2",
"transcript_support_level": null,
"aa_start": 975,
"aa_end": null,
"aa_length": 1858,
"cds_start": 2924,
"cds_end": null,
"cds_length": 5577,
"cdna_start": 2924,
"cdna_end": null,
"cdna_length": 5580,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"hgvs_c": "c.3227T>C",
"hgvs_p": "p.Val1076Ala",
"transcript": "XM_005265371.4",
"protein_id": "XP_005265428.1",
"transcript_support_level": null,
"aa_start": 1076,
"aa_end": null,
"aa_length": 1959,
"cds_start": 3227,
"cds_end": null,
"cds_length": 5880,
"cdna_start": 3227,
"cdna_end": null,
"cdna_length": 6422,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"hgvs_c": "c.3224T>C",
"hgvs_p": "p.Val1075Ala",
"transcript": "XM_011533993.3",
"protein_id": "XP_011532295.1",
"transcript_support_level": null,
"aa_start": 1075,
"aa_end": null,
"aa_length": 1958,
"cds_start": 3224,
"cds_end": null,
"cds_length": 5877,
"cdna_start": 3224,
"cdna_end": null,
"cdna_length": 6419,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"hgvs_c": "c.2933T>C",
"hgvs_p": "p.Val978Ala",
"transcript": "XM_011533994.3",
"protein_id": "XP_011532296.1",
"transcript_support_level": null,
"aa_start": 978,
"aa_end": null,
"aa_length": 1861,
"cds_start": 2933,
"cds_end": null,
"cds_length": 5586,
"cdna_start": 2933,
"cdna_end": null,
"cdna_length": 6128,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SCN10A",
"gene_hgnc_id": 10582,
"dbsnp": "rs6795970",
"frequency_reference_population": 0.6269754,
"hom_count_reference_population": 318682,
"allele_count_reference_population": 999691,
"gnomad_exomes_af": 0.619218,
"gnomad_genomes_af": 0.700547,
"gnomad_exomes_ac": 893149,
"gnomad_genomes_ac": 106542,
"gnomad_exomes_homalt": 279919,
"gnomad_genomes_homalt": 38763,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 7.038689773253282e-7,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.211,
"revel_prediction": "Benign",
"alphamissense_score": 0.0638,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.044,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000449082.3",
"gene_symbol": "SCN10A",
"hgnc_id": 10582,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,Unknown",
"hgvs_c": "c.3218T>C",
"hgvs_p": "p.Val1073Ala"
}
],
"clinvar_disease": " 2, familial,Brugada syndrome,Cardiovascular phenotype,Episodic pain syndrome,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:8",
"phenotype_combined": "not specified|Brugada syndrome|Episodic pain syndrome, familial, 2|not provided|Cardiovascular phenotype",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}