← 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: 8-66883927-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=66883927&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 66883927,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_173518.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "NM_173518.5",
"protein_id": "NP_775789.3",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 681,
"cds_start": 1006,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000422365.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173518.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "ENST00000422365.7",
"protein_id": "ENSP00000413632.2",
"transcript_support_level": 2,
"aa_start": 336,
"aa_end": null,
"aa_length": 681,
"cds_start": 1006,
"cds_end": null,
"cds_length": 2046,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_173518.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422365.7"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "ENST00000396592.7",
"protein_id": "ENSP00000379837.3",
"transcript_support_level": 1,
"aa_start": 336,
"aa_end": null,
"aa_length": 590,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396592.7"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "ENST00000492775.5",
"protein_id": "ENSP00000428037.1",
"transcript_support_level": 1,
"aa_start": 336,
"aa_end": null,
"aa_length": 368,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000492775.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.952C>A",
"hgvs_p": "p.Arg318Ser",
"transcript": "ENST00000872356.1",
"protein_id": "ENSP00000542415.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 663,
"cds_start": 952,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872356.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.946C>A",
"hgvs_p": "p.Arg316Ser",
"transcript": "ENST00000872355.1",
"protein_id": "ENSP00000542414.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 661,
"cds_start": 946,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000872355.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "ENST00000941704.1",
"protein_id": "ENSP00000611763.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 654,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941704.1"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "NM_001136160.2",
"protein_id": "NP_001129632.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 632,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136160.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "ENST00000313616.5",
"protein_id": "ENSP00000317234.5",
"transcript_support_level": 2,
"aa_start": 336,
"aa_end": null,
"aa_length": 632,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1899,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000313616.5"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "NM_001136161.2",
"protein_id": "NP_001129633.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 590,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136161.2"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "XM_011517467.4",
"protein_id": "XP_011515769.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 667,
"cds_start": 1006,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517467.4"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.952C>A",
"hgvs_p": "p.Arg318Ser",
"transcript": "XM_006716427.4",
"protein_id": "XP_006716490.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 663,
"cds_start": 952,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716427.4"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "XM_006716429.3",
"protein_id": "XP_006716492.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 654,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006716429.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.880C>A",
"hgvs_p": "p.Arg294Ser",
"transcript": "XM_011517468.3",
"protein_id": "XP_011515770.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 639,
"cds_start": 880,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517468.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser",
"transcript": "XM_011517469.3",
"protein_id": "XP_011515771.1",
"transcript_support_level": null,
"aa_start": 336,
"aa_end": null,
"aa_length": 628,
"cds_start": 1006,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517469.3"
},
{
"aa_ref": "R",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "c.817C>A",
"hgvs_p": "p.Arg273Ser",
"transcript": "XM_005251174.3",
"protein_id": "XP_005251231.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 618,
"cds_start": 817,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005251174.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "n.*634C>A",
"hgvs_p": null,
"transcript": "ENST00000415737.1",
"protein_id": "ENSP00000395867.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000415737.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "n.*761C>A",
"hgvs_p": null,
"transcript": "ENST00000428734.5",
"protein_id": "ENSP00000416848.1",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000428734.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "n.*634C>A",
"hgvs_p": null,
"transcript": "ENST00000415737.1",
"protein_id": "ENSP00000395867.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000415737.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"hgvs_c": "n.*761C>A",
"hgvs_p": null,
"transcript": "ENST00000428734.5",
"protein_id": "ENSP00000416848.1",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000428734.5"
}
],
"gene_symbol": "MCMDC2",
"gene_hgnc_id": 26368,
"dbsnp": "rs774182901",
"frequency_reference_population": 0.0000013682549,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136825,
"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.03463172912597656,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.006,
"revel_prediction": "Benign",
"alphamissense_score": 0.1153,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.079,
"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_173518.5",
"gene_symbol": "MCMDC2",
"hgnc_id": 26368,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1006C>A",
"hgvs_p": "p.Arg336Ser"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}