← 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-216137192-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=216137192&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 216137192,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_021141.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "NM_021141.4",
"protein_id": "NP_066964.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 732,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000392132.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_021141.4"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "ENST00000392132.7",
"protein_id": "ENSP00000375977.2",
"transcript_support_level": 1,
"aa_start": 406,
"aa_end": null,
"aa_length": 732,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_021141.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392132.7"
},
{
"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": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "n.1760C>T",
"hgvs_p": null,
"transcript": "ENST00000460284.5",
"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": "ENST00000460284.5"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "ENST00000947464.1",
"protein_id": "ENSP00000617523.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 754,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2265,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947464.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "ENST00000939185.1",
"protein_id": "ENSP00000609244.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 740,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939185.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1242C>T",
"hgvs_p": "p.Gly414Gly",
"transcript": "ENST00000947463.1",
"protein_id": "ENSP00000617522.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 740,
"cds_start": 1242,
"cds_end": null,
"cds_length": 2223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947463.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "ENST00000392133.7",
"protein_id": "ENSP00000375978.3",
"transcript_support_level": 5,
"aa_start": 406,
"aa_end": null,
"aa_length": 732,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000392133.7"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "ENST00000939180.1",
"protein_id": "ENSP00000609239.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 732,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939180.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "ENST00000939184.1",
"protein_id": "ENSP00000609243.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 732,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939184.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1212C>T",
"hgvs_p": "p.Gly404Gly",
"transcript": "ENST00000939181.1",
"protein_id": "ENSP00000609240.1",
"transcript_support_level": null,
"aa_start": 404,
"aa_end": null,
"aa_length": 730,
"cds_start": 1212,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939181.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1209C>T",
"hgvs_p": "p.Gly403Gly",
"transcript": "ENST00000893695.1",
"protein_id": "ENSP00000563754.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 729,
"cds_start": 1209,
"cds_end": null,
"cds_length": 2190,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893695.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1206C>T",
"hgvs_p": "p.Gly402Gly",
"transcript": "ENST00000939183.1",
"protein_id": "ENSP00000609242.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 728,
"cds_start": 1206,
"cds_end": null,
"cds_length": 2187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939183.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "ENST00000939182.1",
"protein_id": "ENSP00000609241.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 725,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2178,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939182.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "ENST00000893697.1",
"protein_id": "ENSP00000563756.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 724,
"cds_start": 1218,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893697.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1122C>T",
"hgvs_p": "p.Gly374Gly",
"transcript": "ENST00000947465.1",
"protein_id": "ENSP00000617524.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 700,
"cds_start": 1122,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947465.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1104C>T",
"hgvs_p": "p.Gly368Gly",
"transcript": "ENST00000893694.1",
"protein_id": "ENSP00000563753.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 694,
"cds_start": 1104,
"cds_end": null,
"cds_length": 2085,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893694.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1095C>T",
"hgvs_p": "p.Gly365Gly",
"transcript": "ENST00000947462.1",
"protein_id": "ENSP00000617521.1",
"transcript_support_level": null,
"aa_start": 365,
"aa_end": null,
"aa_length": 691,
"cds_start": 1095,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947462.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1026C>T",
"hgvs_p": "p.Gly342Gly",
"transcript": "ENST00000893696.1",
"protein_id": "ENSP00000563755.1",
"transcript_support_level": null,
"aa_start": 342,
"aa_end": null,
"aa_length": 668,
"cds_start": 1026,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893696.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly",
"transcript": "ENST00000893692.1",
"protein_id": "ENSP00000563751.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 663,
"cds_start": 1218,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893692.1"
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.903C>T",
"hgvs_p": "p.Gly301Gly",
"transcript": "ENST00000939186.1",
"protein_id": "ENSP00000609245.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 627,
"cds_start": 903,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000939186.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.77-11039C>T",
"hgvs_p": null,
"transcript": "ENST00000893691.1",
"protein_id": "ENSP00000563749.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 216,
"cds_start": null,
"cds_end": null,
"cds_length": 651,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893691.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "c.21+27735C>T",
"hgvs_p": null,
"transcript": "ENST00000893698.1",
"protein_id": "ENSP00000563757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 36,
"cds_start": null,
"cds_end": null,
"cds_length": 111,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000893698.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"hgvs_c": "n.352C>T",
"hgvs_p": null,
"transcript": "ENST00000471649.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000471649.1"
}
],
"gene_symbol": "XRCC5",
"gene_hgnc_id": 12833,
"dbsnp": "rs139649355",
"frequency_reference_population": 0.000028511926,
"hom_count_reference_population": 0,
"allele_count_reference_population": 46,
"gnomad_exomes_af": 0.0000177953,
"gnomad_genomes_af": 0.000131323,
"gnomad_exomes_ac": 26,
"gnomad_genomes_ac": 20,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5799999833106995,
"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.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.981,
"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": -11,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS2",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 11,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_021141.4",
"gene_symbol": "XRCC5",
"hgnc_id": 12833,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1218C>T",
"hgvs_p": "p.Gly406Gly"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}