← 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-44259879-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44259879&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44259879,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000262418.12",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A1",
"gene_hgnc_id": 11027,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His",
"transcript": "NM_000342.4",
"protein_id": "NP_000333.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 911,
"cds_start": 539,
"cds_end": null,
"cds_length": 2736,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 4954,
"mane_select": "ENST00000262418.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A1",
"gene_hgnc_id": 11027,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His",
"transcript": "ENST00000262418.12",
"protein_id": "ENSP00000262418.6",
"transcript_support_level": 1,
"aa_start": 180,
"aa_end": null,
"aa_length": 911,
"cds_start": 539,
"cds_end": null,
"cds_length": 2736,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 4954,
"mane_select": "NM_000342.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A1",
"gene_hgnc_id": 11027,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His",
"transcript": "ENST00000399246.3",
"protein_id": "ENSP00000382190.3",
"transcript_support_level": 5,
"aa_start": 180,
"aa_end": null,
"aa_length": 545,
"cds_start": 539,
"cds_end": null,
"cds_length": 1638,
"cdna_start": 688,
"cdna_end": null,
"cdna_length": 3855,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A1",
"gene_hgnc_id": 11027,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His",
"transcript": "XM_011525129.3",
"protein_id": "XP_011523431.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 881,
"cds_start": 539,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 4864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A1",
"gene_hgnc_id": 11027,
"hgvs_c": "c.344G>A",
"hgvs_p": "p.Arg115His",
"transcript": "XM_005257593.6",
"protein_id": "XP_005257650.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 846,
"cds_start": 344,
"cds_end": null,
"cds_length": 2541,
"cdna_start": 473,
"cdna_end": null,
"cdna_length": 4738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC4A1",
"gene_hgnc_id": 11027,
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His",
"transcript": "XM_011525130.2",
"protein_id": "XP_011523432.1",
"transcript_support_level": null,
"aa_start": 180,
"aa_end": null,
"aa_length": 788,
"cds_start": 539,
"cds_end": null,
"cds_length": 2367,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC4A1",
"gene_hgnc_id": 11027,
"dbsnp": "rs147390654",
"frequency_reference_population": 0.004610773,
"hom_count_reference_population": 28,
"allele_count_reference_population": 7442,
"gnomad_exomes_af": 0.00479052,
"gnomad_genomes_af": 0.00288436,
"gnomad_exomes_ac": 7003,
"gnomad_genomes_ac": 439,
"gnomad_exomes_homalt": 28,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.024107307195663452,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.506,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0707,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.22,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.714,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000262418.12",
"gene_symbol": "SLC4A1",
"hgnc_id": 11027,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,Unknown",
"hgvs_c": "c.539G>A",
"hgvs_p": "p.Arg180His"
}
],
"clinvar_disease": " 4, distal, with hemolytic anemia,Autosomal dominant distal renal tubular acidosis,Hemolytic anemia,Hereditary spherocytosis type 4,Renal tubular acidosis,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:4 B:2 O:1",
"phenotype_combined": "not specified|Autosomal dominant distal renal tubular acidosis;Renal tubular acidosis, distal, 4, with hemolytic anemia;Hereditary spherocytosis type 4|not provided|Hereditary spherocytosis type 4|Hemolytic anemia|Autosomal dominant distal renal tubular acidosis|Autosomal dominant distal renal tubular acidosis;Renal tubular acidosis, distal, 4, with hemolytic anemia",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}