← 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: 11-2168614-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=2168614&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 2168614,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_199292.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.364C>G",
"hgvs_p": "p.Arg122Gly",
"transcript": "NM_000360.4",
"protein_id": "NP_000351.2",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 497,
"cds_start": 364,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000352909.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000360.4"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.364C>G",
"hgvs_p": "p.Arg122Gly",
"transcript": "ENST00000352909.8",
"protein_id": "ENSP00000325951.4",
"transcript_support_level": 1,
"aa_start": 122,
"aa_end": null,
"aa_length": 497,
"cds_start": 364,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000360.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000352909.8"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.457C>G",
"hgvs_p": "p.Arg153Gly",
"transcript": "ENST00000381178.5",
"protein_id": "ENSP00000370571.1",
"transcript_support_level": 1,
"aa_start": 153,
"aa_end": null,
"aa_length": 528,
"cds_start": 457,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381178.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.445C>G",
"hgvs_p": "p.Arg149Gly",
"transcript": "ENST00000381175.5",
"protein_id": "ENSP00000370567.1",
"transcript_support_level": 1,
"aa_start": 149,
"aa_end": null,
"aa_length": 524,
"cds_start": 445,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381175.5"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.364C>G",
"hgvs_p": "p.Arg122Gly",
"transcript": "ENST00000333684.9",
"protein_id": "ENSP00000328814.6",
"transcript_support_level": 1,
"aa_start": 122,
"aa_end": null,
"aa_length": 403,
"cds_start": 364,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000333684.9"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.376C>G",
"hgvs_p": "p.Arg126Gly",
"transcript": "ENST00000941211.1",
"protein_id": "ENSP00000611270.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 556,
"cds_start": 376,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941211.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.364C>G",
"hgvs_p": "p.Arg122Gly",
"transcript": "ENST00000941212.1",
"protein_id": "ENSP00000611271.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 552,
"cds_start": 364,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000941212.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.457C>G",
"hgvs_p": "p.Arg153Gly",
"transcript": "NM_199292.3",
"protein_id": "NP_954986.2",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 528,
"cds_start": 457,
"cds_end": null,
"cds_length": 1587,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199292.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.445C>G",
"hgvs_p": "p.Arg149Gly",
"transcript": "NM_199293.3",
"protein_id": "NP_954987.2",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 524,
"cds_start": 445,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_199293.3"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.376C>G",
"hgvs_p": "p.Arg126Gly",
"transcript": "NM_001440535.1",
"protein_id": "NP_001427464.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 501,
"cds_start": 376,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440535.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.376C>G",
"hgvs_p": "p.Arg126Gly",
"transcript": "ENST00000853117.1",
"protein_id": "ENSP00000523176.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 501,
"cds_start": 376,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000853117.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.376C>G",
"hgvs_p": "p.Arg126Gly",
"transcript": "NM_001440536.1",
"protein_id": "NP_001427465.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 407,
"cds_start": 376,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440536.1"
},
{
"aa_ref": "R",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "c.364C>G",
"hgvs_p": "p.Arg122Gly",
"transcript": "NM_001440537.1",
"protein_id": "NP_001427466.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 403,
"cds_start": 364,
"cds_end": null,
"cds_length": 1212,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440537.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "n.*53C>G",
"hgvs_p": null,
"transcript": "ENST00000324155.8",
"protein_id": "ENSP00000325831.3",
"transcript_support_level": 5,
"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": "ENST00000324155.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "n.*53C>G",
"hgvs_p": null,
"transcript": "ENST00000381168.7",
"protein_id": "ENSP00000370560.3",
"transcript_support_level": 5,
"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": "ENST00000381168.7"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "n.113C>G",
"hgvs_p": null,
"transcript": "ENST00000469226.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": "ENST00000469226.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "n.*53C>G",
"hgvs_p": null,
"transcript": "ENST00000324155.8",
"protein_id": "ENSP00000325831.3",
"transcript_support_level": 5,
"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": "ENST00000324155.8"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"hgvs_c": "n.*53C>G",
"hgvs_p": null,
"transcript": "ENST00000381168.7",
"protein_id": "ENSP00000370560.3",
"transcript_support_level": 5,
"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": "ENST00000381168.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000295384",
"gene_hgnc_id": null,
"hgvs_c": "n.320+658G>C",
"hgvs_p": null,
"transcript": "ENST00000729705.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000729705.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000295384",
"gene_hgnc_id": null,
"hgvs_c": "n.371+658G>C",
"hgvs_p": null,
"transcript": "ENST00000729706.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000729706.1"
}
],
"gene_symbol": "TH",
"gene_hgnc_id": 11782,
"dbsnp": "rs771610752",
"frequency_reference_population": 0.0000013701426,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137014,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.29207929968833923,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.25,
"revel_prediction": "Benign",
"alphamissense_score": 0.0597,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.788,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_199292.3",
"gene_symbol": "TH",
"hgnc_id": 11782,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.457C>G",
"hgvs_p": "p.Arg153Gly"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000729705.1",
"gene_symbol": "ENSG00000295384",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.320+658G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}