← 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: 5-148442051-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=148442051&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 148442051,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000340253.10",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.3471G>A",
"hgvs_p": "p.Met1157Ile",
"transcript": "NM_205836.3",
"protein_id": "NP_995308.1",
"transcript_support_level": null,
"aa_start": 1157,
"aa_end": null,
"aa_length": 1188,
"cds_start": 3471,
"cds_end": null,
"cds_length": 3567,
"cdna_start": 3616,
"cdna_end": null,
"cdna_length": 4401,
"mane_select": "ENST00000340253.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.3471G>A",
"hgvs_p": "p.Met1157Ile",
"transcript": "ENST00000340253.10",
"protein_id": "ENSP00000342023.6",
"transcript_support_level": 5,
"aa_start": 1157,
"aa_end": null,
"aa_length": 1188,
"cds_start": 3471,
"cds_end": null,
"cds_length": 3567,
"cdna_start": 3616,
"cdna_end": null,
"cdna_length": 4401,
"mane_select": "NM_205836.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.3246G>A",
"hgvs_p": "p.Met1082Ile",
"transcript": "ENST00000394370.7",
"protein_id": "ENSP00000377895.3",
"transcript_support_level": 1,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1113,
"cds_start": 3246,
"cds_end": null,
"cds_length": 3342,
"cdna_start": 3347,
"cdna_end": null,
"cdna_length": 4132,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.2736G>A",
"hgvs_p": "p.Met912Ile",
"transcript": "ENST00000513826.1",
"protein_id": "ENSP00000426410.1",
"transcript_support_level": 1,
"aa_start": 912,
"aa_end": null,
"aa_length": 943,
"cds_start": 2736,
"cds_end": null,
"cds_length": 2832,
"cdna_start": 2801,
"cdna_end": null,
"cdna_length": 3585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.3246G>A",
"hgvs_p": "p.Met1082Ile",
"transcript": "NM_030793.5",
"protein_id": "NP_110420.3",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1113,
"cds_start": 3246,
"cds_end": null,
"cds_length": 3342,
"cdna_start": 3391,
"cdna_end": null,
"cdna_length": 4176,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.2736G>A",
"hgvs_p": "p.Met912Ile",
"transcript": "NM_001271723.2",
"protein_id": "NP_001258652.1",
"transcript_support_level": null,
"aa_start": 912,
"aa_end": null,
"aa_length": 943,
"cds_start": 2736,
"cds_end": null,
"cds_length": 2832,
"cdna_start": 2881,
"cdna_end": null,
"cdna_length": 3666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.2736G>A",
"hgvs_p": "p.Met912Ile",
"transcript": "ENST00000296701.10",
"protein_id": "ENSP00000296701.6",
"transcript_support_level": 2,
"aa_start": 912,
"aa_end": null,
"aa_length": 943,
"cds_start": 2736,
"cds_end": null,
"cds_length": 2832,
"cdna_start": 2904,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.3471G>A",
"hgvs_p": "p.Met1157Ile",
"transcript": "XM_024446223.2",
"protein_id": "XP_024301991.1",
"transcript_support_level": null,
"aa_start": 1157,
"aa_end": null,
"aa_length": 1188,
"cds_start": 3471,
"cds_end": null,
"cds_length": 3567,
"cdna_start": 4683,
"cdna_end": null,
"cdna_length": 5468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.3345G>A",
"hgvs_p": "p.Met1115Ile",
"transcript": "XM_006714797.3",
"protein_id": "XP_006714860.1",
"transcript_support_level": null,
"aa_start": 1115,
"aa_end": null,
"aa_length": 1146,
"cds_start": 3345,
"cds_end": null,
"cds_length": 3441,
"cdna_start": 3490,
"cdna_end": null,
"cdna_length": 4275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.3246G>A",
"hgvs_p": "p.Met1082Ile",
"transcript": "XM_047417784.1",
"protein_id": "XP_047273740.1",
"transcript_support_level": null,
"aa_start": 1082,
"aa_end": null,
"aa_length": 1113,
"cds_start": 3246,
"cds_end": null,
"cds_length": 3342,
"cdna_start": 4458,
"cdna_end": null,
"cdna_length": 5243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.2736G>A",
"hgvs_p": "p.Met912Ile",
"transcript": "XM_047417786.1",
"protein_id": "XP_047273742.1",
"transcript_support_level": null,
"aa_start": 912,
"aa_end": null,
"aa_length": 943,
"cds_start": 2736,
"cds_end": null,
"cds_length": 2832,
"cdna_start": 3948,
"cdna_end": null,
"cdna_length": 4733,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.2373G>A",
"hgvs_p": "p.Met791Ile",
"transcript": "XM_047417787.1",
"protein_id": "XP_047273743.1",
"transcript_support_level": null,
"aa_start": 791,
"aa_end": null,
"aa_length": 822,
"cds_start": 2373,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 2503,
"cdna_end": null,
"cdna_length": 3288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "M",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"hgvs_c": "c.2271G>A",
"hgvs_p": "p.Met757Ile",
"transcript": "XM_047417788.1",
"protein_id": "XP_047273744.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 788,
"cds_start": 2271,
"cds_end": null,
"cds_length": 2367,
"cdna_start": 2349,
"cdna_end": null,
"cdna_length": 3134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FBXO38",
"gene_hgnc_id": 28844,
"dbsnp": "rs764469305",
"frequency_reference_population": 0.000012391758,
"hom_count_reference_population": 0,
"allele_count_reference_population": 20,
"gnomad_exomes_af": 0.0000129981,
"gnomad_genomes_af": 0.00000656909,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09395268559455872,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.106,
"revel_prediction": "Benign",
"alphamissense_score": 0.4675,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.559,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000340253.10",
"gene_symbol": "FBXO38",
"hgnc_id": 28844,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.3471G>A",
"hgvs_p": "p.Met1157Ile"
}
],
"clinvar_disease": "Distal hereditary motor neuropathy type 2",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Distal hereditary motor neuropathy type 2",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}