← 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: 11-119357188-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=119357188&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 119357188,
"ref": "T",
"alt": "C",
"effect": "missense_variant,splice_region_variant",
"transcript": "NM_004205.5",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"hgvs_c": "c.1729A>G",
"hgvs_p": "p.Ser577Gly",
"transcript": "NM_004205.5",
"protein_id": "NP_004196.4",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 605,
"cds_start": 1729,
"cds_end": null,
"cds_length": 1818,
"cdna_start": 1988,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": "ENST00000260187.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"hgvs_c": "c.1729A>G",
"hgvs_p": "p.Ser577Gly",
"transcript": "ENST00000260187.7",
"protein_id": "ENSP00000260187.2",
"transcript_support_level": 1,
"aa_start": 577,
"aa_end": null,
"aa_length": 605,
"cds_start": 1729,
"cds_end": null,
"cds_length": 1818,
"cdna_start": 1988,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": "NM_004205.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"hgvs_c": "c.1102A>G",
"hgvs_p": "p.Ser368Gly",
"transcript": "ENST00000525735.1",
"protein_id": "ENSP00000436952.1",
"transcript_support_level": 1,
"aa_start": 368,
"aa_end": null,
"aa_length": 396,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1314,
"cdna_end": null,
"cdna_length": 1704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly",
"transcript": "ENST00000455332.6",
"protein_id": "ENSP00000407842.2",
"transcript_support_level": 1,
"aa_start": 334,
"aa_end": null,
"aa_length": 362,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1089,
"cdna_start": 1194,
"cdna_end": null,
"cdna_length": 2903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"hgvs_c": "c.1102A>G",
"hgvs_p": "p.Ser368Gly",
"transcript": "NM_171997.3",
"protein_id": "NP_741994.1",
"transcript_support_level": null,
"aa_start": 368,
"aa_end": null,
"aa_length": 396,
"cds_start": 1102,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1315,
"cdna_end": null,
"cdna_length": 3024,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"hgvs_c": "c.1000A>G",
"hgvs_p": "p.Ser334Gly",
"transcript": "NM_001243759.2",
"protein_id": "NP_001230688.1",
"transcript_support_level": null,
"aa_start": 334,
"aa_end": null,
"aa_length": 362,
"cds_start": 1000,
"cds_end": null,
"cds_length": 1089,
"cdna_start": 1173,
"cdna_end": null,
"cdna_length": 2882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"hgvs_c": "c.1729A>G",
"hgvs_p": "p.Ser577Gly",
"transcript": "XM_005271721.6",
"protein_id": "XP_005271778.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 605,
"cds_start": 1729,
"cds_end": null,
"cds_length": 1818,
"cdna_start": 1831,
"cdna_end": null,
"cdna_length": 3540,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"hgvs_c": "c.1729A>G",
"hgvs_p": "p.Ser577Gly",
"transcript": "XM_005271722.3",
"protein_id": "XP_005271779.1",
"transcript_support_level": null,
"aa_start": 577,
"aa_end": null,
"aa_length": 605,
"cds_start": 1729,
"cds_end": null,
"cds_length": 1818,
"cdna_start": 4614,
"cdna_end": null,
"cdna_length": 6323,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant",
"splice_region_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"hgvs_c": "c.970A>G",
"hgvs_p": "p.Ser324Gly",
"transcript": "XM_017018539.1",
"protein_id": "XP_016874028.1",
"transcript_support_level": null,
"aa_start": 324,
"aa_end": null,
"aa_length": 352,
"cds_start": 970,
"cds_end": null,
"cds_length": 1059,
"cdna_start": 985,
"cdna_end": null,
"cdna_length": 2694,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "USP2-AS1",
"gene_hgnc_id": 48673,
"hgvs_c": "n.251+471T>C",
"hgvs_p": null,
"transcript": "ENST00000706409.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": 705,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "USP2-AS1",
"gene_hgnc_id": 48673,
"hgvs_c": "n.238+471T>C",
"hgvs_p": null,
"transcript": "ENST00000844114.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": 495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "USP2",
"gene_hgnc_id": 12618,
"dbsnp": "rs1315695037",
"frequency_reference_population": 0.000006588744,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000658874,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.32224026322364807,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.972000002861023,
"splice_prediction_selected": "Pathogenic",
"splice_source_selected": "dbscSNV1_RF",
"revel_score": 0.078,
"revel_prediction": "Benign",
"alphamissense_score": 0.1286,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.43,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.213,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": 0.991082075812091,
"dbscsnv_ada_prediction": "Pathogenic",
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004205.5",
"gene_symbol": "USP2",
"hgnc_id": 12618,
"effects": [
"missense_variant",
"splice_region_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1729A>G",
"hgvs_p": "p.Ser577Gly"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000706409.1",
"gene_symbol": "USP2-AS1",
"hgnc_id": 48673,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.251+471T>C",
"hgvs_p": null
}
],
"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
}