← 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: 21-34985055-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=21&pos=34985055&ref=T&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "21",
"pos": 34985055,
"ref": "T",
"alt": "A",
"effect": "intron_variant",
"transcript": "NM_001754.5",
"consequences": [
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "NM_001754.5",
"protein_id": "NP_001745.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5971,
"mane_select": "ENST00000675419.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "ENST00000675419.1",
"protein_id": "ENSP00000501943.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5971,
"mane_select": "NM_001754.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "ENST00000300305.7",
"protein_id": "ENSP00000300305.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "ENST00000416754.1",
"protein_id": "ENSP00000405158.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 31,
"cds_start": -4,
"cds_end": null,
"cds_length": 97,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "n.58+63787A>T",
"hgvs_p": null,
"transcript": "ENST00000482318.5",
"protein_id": "ENSP00000477067.1",
"transcript_support_level": 1,
"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": 1710,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "ENST00000455571.5",
"protein_id": "ENSP00000388189.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 139,
"cds_start": -4,
"cds_end": null,
"cds_length": 420,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 610,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 13,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "ENST00000475045.6",
"protein_id": "ENSP00000477072.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 48,
"cds_start": -4,
"cds_end": null,
"cds_length": 148,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1582,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_011529766.3",
"protein_id": "XP_011528068.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6058,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_047441007.1",
"protein_id": "XP_047296963.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": -4,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6180,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_011529767.3",
"protein_id": "XP_011528069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 467,
"cds_start": -4,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_047441009.1",
"protein_id": "XP_047296965.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 467,
"cds_start": -4,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6141,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_047441010.1",
"protein_id": "XP_047296966.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 467,
"cds_start": -4,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6019,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_005261069.5",
"protein_id": "XP_005261126.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": -4,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5779,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_047441011.1",
"protein_id": "XP_047296967.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": -4,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5988,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_047441012.1",
"protein_id": "XP_047296968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": -4,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_011529768.3",
"protein_id": "XP_011528070.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 403,
"cds_start": -4,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_047441014.1",
"protein_id": "XP_047296970.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 403,
"cds_start": -4,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_047441015.1",
"protein_id": "XP_047296971.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 403,
"cds_start": -4,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null,
"transcript": "XM_011529770.3",
"protein_id": "XP_011528072.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 277,
"cds_start": -4,
"cds_end": null,
"cds_length": 834,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1417,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RUNX1",
"gene_hgnc_id": 10471,
"dbsnp": "rs2834714",
"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": -1.0099999904632568,
"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": -1.01,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.498,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001754.5",
"gene_symbol": "RUNX1",
"hgnc_id": 10471,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.58+63787A>T",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}