← 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: 9-6558575-ACTG-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=6558575&ref=ACTG&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 6558575,
"ref": "ACTG",
"alt": "A",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_000170.3",
"consequences": [
{
"aa_ref": "AV",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "c.2033_2035delCAG",
"hgvs_p": "p.Ala678del",
"transcript": "NM_000170.3",
"protein_id": "NP_000161.2",
"transcript_support_level": null,
"aa_start": 678,
"aa_end": null,
"aa_length": 1020,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 2265,
"cdna_end": null,
"cdna_length": 3843,
"mane_select": "ENST00000321612.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "AV",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "c.2033_2035delCAG",
"hgvs_p": "p.Ala678del",
"transcript": "ENST00000321612.8",
"protein_id": "ENSP00000370737.4",
"transcript_support_level": 1,
"aa_start": 678,
"aa_end": null,
"aa_length": 1020,
"cds_start": 2033,
"cds_end": null,
"cds_length": 3063,
"cdna_start": 2265,
"cdna_end": null,
"cdna_length": 3843,
"mane_select": "NM_000170.3",
"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": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "n.468_470delCAG",
"hgvs_p": null,
"transcript": "ENST00000638233.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 2046,
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "n.1601_1603delCAG",
"hgvs_p": null,
"transcript": "ENST00000639443.1",
"protein_id": null,
"transcript_support_level": 1,
"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": 2727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "AV",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "c.233_235delCAG",
"hgvs_p": "p.Ala78del",
"transcript": "ENST00000638661.1",
"protein_id": "ENSP00000491369.1",
"transcript_support_level": 5,
"aa_start": 78,
"aa_end": null,
"aa_length": 420,
"cds_start": 233,
"cds_end": null,
"cds_length": 1263,
"cdna_start": 254,
"cdna_end": null,
"cdna_length": 1796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "AV",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "c.233_235delCAG",
"hgvs_p": "p.Ala78del",
"transcript": "ENST00000639318.1",
"protein_id": "ENSP00000491932.1",
"transcript_support_level": 5,
"aa_start": 78,
"aa_end": null,
"aa_length": 388,
"cds_start": 233,
"cds_end": null,
"cds_length": 1167,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 2009,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "AV",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "c.233_235delCAG",
"hgvs_p": "p.Ala78del",
"transcript": "ENST00000640208.1",
"protein_id": "ENSP00000491895.1",
"transcript_support_level": 2,
"aa_start": 78,
"aa_end": null,
"aa_length": 106,
"cds_start": 233,
"cds_end": null,
"cds_length": 321,
"cdna_start": 316,
"cdna_end": null,
"cdna_length": 420,
"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": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "n.193_195delCAG",
"hgvs_p": null,
"transcript": "ENST00000460457.2",
"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": 386,
"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": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "n.220_222delCAG",
"hgvs_p": null,
"transcript": "ENST00000638694.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": 1614,
"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": 16,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "n.1733_1735delCAG",
"hgvs_p": null,
"transcript": "ENST00000639364.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": 3298,
"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": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "n.1741_1743delCAG",
"hgvs_p": null,
"transcript": "ENST00000639954.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": 3279,
"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": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "n.272_274delCAG",
"hgvs_p": null,
"transcript": "ENST00000640505.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": 1852,
"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": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"hgvs_c": "n.1916_1918delCAG",
"hgvs_p": null,
"transcript": "ENST00000640592.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": 2828,
"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": "ENSG00000296224",
"gene_hgnc_id": null,
"hgvs_c": "n.105+346_105+348delTGC",
"hgvs_p": null,
"transcript": "ENST00000737464.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": 706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "GLDC",
"gene_hgnc_id": 4313,
"dbsnp": "rs769625871",
"frequency_reference_population": 0.000002052152,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205215,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"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": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.475,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM2,PM4_Supporting,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM2",
"PM4_Supporting",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000170.3",
"gene_symbol": "GLDC",
"hgnc_id": 4313,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.2033_2035delCAG",
"hgvs_p": "p.Ala678del"
},
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000737464.1",
"gene_symbol": "ENSG00000296224",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.105+346_105+348delTGC",
"hgvs_p": null
}
],
"clinvar_disease": "Glycine encephalopathy,Glycine encephalopathy 1",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LP:3",
"phenotype_combined": "Glycine encephalopathy|Glycine encephalopathy 1",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}