← 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: 5-6750358-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=6750358&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 6750358,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_006999.6",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.1715T>C",
"hgvs_p": "p.Ile572Thr",
"transcript": "NM_006999.6",
"protein_id": "NP_008930.2",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 792,
"cds_start": 1715,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000230859.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006999.6"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.1715T>C",
"hgvs_p": "p.Ile572Thr",
"transcript": "ENST00000230859.8",
"protein_id": "ENSP00000230859.7",
"transcript_support_level": 1,
"aa_start": 572,
"aa_end": null,
"aa_length": 792,
"cds_start": 1715,
"cds_end": null,
"cds_length": 2379,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_006999.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000230859.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "n.696T>C",
"hgvs_p": null,
"transcript": "ENST00000514697.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000514697.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.1715T>C",
"hgvs_p": "p.Ile572Thr",
"transcript": "NM_001171805.3",
"protein_id": "NP_001165276.2",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 791,
"cds_start": 1715,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001171805.3"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.1715T>C",
"hgvs_p": "p.Ile572Thr",
"transcript": "ENST00000932304.1",
"protein_id": "ENSP00000602363.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 791,
"cds_start": 1715,
"cds_end": null,
"cds_length": 2376,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932304.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.1586T>C",
"hgvs_p": "p.Ile529Thr",
"transcript": "ENST00000932305.1",
"protein_id": "ENSP00000602364.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 749,
"cds_start": 1586,
"cds_end": null,
"cds_length": 2250,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932305.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.1715T>C",
"hgvs_p": "p.Ile572Thr",
"transcript": "ENST00000955123.1",
"protein_id": "ENSP00000625182.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 737,
"cds_start": 1715,
"cds_end": null,
"cds_length": 2214,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955123.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.1478T>C",
"hgvs_p": "p.Ile493Thr",
"transcript": "ENST00000955124.1",
"protein_id": "ENSP00000625183.1",
"transcript_support_level": null,
"aa_start": 493,
"aa_end": null,
"aa_length": 713,
"cds_start": 1478,
"cds_end": null,
"cds_length": 2142,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955124.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.965T>C",
"hgvs_p": "p.Ile322Thr",
"transcript": "ENST00000631941.2",
"protein_id": "ENSP00000488642.1",
"transcript_support_level": 5,
"aa_start": 322,
"aa_end": null,
"aa_length": 542,
"cds_start": 965,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000631941.2"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.965T>C",
"hgvs_p": "p.Ile322Thr",
"transcript": "XM_047416664.1",
"protein_id": "XP_047272620.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 542,
"cds_start": 965,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416664.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.965T>C",
"hgvs_p": "p.Ile322Thr",
"transcript": "XM_047416665.1",
"protein_id": "XP_047272621.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 542,
"cds_start": 965,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416665.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.965T>C",
"hgvs_p": "p.Ile322Thr",
"transcript": "XM_047416666.1",
"protein_id": "XP_047272622.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 542,
"cds_start": 965,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416666.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.938T>C",
"hgvs_p": "p.Ile313Thr",
"transcript": "XM_017008988.3",
"protein_id": "XP_016864477.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 533,
"cds_start": 938,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008988.3"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.938T>C",
"hgvs_p": "p.Ile313Thr",
"transcript": "XM_047416667.1",
"protein_id": "XP_047272623.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 533,
"cds_start": 938,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416667.1"
},
{
"aa_ref": "I",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "c.938T>C",
"hgvs_p": "p.Ile313Thr",
"transcript": "XM_047416668.1",
"protein_id": "XP_047272624.1",
"transcript_support_level": null,
"aa_start": 313,
"aa_end": null,
"aa_length": 532,
"cds_start": 938,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416668.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "n.131T>C",
"hgvs_p": null,
"transcript": "ENST00000505457.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000505457.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"hgvs_c": "n.-22T>C",
"hgvs_p": null,
"transcript": "ENST00000514410.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000514410.1"
}
],
"gene_symbol": "TENT4A",
"gene_hgnc_id": 16705,
"dbsnp": "rs763282364",
"frequency_reference_population": 0.000004794146,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000479415,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.06895163655281067,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.043,
"revel_prediction": "Benign",
"alphamissense_score": 0.0738,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.114,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_006999.6",
"gene_symbol": "TENT4A",
"hgnc_id": 16705,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1715T>C",
"hgvs_p": "p.Ile572Thr"
}
],
"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
}