← 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: 3-56633654-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=56633654&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 56633654,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001365635.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.3137C>G",
"hgvs_p": "p.Thr1046Arg",
"transcript": "NM_001365635.2",
"protein_id": "NP_001352564.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1670,
"cds_start": 3137,
"cds_end": null,
"cds_length": 5013,
"cdna_start": 3396,
"cdna_end": null,
"cdna_length": 8177,
"mane_select": "ENST00000683822.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365635.2"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.3137C>G",
"hgvs_p": "p.Thr1046Arg",
"transcript": "ENST00000683822.1",
"protein_id": "ENSP00000508241.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1670,
"cds_start": 3137,
"cds_end": null,
"cds_length": 5013,
"cdna_start": 3396,
"cdna_end": null,
"cdna_length": 8177,
"mane_select": "NM_001365635.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683822.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.2954C>G",
"hgvs_p": "p.Thr985Arg",
"transcript": "ENST00000355628.9",
"protein_id": "ENSP00000347845.5",
"transcript_support_level": 1,
"aa_start": 985,
"aa_end": null,
"aa_length": 1609,
"cds_start": 2954,
"cds_end": null,
"cds_length": 4830,
"cdna_start": 3185,
"cdna_end": null,
"cdna_length": 5239,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355628.9"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.1826C>G",
"hgvs_p": "p.Thr609Arg",
"transcript": "ENST00000431842.6",
"protein_id": "ENSP00000399410.2",
"transcript_support_level": 1,
"aa_start": 609,
"aa_end": null,
"aa_length": 1233,
"cds_start": 1826,
"cds_end": null,
"cds_length": 3702,
"cdna_start": 2751,
"cdna_end": null,
"cdna_length": 7119,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000431842.6"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.1232C>G",
"hgvs_p": "p.Thr411Arg",
"transcript": "ENST00000614531.1",
"protein_id": "ENSP00000483340.1",
"transcript_support_level": 1,
"aa_start": 411,
"aa_end": null,
"aa_length": 1035,
"cds_start": 1232,
"cds_end": null,
"cds_length": 3108,
"cdna_start": 1390,
"cdna_end": null,
"cdna_length": 3441,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614531.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "n.319C>G",
"hgvs_p": null,
"transcript": "ENST00000459993.5",
"protein_id": null,
"transcript_support_level": 1,
"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": 5099,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000459993.5"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.3014C>G",
"hgvs_p": "p.Thr1005Arg",
"transcript": "NM_001365636.2",
"protein_id": "NP_001352565.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1629,
"cds_start": 3014,
"cds_end": null,
"cds_length": 4890,
"cdna_start": 3273,
"cdna_end": null,
"cdna_length": 8054,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365636.2"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.2954C>G",
"hgvs_p": "p.Thr985Arg",
"transcript": "NM_001363940.1",
"protein_id": "NP_001350869.1",
"transcript_support_level": null,
"aa_start": 985,
"aa_end": null,
"aa_length": 1609,
"cds_start": 2954,
"cds_end": null,
"cds_length": 4830,
"cdna_start": 3185,
"cdna_end": null,
"cdna_length": 7966,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001363940.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.3137C>G",
"hgvs_p": "p.Thr1046Arg",
"transcript": "NM_001112736.2",
"protein_id": "NP_001106207.1",
"transcript_support_level": null,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1512,
"cds_start": 3137,
"cds_end": null,
"cds_length": 4539,
"cdna_start": 3396,
"cdna_end": null,
"cdna_length": 8454,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001112736.2"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.3137C>G",
"hgvs_p": "p.Thr1046Arg",
"transcript": "ENST00000493960.6",
"protein_id": "ENSP00000417509.2",
"transcript_support_level": 5,
"aa_start": 1046,
"aa_end": null,
"aa_length": 1512,
"cds_start": 3137,
"cds_end": null,
"cds_length": 4539,
"cdna_start": 3148,
"cdna_end": null,
"cdna_length": 5600,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000493960.6"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.3014C>G",
"hgvs_p": "p.Thr1005Arg",
"transcript": "NM_001365637.2",
"protein_id": "NP_001352566.1",
"transcript_support_level": null,
"aa_start": 1005,
"aa_end": null,
"aa_length": 1471,
"cds_start": 3014,
"cds_end": null,
"cds_length": 4416,
"cdna_start": 3273,
"cdna_end": null,
"cdna_length": 8331,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365637.2"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.2954C>G",
"hgvs_p": "p.Thr985Arg",
"transcript": "NM_001365638.2",
"protein_id": "NP_001352567.1",
"transcript_support_level": null,
"aa_start": 985,
"aa_end": null,
"aa_length": 1451,
"cds_start": 2954,
"cds_end": null,
"cds_length": 4356,
"cdna_start": 3213,
"cdna_end": null,
"cdna_length": 8271,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001365638.2"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.1826C>G",
"hgvs_p": "p.Thr609Arg",
"transcript": "NM_015224.3",
"protein_id": "NP_056039.2",
"transcript_support_level": null,
"aa_start": 609,
"aa_end": null,
"aa_length": 1233,
"cds_start": 1826,
"cds_end": null,
"cds_length": 3702,
"cdna_start": 2466,
"cdna_end": null,
"cdna_length": 7247,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015224.3"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.2189C>G",
"hgvs_p": "p.Thr730Arg",
"transcript": "XM_047447814.1",
"protein_id": "XP_047303770.1",
"transcript_support_level": null,
"aa_start": 730,
"aa_end": null,
"aa_length": 1354,
"cds_start": 2189,
"cds_end": null,
"cds_length": 4065,
"cdna_start": 2369,
"cdna_end": null,
"cdna_length": 7150,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447814.1"
},
{
"aa_ref": "T",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.1949C>G",
"hgvs_p": "p.Thr650Arg",
"transcript": "XM_047447815.1",
"protein_id": "XP_047303771.1",
"transcript_support_level": null,
"aa_start": 650,
"aa_end": null,
"aa_length": 1274,
"cds_start": 1949,
"cds_end": null,
"cds_length": 3825,
"cdna_start": 2024,
"cdna_end": null,
"cdna_length": 6805,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047447815.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": 24,
"intron_rank": 18,
"intron_rank_end": null,
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"hgvs_c": "c.2892+245C>G",
"hgvs_p": null,
"transcript": "ENST00000888591.1",
"protein_id": "ENSP00000558650.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1385,
"cds_start": null,
"cds_end": null,
"cds_length": 4158,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7260,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000888591.1"
}
],
"gene_symbol": "TASOR",
"gene_hgnc_id": 30314,
"dbsnp": "rs9835332",
"frequency_reference_population": 0.52642125,
"hom_count_reference_population": 238541,
"allele_count_reference_population": 849427,
"gnomad_exomes_af": 0.516985,
"gnomad_genomes_af": 0.617076,
"gnomad_exomes_ac": 755555,
"gnomad_genomes_ac": 93872,
"gnomad_exomes_homalt": 206964,
"gnomad_genomes_homalt": 31577,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 5.69150529372564e-7,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.019,
"revel_prediction": "Benign",
"alphamissense_score": 0.0431,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.343,
"phylop100way_prediction": "Benign",
"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": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_001365635.2",
"gene_symbol": "TASOR",
"hgnc_id": 30314,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.3137C>G",
"hgvs_p": "p.Thr1046Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}