← 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: 19-19149293-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=19149293&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 19149293,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001145785.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2B",
"gene_hgnc_id": 6995,
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His",
"transcript": "NM_001145785.2",
"protein_id": "NP_001139257.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 368,
"cds_start": 191,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000424583.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145785.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2B",
"gene_hgnc_id": 6995,
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His",
"transcript": "ENST00000424583.7",
"protein_id": "ENSP00000402154.2",
"transcript_support_level": 5,
"aa_start": 64,
"aa_end": null,
"aa_length": 368,
"cds_start": 191,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001145785.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424583.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "c.242G>A",
"hgvs_p": "p.Arg81His",
"transcript": "ENST00000514819.7",
"protein_id": "ENSP00000454967.3",
"transcript_support_level": 5,
"aa_start": 81,
"aa_end": null,
"aa_length": 382,
"cds_start": 242,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514819.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2B",
"gene_hgnc_id": 6995,
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His",
"transcript": "ENST00000410050.5",
"protein_id": "ENSP00000386374.1",
"transcript_support_level": 5,
"aa_start": 64,
"aa_end": null,
"aa_length": 375,
"cds_start": 191,
"cds_end": null,
"cds_length": 1128,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000410050.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2B",
"gene_hgnc_id": 6995,
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His",
"transcript": "ENST00000892131.1",
"protein_id": "ENSP00000562190.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 368,
"cds_start": 191,
"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": "ENST00000892131.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2B",
"gene_hgnc_id": 6995,
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His",
"transcript": "NM_001367282.1",
"protein_id": "NP_001354211.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 365,
"cds_start": 191,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367282.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His",
"transcript": "NM_005919.4",
"protein_id": "NP_005910.1",
"transcript_support_level": null,
"aa_start": 64,
"aa_end": null,
"aa_length": 365,
"cds_start": 191,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005919.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2B",
"gene_hgnc_id": 6995,
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His",
"transcript": "ENST00000444486.7",
"protein_id": "ENSP00000390762.2",
"transcript_support_level": 2,
"aa_start": 64,
"aa_end": null,
"aa_length": 365,
"cds_start": 191,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444486.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2B",
"gene_hgnc_id": 6995,
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His",
"transcript": "ENST00000409224.5",
"protein_id": "ENSP00000386480.1",
"transcript_support_level": 2,
"aa_start": 64,
"aa_end": null,
"aa_length": 297,
"cds_start": 191,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409224.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MEF2B",
"gene_hgnc_id": 6995,
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His",
"transcript": "ENST00000409447.2",
"protein_id": "ENSP00000386784.2",
"transcript_support_level": 3,
"aa_start": 64,
"aa_end": null,
"aa_length": 286,
"cds_start": 191,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409447.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.*262G>A",
"hgvs_p": null,
"transcript": "ENST00000354191.8",
"protein_id": "ENSP00000457957.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": "ENST00000354191.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.350G>A",
"hgvs_p": null,
"transcript": "ENST00000602276.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": "ENST00000602276.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_region_variant",
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.576G>A",
"hgvs_p": null,
"transcript": "ENST00000602438.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000602438.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.*262G>A",
"hgvs_p": null,
"transcript": "ENST00000602804.5",
"protein_id": "ENSP00000473577.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": "ENST00000602804.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.*262G>A",
"hgvs_p": null,
"transcript": "ENST00000630940.2",
"protein_id": "ENSP00000486975.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": "ENST00000630940.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.657G>A",
"hgvs_p": null,
"transcript": "NR_027307.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_027307.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.657G>A",
"hgvs_p": null,
"transcript": "NR_027308.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_027308.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.*262G>A",
"hgvs_p": null,
"transcript": "ENST00000354191.8",
"protein_id": "ENSP00000457957.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": "ENST00000354191.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.*262G>A",
"hgvs_p": null,
"transcript": "ENST00000602804.5",
"protein_id": "ENSP00000473577.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": "ENST00000602804.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BORCS8-MEF2B",
"gene_hgnc_id": 39979,
"hgvs_c": "n.*262G>A",
"hgvs_p": null,
"transcript": "ENST00000630940.2",
"protein_id": "ENSP00000486975.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": "ENST00000630940.2"
}
],
"gene_symbol": "MEF2B",
"gene_hgnc_id": 6995,
"dbsnp": "rs371035718",
"frequency_reference_population": 0.000018590079,
"hom_count_reference_population": 0,
"allele_count_reference_population": 30,
"gnomad_exomes_af": 0.0000198374,
"gnomad_genomes_af": 0.00000658415,
"gnomad_exomes_ac": 29,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.43357178568840027,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.433,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1752,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.908,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001145785.2",
"gene_symbol": "MEF2B",
"hgnc_id": 6995,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His"
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_005919.4",
"gene_symbol": "BORCS8-MEF2B",
"hgnc_id": 39979,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.191G>A",
"hgvs_p": "p.Arg64His"
}
],
"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
}