← 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: 4-153723399-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=153723399&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 153723399,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_173662.4",
"consequences": [
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.461G>A",
"hgvs_p": "p.Gly154Asp",
"transcript": "NM_173662.4",
"protein_id": "NP_775933.2",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 328,
"cds_start": 461,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000347063.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173662.4"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.461G>A",
"hgvs_p": "p.Gly154Asp",
"transcript": "ENST00000347063.9",
"protein_id": "ENSP00000340979.4",
"transcript_support_level": 1,
"aa_start": 154,
"aa_end": null,
"aa_length": 328,
"cds_start": 461,
"cds_end": null,
"cds_length": 987,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_173662.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000347063.9"
},
{
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.365G>A",
"hgvs_p": "p.Gly122Asp",
"transcript": "ENST00000955649.1",
"protein_id": "ENSP00000625708.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 296,
"cds_start": 365,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955649.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.461G>A",
"hgvs_p": "p.Gly154Asp",
"transcript": "ENST00000897861.1",
"protein_id": "ENSP00000567920.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 294,
"cds_start": 461,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897861.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.164G>A",
"hgvs_p": "p.Gly55Asp",
"transcript": "ENST00000897863.1",
"protein_id": "ENSP00000567922.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 229,
"cds_start": 164,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897863.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.164G>A",
"hgvs_p": "p.Gly55Asp",
"transcript": "ENST00000897862.1",
"protein_id": "ENSP00000567921.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 195,
"cds_start": 164,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000897862.1"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.281G>A",
"hgvs_p": "p.Gly94Asp",
"transcript": "ENST00000508248.1",
"protein_id": "ENSP00000427472.1",
"transcript_support_level": 5,
"aa_start": 94,
"aa_end": null,
"aa_length": 149,
"cds_start": 281,
"cds_end": null,
"cds_length": 450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508248.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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.365G>A",
"hgvs_p": "p.Gly122Asp",
"transcript": "XM_011531879.3",
"protein_id": "XP_011530181.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 296,
"cds_start": 365,
"cds_end": null,
"cds_length": 891,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531879.3"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.461G>A",
"hgvs_p": "p.Gly154Asp",
"transcript": "XM_005262938.4",
"protein_id": "XP_005262995.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 294,
"cds_start": 461,
"cds_end": null,
"cds_length": 885,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262938.4"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.341G>A",
"hgvs_p": "p.Gly114Asp",
"transcript": "XM_047450102.1",
"protein_id": "XP_047306058.1",
"transcript_support_level": null,
"aa_start": 114,
"aa_end": null,
"aa_length": 288,
"cds_start": 341,
"cds_end": null,
"cds_length": 867,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047450102.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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.461G>A",
"hgvs_p": "p.Gly154Asp",
"transcript": "XM_011531882.3",
"protein_id": "XP_011530184.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 260,
"cds_start": 461,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011531882.3"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.221G>A",
"hgvs_p": "p.Gly74Asp",
"transcript": "XM_005262939.4",
"protein_id": "XP_005262996.1",
"transcript_support_level": null,
"aa_start": 74,
"aa_end": null,
"aa_length": 248,
"cds_start": 221,
"cds_end": null,
"cds_length": 747,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262939.4"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.218G>A",
"hgvs_p": "p.Gly73Asp",
"transcript": "XM_005262940.5",
"protein_id": "XP_005262997.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 247,
"cds_start": 218,
"cds_end": null,
"cds_length": 744,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005262940.5"
},
{
"aa_ref": "G",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "c.164G>A",
"hgvs_p": "p.Gly55Asp",
"transcript": "XM_017008047.2",
"protein_id": "XP_016863536.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 229,
"cds_start": 164,
"cds_end": null,
"cds_length": 690,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008047.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "n.306G>A",
"hgvs_p": null,
"transcript": "ENST00000503694.5",
"protein_id": "ENSP00000424430.1",
"transcript_support_level": 2,
"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": "nonsense_mediated_decay",
"feature": "ENST00000503694.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "n.441G>A",
"hgvs_p": null,
"transcript": "ENST00000506505.1",
"protein_id": null,
"transcript_support_level": 5,
"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": "ENST00000506505.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "n.379G>A",
"hgvs_p": null,
"transcript": "ENST00000508967.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000508967.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "n.*208G>A",
"hgvs_p": null,
"transcript": "ENST00000513656.5",
"protein_id": "ENSP00000421761.1",
"transcript_support_level": 3,
"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": "nonsense_mediated_decay",
"feature": "ENST00000513656.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "n.*208G>A",
"hgvs_p": null,
"transcript": "ENST00000513656.5",
"protein_id": "ENSP00000421761.1",
"transcript_support_level": 3,
"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": "nonsense_mediated_decay",
"feature": "ENST00000513656.5"
},
{
"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": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000249309",
"gene_hgnc_id": null,
"hgvs_c": "n.386+105C>T",
"hgvs_p": null,
"transcript": "ENST00000505051.1",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000505051.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"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": "RNF175",
"gene_hgnc_id": 27735,
"hgvs_c": "n.*295G>A",
"hgvs_p": null,
"transcript": "ENST00000507512.1",
"protein_id": "ENSP00000424563.1",
"transcript_support_level": 3,
"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": "nonsense_mediated_decay",
"feature": "ENST00000507512.1"
}
],
"gene_symbol": "RNF175",
"gene_hgnc_id": 27735,
"dbsnp": "rs764124998",
"frequency_reference_population": 0.0000013739888,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137399,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.854426920413971,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.813,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9866,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.34,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 3.51,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_173662.4",
"gene_symbol": "RNF175",
"hgnc_id": 27735,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.461G>A",
"hgvs_p": "p.Gly154Asp"
},
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000505051.1",
"gene_symbol": "ENSG00000249309",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.386+105C>T",
"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
}