← 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-128424587-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=128424587&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 128424587,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_016174.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Ile",
"transcript": "NM_016174.5",
"protein_id": "NP_057258.3",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 595,
"cds_start": 739,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 760,
"cdna_end": null,
"cdna_length": 2308,
"mane_select": "ENST00000372838.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016174.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Ile",
"transcript": "ENST00000372838.9",
"protein_id": "ENSP00000361929.4",
"transcript_support_level": 1,
"aa_start": 247,
"aa_end": null,
"aa_length": 595,
"cds_start": 739,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 760,
"cdna_end": null,
"cdna_length": 2308,
"mane_select": "NM_016174.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372838.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "n.415G>A",
"hgvs_p": null,
"transcript": "ENST00000463535.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 1205,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000463535.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.811G>A",
"hgvs_p": "p.Val271Ile",
"transcript": "ENST00000951772.1",
"protein_id": "ENSP00000621831.1",
"transcript_support_level": null,
"aa_start": 271,
"aa_end": null,
"aa_length": 619,
"cds_start": 811,
"cds_end": null,
"cds_length": 1860,
"cdna_start": 831,
"cdna_end": null,
"cdna_length": 2379,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951772.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Ile",
"transcript": "ENST00000951773.1",
"protein_id": "ENSP00000621832.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 606,
"cds_start": 739,
"cds_end": null,
"cds_length": 1821,
"cdna_start": 759,
"cdna_end": null,
"cdna_length": 2336,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951773.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.742G>A",
"hgvs_p": "p.Val248Ile",
"transcript": "ENST00000951767.1",
"protein_id": "ENSP00000621826.1",
"transcript_support_level": null,
"aa_start": 248,
"aa_end": null,
"aa_length": 596,
"cds_start": 742,
"cds_end": null,
"cds_length": 1791,
"cdna_start": 802,
"cdna_end": null,
"cdna_length": 2350,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951767.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Ile",
"transcript": "ENST00000951770.1",
"protein_id": "ENSP00000621829.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 595,
"cds_start": 739,
"cds_end": null,
"cds_length": 1788,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 2323,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951770.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.703G>A",
"hgvs_p": "p.Val235Ile",
"transcript": "ENST00000951771.1",
"protein_id": "ENSP00000621830.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 583,
"cds_start": 703,
"cds_end": null,
"cds_length": 1752,
"cdna_start": 733,
"cdna_end": null,
"cdna_length": 2278,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951771.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Ile",
"transcript": "ENST00000895870.1",
"protein_id": "ENSP00000565929.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 582,
"cds_start": 739,
"cds_end": null,
"cds_length": 1749,
"cdna_start": 801,
"cdna_end": null,
"cdna_length": 2314,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895870.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.679G>A",
"hgvs_p": "p.Val227Ile",
"transcript": "ENST00000895872.1",
"protein_id": "ENSP00000565931.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 575,
"cds_start": 679,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 725,
"cdna_end": null,
"cdna_length": 2277,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895872.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.604G>A",
"hgvs_p": "p.Val202Ile",
"transcript": "ENST00000951768.1",
"protein_id": "ENSP00000621827.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 550,
"cds_start": 604,
"cds_end": null,
"cds_length": 1653,
"cdna_start": 653,
"cdna_end": null,
"cdna_length": 2205,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951768.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Ile",
"transcript": "ENST00000895871.1",
"protein_id": "ENSP00000565930.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 527,
"cds_start": 739,
"cds_end": null,
"cds_length": 1584,
"cdna_start": 785,
"cdna_end": null,
"cdna_length": 2133,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895871.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.505G>A",
"hgvs_p": "p.Val169Ile",
"transcript": "NM_001286760.1",
"protein_id": "NP_001273689.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 517,
"cds_start": 505,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 2213,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001286760.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.505G>A",
"hgvs_p": "p.Val169Ile",
"transcript": "ENST00000372842.5",
"protein_id": "ENSP00000361933.1",
"transcript_support_level": 5,
"aa_start": 169,
"aa_end": null,
"aa_length": 517,
"cds_start": 505,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 3649,
"cdna_end": null,
"cdna_length": 5201,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000372842.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Ile",
"transcript": "ENST00000951769.1",
"protein_id": "ENSP00000621828.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 508,
"cds_start": 739,
"cds_end": null,
"cds_length": 1527,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 2077,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000951769.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Ile",
"transcript": "ENST00000895873.1",
"protein_id": "ENSP00000565932.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 440,
"cds_start": 739,
"cds_end": null,
"cds_length": 1323,
"cdna_start": 754,
"cdna_end": null,
"cdna_length": 1837,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895873.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.505G>A",
"hgvs_p": "p.Val169Ile",
"transcript": "ENST00000420512.5",
"protein_id": "ENSP00000416676.1",
"transcript_support_level": 3,
"aa_start": 169,
"aa_end": null,
"aa_length": 217,
"cds_start": 505,
"cds_end": null,
"cds_length": 654,
"cdna_start": 738,
"cdna_end": null,
"cdna_length": 887,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420512.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.505G>A",
"hgvs_p": "p.Val169Ile",
"transcript": "XM_011518763.4",
"protein_id": "XP_011517065.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 517,
"cds_start": 505,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 1806,
"cdna_end": null,
"cdna_length": 3358,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011518763.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "c.505G>A",
"hgvs_p": "p.Val169Ile",
"transcript": "XM_047423450.1",
"protein_id": "XP_047279406.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 517,
"cds_start": 505,
"cds_end": null,
"cds_length": 1554,
"cdna_start": 1068,
"cdna_end": null,
"cdna_length": 2620,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423450.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "n.245G>A",
"hgvs_p": null,
"transcript": "ENST00000483893.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 587,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000483893.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"hgvs_c": "n.-15G>A",
"hgvs_p": null,
"transcript": "ENST00000487001.6",
"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": 553,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000487001.6"
}
],
"gene_symbol": "CERCAM",
"gene_hgnc_id": 23723,
"dbsnp": "rs201851324",
"frequency_reference_population": 0.00005265988,
"hom_count_reference_population": 1,
"allele_count_reference_population": 85,
"gnomad_exomes_af": 0.0000362558,
"gnomad_genomes_af": 0.000210114,
"gnomad_exomes_ac": 53,
"gnomad_genomes_ac": 32,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0772879421710968,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.319,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0856,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.785,
"phylop100way_prediction": "Uncertain_significance",
"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": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_016174.5",
"gene_symbol": "CERCAM",
"hgnc_id": 23723,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.739G>A",
"hgvs_p": "p.Val247Ile"
}
],
"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
}