← 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: 1-169477166-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=169477166&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 169477166,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000236137.10",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A2",
"gene_hgnc_id": 10938,
"hgvs_c": "c.796G>A",
"hgvs_p": "p.Val266Met",
"transcript": "NM_006996.3",
"protein_id": "NP_008927.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 497,
"cds_start": 796,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 974,
"cdna_end": null,
"cdna_length": 3612,
"mane_select": "ENST00000236137.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A2",
"gene_hgnc_id": 10938,
"hgvs_c": "c.796G>A",
"hgvs_p": "p.Val266Met",
"transcript": "ENST00000236137.10",
"protein_id": "ENSP00000236137.5",
"transcript_support_level": 1,
"aa_start": 266,
"aa_end": null,
"aa_length": 497,
"cds_start": 796,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 974,
"cdna_end": null,
"cdna_length": 3612,
"mane_select": "NM_006996.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC19A2",
"gene_hgnc_id": 10938,
"hgvs_c": "c.205-6980G>A",
"hgvs_p": null,
"transcript": "ENST00000367804.4",
"protein_id": "ENSP00000356778.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": -4,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC19A2",
"gene_hgnc_id": 10938,
"hgvs_c": "c.796G>A",
"hgvs_p": "p.Val266Met",
"transcript": "ENST00000646596.1",
"protein_id": "ENSP00000494404.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 464,
"cds_start": 796,
"cds_end": null,
"cds_length": 1395,
"cdna_start": 971,
"cdna_end": null,
"cdna_length": 3371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC19A2",
"gene_hgnc_id": 10938,
"hgvs_c": "c.205-6980G>A",
"hgvs_p": null,
"transcript": "NM_001319667.1",
"protein_id": "NP_001306596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 296,
"cds_start": -4,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3035,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC19A2",
"gene_hgnc_id": 10938,
"dbsnp": "rs75099879",
"frequency_reference_population": 0.0012753631,
"hom_count_reference_population": 20,
"allele_count_reference_population": 2058,
"gnomad_exomes_af": 0.000687027,
"gnomad_genomes_af": 0.0069211,
"gnomad_exomes_ac": 1004,
"gnomad_genomes_ac": 1054,
"gnomad_exomes_homalt": 8,
"gnomad_genomes_homalt": 12,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0035036802291870117,
"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.264,
"revel_prediction": "Benign",
"alphamissense_score": 0.0682,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.48,
"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": "ENST00000236137.10",
"gene_symbol": "SLC19A2",
"hgnc_id": 10938,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.796G>A",
"hgvs_p": "p.Val266Met"
}
],
"clinvar_disease": " thiamine-responsive, with diabetes mellitus and sensorineural deafness,Megaloblastic anemia,Monogenic diabetes,Thiamine-responsive megaloblastic anemia,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 B:5",
"phenotype_combined": "Megaloblastic anemia, thiamine-responsive, with diabetes mellitus and sensorineural deafness|Thiamine-responsive megaloblastic anemia|not provided|Monogenic diabetes|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}