← 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-55959705-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=55959705&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 55959705,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_025009.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Val213Ala",
"transcript": "NM_025009.5",
"protein_id": "NP_079285.2",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1140,
"cds_start": 638,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000257287.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_025009.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Val213Ala",
"transcript": "ENST00000257287.5",
"protein_id": "ENSP00000257287.3",
"transcript_support_level": 1,
"aa_start": 213,
"aa_end": null,
"aa_length": 1140,
"cds_start": 638,
"cds_end": null,
"cds_length": 3423,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_025009.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000257287.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Val213Ala",
"transcript": "ENST00000916105.1",
"protein_id": "ENSP00000586164.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1191,
"cds_start": 638,
"cds_end": null,
"cds_length": 3576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916105.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Val213Ala",
"transcript": "ENST00000916104.1",
"protein_id": "ENSP00000586163.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1129,
"cds_start": 638,
"cds_end": null,
"cds_length": 3390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916104.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Val213Ala",
"transcript": "ENST00000916107.1",
"protein_id": "ENSP00000586166.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1118,
"cds_start": 638,
"cds_end": null,
"cds_length": 3357,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916107.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Val213Ala",
"transcript": "ENST00000916106.1",
"protein_id": "ENSP00000586165.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1097,
"cds_start": 638,
"cds_end": null,
"cds_length": 3294,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916106.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Val213Ala",
"transcript": "ENST00000422247.6",
"protein_id": "ENSP00000412799.2",
"transcript_support_level": 2,
"aa_start": 213,
"aa_end": null,
"aa_length": 249,
"cds_start": 638,
"cds_end": null,
"cds_length": 750,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000422247.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 26,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Val213Ala",
"transcript": "XM_006714055.4",
"protein_id": "XP_006714118.1",
"transcript_support_level": null,
"aa_start": 213,
"aa_end": null,
"aa_length": 1129,
"cds_start": 638,
"cds_end": null,
"cds_length": 3390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006714055.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "n.272T>C",
"hgvs_p": null,
"transcript": "ENST00000515081.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000515081.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"hgvs_c": "n.3128T>C",
"hgvs_p": null,
"transcript": "ENST00000706800.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": "ENST00000706800.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": "LOC124900705",
"gene_hgnc_id": null,
"hgvs_c": "n.198-7234A>G",
"hgvs_p": null,
"transcript": "XR_007058124.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": "XR_007058124.1"
}
],
"gene_symbol": "CEP135",
"gene_hgnc_id": 29086,
"dbsnp": "rs150331261",
"frequency_reference_population": 0.00039155965,
"hom_count_reference_population": 1,
"allele_count_reference_population": 632,
"gnomad_exomes_af": 0.000203177,
"gnomad_genomes_af": 0.00219992,
"gnomad_exomes_ac": 297,
"gnomad_genomes_ac": 335,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.002925574779510498,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.158,
"revel_prediction": "Benign",
"alphamissense_score": 0.3043,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.2,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.517,
"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": -16,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1",
"acmg_by_gene": [
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_025009.5",
"gene_symbol": "CEP135",
"hgnc_id": 29086,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.638T>C",
"hgvs_p": "p.Val213Ala"
},
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "XR_007058124.1",
"gene_symbol": "LOC124900705",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.198-7234A>G",
"hgvs_p": null
}
],
"clinvar_disease": " autosomal recessive, primary,Microcephaly 8,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3 B:1",
"phenotype_combined": "not specified|not provided|Microcephaly 8, primary, autosomal recessive",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}