← 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-27662716-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=27662716&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 27662716,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_152740.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "NM_152740.4",
"protein_id": "NP_689953.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 336,
"cds_start": 73,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265395.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152740.4"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000265395.7",
"protein_id": "ENSP00000265395.2",
"transcript_support_level": 1,
"aa_start": 25,
"aa_end": null,
"aa_length": 336,
"cds_start": 73,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_152740.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265395.7"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000879285.1",
"protein_id": "ENSP00000549344.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 400,
"cds_start": 73,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879285.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000939048.1",
"protein_id": "ENSP00000609107.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 378,
"cds_start": 73,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939048.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000956051.1",
"protein_id": "ENSP00000626110.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 373,
"cds_start": 73,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956051.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000956052.1",
"protein_id": "ENSP00000626111.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 369,
"cds_start": 73,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956052.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000879284.1",
"protein_id": "ENSP00000549343.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 348,
"cds_start": 73,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879284.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000939047.1",
"protein_id": "ENSP00000609106.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 335,
"cds_start": 73,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939047.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000879280.1",
"protein_id": "ENSP00000549339.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 334,
"cds_start": 73,
"cds_end": null,
"cds_length": 1005,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879280.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000879286.1",
"protein_id": "ENSP00000549345.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 331,
"cds_start": 73,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879286.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000879282.1",
"protein_id": "ENSP00000549341.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 290,
"cds_start": 73,
"cds_end": null,
"cds_length": 873,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879282.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000956050.1",
"protein_id": "ENSP00000626109.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 281,
"cds_start": 73,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956050.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000956049.1",
"protein_id": "ENSP00000626108.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 280,
"cds_start": 73,
"cds_end": null,
"cds_length": 843,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956049.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000879283.1",
"protein_id": "ENSP00000549342.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 277,
"cds_start": 73,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879283.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000879279.1",
"protein_id": "ENSP00000549338.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 276,
"cds_start": 73,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879279.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000879287.1",
"protein_id": "ENSP00000549346.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 258,
"cds_start": 73,
"cds_end": null,
"cds_length": 777,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879287.1"
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr",
"transcript": "ENST00000879281.1",
"protein_id": "ENSP00000549340.1",
"transcript_support_level": null,
"aa_start": 25,
"aa_end": null,
"aa_length": 205,
"cds_start": 73,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000879281.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "c.-70G>A",
"hgvs_p": null,
"transcript": "NM_001430749.1",
"protein_id": "NP_001417678.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 235,
"cds_start": null,
"cds_end": null,
"cds_length": 708,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001430749.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "n.73G>A",
"hgvs_p": null,
"transcript": "ENST00000428288.2",
"protein_id": "ENSP00000393365.1",
"transcript_support_level": 3,
"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": "ENST00000428288.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"hgvs_c": "n.142G>A",
"hgvs_p": null,
"transcript": "ENST00000496814.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "retained_intron",
"feature": "ENST00000496814.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC105375211",
"gene_hgnc_id": null,
"hgvs_c": "n.136+10066C>T",
"hgvs_p": null,
"transcript": "XR_007060268.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": "XR_007060268.1"
}
],
"gene_symbol": "HIBADH",
"gene_hgnc_id": 4907,
"dbsnp": "rs901133047",
"frequency_reference_population": 0.0000065696117,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": 0.00000656961,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08714857697486877,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.046,
"revel_prediction": "Benign",
"alphamissense_score": 0.1043,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.69,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.017,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_152740.4",
"gene_symbol": "HIBADH",
"hgnc_id": 4907,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.73G>A",
"hgvs_p": "p.Ala25Thr"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007060268.1",
"gene_symbol": "LOC105375211",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.136+10066C>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}