← 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-4409428-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=4409428&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 4409428,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_005483.3",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "NM_005483.3",
"protein_id": "NP_005474.2",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 956,
"cds_start": 629,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000301280.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005483.3"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000301280.10",
"protein_id": "ENSP00000301280.4",
"transcript_support_level": 1,
"aa_start": 210,
"aa_end": null,
"aa_length": 956,
"cds_start": 629,
"cds_end": null,
"cds_length": 2871,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005483.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000301280.10"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000900275.1",
"protein_id": "ENSP00000570334.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 1063,
"cds_start": 629,
"cds_end": null,
"cds_length": 3192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900275.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000926550.1",
"protein_id": "ENSP00000596609.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 1006,
"cds_start": 629,
"cds_end": null,
"cds_length": 3021,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926550.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000900277.1",
"protein_id": "ENSP00000570336.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 971,
"cds_start": 629,
"cds_end": null,
"cds_length": 2916,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900277.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000926546.1",
"protein_id": "ENSP00000596605.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 970,
"cds_start": 629,
"cds_end": null,
"cds_length": 2913,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926546.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000926549.1",
"protein_id": "ENSP00000596608.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 963,
"cds_start": 629,
"cds_end": null,
"cds_length": 2892,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926549.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000900276.1",
"protein_id": "ENSP00000570335.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 955,
"cds_start": 629,
"cds_end": null,
"cds_length": 2868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900276.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000926547.1",
"protein_id": "ENSP00000596606.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 954,
"cds_start": 629,
"cds_end": null,
"cds_length": 2865,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926547.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000926544.1",
"protein_id": "ENSP00000596603.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 933,
"cds_start": 629,
"cds_end": null,
"cds_length": 2802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926544.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000926548.1",
"protein_id": "ENSP00000596607.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 797,
"cds_start": 629,
"cds_end": null,
"cds_length": 2394,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926548.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "ENST00000926545.1",
"protein_id": "ENSP00000596604.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 385,
"cds_start": 629,
"cds_end": null,
"cds_length": 1158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926545.1"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "XM_011527605.3",
"protein_id": "XP_011525907.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 950,
"cds_start": 629,
"cds_end": null,
"cds_length": 2853,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527605.3"
},
{
"aa_ref": "L",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro",
"transcript": "XM_011527607.3",
"protein_id": "XP_011525909.1",
"transcript_support_level": null,
"aa_start": 210,
"aa_end": null,
"aa_length": 937,
"cds_start": 629,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011527607.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.-469+3466T>C",
"hgvs_p": null,
"transcript": "XM_047438011.1",
"protein_id": "XP_047293967.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": null,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438011.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.-469+6614T>C",
"hgvs_p": null,
"transcript": "XM_047438012.1",
"protein_id": "XP_047293968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 480,
"cds_start": null,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047438012.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "n.752T>C",
"hgvs_p": null,
"transcript": "XR_007066505.1",
"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": "XR_007066505.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "n.752T>C",
"hgvs_p": null,
"transcript": "XR_007066507.1",
"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": "XR_007066507.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "n.752T>C",
"hgvs_p": null,
"transcript": "XR_936135.3",
"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": "XR_936135.3"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.-17T>C",
"hgvs_p": null,
"transcript": "ENST00000587739.1",
"protein_id": "ENSP00000467296.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 290,
"cds_start": null,
"cds_end": null,
"cds_length": 875,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000587739.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "c.*125T>C",
"hgvs_p": null,
"transcript": "ENST00000585854.1",
"protein_id": "ENSP00000465142.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 150,
"cds_start": null,
"cds_end": null,
"cds_length": 453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000585854.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"hgvs_c": "n.*221T>C",
"hgvs_p": null,
"transcript": "ENST00000587580.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000587580.1"
}
],
"gene_symbol": "CHAF1A",
"gene_hgnc_id": 1910,
"dbsnp": null,
"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.13442689180374146,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.155,
"revel_prediction": "Benign",
"alphamissense_score": 0.0735,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.31,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.593,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_005483.3",
"gene_symbol": "CHAF1A",
"hgnc_id": 1910,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.629T>C",
"hgvs_p": "p.Leu210Pro"
}
],
"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
}