← 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-113689864-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=113689864&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 113689864,
"ref": "C",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_030770.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.1260G>T",
"hgvs_p": "p.Val420Val",
"transcript": "NM_030770.4",
"protein_id": "NP_110397.2",
"transcript_support_level": null,
"aa_start": 420,
"aa_end": null,
"aa_length": 457,
"cds_start": 1260,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000299882.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_030770.4"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.1260G>T",
"hgvs_p": "p.Val420Val",
"transcript": "ENST00000299882.11",
"protein_id": "ENSP00000299882.5",
"transcript_support_level": 1,
"aa_start": 420,
"aa_end": null,
"aa_length": 457,
"cds_start": 1260,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_030770.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000299882.11"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.1233G>T",
"hgvs_p": "p.Val411Val",
"transcript": "ENST00000545579.6",
"protein_id": "ENSP00000441104.1",
"transcript_support_level": 1,
"aa_start": 411,
"aa_end": null,
"aa_length": 448,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545579.6"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.1128G>T",
"hgvs_p": "p.Val376Val",
"transcript": "ENST00000538955.5",
"protein_id": "ENSP00000445528.1",
"transcript_support_level": 1,
"aa_start": 376,
"aa_end": null,
"aa_length": 413,
"cds_start": 1128,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000538955.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.429+367G>T",
"hgvs_p": null,
"transcript": "ENST00000536856.5",
"protein_id": "ENSP00000437937.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 147,
"cds_start": null,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536856.5"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.1233G>T",
"hgvs_p": "p.Val411Val",
"transcript": "NM_001288751.2",
"protein_id": "NP_001275680.1",
"transcript_support_level": null,
"aa_start": 411,
"aa_end": null,
"aa_length": 448,
"cds_start": 1233,
"cds_end": null,
"cds_length": 1347,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288751.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.1128G>T",
"hgvs_p": "p.Val376Val",
"transcript": "NM_001288750.2",
"protein_id": "NP_001275679.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 413,
"cds_start": 1128,
"cds_end": null,
"cds_length": 1242,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288750.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.1053G>T",
"hgvs_p": "p.Val351Val",
"transcript": "NM_001288752.2",
"protein_id": "NP_001275681.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 388,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288752.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.1053G>T",
"hgvs_p": "p.Val351Val",
"transcript": "ENST00000544634.5",
"protein_id": "ENSP00000440783.1",
"transcript_support_level": 2,
"aa_start": 351,
"aa_end": null,
"aa_length": 388,
"cds_start": 1053,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544634.5"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.921G>T",
"hgvs_p": "p.Val307Val",
"transcript": "NM_001288749.2",
"protein_id": "NP_001275678.1",
"transcript_support_level": null,
"aa_start": 307,
"aa_end": null,
"aa_length": 344,
"cds_start": 921,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288749.2"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.921G>T",
"hgvs_p": "p.Val307Val",
"transcript": "ENST00000544476.1",
"protein_id": "ENSP00000445930.1",
"transcript_support_level": 2,
"aa_start": 307,
"aa_end": null,
"aa_length": 344,
"cds_start": 921,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544476.1"
},
{
"aa_ref": "V",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.483G>T",
"hgvs_p": "p.Val161Val",
"transcript": "ENST00000540540.5",
"protein_id": "ENSP00000437761.1",
"transcript_support_level": 2,
"aa_start": 161,
"aa_end": null,
"aa_length": 198,
"cds_start": 483,
"cds_end": null,
"cds_length": 597,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000540540.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "c.1224+367G>T",
"hgvs_p": null,
"transcript": "ENST00000884651.1",
"protein_id": "ENSP00000554710.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 412,
"cds_start": null,
"cds_end": null,
"cds_length": 1239,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000884651.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "n.*1229G>T",
"hgvs_p": null,
"transcript": "ENST00000645981.1",
"protein_id": "ENSP00000496410.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000645981.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "n.1142G>T",
"hgvs_p": null,
"transcript": "NR_110046.2",
"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": "NR_110046.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "n.*1229G>T",
"hgvs_p": null,
"transcript": "ENST00000645981.1",
"protein_id": "ENSP00000496410.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000645981.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"hgvs_c": "n.1088+367G>T",
"hgvs_p": null,
"transcript": "NR_110047.2",
"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": "NR_110047.2"
}
],
"gene_symbol": "TMPRSS5",
"gene_hgnc_id": 14908,
"dbsnp": "rs745569440",
"frequency_reference_population": 0.000001264747,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 6.99709e-7,
"gnomad_genomes_af": 0.00000657125,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5299999713897705,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.53,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.883,
"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": -3,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP7",
"acmg_by_gene": [
{
"score": -3,
"benign_score": 5,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_030770.4",
"gene_symbol": "TMPRSS5",
"hgnc_id": 14908,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1260G>T",
"hgvs_p": "p.Val420Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}