← 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: 17-7770604-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=7770604&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 7770604,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000572933.6",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.4146A>G",
"hgvs_p": "p.Ile1382Met",
"transcript": "NM_020877.5",
"protein_id": "NP_065928.2",
"transcript_support_level": null,
"aa_start": 1382,
"aa_end": null,
"aa_length": 4427,
"cds_start": 4146,
"cds_end": null,
"cds_length": 13284,
"cdna_start": 5216,
"cdna_end": null,
"cdna_length": 14563,
"mane_select": "ENST00000572933.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 86,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.4146A>G",
"hgvs_p": "p.Ile1382Met",
"transcript": "ENST00000572933.6",
"protein_id": "ENSP00000458355.1",
"transcript_support_level": 2,
"aa_start": 1382,
"aa_end": null,
"aa_length": 4427,
"cds_start": 4146,
"cds_end": null,
"cds_length": 13284,
"cdna_start": 5216,
"cdna_end": null,
"cdna_length": 14563,
"mane_select": "NM_020877.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 85,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.4146A>G",
"hgvs_p": "p.Ile1382Met",
"transcript": "ENST00000389173.6",
"protein_id": "ENSP00000373825.2",
"transcript_support_level": 2,
"aa_start": 1382,
"aa_end": null,
"aa_length": 4427,
"cds_start": 4146,
"cds_end": null,
"cds_length": 13284,
"cdna_start": 4160,
"cdna_end": null,
"cdna_length": 13505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 88,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.4392A>G",
"hgvs_p": "p.Ile1464Met",
"transcript": "XM_011523663.2",
"protein_id": "XP_011521965.1",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 4509,
"cds_start": 4392,
"cds_end": null,
"cds_length": 13530,
"cdna_start": 4494,
"cdna_end": null,
"cdna_length": 13841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 29,
"exon_rank_end": null,
"exon_count": 89,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.4392A>G",
"hgvs_p": "p.Ile1464Met",
"transcript": "XM_047435424.1",
"protein_id": "XP_047291380.1",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 4509,
"cds_start": 4392,
"cds_end": null,
"cds_length": 13530,
"cdna_start": 4630,
"cdna_end": null,
"cdna_length": 13977,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 87,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.4392A>G",
"hgvs_p": "p.Ile1464Met",
"transcript": "XM_047435425.1",
"protein_id": "XP_047291381.1",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 4446,
"cds_start": 4392,
"cds_end": null,
"cds_length": 13341,
"cdna_start": 4494,
"cdna_end": null,
"cdna_length": 13652,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 87,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.4146A>G",
"hgvs_p": "p.Ile1382Met",
"transcript": "XM_011523667.3",
"protein_id": "XP_011521969.1",
"transcript_support_level": null,
"aa_start": 1382,
"aa_end": null,
"aa_length": 4427,
"cds_start": 4146,
"cds_end": null,
"cds_length": 13284,
"cdna_start": 4384,
"cdna_end": null,
"cdna_length": 13731,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.2784A>G",
"hgvs_p": "p.Ile928Met",
"transcript": "XM_047435426.1",
"protein_id": "XP_047291382.1",
"transcript_support_level": null,
"aa_start": 928,
"aa_end": null,
"aa_length": 3973,
"cds_start": 2784,
"cds_end": null,
"cds_length": 11922,
"cdna_start": 2856,
"cdna_end": null,
"cdna_length": 12203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.2397A>G",
"hgvs_p": "p.Ile799Met",
"transcript": "XM_047435427.1",
"protein_id": "XP_047291383.1",
"transcript_support_level": null,
"aa_start": 799,
"aa_end": null,
"aa_length": 3844,
"cds_start": 2397,
"cds_end": null,
"cds_length": 11535,
"cdna_start": 2559,
"cdna_end": null,
"cdna_length": 11906,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 76,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.2388A>G",
"hgvs_p": "p.Ile796Met",
"transcript": "XM_047435428.1",
"protein_id": "XP_047291384.1",
"transcript_support_level": null,
"aa_start": 796,
"aa_end": null,
"aa_length": 3841,
"cds_start": 2388,
"cds_end": null,
"cds_length": 11526,
"cdna_start": 2542,
"cdna_end": null,
"cdna_length": 11889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 75,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.4392A>G",
"hgvs_p": "p.Ile1464Met",
"transcript": "XM_017024219.2",
"protein_id": "XP_016879708.1",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 3799,
"cds_start": 4392,
"cds_end": null,
"cds_length": 11400,
"cdna_start": 4494,
"cdna_end": null,
"cdna_length": 11627,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 71,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "c.4392A>G",
"hgvs_p": "p.Ile1464Met",
"transcript": "XM_011523670.3",
"protein_id": "XP_011521972.1",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 3551,
"cds_start": 4392,
"cds_end": null,
"cds_length": 10656,
"cdna_start": 4494,
"cdna_end": null,
"cdna_length": 10868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "n.*409A>G",
"hgvs_p": null,
"transcript": "ENST00000574518.1",
"protein_id": "ENSP00000461273.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"hgvs_c": "n.*409A>G",
"hgvs_p": null,
"transcript": "ENST00000574518.1",
"protein_id": "ENSP00000461273.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DNAH2",
"gene_hgnc_id": 2948,
"dbsnp": "rs9910089",
"frequency_reference_population": 0.0000065736713,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657367,
"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.1664435863494873,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.3700000047683716,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.189,
"revel_prediction": "Benign",
"alphamissense_score": 0.0887,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.573,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.37,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000572933.6",
"gene_symbol": "DNAH2",
"hgnc_id": 2948,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.4146A>G",
"hgvs_p": "p.Ile1382Met"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}