← 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: X-17727015-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=17727015&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 17727015,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001291867.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.2909C>T",
"hgvs_p": "p.Thr970Met",
"transcript": "NM_001291867.2",
"protein_id": "NP_001278796.1",
"transcript_support_level": null,
"aa_start": 970,
"aa_end": null,
"aa_length": 1651,
"cds_start": 2909,
"cds_end": null,
"cds_length": 4956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000676302.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291867.2"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.2909C>T",
"hgvs_p": "p.Thr970Met",
"transcript": "ENST00000676302.1",
"protein_id": "ENSP00000502262.1",
"transcript_support_level": null,
"aa_start": 970,
"aa_end": null,
"aa_length": 1651,
"cds_start": 2909,
"cds_end": null,
"cds_length": 4956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001291867.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000676302.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.2846C>T",
"hgvs_p": "p.Thr949Met",
"transcript": "ENST00000380060.7",
"protein_id": "ENSP00000369400.3",
"transcript_support_level": 1,
"aa_start": 949,
"aa_end": null,
"aa_length": 1630,
"cds_start": 2846,
"cds_end": null,
"cds_length": 4893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000380060.7"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.2378C>T",
"hgvs_p": "p.Thr793Met",
"transcript": "ENST00000398097.7",
"protein_id": "ENSP00000381170.3",
"transcript_support_level": 1,
"aa_start": 793,
"aa_end": null,
"aa_length": 1474,
"cds_start": 2378,
"cds_end": null,
"cds_length": 4425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398097.7"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.2297C>T",
"hgvs_p": "p.Thr766Met",
"transcript": "ENST00000617601.4",
"protein_id": "ENSP00000478433.1",
"transcript_support_level": 1,
"aa_start": 766,
"aa_end": null,
"aa_length": 1447,
"cds_start": 2297,
"cds_end": null,
"cds_length": 4344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617601.4"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.2846C>T",
"hgvs_p": "p.Thr949Met",
"transcript": "NM_198270.4",
"protein_id": "NP_938011.1",
"transcript_support_level": null,
"aa_start": 949,
"aa_end": null,
"aa_length": 1630,
"cds_start": 2846,
"cds_end": null,
"cds_length": 4893,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_198270.4"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.2570C>T",
"hgvs_p": "p.Thr857Met",
"transcript": "NM_001440780.1",
"protein_id": "NP_001427709.1",
"transcript_support_level": null,
"aa_start": 857,
"aa_end": null,
"aa_length": 1538,
"cds_start": 2570,
"cds_end": null,
"cds_length": 4617,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440780.1"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.2378C>T",
"hgvs_p": "p.Thr793Met",
"transcript": "NM_001136024.4",
"protein_id": "NP_001129496.1",
"transcript_support_level": null,
"aa_start": 793,
"aa_end": null,
"aa_length": 1474,
"cds_start": 2378,
"cds_end": null,
"cds_length": 4425,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001136024.4"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.2315C>T",
"hgvs_p": "p.Thr772Met",
"transcript": "NM_001291868.2",
"protein_id": "NP_001278797.1",
"transcript_support_level": null,
"aa_start": 772,
"aa_end": null,
"aa_length": 1453,
"cds_start": 2315,
"cds_end": null,
"cds_length": 4362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001291868.2"
},
{
"aa_ref": "T",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "c.1961C>T",
"hgvs_p": "p.Thr654Met",
"transcript": "XM_011545528.3",
"protein_id": "XP_011543830.1",
"transcript_support_level": null,
"aa_start": 654,
"aa_end": null,
"aa_length": 1335,
"cds_start": 1961,
"cds_end": null,
"cds_length": 4008,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545528.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "n.3304C>T",
"hgvs_p": null,
"transcript": "ENST00000615422.2",
"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": "retained_intron",
"feature": "ENST00000615422.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"hgvs_c": "n.1866C>T",
"hgvs_p": null,
"transcript": "ENST00000690608.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000690608.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000309710",
"gene_hgnc_id": null,
"hgvs_c": "n.299+6586G>A",
"hgvs_p": null,
"transcript": "ENST00000843253.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000843253.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000309710",
"gene_hgnc_id": null,
"hgvs_c": "n.259+6586G>A",
"hgvs_p": null,
"transcript": "ENST00000843254.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000843254.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000309710",
"gene_hgnc_id": null,
"hgvs_c": "n.259+6586G>A",
"hgvs_p": null,
"transcript": "ENST00000843255.1",
"protein_id": null,
"transcript_support_level": null,
"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": "ENST00000843255.1"
}
],
"gene_symbol": "NHS",
"gene_hgnc_id": 7820,
"dbsnp": "rs373464879",
"frequency_reference_population": 0.000052886226,
"hom_count_reference_population": 26,
"allele_count_reference_population": 64,
"gnomad_exomes_af": 0.000051913,
"gnomad_genomes_af": 0.0000624142,
"gnomad_exomes_ac": 57,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.3027098476886749,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.633,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4259,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.35,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.905,
"phylop100way_prediction": "Pathogenic",
"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,BP6,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BP6",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001291867.2",
"gene_symbol": "NHS",
"hgnc_id": 7820,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL,AD",
"hgvs_c": "c.2909C>T",
"hgvs_p": "p.Thr970Met"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4",
"BP6",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000843253.1",
"gene_symbol": "ENSG00000309710",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.299+6586G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,Nance-Horan syndrome",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1",
"phenotype_combined": "Nance-Horan syndrome|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}