← 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: 7-33905649-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=33905649&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 33905649,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000649409.2",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu",
"transcript": "NM_001365308.1",
"protein_id": "NP_001352237.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 685,
"cds_start": 36,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 111,
"cdna_end": null,
"cdna_length": 5287,
"mane_select": "ENST00000649409.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu",
"transcript": "ENST00000649409.2",
"protein_id": "ENSP00000497748.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 685,
"cds_start": 36,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 111,
"cdna_end": null,
"cdna_length": 5287,
"mane_select": "NM_001365308.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu",
"transcript": "ENST00000297161.6",
"protein_id": "ENSP00000297161.2",
"transcript_support_level": 1,
"aa_start": 12,
"aa_end": null,
"aa_length": 685,
"cds_start": 36,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 410,
"cdna_end": null,
"cdna_length": 5031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu",
"transcript": "NM_133468.5",
"protein_id": "NP_597725.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 685,
"cds_start": 36,
"cds_end": null,
"cds_length": 2058,
"cdna_start": 406,
"cdna_end": null,
"cdna_length": 5582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu",
"transcript": "ENST00000650544.1",
"protein_id": "ENSP00000497982.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 650,
"cds_start": 36,
"cds_end": null,
"cds_length": 1953,
"cdna_start": 111,
"cdna_end": null,
"cdna_length": 3213,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu",
"transcript": "ENST00000648445.1",
"protein_id": "ENSP00000498008.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 627,
"cds_start": 36,
"cds_end": null,
"cds_length": 1884,
"cdna_start": 66,
"cdna_end": null,
"cdna_length": 3106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu",
"transcript": "ENST00000648392.1",
"protein_id": "ENSP00000497488.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 592,
"cds_start": 36,
"cds_end": null,
"cds_length": 1779,
"cdna_start": 111,
"cdna_end": null,
"cdna_length": 3106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu",
"transcript": "NM_001410872.1",
"protein_id": "NP_001397801.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 575,
"cds_start": 36,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 111,
"cdna_end": null,
"cdna_length": 4957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu",
"transcript": "ENST00000648848.1",
"protein_id": "ENSP00000497963.1",
"transcript_support_level": null,
"aa_start": 12,
"aa_end": null,
"aa_length": 575,
"cds_start": 36,
"cds_end": null,
"cds_length": 1728,
"cdna_start": 105,
"cdna_end": null,
"cdna_length": 2930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.111G>A",
"hgvs_p": null,
"transcript": "ENST00000444773.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 547,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.410G>A",
"hgvs_p": null,
"transcript": "ENST00000448280.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 844,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.147G>A",
"hgvs_p": null,
"transcript": "ENST00000496609.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.36G>A",
"hgvs_p": null,
"transcript": "ENST00000647656.1",
"protein_id": "ENSP00000497346.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3005,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.36G>A",
"hgvs_p": null,
"transcript": "ENST00000648229.1",
"protein_id": "ENSP00000498201.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3100,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.36G>A",
"hgvs_p": null,
"transcript": "ENST00000648305.1",
"protein_id": "ENSP00000497365.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.36G>A",
"hgvs_p": null,
"transcript": "ENST00000648618.1",
"protein_id": "ENSP00000496953.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2675,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.36G>A",
"hgvs_p": null,
"transcript": "ENST00000649002.1",
"protein_id": "ENSP00000496926.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.36G>A",
"hgvs_p": null,
"transcript": "ENST00000650206.1",
"protein_id": "ENSP00000497637.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.235+1107G>A",
"hgvs_p": null,
"transcript": "ENST00000436222.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"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": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "c.-376G>A",
"hgvs_p": null,
"transcript": "ENST00000648856.1",
"protein_id": "ENSP00000496854.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 517,
"cds_start": -4,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3133,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.-376G>A",
"hgvs_p": null,
"transcript": "ENST00000650202.1",
"protein_id": "ENSP00000497972.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"hgvs_c": "n.-22G>A",
"hgvs_p": null,
"transcript": "ENST00000650350.1",
"protein_id": "ENSP00000497933.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3210,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "BMPER",
"gene_hgnc_id": 24154,
"dbsnp": null,
"frequency_reference_population": 0.0000013687287,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136873,
"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.47999998927116394,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.48,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.888,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "ENST00000649409.2",
"gene_symbol": "BMPER",
"hgnc_id": 24154,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.36G>A",
"hgvs_p": "p.Glu12Glu"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}