← 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: 16-289493-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=289493&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 289493,
"ref": "G",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_003502.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2409C>G",
"hgvs_p": "p.Arg803Arg",
"transcript": "NM_003502.4",
"protein_id": "NP_003493.1",
"transcript_support_level": null,
"aa_start": 803,
"aa_end": null,
"aa_length": 862,
"cds_start": 2409,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262320.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003502.4"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": true,
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2409C>G",
"hgvs_p": "p.Arg803Arg",
"transcript": "ENST00000262320.8",
"protein_id": "ENSP00000262320.3",
"transcript_support_level": 1,
"aa_start": 803,
"aa_end": null,
"aa_length": 862,
"cds_start": 2409,
"cds_end": null,
"cds_length": 2589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003502.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262320.8"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2301C>G",
"hgvs_p": "p.Arg767Arg",
"transcript": "ENST00000354866.7",
"protein_id": "ENSP00000346935.3",
"transcript_support_level": 1,
"aa_start": 767,
"aa_end": null,
"aa_length": 826,
"cds_start": 2301,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354866.7"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2424C>G",
"hgvs_p": "p.Arg808Arg",
"transcript": "ENST00000957925.1",
"protein_id": "ENSP00000627984.1",
"transcript_support_level": null,
"aa_start": 808,
"aa_end": null,
"aa_length": 867,
"cds_start": 2424,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957925.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2406C>G",
"hgvs_p": "p.Arg802Arg",
"transcript": "ENST00000911683.1",
"protein_id": "ENSP00000581742.1",
"transcript_support_level": null,
"aa_start": 802,
"aa_end": null,
"aa_length": 861,
"cds_start": 2406,
"cds_end": null,
"cds_length": 2586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911683.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2316C>G",
"hgvs_p": "p.Arg772Arg",
"transcript": "ENST00000911684.1",
"protein_id": "ENSP00000581743.1",
"transcript_support_level": null,
"aa_start": 772,
"aa_end": null,
"aa_length": 831,
"cds_start": 2316,
"cds_end": null,
"cds_length": 2496,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911684.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2301C>G",
"hgvs_p": "p.Arg767Arg",
"transcript": "NM_181050.3",
"protein_id": "NP_851393.1",
"transcript_support_level": null,
"aa_start": 767,
"aa_end": null,
"aa_length": 826,
"cds_start": 2301,
"cds_end": null,
"cds_length": 2481,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_181050.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2295C>G",
"hgvs_p": "p.Arg765Arg",
"transcript": "ENST00000911685.1",
"protein_id": "ENSP00000581744.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 824,
"cds_start": 2295,
"cds_end": null,
"cds_length": 2475,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911685.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2271C>G",
"hgvs_p": "p.Arg757Arg",
"transcript": "ENST00000957926.1",
"protein_id": "ENSP00000627985.1",
"transcript_support_level": null,
"aa_start": 757,
"aa_end": null,
"aa_length": 816,
"cds_start": 2271,
"cds_end": null,
"cds_length": 2451,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957926.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2160C>G",
"hgvs_p": "p.Arg720Arg",
"transcript": "ENST00000957927.1",
"protein_id": "ENSP00000627986.1",
"transcript_support_level": null,
"aa_start": 720,
"aa_end": null,
"aa_length": 779,
"cds_start": 2160,
"cds_end": null,
"cds_length": 2340,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957927.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2130C>G",
"hgvs_p": "p.Arg710Arg",
"transcript": "ENST00000911686.1",
"protein_id": "ENSP00000581745.1",
"transcript_support_level": null,
"aa_start": 710,
"aa_end": null,
"aa_length": 769,
"cds_start": 2130,
"cds_end": null,
"cds_length": 2310,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000911686.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.162C>G",
"hgvs_p": "p.Arg54Arg",
"transcript": "ENST00000457798.1",
"protein_id": "ENSP00000416835.1",
"transcript_support_level": 3,
"aa_start": 54,
"aa_end": null,
"aa_length": 101,
"cds_start": 162,
"cds_end": null,
"cds_length": 306,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000457798.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2571C>G",
"hgvs_p": "p.Arg857Arg",
"transcript": "XM_011522682.3",
"protein_id": "XP_011520984.1",
"transcript_support_level": null,
"aa_start": 857,
"aa_end": null,
"aa_length": 916,
"cds_start": 2571,
"cds_end": null,
"cds_length": 2751,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522682.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.2463C>G",
"hgvs_p": "p.Arg821Arg",
"transcript": "XM_011522683.3",
"protein_id": "XP_011520985.1",
"transcript_support_level": null,
"aa_start": 821,
"aa_end": null,
"aa_length": 880,
"cds_start": 2463,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522683.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.1569C>G",
"hgvs_p": "p.Arg523Arg",
"transcript": "XM_017023745.3",
"protein_id": "XP_016879234.1",
"transcript_support_level": null,
"aa_start": 523,
"aa_end": null,
"aa_length": 582,
"cds_start": 1569,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023745.3"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.1566C>G",
"hgvs_p": "p.Arg522Arg",
"transcript": "XM_011522686.1",
"protein_id": "XP_011520988.1",
"transcript_support_level": null,
"aa_start": 522,
"aa_end": null,
"aa_length": 581,
"cds_start": 1566,
"cds_end": null,
"cds_length": 1746,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522686.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.1551C>G",
"hgvs_p": "p.Arg517Arg",
"transcript": "XM_047434731.1",
"protein_id": "XP_047290687.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 576,
"cds_start": 1551,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434731.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.1443C>G",
"hgvs_p": "p.Arg481Arg",
"transcript": "XM_047434732.1",
"protein_id": "XP_047290688.1",
"transcript_support_level": null,
"aa_start": 481,
"aa_end": null,
"aa_length": 540,
"cds_start": 1443,
"cds_end": null,
"cds_length": 1623,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434732.1"
},
{
"aa_ref": "R",
"aa_alt": "R",
"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": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "c.1359C>G",
"hgvs_p": "p.Arg453Arg",
"transcript": "XM_017023746.2",
"protein_id": "XP_016879235.1",
"transcript_support_level": null,
"aa_start": 453,
"aa_end": null,
"aa_length": 512,
"cds_start": 1359,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017023746.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "n.5478C>G",
"hgvs_p": null,
"transcript": "ENST00000461023.5",
"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": "retained_intron",
"feature": "ENST00000461023.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AXIN1",
"gene_hgnc_id": 903,
"hgvs_c": "n.2640C>G",
"hgvs_p": null,
"transcript": "NR_134879.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_134879.2"
}
],
"gene_symbol": "AXIN1",
"gene_hgnc_id": 903,
"dbsnp": "rs61753369",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03500000014901161,
"computational_prediction_selected": "Benign",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.035,
"revel_prediction": "Benign",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.84,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.148,
"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": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Moderate,BP7",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 3,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_003502.4",
"gene_symbol": "AXIN1",
"hgnc_id": 903,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2409C>G",
"hgvs_p": "p.Arg803Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}