← 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: 16-4575930-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=4575930&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 4575930,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001145011.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C16orf96",
"gene_hgnc_id": 40031,
"hgvs_c": "c.1450C>T",
"hgvs_p": "p.Arg484Cys",
"transcript": "NM_001145011.2",
"protein_id": "NP_001138483.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 1141,
"cds_start": 1450,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000444310.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145011.2"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C16orf96",
"gene_hgnc_id": 40031,
"hgvs_c": "c.1450C>T",
"hgvs_p": "p.Arg484Cys",
"transcript": "ENST00000444310.5",
"protein_id": "ENSP00000415027.3",
"transcript_support_level": 5,
"aa_start": 484,
"aa_end": null,
"aa_length": 1141,
"cds_start": 1450,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001145011.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000444310.5"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C16orf96",
"gene_hgnc_id": 40031,
"hgvs_c": "c.1450C>T",
"hgvs_p": "p.Arg484Cys",
"transcript": "NM_001387219.1",
"protein_id": "NP_001374148.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 1141,
"cds_start": 1450,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387219.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C16orf96",
"gene_hgnc_id": 40031,
"hgvs_c": "c.1450C>T",
"hgvs_p": "p.Arg484Cys",
"transcript": "XM_005255298.4",
"protein_id": "XP_005255355.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 1121,
"cds_start": 1450,
"cds_end": null,
"cds_length": 3366,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255298.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C16orf96",
"gene_hgnc_id": 40031,
"hgvs_c": "c.1450C>T",
"hgvs_p": "p.Arg484Cys",
"transcript": "XM_005255301.4",
"protein_id": "XP_005255358.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 1086,
"cds_start": 1450,
"cds_end": null,
"cds_length": 3261,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255301.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "C16orf96",
"gene_hgnc_id": 40031,
"hgvs_c": "c.1027C>T",
"hgvs_p": "p.Arg343Cys",
"transcript": "XM_047434053.1",
"protein_id": "XP_047290009.1",
"transcript_support_level": null,
"aa_start": 343,
"aa_end": null,
"aa_length": 1000,
"cds_start": 1027,
"cds_end": null,
"cds_length": 3003,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434053.1"
}
],
"gene_symbol": "C16orf96",
"gene_hgnc_id": 40031,
"dbsnp": "rs185475621",
"frequency_reference_population": 0.0035282357,
"hom_count_reference_population": 42,
"allele_count_reference_population": 5421,
"gnomad_exomes_af": 0.00310641,
"gnomad_genomes_af": 0.00736405,
"gnomad_exomes_ac": 4300,
"gnomad_genomes_ac": 1121,
"gnomad_exomes_homalt": 36,
"gnomad_genomes_homalt": 6,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.005681157112121582,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.034,
"revel_prediction": "Benign",
"alphamissense_score": 0.149,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.66,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.823,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001145011.2",
"gene_symbol": "C16orf96",
"hgnc_id": 40031,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1450C>T",
"hgvs_p": "p.Arg484Cys"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:1 B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}