← 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: 3-127599364-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=127599364&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 127599364,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004526.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "c.53G>C",
"hgvs_p": "p.Arg18Pro",
"transcript": "NM_004526.4",
"protein_id": "NP_004517.2",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 904,
"cds_start": 53,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000265056.12",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004526.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "c.53G>C",
"hgvs_p": "p.Arg18Pro",
"transcript": "ENST00000265056.12",
"protein_id": "ENSP00000265056.7",
"transcript_support_level": 1,
"aa_start": 18,
"aa_end": null,
"aa_length": 904,
"cds_start": 53,
"cds_end": null,
"cds_length": 2715,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004526.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000265056.12"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "c.53G>C",
"hgvs_p": "p.Arg18Pro",
"transcript": "ENST00000927678.1",
"protein_id": "ENSP00000597737.1",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 903,
"cds_start": 53,
"cds_end": null,
"cds_length": 2712,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927678.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "c.53G>C",
"hgvs_p": "p.Arg18Pro",
"transcript": "ENST00000927679.1",
"protein_id": "ENSP00000597738.1",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 852,
"cds_start": 53,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927679.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "c.53G>C",
"hgvs_p": "p.Arg18Pro",
"transcript": "ENST00000927680.1",
"protein_id": "ENSP00000597739.1",
"transcript_support_level": null,
"aa_start": 18,
"aa_end": null,
"aa_length": 820,
"cds_start": 53,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927680.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "c.26G>C",
"hgvs_p": "p.Arg9Pro",
"transcript": "ENST00000480910.1",
"protein_id": "ENSP00000419802.1",
"transcript_support_level": 2,
"aa_start": 9,
"aa_end": null,
"aa_length": 127,
"cds_start": 26,
"cds_end": null,
"cds_length": 385,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000480910.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "c.26G>C",
"hgvs_p": "p.Arg9Pro",
"transcript": "ENST00000472731.1",
"protein_id": "ENSP00000418930.1",
"transcript_support_level": 2,
"aa_start": 9,
"aa_end": null,
"aa_length": 102,
"cds_start": 26,
"cds_end": null,
"cds_length": 310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000472731.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "c.26G>C",
"hgvs_p": "p.Arg9Pro",
"transcript": "XM_024453531.2",
"protein_id": "XP_024309299.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 895,
"cds_start": 26,
"cds_end": null,
"cds_length": 2688,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024453531.2"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "n.53G>C",
"hgvs_p": null,
"transcript": "ENST00000474964.6",
"protein_id": "ENSP00000420007.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": "ENST00000474964.6"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "n.109G>C",
"hgvs_p": null,
"transcript": "NR_073375.2",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_073375.2"
},
{
"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": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"hgvs_c": "n.-116G>C",
"hgvs_p": null,
"transcript": "ENST00000477668.5",
"protein_id": "ENSP00000417800.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": "ENST00000477668.5"
}
],
"gene_symbol": "MCM2",
"gene_hgnc_id": 6944,
"dbsnp": "rs185298481",
"frequency_reference_population": 0.00026020565,
"hom_count_reference_population": 3,
"allele_count_reference_population": 420,
"gnomad_exomes_af": 0.000268842,
"gnomad_genomes_af": 0.0001773,
"gnomad_exomes_ac": 393,
"gnomad_genomes_ac": 27,
"gnomad_exomes_homalt": 3,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0054572224617004395,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.12,
"revel_prediction": "Benign",
"alphamissense_score": 0.0885,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.4,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.133,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS2",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_004526.4",
"gene_symbol": "MCM2",
"hgnc_id": 6944,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.53G>C",
"hgvs_p": "p.Arg18Pro"
}
],
"clinvar_disease": "Autosomal dominant nonsyndromic hearing loss 70,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2 B:1",
"phenotype_combined": "not provided|Autosomal dominant nonsyndromic hearing loss 70|not specified",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}