← 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: 22-36763918-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=36763918&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "22",
"pos": 36763918,
"ref": "C",
"alt": "A",
"effect": "splice_donor_variant,intron_variant",
"transcript": "ENST00000433985.7",
"consequences": [
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "c.352+1G>T",
"hgvs_p": null,
"transcript": "NM_001177701.3",
"protein_id": "NP_001171172.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": -4,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1073,
"mane_select": "ENST00000433985.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "c.352+1G>T",
"hgvs_p": null,
"transcript": "ENST00000433985.7",
"protein_id": "ENSP00000393541.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": -4,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1073,
"mane_select": "NM_001177701.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "c.349+1G>T",
"hgvs_p": null,
"transcript": "ENST00000340630.9",
"protein_id": "ENSP00000343593.5",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 185,
"cds_start": -4,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1113,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "n.768G>T",
"hgvs_p": null,
"transcript": "ENST00000471809.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": 6475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "c.352+1G>T",
"hgvs_p": null,
"transcript": "NM_001363003.2",
"protein_id": "NP_001349932.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 186,
"cds_start": -4,
"cds_end": null,
"cds_length": 561,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 837,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "c.349+1G>T",
"hgvs_p": null,
"transcript": "NM_006860.5",
"protein_id": "NP_006851.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 185,
"cds_start": -4,
"cds_end": null,
"cds_length": 558,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1070,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "c.469+1G>T",
"hgvs_p": null,
"transcript": "ENST00000417951.6",
"protein_id": "ENSP00000392016.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 182,
"cds_start": -4,
"cds_end": null,
"cds_length": 550,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 946,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "n.274+1G>T",
"hgvs_p": null,
"transcript": "ENST00000415653.5",
"protein_id": "ENSP00000404556.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": 660,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "n.435+1G>T",
"hgvs_p": null,
"transcript": "ENST00000495555.6",
"protein_id": null,
"transcript_support_level": 2,
"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": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "CACNG2-DT",
"gene_hgnc_id": 55682,
"hgvs_c": "n.238-2426C>A",
"hgvs_p": null,
"transcript": "NR_134623.1",
"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": 556,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"splice_donor_variant",
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "c.352+1G>T",
"hgvs_p": null,
"transcript": "XM_047441074.1",
"protein_id": "XP_047297030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 177,
"cds_start": -4,
"cds_end": null,
"cds_length": 534,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 963,
"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": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "c.*1G>T",
"hgvs_p": null,
"transcript": "ENST00000430701.5",
"protein_id": "ENSP00000390016.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 115,
"cds_start": -4,
"cds_end": null,
"cds_length": 349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 531,
"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": "IFT27",
"gene_hgnc_id": 18626,
"hgvs_c": "c.*78G>T",
"hgvs_p": null,
"transcript": "ENST00000440696.2",
"protein_id": "ENSP00000399606.2",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 49,
"cds_start": -4,
"cds_end": null,
"cds_length": 152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IFT27",
"gene_hgnc_id": 18626,
"dbsnp": "rs780659194",
"frequency_reference_population": 0.000058578364,
"hom_count_reference_population": 0,
"allele_count_reference_population": 94,
"gnomad_exomes_af": 0.0000619631,
"gnomad_genomes_af": 0.0000262795,
"gnomad_exomes_ac": 90,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.25,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.9440000057220459,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.752,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.99,
"spliceai_max_prediction": "Pathogenic",
"dbscsnv_ada_score": 0.99993314117114,
"dbscsnv_ada_prediction": "Pathogenic",
"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": "ENST00000433985.7",
"gene_symbol": "IFT27",
"hgnc_id": 18626,
"effects": [
"splice_donor_variant",
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.352+1G>T",
"hgvs_p": null
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NR_134623.1",
"gene_symbol": "CACNG2-DT",
"hgnc_id": 55682,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.238-2426C>A",
"hgvs_p": null
}
],
"clinvar_disease": "Bardet-Biedl syndrome,Bardet-Biedl syndrome 19,IFT27-related disorder,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2 LP:1",
"phenotype_combined": "Bardet-Biedl syndrome|not provided|Bardet-Biedl syndrome 19|IFT27-related disorder",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}