← 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-179917932-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=179917932&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TOR1AIP1",
"hgnc_id": 29456,
"hgvs_c": "c.1448A>C",
"hgvs_p": "p.Glu483Ala",
"inheritance_mode": "AR",
"pathogenic_score": 6,
"score": 6,
"transcript": "NM_001267578.2",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_score": 6,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": 0.8584,
"alt": "C",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Uncertain_significance",
"bayesdelnoaf_score": -0.02,
"chr": "1",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not provided",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9791035652160645,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 583,
"aa_ref": "E",
"aa_start": 482,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3807,
"cdna_start": 1663,
"cds_end": null,
"cds_length": 1752,
"cds_start": 1445,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_015602.4",
"gene_hgnc_id": 29456,
"gene_symbol": "TOR1AIP1",
"hgvs_c": "c.1445A>C",
"hgvs_p": "p.Glu482Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000606911.7",
"protein_coding": true,
"protein_id": "NP_056417.2",
"strand": true,
"transcript": "NM_015602.4",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 583,
"aa_ref": "E",
"aa_start": 482,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3807,
"cdna_start": 1663,
"cds_end": null,
"cds_length": 1752,
"cds_start": 1445,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000606911.7",
"gene_hgnc_id": 29456,
"gene_symbol": "TOR1AIP1",
"hgvs_c": "c.1445A>C",
"hgvs_p": "p.Glu482Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_015602.4",
"protein_coding": true,
"protein_id": "ENSP00000476687.1",
"strand": true,
"transcript": "ENST00000606911.7",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 462,
"aa_ref": "E",
"aa_start": 361,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3397,
"cdna_start": 1252,
"cds_end": null,
"cds_length": 1389,
"cds_start": 1082,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000435319.8",
"gene_hgnc_id": 29456,
"gene_symbol": "TOR1AIP1",
"hgvs_c": "c.1082A>C",
"hgvs_p": "p.Glu361Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000393292.3",
"strand": true,
"transcript": "ENST00000435319.8",
"transcript_support_level": 1
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 599,
"aa_ref": "E",
"aa_start": 498,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3044,
"cdna_start": 1699,
"cds_end": null,
"cds_length": 1800,
"cds_start": 1493,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000271583.7",
"gene_hgnc_id": 29456,
"gene_symbol": "TOR1AIP1",
"hgvs_c": "c.1493A>C",
"hgvs_p": "p.Glu498Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000271583.3",
"strand": true,
"transcript": "ENST00000271583.7",
"transcript_support_level": 5
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 584,
"aa_ref": "E",
"aa_start": 483,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3810,
"cdna_start": 1666,
"cds_end": null,
"cds_length": 1755,
"cds_start": 1448,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_001267578.2",
"gene_hgnc_id": 29456,
"gene_symbol": "TOR1AIP1",
"hgvs_c": "c.1448A>C",
"hgvs_p": "p.Glu483Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001254507.1",
"strand": true,
"transcript": "NM_001267578.2",
"transcript_support_level": null
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 584,
"aa_ref": "E",
"aa_start": 483,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3685,
"cdna_start": 1909,
"cds_end": null,
"cds_length": 1755,
"cds_start": 1448,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000528443.6",
"gene_hgnc_id": 29456,
"gene_symbol": "TOR1AIP1",
"hgvs_c": "c.1448A>C",
"hgvs_p": "p.Glu483Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000435365.2",
"strand": true,
"transcript": "ENST00000528443.6",
"transcript_support_level": 2
},
{
"aa_alt": "A",
"aa_end": null,
"aa_length": 294,
"aa_ref": "E",
"aa_start": 216,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 888,
"cdna_start": 649,
"cds_end": null,
"cds_length": 886,
"cds_start": 647,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000447964.1",
"gene_hgnc_id": 29456,
"gene_symbol": "TOR1AIP1",
"hgvs_c": "c.647A>C",
"hgvs_p": "p.Glu216Ala",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000393613.1",
"strand": true,
"transcript": "ENST00000447964.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 830,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000474875.5",
"gene_hgnc_id": 29456,
"gene_symbol": "TOR1AIP1",
"hgvs_c": "n.*207A>C",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000474875.5",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs886037845",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 29456,
"gene_symbol": "TOR1AIP1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not provided",
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 8.818,
"pos": 179917932,
"ref": "A",
"revel_prediction": "Pathogenic",
"revel_score": 0.813,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.029999999329447746,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.03,
"transcript": "NM_001267578.2"
}
]
}