← 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: 9-69053230-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=69053230&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2"
],
"effects": [
"stop_gained"
],
"gene_symbol": "FXN",
"hgnc_id": 3951,
"hgvs_c": "c.354C>G",
"hgvs_p": "p.Tyr118*",
"inheritance_mode": "AR",
"pathogenic_score": 10,
"score": 10,
"transcript": "NM_000144.5",
"verdict": "Pathogenic"
},
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000285130",
"hgnc_id": null,
"hgvs_c": "c.165+17283C>G",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 6,
"score": 6,
"transcript": "ENST00000642889.1",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2",
"acmg_score": 10,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.37,
"chr": "9",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.3700000047683716,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 210,
"aa_ref": "Y",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6978,
"cdna_start": 385,
"cds_end": null,
"cds_length": 633,
"cds_start": 354,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_000144.5",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "c.354C>G",
"hgvs_p": "p.Tyr118*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000484259.3",
"protein_coding": true,
"protein_id": "NP_000135.2",
"strand": true,
"transcript": "NM_000144.5",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 210,
"aa_ref": "Y",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6978,
"cdna_start": 385,
"cds_end": null,
"cds_length": 633,
"cds_start": 354,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000484259.3",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "c.354C>G",
"hgvs_p": "p.Tyr118*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000144.5",
"protein_coding": true,
"protein_id": "ENSP00000419243.2",
"strand": true,
"transcript": "ENST00000484259.3",
"transcript_support_level": 3
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 135,
"aa_ref": "Y",
"aa_start": 43,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2843,
"cdna_start": 445,
"cds_end": null,
"cds_length": 408,
"cds_start": 129,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000377270.8",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "c.129C>G",
"hgvs_p": "p.Tyr43*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000366482.4",
"strand": true,
"transcript": "ENST00000377270.8",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 135,
"aa_ref": "Y",
"aa_start": 43,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 856,
"cdna_start": 234,
"cds_end": null,
"cds_length": 408,
"cds_start": 129,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000498653.5",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "c.129C>G",
"hgvs_p": "p.Tyr43*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000418015.1",
"strand": true,
"transcript": "ENST00000498653.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1319,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4806,
"cdna_start": null,
"cds_end": null,
"cds_length": 3960,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000642889.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285130",
"hgvs_c": "c.165+17283C>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493780.1",
"strand": true,
"transcript": "ENST00000642889.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 224,
"aa_ref": "Y",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 689,
"cdna_start": 368,
"cds_end": null,
"cds_length": 675,
"cds_start": 354,
"consequences": [
"stop_gained"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000646862.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285130",
"hgvs_c": "c.354C>G",
"hgvs_p": "p.Tyr118*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000494599.1",
"strand": true,
"transcript": "ENST00000646862.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 212,
"aa_ref": "Y",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2251,
"cdna_start": 387,
"cds_end": null,
"cds_length": 639,
"cds_start": 354,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000915363.1",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "c.354C>G",
"hgvs_p": "p.Tyr118*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000585422.1",
"strand": true,
"transcript": "ENST00000915363.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 196,
"aa_ref": "Y",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6986,
"cdna_start": 385,
"cds_end": null,
"cds_length": 591,
"cds_start": 354,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_181425.3",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "c.354C>G",
"hgvs_p": "p.Tyr118*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_852090.1",
"strand": true,
"transcript": "NM_181425.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 196,
"aa_ref": "Y",
"aa_start": 118,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 922,
"cdna_start": 375,
"cds_end": null,
"cds_length": 591,
"cds_start": 354,
"consequences": [
"stop_gained"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000396366.6",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "c.354C>G",
"hgvs_p": "p.Tyr118*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000379652.2",
"strand": true,
"transcript": "ENST00000396366.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 169,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 881,
"cdna_start": null,
"cds_end": null,
"cds_length": 510,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000863456.1",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "c.263+6748C>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000533515.1",
"strand": true,
"transcript": "ENST00000863456.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 137,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 762,
"cdna_start": null,
"cds_end": null,
"cds_length": 414,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000863457.1",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "c.166-11708C>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000533516.1",
"strand": true,
"transcript": "ENST00000863457.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2156,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000642330.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285130",
"hgvs_c": "n.354C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000493770.1",
"strand": true,
"transcript": "ENST00000642330.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4322,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000643352.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285130",
"hgvs_c": "n.354C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000496488.1",
"strand": true,
"transcript": "ENST00000643352.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 844,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000643765.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285130",
"hgvs_c": "n.351C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000494300.1",
"strand": true,
"transcript": "ENST00000643765.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 531,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000644977.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285130",
"hgvs_c": "n.*79C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495651.1",
"strand": true,
"transcript": "ENST00000644977.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 531,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000644977.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285130",
"hgvs_c": "n.*79C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495651.1",
"strand": true,
"transcript": "ENST00000644977.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2632,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000644653.1",
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"hgvs_c": "n.263+6748C>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495217.1",
"strand": true,
"transcript": "ENST00000644653.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 6106,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 25,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000645088.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000285130",
"hgvs_c": "n.263+6748C>G",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000495447.1",
"strand": true,
"transcript": "ENST00000645088.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs148698100",
"effect": "stop_gained",
"frequency_reference_population": null,
"gene_hgnc_id": 3951,
"gene_symbol": "FXN",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.14,
"pos": 69053230,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_000144.5"
}
]
}