← 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: 9-33276474-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=33276474&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "9",
"pos": 33276474,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_016410.6",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "NM_016410.6",
"protein_id": "NP_057494.3",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 219,
"cds_start": 406,
"cds_end": null,
"cds_length": 660,
"cdna_start": 436,
"cdna_end": null,
"cdna_length": 1901,
"mane_select": "ENST00000223500.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_016410.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "ENST00000223500.9",
"protein_id": "ENSP00000223500.7",
"transcript_support_level": 1,
"aa_start": 136,
"aa_end": null,
"aa_length": 219,
"cds_start": 406,
"cds_end": null,
"cds_length": 660,
"cdna_start": 436,
"cdna_end": null,
"cdna_length": 1901,
"mane_select": "NM_016410.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000223500.9"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.445G>C",
"hgvs_p": "p.Glu149Gln",
"transcript": "ENST00000937845.1",
"protein_id": "ENSP00000607904.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 232,
"cds_start": 445,
"cds_end": null,
"cds_length": 699,
"cdna_start": 470,
"cdna_end": null,
"cdna_length": 1380,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937845.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.433G>C",
"hgvs_p": "p.Glu145Gln",
"transcript": "ENST00000948350.1",
"protein_id": "ENSP00000618409.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 228,
"cds_start": 433,
"cds_end": null,
"cds_length": 687,
"cdna_start": 818,
"cdna_end": null,
"cdna_length": 1725,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948350.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.433G>C",
"hgvs_p": "p.Glu145Gln",
"transcript": "ENST00000948351.1",
"protein_id": "ENSP00000618410.1",
"transcript_support_level": null,
"aa_start": 145,
"aa_end": null,
"aa_length": 228,
"cds_start": 433,
"cds_end": null,
"cds_length": 687,
"cdna_start": 496,
"cdna_end": null,
"cdna_length": 1397,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000948351.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "ENST00000909949.1",
"protein_id": "ENSP00000580008.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 219,
"cds_start": 406,
"cds_end": null,
"cds_length": 660,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 2124,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909949.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "ENST00000909950.1",
"protein_id": "ENSP00000580009.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 219,
"cds_start": 406,
"cds_end": null,
"cds_length": 660,
"cdna_start": 758,
"cdna_end": null,
"cdna_length": 1664,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909950.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "ENST00000909951.1",
"protein_id": "ENSP00000580010.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 219,
"cds_start": 406,
"cds_end": null,
"cds_length": 660,
"cdna_start": 791,
"cdna_end": null,
"cdna_length": 1699,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909951.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "ENST00000909952.1",
"protein_id": "ENSP00000580011.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 219,
"cds_start": 406,
"cds_end": null,
"cds_length": 660,
"cdna_start": 653,
"cdna_end": null,
"cdna_length": 1213,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909952.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "ENST00000937844.1",
"protein_id": "ENSP00000607903.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 219,
"cds_start": 406,
"cds_end": null,
"cds_length": 660,
"cdna_start": 657,
"cdna_end": null,
"cdna_length": 1565,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937844.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "ENST00000909954.1",
"protein_id": "ENSP00000580013.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 214,
"cds_start": 406,
"cds_end": null,
"cds_length": 645,
"cdna_start": 434,
"cdna_end": null,
"cdna_length": 1324,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909954.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.265G>C",
"hgvs_p": "p.Glu89Gln",
"transcript": "ENST00000937846.1",
"protein_id": "ENSP00000607905.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 172,
"cds_start": 265,
"cds_end": null,
"cds_length": 519,
"cdna_start": 314,
"cdna_end": null,
"cdna_length": 878,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937846.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "NM_001195536.2",
"protein_id": "NP_001182465.1",
"transcript_support_level": null,
"aa_start": 136,
"aa_end": null,
"aa_length": 171,
"cds_start": 406,
"cds_end": null,
"cds_length": 516,
"cdna_start": 436,
"cdna_end": null,
"cdna_length": 1788,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001195536.2"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln",
"transcript": "ENST00000419016.6",
"protein_id": "ENSP00000442725.1",
"transcript_support_level": 2,
"aa_start": 136,
"aa_end": null,
"aa_length": 171,
"cds_start": 406,
"cds_end": null,
"cds_length": 516,
"cdna_start": 606,
"cdna_end": null,
"cdna_length": 1957,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000419016.6"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.193G>C",
"hgvs_p": "p.Glu65Gln",
"transcript": "ENST00000937847.1",
"protein_id": "ENSP00000607906.1",
"transcript_support_level": null,
"aa_start": 65,
"aa_end": null,
"aa_length": 148,
"cds_start": 193,
"cds_end": null,
"cds_length": 447,
"cdna_start": 221,
"cdna_end": null,
"cdna_length": 783,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937847.1"
},
{
"aa_ref": "E",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"hgvs_c": "c.160G>C",
"hgvs_p": "p.Glu54Gln",
"transcript": "ENST00000909953.1",
"protein_id": "ENSP00000580012.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 137,
"cds_start": 160,
"cds_end": null,
"cds_length": 414,
"cdna_start": 207,
"cdna_end": null,
"cdna_length": 1115,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000909953.1"
}
],
"gene_symbol": "CHMP5",
"gene_hgnc_id": 26942,
"dbsnp": "rs1193046940",
"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.5919275283813477,
"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.34,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.329,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.03,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 10.003,
"phylop100way_prediction": "Pathogenic",
"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": "NM_016410.6",
"gene_symbol": "CHMP5",
"hgnc_id": 26942,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.406G>C",
"hgvs_p": "p.Glu136Gln"
}
],
"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
}