← 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: 17-30971269-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=30971269&ref=G&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 30971269,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_032322.4",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.196G>T",
"hgvs_p": "p.Ala66Ser",
"transcript": "NM_032322.4",
"protein_id": "NP_115698.3",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 432,
"cds_start": 196,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 231,
"cdna_end": null,
"cdna_length": 2054,
"mane_select": "ENST00000328381.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.196G>T",
"hgvs_p": "p.Ala66Ser",
"transcript": "ENST00000328381.10",
"protein_id": "ENSP00000328340.5",
"transcript_support_level": 1,
"aa_start": 66,
"aa_end": null,
"aa_length": 432,
"cds_start": 196,
"cds_end": null,
"cds_length": 1299,
"cdna_start": 231,
"cdna_end": null,
"cdna_length": 2054,
"mane_select": "NM_032322.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.196G>T",
"hgvs_p": "p.Ala66Ser",
"transcript": "ENST00000535306.6",
"protein_id": "ENSP00000440470.2",
"transcript_support_level": 1,
"aa_start": 66,
"aa_end": null,
"aa_length": 286,
"cds_start": 196,
"cds_end": null,
"cds_length": 861,
"cdna_start": 210,
"cdna_end": null,
"cdna_length": 2098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.196G>T",
"hgvs_p": "p.Ala66Ser",
"transcript": "ENST00000324689.8",
"protein_id": "ENSP00000323693.4",
"transcript_support_level": 1,
"aa_start": 66,
"aa_end": null,
"aa_length": 210,
"cds_start": 196,
"cds_end": null,
"cds_length": 633,
"cdna_start": 247,
"cdna_end": null,
"cdna_length": 1905,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.196G>T",
"hgvs_p": "p.Ala66Ser",
"transcript": "ENST00000443677.6",
"protein_id": "ENSP00000411965.2",
"transcript_support_level": 1,
"aa_start": 66,
"aa_end": null,
"aa_length": 162,
"cds_start": 196,
"cds_end": null,
"cds_length": 489,
"cdna_start": 286,
"cdna_end": null,
"cdna_length": 1261,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.196G>T",
"hgvs_p": "p.Ala66Ser",
"transcript": "NM_001184992.2",
"protein_id": "NP_001171921.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 286,
"cds_start": 196,
"cds_end": null,
"cds_length": 861,
"cdna_start": 231,
"cdna_end": null,
"cdna_length": 2119,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.196G>T",
"hgvs_p": "p.Ala66Ser",
"transcript": "NM_197939.2",
"protein_id": "NP_922921.1",
"transcript_support_level": null,
"aa_start": 66,
"aa_end": null,
"aa_length": 210,
"cds_start": 196,
"cds_end": null,
"cds_length": 633,
"cdna_start": 231,
"cdna_end": null,
"cdna_length": 1891,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.127G>T",
"hgvs_p": "p.Ala43Ser",
"transcript": "ENST00000580444.2",
"protein_id": "ENSP00000464549.1",
"transcript_support_level": 5,
"aa_start": 43,
"aa_end": null,
"aa_length": 156,
"cds_start": 127,
"cds_end": null,
"cds_length": 473,
"cdna_start": 129,
"cdna_end": null,
"cdna_length": 475,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.51+12265G>T",
"hgvs_p": null,
"transcript": "XM_047436929.1",
"protein_id": "XP_047292885.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 325,
"cds_start": -4,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1731,
"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": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.-172+2420G>T",
"hgvs_p": null,
"transcript": "XM_024451001.2",
"protein_id": "XP_024306769.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 251,
"cds_start": -4,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1707,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"hgvs_c": "c.-649G>T",
"hgvs_p": null,
"transcript": "XM_024451000.2",
"protein_id": "XP_024306768.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 251,
"cds_start": -4,
"cds_end": null,
"cds_length": 756,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1930,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RNF135",
"gene_hgnc_id": 21158,
"dbsnp": "rs1263817914",
"frequency_reference_population": 0.000011809815,
"hom_count_reference_population": 0,
"allele_count_reference_population": 18,
"gnomad_exomes_af": 0.0000116621,
"gnomad_genomes_af": 0.0000131411,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.102501779794693,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.101,
"revel_prediction": "Benign",
"alphamissense_score": 0.0988,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.54,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.465,
"phylop100way_prediction": "Benign",
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_032322.4",
"gene_symbol": "RNF135",
"hgnc_id": 21158,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.196G>T",
"hgvs_p": "p.Ala66Ser"
}
],
"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
}