← 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-123923841-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=123923841&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 123923841,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001372106.1",
"consequences": [
{
"aa_ref": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 66,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11585A>G",
"hgvs_p": "p.Gln3862Arg",
"transcript": "NM_001372106.1",
"protein_id": "NP_001359035.1",
"transcript_support_level": null,
"aa_start": 3862,
"aa_end": null,
"aa_length": 4589,
"cds_start": 11585,
"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": "Q",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 66,
"exon_rank_end": null,
"exon_count": 79,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11585A>G",
"hgvs_p": "p.Gln3862Arg",
"transcript": "ENST00000673944.1",
"protein_id": "ENSP00000501095.1",
"transcript_support_level": null,
"aa_start": 3862,
"aa_end": null,
"aa_length": 4589,
"cds_start": 11585,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11414A>G",
"hgvs_p": "p.Gln3805Arg",
"transcript": "ENST00000409039.8",
"protein_id": "ENSP00000386770.4",
"transcript_support_level": 5,
"aa_start": 3805,
"aa_end": null,
"aa_length": 4532,
"cds_start": 11414,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11231A>G",
"hgvs_p": "p.Gln3744Arg",
"transcript": "NM_207437.3",
"protein_id": "NP_997320.2",
"transcript_support_level": null,
"aa_start": 3744,
"aa_end": null,
"aa_length": 4471,
"cds_start": 11231,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11231A>G",
"hgvs_p": "p.Gln3744Arg",
"transcript": "ENST00000638045.1",
"protein_id": "ENSP00000489675.1",
"transcript_support_level": 5,
"aa_start": 3744,
"aa_end": null,
"aa_length": 4471,
"cds_start": 11231,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11426A>G",
"hgvs_p": "p.Gln3809Arg",
"transcript": "XM_011538014.3",
"protein_id": "XP_011536316.1",
"transcript_support_level": null,
"aa_start": 3809,
"aa_end": null,
"aa_length": 4536,
"cds_start": 11426,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11396A>G",
"hgvs_p": "p.Gln3799Arg",
"transcript": "XM_011538015.4",
"protein_id": "XP_011536317.1",
"transcript_support_level": null,
"aa_start": 3799,
"aa_end": null,
"aa_length": 4526,
"cds_start": 11396,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11396A>G",
"hgvs_p": "p.Gln3799Arg",
"transcript": "XM_011538016.3",
"protein_id": "XP_011536318.1",
"transcript_support_level": null,
"aa_start": 3799,
"aa_end": null,
"aa_length": 4526,
"cds_start": 11396,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11300A>G",
"hgvs_p": "p.Gln3767Arg",
"transcript": "XM_017018960.2",
"protein_id": "XP_016874449.1",
"transcript_support_level": null,
"aa_start": 3767,
"aa_end": null,
"aa_length": 4494,
"cds_start": 11300,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 65,
"exon_rank_end": null,
"exon_count": 78,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11276A>G",
"hgvs_p": "p.Gln3759Arg",
"transcript": "XM_017018961.2",
"protein_id": "XP_016874450.1",
"transcript_support_level": null,
"aa_start": 3759,
"aa_end": null,
"aa_length": 4486,
"cds_start": 11276,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 64,
"exon_rank_end": null,
"exon_count": 77,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.11249A>G",
"hgvs_p": "p.Gln3750Arg",
"transcript": "XM_011538017.4",
"protein_id": "XP_011536319.1",
"transcript_support_level": null,
"aa_start": 3750,
"aa_end": null,
"aa_length": 4477,
"cds_start": 11249,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.8426A>G",
"hgvs_p": "p.Gln2809Arg",
"transcript": "XM_011538019.3",
"protein_id": "XP_011536321.1",
"transcript_support_level": null,
"aa_start": 2809,
"aa_end": null,
"aa_length": 3536,
"cds_start": 8426,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 61,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.8345A>G",
"hgvs_p": "p.Gln2782Arg",
"transcript": "XM_017018962.2",
"protein_id": "XP_016874451.1",
"transcript_support_level": null,
"aa_start": 2782,
"aa_end": null,
"aa_length": 3509,
"cds_start": 8345,
"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": "Q",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"hgvs_c": "c.5135A>G",
"hgvs_p": "p.Gln1712Arg",
"transcript": "XM_047428478.1",
"protein_id": "XP_047284434.1",
"transcript_support_level": null,
"aa_start": 1712,
"aa_end": null,
"aa_length": 2439,
"cds_start": 5135,
"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": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCDC92",
"gene_hgnc_id": 29563,
"hgvs_c": "n.735T>C",
"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"
},
{
"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": "LOC124903043",
"gene_hgnc_id": null,
"hgvs_c": "n.684T>C",
"hgvs_p": null,
"transcript": "XR_007063505.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": "XR_007063505.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-4819T>C",
"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"
}
],
"gene_symbol": "DNAH10",
"gene_hgnc_id": 2941,
"dbsnp": "rs767777352",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.29772210121154785,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.21,
"revel_prediction": "Benign",
"alphamissense_score": 0.1357,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.318,
"phylop100way_prediction": "Pathogenic",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001372106.1",
"gene_symbol": "DNAH10",
"hgnc_id": 2941,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.11585A>G",
"hgvs_p": "p.Gln3862Arg"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000544798.2",
"gene_symbol": "CCDC92",
"hgnc_id": 29563,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "n.735T>C",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007063505.1",
"gene_symbol": "LOC124903043",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.684T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}