← 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-87888178-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=87888178&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 87888178,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001739.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.869G>A",
"hgvs_p": "p.Arg290Gln",
"transcript": "NM_001739.2",
"protein_id": "NP_001730.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 305,
"cds_start": 869,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000649794.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001739.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.869G>A",
"hgvs_p": "p.Arg290Gln",
"transcript": "ENST00000649794.3",
"protein_id": "ENSP00000498065.2",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 305,
"cds_start": 869,
"cds_end": null,
"cds_length": 918,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001739.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649794.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.1004G>A",
"hgvs_p": "p.Arg335Gln",
"transcript": "ENST00000906212.1",
"protein_id": "ENSP00000576271.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 350,
"cds_start": 1004,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906212.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.965G>A",
"hgvs_p": "p.Arg322Gln",
"transcript": "ENST00000906206.1",
"protein_id": "ENSP00000576265.1",
"transcript_support_level": null,
"aa_start": 322,
"aa_end": null,
"aa_length": 337,
"cds_start": 965,
"cds_end": null,
"cds_length": 1014,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906206.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.962G>A",
"hgvs_p": "p.Arg321Gln",
"transcript": "ENST00000906205.1",
"protein_id": "ENSP00000576264.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 336,
"cds_start": 962,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906205.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.896G>A",
"hgvs_p": "p.Arg299Gln",
"transcript": "ENST00000906211.1",
"protein_id": "ENSP00000576270.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 314,
"cds_start": 896,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906211.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288Gln",
"transcript": "ENST00000906209.1",
"protein_id": "ENSP00000576268.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 303,
"cds_start": 863,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906209.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.806G>A",
"hgvs_p": "p.Arg269Gln",
"transcript": "ENST00000906208.1",
"protein_id": "ENSP00000576267.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 284,
"cds_start": 806,
"cds_end": null,
"cds_length": 855,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906208.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.713G>A",
"hgvs_p": "p.Arg238Gln",
"transcript": "ENST00000906207.1",
"protein_id": "ENSP00000576266.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 253,
"cds_start": 713,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906207.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.710G>A",
"hgvs_p": "p.Arg237Gln",
"transcript": "ENST00000906210.1",
"protein_id": "ENSP00000576269.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 252,
"cds_start": 710,
"cds_end": null,
"cds_length": 759,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000906210.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.774+3621G>A",
"hgvs_p": null,
"transcript": "NM_001367225.1",
"protein_id": "NP_001354154.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 300,
"cds_start": null,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001367225.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.774+3621G>A",
"hgvs_p": null,
"transcript": "ENST00000649158.1",
"protein_id": "ENSP00000496993.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 300,
"cds_start": null,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649158.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "c.*16+3621G>A",
"hgvs_p": null,
"transcript": "ENST00000648177.1",
"protein_id": "ENSP00000497626.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 191,
"cds_start": null,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648177.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "n.565G>A",
"hgvs_p": null,
"transcript": "ENST00000566402.2",
"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": "ENST00000566402.2"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "n.*308G>A",
"hgvs_p": null,
"transcript": "ENST00000648022.1",
"protein_id": "ENSP00000497934.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000648022.1"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "n.1056G>A",
"hgvs_p": null,
"transcript": "NR_159798.1",
"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_159798.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "n.829G>A",
"hgvs_p": null,
"transcript": "NR_159799.1",
"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_159799.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"hgvs_c": "n.*308G>A",
"hgvs_p": null,
"transcript": "ENST00000648022.1",
"protein_id": "ENSP00000497934.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000648022.1"
}
],
"gene_symbol": "CA5A",
"gene_hgnc_id": 1377,
"dbsnp": "rs570682941",
"frequency_reference_population": 0.000029121822,
"hom_count_reference_population": 0,
"allele_count_reference_population": 47,
"gnomad_exomes_af": 0.0000287349,
"gnomad_genomes_af": 0.0000328355,
"gnomad_exomes_ac": 42,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9793902635574341,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.713,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3246,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.14,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.135,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.08,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Strong",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PP3_Strong"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001739.2",
"gene_symbol": "CA5A",
"hgnc_id": 1377,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.869G>A",
"hgvs_p": "p.Arg290Gln"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}