← 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: 1-2027636-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=2027636&ref=A&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 2027636,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000378585.7",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.530A>C",
"hgvs_p": "p.Glu177Ala",
"transcript": "NM_000815.5",
"protein_id": "NP_000806.2",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 452,
"cds_start": 530,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 609,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": "ENST00000378585.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.530A>C",
"hgvs_p": "p.Glu177Ala",
"transcript": "ENST00000378585.7",
"protein_id": "ENSP00000367848.4",
"transcript_support_level": 1,
"aa_start": 177,
"aa_end": null,
"aa_length": 452,
"cds_start": 530,
"cds_end": null,
"cds_length": 1359,
"cdna_start": 609,
"cdna_end": null,
"cdna_length": 1914,
"mane_select": "NM_000815.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.530A>C",
"hgvs_p": "p.Glu177Ala",
"transcript": "ENST00000638771.1",
"protein_id": "ENSP00000492435.1",
"transcript_support_level": 3,
"aa_start": 177,
"aa_end": null,
"aa_length": 500,
"cds_start": 530,
"cds_end": null,
"cds_length": 1503,
"cdna_start": 575,
"cdna_end": null,
"cdna_length": 1707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.530A>C",
"hgvs_p": "p.Glu177Ala",
"transcript": "ENST00000640067.1",
"protein_id": "ENSP00000491844.1",
"transcript_support_level": 5,
"aa_start": 177,
"aa_end": null,
"aa_length": 480,
"cds_start": 530,
"cds_end": null,
"cds_length": 1443,
"cdna_start": 594,
"cdna_end": null,
"cdna_length": 1632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.530A>C",
"hgvs_p": "p.Glu177Ala",
"transcript": "ENST00000640949.1",
"protein_id": "ENSP00000492500.1",
"transcript_support_level": 5,
"aa_start": 177,
"aa_end": null,
"aa_length": 429,
"cds_start": 530,
"cds_end": null,
"cds_length": 1290,
"cdna_start": 550,
"cdna_end": null,
"cdna_length": 1684,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.470A>C",
"hgvs_p": "p.Glu157Ala",
"transcript": "ENST00000640030.1",
"protein_id": "ENSP00000491411.1",
"transcript_support_level": 5,
"aa_start": 157,
"aa_end": null,
"aa_length": 380,
"cds_start": 470,
"cds_end": null,
"cds_length": 1143,
"cdna_start": 470,
"cdna_end": null,
"cdna_length": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.335A>C",
"hgvs_p": "p.Glu112Ala",
"transcript": "ENST00000640981.1",
"protein_id": "ENSP00000491287.1",
"transcript_support_level": 5,
"aa_start": 112,
"aa_end": null,
"aa_length": 318,
"cds_start": 335,
"cds_end": null,
"cds_length": 958,
"cdna_start": 337,
"cdna_end": null,
"cdna_length": 960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.8A>C",
"hgvs_p": "p.Glu3Ala",
"transcript": "ENST00000638804.1",
"protein_id": "ENSP00000491871.1",
"transcript_support_level": 5,
"aa_start": 3,
"aa_end": null,
"aa_length": 168,
"cds_start": 8,
"cds_end": null,
"cds_length": 507,
"cdna_start": 8,
"cdna_end": null,
"cdna_length": 523,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.272A>C",
"hgvs_p": "p.Glu91Ala",
"transcript": "ENST00000638763.1",
"protein_id": "ENSP00000492352.1",
"transcript_support_level": 5,
"aa_start": 91,
"aa_end": null,
"aa_length": 166,
"cds_start": 272,
"cds_end": null,
"cds_length": 503,
"cdna_start": 273,
"cdna_end": null,
"cdna_length": 504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.1235A>C",
"hgvs_p": "p.Glu412Ala",
"transcript": "XM_017000936.2",
"protein_id": "XP_016856425.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 687,
"cds_start": 1235,
"cds_end": null,
"cds_length": 2064,
"cdna_start": 5544,
"cdna_end": null,
"cdna_length": 6849,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.569A>C",
"hgvs_p": "p.Glu190Ala",
"transcript": "XM_011541194.4",
"protein_id": "XP_011539496.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 465,
"cds_start": 569,
"cds_end": null,
"cds_length": 1398,
"cdna_start": 4408,
"cdna_end": null,
"cdna_length": 5713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "c.561A>C",
"hgvs_p": "p.Gly187Gly",
"transcript": "ENST00000638411.1",
"protein_id": "ENSP00000491632.1",
"transcript_support_level": 5,
"aa_start": 187,
"aa_end": null,
"aa_length": 394,
"cds_start": 561,
"cds_end": null,
"cds_length": 1187,
"cdna_start": 656,
"cdna_end": null,
"cdna_length": 1282,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "n.594A>C",
"hgvs_p": null,
"transcript": "ENST00000638604.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 2377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "n.*516A>C",
"hgvs_p": null,
"transcript": "ENST00000639045.1",
"protein_id": "ENSP00000491997.1",
"transcript_support_level": 5,
"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": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "n.1109A>C",
"hgvs_p": null,
"transcript": "ENST00000639070.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 2171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "n.1134A>C",
"hgvs_p": null,
"transcript": "ENST00000639777.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 2393,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "n.384A>C",
"hgvs_p": null,
"transcript": "ENST00000640317.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 1578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "n.539A>C",
"hgvs_p": null,
"transcript": "ENST00000640423.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 1172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "n.742A>C",
"hgvs_p": null,
"transcript": "ENST00000640892.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 2036,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"hgvs_c": "n.*516A>C",
"hgvs_p": null,
"transcript": "ENST00000639045.1",
"protein_id": "ENSP00000491997.1",
"transcript_support_level": 5,
"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": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GABRD",
"gene_hgnc_id": 4084,
"dbsnp": "rs121434580",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.478681743144989,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.46,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1094,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.733,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000378585.7",
"gene_symbol": "GABRD",
"hgnc_id": 4084,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.530A>C",
"hgvs_p": "p.Glu177Ala"
}
],
"clinvar_disease": "Generalized epilepsy with febrile seizures plus type 5",
"clinvar_classification": "risk factor",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Generalized epilepsy with febrile seizures plus type 5",
"pathogenicity_classification_combined": "risk factor",
"custom_annotations": null
}
],
"message": null
}