← 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-19537426-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=19537426&ref=G&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "16",
"pos": 19537426,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000694978.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "NM_001323572.2",
"protein_id": "NP_001310501.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 991,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 1919,
"cdna_end": null,
"cdna_length": 5275,
"mane_select": "ENST00000694978.1",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "ENST00000694978.1",
"protein_id": "ENSP00000511625.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 991,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 1919,
"cdna_end": null,
"cdna_length": 5275,
"mane_select": "NM_001323572.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "ENST00000381396.9",
"protein_id": "ENSP00000370803.5",
"transcript_support_level": 1,
"aa_start": 586,
"aa_end": null,
"aa_length": 1012,
"cds_start": 1757,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 2004,
"cdna_end": null,
"cdna_length": 5446,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "ENST00000396208.4",
"protein_id": "ENSP00000379511.2",
"transcript_support_level": 1,
"aa_start": 586,
"aa_end": null,
"aa_length": 991,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 5364,
"cdna_end": null,
"cdna_length": 8720,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "ENST00000396212.6",
"protein_id": "ENSP00000379515.2",
"transcript_support_level": 1,
"aa_start": 586,
"aa_end": null,
"aa_length": 991,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 2193,
"cdna_end": null,
"cdna_length": 5549,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "NM_001199022.3",
"protein_id": "NP_001185951.2",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 1012,
"cds_start": 1757,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 1919,
"cdna_end": null,
"cdna_length": 5361,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "NM_001323569.2",
"protein_id": "NP_001310498.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 1012,
"cds_start": 1757,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 2062,
"cdna_end": null,
"cdna_length": 5504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "NM_001323570.2",
"protein_id": "NP_001310499.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 991,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 2507,
"cdna_end": null,
"cdna_length": 5863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "NM_001323571.2",
"protein_id": "NP_001310500.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 991,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 2302,
"cdna_end": null,
"cdna_length": 5658,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "NM_014711.6",
"protein_id": "NP_055526.4",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 991,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2976,
"cdna_start": 2062,
"cdna_end": null,
"cdna_length": 5418,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "NM_001323576.2",
"protein_id": "NP_001310505.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 971,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2916,
"cdna_start": 2062,
"cdna_end": null,
"cdna_length": 5358,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "NM_001323577.2",
"protein_id": "NP_001310506.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 971,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2916,
"cdna_start": 1919,
"cdna_end": null,
"cdna_length": 5215,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "XM_011545991.3",
"protein_id": "XP_011544293.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 1012,
"cds_start": 1757,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 2507,
"cdna_end": null,
"cdna_length": 5949,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "XM_011545992.3",
"protein_id": "XP_011544294.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 1012,
"cds_start": 1757,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 2302,
"cdna_end": null,
"cdna_length": 5744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "XM_017023908.2",
"protein_id": "XP_016879397.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 1012,
"cds_start": 1757,
"cds_end": null,
"cds_length": 3039,
"cdna_start": 3001,
"cdna_end": null,
"cdna_length": 6443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln",
"transcript": "XM_047434961.1",
"protein_id": "XP_047290917.1",
"transcript_support_level": null,
"aa_start": 586,
"aa_end": null,
"aa_length": 971,
"cds_start": 1757,
"cds_end": null,
"cds_length": 2916,
"cdna_start": 2507,
"cdna_end": null,
"cdna_length": 5803,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"hgvs_c": "n.142-3231G>A",
"hgvs_p": null,
"transcript": "ENST00000562083.1",
"protein_id": "ENSP00000458123.1",
"transcript_support_level": 3,
"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": 595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CCP110",
"gene_hgnc_id": 24342,
"dbsnp": "rs762998961",
"frequency_reference_population": 0.000010536245,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.00000684312,
"gnomad_genomes_af": 0.0000460054,
"gnomad_exomes_ac": 10,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.49522900581359863,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.232,
"revel_prediction": "Benign",
"alphamissense_score": 0.1516,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.193,
"phylop100way_prediction": "Uncertain_significance",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000694978.1",
"gene_symbol": "CCP110",
"hgnc_id": 24342,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1757G>A",
"hgvs_p": "p.Arg586Gln"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}