← 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: 15-69056673-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=69056673&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 69056673,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000388866.8",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOX5",
"gene_hgnc_id": 14874,
"hgvs_c": "c.2275A>G",
"hgvs_p": "p.Arg759Gly",
"transcript": "NM_024505.4",
"protein_id": "NP_078781.3",
"transcript_support_level": null,
"aa_start": 759,
"aa_end": null,
"aa_length": 765,
"cds_start": 2275,
"cds_end": null,
"cds_length": 2298,
"cdna_start": 2316,
"cdna_end": null,
"cdna_length": 8405,
"mane_select": "ENST00000388866.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOX5",
"gene_hgnc_id": 14874,
"hgvs_c": "c.2275A>G",
"hgvs_p": "p.Arg759Gly",
"transcript": "ENST00000388866.8",
"protein_id": "ENSP00000373518.3",
"transcript_support_level": 1,
"aa_start": 759,
"aa_end": null,
"aa_length": 765,
"cds_start": 2275,
"cds_end": null,
"cds_length": 2298,
"cdna_start": 2316,
"cdna_end": null,
"cdna_length": 8405,
"mane_select": "NM_024505.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPESP1-NOX5",
"gene_hgnc_id": null,
"hgvs_c": "c.2221A>G",
"hgvs_p": "p.Arg741Gly",
"transcript": "ENST00000260364.9",
"protein_id": "ENSP00000454143.1",
"transcript_support_level": 1,
"aa_start": 741,
"aa_end": null,
"aa_length": 747,
"cds_start": 2221,
"cds_end": null,
"cds_length": 2244,
"cdna_start": 2522,
"cdna_end": null,
"cdna_length": 8592,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOX5",
"gene_hgnc_id": 14874,
"hgvs_c": "c.2191A>G",
"hgvs_p": "p.Arg731Gly",
"transcript": "ENST00000530406.7",
"protein_id": "ENSP00000432440.2",
"transcript_support_level": 1,
"aa_start": 731,
"aa_end": null,
"aa_length": 737,
"cds_start": 2191,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 2232,
"cdna_end": null,
"cdna_length": 8321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPESP1-NOX5",
"gene_hgnc_id": null,
"hgvs_c": "c.2170A>G",
"hgvs_p": "p.Arg724Gly",
"transcript": "ENST00000703585.1",
"protein_id": "ENSP00000515387.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 730,
"cds_start": 2170,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 2355,
"cdna_end": null,
"cdna_length": 2407,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPESP1-NOX5",
"gene_hgnc_id": null,
"hgvs_c": "c.2137A>G",
"hgvs_p": "p.Arg713Gly",
"transcript": "ENST00000448182.7",
"protein_id": "ENSP00000410887.3",
"transcript_support_level": 1,
"aa_start": 713,
"aa_end": null,
"aa_length": 719,
"cds_start": 2137,
"cds_end": null,
"cds_length": 2160,
"cdna_start": 2438,
"cdna_end": null,
"cdna_length": 2498,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOX5",
"gene_hgnc_id": 14874,
"hgvs_c": "n.*657A>G",
"hgvs_p": null,
"transcript": "ENST00000525143.5",
"protein_id": "ENSP00000455703.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOX5",
"gene_hgnc_id": 14874,
"hgvs_c": "n.*657A>G",
"hgvs_p": null,
"transcript": "ENST00000525143.5",
"protein_id": "ENSP00000455703.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOX5",
"gene_hgnc_id": 14874,
"hgvs_c": "c.2191A>G",
"hgvs_p": "p.Arg731Gly",
"transcript": "NM_001184779.2",
"protein_id": "NP_001171708.1",
"transcript_support_level": null,
"aa_start": 731,
"aa_end": null,
"aa_length": 737,
"cds_start": 2191,
"cds_end": null,
"cds_length": 2214,
"cdna_start": 2232,
"cdna_end": null,
"cdna_length": 8321,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPESP1-NOX5",
"gene_hgnc_id": null,
"hgvs_c": "c.2170A>G",
"hgvs_p": "p.Arg724Gly",
"transcript": "NM_001184780.2",
"protein_id": "NP_001171709.1",
"transcript_support_level": null,
"aa_start": 724,
"aa_end": null,
"aa_length": 730,
"cds_start": 2170,
"cds_end": null,
"cds_length": 2193,
"cdna_start": 2334,
"cdna_end": null,
"cdna_length": 8423,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NOX5",
"gene_hgnc_id": 14874,
"hgvs_c": "n.5431A>G",
"hgvs_p": null,
"transcript": "ENST00000527315.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5880,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPESP1-NOX5",
"gene_hgnc_id": null,
"hgvs_c": "n.2522A>G",
"hgvs_p": null,
"transcript": "NR_033671.3",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SPESP1-NOX5",
"gene_hgnc_id": null,
"hgvs_c": "n.2438A>G",
"hgvs_p": null,
"transcript": "NR_033672.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 8527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "NOX5",
"gene_hgnc_id": 14874,
"dbsnp": "rs7168025",
"frequency_reference_population": 0.0017740516,
"hom_count_reference_population": 51,
"allele_count_reference_population": 2863,
"gnomad_exomes_af": 0.000973637,
"gnomad_genomes_af": 0.00945564,
"gnomad_exomes_ac": 1423,
"gnomad_genomes_ac": 1440,
"gnomad_exomes_homalt": 24,
"gnomad_genomes_homalt": 27,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.003063201904296875,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.084,
"revel_prediction": "Benign",
"alphamissense_score": 0.1209,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.335,
"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": "ENST00000388866.8",
"gene_symbol": "NOX5",
"hgnc_id": 14874,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2275A>G",
"hgvs_p": "p.Arg759Gly"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000703585.1",
"gene_symbol": "SPESP1-NOX5",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2170A>G",
"hgvs_p": "p.Arg724Gly"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}