← 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: 9-19058329-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=19058329&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 19058329,
"ref": "A",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_017645.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2438T>G",
"hgvs_p": "p.Leu813Arg",
"transcript": "NM_017645.5",
"protein_id": "NP_060115.3",
"transcript_support_level": null,
"aa_start": 813,
"aa_end": null,
"aa_length": 955,
"cds_start": 2438,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 2691,
"cdna_end": null,
"cdna_length": 6323,
"mane_select": "ENST00000380502.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_017645.5"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2438T>G",
"hgvs_p": "p.Leu813Arg",
"transcript": "ENST00000380502.8",
"protein_id": "ENSP00000369871.3",
"transcript_support_level": 1,
"aa_start": 813,
"aa_end": null,
"aa_length": 955,
"cds_start": 2438,
"cds_end": null,
"cds_length": 2868,
"cdna_start": 2691,
"cdna_end": null,
"cdna_length": 6323,
"mane_select": "NM_017645.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380502.8"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2624T>G",
"hgvs_p": "p.Leu875Arg",
"transcript": "ENST00000888740.1",
"protein_id": "ENSP00000558799.1",
"transcript_support_level": null,
"aa_start": 875,
"aa_end": null,
"aa_length": 1017,
"cds_start": 2624,
"cds_end": null,
"cds_length": 3054,
"cdna_start": 2877,
"cdna_end": null,
"cdna_length": 3962,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888740.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2489T>G",
"hgvs_p": "p.Leu830Arg",
"transcript": "ENST00000888738.1",
"protein_id": "ENSP00000558797.1",
"transcript_support_level": null,
"aa_start": 830,
"aa_end": null,
"aa_length": 972,
"cds_start": 2489,
"cds_end": null,
"cds_length": 2919,
"cdna_start": 2754,
"cdna_end": null,
"cdna_length": 3988,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888738.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2333T>G",
"hgvs_p": "p.Leu778Arg",
"transcript": "NM_001270890.2",
"protein_id": "NP_001257819.1",
"transcript_support_level": null,
"aa_start": 778,
"aa_end": null,
"aa_length": 920,
"cds_start": 2333,
"cds_end": null,
"cds_length": 2763,
"cdna_start": 2586,
"cdna_end": null,
"cdna_length": 6218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001270890.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2267T>G",
"hgvs_p": "p.Leu756Arg",
"transcript": "ENST00000888741.1",
"protein_id": "ENSP00000558800.1",
"transcript_support_level": null,
"aa_start": 756,
"aa_end": null,
"aa_length": 898,
"cds_start": 2267,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 2517,
"cdna_end": null,
"cdna_length": 3602,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888741.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2252T>G",
"hgvs_p": "p.Leu751Arg",
"transcript": "ENST00000888739.1",
"protein_id": "ENSP00000558798.1",
"transcript_support_level": null,
"aa_start": 751,
"aa_end": null,
"aa_length": 893,
"cds_start": 2252,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 2528,
"cdna_end": null,
"cdna_length": 3613,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888739.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.2030T>G",
"hgvs_p": "p.Leu677Arg",
"transcript": "ENST00000380496.5",
"protein_id": "ENSP00000369865.1",
"transcript_support_level": 2,
"aa_start": 677,
"aa_end": null,
"aa_length": 802,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2409,
"cdna_start": 2045,
"cdna_end": null,
"cdna_length": 3756,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380496.5"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.1787T>G",
"hgvs_p": "p.Leu596Arg",
"transcript": "XM_047423518.1",
"protein_id": "XP_047279474.1",
"transcript_support_level": null,
"aa_start": 596,
"aa_end": null,
"aa_length": 738,
"cds_start": 1787,
"cds_end": null,
"cds_length": 2217,
"cdna_start": 1881,
"cdna_end": null,
"cdna_length": 5513,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047423518.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"hgvs_c": "c.1145T>G",
"hgvs_p": "p.Leu382Arg",
"transcript": "XM_011517935.3",
"protein_id": "XP_011516237.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 524,
"cds_start": 1145,
"cds_end": null,
"cds_length": 1575,
"cdna_start": 1653,
"cdna_end": null,
"cdna_length": 5285,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517935.3"
}
],
"gene_symbol": "HAUS6",
"gene_hgnc_id": 25948,
"dbsnp": "rs370946839",
"frequency_reference_population": 6.842192e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84219e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.055599749088287354,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.007,
"revel_prediction": "Benign",
"alphamissense_score": 0.0724,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.282,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_017645.5",
"gene_symbol": "HAUS6",
"hgnc_id": 25948,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2438T>G",
"hgvs_p": "p.Leu813Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}