← 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-54446143-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=54446143&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 54446143,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_004463.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD1",
"gene_hgnc_id": 3663,
"hgvs_c": "c.2852C>A",
"hgvs_p": "p.Pro951His",
"transcript": "NM_004463.3",
"protein_id": "NP_004454.2",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 961,
"cds_start": 2852,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000375135.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004463.3"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD1",
"gene_hgnc_id": 3663,
"hgvs_c": "c.2852C>A",
"hgvs_p": "p.Pro951His",
"transcript": "ENST00000375135.4",
"protein_id": "ENSP00000364277.3",
"transcript_support_level": 1,
"aa_start": 951,
"aa_end": null,
"aa_length": 961,
"cds_start": 2852,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004463.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375135.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSR2",
"gene_hgnc_id": 25455,
"hgvs_c": "c.*1593G>T",
"hgvs_p": null,
"transcript": "NM_058163.3",
"protein_id": "NP_477511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": null,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000375151.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_058163.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSR2",
"gene_hgnc_id": 25455,
"hgvs_c": "c.*1593G>T",
"hgvs_p": null,
"transcript": "ENST00000375151.5",
"protein_id": "ENSP00000364293.4",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": null,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_058163.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000375151.5"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD1",
"gene_hgnc_id": 3663,
"hgvs_c": "c.2852C>A",
"hgvs_p": "p.Pro951His",
"transcript": "ENST00000934021.1",
"protein_id": "ENSP00000604080.1",
"transcript_support_level": null,
"aa_start": 951,
"aa_end": null,
"aa_length": 961,
"cds_start": 2852,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934021.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD1",
"gene_hgnc_id": 3663,
"hgvs_c": "c.2849C>A",
"hgvs_p": "p.Pro950His",
"transcript": "ENST00000934019.1",
"protein_id": "ENSP00000604078.1",
"transcript_support_level": null,
"aa_start": 950,
"aa_end": null,
"aa_length": 960,
"cds_start": 2849,
"cds_end": null,
"cds_length": 2883,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934019.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD1",
"gene_hgnc_id": 3663,
"hgvs_c": "c.2846C>A",
"hgvs_p": "p.Pro949His",
"transcript": "ENST00000934020.1",
"protein_id": "ENSP00000604079.1",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 959,
"cds_start": 2846,
"cds_end": null,
"cds_length": 2880,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934020.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGD1",
"gene_hgnc_id": 3663,
"hgvs_c": "c.2690C>A",
"hgvs_p": "p.Pro897His",
"transcript": "ENST00000934022.1",
"protein_id": "ENSP00000604081.1",
"transcript_support_level": null,
"aa_start": 897,
"aa_end": null,
"aa_length": 907,
"cds_start": 2690,
"cds_end": null,
"cds_length": 2724,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934022.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSR2",
"gene_hgnc_id": 25455,
"hgvs_c": "c.*1593G>T",
"hgvs_p": null,
"transcript": "NM_001346789.2",
"protein_id": "NP_001333718.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 188,
"cds_start": null,
"cds_end": null,
"cds_length": 567,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346789.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSR2",
"gene_hgnc_id": 25455,
"hgvs_c": "c.*1593G>T",
"hgvs_p": null,
"transcript": "NM_001346790.2",
"protein_id": "NP_001333719.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": null,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346790.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSR2",
"gene_hgnc_id": 25455,
"hgvs_c": "c.*1593G>T",
"hgvs_p": null,
"transcript": "NM_001346791.2",
"protein_id": "NP_001333720.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": null,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346791.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TSR2",
"gene_hgnc_id": 25455,
"hgvs_c": "c.*1593G>T",
"hgvs_p": null,
"transcript": "NM_001346792.2",
"protein_id": "NP_001333721.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": null,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001346792.2"
}
],
"gene_symbol": "FGD1",
"gene_hgnc_id": 3663,
"dbsnp": null,
"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": 0.1305997669696808,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.138,
"revel_prediction": "Benign",
"alphamissense_score": 0.0848,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.696,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004463.3",
"gene_symbol": "FGD1",
"hgnc_id": 3663,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,XL",
"hgvs_c": "c.2852C>A",
"hgvs_p": "p.Pro951His"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_058163.3",
"gene_symbol": "TSR2",
"hgnc_id": 25455,
"effects": [
"3_prime_UTR_variant"
],
"inheritance_mode": "AD,XL",
"hgvs_c": "c.*1593G>T",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}