← 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: 8-60862258-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=60862258&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 5,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "CHD7",
"hgnc_id": 20626,
"hgvs_c": "c.7893A>T",
"hgvs_p": "p.Arg2631Arg",
"inheritance_mode": "AD,AR",
"pathogenic_score": 2,
"score": -3,
"transcript": "NM_017780.4",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_score": -3,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.5,
"chr": "8",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.5,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 2997,
"aa_ref": "R",
"aa_start": 2631,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11606,
"cdna_start": 8410,
"cds_end": null,
"cds_length": 8994,
"cds_start": 7893,
"consequences": [
"synonymous_variant"
],
"exon_count": 38,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "NM_017780.4",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7893A>T",
"hgvs_p": "p.Arg2631Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000423902.7",
"protein_coding": true,
"protein_id": "NP_060250.2",
"strand": true,
"transcript": "NM_017780.4",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 2997,
"aa_ref": "R",
"aa_start": 2631,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 11606,
"cdna_start": 8410,
"cds_end": null,
"cds_length": 8994,
"cds_start": 7893,
"consequences": [
"synonymous_variant"
],
"exon_count": 38,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "ENST00000423902.7",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7893A>T",
"hgvs_p": "p.Arg2631Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_017780.4",
"protein_coding": true,
"protein_id": "ENSP00000392028.1",
"strand": true,
"transcript": "ENST00000423902.7",
"transcript_support_level": 5
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 948,
"aa_ref": "R",
"aa_start": 582,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3456,
"cdna_start": 1814,
"cds_end": null,
"cds_length": 2847,
"cds_start": 1746,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000524602.5",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.1746A>T",
"hgvs_p": "p.Arg582Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000437061.1",
"strand": true,
"transcript": "ENST00000524602.5",
"transcript_support_level": 1
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 3008,
"aa_ref": "R",
"aa_start": 2642,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10464,
"cdna_start": 8400,
"cds_end": null,
"cds_length": 9027,
"cds_start": 7926,
"consequences": [
"synonymous_variant"
],
"exon_count": 38,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "ENST00000933299.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7926A>T",
"hgvs_p": "p.Arg2642Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603358.1",
"strand": true,
"transcript": "ENST00000933299.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 2997,
"aa_ref": "R",
"aa_start": 2631,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10294,
"cdna_start": 8237,
"cds_end": null,
"cds_length": 8994,
"cds_start": 7893,
"consequences": [
"synonymous_variant"
],
"exon_count": 38,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "ENST00000933300.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7893A>T",
"hgvs_p": "p.Arg2631Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603359.1",
"strand": true,
"transcript": "ENST00000933300.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 2986,
"aa_ref": "R",
"aa_start": 2620,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 10433,
"cdna_start": 8334,
"cds_end": null,
"cds_length": 8961,
"cds_start": 7860,
"consequences": [
"synonymous_variant"
],
"exon_count": 38,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "ENST00000933298.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7860A>T",
"hgvs_p": "p.Arg2620Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603357.1",
"strand": true,
"transcript": "ENST00000933298.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 948,
"aa_ref": "R",
"aa_start": 582,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5116,
"cdna_start": 1920,
"cds_end": null,
"cds_length": 2847,
"cds_start": 1746,
"consequences": [
"synonymous_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001316690.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.1746A>T",
"hgvs_p": "p.Arg582Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001303619.1",
"strand": true,
"transcript": "NM_001316690.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 3027,
"aa_ref": "R",
"aa_start": 2661,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11696,
"cdna_start": 8500,
"cds_end": null,
"cds_length": 9084,
"cds_start": 7983,
"consequences": [
"synonymous_variant"
],
"exon_count": 39,
"exon_rank": 37,
"exon_rank_end": null,
"feature": "XM_011517553.3",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7983A>T",
"hgvs_p": "p.Arg2661Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011515855.1",
"strand": true,
"transcript": "XM_011517553.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 3027,
"aa_ref": "R",
"aa_start": 2661,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11650,
"cdna_start": 8454,
"cds_end": null,
"cds_length": 9084,
"cds_start": 7983,
"consequences": [
"synonymous_variant"
],
"exon_count": 39,
"exon_rank": 37,
"exon_rank_end": null,
"feature": "XM_011517554.4",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7983A>T",
"hgvs_p": "p.Arg2661Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011515856.1",
"strand": true,
"transcript": "XM_011517554.4",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 3027,
"aa_ref": "R",
"aa_start": 2661,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11711,
"cdna_start": 8515,
"cds_end": null,
"cds_length": 9084,
"cds_start": 7983,
"consequences": [
"synonymous_variant"
],
"exon_count": 39,
"exon_rank": 37,
"exon_rank_end": null,
"feature": "XM_017013612.2",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7983A>T",
"hgvs_p": "p.Arg2661Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016869101.1",
"strand": true,
"transcript": "XM_017013612.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 3026,
"aa_ref": "R",
"aa_start": 2660,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11693,
"cdna_start": 8497,
"cds_end": null,
"cds_length": 9081,
"cds_start": 7980,
"consequences": [
"synonymous_variant"
],
"exon_count": 39,
"exon_rank": 37,
"exon_rank_end": null,
"feature": "XM_011517555.3",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7980A>T",
"hgvs_p": "p.Arg2660Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011515857.1",
"strand": true,
"transcript": "XM_011517555.3",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 2996,
"aa_ref": "R",
"aa_start": 2630,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11603,
"cdna_start": 8407,
"cds_end": null,
"cds_length": 8991,
"cds_start": 7890,
"consequences": [
"synonymous_variant"
],
"exon_count": 38,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "XM_017013613.2",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7890A>T",
"hgvs_p": "p.Arg2630Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016869102.1",
"strand": true,
"transcript": "XM_017013613.2",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 2953,
"aa_ref": "R",
"aa_start": 2587,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11474,
"cdna_start": 8278,
"cds_end": null,
"cds_length": 8862,
"cds_start": 7761,
"consequences": [
"synonymous_variant"
],
"exon_count": 38,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "XM_047421945.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7761A>T",
"hgvs_p": "p.Arg2587Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047277901.1",
"strand": true,
"transcript": "XM_047421945.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 2952,
"aa_ref": "R",
"aa_start": 2586,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11471,
"cdna_start": 8275,
"cds_end": null,
"cds_length": 8859,
"cds_start": 7758,
"consequences": [
"synonymous_variant"
],
"exon_count": 38,
"exon_rank": 36,
"exon_rank_end": null,
"feature": "XM_047421946.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7758A>T",
"hgvs_p": "p.Arg2586Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047277902.1",
"strand": true,
"transcript": "XM_047421946.1",
"transcript_support_level": null
},
{
"aa_alt": "R",
"aa_end": null,
"aa_length": 2922,
"aa_ref": "R",
"aa_start": 2556,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 11381,
"cdna_start": 8185,
"cds_end": null,
"cds_length": 8769,
"cds_start": 7668,
"consequences": [
"synonymous_variant"
],
"exon_count": 37,
"exon_rank": 35,
"exon_rank_end": null,
"feature": "XM_047421947.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "c.7668A>T",
"hgvs_p": "p.Arg2556Arg",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047277903.1",
"strand": true,
"transcript": "XM_047421947.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 616,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000532149.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "n.315A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000532149.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4222,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000618450.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "n.1355A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000618450.1",
"transcript_support_level": 6
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3726,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000695850.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "n.1069A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000695850.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 1013,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000695851.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "n.273A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000695851.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 10902,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 37,
"exon_rank": 35,
"exon_rank_end": null,
"feature": "ENST00000695853.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "n.*952A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000512218.1",
"strand": true,
"transcript": "ENST00000695853.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 10902,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 37,
"exon_rank": 35,
"exon_rank_end": null,
"feature": "ENST00000695853.1",
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"hgvs_c": "n.*952A>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000512218.1",
"strand": true,
"transcript": "ENST00000695853.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "synonymous_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 20626,
"gene_symbol": "CHD7",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.228,
"pos": 60862258,
"ref": "A",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_017780.4"
}
]
}