← 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-70028046-CCT-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=70028046&ref=CCT&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 70028046,
"ref": "CCT",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_001399.5",
"consequences": [
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null,
"transcript": "NM_001399.5",
"protein_id": "NP_001390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 391,
"cds_start": null,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5235,
"mane_select": "ENST00000374552.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001399.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null,
"transcript": "ENST00000374552.9",
"protein_id": "ENSP00000363680.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 391,
"cds_start": null,
"cds_end": null,
"cds_length": 1176,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5235,
"mane_select": "NM_001399.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374552.9"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null,
"transcript": "ENST00000374553.6",
"protein_id": "ENSP00000363681.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 389,
"cds_start": null,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5272,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374553.6"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null,
"transcript": "ENST00000524573.5",
"protein_id": "ENSP00000432585.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1381,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524573.5"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null,
"transcript": "NM_001005609.2",
"protein_id": "NP_001005609.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 389,
"cds_start": null,
"cds_end": null,
"cds_length": 1170,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5229,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005609.2"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null,
"transcript": "NM_001440761.1",
"protein_id": "NP_001427690.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 388,
"cds_start": null,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5226,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440761.1"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null,
"transcript": "NM_001005612.3",
"protein_id": "NP_001005612.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 386,
"cds_start": null,
"cds_end": null,
"cds_length": 1161,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5220,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001005612.3"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null,
"transcript": "NM_001440762.1",
"protein_id": "NP_001427691.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 377,
"cds_start": null,
"cds_end": null,
"cds_length": 1134,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5193,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440762.1"
},
{
"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": 7,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.310+11_310+12delCT",
"hgvs_p": null,
"transcript": "ENST00000616899.1",
"protein_id": "ENSP00000481963.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 259,
"cds_start": null,
"cds_end": null,
"cds_length": 780,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4643,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616899.1"
},
{
"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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.310+11_310+12delCT",
"hgvs_p": null,
"transcript": "ENST00000503592.5",
"protein_id": "ENSP00000423037.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 135,
"cds_start": null,
"cds_end": null,
"cds_length": 410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 557,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503592.5"
},
{
"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": 8,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null,
"transcript": "XM_011530885.3",
"protein_id": "XP_011529187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 345,
"cds_start": null,
"cds_end": null,
"cds_length": 1038,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2080,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530885.3"
}
],
"gene_symbol": "EDA",
"gene_hgnc_id": 3157,
"dbsnp": "rs10579679",
"frequency_reference_population": 0.40960157,
"hom_count_reference_population": 226219,
"allele_count_reference_population": 488814,
"gnomad_exomes_af": 0.406348,
"gnomad_genomes_af": 0.442186,
"gnomad_exomes_ac": 440908,
"gnomad_genomes_ac": 47906,
"gnomad_exomes_homalt": 63118,
"gnomad_genomes_homalt": 8117,
"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": 0.988,
"phylop100way_prediction": "Benign",
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001399.5",
"gene_symbol": "EDA",
"hgnc_id": 3157,
"effects": [
"intron_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.706+11_706+12delCT",
"hgvs_p": null
}
],
"clinvar_disease": "Hypohidrotic X-linked ectodermal dysplasia,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:6",
"phenotype_combined": "not specified|not provided|Hypohidrotic X-linked ectodermal dysplasia",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}