← 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: 2-149575713-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=149575713&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 149575713,
"ref": "T",
"alt": "C",
"effect": "missense_variant,splice_region_variant",
"transcript": "NM_015702.3",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "NM_015702.3",
"protein_id": "NP_056517.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 296,
"cds_start": 607,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000303319.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015702.3"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "ENST00000303319.10",
"protein_id": "ENSP00000301920.5",
"transcript_support_level": 1,
"aa_start": 203,
"aa_end": null,
"aa_length": 296,
"cds_start": 607,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015702.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000303319.10"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.730A>G",
"hgvs_p": "p.Lys244Glu",
"transcript": "ENST00000934249.1",
"protein_id": "ENSP00000604308.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 337,
"cds_start": 730,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934249.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "ENST00000422782.2",
"protein_id": "ENSP00000408331.2",
"transcript_support_level": 5,
"aa_start": 203,
"aa_end": null,
"aa_length": 330,
"cds_start": 607,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422782.2"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "ENST00000428879.5",
"protein_id": "ENSP00000389060.1",
"transcript_support_level": 2,
"aa_start": 203,
"aa_end": null,
"aa_length": 296,
"cds_start": 607,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000428879.5"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "ENST00000893992.1",
"protein_id": "ENSP00000564051.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 296,
"cds_start": 607,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893992.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "ENST00000893995.1",
"protein_id": "ENSP00000564054.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 296,
"cds_start": 607,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893995.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "ENST00000893996.1",
"protein_id": "ENSP00000564055.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 296,
"cds_start": 607,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893996.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "ENST00000893997.1",
"protein_id": "ENSP00000564056.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 296,
"cds_start": 607,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893997.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "ENST00000949352.1",
"protein_id": "ENSP00000619411.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 296,
"cds_start": 607,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000949352.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.586A>G",
"hgvs_p": "p.Lys196Glu",
"transcript": "ENST00000934248.1",
"protein_id": "ENSP00000604307.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 289,
"cds_start": 586,
"cds_end": null,
"cds_length": 870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934248.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.556A>G",
"hgvs_p": "p.Lys186Glu",
"transcript": "ENST00000934250.1",
"protein_id": "ENSP00000604309.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 279,
"cds_start": 556,
"cds_end": null,
"cds_length": 840,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934250.1"
},
{
"aa_ref": "K",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu",
"transcript": "ENST00000893994.1",
"protein_id": "ENSP00000564053.1",
"transcript_support_level": null,
"aa_start": 203,
"aa_end": null,
"aa_length": 267,
"cds_start": 607,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893994.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"hgvs_c": "c.10-4542A>G",
"hgvs_p": null,
"transcript": "ENST00000893993.1",
"protein_id": "ENSP00000564052.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 96,
"cds_start": null,
"cds_end": null,
"cds_length": 291,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893993.1"
}
],
"gene_symbol": "MMADHC",
"gene_hgnc_id": 25221,
"dbsnp": "rs1553453961",
"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.43161797523498535,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.3479999899864197,
"splice_prediction_selected": "Benign",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": 0.315,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.2671,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 5.514,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.127253753245108,
"dbscsnv_ada_prediction": "Benign",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM1",
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015702.3",
"gene_symbol": "MMADHC",
"hgnc_id": 25221,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.607A>G",
"hgvs_p": "p.Lys203Glu"
}
],
"clinvar_disease": "Methylmalonic aciduria and homocystinuria type cblD",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Methylmalonic aciduria and homocystinuria type cblD",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}