← 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-128421005-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=128421005&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 128421005,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_016174.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "NM_016174.5",
"protein_id": "NP_057258.3",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 595,
"cds_start": 128,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000372838.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016174.5"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000372838.9",
"protein_id": "ENSP00000361929.4",
"transcript_support_level": 1,
"aa_start": 43,
"aa_end": null,
"aa_length": 595,
"cds_start": 128,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_016174.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372838.9"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000951772.1",
"protein_id": "ENSP00000621831.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 619,
"cds_start": 128,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951772.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000951773.1",
"protein_id": "ENSP00000621832.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 606,
"cds_start": 128,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951773.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000951767.1",
"protein_id": "ENSP00000621826.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 596,
"cds_start": 128,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951767.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000951770.1",
"protein_id": "ENSP00000621829.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 595,
"cds_start": 128,
"cds_end": null,
"cds_length": 1788,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951770.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000951771.1",
"protein_id": "ENSP00000621830.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 583,
"cds_start": 128,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951771.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000895870.1",
"protein_id": "ENSP00000565929.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 582,
"cds_start": 128,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895870.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000895872.1",
"protein_id": "ENSP00000565931.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 575,
"cds_start": 128,
"cds_end": null,
"cds_length": 1728,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895872.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000951768.1",
"protein_id": "ENSP00000621827.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 550,
"cds_start": 128,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951768.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000895871.1",
"protein_id": "ENSP00000565930.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 527,
"cds_start": 128,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895871.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000951769.1",
"protein_id": "ENSP00000621828.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 508,
"cds_start": 128,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951769.1"
},
{
"aa_ref": "E",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala",
"transcript": "ENST00000895873.1",
"protein_id": "ENSP00000565932.1",
"transcript_support_level": null,
"aa_start": 43,
"aa_end": null,
"aa_length": 440,
"cds_start": 128,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895873.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.-1900A>C",
"hgvs_p": null,
"transcript": "ENST00000372842.5",
"protein_id": "ENSP00000361933.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 517,
"cds_start": null,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372842.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.-415A>C",
"hgvs_p": null,
"transcript": "ENST00000411852.5",
"protein_id": "ENSP00000403766.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 78,
"cds_start": null,
"cds_end": null,
"cds_length": 237,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411852.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.-415A>C",
"hgvs_p": null,
"transcript": "XM_047423450.1",
"protein_id": "XP_047279406.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 517,
"cds_start": null,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423450.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": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.-38+1727A>C",
"hgvs_p": null,
"transcript": "NM_001286760.1",
"protein_id": "NP_001273689.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 517,
"cds_start": null,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286760.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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.-38+1203A>C",
"hgvs_p": null,
"transcript": "ENST00000420512.5",
"protein_id": "ENSP00000416676.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 217,
"cds_start": null,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420512.5"
},
{
"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": 1,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.-38+1727A>C",
"hgvs_p": null,
"transcript": "ENST00000447915.5",
"protein_id": "ENSP00000402928.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 108,
"cds_start": null,
"cds_end": null,
"cds_length": 328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000447915.5"
},
{
"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": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.-37-1863A>C",
"hgvs_p": null,
"transcript": "ENST00000420034.5",
"protein_id": "ENSP00000402508.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 63,
"cds_start": null,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420034.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "n.525A>C",
"hgvs_p": null,
"transcript": "ENST00000493788.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000493788.5"
}
],
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04259881377220154,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.173,
"revel_prediction": "Benign",
"alphamissense_score": 0.0978,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.35,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.172,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_016174.5",
"gene_symbol": "CERCAM",
"hgnc_id": 23723,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.128A>C",
"hgvs_p": "p.Glu43Ala"
}
],
"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
}