← 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: 2-232480170-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=232480170&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 232480170,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_004826.4",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2311A>C",
"hgvs_p": "p.Lys771Gln",
"transcript": "NM_004826.4",
"protein_id": "NP_004817.2",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 775,
"cds_start": 2311,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000304546.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004826.4"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2311A>C",
"hgvs_p": "p.Lys771Gln",
"transcript": "ENST00000304546.6",
"protein_id": "ENSP00000302051.1",
"transcript_support_level": 1,
"aa_start": 771,
"aa_end": null,
"aa_length": 775,
"cds_start": 2311,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_004826.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000304546.6"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2305A>C",
"hgvs_p": "p.Lys769Gln",
"transcript": "ENST00000409941.1",
"protein_id": "ENSP00000386333.1",
"transcript_support_level": 1,
"aa_start": 769,
"aa_end": null,
"aa_length": 773,
"cds_start": 2305,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409941.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2311A>C",
"hgvs_p": "p.Lys771Gln",
"transcript": "ENST00000862796.1",
"protein_id": "ENSP00000532855.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 775,
"cds_start": 2311,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862796.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2311A>C",
"hgvs_p": "p.Lys771Gln",
"transcript": "ENST00000931992.1",
"protein_id": "ENSP00000602051.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 775,
"cds_start": 2311,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931992.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2311A>C",
"hgvs_p": "p.Lys771Gln",
"transcript": "ENST00000931993.1",
"protein_id": "ENSP00000602052.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 775,
"cds_start": 2311,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931993.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2311A>C",
"hgvs_p": "p.Lys771Gln",
"transcript": "ENST00000931995.1",
"protein_id": "ENSP00000602054.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 775,
"cds_start": 2311,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931995.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2311A>C",
"hgvs_p": "p.Lys771Gln",
"transcript": "ENST00000950077.1",
"protein_id": "ENSP00000620136.1",
"transcript_support_level": null,
"aa_start": 771,
"aa_end": null,
"aa_length": 775,
"cds_start": 2311,
"cds_end": null,
"cds_length": 2328,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000950077.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2305A>C",
"hgvs_p": "p.Lys769Gln",
"transcript": "NM_001290787.2",
"protein_id": "NP_001277716.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 773,
"cds_start": 2305,
"cds_end": null,
"cds_length": 2322,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001290787.2"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2239A>C",
"hgvs_p": "p.Lys747Gln",
"transcript": "ENST00000931994.1",
"protein_id": "ENSP00000602053.1",
"transcript_support_level": null,
"aa_start": 747,
"aa_end": null,
"aa_length": 751,
"cds_start": 2239,
"cds_end": null,
"cds_length": 2256,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931994.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.2215A>C",
"hgvs_p": "p.Lys739Gln",
"transcript": "ENST00000931991.1",
"protein_id": "ENSP00000602050.1",
"transcript_support_level": null,
"aa_start": 739,
"aa_end": null,
"aa_length": 743,
"cds_start": 2215,
"cds_end": null,
"cds_length": 2232,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931991.1"
},
{
"aa_ref": "K",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "c.490A>C",
"hgvs_p": "p.Lys164Gln",
"transcript": "ENST00000411860.5",
"protein_id": "ENSP00000412683.1",
"transcript_support_level": 3,
"aa_start": 164,
"aa_end": null,
"aa_length": 168,
"cds_start": 490,
"cds_end": null,
"cds_length": 507,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000411860.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"hgvs_c": "n.2622A>C",
"hgvs_p": null,
"transcript": "ENST00000482346.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": "ENST00000482346.1"
}
],
"gene_symbol": "ECEL1",
"gene_hgnc_id": 3147,
"dbsnp": "rs143863319",
"frequency_reference_population": 0.0000013682642,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136826,
"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.828855037689209,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.38999998569488525,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.871,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.515,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 5.865,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.39,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "NM_004826.4",
"gene_symbol": "ECEL1",
"hgnc_id": 3147,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2311A>C",
"hgvs_p": "p.Lys771Gln"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}