← 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: 5-139478454-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=139478454&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 139478454,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000330794.9",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.575G>T",
"hgvs_p": "p.Gly192Val",
"transcript": "NM_198282.4",
"protein_id": "NP_938023.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 379,
"cds_start": 575,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 2170,
"mane_select": "ENST00000330794.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.575G>T",
"hgvs_p": "p.Gly192Val",
"transcript": "ENST00000330794.9",
"protein_id": "ENSP00000331288.4",
"transcript_support_level": 1,
"aa_start": 192,
"aa_end": null,
"aa_length": 379,
"cds_start": 575,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 2170,
"mane_select": "NM_198282.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.811G>T",
"hgvs_p": null,
"transcript": "ENST00000512606.6",
"protein_id": null,
"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": 2077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.575G>T",
"hgvs_p": "p.Gly192Val",
"transcript": "ENST00000651699.1",
"protein_id": "ENSP00000499166.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 379,
"cds_start": 575,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 727,
"cdna_end": null,
"cdna_length": 1915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.575G>T",
"hgvs_p": "p.Gly192Val",
"transcript": "ENST00000652271.1",
"protein_id": "ENSP00000498596.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 379,
"cds_start": 575,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 1044,
"cdna_end": null,
"cdna_length": 2295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.575G>T",
"hgvs_p": "p.Gly192Val",
"transcript": "NM_001301738.2",
"protein_id": "NP_001288667.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 283,
"cds_start": 575,
"cds_end": null,
"cds_length": 852,
"cdna_start": 877,
"cdna_end": null,
"cdna_length": 1983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.575G>T",
"hgvs_p": "p.Gly192Val",
"transcript": "ENST00000652110.1",
"protein_id": "ENSP00000498513.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 283,
"cds_start": 575,
"cds_end": null,
"cds_length": 852,
"cdna_start": 665,
"cdna_end": null,
"cdna_length": 1516,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.218G>T",
"hgvs_p": "p.Gly73Val",
"transcript": "NM_001367258.1",
"protein_id": "NP_001354187.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 260,
"cds_start": 218,
"cds_end": null,
"cds_length": 783,
"cdna_start": 650,
"cdna_end": null,
"cdna_length": 1943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.218G>T",
"hgvs_p": "p.Gly73Val",
"transcript": "ENST00000651565.1",
"protein_id": "ENSP00000498768.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 260,
"cds_start": 218,
"cds_end": null,
"cds_length": 783,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.218G>T",
"hgvs_p": "p.Gly73Val",
"transcript": "ENST00000652543.1",
"protein_id": "ENSP00000498683.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 164,
"cds_start": 218,
"cds_end": null,
"cds_length": 495,
"cdna_start": 609,
"cdna_end": null,
"cdna_length": 1281,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.1350G>T",
"hgvs_p": null,
"transcript": "ENST00000502362.2",
"protein_id": null,
"transcript_support_level": 3,
"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": 2611,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.353G>T",
"hgvs_p": null,
"transcript": "ENST00000502825.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.467G>T",
"hgvs_p": null,
"transcript": "ENST00000503287.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.1908G>T",
"hgvs_p": null,
"transcript": "ENST00000507297.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": 3200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.374G>T",
"hgvs_p": null,
"transcript": "ENST00000509573.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.1517G>T",
"hgvs_p": null,
"transcript": "ENST00000511886.6",
"protein_id": null,
"transcript_support_level": 5,
"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": 2437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.794G>T",
"hgvs_p": null,
"transcript": "ENST00000514119.6",
"protein_id": null,
"transcript_support_level": 3,
"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": 1662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.621G>T",
"hgvs_p": null,
"transcript": "ENST00000515507.5",
"protein_id": null,
"transcript_support_level": 4,
"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": 707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.271G>T",
"hgvs_p": null,
"transcript": "ENST00000650883.1",
"protein_id": "ENSP00000499142.1",
"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": 1882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.1383G>T",
"hgvs_p": null,
"transcript": "ENST00000652293.1",
"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": 2632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.1149G>T",
"hgvs_p": null,
"transcript": "ENST00000652640.1",
"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": 2199,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.*8G>T",
"hgvs_p": null,
"transcript": "ENST00000511850.1",
"protein_id": null,
"transcript_support_level": 5,
"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": 890,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"dbsnp": "rs201096097",
"frequency_reference_population": 0.00021682432,
"hom_count_reference_population": 1,
"allele_count_reference_population": 350,
"gnomad_exomes_af": 0.000221631,
"gnomad_genomes_af": 0.000170691,
"gnomad_exomes_ac": 324,
"gnomad_genomes_ac": 26,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0760807991027832,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.23999999463558197,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.198,
"revel_prediction": "Benign",
"alphamissense_score": 0.2234,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.24,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.312,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.24,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP6,BS1,BS2",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP6",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000330794.9",
"gene_symbol": "STING1",
"hgnc_id": 27962,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.575G>T",
"hgvs_p": "p.Gly192Val"
}
],
"clinvar_disease": "Autoinflammatory syndrome,Inborn genetic diseases,STING-associated vasculopathy with onset in infancy,STING1-related disorder,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:3 LB:2",
"phenotype_combined": "STING-associated vasculopathy with onset in infancy|not provided|STING1-related disorder|Inborn genetic diseases|Autoinflammatory syndrome",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}