← 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: 4-56930734-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=56930734&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "4",
"pos": 56930734,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000309042.12",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "F",
"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": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.1876G>T",
"hgvs_p": "p.Val626Phe",
"transcript": "NM_005612.5",
"protein_id": "NP_005603.3",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 1097,
"cds_start": 1876,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 2199,
"cdna_end": null,
"cdna_length": 7309,
"mane_select": "ENST00000309042.12",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"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": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.1876G>T",
"hgvs_p": "p.Val626Phe",
"transcript": "ENST00000309042.12",
"protein_id": "ENSP00000311816.7",
"transcript_support_level": 1,
"aa_start": 626,
"aa_end": null,
"aa_length": 1097,
"cds_start": 1876,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 2199,
"cdna_end": null,
"cdna_length": 7309,
"mane_select": "NM_005612.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.*903G>T",
"hgvs_p": null,
"transcript": "ENST00000514063.2",
"protein_id": "ENSP00000501649.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 340,
"cds_start": -4,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.*903G>T",
"hgvs_p": null,
"transcript": "ENST00000619101.5",
"protein_id": "ENSP00000484836.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 340,
"cds_start": -4,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7069,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.982+10864G>T",
"hgvs_p": null,
"transcript": "ENST00000640343.2",
"protein_id": "ENSP00000492813.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 335,
"cds_start": -4,
"cds_end": null,
"cds_length": 1008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.587-1060G>T",
"hgvs_p": null,
"transcript": "ENST00000622863.4",
"protein_id": "ENSP00000481650.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 314,
"cds_start": -4,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1106,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.898+19198G>T",
"hgvs_p": null,
"transcript": "ENST00000640168.2",
"protein_id": "ENSP00000490969.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": -4,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "n.*79-1334G>T",
"hgvs_p": null,
"transcript": "ENST00000611211.2",
"protein_id": "ENSP00000479151.2",
"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": 1232,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"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": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.1876G>T",
"hgvs_p": "p.Val626Phe",
"transcript": "NM_001193508.2",
"protein_id": "NP_001180437.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 1097,
"cds_start": 1876,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 2015,
"cdna_end": null,
"cdna_length": 7125,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"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": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.1876G>T",
"hgvs_p": "p.Val626Phe",
"transcript": "NM_001363453.3",
"protein_id": "NP_001350382.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 1097,
"cds_start": 1876,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 2563,
"cdna_end": null,
"cdna_length": 7673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"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": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.1876G>T",
"hgvs_p": "p.Val626Phe",
"transcript": "ENST00000675105.1",
"protein_id": "ENSP00000502313.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 1097,
"cds_start": 1876,
"cds_end": null,
"cds_length": 3294,
"cdna_start": 2283,
"cdna_end": null,
"cdna_length": 7371,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.1792G>T",
"hgvs_p": "p.Val598Phe",
"transcript": "NM_001440532.1",
"protein_id": "NP_001427461.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 1069,
"cds_start": 1792,
"cds_end": null,
"cds_length": 3210,
"cdna_start": 2115,
"cdna_end": null,
"cdna_length": 7225,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.1792G>T",
"hgvs_p": "p.Val598Phe",
"transcript": "NM_001440533.1",
"protein_id": "NP_001427462.1",
"transcript_support_level": null,
"aa_start": 598,
"aa_end": null,
"aa_length": 1069,
"cds_start": 1792,
"cds_end": null,
"cds_length": 3210,
"cdna_start": 1931,
"cdna_end": null,
"cdna_length": 7041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.1792G>T",
"hgvs_p": "p.Val598Phe",
"transcript": "ENST00000638187.2",
"protein_id": "ENSP00000492006.2",
"transcript_support_level": 5,
"aa_start": 598,
"aa_end": null,
"aa_length": 1069,
"cds_start": 1792,
"cds_end": null,
"cds_length": 3210,
"cdna_start": 1921,
"cdna_end": null,
"cdna_length": 7031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "F",
"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": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.1429G>T",
"hgvs_p": "p.Val477Phe",
"transcript": "ENST00000675341.1",
"protein_id": "ENSP00000502488.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 948,
"cds_start": 1429,
"cds_end": null,
"cds_length": 2847,
"cdna_start": 1465,
"cdna_end": null,
"cdna_length": 6575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"hgvs_c": "c.*903G>T",
"hgvs_p": null,
"transcript": "ENST00000616975.5",
"protein_id": "ENSP00000484058.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 340,
"cds_start": -4,
"cds_end": null,
"cds_length": 1023,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7165,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "REST",
"gene_hgnc_id": 9966,
"dbsnp": "rs2228991",
"frequency_reference_population": 6.8988163e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.89882e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.07665061950683594,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.046,
"revel_prediction": "Benign",
"alphamissense_score": 0.0894,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.087,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000309042.12",
"gene_symbol": "REST",
"hgnc_id": 9966,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1876G>T",
"hgvs_p": "p.Val626Phe"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}