← 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: 1-55078635-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=55078635&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 55078635,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_015306.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "c.7217G>A",
"hgvs_p": "p.Arg2406Gln",
"transcript": "NM_015306.3",
"protein_id": "NP_056121.2",
"transcript_support_level": null,
"aa_start": 2406,
"aa_end": null,
"aa_length": 2620,
"cds_start": 7217,
"cds_end": null,
"cds_length": 7863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000294383.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015306.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "c.7217G>A",
"hgvs_p": "p.Arg2406Gln",
"transcript": "ENST00000294383.7",
"protein_id": "ENSP00000294383.5",
"transcript_support_level": 5,
"aa_start": 2406,
"aa_end": null,
"aa_length": 2620,
"cds_start": 7217,
"cds_end": null,
"cds_length": 7863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015306.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000294383.7"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "c.7214G>A",
"hgvs_p": "p.Arg2405Gln",
"transcript": "ENST00000927917.1",
"protein_id": "ENSP00000597976.1",
"transcript_support_level": null,
"aa_start": 2405,
"aa_end": null,
"aa_length": 2619,
"cds_start": 7214,
"cds_end": null,
"cds_length": 7860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927917.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "c.7217G>A",
"hgvs_p": "p.Arg2406Gln",
"transcript": "ENST00000484447.6",
"protein_id": "ENSP00000489026.2",
"transcript_support_level": 3,
"aa_start": 2406,
"aa_end": null,
"aa_length": 2618,
"cds_start": 7217,
"cds_end": null,
"cds_length": 7857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000484447.6"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 60,
"exon_rank_end": null,
"exon_count": 67,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "c.7178G>A",
"hgvs_p": "p.Arg2393Gln",
"transcript": "ENST00000927918.1",
"protein_id": "ENSP00000597977.1",
"transcript_support_level": null,
"aa_start": 2393,
"aa_end": null,
"aa_length": 2607,
"cds_start": 7178,
"cds_end": null,
"cds_length": 7824,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000927918.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 69,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "c.7277G>A",
"hgvs_p": "p.Arg2426Gln",
"transcript": "XM_017000831.2",
"protein_id": "XP_016856320.1",
"transcript_support_level": null,
"aa_start": 2426,
"aa_end": null,
"aa_length": 2640,
"cds_start": 7277,
"cds_end": null,
"cds_length": 7923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000831.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 69,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "c.7274G>A",
"hgvs_p": "p.Arg2425Gln",
"transcript": "XM_017000832.2",
"protein_id": "XP_016856321.1",
"transcript_support_level": null,
"aa_start": 2425,
"aa_end": null,
"aa_length": 2639,
"cds_start": 7274,
"cds_end": null,
"cds_length": 7920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017000832.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 61,
"exon_rank_end": null,
"exon_count": 68,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "c.7214G>A",
"hgvs_p": "p.Arg2405Gln",
"transcript": "XM_047416524.1",
"protein_id": "XP_047272480.1",
"transcript_support_level": null,
"aa_start": 2405,
"aa_end": null,
"aa_length": 2619,
"cds_start": 7214,
"cds_end": null,
"cds_length": 7860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416524.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 48,
"exon_rank_end": null,
"exon_count": 55,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "c.5432G>A",
"hgvs_p": "p.Arg1811Gln",
"transcript": "XM_005270690.4",
"protein_id": "XP_005270747.1",
"transcript_support_level": null,
"aa_start": 1811,
"aa_end": null,
"aa_length": 2025,
"cds_start": 5432,
"cds_end": null,
"cds_length": 6078,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005270690.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 62,
"exon_rank_end": null,
"exon_count": 69,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"hgvs_c": "n.7528G>A",
"hgvs_p": null,
"transcript": "XR_001737080.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_001737080.2"
}
],
"gene_symbol": "USP24",
"gene_hgnc_id": 12623,
"dbsnp": "rs367649814",
"frequency_reference_population": 0.000010576454,
"hom_count_reference_population": 0,
"allele_count_reference_population": 17,
"gnomad_exomes_af": 0.00000962099,
"gnomad_genomes_af": 0.0000197119,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5257894992828369,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.20000000298023224,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.22,
"revel_prediction": "Benign",
"alphamissense_score": 0.5715,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": -0.17,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.459,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.2,
"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_015306.3",
"gene_symbol": "USP24",
"hgnc_id": 12623,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.7217G>A",
"hgvs_p": "p.Arg2406Gln"
}
],
"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
}