← 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: 3-142806016-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=142806016&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 142806016,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "ENST00000476941.6",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.2163G>A",
"hgvs_p": "p.Arg721Arg",
"transcript": "NM_001251845.2",
"protein_id": "NP_001238774.1",
"transcript_support_level": null,
"aa_start": 721,
"aa_end": null,
"aa_length": 793,
"cds_start": 2163,
"cds_end": null,
"cds_length": 2382,
"cdna_start": 2689,
"cdna_end": null,
"cdna_length": 4561,
"mane_select": "ENST00000476941.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.2163G>A",
"hgvs_p": "p.Arg721Arg",
"transcript": "ENST00000476941.6",
"protein_id": "ENSP00000419313.1",
"transcript_support_level": 1,
"aa_start": 721,
"aa_end": null,
"aa_length": 793,
"cds_start": 2163,
"cds_end": null,
"cds_length": 2382,
"cdna_start": 2689,
"cdna_end": null,
"cdna_length": 4561,
"mane_select": "NM_001251845.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.2061G>A",
"hgvs_p": "p.Arg687Arg",
"transcript": "ENST00000273482.10",
"protein_id": "ENSP00000273482.6",
"transcript_support_level": 1,
"aa_start": 687,
"aa_end": null,
"aa_length": 759,
"cds_start": 2061,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2452,
"cdna_end": null,
"cdna_length": 4324,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.2472G>A",
"hgvs_p": "p.Arg824Arg",
"transcript": "ENST00000698238.1",
"protein_id": "ENSP00000513620.1",
"transcript_support_level": null,
"aa_start": 824,
"aa_end": null,
"aa_length": 896,
"cds_start": 2472,
"cds_end": null,
"cds_length": 2691,
"cdna_start": 2689,
"cdna_end": null,
"cdna_length": 4561,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.2061G>A",
"hgvs_p": "p.Arg687Arg",
"transcript": "NM_003304.5",
"protein_id": "NP_003295.1",
"transcript_support_level": null,
"aa_start": 687,
"aa_end": null,
"aa_length": 759,
"cds_start": 2061,
"cds_end": null,
"cds_length": 2280,
"cdna_start": 2587,
"cdna_end": null,
"cdna_length": 4459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.2013G>A",
"hgvs_p": "p.Arg671Arg",
"transcript": "NM_001413361.1",
"protein_id": "NP_001400290.1",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 743,
"cds_start": 2013,
"cds_end": null,
"cds_length": 2232,
"cdna_start": 4178,
"cdna_end": null,
"cdna_length": 6050,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1929G>A",
"hgvs_p": "p.Arg643Arg",
"transcript": "NM_001413362.1",
"protein_id": "NP_001400291.1",
"transcript_support_level": null,
"aa_start": 643,
"aa_end": null,
"aa_length": 715,
"cds_start": 1929,
"cds_end": null,
"cds_length": 2148,
"cdna_start": 2455,
"cdna_end": null,
"cdna_length": 4327,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1917G>A",
"hgvs_p": "p.Arg639Arg",
"transcript": "NM_001413363.1",
"protein_id": "NP_001400292.1",
"transcript_support_level": null,
"aa_start": 639,
"aa_end": null,
"aa_length": 711,
"cds_start": 1917,
"cds_end": null,
"cds_length": 2136,
"cdna_start": 2443,
"cdna_end": null,
"cdna_length": 4315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1911G>A",
"hgvs_p": "p.Arg637Arg",
"transcript": "NM_001413376.1",
"protein_id": "NP_001400305.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 709,
"cds_start": 1911,
"cds_end": null,
"cds_length": 2130,
"cdna_start": 4076,
"cdna_end": null,
"cdna_length": 5948,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1869G>A",
"hgvs_p": "p.Arg623Arg",
"transcript": "NM_001413375.1",
"protein_id": "NP_001400304.1",
"transcript_support_level": null,
"aa_start": 623,
"aa_end": null,
"aa_length": 695,
"cds_start": 1869,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 2534,
"cdna_end": null,
"cdna_length": 4406,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1767G>A",
"hgvs_p": "p.Arg589Arg",
"transcript": "NM_001413377.1",
"protein_id": "NP_001400306.1",
"transcript_support_level": null,
"aa_start": 589,
"aa_end": null,
"aa_length": 661,
"cds_start": 1767,
"cds_end": null,
"cds_length": 1986,
"cdna_start": 2432,
"cdna_end": null,
"cdna_length": 4304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1725G>A",
"hgvs_p": "p.Arg575Arg",
"transcript": "NM_001413378.1",
"protein_id": "NP_001400307.1",
"transcript_support_level": null,
"aa_start": 575,
"aa_end": null,
"aa_length": 647,
"cds_start": 1725,
"cds_end": null,
"cds_length": 1944,
"cdna_start": 2390,
"cdna_end": null,
"cdna_length": 4262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1623G>A",
"hgvs_p": "p.Arg541Arg",
"transcript": "NM_001413379.1",
"protein_id": "NP_001400308.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 613,
"cds_start": 1623,
"cds_end": null,
"cds_length": 1842,
"cdna_start": 2288,
"cdna_end": null,
"cdna_length": 4160,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1491G>A",
"hgvs_p": "p.Arg497Arg",
"transcript": "NM_001413380.1",
"protein_id": "NP_001400309.1",
"transcript_support_level": null,
"aa_start": 497,
"aa_end": null,
"aa_length": 569,
"cds_start": 1491,
"cds_end": null,
"cds_length": 1710,
"cdna_start": 2156,
"cdna_end": null,
"cdna_length": 4028,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1440G>A",
"hgvs_p": "p.Arg480Arg",
"transcript": "NM_001413381.1",
"protein_id": "NP_001400310.1",
"transcript_support_level": null,
"aa_start": 480,
"aa_end": null,
"aa_length": 552,
"cds_start": 1440,
"cds_end": null,
"cds_length": 1659,
"cdna_start": 1966,
"cdna_end": null,
"cdna_length": 3838,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1146G>A",
"hgvs_p": "p.Arg382Arg",
"transcript": "NM_001413382.1",
"protein_id": "NP_001400311.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 454,
"cds_start": 1146,
"cds_end": null,
"cds_length": 1365,
"cdna_start": 1811,
"cdna_end": null,
"cdna_length": 3683,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1038G>A",
"hgvs_p": "p.Arg346Arg",
"transcript": "NM_001413383.1",
"protein_id": "NP_001400312.1",
"transcript_support_level": null,
"aa_start": 346,
"aa_end": null,
"aa_length": 418,
"cds_start": 1038,
"cds_end": null,
"cds_length": 1257,
"cdna_start": 1564,
"cdna_end": null,
"cdna_length": 3436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.894G>A",
"hgvs_p": "p.Arg298Arg",
"transcript": "NM_001413384.1",
"protein_id": "NP_001400313.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 370,
"cds_start": 894,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 1420,
"cdna_end": null,
"cdna_length": 3292,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.708G>A",
"hgvs_p": "p.Arg236Arg",
"transcript": "NM_001413385.1",
"protein_id": "NP_001400314.1",
"transcript_support_level": null,
"aa_start": 236,
"aa_end": null,
"aa_length": 308,
"cds_start": 708,
"cds_end": null,
"cds_length": 927,
"cdna_start": 1373,
"cdna_end": null,
"cdna_length": 3245,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.615G>A",
"hgvs_p": "p.Arg205Arg",
"transcript": "NM_001413386.1",
"protein_id": "NP_001400315.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 277,
"cds_start": 615,
"cds_end": null,
"cds_length": 834,
"cdna_start": 1280,
"cdna_end": null,
"cdna_length": 3152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1980G>A",
"hgvs_p": "p.Arg660Arg",
"transcript": "XM_017007121.3",
"protein_id": "XP_016862610.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 732,
"cds_start": 1980,
"cds_end": null,
"cds_length": 2199,
"cdna_start": 3486,
"cdna_end": null,
"cdna_length": 5358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"hgvs_c": "c.1878G>A",
"hgvs_p": "p.Arg626Arg",
"transcript": "XM_047448839.1",
"protein_id": "XP_047304795.1",
"transcript_support_level": null,
"aa_start": 626,
"aa_end": null,
"aa_length": 698,
"cds_start": 1878,
"cds_end": null,
"cds_length": 2097,
"cdna_start": 3384,
"cdna_end": null,
"cdna_length": 5256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "TRPC1",
"gene_hgnc_id": 12333,
"dbsnp": "rs1132030",
"frequency_reference_population": 0.21542291,
"hom_count_reference_population": 46493,
"allele_count_reference_population": 347232,
"gnomad_exomes_af": 0.204246,
"gnomad_genomes_af": 0.322785,
"gnomad_exomes_ac": 298177,
"gnomad_genomes_ac": 49055,
"gnomad_exomes_homalt": 35261,
"gnomad_genomes_homalt": 11232,
"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": 2.65,
"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": -13,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP7,BA1",
"acmg_by_gene": [
{
"score": -13,
"benign_score": 13,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000476941.6",
"gene_symbol": "TRPC1",
"hgnc_id": 12333,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2163G>A",
"hgvs_p": "p.Arg721Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}