← 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: 1-154983791-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=154983791&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "1",
"pos": 154983791,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_025207.5",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "R",
"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": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Gly33Arg",
"transcript": "NM_025207.5",
"protein_id": "NP_079483.3",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 587,
"cds_start": 97,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 448,
"cdna_end": null,
"cdna_length": 2189,
"mane_select": "ENST00000292180.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": true,
"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": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Gly33Arg",
"transcript": "ENST00000292180.8",
"protein_id": "ENSP00000292180.3",
"transcript_support_level": 1,
"aa_start": 33,
"aa_end": null,
"aa_length": 587,
"cds_start": 97,
"cds_end": null,
"cds_length": 1764,
"cdna_start": 448,
"cdna_end": null,
"cdna_length": 2189,
"mane_select": "NM_025207.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.-144-51G>A",
"hgvs_p": null,
"transcript": "ENST00000315144.14",
"protein_id": "ENSP00000317296.10",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 490,
"cds_start": -4,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.-144-51G>A",
"hgvs_p": null,
"transcript": "ENST00000368432.5",
"protein_id": "ENSP00000357417.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": -4,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.-789-51G>A",
"hgvs_p": null,
"transcript": "ENST00000368431.7",
"protein_id": "ENSP00000357416.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": -4,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Gly33Arg",
"transcript": "ENST00000368433.5",
"protein_id": "ENSP00000357418.1",
"transcript_support_level": 2,
"aa_start": 33,
"aa_end": null,
"aa_length": 456,
"cds_start": 97,
"cds_end": null,
"cds_length": 1371,
"cdna_start": 440,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.-144-51G>A",
"hgvs_p": null,
"transcript": "NM_201398.3",
"protein_id": "NP_958800.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 490,
"cds_start": -4,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.-144-51G>A",
"hgvs_p": null,
"transcript": "NM_001184891.2",
"protein_id": "NP_001171820.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 446,
"cds_start": -4,
"cds_end": null,
"cds_length": 1341,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.-789-51G>A",
"hgvs_p": null,
"transcript": "NM_001184892.2",
"protein_id": "NP_001171821.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 294,
"cds_start": -4,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1826,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "n.204-51G>A",
"hgvs_p": null,
"transcript": "ENST00000487371.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 757,
"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": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "n.60+394G>A",
"hgvs_p": null,
"transcript": "ENST00000492620.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.-144-51G>A",
"hgvs_p": null,
"transcript": "XM_047430940.1",
"protein_id": "XP_047286896.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 429,
"cds_start": -4,
"cds_end": null,
"cds_length": 1290,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.-430+394G>A",
"hgvs_p": null,
"transcript": "XM_047430941.1",
"protein_id": "XP_047286897.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": -4,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"hgvs_c": "c.-144-51G>A",
"hgvs_p": null,
"transcript": "XM_047430945.1",
"protein_id": "XP_047286901.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 320,
"cds_start": -4,
"cds_end": null,
"cds_length": 963,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FLAD1",
"gene_hgnc_id": 24671,
"dbsnp": "rs142890812",
"frequency_reference_population": 0.000286234,
"hom_count_reference_population": 0,
"allele_count_reference_population": 462,
"gnomad_exomes_af": 0.000307139,
"gnomad_genomes_af": 0.0000854218,
"gnomad_exomes_ac": 449,
"gnomad_genomes_ac": 13,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.047001153230667114,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.034,
"revel_prediction": "Benign",
"alphamissense_score": 0.1183,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.45,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.208,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_025207.5",
"gene_symbol": "FLAD1",
"hgnc_id": 24671,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Gly33Arg"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}