← 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: 13-95560391-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=13&pos=95560391&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "13",
"pos": 95560391,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000299339.3",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLDN10",
"gene_hgnc_id": 2033,
"hgvs_c": "c.392C>T",
"hgvs_p": "p.Ser131Leu",
"transcript": "NM_006984.5",
"protein_id": "NP_008915.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 228,
"cds_start": 392,
"cds_end": null,
"cds_length": 687,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": "ENST00000299339.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLDN10",
"gene_hgnc_id": 2033,
"hgvs_c": "c.392C>T",
"hgvs_p": "p.Ser131Leu",
"transcript": "ENST00000299339.3",
"protein_id": "ENSP00000299339.2",
"transcript_support_level": 1,
"aa_start": 131,
"aa_end": null,
"aa_length": 228,
"cds_start": 392,
"cds_end": null,
"cds_length": 687,
"cdna_start": 426,
"cdna_end": null,
"cdna_length": 2466,
"mane_select": "NM_006984.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLDN10",
"gene_hgnc_id": 2033,
"hgvs_c": "c.386C>T",
"hgvs_p": "p.Ser129Leu",
"transcript": "NM_182848.4",
"protein_id": "NP_878268.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 226,
"cds_start": 386,
"cds_end": null,
"cds_length": 681,
"cdna_start": 465,
"cdna_end": null,
"cdna_length": 2505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLDN10",
"gene_hgnc_id": 2033,
"hgvs_c": "c.386C>T",
"hgvs_p": "p.Ser129Leu",
"transcript": "ENST00000376873.7",
"protein_id": "ENSP00000366069.2",
"transcript_support_level": 2,
"aa_start": 129,
"aa_end": null,
"aa_length": 226,
"cds_start": 386,
"cds_end": null,
"cds_length": 681,
"cdna_start": 616,
"cdna_end": null,
"cdna_length": 2656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLDN10",
"gene_hgnc_id": 2033,
"hgvs_c": "c.329C>T",
"hgvs_p": "p.Ser110Leu",
"transcript": "NM_001160100.2",
"protein_id": "NP_001153572.1",
"transcript_support_level": null,
"aa_start": 110,
"aa_end": null,
"aa_length": 207,
"cds_start": 329,
"cds_end": null,
"cds_length": 624,
"cdna_start": 408,
"cdna_end": null,
"cdna_length": 2448,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CLDN10",
"gene_hgnc_id": 2033,
"hgvs_c": "c.146C>T",
"hgvs_p": "p.Ser49Leu",
"transcript": "ENST00000376855.1",
"protein_id": "ENSP00000366051.1",
"transcript_support_level": 2,
"aa_start": 49,
"aa_end": null,
"aa_length": 73,
"cds_start": 146,
"cds_end": null,
"cds_length": 222,
"cdna_start": 154,
"cdna_end": null,
"cdna_length": 701,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "S",
"aa_alt": "L",
"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": "CLDN10",
"gene_hgnc_id": 2033,
"hgvs_c": "c.218C>T",
"hgvs_p": "p.Ser73Leu",
"transcript": "XM_047430765.1",
"protein_id": "XP_047286721.1",
"transcript_support_level": null,
"aa_start": 73,
"aa_end": null,
"aa_length": 170,
"cds_start": 218,
"cds_end": null,
"cds_length": 513,
"cdna_start": 3503,
"cdna_end": null,
"cdna_length": 5543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "CLDN10",
"gene_hgnc_id": 2033,
"dbsnp": "rs1555299783",
"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.8226745128631592,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.7,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.581,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.15,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.319,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 5,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP2,PP3,PP5",
"acmg_by_gene": [
{
"score": 5,
"benign_score": 0,
"pathogenic_score": 5,
"criteria": [
"PM2",
"PP2",
"PP3",
"PP5"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000299339.3",
"gene_symbol": "CLDN10",
"hgnc_id": 2033,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.392C>T",
"hgvs_p": "p.Ser131Leu"
}
],
"clinvar_disease": "HELIX syndrome",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "HELIX syndrome",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}