← 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: 2-97757310-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=97757310&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 97757310,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_015348.2",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5441G>C",
"hgvs_p": "p.Ser1814Thr",
"transcript": "NM_015348.2",
"protein_id": "NP_056163.1",
"transcript_support_level": null,
"aa_start": 1814,
"aa_end": null,
"aa_length": 1883,
"cds_start": 5441,
"cds_end": null,
"cds_length": 5652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000186436.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015348.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5441G>C",
"hgvs_p": "p.Ser1814Thr",
"transcript": "ENST00000186436.10",
"protein_id": "ENSP00000186436.5",
"transcript_support_level": 5,
"aa_start": 1814,
"aa_end": null,
"aa_length": 1883,
"cds_start": 5441,
"cds_end": null,
"cds_length": 5652,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015348.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000186436.10"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "n.6499G>C",
"hgvs_p": null,
"transcript": "ENST00000485245.2",
"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": "ENST00000485245.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5492G>C",
"hgvs_p": "p.Ser1831Thr",
"transcript": "ENST00000962018.1",
"protein_id": "ENSP00000632077.1",
"transcript_support_level": null,
"aa_start": 1831,
"aa_end": null,
"aa_length": 1900,
"cds_start": 5492,
"cds_end": null,
"cds_length": 5703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962018.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5438G>C",
"hgvs_p": "p.Ser1813Thr",
"transcript": "ENST00000913347.1",
"protein_id": "ENSP00000583406.1",
"transcript_support_level": null,
"aa_start": 1813,
"aa_end": null,
"aa_length": 1882,
"cds_start": 5438,
"cds_end": null,
"cds_length": 5649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913347.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5324G>C",
"hgvs_p": "p.Ser1775Thr",
"transcript": "ENST00000913349.1",
"protein_id": "ENSP00000583408.1",
"transcript_support_level": null,
"aa_start": 1775,
"aa_end": null,
"aa_length": 1844,
"cds_start": 5324,
"cds_end": null,
"cds_length": 5535,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913349.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5291G>C",
"hgvs_p": "p.Ser1764Thr",
"transcript": "ENST00000913348.1",
"protein_id": "ENSP00000583407.1",
"transcript_support_level": null,
"aa_start": 1764,
"aa_end": null,
"aa_length": 1833,
"cds_start": 5291,
"cds_end": null,
"cds_length": 5502,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913348.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5711G>C",
"hgvs_p": "p.Ser1904Thr",
"transcript": "XM_047443842.1",
"protein_id": "XP_047299798.1",
"transcript_support_level": null,
"aa_start": 1904,
"aa_end": null,
"aa_length": 1973,
"cds_start": 5711,
"cds_end": null,
"cds_length": 5922,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443842.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5492G>C",
"hgvs_p": "p.Ser1831Thr",
"transcript": "XM_005263909.2",
"protein_id": "XP_005263966.1",
"transcript_support_level": null,
"aa_start": 1831,
"aa_end": null,
"aa_length": 1900,
"cds_start": 5492,
"cds_end": null,
"cds_length": 5703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005263909.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 42,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5489G>C",
"hgvs_p": "p.Ser1830Thr",
"transcript": "XM_005263910.2",
"protein_id": "XP_005263967.1",
"transcript_support_level": null,
"aa_start": 1830,
"aa_end": null,
"aa_length": 1899,
"cds_start": 5489,
"cds_end": null,
"cds_length": 5700,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005263910.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5438G>C",
"hgvs_p": "p.Ser1813Thr",
"transcript": "XM_047443843.1",
"protein_id": "XP_047299799.1",
"transcript_support_level": null,
"aa_start": 1813,
"aa_end": null,
"aa_length": 1882,
"cds_start": 5438,
"cds_end": null,
"cds_length": 5649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443843.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5306G>C",
"hgvs_p": "p.Ser1769Thr",
"transcript": "XM_011510869.2",
"protein_id": "XP_011509171.1",
"transcript_support_level": null,
"aa_start": 1769,
"aa_end": null,
"aa_length": 1838,
"cds_start": 5306,
"cds_end": null,
"cds_length": 5517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011510869.2"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5255G>C",
"hgvs_p": "p.Ser1752Thr",
"transcript": "XM_047443844.1",
"protein_id": "XP_047299800.1",
"transcript_support_level": null,
"aa_start": 1752,
"aa_end": null,
"aa_length": 1821,
"cds_start": 5255,
"cds_end": null,
"cds_length": 5466,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443844.1"
},
{
"aa_ref": "S",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 41,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5102G>C",
"hgvs_p": "p.Ser1701Thr",
"transcript": "XM_047443845.1",
"protein_id": "XP_047299801.1",
"transcript_support_level": null,
"aa_start": 1701,
"aa_end": null,
"aa_length": 1770,
"cds_start": 5102,
"cds_end": null,
"cds_length": 5313,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047443845.1"
}
],
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"dbsnp": "rs530863994",
"frequency_reference_population": 0.000031600863,
"hom_count_reference_population": 1,
"allele_count_reference_population": 51,
"gnomad_exomes_af": 0.0000307867,
"gnomad_genomes_af": 0.0000394192,
"gnomad_exomes_ac": 45,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.018419474363327026,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.1899999976158142,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.045,
"revel_prediction": "Benign",
"alphamissense_score": 0.0753,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.67,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.048,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.19,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_015348.2",
"gene_symbol": "TMEM131",
"hgnc_id": 30366,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.5441G>C",
"hgvs_p": "p.Ser1814Thr"
}
],
"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
}