← 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: 3-121993614-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=121993614&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 121993614,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "ENST00000344209.10",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.1135G>T",
"hgvs_p": "p.Glu379*",
"transcript": "NM_001199799.2",
"protein_id": "NP_001186728.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 546,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1305,
"cdna_end": null,
"cdna_length": 2855,
"mane_select": "ENST00000344209.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.1135G>T",
"hgvs_p": "p.Glu379*",
"transcript": "ENST00000344209.10",
"protein_id": "ENSP00000345667.5",
"transcript_support_level": 1,
"aa_start": 379,
"aa_end": null,
"aa_length": 546,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1641,
"cdna_start": 1305,
"cdna_end": null,
"cdna_length": 2855,
"mane_select": "NM_001199799.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.1003G>T",
"hgvs_p": "p.Glu335*",
"transcript": "ENST00000273691.7",
"protein_id": "ENSP00000273691.3",
"transcript_support_level": 1,
"aa_start": 335,
"aa_end": null,
"aa_length": 502,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 1109,
"cdna_end": null,
"cdna_length": 2659,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.868G>T",
"hgvs_p": "p.Glu290*",
"transcript": "ENST00000393631.5",
"protein_id": "ENSP00000377251.1",
"transcript_support_level": 1,
"aa_start": 290,
"aa_end": null,
"aa_length": 457,
"cds_start": 868,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 1456,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "n.1085G>T",
"hgvs_p": null,
"transcript": "ENST00000460554.2",
"protein_id": null,
"transcript_support_level": 1,
"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": 1612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.1003G>T",
"hgvs_p": "p.Glu335*",
"transcript": "NM_175924.4",
"protein_id": "NP_787120.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 502,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1509,
"cdna_start": 1173,
"cdna_end": null,
"cdna_length": 2723,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.868G>T",
"hgvs_p": "p.Glu290*",
"transcript": "NM_001199800.2",
"protein_id": "NP_001186729.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 457,
"cds_start": 868,
"cds_end": null,
"cds_length": 1374,
"cdna_start": 1038,
"cdna_end": null,
"cdna_length": 2588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.1135G>T",
"hgvs_p": "p.Glu379*",
"transcript": "XM_011512738.3",
"protein_id": "XP_011511040.1",
"transcript_support_level": null,
"aa_start": 379,
"aa_end": null,
"aa_length": 525,
"cds_start": 1135,
"cds_end": null,
"cds_length": 1578,
"cdna_start": 1305,
"cdna_end": null,
"cdna_length": 2814,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.1039G>T",
"hgvs_p": "p.Glu347*",
"transcript": "XM_005247389.5",
"protein_id": "XP_005247446.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 514,
"cds_start": 1039,
"cds_end": null,
"cds_length": 1545,
"cdna_start": 1619,
"cdna_end": null,
"cdna_length": 3169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.1003G>T",
"hgvs_p": "p.Glu335*",
"transcript": "XM_047448043.1",
"protein_id": "XP_047303999.1",
"transcript_support_level": null,
"aa_start": 335,
"aa_end": null,
"aa_length": 481,
"cds_start": 1003,
"cds_end": null,
"cds_length": 1446,
"cdna_start": 1173,
"cdna_end": null,
"cdna_length": 2682,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "c.730G>T",
"hgvs_p": "p.Glu244*",
"transcript": "XM_047448044.1",
"protein_id": "XP_047304000.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 411,
"cds_start": 730,
"cds_end": null,
"cds_length": 1236,
"cdna_start": 2313,
"cdna_end": null,
"cdna_length": 3863,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "n.*318G>T",
"hgvs_p": null,
"transcript": "ENST00000642615.1",
"protein_id": "ENSP00000495499.1",
"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": 1704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"hgvs_c": "n.*318G>T",
"hgvs_p": null,
"transcript": "ENST00000642615.1",
"protein_id": "ENSP00000495499.1",
"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": 1704,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ILDR1",
"gene_hgnc_id": 28741,
"dbsnp": "rs387907015",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3100000023841858,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.31,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.711,
"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": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"verdict": "Pathogenic",
"transcript": "ENST00000344209.10",
"gene_symbol": "ILDR1",
"hgnc_id": 28741,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1135G>T",
"hgvs_p": "p.Glu379*"
}
],
"clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 42",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Autosomal recessive nonsyndromic hearing loss 42",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}