← 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-97760841-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=97760841&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 97760841,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015348.2",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.4963G>A",
"hgvs_p": "p.Gly1655Ser",
"transcript": "NM_015348.2",
"protein_id": "NP_056163.1",
"transcript_support_level": null,
"aa_start": 1655,
"aa_end": null,
"aa_length": 1883,
"cds_start": 4963,
"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": "G",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.4963G>A",
"hgvs_p": "p.Gly1655Ser",
"transcript": "ENST00000186436.10",
"protein_id": "ENSP00000186436.5",
"transcript_support_level": 5,
"aa_start": 1655,
"aa_end": null,
"aa_length": 1883,
"cds_start": 4963,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "n.4477G>A",
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5014G>A",
"hgvs_p": "p.Gly1672Ser",
"transcript": "ENST00000962018.1",
"protein_id": "ENSP00000632077.1",
"transcript_support_level": null,
"aa_start": 1672,
"aa_end": null,
"aa_length": 1900,
"cds_start": 5014,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.4963G>A",
"hgvs_p": "p.Gly1655Ser",
"transcript": "ENST00000913347.1",
"protein_id": "ENSP00000583406.1",
"transcript_support_level": null,
"aa_start": 1655,
"aa_end": null,
"aa_length": 1882,
"cds_start": 4963,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.4846G>A",
"hgvs_p": "p.Gly1616Ser",
"transcript": "ENST00000913349.1",
"protein_id": "ENSP00000583408.1",
"transcript_support_level": null,
"aa_start": 1616,
"aa_end": null,
"aa_length": 1844,
"cds_start": 4846,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.4813G>A",
"hgvs_p": "p.Gly1605Ser",
"transcript": "ENST00000913348.1",
"protein_id": "ENSP00000583407.1",
"transcript_support_level": null,
"aa_start": 1605,
"aa_end": null,
"aa_length": 1833,
"cds_start": 4813,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5233G>A",
"hgvs_p": "p.Gly1745Ser",
"transcript": "XM_047443842.1",
"protein_id": "XP_047299798.1",
"transcript_support_level": null,
"aa_start": 1745,
"aa_end": null,
"aa_length": 1973,
"cds_start": 5233,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5014G>A",
"hgvs_p": "p.Gly1672Ser",
"transcript": "XM_005263909.2",
"protein_id": "XP_005263966.1",
"transcript_support_level": null,
"aa_start": 1672,
"aa_end": null,
"aa_length": 1900,
"cds_start": 5014,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.5014G>A",
"hgvs_p": "p.Gly1672Ser",
"transcript": "XM_005263910.2",
"protein_id": "XP_005263967.1",
"transcript_support_level": null,
"aa_start": 1672,
"aa_end": null,
"aa_length": 1899,
"cds_start": 5014,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.4963G>A",
"hgvs_p": "p.Gly1655Ser",
"transcript": "XM_047443843.1",
"protein_id": "XP_047299799.1",
"transcript_support_level": null,
"aa_start": 1655,
"aa_end": null,
"aa_length": 1882,
"cds_start": 4963,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.4828G>A",
"hgvs_p": "p.Gly1610Ser",
"transcript": "XM_011510869.2",
"protein_id": "XP_011509171.1",
"transcript_support_level": null,
"aa_start": 1610,
"aa_end": null,
"aa_length": 1838,
"cds_start": 4828,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 36,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.4777G>A",
"hgvs_p": "p.Gly1593Ser",
"transcript": "XM_047443844.1",
"protein_id": "XP_047299800.1",
"transcript_support_level": null,
"aa_start": 1593,
"aa_end": null,
"aa_length": 1821,
"cds_start": 4777,
"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": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 37,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "c.4624G>A",
"hgvs_p": "p.Gly1542Ser",
"transcript": "XM_047443845.1",
"protein_id": "XP_047299801.1",
"transcript_support_level": null,
"aa_start": 1542,
"aa_end": null,
"aa_length": 1770,
"cds_start": 4624,
"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"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"hgvs_c": "n.357G>A",
"hgvs_p": null,
"transcript": "ENST00000465767.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000465767.1"
}
],
"gene_symbol": "TMEM131",
"gene_hgnc_id": 30366,
"dbsnp": "rs768704905",
"frequency_reference_population": 0.0000043372875,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000410479,
"gnomad_genomes_af": 0.00000657004,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5422942638397217,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.201,
"revel_prediction": "Benign",
"alphamissense_score": 0.1787,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.16,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.948,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015348.2",
"gene_symbol": "TMEM131",
"hgnc_id": 30366,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.4963G>A",
"hgvs_p": "p.Gly1655Ser"
}
],
"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
}