← 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: 15-78109271-GGGGAGCCGAC-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=78109271&ref=GGGGAGCCGAC&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 78109271,
"ref": "GGGGAGCCGAC",
"alt": "G",
"effect": "frameshift_variant",
"transcript": "ENST00000258930.8",
"consequences": [
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.300_309delGTCGGCTCCC",
"hgvs_p": "p.Glu100fs",
"transcript": "NM_006383.4",
"protein_id": "NP_006374.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 187,
"cds_start": 300,
"cds_end": null,
"cds_length": 564,
"cdna_start": 539,
"cdna_end": null,
"cdna_length": 1499,
"mane_select": "ENST00000258930.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.300_309delGTCGGCTCCC",
"hgvs_p": "p.Glu100fs",
"transcript": "ENST00000258930.8",
"protein_id": "ENSP00000258930.3",
"transcript_support_level": 1,
"aa_start": 100,
"aa_end": null,
"aa_length": 187,
"cds_start": 300,
"cds_end": null,
"cds_length": 564,
"cdna_start": 539,
"cdna_end": null,
"cdna_length": 1499,
"mane_select": "NM_006383.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.171_180delGTCGGCTCCC",
"hgvs_p": "p.Glu57fs",
"transcript": "ENST00000539011.5",
"protein_id": "ENSP00000442459.1",
"transcript_support_level": 1,
"aa_start": 57,
"aa_end": null,
"aa_length": 144,
"cds_start": 171,
"cds_end": null,
"cds_length": 435,
"cdna_start": 594,
"cdna_end": null,
"cdna_length": 1511,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.315_324delGTCGGCTCCC",
"hgvs_p": "p.Glu105fs",
"transcript": "NM_001301224.2",
"protein_id": "NP_001288153.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 192,
"cds_start": 315,
"cds_end": null,
"cds_length": 579,
"cdna_start": 554,
"cdna_end": null,
"cdna_length": 1514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.171_180delGTCGGCTCCC",
"hgvs_p": "p.Glu57fs",
"transcript": "ENST00000560618.5",
"protein_id": "ENSP00000452752.1",
"transcript_support_level": 2,
"aa_start": 57,
"aa_end": null,
"aa_length": 167,
"cds_start": 171,
"cds_end": null,
"cds_length": 504,
"cdna_start": 322,
"cdna_end": null,
"cdna_length": 804,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.315_324delGTCGGCTCCC",
"hgvs_p": "p.Glu105fs",
"transcript": "ENST00000559645.1",
"protein_id": "ENSP00000452980.1",
"transcript_support_level": 3,
"aa_start": 105,
"aa_end": null,
"aa_length": 146,
"cds_start": 315,
"cds_end": null,
"cds_length": 442,
"cdna_start": 344,
"cdna_end": null,
"cdna_length": 462,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.171_180delGTCGGCTCCC",
"hgvs_p": "p.Glu57fs",
"transcript": "NM_001271888.2",
"protein_id": "NP_001258817.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 144,
"cds_start": 171,
"cds_end": null,
"cds_length": 435,
"cdna_start": 504,
"cdna_end": null,
"cdna_length": 1464,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.153_162delGTCGGCTCCC",
"hgvs_p": "p.Glu51fs",
"transcript": "NM_001271889.2",
"protein_id": "NP_001258818.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 138,
"cds_start": 153,
"cds_end": null,
"cds_length": 417,
"cdna_start": 392,
"cdna_end": null,
"cdna_length": 1352,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.153_162delGTCGGCTCCC",
"hgvs_p": "p.Glu51fs",
"transcript": "ENST00000557846.5",
"protein_id": "ENSP00000453488.1",
"transcript_support_level": 3,
"aa_start": 51,
"aa_end": null,
"aa_length": 138,
"cds_start": 153,
"cds_end": null,
"cds_length": 417,
"cdna_start": 380,
"cdna_end": null,
"cdna_length": 934,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.300_309delGTCGGCTCCC",
"hgvs_p": "p.Glu100fs",
"transcript": "ENST00000561190.5",
"protein_id": "ENSP00000453256.1",
"transcript_support_level": 3,
"aa_start": 100,
"aa_end": null,
"aa_length": 125,
"cds_start": 300,
"cds_end": null,
"cds_length": 380,
"cdna_start": 319,
"cdna_end": null,
"cdna_length": 390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.300_309delGTCGGCTCCC",
"hgvs_p": "p.Glu100fs",
"transcript": "XM_005254126.4",
"protein_id": "XP_005254183.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 210,
"cds_start": 300,
"cds_end": null,
"cds_length": 633,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 1262,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "ESAP",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"frameshift_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.171_180delGTCGGCTCCC",
"hgvs_p": "p.Glu57fs",
"transcript": "XM_011521161.2",
"protein_id": "XP_011519463.1",
"transcript_support_level": null,
"aa_start": 57,
"aa_end": null,
"aa_length": 167,
"cds_start": 171,
"cds_end": null,
"cds_length": 504,
"cdna_start": 338,
"cdna_end": null,
"cdna_length": 971,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "n.*135_*144delGTCGGCTCCC",
"hgvs_p": null,
"transcript": "ENST00000557818.1",
"protein_id": "ENSP00000453654.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": 669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "n.188_197delGTCGGCTCCC",
"hgvs_p": null,
"transcript": "ENST00000557917.5",
"protein_id": "ENSP00000453963.1",
"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": 535,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "n.*124_*133delGTCGGCTCCC",
"hgvs_p": null,
"transcript": "ENST00000643268.1",
"protein_id": "ENSP00000494155.1",
"transcript_support_level": null,
"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": 744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "n.508_517delGTCGGCTCCC",
"hgvs_p": null,
"transcript": "NR_125435.2",
"protein_id": null,
"transcript_support_level": null,
"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": 1477,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "n.*135_*144delGTCGGCTCCC",
"hgvs_p": null,
"transcript": "ENST00000557818.1",
"protein_id": "ENSP00000453654.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": 669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "n.*124_*133delGTCGGCTCCC",
"hgvs_p": null,
"transcript": "ENST00000643268.1",
"protein_id": "ENSP00000494155.1",
"transcript_support_level": null,
"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": 744,
"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": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.*124_*133delGTCGGCTCCC",
"hgvs_p": null,
"transcript": "XM_047432110.1",
"protein_id": "XP_047288066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 100,
"cds_start": -4,
"cds_end": null,
"cds_length": 303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 793,
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"hgvs_c": "c.*7_*16delGTCGGCTCCC",
"hgvs_p": null,
"transcript": "ENST00000559054.1",
"protein_id": "ENSP00000453377.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 53,
"cds_start": -4,
"cds_end": null,
"cds_length": 164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 443,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CIB2",
"gene_hgnc_id": 24579,
"dbsnp": "rs765741202",
"frequency_reference_population": 0.000080677295,
"hom_count_reference_population": 0,
"allele_count_reference_population": 130,
"gnomad_exomes_af": 0.0000862074,
"gnomad_genomes_af": 0.0000267083,
"gnomad_exomes_ac": 126,
"gnomad_genomes_ac": 4,
"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": 9.792,
"phylop100way_prediction": "Pathogenic",
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000258930.8",
"gene_symbol": "CIB2",
"hgnc_id": 24579,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.300_309delGTCGGCTCCC",
"hgvs_p": "p.Glu100fs"
}
],
"clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 48,Rare genetic deafness,Usher syndrome type 1J,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:2",
"phenotype_combined": "not provided|Autosomal recessive nonsyndromic hearing loss 48;Usher syndrome type 1J|Rare genetic deafness",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}