← 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: 18-12337521-GC-AA (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=12337521&ref=GC&alt=AA&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 12337521,
"ref": "GC",
"alt": "AA",
"effect": "missense_variant",
"transcript": "ENST00000269143.8",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.1994_1995delGCinsTT",
"hgvs_p": "p.Gly665Val",
"transcript": "NM_006796.3",
"protein_id": "NP_006787.2",
"transcript_support_level": null,
"aa_start": 665,
"aa_end": null,
"aa_length": 797,
"cds_start": 1994,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 2140,
"cdna_end": null,
"cdna_length": 3160,
"mane_select": "ENST00000269143.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.1994_1995delGCinsTT",
"hgvs_p": "p.Gly665Val",
"transcript": "ENST00000269143.8",
"protein_id": "ENSP00000269143.2",
"transcript_support_level": 1,
"aa_start": 665,
"aa_end": null,
"aa_length": 797,
"cds_start": 1994,
"cds_end": null,
"cds_length": 2394,
"cdna_start": 2140,
"cdna_end": null,
"cdna_length": 3160,
"mane_select": "NM_006796.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.1919_1920delGCinsTT",
"hgvs_p": "p.Gly640Val",
"transcript": "ENST00000691179.1",
"protein_id": "ENSP00000509010.1",
"transcript_support_level": null,
"aa_start": 640,
"aa_end": null,
"aa_length": 772,
"cds_start": 1919,
"cds_end": null,
"cds_length": 2319,
"cdna_start": 1947,
"cdna_end": null,
"cdna_length": 2954,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.1856_1857delGCinsTT",
"hgvs_p": "p.Gly619Val",
"transcript": "ENST00000688199.1",
"protein_id": "ENSP00000510237.1",
"transcript_support_level": null,
"aa_start": 619,
"aa_end": null,
"aa_length": 751,
"cds_start": 1856,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 1884,
"cdna_end": null,
"cdna_length": 2888,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "c.1793_1794delGCinsTT",
"hgvs_p": "p.Gly598Val",
"transcript": "XM_011525601.4",
"protein_id": "XP_011523903.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 730,
"cds_start": 1793,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 1939,
"cdna_end": null,
"cdna_length": 2959,
"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": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.*1590_*1591delGCinsTT",
"hgvs_p": null,
"transcript": "ENST00000687337.1",
"protein_id": "ENSP00000508998.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": 2921,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.530_531delGCinsTT",
"hgvs_p": null,
"transcript": "ENST00000687477.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": 1528,
"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": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.*1371_*1372delGCinsTT",
"hgvs_p": null,
"transcript": "ENST00000691970.1",
"protein_id": "ENSP00000508440.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": 2773,
"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": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.*424_*425delGCinsTT",
"hgvs_p": null,
"transcript": "ENST00000692497.1",
"protein_id": "ENSP00000509870.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": 3157,
"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": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.1812_1813delGCinsTT",
"hgvs_p": null,
"transcript": "ENST00000692988.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": 2820,
"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": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.*1590_*1591delGCinsTT",
"hgvs_p": null,
"transcript": "ENST00000687337.1",
"protein_id": "ENSP00000508998.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": 2921,
"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": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.*1371_*1372delGCinsTT",
"hgvs_p": null,
"transcript": "ENST00000691970.1",
"protein_id": "ENSP00000508440.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": 2773,
"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": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"hgvs_c": "n.*424_*425delGCinsTT",
"hgvs_p": null,
"transcript": "ENST00000692497.1",
"protein_id": "ENSP00000509870.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": 3157,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "TUBB6",
"gene_hgnc_id": 20776,
"hgvs_c": "c.86-6528_86-6527delGCinsAA",
"hgvs_p": null,
"transcript": "ENST00000586691.1",
"protein_id": "ENSP00000465448.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 30,
"cds_start": -4,
"cds_end": null,
"cds_length": 93,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 359,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC107985154",
"gene_hgnc_id": null,
"hgvs_c": "n.3291+619_3291+620delGCinsAA",
"hgvs_p": null,
"transcript": "XR_002958227.2",
"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": 3566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AFG3L2",
"gene_hgnc_id": 315,
"dbsnp": "rs1555670560",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 7.537,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM1,PM5,PP2,PP3",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM1",
"PM5",
"PP2",
"PP3"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000269143.8",
"gene_symbol": "AFG3L2",
"hgnc_id": 315,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1994_1995delGCinsTT",
"hgvs_p": "p.Gly665Val"
},
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000586691.1",
"gene_symbol": "TUBB6",
"hgnc_id": 20776,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.86-6528_86-6527delGCinsAA",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 0,
"pathogenic_score": 1,
"criteria": [
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "XR_002958227.2",
"gene_symbol": "LOC107985154",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.3291+619_3291+620delGCinsAA",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}