← 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: X-69957121-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=69957121&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 69957121,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001399.5",
"consequences": [
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala",
"transcript": "NM_001399.5",
"protein_id": "NP_001390.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 391,
"cds_start": 491,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000374552.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399.5"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala",
"transcript": "ENST00000374552.9",
"protein_id": "ENSP00000363680.4",
"transcript_support_level": 1,
"aa_start": 164,
"aa_end": null,
"aa_length": 391,
"cds_start": 491,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001399.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374552.9"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala",
"transcript": "ENST00000374553.6",
"protein_id": "ENSP00000363681.2",
"transcript_support_level": 1,
"aa_start": 164,
"aa_end": null,
"aa_length": 389,
"cds_start": 491,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374553.6"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala",
"transcript": "ENST00000524573.5",
"protein_id": "ENSP00000432585.1",
"transcript_support_level": 1,
"aa_start": 164,
"aa_end": null,
"aa_length": 386,
"cds_start": 491,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524573.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "n.733A>C",
"hgvs_p": null,
"transcript": "ENST00000374548.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000374548.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "n.784A>C",
"hgvs_p": null,
"transcript": "ENST00000502251.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000502251.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "n.1106A>C",
"hgvs_p": null,
"transcript": "ENST00000533317.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000533317.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala",
"transcript": "NM_001005609.2",
"protein_id": "NP_001005609.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 389,
"cds_start": 491,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005609.2"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala",
"transcript": "NM_001440761.1",
"protein_id": "NP_001427690.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 388,
"cds_start": 491,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440761.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala",
"transcript": "NM_001005612.3",
"protein_id": "NP_001005612.2",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 386,
"cds_start": 491,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005612.3"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala",
"transcript": "NM_001440762.1",
"protein_id": "NP_001427691.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 377,
"cds_start": 491,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440762.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.95A>C",
"hgvs_p": "p.Glu32Ala",
"transcript": "ENST00000616899.1",
"protein_id": "ENSP00000481963.1",
"transcript_support_level": 5,
"aa_start": 32,
"aa_end": null,
"aa_length": 259,
"cds_start": 95,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616899.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.95A>C",
"hgvs_p": "p.Glu32Ala",
"transcript": "ENST00000503592.5",
"protein_id": "ENSP00000423037.1",
"transcript_support_level": 5,
"aa_start": 32,
"aa_end": null,
"aa_length": 135,
"cds_start": 95,
"cds_end": null,
"cds_length": 410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503592.5"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala",
"transcript": "XM_011530885.3",
"protein_id": "XP_011529187.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 345,
"cds_start": 491,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530885.3"
}
],
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"dbsnp": "rs397516663",
"frequency_reference_population": 0.00007549643,
"hom_count_reference_population": 30,
"allele_count_reference_population": 91,
"gnomad_exomes_af": 0.0000741424,
"gnomad_genomes_af": 0.0000886038,
"gnomad_exomes_ac": 81,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.030016154050827026,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": 0.563,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1656,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.16,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.173,
"phylop100way_prediction": "Uncertain_significance",
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "PM1,PP2,BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 13,
"pathogenic_score": 3,
"criteria": [
"PM1",
"PP2",
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001399.5",
"gene_symbol": "EDA",
"hgnc_id": 3157,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.491A>C",
"hgvs_p": "p.Glu164Ala"
}
],
"clinvar_disease": "Hypohidrotic X-linked ectodermal dysplasia,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 B:1",
"phenotype_combined": "not specified|Hypohidrotic X-linked ectodermal dysplasia",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}