← 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: 6-31760120-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=31760120&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 31760120,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "ENST00000375750.9",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "c.1716C>T",
"hgvs_p": "p.Thr572Thr",
"transcript": "NM_172166.4",
"protein_id": "NP_751898.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 834,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1787,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": "ENST00000375750.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "c.1716C>T",
"hgvs_p": "p.Thr572Thr",
"transcript": "ENST00000375750.9",
"protein_id": "ENSP00000364903.3",
"transcript_support_level": 1,
"aa_start": 572,
"aa_end": null,
"aa_length": 834,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1787,
"cdna_end": null,
"cdna_length": 2721,
"mane_select": "NM_172166.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "c.1716C>T",
"hgvs_p": "p.Thr572Thr",
"transcript": "ENST00000375703.7",
"protein_id": "ENSP00000364855.3",
"transcript_support_level": 1,
"aa_start": 572,
"aa_end": null,
"aa_length": 835,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 1771,
"cdna_end": null,
"cdna_length": 2708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "c.1716C>T",
"hgvs_p": "p.Thr572Thr",
"transcript": "ENST00000375755.8",
"protein_id": "ENSP00000364908.3",
"transcript_support_level": 1,
"aa_start": 572,
"aa_end": null,
"aa_length": 834,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 2002,
"cdna_end": null,
"cdna_length": 2936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Thr589Thr",
"transcript": "ENST00000375740.7",
"protein_id": "ENSP00000364892.3",
"transcript_support_level": 1,
"aa_start": 589,
"aa_end": null,
"aa_length": 822,
"cds_start": 1767,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 2669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5-SAPCD1",
"gene_hgnc_id": 41994,
"hgvs_c": "n.1767C>T",
"hgvs_p": null,
"transcript": "ENST00000493662.6",
"protein_id": "ENSP00000417871.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3991,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5-SAPCD1",
"gene_hgnc_id": 41994,
"hgvs_c": "n.288C>T",
"hgvs_p": null,
"transcript": "ENST00000498473.6",
"protein_id": "ENSP00000419220.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2216,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "c.1716C>T",
"hgvs_p": "p.Thr572Thr",
"transcript": "NM_172165.4",
"protein_id": "NP_751897.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 835,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 1787,
"cdna_end": null,
"cdna_length": 2724,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "c.1716C>T",
"hgvs_p": "p.Thr572Thr",
"transcript": "NM_002441.5",
"protein_id": "NP_002432.1",
"transcript_support_level": null,
"aa_start": 572,
"aa_end": null,
"aa_length": 834,
"cds_start": 1716,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1945,
"cdna_end": null,
"cdna_length": 2879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "c.1767C>T",
"hgvs_p": "p.Thr589Thr",
"transcript": "NM_025259.6",
"protein_id": "NP_079535.4",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 822,
"cds_start": 1767,
"cds_end": null,
"cds_length": 2469,
"cdna_start": 1838,
"cdna_end": null,
"cdna_length": 2685,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "n.1770C>T",
"hgvs_p": null,
"transcript": "ENST00000395853.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "n.1716C>T",
"hgvs_p": null,
"transcript": "ENST00000423982.6",
"protein_id": "ENSP00000406352.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "n.*925C>T",
"hgvs_p": null,
"transcript": "ENST00000463144.5",
"protein_id": "ENSP00000419648.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "n.90C>T",
"hgvs_p": null,
"transcript": "ENST00000484309.5",
"protein_id": "ENSP00000420232.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "n.475C>T",
"hgvs_p": null,
"transcript": "ENST00000494646.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "n.2143C>T",
"hgvs_p": null,
"transcript": "ENST00000650702.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3053,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5-SAPCD1",
"gene_hgnc_id": 41994,
"hgvs_c": "n.1895C>T",
"hgvs_p": null,
"transcript": "NR_037846.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4063,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"hgvs_c": "n.*925C>T",
"hgvs_p": null,
"transcript": "ENST00000463144.5",
"protein_id": "ENSP00000419648.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2296,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "MSH5",
"gene_hgnc_id": 7328,
"dbsnp": "rs3115672",
"frequency_reference_population": 0.10139496,
"hom_count_reference_population": 10302,
"allele_count_reference_population": 162964,
"gnomad_exomes_af": 0.103992,
"gnomad_genomes_af": 0.0765734,
"gnomad_exomes_ac": 151306,
"gnomad_genomes_ac": 11658,
"gnomad_exomes_homalt": 9743,
"gnomad_genomes_homalt": 559,
"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.15000000596046448,
"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": 0.032,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.15,
"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": -15,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BA1",
"acmg_by_gene": [
{
"score": -15,
"benign_score": 15,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000375750.9",
"gene_symbol": "MSH5",
"hgnc_id": 7328,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.1716C>T",
"hgvs_p": "p.Thr572Thr"
},
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000493662.6",
"gene_symbol": "MSH5-SAPCD1",
"hgnc_id": 41994,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.1767C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}