← 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: 12-114366366-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=114366366&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 114366366,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_000192.3",
"consequences": [
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "NM_181486.4",
"protein_id": "NP_852259.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000405440.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181486.4"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000405440.7",
"protein_id": "ENSP00000384152.3",
"transcript_support_level": 1,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_181486.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000405440.7"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000310346.8",
"protein_id": "ENSP00000309913.4",
"transcript_support_level": 1,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000310346.8"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.631A>C",
"hgvs_p": "p.Ser211Arg",
"transcript": "ENST00000349716.9",
"protein_id": "ENSP00000337723.5",
"transcript_support_level": 1,
"aa_start": 211,
"aa_end": null,
"aa_length": 468,
"cds_start": 631,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000349716.9"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000526441.1",
"protein_id": "ENSP00000433292.1",
"transcript_support_level": 1,
"aa_start": 261,
"aa_end": null,
"aa_length": 349,
"cds_start": 781,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526441.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "NM_000192.3",
"protein_id": "NP_000183.2",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000192.3"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000860921.1",
"protein_id": "ENSP00000530980.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860921.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000860922.1",
"protein_id": "ENSP00000530981.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860922.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000860923.1",
"protein_id": "ENSP00000530982.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860923.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000860924.1",
"protein_id": "ENSP00000530983.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860924.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000860925.1",
"protein_id": "ENSP00000530984.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860925.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000860926.1",
"protein_id": "ENSP00000530985.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860926.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000860927.1",
"protein_id": "ENSP00000530986.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860927.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000860928.1",
"protein_id": "ENSP00000530987.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860928.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000945349.1",
"protein_id": "ENSP00000615408.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945349.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000945350.1",
"protein_id": "ENSP00000615409.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945350.1"
},
{
"aa_ref": "S",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg",
"transcript": "ENST00000945351.1",
"protein_id": "ENSP00000615410.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 518,
"cds_start": 781,
"cds_end": null,
"cds_length": 1557,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000945351.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.631A>C",
"hgvs_p": "p.Ser211Arg",
"transcript": "NM_080717.4",
"protein_id": "NP_542448.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 468,
"cds_start": 631,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_080717.4"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"hgvs_c": "c.829A>C",
"hgvs_p": "p.Ser277Arg",
"transcript": "XM_017019912.2",
"protein_id": "XP_016875401.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 534,
"cds_start": 829,
"cds_end": null,
"cds_length": 1605,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019912.2"
}
],
"gene_symbol": "TBX5",
"gene_hgnc_id": 11604,
"dbsnp": "rs377625550",
"frequency_reference_population": 6.840497e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.8405e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7916529774665833,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.581,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9854,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.16,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.674,
"phylop100way_prediction": "Pathogenic",
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_000192.3",
"gene_symbol": "TBX5",
"hgnc_id": 11604,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.781A>C",
"hgvs_p": "p.Ser261Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}