← 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-84176003-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=84176003&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 84176003,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_178452.6",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1769C>T",
"hgvs_p": "p.Thr590Met",
"transcript": "NM_178452.6",
"protein_id": "NP_848547.4",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 725,
"cds_start": 1769,
"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": "T",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1769C>T",
"hgvs_p": "p.Thr590Met",
"transcript": "ENST00000378553.10",
"protein_id": "ENSP00000367815.5",
"transcript_support_level": 1,
"aa_start": 590,
"aa_end": null,
"aa_length": 725,
"cds_start": 1769,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1775C>T",
"hgvs_p": "p.Thr592Met",
"transcript": "ENST00000963697.1",
"protein_id": "ENSP00000633756.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 759,
"cds_start": 1775,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1769C>T",
"hgvs_p": "p.Thr590Met",
"transcript": "ENST00000963694.1",
"protein_id": "ENSP00000633753.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 757,
"cds_start": 1769,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1817C>T",
"hgvs_p": "p.Thr606Met",
"transcript": "ENST00000963696.1",
"protein_id": "ENSP00000633755.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 741,
"cds_start": 1817,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1775C>T",
"hgvs_p": "p.Thr592Met",
"transcript": "ENST00000897897.1",
"protein_id": "ENSP00000567956.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 727,
"cds_start": 1775,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1061C>T",
"hgvs_p": "p.Thr354Met",
"transcript": "NM_001318756.1",
"protein_id": "NP_001305685.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 489,
"cds_start": 1061,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.71C>T",
"hgvs_p": "p.Thr24Met",
"transcript": "ENST00000569735.1",
"protein_id": "ENSP00000454960.1",
"transcript_support_level": 2,
"aa_start": 24,
"aa_end": null,
"aa_length": 190,
"cds_start": 71,
"cds_end": null,
"cds_length": 573,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569735.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1817C>T",
"hgvs_p": "p.Thr606Met",
"transcript": "XM_011522853.4",
"protein_id": "XP_011521155.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 772,
"cds_start": 1817,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1769C>T",
"hgvs_p": "p.Thr590Met",
"transcript": "XM_017022918.3",
"protein_id": "XP_016878407.1",
"transcript_support_level": null,
"aa_start": 590,
"aa_end": null,
"aa_length": 756,
"cds_start": 1769,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1823C>T",
"hgvs_p": "p.Thr608Met",
"transcript": "XM_011522854.4",
"protein_id": "XP_011521156.1",
"transcript_support_level": null,
"aa_start": 608,
"aa_end": null,
"aa_length": 743,
"cds_start": 1823,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1817C>T",
"hgvs_p": "p.Thr606Met",
"transcript": "XM_011522855.4",
"protein_id": "XP_011521157.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 741,
"cds_start": 1817,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1775C>T",
"hgvs_p": "p.Thr592Met",
"transcript": "XM_006721129.4",
"protein_id": "XP_006721192.1",
"transcript_support_level": null,
"aa_start": 592,
"aa_end": null,
"aa_length": 727,
"cds_start": 1775,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1556C>T",
"hgvs_p": "p.Thr519Met",
"transcript": "XM_017022919.2",
"protein_id": "XP_016878408.1",
"transcript_support_level": null,
"aa_start": 519,
"aa_end": null,
"aa_length": 685,
"cds_start": 1556,
"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": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1061C>T",
"hgvs_p": "p.Thr354Met",
"transcript": "XM_017022920.3",
"protein_id": "XP_016878409.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 520,
"cds_start": 1061,
"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": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.*311C>T",
"hgvs_p": null,
"transcript": "XM_047433589.1",
"protein_id": "XP_047289545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 664,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.*311C>T",
"hgvs_p": null,
"transcript": "XM_047433590.1",
"protein_id": "XP_047289546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 662,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.1613-57C>T",
"hgvs_p": null,
"transcript": "ENST00000963695.1",
"protein_id": "ENSP00000633754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 654,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.241C>T",
"hgvs_p": null,
"transcript": "ENST00000562024.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000562024.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.1446C>T",
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.4222C>T",
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "n.776C>T",
"hgvs_p": null,
"transcript": "ENST00000623406.1",
"protein_id": null,
"transcript_support_level": 6,
"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": "TEC",
"feature": "ENST00000623406.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"hgvs_c": "c.-140C>T",
"hgvs_p": null,
"transcript": "ENST00000564928.1",
"protein_id": "ENSP00000457899.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 57,
"cds_start": null,
"cds_end": null,
"cds_length": 174,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000564928.1"
}
],
"gene_symbol": "DNAAF1",
"gene_hgnc_id": 30539,
"dbsnp": "rs34777958",
"frequency_reference_population": 0.014984295,
"hom_count_reference_population": 237,
"allele_count_reference_population": 24186,
"gnomad_exomes_af": 0.0154294,
"gnomad_genomes_af": 0.010713,
"gnomad_exomes_ac": 22554,
"gnomad_genomes_ac": 1632,
"gnomad_exomes_homalt": 224,
"gnomad_genomes_homalt": 13,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0023761391639709473,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.007,
"revel_prediction": "Benign",
"alphamissense_score": 0.1064,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.79,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.892,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_178452.6",
"gene_symbol": "DNAAF1",
"hgnc_id": 30539,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.1769C>T",
"hgvs_p": "p.Thr590Met"
}
],
"clinvar_disease": "Primary ciliary dyskinesia,Primary ciliary dyskinesia 13,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:10",
"phenotype_combined": "not specified|Primary ciliary dyskinesia|Primary ciliary dyskinesia 13|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}