← 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: 8-143250417-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=143250417&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 143250417,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_173832.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFP41",
"gene_hgnc_id": 26786,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "NM_173832.6",
"protein_id": "NP_776193.3",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000330701.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173832.6"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFP41",
"gene_hgnc_id": 26786,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "ENST00000330701.7",
"protein_id": "ENSP00000327427.6",
"transcript_support_level": 2,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_173832.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000330701.7"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFP41",
"gene_hgnc_id": 26786,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "ENST00000520584.6",
"protein_id": "ENSP00000430465.3",
"transcript_support_level": 1,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000520584.6"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000264668",
"gene_hgnc_id": null,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "ENST00000522452.2",
"protein_id": "ENSP00000428966.3",
"transcript_support_level": 1,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000522452.2"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFP41",
"gene_hgnc_id": 26786,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "NM_001271156.3",
"protein_id": "NP_001258085.3",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001271156.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFP41",
"gene_hgnc_id": 26786,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "ENST00000883739.1",
"protein_id": "ENSP00000553798.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883739.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFP41",
"gene_hgnc_id": 26786,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "ENST00000883740.1",
"protein_id": "ENSP00000553799.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883740.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFP41",
"gene_hgnc_id": 26786,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "ENST00000883741.1",
"protein_id": "ENSP00000553800.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883741.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZFP41",
"gene_hgnc_id": 26786,
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly",
"transcript": "ENST00000883742.1",
"protein_id": "ENSP00000553801.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 198,
"cds_start": 574,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000883742.1"
}
],
"gene_symbol": "ZFP41",
"gene_hgnc_id": 26786,
"dbsnp": "rs200699856",
"frequency_reference_population": 0.0000013707173,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137072,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05220016837120056,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.014,
"revel_prediction": "Benign",
"alphamissense_score": 0.4267,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.5,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.151,
"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_173832.6",
"gene_symbol": "ZFP41",
"hgnc_id": 26786,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000522452.2",
"gene_symbol": "ENSG00000264668",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.574C>G",
"hgvs_p": "p.Arg192Gly"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}