← 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-103979959-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=103979959&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "12",
"pos": 103979959,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000392872.8",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.295A>G",
"hgvs_p": "p.Thr99Ala",
"transcript": "NM_003211.6",
"protein_id": "NP_003202.3",
"transcript_support_level": null,
"aa_start": 99,
"aa_end": null,
"aa_length": 410,
"cds_start": 295,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 461,
"cdna_end": null,
"cdna_length": 3183,
"mane_select": "ENST00000392872.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.295A>G",
"hgvs_p": "p.Thr99Ala",
"transcript": "ENST00000392872.8",
"protein_id": "ENSP00000376611.3",
"transcript_support_level": 1,
"aa_start": 99,
"aa_end": null,
"aa_length": 410,
"cds_start": 295,
"cds_end": null,
"cds_length": 1233,
"cdna_start": 461,
"cdna_end": null,
"cdna_length": 3183,
"mane_select": "NM_003211.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Thr95Ala",
"transcript": "ENST00000266775.13",
"protein_id": "ENSP00000266775.9",
"transcript_support_level": 1,
"aa_start": 95,
"aa_end": null,
"aa_length": 406,
"cds_start": 283,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 562,
"cdna_end": null,
"cdna_length": 1602,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "n.430A>G",
"hgvs_p": null,
"transcript": "ENST00000544060.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1139,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "n.348A>G",
"hgvs_p": null,
"transcript": "ENST00000545698.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 862,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.-135A>G",
"hgvs_p": null,
"transcript": "NM_001363612.2",
"protein_id": "NP_001350541.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": -4,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.-135A>G",
"hgvs_p": null,
"transcript": "ENST00000544861.5",
"protein_id": "ENSP00000445899.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": -4,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.295A>G",
"hgvs_p": "p.Thr99Ala",
"transcript": "ENST00000537100.5",
"protein_id": "ENSP00000439825.1",
"transcript_support_level": 3,
"aa_start": 99,
"aa_end": null,
"aa_length": 256,
"cds_start": 295,
"cds_end": null,
"cds_length": 771,
"cdna_start": 447,
"cdna_end": null,
"cdna_length": 923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.220A>G",
"hgvs_p": "p.Thr74Ala",
"transcript": "ENST00000436021.6",
"protein_id": "ENSP00000390167.2",
"transcript_support_level": 5,
"aa_start": 74,
"aa_end": null,
"aa_length": 137,
"cds_start": 220,
"cds_end": null,
"cds_length": 415,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.283A>G",
"hgvs_p": "p.Thr95Ala",
"transcript": "XM_047429486.1",
"protein_id": "XP_047285442.1",
"transcript_support_level": null,
"aa_start": 95,
"aa_end": null,
"aa_length": 406,
"cds_start": 283,
"cds_end": null,
"cds_length": 1221,
"cdna_start": 946,
"cdna_end": null,
"cdna_length": 3668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "n.4A>G",
"hgvs_p": null,
"transcript": "ENST00000540956.1",
"protein_id": "ENSP00000445716.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1014,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "n.95A>G",
"hgvs_p": null,
"transcript": "ENST00000542926.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1277,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.-135A>G",
"hgvs_p": null,
"transcript": "NM_001363612.2",
"protein_id": "NP_001350541.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": -4,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3040,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.-135A>G",
"hgvs_p": null,
"transcript": "ENST00000544861.5",
"protein_id": "ENSP00000445899.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": -4,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.-690A>G",
"hgvs_p": null,
"transcript": "XM_047429487.1",
"protein_id": "XP_047285443.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": -4,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3082,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"hgvs_c": "c.-285A>G",
"hgvs_p": null,
"transcript": "XM_047429488.1",
"protein_id": "XP_047285444.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 267,
"cds_start": -4,
"cds_end": null,
"cds_length": 804,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TDG",
"gene_hgnc_id": 11700,
"dbsnp": "rs1475590653",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 6.85112e-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.2376917004585266,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.074,
"revel_prediction": "Benign",
"alphamissense_score": 0.3983,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.37,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.465,
"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": "ENST00000392872.8",
"gene_symbol": "TDG",
"hgnc_id": 11700,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.295A>G",
"hgvs_p": "p.Thr99Ala"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}