← 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-108943994-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=108943994&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 108943994,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_003798.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Leu637Phe",
"transcript": "NM_003798.4",
"protein_id": "NP_003789.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 734,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000325551.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003798.4"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Leu637Phe",
"transcript": "ENST00000325551.9",
"protein_id": "ENSP00000320434.4",
"transcript_support_level": 1,
"aa_start": 637,
"aa_end": null,
"aa_length": 734,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2205,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003798.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000325551.9"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Leu637Phe",
"transcript": "ENST00000374595.8",
"protein_id": "ENSP00000363723.4",
"transcript_support_level": 1,
"aa_start": 637,
"aa_end": null,
"aa_length": 718,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374595.8"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Leu637Phe",
"transcript": "ENST00000863428.1",
"protein_id": "ENSP00000533487.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 732,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863428.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1906C>T",
"hgvs_p": "p.Leu636Phe",
"transcript": "ENST00000916573.1",
"protein_id": "ENSP00000586632.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 731,
"cds_start": 1906,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916573.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1906C>T",
"hgvs_p": "p.Leu636Phe",
"transcript": "ENST00000964502.1",
"protein_id": "ENSP00000634561.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 731,
"cds_start": 1906,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964502.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1906C>T",
"hgvs_p": "p.Leu636Phe",
"transcript": "ENST00000964505.1",
"protein_id": "ENSP00000634564.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 731,
"cds_start": 1906,
"cds_end": null,
"cds_length": 2196,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964505.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Leu637Phe",
"transcript": "NM_001286974.2",
"protein_id": "NP_001273903.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 718,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286974.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Leu637Phe",
"transcript": "ENST00000964504.1",
"protein_id": "ENSP00000634563.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 712,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2139,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964504.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1789C>T",
"hgvs_p": "p.Leu597Phe",
"transcript": "ENST00000964501.1",
"protein_id": "ENSP00000634560.1",
"transcript_support_level": null,
"aa_start": 597,
"aa_end": null,
"aa_length": 692,
"cds_start": 1789,
"cds_end": null,
"cds_length": 2079,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964501.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1705C>T",
"hgvs_p": "p.Leu569Phe",
"transcript": "ENST00000964500.1",
"protein_id": "ENSP00000634559.1",
"transcript_support_level": null,
"aa_start": 569,
"aa_end": null,
"aa_length": 666,
"cds_start": 1705,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964500.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1702C>T",
"hgvs_p": "p.Leu568Phe",
"transcript": "ENST00000964503.1",
"protein_id": "ENSP00000634562.1",
"transcript_support_level": null,
"aa_start": 568,
"aa_end": null,
"aa_length": 665,
"cds_start": 1702,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964503.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.112C>T",
"hgvs_p": "p.Leu38Phe",
"transcript": "ENST00000374594.1",
"protein_id": "ENSP00000363722.1",
"transcript_support_level": 3,
"aa_start": 38,
"aa_end": null,
"aa_length": 135,
"cds_start": 112,
"cds_end": null,
"cds_length": 408,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374594.1"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Leu637Phe",
"transcript": "XM_005252291.5",
"protein_id": "XP_005252348.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 732,
"cds_start": 1909,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005252291.5"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"hgvs_c": "c.1378C>T",
"hgvs_p": "p.Leu460Phe",
"transcript": "XM_017015250.3",
"protein_id": "XP_016870739.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 557,
"cds_start": 1378,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017015250.3"
},
{
"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": 6,
"intron_rank_end": null,
"gene_symbol": "ABITRAM",
"gene_hgnc_id": 1364,
"hgvs_c": "c.*25+4283G>A",
"hgvs_p": null,
"transcript": "ENST00000964591.1",
"protein_id": "ENSP00000634650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 181,
"cds_start": null,
"cds_end": null,
"cds_length": 546,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964591.1"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ABITRAM",
"gene_hgnc_id": 1364,
"hgvs_c": "c.262-6513G>A",
"hgvs_p": null,
"transcript": "NM_001410990.1",
"protein_id": "NP_001397919.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 115,
"cds_start": null,
"cds_end": null,
"cds_length": 348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410990.1"
},
{
"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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ABITRAM",
"gene_hgnc_id": 1364,
"hgvs_c": "c.262-6513G>A",
"hgvs_p": null,
"transcript": "ENST00000374624.7",
"protein_id": "ENSP00000363754.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 115,
"cds_start": null,
"cds_end": null,
"cds_length": 348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000374624.7"
}
],
"gene_symbol": "CTNNAL1",
"gene_hgnc_id": 2512,
"dbsnp": "rs754763124",
"frequency_reference_population": 0.000026646836,
"hom_count_reference_population": 1,
"allele_count_reference_population": 43,
"gnomad_exomes_af": 0.0000260007,
"gnomad_genomes_af": 0.0000328511,
"gnomad_exomes_ac": 38,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.15144884586334229,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.041,
"revel_prediction": "Benign",
"alphamissense_score": 0.0903,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.35,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.122,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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_003798.4",
"gene_symbol": "CTNNAL1",
"hgnc_id": 2512,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1909C>T",
"hgvs_p": "p.Leu637Phe"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001410990.1",
"gene_symbol": "ABITRAM",
"hgnc_id": 1364,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.262-6513G>A",
"hgvs_p": null
}
],
"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
}