← 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: 1-172407798-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=172407798&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 172407798,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001350204.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2549G>A",
"hgvs_p": "p.Arg850His",
"transcript": "NM_015569.5",
"protein_id": "NP_056384.2",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 863,
"cds_start": 2549,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000627582.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015569.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2549G>A",
"hgvs_p": "p.Arg850His",
"transcript": "ENST00000627582.3",
"protein_id": "ENSP00000486701.1",
"transcript_support_level": 1,
"aa_start": 850,
"aa_end": null,
"aa_length": 863,
"cds_start": 2549,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015569.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000627582.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2537G>A",
"hgvs_p": "p.Arg846His",
"transcript": "ENST00000367731.5",
"protein_id": "ENSP00000356705.1",
"transcript_support_level": 1,
"aa_start": 846,
"aa_end": null,
"aa_length": 859,
"cds_start": 2537,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367731.5"
},
{
"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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2541-10483G>A",
"hgvs_p": null,
"transcript": "ENST00000485254.3",
"protein_id": "ENSP00000429165.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 858,
"cds_start": null,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000485254.3"
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "PIGC",
"gene_hgnc_id": 8960,
"hgvs_c": "n.177+7496C>T",
"hgvs_p": null,
"transcript": "ENST00000484368.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000484368.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2567G>A",
"hgvs_p": "p.Arg856His",
"transcript": "NM_001350204.2",
"protein_id": "NP_001337133.1",
"transcript_support_level": null,
"aa_start": 856,
"aa_end": null,
"aa_length": 869,
"cds_start": 2567,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350204.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2567G>A",
"hgvs_p": "p.Arg856His",
"transcript": "ENST00000355305.9",
"protein_id": "ENSP00000347457.5",
"transcript_support_level": 5,
"aa_start": 856,
"aa_end": null,
"aa_length": 869,
"cds_start": 2567,
"cds_end": null,
"cds_length": 2610,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355305.9"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2537G>A",
"hgvs_p": "p.Arg846His",
"transcript": "NM_001136127.3",
"protein_id": "NP_001129599.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 859,
"cds_start": 2537,
"cds_end": null,
"cds_length": 2580,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136127.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2723G>A",
"hgvs_p": "p.Arg908His",
"transcript": "XM_017000976.2",
"protein_id": "XP_016856465.1",
"transcript_support_level": null,
"aa_start": 908,
"aa_end": null,
"aa_length": 921,
"cds_start": 2723,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000976.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2711G>A",
"hgvs_p": "p.Arg904His",
"transcript": "XM_017000977.2",
"protein_id": "XP_016856466.1",
"transcript_support_level": null,
"aa_start": 904,
"aa_end": null,
"aa_length": 917,
"cds_start": 2711,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000977.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2693G>A",
"hgvs_p": "p.Arg898His",
"transcript": "XM_017000978.2",
"protein_id": "XP_016856467.1",
"transcript_support_level": null,
"aa_start": 898,
"aa_end": null,
"aa_length": 911,
"cds_start": 2693,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000978.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 23,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2594G>A",
"hgvs_p": "p.Arg865His",
"transcript": "XM_017000980.2",
"protein_id": "XP_016856469.1",
"transcript_support_level": null,
"aa_start": 865,
"aa_end": null,
"aa_length": 878,
"cds_start": 2594,
"cds_end": null,
"cds_length": 2637,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000980.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2579G>A",
"hgvs_p": "p.Arg860His",
"transcript": "XM_005245079.2",
"protein_id": "XP_005245136.1",
"transcript_support_level": null,
"aa_start": 860,
"aa_end": null,
"aa_length": 873,
"cds_start": 2579,
"cds_end": null,
"cds_length": 2622,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245079.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.*14313G>A",
"hgvs_p": null,
"transcript": "XM_017000982.3",
"protein_id": "XP_016856471.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 858,
"cds_start": null,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000982.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": 21,
"intron_rank": 20,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2541-10483G>A",
"hgvs_p": null,
"transcript": "NM_001350206.2",
"protein_id": "NP_001337135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 858,
"cds_start": null,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001350206.2"
},
{
"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": 23,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2697-10483G>A",
"hgvs_p": null,
"transcript": "XM_017000979.2",
"protein_id": "XP_016856468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 910,
"cds_start": null,
"cds_end": null,
"cds_length": 2733,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000979.2"
},
{
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2511-10483G>A",
"hgvs_p": null,
"transcript": "XM_017000984.2",
"protein_id": "XP_016856473.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 848,
"cds_start": null,
"cds_end": null,
"cds_length": 2547,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000984.2"
},
{
"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": 20,
"intron_rank": 19,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "c.2511-9302G>A",
"hgvs_p": null,
"transcript": "XM_047417389.1",
"protein_id": "XP_047273345.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 846,
"cds_start": null,
"cds_end": null,
"cds_length": 2541,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047417389.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"hgvs_c": "n.2742G>A",
"hgvs_p": null,
"transcript": "NR_146559.2",
"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": "NR_146559.2"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PIGC",
"gene_hgnc_id": 8960,
"hgvs_c": "n.83+7496C>T",
"hgvs_p": null,
"transcript": "ENST00000475059.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000475059.5"
},
{
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PIGC",
"gene_hgnc_id": 8960,
"hgvs_c": "n.33+7496C>T",
"hgvs_p": null,
"transcript": "ENST00000489002.5",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000489002.5"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC102724528",
"gene_hgnc_id": null,
"hgvs_c": "n.861-7882C>T",
"hgvs_p": null,
"transcript": "XR_001738294.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_001738294.3"
},
{
"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": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "LOC102724528",
"gene_hgnc_id": null,
"hgvs_c": "n.833+7496C>T",
"hgvs_p": null,
"transcript": "XR_922284.4",
"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_922284.4"
}
],
"gene_symbol": "DNM3",
"gene_hgnc_id": 29125,
"dbsnp": "rs371512174",
"frequency_reference_population": 0.00010353597,
"hom_count_reference_population": 0,
"allele_count_reference_population": 167,
"gnomad_exomes_af": 0.000106082,
"gnomad_genomes_af": 0.0000790326,
"gnomad_exomes_ac": 155,
"gnomad_genomes_ac": 12,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2721419930458069,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.17000000178813934,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.189,
"revel_prediction": "Benign",
"alphamissense_score": 0.5869,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.28,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.256,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.17,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "NM_001350204.2",
"gene_symbol": "DNM3",
"hgnc_id": 29125,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2567G>A",
"hgvs_p": "p.Arg856His"
},
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "ENST00000484368.1",
"gene_symbol": "PIGC",
"hgnc_id": 8960,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.177+7496C>T",
"hgvs_p": null
},
{
"score": -1,
"benign_score": 1,
"pathogenic_score": 0,
"criteria": [
"BP4"
],
"verdict": "Likely_benign",
"transcript": "XR_922284.4",
"gene_symbol": "LOC102724528",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.833+7496C>T",
"hgvs_p": null
}
],
"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
}