← 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: 7-129835010-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=129835010&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 129835010,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_003344.4",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.479G>A",
"hgvs_p": "p.Gly160Asp",
"transcript": "NM_003344.4",
"protein_id": "NP_003335.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 183,
"cds_start": 479,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000355621.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003344.4"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.479G>A",
"hgvs_p": "p.Gly160Asp",
"transcript": "ENST00000355621.8",
"protein_id": "ENSP00000347836.3",
"transcript_support_level": 1,
"aa_start": 160,
"aa_end": null,
"aa_length": 183,
"cds_start": 479,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003344.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000355621.8"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.386G>A",
"hgvs_p": "p.Gly129Asp",
"transcript": "ENST00000473814.6",
"protein_id": "ENSP00000419097.2",
"transcript_support_level": 1,
"aa_start": 129,
"aa_end": null,
"aa_length": 152,
"cds_start": 386,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000473814.6"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "n.587G>A",
"hgvs_p": null,
"transcript": "ENST00000483368.1",
"protein_id": null,
"transcript_support_level": 1,
"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": "retained_intron",
"feature": "ENST00000483368.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.419G>A",
"hgvs_p": "p.Gly140Asp",
"transcript": "ENST00000871229.1",
"protein_id": "ENSP00000541288.1",
"transcript_support_level": null,
"aa_start": 140,
"aa_end": null,
"aa_length": 163,
"cds_start": 419,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000871229.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.395G>A",
"hgvs_p": "p.Gly132Asp",
"transcript": "ENST00000930649.1",
"protein_id": "ENSP00000600708.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 155,
"cds_start": 395,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930649.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.386G>A",
"hgvs_p": "p.Gly129Asp",
"transcript": "NM_182697.3",
"protein_id": "NP_874356.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 152,
"cds_start": 386,
"cds_end": null,
"cds_length": 459,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_182697.3"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.380G>A",
"hgvs_p": "p.Gly127Asp",
"transcript": "ENST00000496698.5",
"protein_id": "ENSP00000417681.1",
"transcript_support_level": 4,
"aa_start": 127,
"aa_end": null,
"aa_length": 148,
"cds_start": 380,
"cds_end": null,
"cds_length": 449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000496698.5"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.326G>A",
"hgvs_p": "p.Gly109Asp",
"transcript": "ENST00000940905.1",
"protein_id": "ENSP00000610964.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 132,
"cds_start": 326,
"cds_end": null,
"cds_length": 399,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000940905.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.269G>A",
"hgvs_p": "p.Gly90Asp",
"transcript": "NM_001202498.2",
"protein_id": "NP_001189427.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 113,
"cds_start": 269,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001202498.2"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.269G>A",
"hgvs_p": "p.Gly90Asp",
"transcript": "ENST00000649897.1",
"protein_id": "ENSP00000497987.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 113,
"cds_start": 269,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649897.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"hgvs_c": "c.269G>A",
"hgvs_p": "p.Gly90Asp",
"transcript": "XM_047420796.1",
"protein_id": "XP_047276752.1",
"transcript_support_level": null,
"aa_start": 90,
"aa_end": null,
"aa_length": 113,
"cds_start": 269,
"cds_end": null,
"cds_length": 342,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047420796.1"
}
],
"gene_symbol": "UBE2H",
"gene_hgnc_id": 12484,
"dbsnp": "rs1253623989",
"frequency_reference_population": 0.0000020521688,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000205217,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.13216188549995422,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.137,
"revel_prediction": "Benign",
"alphamissense_score": 0.0965,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.795,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003344.4",
"gene_symbol": "UBE2H",
"hgnc_id": 12484,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.479G>A",
"hgvs_p": "p.Gly160Asp"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}