← 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: 12-123928409-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=123928409&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 123928409,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001372106.1",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.12128C>T",
"hgvs_p": "p.Thr4043Met",
"transcript": "NM_001372106.1",
"protein_id": "NP_001359035.1",
"transcript_support_level": null,
"aa_start": 4043,
"aa_end": null,
"aa_length": 4589,
"cds_start": 12128,
"cds_end": null,
"cds_length": 13770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000673944.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001372106.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 70,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.12128C>T",
"hgvs_p": "p.Thr4043Met",
"transcript": "ENST00000673944.1",
"protein_id": "ENSP00000501095.1",
"transcript_support_level": null,
"aa_start": 4043,
"aa_end": null,
"aa_length": 4589,
"cds_start": 12128,
"cds_end": null,
"cds_length": 13770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001372106.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000673944.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11957C>T",
"hgvs_p": "p.Thr3986Met",
"transcript": "ENST00000409039.8",
"protein_id": "ENSP00000386770.4",
"transcript_support_level": 5,
"aa_start": 3986,
"aa_end": null,
"aa_length": 4532,
"cds_start": 11957,
"cds_end": null,
"cds_length": 13599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409039.8"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11774C>T",
"hgvs_p": "p.Thr3925Met",
"transcript": "NM_207437.3",
"protein_id": "NP_997320.2",
"transcript_support_level": null,
"aa_start": 3925,
"aa_end": null,
"aa_length": 4471,
"cds_start": 11774,
"cds_end": null,
"cds_length": 13416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_207437.3"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11774C>T",
"hgvs_p": "p.Thr3925Met",
"transcript": "ENST00000638045.1",
"protein_id": "ENSP00000489675.1",
"transcript_support_level": 5,
"aa_start": 3925,
"aa_end": null,
"aa_length": 4471,
"cds_start": 11774,
"cds_end": null,
"cds_length": 13416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638045.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11969C>T",
"hgvs_p": "p.Thr3990Met",
"transcript": "XM_011538014.3",
"protein_id": "XP_011536316.1",
"transcript_support_level": null,
"aa_start": 3990,
"aa_end": null,
"aa_length": 4536,
"cds_start": 11969,
"cds_end": null,
"cds_length": 13611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538014.3"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11939C>T",
"hgvs_p": "p.Thr3980Met",
"transcript": "XM_011538015.4",
"protein_id": "XP_011536317.1",
"transcript_support_level": null,
"aa_start": 3980,
"aa_end": null,
"aa_length": 4526,
"cds_start": 11939,
"cds_end": null,
"cds_length": 13581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538015.4"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11939C>T",
"hgvs_p": "p.Thr3980Met",
"transcript": "XM_011538016.3",
"protein_id": "XP_011536318.1",
"transcript_support_level": null,
"aa_start": 3980,
"aa_end": null,
"aa_length": 4526,
"cds_start": 11939,
"cds_end": null,
"cds_length": 13581,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538016.3"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11843C>T",
"hgvs_p": "p.Thr3948Met",
"transcript": "XM_017018960.2",
"protein_id": "XP_016874449.1",
"transcript_support_level": null,
"aa_start": 3948,
"aa_end": null,
"aa_length": 4494,
"cds_start": 11843,
"cds_end": null,
"cds_length": 13485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018960.2"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 69,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11819C>T",
"hgvs_p": "p.Thr3940Met",
"transcript": "XM_017018961.2",
"protein_id": "XP_016874450.1",
"transcript_support_level": null,
"aa_start": 3940,
"aa_end": null,
"aa_length": 4486,
"cds_start": 11819,
"cds_end": null,
"cds_length": 13461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018961.2"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 68,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11792C>T",
"hgvs_p": "p.Thr3931Met",
"transcript": "XM_011538017.4",
"protein_id": "XP_011536319.1",
"transcript_support_level": null,
"aa_start": 3931,
"aa_end": null,
"aa_length": 4477,
"cds_start": 11792,
"cds_end": null,
"cds_length": 13434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538017.4"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 52,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.8969C>T",
"hgvs_p": "p.Thr2990Met",
"transcript": "XM_011538019.3",
"protein_id": "XP_011536321.1",
"transcript_support_level": null,
"aa_start": 2990,
"aa_end": null,
"aa_length": 3536,
"cds_start": 8969,
"cds_end": null,
"cds_length": 10611,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538019.3"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 52,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.8888C>T",
"hgvs_p": "p.Thr2963Met",
"transcript": "XM_017018962.2",
"protein_id": "XP_016874451.1",
"transcript_support_level": null,
"aa_start": 2963,
"aa_end": null,
"aa_length": 3509,
"cds_start": 8888,
"cds_end": null,
"cds_length": 10530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017018962.2"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.5678C>T",
"hgvs_p": "p.Thr1893Met",
"transcript": "XM_047428478.1",
"protein_id": "XP_047284434.1",
"transcript_support_level": null,
"aa_start": 1893,
"aa_end": null,
"aa_length": 2439,
"cds_start": 5678,
"cds_end": null,
"cds_length": 7320,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428478.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "n.277C>T",
"hgvs_p": null,
"transcript": "ENST00000492261.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": "ENST00000492261.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10OS",
"gene_hgnc_id": 37121,
"hgvs_c": "n.3055G>A",
"hgvs_p": null,
"transcript": "ENST00000514254.3",
"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": "ENST00000514254.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "n.78C>T",
"hgvs_p": null,
"transcript": "ENST00000545078.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000545078.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10OS",
"gene_hgnc_id": 37121,
"hgvs_c": "n.3055G>A",
"hgvs_p": null,
"transcript": "NR_187476.1",
"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_187476.1"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "CCDC92",
"gene_hgnc_id": 29563,
"hgvs_c": "n.192-9387G>A",
"hgvs_p": null,
"transcript": "ENST00000542348.5",
"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": "ENST00000542348.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "CCDC92",
"gene_hgnc_id": 29563,
"hgvs_c": "n.288-4121G>A",
"hgvs_p": null,
"transcript": "ENST00000544798.2",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000544798.2"
}
],
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"dbsnp": "rs564644206",
"frequency_reference_population": 0.000018702007,
"hom_count_reference_population": 0,
"allele_count_reference_population": 30,
"gnomad_exomes_af": 0.0000185971,
"gnomad_genomes_af": 0.0000197024,
"gnomad_exomes_ac": 27,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.11966261267662048,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.127,
"revel_prediction": "Benign",
"alphamissense_score": 0.0932,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.65,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.622,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001372106.1",
"gene_symbol": "DNAH10",
"hgnc_id": 2941,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.12128C>T",
"hgvs_p": "p.Thr4043Met"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000514254.3",
"gene_symbol": "DNAH10OS",
"hgnc_id": 37121,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.3055G>A",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000544798.2",
"gene_symbol": "CCDC92",
"hgnc_id": 29563,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.288-4121G>A",
"hgvs_p": null
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}