← 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: 18-79710825-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=79710825&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "18",
"pos": 79710825,
"ref": "C",
"alt": "T",
"effect": "intron_variant",
"transcript": "ENST00000613122.5",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.863+389C>T",
"hgvs_p": null,
"transcript": "NM_004715.5",
"protein_id": "NP_004706.3",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 961,
"cds_start": -4,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3744,
"mane_select": "ENST00000613122.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.863+389C>T",
"hgvs_p": null,
"transcript": "ENST00000613122.5",
"protein_id": "ENSP00000484525.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 961,
"cds_start": -4,
"cds_end": null,
"cds_length": 2886,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3744,
"mane_select": "NM_004715.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.863+389C>T",
"hgvs_p": null,
"transcript": "ENST00000075430.11",
"protein_id": "ENSP00000075430.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 867,
"cds_start": -4,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.659+389C>T",
"hgvs_p": null,
"transcript": "ENST00000591598.5",
"protein_id": "ENSP00000465119.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 799,
"cds_start": -4,
"cds_end": null,
"cds_length": 2400,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3228,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.863+389C>T",
"hgvs_p": null,
"transcript": "NM_001318511.2",
"protein_id": "NP_001305440.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 867,
"cds_start": -4,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5699,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.863+389C>T",
"hgvs_p": null,
"transcript": "NM_048368.4",
"protein_id": "NP_430255.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 867,
"cds_start": -4,
"cds_end": null,
"cds_length": 2604,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.506+389C>T",
"hgvs_p": null,
"transcript": "NM_001202504.1",
"protein_id": "NP_001189433.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 842,
"cds_start": -4,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3380,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.803+389C>T",
"hgvs_p": null,
"transcript": "XM_047437922.1",
"protein_id": "XP_047293878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 941,
"cds_start": -4,
"cds_end": null,
"cds_length": 2826,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5665,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.722+389C>T",
"hgvs_p": null,
"transcript": "XM_047437921.1",
"protein_id": "XP_047293877.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 914,
"cds_start": -4,
"cds_end": null,
"cds_length": 2745,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.560+389C>T",
"hgvs_p": null,
"transcript": "XM_047437923.1",
"protein_id": "XP_047293879.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 860,
"cds_start": -4,
"cds_end": null,
"cds_length": 2583,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.863+389C>T",
"hgvs_p": null,
"transcript": "XM_011526261.2",
"protein_id": "XP_011524563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 851,
"cds_start": -4,
"cds_end": null,
"cds_length": 2556,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.506+389C>T",
"hgvs_p": null,
"transcript": "XM_047437924.1",
"protein_id": "XP_047293880.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 842,
"cds_start": -4,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.506+389C>T",
"hgvs_p": null,
"transcript": "XM_047437925.1",
"protein_id": "XP_047293881.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 842,
"cds_start": -4,
"cds_end": null,
"cds_length": 2529,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5426,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.722+389C>T",
"hgvs_p": null,
"transcript": "XM_047437926.1",
"protein_id": "XP_047293882.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": -4,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5432,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.722+389C>T",
"hgvs_p": null,
"transcript": "XM_047437927.1",
"protein_id": "XP_047293883.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 820,
"cds_start": -4,
"cds_end": null,
"cds_length": 2463,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5436,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"hgvs_c": "c.308+389C>T",
"hgvs_p": null,
"transcript": "XM_017026078.2",
"protein_id": "XP_016881567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 776,
"cds_start": -4,
"cds_end": null,
"cds_length": 2331,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 5374,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CTDP1",
"gene_hgnc_id": 2498,
"dbsnp": "rs113994102",
"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": -1,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.12999999523162842,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -1,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.289,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.13,
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP5_Very_Strong,BP4",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 1,
"pathogenic_score": 10,
"criteria": [
"PM2",
"PP5_Very_Strong",
"BP4"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000613122.5",
"gene_symbol": "CTDP1",
"hgnc_id": 2498,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.863+389C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Charcot-Marie-Tooth disease,Congenital cataracts-facial dysmorphism-neuropathy syndrome,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 O:1",
"phenotype_combined": "Congenital cataracts-facial dysmorphism-neuropathy syndrome|not provided|Charcot-Marie-Tooth disease",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}