← 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-114427278-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=114427278&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 114427278,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015906.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "NM_015906.4",
"protein_id": "NP_056990.3",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1127,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "ENST00000358465.7",
"protein_id": "ENSP00000351250.2",
"transcript_support_level": 1,
"aa_start": 440,
"aa_end": null,
"aa_length": 1127,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "ENST00000369543.6",
"protein_id": "ENSP00000358556.2",
"transcript_support_level": 1,
"aa_start": 440,
"aa_end": null,
"aa_length": 1110,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1412G>A",
"hgvs_p": "p.Arg471His",
"transcript": "ENST00000925754.1",
"protein_id": "ENSP00000595813.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 1141,
"cds_start": 1412,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1409G>A",
"hgvs_p": "p.Arg470His",
"transcript": "ENST00000925758.1",
"protein_id": "ENSP00000595817.1",
"transcript_support_level": null,
"aa_start": 470,
"aa_end": null,
"aa_length": 1140,
"cds_start": 1409,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "ENST00000925756.1",
"protein_id": "ENSP00000595815.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1134,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "ENST00000925757.1",
"protein_id": "ENSP00000595816.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1133,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "NM_033020.3",
"protein_id": "NP_148980.2",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1110,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "ENST00000925753.1",
"protein_id": "ENSP00000595812.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1060,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"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.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "ENST00000964324.1",
"protein_id": "ENSP00000634383.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1043,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1055G>A",
"hgvs_p": "p.Arg352His",
"transcript": "ENST00000964325.1",
"protein_id": "ENSP00000634384.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 1041,
"cds_start": 1055,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1055G>A",
"hgvs_p": "p.Arg352His",
"transcript": "ENST00000925752.1",
"protein_id": "ENSP00000595811.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 1039,
"cds_start": 1055,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1055G>A",
"hgvs_p": "p.Arg352His",
"transcript": "ENST00000925755.1",
"protein_id": "ENSP00000595814.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 1022,
"cds_start": 1055,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.527G>A",
"hgvs_p": "p.Arg176His",
"transcript": "ENST00000448034.5",
"protein_id": "ENSP00000402333.1",
"transcript_support_level": 5,
"aa_start": 176,
"aa_end": null,
"aa_length": 887,
"cds_start": 527,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "XM_005270936.5",
"protein_id": "XP_005270993.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1151,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "XM_011541568.4",
"protein_id": "XP_011539870.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1150,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "XM_005270937.5",
"protein_id": "XP_005270994.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1134,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "XM_047422512.1",
"protein_id": "XP_047278468.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 1133,
"cds_start": 1319,
"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": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRIM33",
"gene_hgnc_id": 16290,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Arg440His",
"transcript": "XM_017001454.3",
"protein_id": "XP_016856943.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 638,
"cds_start": 1319,
"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": "rs755058963",
"frequency_reference_population": 0.000008890526,
"hom_count_reference_population": 0,
"allele_count_reference_population": 14,
"gnomad_exomes_af": 0.00000913198,
"gnomad_genomes_af": 0.00000661629,
"gnomad_exomes_ac": 13,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.20927459001541138,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.323,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.5553,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.05,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.686,
"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": 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.1319G>A",
"hgvs_p": "p.Arg440His"
}
],
"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
}