← 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: 18-79973765-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=79973765&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2",
"PP3_Strong"
],
"effects": [
"missense_variant"
],
"gene_symbol": "TXNL4A",
"hgnc_id": 30551,
"hgvs_c": "c.349G>A",
"hgvs_p": "p.Glu117Lys",
"inheritance_mode": "AR,Unknown",
"pathogenic_score": 6,
"score": 6,
"transcript": "NM_006701.5",
"verdict": "Likely_pathogenic"
}
],
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_score": 6,
"allele_count_reference_population": 15,
"alphamissense_prediction": null,
"alphamissense_score": 0.9946,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.44,
"chr": "18",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.9481942653656006,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 142,
"aa_ref": "E",
"aa_start": 117,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3472,
"cdna_start": 520,
"cds_end": null,
"cds_length": 429,
"cds_start": 349,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_006701.5",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.349G>A",
"hgvs_p": "p.Glu117Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000269601.10",
"protein_coding": true,
"protein_id": "NP_006692.1",
"strand": false,
"transcript": "NM_006701.5",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 142,
"aa_ref": "E",
"aa_start": 117,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3472,
"cdna_start": 520,
"cds_end": null,
"cds_length": 429,
"cds_start": 349,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000269601.10",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.349G>A",
"hgvs_p": "p.Glu117Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_006701.5",
"protein_coding": true,
"protein_id": "ENSP00000269601.4",
"strand": false,
"transcript": "ENST00000269601.10",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 71,
"aa_ref": "E",
"aa_start": 46,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1185,
"cdna_start": 295,
"cds_end": null,
"cds_length": 216,
"cds_start": 136,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000585474.5",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Glu46Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000465572.1",
"strand": false,
"transcript": "ENST00000585474.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 803,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000355491.5",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "n.*143G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000347678.4",
"strand": false,
"transcript": "ENST00000355491.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 803,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000355491.5",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "n.*143G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000347678.4",
"strand": false,
"transcript": "ENST00000355491.5",
"transcript_support_level": 1
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 134,
"aa_ref": "E",
"aa_start": 109,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3448,
"cdna_start": 496,
"cds_end": null,
"cds_length": 405,
"cds_start": 325,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001305557.2",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.325G>A",
"hgvs_p": "p.Glu109Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001292486.1",
"strand": false,
"transcript": "NM_001305557.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 103,
"aa_ref": "E",
"aa_start": 78,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3621,
"cdna_start": 669,
"cds_end": null,
"cds_length": 312,
"cds_start": 232,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001303471.3",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.232G>A",
"hgvs_p": "p.Glu78Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001290400.1",
"strand": false,
"transcript": "NM_001303471.3",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 71,
"aa_ref": "E",
"aa_start": 46,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3291,
"cdna_start": 339,
"cds_end": null,
"cds_length": 216,
"cds_start": 136,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001305563.2",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Glu46Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001292492.1",
"strand": false,
"transcript": "NM_001305563.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 71,
"aa_ref": "E",
"aa_start": 46,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3234,
"cdna_start": 282,
"cds_end": null,
"cds_length": 216,
"cds_start": 136,
"consequences": [
"missense_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "NM_001305564.2",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Glu46Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001292493.1",
"strand": false,
"transcript": "NM_001305564.2",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 71,
"aa_ref": "E",
"aa_start": 46,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 611,
"cdna_start": 412,
"cds_end": null,
"cds_length": 216,
"cds_start": 136,
"consequences": [
"missense_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000592837.1",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Glu46Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000468761.1",
"strand": false,
"transcript": "ENST00000592837.1",
"transcript_support_level": 2
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 71,
"aa_ref": "E",
"aa_start": 46,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 546,
"cdna_start": 294,
"cds_end": null,
"cds_length": 216,
"cds_start": 136,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000592957.1",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.136G>A",
"hgvs_p": "p.Glu46Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000465493.1",
"strand": false,
"transcript": "ENST00000592957.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 57,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 752,
"cdna_start": null,
"cds_end": null,
"cds_length": 174,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000588162.1",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "c.*71G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000465321.1",
"strand": false,
"transcript": "ENST00000588162.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 988,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000585769.5",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "n.*403G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000466266.1",
"strand": false,
"transcript": "ENST00000585769.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 448,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000586612.1",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "n.225G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000586612.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3691,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NR_131175.2",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "n.739G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_131175.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3542,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NR_131176.2",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "n.590G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_131176.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3368,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_131177.2",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "n.416G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_131177.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 988,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000585769.5",
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"hgvs_c": "n.*403G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000466266.1",
"strand": false,
"transcript": "ENST00000585769.5",
"transcript_support_level": 2
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs727502793",
"effect": "missense_variant",
"frequency_reference_population": 0.000009293358,
"gene_hgnc_id": 30551,
"gene_symbol": "TXNL4A",
"gnomad_exomes_ac": 14,
"gnomad_exomes_af": 0.00000957662,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000657194,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 6.732,
"pos": 79973765,
"ref": "C",
"revel_prediction": "Uncertain_significance",
"revel_score": 0.601,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_006701.5"
}
]
}