← 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: 16-84170124-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=84170124&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 84170124,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_178452.6",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1296G>A",
"hgvs_p": "p.Glu432Glu",
"transcript": "NM_178452.6",
"protein_id": "NP_848547.4",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 725,
"cds_start": 1296,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000378553.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_178452.6"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1296G>A",
"hgvs_p": "p.Glu432Glu",
"transcript": "ENST00000378553.10",
"protein_id": "ENSP00000367815.5",
"transcript_support_level": 1,
"aa_start": 432,
"aa_end": null,
"aa_length": 725,
"cds_start": 1296,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_178452.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000378553.10"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1296G>A",
"hgvs_p": "p.Glu432Glu",
"transcript": "ENST00000963697.1",
"protein_id": "ENSP00000633756.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 759,
"cds_start": 1296,
"cds_end": null,
"cds_length": 2280,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963697.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1296G>A",
"hgvs_p": "p.Glu432Glu",
"transcript": "ENST00000963694.1",
"protein_id": "ENSP00000633753.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 757,
"cds_start": 1296,
"cds_end": null,
"cds_length": 2274,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963694.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1344G>A",
"hgvs_p": "p.Glu448Glu",
"transcript": "ENST00000963696.1",
"protein_id": "ENSP00000633755.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 741,
"cds_start": 1344,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963696.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1296G>A",
"hgvs_p": "p.Glu432Glu",
"transcript": "ENST00000897897.1",
"protein_id": "ENSP00000567956.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 727,
"cds_start": 1296,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897897.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1380G>A",
"hgvs_p": "p.Glu460Glu",
"transcript": "ENST00000963695.1",
"protein_id": "ENSP00000633754.1",
"transcript_support_level": null,
"aa_start": 460,
"aa_end": null,
"aa_length": 654,
"cds_start": 1380,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963695.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.588G>A",
"hgvs_p": "p.Glu196Glu",
"transcript": "NM_001318756.1",
"protein_id": "NP_001305685.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 489,
"cds_start": 588,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001318756.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1344G>A",
"hgvs_p": "p.Glu448Glu",
"transcript": "XM_011522853.4",
"protein_id": "XP_011521155.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 772,
"cds_start": 1344,
"cds_end": null,
"cds_length": 2319,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522853.4"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1296G>A",
"hgvs_p": "p.Glu432Glu",
"transcript": "XM_017022918.3",
"protein_id": "XP_016878407.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 756,
"cds_start": 1296,
"cds_end": null,
"cds_length": 2271,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022918.3"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1344G>A",
"hgvs_p": "p.Glu448Glu",
"transcript": "XM_011522854.4",
"protein_id": "XP_011521156.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 743,
"cds_start": 1344,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522854.4"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1344G>A",
"hgvs_p": "p.Glu448Glu",
"transcript": "XM_011522855.4",
"protein_id": "XP_011521157.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 741,
"cds_start": 1344,
"cds_end": null,
"cds_length": 2226,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522855.4"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1296G>A",
"hgvs_p": "p.Glu432Glu",
"transcript": "XM_006721129.4",
"protein_id": "XP_006721192.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 727,
"cds_start": 1296,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006721129.4"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1083G>A",
"hgvs_p": "p.Glu361Glu",
"transcript": "XM_017022919.2",
"protein_id": "XP_016878408.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 685,
"cds_start": 1083,
"cds_end": null,
"cds_length": 2058,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022919.2"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1344G>A",
"hgvs_p": "p.Glu448Glu",
"transcript": "XM_047433589.1",
"protein_id": "XP_047289545.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 664,
"cds_start": 1344,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433589.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1344G>A",
"hgvs_p": "p.Glu448Glu",
"transcript": "XM_047433590.1",
"protein_id": "XP_047289546.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 662,
"cds_start": 1344,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433590.1"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1344G>A",
"hgvs_p": "p.Glu448Glu",
"transcript": "XM_011522857.4",
"protein_id": "XP_011521159.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 643,
"cds_start": 1344,
"cds_end": null,
"cds_length": 1932,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522857.4"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1344G>A",
"hgvs_p": "p.Glu448Glu",
"transcript": "XM_011522858.4",
"protein_id": "XP_011521160.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 641,
"cds_start": 1344,
"cds_end": null,
"cds_length": 1926,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522858.4"
},
{
"aa_ref": "E",
"aa_alt": "E",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.588G>A",
"hgvs_p": "p.Glu196Glu",
"transcript": "XM_017022920.3",
"protein_id": "XP_016878409.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 520,
"cds_start": 588,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022920.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.973G>A",
"hgvs_p": null,
"transcript": "ENST00000563818.5",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000563818.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.1450G>A",
"hgvs_p": null,
"transcript": "ENST00000570298.5",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000570298.5"
},
{
"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": 11,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.1225+71G>A",
"hgvs_p": null,
"transcript": "ENST00000563093.5",
"protein_id": "ENSP00000457373.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000563093.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.*148G>A",
"hgvs_p": null,
"transcript": "ENST00000567666.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000567666.1"
}
],
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"dbsnp": "rs9972733",
"frequency_reference_population": 0.0000065863137,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000658631,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.8799999952316284,
"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.88,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.933,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_178452.6",
"gene_symbol": "DNAAF1",
"hgnc_id": 30539,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1296G>A",
"hgvs_p": "p.Glu432Glu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}