← 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: 1-114424633-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=114424633&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 114424633,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015906.4",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "NM_015906.4",
"protein_id": "NP_056990.3",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1127,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000358465.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015906.4"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "ENST00000358465.7",
"protein_id": "ENSP00000351250.2",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 1127,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015906.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358465.7"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "ENST00000369543.6",
"protein_id": "ENSP00000358556.2",
"transcript_support_level": 1,
"aa_start": 606,
"aa_end": null,
"aa_length": 1110,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369543.6"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1911C>A",
"hgvs_p": "p.Ser637Arg",
"transcript": "ENST00000925754.1",
"protein_id": "ENSP00000595813.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 1141,
"cds_start": 1911,
"cds_end": null,
"cds_length": 3426,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925754.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1908C>A",
"hgvs_p": "p.Ser636Arg",
"transcript": "ENST00000925758.1",
"protein_id": "ENSP00000595817.1",
"transcript_support_level": null,
"aa_start": 636,
"aa_end": null,
"aa_length": 1140,
"cds_start": 1908,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925758.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "ENST00000925756.1",
"protein_id": "ENSP00000595815.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1134,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925756.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "ENST00000925757.1",
"protein_id": "ENSP00000595816.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1133,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925757.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "NM_033020.3",
"protein_id": "NP_148980.2",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1110,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_033020.3"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "ENST00000925753.1",
"protein_id": "ENSP00000595812.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1060,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3183,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925753.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "ENST00000964324.1",
"protein_id": "ENSP00000634383.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1043,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964324.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1554C>A",
"hgvs_p": "p.Ser518Arg",
"transcript": "ENST00000964325.1",
"protein_id": "ENSP00000634384.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1041,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3126,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964325.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1554C>A",
"hgvs_p": "p.Ser518Arg",
"transcript": "ENST00000925752.1",
"protein_id": "ENSP00000595811.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1039,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3120,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925752.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1554C>A",
"hgvs_p": "p.Ser518Arg",
"transcript": "ENST00000925755.1",
"protein_id": "ENSP00000595814.1",
"transcript_support_level": null,
"aa_start": 518,
"aa_end": null,
"aa_length": 1022,
"cds_start": 1554,
"cds_end": null,
"cds_length": 3069,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925755.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1026C>A",
"hgvs_p": "p.Ser342Arg",
"transcript": "ENST00000448034.5",
"protein_id": "ENSP00000402333.1",
"transcript_support_level": 5,
"aa_start": 342,
"aa_end": null,
"aa_length": 887,
"cds_start": 1026,
"cds_end": null,
"cds_length": 2664,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448034.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "XM_005270936.5",
"protein_id": "XP_005270993.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1151,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270936.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "XM_011541568.4",
"protein_id": "XP_011539870.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1150,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011541568.4"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "XM_005270937.5",
"protein_id": "XP_005270994.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1134,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270937.5"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "XM_047422512.1",
"protein_id": "XP_047278468.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 1133,
"cds_start": 1818,
"cds_end": null,
"cds_length": 3402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047422512.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg",
"transcript": "XM_017001454.3",
"protein_id": "XP_016856943.1",
"transcript_support_level": null,
"aa_start": 606,
"aa_end": null,
"aa_length": 638,
"cds_start": 1818,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001454.3"
}
],
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"dbsnp": "rs533295381",
"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.09457224607467651,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.33,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.8352,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.922,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.04,
"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": "NM_015906.4",
"gene_symbol": "TRIM33",
"hgnc_id": 16290,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1818C>A",
"hgvs_p": "p.Ser606Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}