← 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: 19-45712759-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=45712759&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 45712759,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001080469.2",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "NM_001080469.2",
"protein_id": "NP_001073938.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 863,
"cdna_end": null,
"cdna_length": 2993,
"mane_select": "ENST00000317683.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001080469.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "ENST00000317683.4",
"protein_id": "ENSP00000410007.1",
"transcript_support_level": 2,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 863,
"cdna_end": null,
"cdna_length": 2993,
"mane_select": "NM_001080469.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000317683.4"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "NM_001329632.1",
"protein_id": "NP_001316561.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1325,
"cdna_end": null,
"cdna_length": 3455,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329632.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "NM_001329633.2",
"protein_id": "NP_001316562.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1058,
"cdna_end": null,
"cdna_length": 3188,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329633.2"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "NM_001329634.1",
"protein_id": "NP_001316563.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 839,
"cdna_end": null,
"cdna_length": 2969,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001329634.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "ENST00000925224.1",
"protein_id": "ENSP00000595283.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 2988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925224.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "ENST00000925225.1",
"protein_id": "ENSP00000595284.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 804,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925225.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "ENST00000925226.1",
"protein_id": "ENSP00000595285.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 950,
"cdna_end": null,
"cdna_length": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925226.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "XM_047438538.1",
"protein_id": "XP_047294494.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 1276,
"cdna_end": null,
"cdna_length": 3406,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438538.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro",
"transcript": "XM_047438539.1",
"protein_id": "XP_047294495.1",
"transcript_support_level": null,
"aa_start": 246,
"aa_end": null,
"aa_length": 603,
"cds_start": 737,
"cds_end": null,
"cds_length": 1812,
"cdna_start": 880,
"cdna_end": null,
"cdna_length": 3010,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438539.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"hgvs_c": "c.*185T>C",
"hgvs_p": null,
"transcript": "ENST00000586899.1",
"protein_id": "ENSP00000468336.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 183,
"cds_start": null,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 654,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586899.1"
}
],
"gene_symbol": "FBXO46",
"gene_hgnc_id": 25069,
"dbsnp": null,
"frequency_reference_population": 0.0000013709504,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137095,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1928650140762329,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.095,
"revel_prediction": "Benign",
"alphamissense_score": 0.1095,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.622,
"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_001080469.2",
"gene_symbol": "FBXO46",
"hgnc_id": 25069,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.737T>C",
"hgvs_p": "p.Leu246Pro"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}