← 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: 17-4555186-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=4555186&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 4555186,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_001105538.2",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "NM_014520.4",
"protein_id": "NP_055335.2",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1328,
"cds_start": 139,
"cds_end": null,
"cds_length": 3987,
"cdna_start": 199,
"cdna_end": null,
"cdna_length": 4558,
"mane_select": "ENST00000254718.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014520.4"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000254718.9",
"protein_id": "ENSP00000254718.4",
"transcript_support_level": 1,
"aa_start": 47,
"aa_end": null,
"aa_length": 1328,
"cds_start": 139,
"cds_end": null,
"cds_length": 3987,
"cdna_start": 199,
"cdna_end": null,
"cdna_length": 4558,
"mane_select": "NM_014520.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000254718.9"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000932213.1",
"protein_id": "ENSP00000602272.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1343,
"cds_start": 139,
"cds_end": null,
"cds_length": 4032,
"cdna_start": 198,
"cdna_end": null,
"cdna_length": 4602,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932213.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "NM_001105538.2",
"protein_id": "NP_001099008.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1332,
"cds_start": 139,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 199,
"cdna_end": null,
"cdna_length": 4095,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001105538.2"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000381556.6",
"protein_id": "ENSP00000370968.2",
"transcript_support_level": 5,
"aa_start": 47,
"aa_end": null,
"aa_length": 1332,
"cds_start": 139,
"cds_end": null,
"cds_length": 3999,
"cdna_start": 201,
"cdna_end": null,
"cdna_length": 4104,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381556.6"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000932210.1",
"protein_id": "ENSP00000602269.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1325,
"cds_start": 139,
"cds_end": null,
"cds_length": 3978,
"cdna_start": 199,
"cdna_end": null,
"cdna_length": 4549,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932210.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000896004.1",
"protein_id": "ENSP00000566063.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1324,
"cds_start": 139,
"cds_end": null,
"cds_length": 3975,
"cdna_start": 173,
"cdna_end": null,
"cdna_length": 4520,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896004.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000932217.1",
"protein_id": "ENSP00000602276.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1318,
"cds_start": 139,
"cds_end": null,
"cds_length": 3957,
"cdna_start": 198,
"cdna_end": null,
"cdna_length": 4420,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932217.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000932211.1",
"protein_id": "ENSP00000602270.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1314,
"cds_start": 139,
"cds_end": null,
"cds_length": 3945,
"cdna_start": 199,
"cdna_end": null,
"cdna_length": 4516,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932211.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000896005.1",
"protein_id": "ENSP00000566064.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1305,
"cds_start": 139,
"cds_end": null,
"cds_length": 3918,
"cdna_start": 169,
"cdna_end": null,
"cdna_length": 4459,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896005.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000932214.1",
"protein_id": "ENSP00000602273.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1305,
"cds_start": 139,
"cds_end": null,
"cds_length": 3918,
"cdna_start": 193,
"cdna_end": null,
"cdna_length": 4483,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932214.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000932212.1",
"protein_id": "ENSP00000602271.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1299,
"cds_start": 139,
"cds_end": null,
"cds_length": 3900,
"cdna_start": 198,
"cdna_end": null,
"cdna_length": 4470,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932212.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000932215.1",
"protein_id": "ENSP00000602274.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1292,
"cds_start": 139,
"cds_end": null,
"cds_length": 3879,
"cdna_start": 160,
"cdna_end": null,
"cdna_length": 4411,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932215.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000932216.1",
"protein_id": "ENSP00000602275.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1265,
"cds_start": 139,
"cds_end": null,
"cds_length": 3798,
"cdna_start": 160,
"cdna_end": null,
"cdna_length": 4330,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932216.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "ENST00000896003.1",
"protein_id": "ENSP00000566062.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1097,
"cds_start": 139,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 215,
"cdna_end": null,
"cdna_length": 3881,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000896003.1"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "XM_024450536.2",
"protein_id": "XP_024306304.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 1120,
"cds_start": 139,
"cds_end": null,
"cds_length": 3363,
"cdna_start": 199,
"cdna_end": null,
"cdna_length": 4421,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024450536.2"
},
{
"aa_ref": "Q",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*",
"transcript": "XM_047435119.1",
"protein_id": "XP_047291075.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 723,
"cds_start": 139,
"cds_end": null,
"cds_length": 2172,
"cdna_start": 199,
"cdna_end": null,
"cdna_length": 2331,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047435119.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"hgvs_c": "n.173C>T",
"hgvs_p": null,
"transcript": "ENST00000570986.1",
"protein_id": null,
"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": 982,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000570986.1"
}
],
"gene_symbol": "MYBBP1A",
"gene_hgnc_id": 7546,
"dbsnp": "rs758083465",
"frequency_reference_population": 0.000003109766,
"hom_count_reference_population": 0,
"allele_count_reference_population": 5,
"gnomad_exomes_af": 0.00000274803,
"gnomad_genomes_af": 0.00000656806,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5099999904632568,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.10999999940395355,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.51,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 4.632,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.11,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001105538.2",
"gene_symbol": "MYBBP1A",
"hgnc_id": 7546,
"effects": [
"stop_gained"
],
"inheritance_mode": "AD",
"hgvs_c": "c.139C>T",
"hgvs_p": "p.Gln47*"
}
],
"clinvar_disease": "Autism",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Autism",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}