← 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: 2-206141981-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=206141981&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 206141981,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000233190.11",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.1222C>T",
"hgvs_p": "p.Arg408Cys",
"transcript": "NM_005006.7",
"protein_id": "NP_004997.4",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 727,
"cds_start": 1222,
"cds_end": null,
"cds_length": 2184,
"cdna_start": 1330,
"cdna_end": null,
"cdna_length": 11660,
"mane_select": "ENST00000233190.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.1222C>T",
"hgvs_p": "p.Arg408Cys",
"transcript": "ENST00000233190.11",
"protein_id": "ENSP00000233190.5",
"transcript_support_level": 1,
"aa_start": 408,
"aa_end": null,
"aa_length": 727,
"cds_start": 1222,
"cds_end": null,
"cds_length": 2184,
"cdna_start": 1330,
"cdna_end": null,
"cdna_length": 11660,
"mane_select": "NM_005006.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.1264C>T",
"hgvs_p": "p.Arg422Cys",
"transcript": "NM_001199984.2",
"protein_id": "NP_001186913.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 741,
"cds_start": 1264,
"cds_end": null,
"cds_length": 2226,
"cdna_start": 1340,
"cdna_end": null,
"cdna_length": 11670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.1222C>T",
"hgvs_p": "p.Arg408Cys",
"transcript": "ENST00000449699.5",
"protein_id": "ENSP00000399912.1",
"transcript_support_level": 2,
"aa_start": 408,
"aa_end": null,
"aa_length": 727,
"cds_start": 1222,
"cds_end": null,
"cds_length": 2184,
"cdna_start": 1325,
"cdna_end": null,
"cdna_length": 2371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.1114C>T",
"hgvs_p": "p.Arg372Cys",
"transcript": "NM_001199981.2",
"protein_id": "NP_001186910.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 691,
"cds_start": 1114,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1222,
"cdna_end": null,
"cdna_length": 11552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.1114C>T",
"hgvs_p": "p.Arg372Cys",
"transcript": "ENST00000440274.5",
"protein_id": "ENSP00000409766.1",
"transcript_support_level": 2,
"aa_start": 372,
"aa_end": null,
"aa_length": 691,
"cds_start": 1114,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1203,
"cdna_end": null,
"cdna_length": 2394,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.1051C>T",
"hgvs_p": "p.Arg351Cys",
"transcript": "NM_001199983.2",
"protein_id": "NP_001186912.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 670,
"cds_start": 1051,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 1238,
"cdna_end": null,
"cdna_length": 11568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.1051C>T",
"hgvs_p": "p.Arg351Cys",
"transcript": "ENST00000423725.5",
"protein_id": "ENSP00000397760.1",
"transcript_support_level": 2,
"aa_start": 351,
"aa_end": null,
"aa_length": 670,
"cds_start": 1051,
"cds_end": null,
"cds_length": 2013,
"cdna_start": 1303,
"cdna_end": null,
"cdna_length": 2631,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.889C>T",
"hgvs_p": "p.Arg297Cys",
"transcript": "NM_001199982.2",
"protein_id": "NP_001186911.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 616,
"cds_start": 889,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1053,
"cdna_end": null,
"cdna_length": 11383,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.889C>T",
"hgvs_p": "p.Arg297Cys",
"transcript": "ENST00000432169.5",
"protein_id": "ENSP00000409689.1",
"transcript_support_level": 2,
"aa_start": 297,
"aa_end": null,
"aa_length": 616,
"cds_start": 889,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 1034,
"cdna_end": null,
"cdna_length": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"hgvs_c": "c.874C>T",
"hgvs_p": "p.Arg292Cys",
"transcript": "ENST00000457011.5",
"protein_id": "ENSP00000400976.1",
"transcript_support_level": 2,
"aa_start": 292,
"aa_end": null,
"aa_length": 611,
"cds_start": 874,
"cds_end": null,
"cds_length": 1836,
"cdna_start": 969,
"cdna_end": null,
"cdna_length": 2171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NDUFS1",
"gene_hgnc_id": 7707,
"dbsnp": "rs149271416",
"frequency_reference_population": 0.000009931251,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.0000102805,
"gnomad_genomes_af": 0.00000657886,
"gnomad_exomes_ac": 15,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.951413631439209,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.18000000715255737,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.915,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.757,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.49,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.587,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.18,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM2,PM5,PP2,PP3_Strong,PP5",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PM2",
"PM5",
"PP2",
"PP3_Strong",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000233190.11",
"gene_symbol": "NDUFS1",
"hgnc_id": 7707,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1222C>T",
"hgvs_p": "p.Arg408Cys"
}
],
"clinvar_disease": " nuclear type 5,Mitochondrial complex I deficiency,NDUFS1-related disorder,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:2 US:1",
"phenotype_combined": "Mitochondrial complex I deficiency, nuclear type 5|not provided|NDUFS1-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}