← 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: 17-7859529-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=7859529&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 7859529,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_144607.6",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYB5D1",
"gene_hgnc_id": 26516,
"hgvs_c": "c.604G>C",
"hgvs_p": "p.Glu202Gln",
"transcript": "NM_144607.6",
"protein_id": "NP_653208.2",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 228,
"cds_start": 604,
"cds_end": null,
"cds_length": 687,
"cdna_start": 736,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": "ENST00000332439.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144607.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYB5D1",
"gene_hgnc_id": 26516,
"hgvs_c": "c.604G>C",
"hgvs_p": "p.Glu202Gln",
"transcript": "ENST00000332439.5",
"protein_id": "ENSP00000331479.4",
"transcript_support_level": 1,
"aa_start": 202,
"aa_end": null,
"aa_length": 228,
"cds_start": 604,
"cds_end": null,
"cds_length": 687,
"cdna_start": 736,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": "NM_144607.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000332439.5"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"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": "CYB5D1",
"gene_hgnc_id": 26516,
"hgvs_c": "c.220G>C",
"hgvs_p": "p.Glu74Gln",
"transcript": "ENST00000570446.1",
"protein_id": "ENSP00000461852.1",
"transcript_support_level": 4,
"aa_start": 74,
"aa_end": null,
"aa_length": 100,
"cds_start": 220,
"cds_end": null,
"cds_length": 303,
"cdna_start": 325,
"cdna_end": null,
"cdna_length": 570,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000570446.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYB5D1",
"gene_hgnc_id": 26516,
"hgvs_c": "c.*62G>C",
"hgvs_p": null,
"transcript": "NM_001330110.2",
"protein_id": "NP_001317039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": null,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3421,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330110.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYB5D1",
"gene_hgnc_id": 26516,
"hgvs_c": "c.*62G>C",
"hgvs_p": null,
"transcript": "ENST00000571846.5",
"protein_id": "ENSP00000459369.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 157,
"cds_start": null,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1870,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000571846.5"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "NAA38",
"gene_hgnc_id": 28212,
"hgvs_c": "c.4-2331C>G",
"hgvs_p": null,
"transcript": "NM_001330111.2",
"protein_id": "NP_001317040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 99,
"cds_start": null,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 768,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001330111.2"
},
{
"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": 3,
"intron_rank_end": null,
"gene_symbol": "NAA38",
"gene_hgnc_id": 28212,
"hgvs_c": "c.4-2331C>G",
"hgvs_p": null,
"transcript": "ENST00000576861.5",
"protein_id": "ENSP00000461545.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 99,
"cds_start": null,
"cds_end": null,
"cds_length": 300,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 556,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000576861.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYB5D1",
"gene_hgnc_id": 26516,
"hgvs_c": "n.582G>C",
"hgvs_p": null,
"transcript": "ENST00000573940.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 597,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000573940.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000280046",
"gene_hgnc_id": null,
"hgvs_c": "n.587G>C",
"hgvs_p": null,
"transcript": "ENST00000624171.1",
"protein_id": null,
"transcript_support_level": 6,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7141,
"mane_select": null,
"mane_plus": null,
"biotype": "TEC",
"feature": "ENST00000624171.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "NAA38",
"gene_hgnc_id": 28212,
"hgvs_c": "n.176-698C>G",
"hgvs_p": null,
"transcript": "ENST00000570555.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 783,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000570555.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYB5D1",
"gene_hgnc_id": 26516,
"hgvs_c": "n.*469G>C",
"hgvs_p": null,
"transcript": "ENST00000574196.1",
"protein_id": "ENSP00000460105.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 538,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000574196.1"
}
],
"gene_symbol": "CYB5D1",
"gene_hgnc_id": 26516,
"dbsnp": "rs766178301",
"frequency_reference_population": 0.000009913001,
"hom_count_reference_population": 0,
"allele_count_reference_population": 16,
"gnomad_exomes_af": 0.0000102609,
"gnomad_genomes_af": 0.00000657134,
"gnomad_exomes_ac": 15,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2394750714302063,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.16,
"revel_prediction": "Benign",
"alphamissense_score": 0.1682,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 8.88,
"phylop100way_prediction": "Pathogenic",
"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": "BP4_Moderate",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NM_144607.6",
"gene_symbol": "CYB5D1",
"hgnc_id": 26516,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.604G>C",
"hgvs_p": "p.Glu202Gln"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001330111.2",
"gene_symbol": "NAA38",
"hgnc_id": 28212,
"effects": [
"intron_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.4-2331C>G",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 2,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000624171.1",
"gene_symbol": "ENSG00000280046",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.587G>C",
"hgvs_p": null
}
],
"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
}