← 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: X-48894165-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=48894165&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 48894165,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001167947.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.251G>A",
"hgvs_p": "p.Arg84Gln",
"transcript": "NM_001395498.1",
"protein_id": "NP_001382427.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 172,
"cds_start": 251,
"cds_end": null,
"cds_length": 519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000696123.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395498.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.251G>A",
"hgvs_p": "p.Arg84Gln",
"transcript": "ENST00000696123.1",
"protein_id": "ENSP00000512416.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 172,
"cds_start": 251,
"cds_end": null,
"cds_length": 519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001395498.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696123.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.251G>A",
"hgvs_p": "p.Arg84Gln",
"transcript": "ENST00000376582.7",
"protein_id": "ENSP00000365766.3",
"transcript_support_level": 1,
"aa_start": 84,
"aa_end": null,
"aa_length": 172,
"cds_start": 251,
"cds_end": null,
"cds_length": 519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376582.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.668G>A",
"hgvs_p": "p.Arg223Gln",
"transcript": "ENST00000920116.1",
"protein_id": "ENSP00000590175.1",
"transcript_support_level": null,
"aa_start": 223,
"aa_end": null,
"aa_length": 311,
"cds_start": 668,
"cds_end": null,
"cds_length": 936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920116.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.401G>A",
"hgvs_p": "p.Arg134Gln",
"transcript": "NM_001167947.2",
"protein_id": "NP_001161419.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 222,
"cds_start": 401,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001167947.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.401G>A",
"hgvs_p": "p.Arg134Gln",
"transcript": "NM_001395497.1",
"protein_id": "NP_001382426.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 222,
"cds_start": 401,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001395497.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.401G>A",
"hgvs_p": "p.Arg134Gln",
"transcript": "ENST00000396779.7",
"protein_id": "ENSP00000379999.3",
"transcript_support_level": 5,
"aa_start": 134,
"aa_end": null,
"aa_length": 222,
"cds_start": 401,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000396779.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.401G>A",
"hgvs_p": "p.Arg134Gln",
"transcript": "ENST00000465150.6",
"protein_id": "ENSP00000477073.1",
"transcript_support_level": 2,
"aa_start": 134,
"aa_end": null,
"aa_length": 222,
"cds_start": 401,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000465150.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.401G>A",
"hgvs_p": "p.Arg134Gln",
"transcript": "ENST00000876514.1",
"protein_id": "ENSP00000546573.1",
"transcript_support_level": null,
"aa_start": 134,
"aa_end": null,
"aa_length": 222,
"cds_start": 401,
"cds_end": null,
"cds_length": 669,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000876514.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.311G>A",
"hgvs_p": "p.Arg104Gln",
"transcript": "ENST00000495490.6",
"protein_id": "ENSP00000477027.1",
"transcript_support_level": 5,
"aa_start": 104,
"aa_end": null,
"aa_length": 192,
"cds_start": 311,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000495490.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.272G>A",
"hgvs_p": "p.Arg91Gln",
"transcript": "ENST00000696124.1",
"protein_id": "ENSP00000512417.1",
"transcript_support_level": null,
"aa_start": 91,
"aa_end": null,
"aa_length": 179,
"cds_start": 272,
"cds_end": null,
"cds_length": 540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000696124.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.251G>A",
"hgvs_p": "p.Arg84Gln",
"transcript": "NM_005834.5",
"protein_id": "NP_005825.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 172,
"cds_start": 251,
"cds_end": null,
"cds_length": 519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005834.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.248G>A",
"hgvs_p": "p.Arg83Gln",
"transcript": "ENST00000920114.1",
"protein_id": "ENSP00000590173.1",
"transcript_support_level": null,
"aa_start": 83,
"aa_end": null,
"aa_length": 171,
"cds_start": 248,
"cds_end": null,
"cds_length": 516,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920114.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.398G>A",
"hgvs_p": "p.Arg133Gln",
"transcript": "ENST00000490755.2",
"protein_id": "ENSP00000477085.1",
"transcript_support_level": 5,
"aa_start": 133,
"aa_end": null,
"aa_length": 158,
"cds_start": 398,
"cds_end": null,
"cds_length": 477,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000490755.2"
},
{
"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": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.-631-3316C>T",
"hgvs_p": null,
"transcript": "ENST00000651767.1",
"protein_id": "ENSP00000498362.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": null,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000651767.1"
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.-19+3468C>T",
"hgvs_p": null,
"transcript": "ENST00000875808.1",
"protein_id": "ENSP00000545867.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": null,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000875808.1"
},
{
"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": 7,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.-19+2774C>T",
"hgvs_p": null,
"transcript": "ENST00000920021.1",
"protein_id": "ENSP00000590080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 265,
"cds_start": null,
"cds_end": null,
"cds_length": 798,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920021.1"
},
{
"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": 6,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "PQBP1",
"gene_hgnc_id": 9330,
"hgvs_c": "c.-19+3468C>T",
"hgvs_p": null,
"transcript": "ENST00000965909.1",
"protein_id": "ENSP00000635968.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 170,
"cds_start": null,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965909.1"
},
{
"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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "c.191-155G>A",
"hgvs_p": null,
"transcript": "ENST00000920115.1",
"protein_id": "ENSP00000590174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": null,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920115.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "n.*701G>A",
"hgvs_p": null,
"transcript": "ENST00000466995.5",
"protein_id": "ENSP00000476861.1",
"transcript_support_level": 2,
"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": "ENST00000466995.5"
},
{
"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": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "n.361G>A",
"hgvs_p": null,
"transcript": "ENST00000472645.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000472645.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TIMM17B",
"gene_hgnc_id": 17310,
"hgvs_c": "n.*701G>A",
"hgvs_p": null,
"transcript": "ENST00000466995.5",
"protein_id": "ENSP00000476861.1",
"transcript_support_level": 2,
"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": "ENST00000466995.5"
}
],
"gene_symbol": "TIMM17B",
"gene_hgnc_id": 17310,
"dbsnp": "rs959877221",
"frequency_reference_population": 0.000008303441,
"hom_count_reference_population": 4,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000732153,
"gnomad_genomes_af": 0.0000179128,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9812895059585571,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.27000001072883606,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.589,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9549,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.905,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.27,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Strong,BS2",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 4,
"pathogenic_score": 4,
"criteria": [
"PP3_Strong",
"BS2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001167947.2",
"gene_symbol": "TIMM17B",
"hgnc_id": 17310,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.401G>A",
"hgvs_p": "p.Arg134Gln"
},
{
"score": 0,
"benign_score": 4,
"pathogenic_score": 4,
"criteria": [
"PP3_Strong",
"BS2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000651767.1",
"gene_symbol": "PQBP1",
"hgnc_id": 9330,
"effects": [
"intron_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.-631-3316C>T",
"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
}