← 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: 8-144080091-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=144080091&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 144080091,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_019037.3",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC4",
"gene_hgnc_id": 18189,
"hgvs_c": "c.320T>C",
"hgvs_p": "p.Phe107Ser",
"transcript": "NM_019037.3",
"protein_id": "NP_061910.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 245,
"cds_start": 320,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000316052.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_019037.3"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC4",
"gene_hgnc_id": 18189,
"hgvs_c": "c.320T>C",
"hgvs_p": "p.Phe107Ser",
"transcript": "ENST00000316052.6",
"protein_id": "ENSP00000315476.4",
"transcript_support_level": 1,
"aa_start": 107,
"aa_end": null,
"aa_length": 245,
"cds_start": 320,
"cds_end": null,
"cds_length": 738,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_019037.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000316052.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000290230",
"gene_hgnc_id": null,
"hgvs_c": "n.320T>C",
"hgvs_p": null,
"transcript": "ENST00000703646.1",
"protein_id": "ENSP00000515414.1",
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000703646.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC4",
"gene_hgnc_id": 18189,
"hgvs_c": "c.470T>C",
"hgvs_p": "p.Phe157Ser",
"transcript": "ENST00000917256.1",
"protein_id": "ENSP00000587315.1",
"transcript_support_level": null,
"aa_start": 157,
"aa_end": null,
"aa_length": 295,
"cds_start": 470,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917256.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC4",
"gene_hgnc_id": 18189,
"hgvs_c": "c.419T>C",
"hgvs_p": "p.Phe140Ser",
"transcript": "ENST00000917254.1",
"protein_id": "ENSP00000587313.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 278,
"cds_start": 419,
"cds_end": null,
"cds_length": 837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917254.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC4",
"gene_hgnc_id": 18189,
"hgvs_c": "c.389T>C",
"hgvs_p": "p.Phe130Ser",
"transcript": "ENST00000527954.1",
"protein_id": "ENSP00000436539.1",
"transcript_support_level": 2,
"aa_start": 130,
"aa_end": null,
"aa_length": 260,
"cds_start": 389,
"cds_end": null,
"cds_length": 785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527954.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC4",
"gene_hgnc_id": 18189,
"hgvs_c": "c.320T>C",
"hgvs_p": "p.Phe107Ser",
"transcript": "ENST00000917255.1",
"protein_id": "ENSP00000587314.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 243,
"cds_start": 320,
"cds_end": null,
"cds_length": 732,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917255.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC4",
"gene_hgnc_id": 18189,
"hgvs_c": "c.320T>C",
"hgvs_p": "p.Phe107Ser",
"transcript": "ENST00000905027.1",
"protein_id": "ENSP00000575086.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 242,
"cds_start": 320,
"cds_end": null,
"cds_length": 729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000905027.1"
},
{
"aa_ref": "F",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "EXOSC4",
"gene_hgnc_id": 18189,
"hgvs_c": "c.26T>C",
"hgvs_p": "p.Phe9Ser",
"transcript": "XM_011517134.4",
"protein_id": "XP_011515436.1",
"transcript_support_level": null,
"aa_start": 9,
"aa_end": null,
"aa_length": 147,
"cds_start": 26,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011517134.4"
},
{
"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": "EXOSC4",
"gene_hgnc_id": 18189,
"hgvs_c": "c.250+70T>C",
"hgvs_p": null,
"transcript": "ENST00000525936.1",
"protein_id": "ENSP00000432661.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 156,
"cds_start": null,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000525936.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "ENSG00000290230",
"gene_hgnc_id": null,
"hgvs_c": "n.407T>C",
"hgvs_p": null,
"transcript": "ENST00000703645.1",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000703645.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC124902038",
"gene_hgnc_id": null,
"hgvs_c": "n.1738A>G",
"hgvs_p": null,
"transcript": "XR_007061141.1",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007061141.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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6847",
"gene_hgnc_id": 50022,
"hgvs_c": "n.*149T>C",
"hgvs_p": null,
"transcript": "ENST00000618235.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "miRNA",
"feature": "ENST00000618235.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": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6847",
"gene_hgnc_id": 50022,
"hgvs_c": "n.*149T>C",
"hgvs_p": null,
"transcript": "NR_106906.1",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_106906.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6847",
"gene_hgnc_id": 50022,
"hgvs_c": "n.*190T>C",
"hgvs_p": null,
"transcript": "unassigned_transcript_1557",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "miRNA",
"feature": "unassigned_transcript_1557"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": null,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MIR6847",
"gene_hgnc_id": 50022,
"hgvs_c": "n.*152T>C",
"hgvs_p": null,
"transcript": "unassigned_transcript_1558",
"protein_id": null,
"transcript_support_level": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "miRNA",
"feature": "unassigned_transcript_1558"
}
],
"gene_symbol": "EXOSC4",
"gene_hgnc_id": 18189,
"dbsnp": null,
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9115431904792786,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.812,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9895,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.436,
"phylop100way_prediction": "Uncertain_significance",
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_019037.3",
"gene_symbol": "EXOSC4",
"hgnc_id": 18189,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.320T>C",
"hgvs_p": "p.Phe107Ser"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000703646.1",
"gene_symbol": "ENSG00000290230",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.320T>C",
"hgvs_p": null
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007061141.1",
"gene_symbol": "LOC124902038",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1738A>G",
"hgvs_p": null
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NR_106906.1",
"gene_symbol": "MIR6847",
"hgnc_id": 50022,
"effects": [
"downstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*149T>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
}