← 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-88643411-C-CCCG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=88643411&ref=C&alt=CCCG&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 88643411,
"ref": "C",
"alt": "CCCG",
"effect": "conservative_inframe_insertion",
"transcript": "ENST00000261623.8",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "AG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.527_529dupCGG",
"hgvs_p": "p.Ala176dup",
"transcript": "NM_000101.4",
"protein_id": "NP_000092.2",
"transcript_support_level": null,
"aa_start": 177,
"aa_end": null,
"aa_length": 195,
"cds_start": 529,
"cds_end": null,
"cds_length": 588,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 692,
"mane_select": "ENST00000261623.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "AG",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.527_529dupCGG",
"hgvs_p": "p.Ala176dup",
"transcript": "ENST00000261623.8",
"protein_id": "ENSP00000261623.3",
"transcript_support_level": 1,
"aa_start": 177,
"aa_end": null,
"aa_length": 195,
"cds_start": 529,
"cds_end": null,
"cds_length": 588,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 692,
"mane_select": "NM_000101.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "AG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.554_556dupCGG",
"hgvs_p": "p.Ala185dup",
"transcript": "ENST00000696160.1",
"protein_id": "ENSP00000512450.1",
"transcript_support_level": null,
"aa_start": 186,
"aa_end": null,
"aa_length": 204,
"cds_start": 556,
"cds_end": null,
"cds_length": 615,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "AG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.476_478dupCGG",
"hgvs_p": "p.Ala159dup",
"transcript": "ENST00000696163.1",
"protein_id": "ENSP00000512453.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 178,
"cds_start": 478,
"cds_end": null,
"cds_length": 537,
"cdna_start": 548,
"cdna_end": null,
"cdna_length": 670,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "AG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_insertion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.443_445dupCGG",
"hgvs_p": "p.Ala148dup",
"transcript": "ENST00000696156.1",
"protein_id": "ENSP00000512446.1",
"transcript_support_level": null,
"aa_start": 149,
"aa_end": null,
"aa_length": 167,
"cds_start": 445,
"cds_end": null,
"cds_length": 504,
"cdna_start": 513,
"cdna_end": null,
"cdna_length": 650,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "GG",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_insertion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.657_659dupCGG",
"hgvs_p": "p.Gly220dup",
"transcript": "ENST00000696161.1",
"protein_id": "ENSP00000512451.1",
"transcript_support_level": null,
"aa_start": 220,
"aa_end": null,
"aa_length": 254,
"cds_start": 659,
"cds_end": null,
"cds_length": 765,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 846,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.*1246_*1248dupCGG",
"hgvs_p": null,
"transcript": "ENST00000696162.1",
"protein_id": "ENSP00000512452.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 176,
"cds_start": -4,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1969,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.*450_*452dupCGG",
"hgvs_p": null,
"transcript": "ENST00000696159.1",
"protein_id": "ENSP00000512449.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 175,
"cds_start": -4,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1171,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.*781_*783dupCGG",
"hgvs_p": null,
"transcript": "ENST00000696158.1",
"protein_id": "ENSP00000512448.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 153,
"cds_start": -4,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1429,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.*744_*746dupCGG",
"hgvs_p": null,
"transcript": "ENST00000696157.1",
"protein_id": "ENSP00000512447.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": -4,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1320,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.*1752_*1754dupCGG",
"hgvs_p": null,
"transcript": "XM_011522905.4",
"protein_id": "XP_011521207.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 210,
"cds_start": -4,
"cds_end": null,
"cds_length": 633,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2550,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.*100_*102dupCGG",
"hgvs_p": null,
"transcript": "ENST00000565588.6",
"protein_id": "ENSP00000455537.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 144,
"cds_start": -4,
"cds_end": null,
"cds_length": 437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 502,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "c.*126_*128dupCGG",
"hgvs_p": null,
"transcript": "ENST00000566229.1",
"protein_id": "ENSP00000457060.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 129,
"cds_start": -4,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"hgvs_c": "n.*100_*102dupCGG",
"hgvs_p": null,
"transcript": "ENST00000566534.5",
"protein_id": null,
"transcript_support_level": 5,
"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": 1006,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CYBA",
"gene_hgnc_id": 2577,
"dbsnp": "rs760275837",
"frequency_reference_population": 0.0006699722,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1028,
"gnomad_exomes_af": 0.000696654,
"gnomad_genomes_af": 0.000427435,
"gnomad_exomes_ac": 963,
"gnomad_genomes_ac": 65,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.941,
"phylop100way_prediction": "Benign",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"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": "Likely_benign",
"acmg_criteria": "PM4_Supporting,BP6,BS1",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 5,
"pathogenic_score": 1,
"criteria": [
"PM4_Supporting",
"BP6",
"BS1"
],
"verdict": "Likely_benign",
"transcript": "ENST00000261623.8",
"gene_symbol": "CYBA",
"hgnc_id": 2577,
"effects": [
"conservative_inframe_insertion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.527_529dupCGG",
"hgvs_p": "p.Ala176dup"
}
],
"clinvar_disease": " autosomal recessive, chronic, cytochrome b-negative,Chronic granulomatous disease,Granulomatous disease,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:4 LB:2",
"phenotype_combined": "Granulomatous disease, chronic, autosomal recessive, cytochrome b-negative|Chronic granulomatous disease|not provided|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}