← 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-139481561-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=139481561&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 139481561,
"ref": "C",
"alt": "G",
"effect": "synonymous_variant",
"transcript": "ENST00000330794.9",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.144G>C",
"hgvs_p": "p.Val48Val",
"transcript": "NM_198282.4",
"protein_id": "NP_938023.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 379,
"cds_start": 144,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 446,
"cdna_end": null,
"cdna_length": 2170,
"mane_select": "ENST00000330794.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.144G>C",
"hgvs_p": "p.Val48Val",
"transcript": "ENST00000330794.9",
"protein_id": "ENSP00000331288.4",
"transcript_support_level": 1,
"aa_start": 48,
"aa_end": null,
"aa_length": 379,
"cds_start": 144,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 446,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.245G>C",
"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": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.144G>C",
"hgvs_p": "p.Val48Val",
"transcript": "ENST00000651699.1",
"protein_id": "ENSP00000499166.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 379,
"cds_start": 144,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 296,
"cdna_end": null,
"cdna_length": 1915,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.144G>C",
"hgvs_p": "p.Val48Val",
"transcript": "ENST00000652271.1",
"protein_id": "ENSP00000498596.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 379,
"cds_start": 144,
"cds_end": null,
"cds_length": 1140,
"cdna_start": 613,
"cdna_end": null,
"cdna_length": 2295,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.144G>C",
"hgvs_p": "p.Val48Val",
"transcript": "NM_001301738.2",
"protein_id": "NP_001288667.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 283,
"cds_start": 144,
"cds_end": null,
"cds_length": 852,
"cdna_start": 446,
"cdna_end": null,
"cdna_length": 1983,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.144G>C",
"hgvs_p": "p.Val48Val",
"transcript": "ENST00000652110.1",
"protein_id": "ENSP00000498513.1",
"transcript_support_level": null,
"aa_start": 48,
"aa_end": null,
"aa_length": 283,
"cds_start": 144,
"cds_end": null,
"cds_length": 852,
"cdna_start": 234,
"cdna_end": null,
"cdna_length": 1516,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.784G>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.386G>C",
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.231G>C",
"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
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.951G>C",
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.228G>C",
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.563G>C",
"hgvs_p": null,
"transcript": "ENST00000514348.1",
"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": 705,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.245G>C",
"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": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.-130-219G>C",
"hgvs_p": null,
"transcript": "NM_001367258.1",
"protein_id": "NP_001354187.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 260,
"cds_start": -4,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1943,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.-130-219G>C",
"hgvs_p": null,
"transcript": "ENST00000651565.1",
"protein_id": "ENSP00000498768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 260,
"cds_start": -4,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 6,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "c.-130-219G>C",
"hgvs_p": null,
"transcript": "ENST00000652543.1",
"protein_id": "ENSP00000498683.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 164,
"cds_start": -4,
"cds_end": null,
"cds_length": 495,
"cdna_start": null,
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.-203-11G>C",
"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": true,
"consequences": [
"upstream_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.-100G>C",
"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": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.-212G>C",
"hgvs_p": null,
"transcript": "ENST00000503838.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": 595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"hgvs_c": "n.-193G>C",
"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
}
],
"gene_symbol": "STING1",
"gene_hgnc_id": 27962,
"dbsnp": "rs7447927",
"frequency_reference_population": 0.68008804,
"hom_count_reference_population": 389177,
"allele_count_reference_population": 1097337,
"gnomad_exomes_af": 0.695615,
"gnomad_genomes_af": 0.53085,
"gnomad_exomes_ac": 1016618,
"gnomad_genomes_ac": 80719,
"gnomad_exomes_homalt": 363369,
"gnomad_genomes_homalt": 25808,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.800000011920929,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.2199999988079071,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.8,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.115,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.22,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000330794.9",
"gene_symbol": "STING1",
"hgnc_id": 27962,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.144G>C",
"hgvs_p": "p.Val48Val"
}
],
"clinvar_disease": "STING-associated vasculopathy with onset in infancy,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4 O:1",
"phenotype_combined": "not specified|STING-associated vasculopathy with onset in infancy|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}