← 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: 15-78173626-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=78173626&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "15",
"pos": 78173626,
"ref": "C",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_015162.5",
"consequences": [
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.2056G>T",
"hgvs_p": "p.Glu686*",
"transcript": "NM_015162.5",
"protein_id": "NP_055977.3",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 724,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000258873.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015162.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.2056G>T",
"hgvs_p": "p.Glu686*",
"transcript": "ENST00000258873.9",
"protein_id": "ENSP00000258873.4",
"transcript_support_level": 1,
"aa_start": 686,
"aa_end": null,
"aa_length": 724,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2175,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015162.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000258873.9"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.2098G>T",
"hgvs_p": "p.Glu700*",
"transcript": "ENST00000889987.1",
"protein_id": "ENSP00000560046.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 738,
"cds_start": 2098,
"cds_end": null,
"cds_length": 2217,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889987.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.2044G>T",
"hgvs_p": "p.Glu682*",
"transcript": "NM_001199377.2",
"protein_id": "NP_001186306.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 720,
"cds_start": 2044,
"cds_end": null,
"cds_length": 2163,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001199377.2"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.2041G>T",
"hgvs_p": "p.Glu681*",
"transcript": "ENST00000889988.1",
"protein_id": "ENSP00000560047.1",
"transcript_support_level": null,
"aa_start": 681,
"aa_end": null,
"aa_length": 719,
"cds_start": 2041,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889988.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.1330G>T",
"hgvs_p": "p.Glu444*",
"transcript": "ENST00000560817.5",
"protein_id": "ENSP00000453451.1",
"transcript_support_level": 5,
"aa_start": 444,
"aa_end": null,
"aa_length": 482,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000560817.5"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.2056G>T",
"hgvs_p": "p.Glu686*",
"transcript": "XM_017022025.3",
"protein_id": "XP_016877514.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 748,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2247,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022025.3"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.2080G>T",
"hgvs_p": "p.Glu694*",
"transcript": "XM_047432273.1",
"protein_id": "XP_047288229.1",
"transcript_support_level": null,
"aa_start": 694,
"aa_end": null,
"aa_length": 732,
"cds_start": 2080,
"cds_end": null,
"cds_length": 2199,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047432273.1"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.1990G>T",
"hgvs_p": "p.Glu664*",
"transcript": "XM_011521390.4",
"protein_id": "XP_011519692.1",
"transcript_support_level": null,
"aa_start": 664,
"aa_end": null,
"aa_length": 702,
"cds_start": 1990,
"cds_end": null,
"cds_length": 2109,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521390.4"
},
{
"aa_ref": "E",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "c.1843G>T",
"hgvs_p": "p.Glu615*",
"transcript": "XM_011521391.3",
"protein_id": "XP_011519693.2",
"transcript_support_level": null,
"aa_start": 615,
"aa_end": null,
"aa_length": 677,
"cds_start": 1843,
"cds_end": null,
"cds_length": 2034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011521391.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "n.*1368G>T",
"hgvs_p": null,
"transcript": "ENST00000560124.5",
"protein_id": "ENSP00000453605.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000560124.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "n.642G>T",
"hgvs_p": null,
"transcript": "ENST00000560183.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": "ENST00000560183.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"hgvs_c": "n.*1368G>T",
"hgvs_p": null,
"transcript": "ENST00000560124.5",
"protein_id": "ENSP00000453605.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000560124.5"
}
],
"gene_symbol": "ACSBG1",
"gene_hgnc_id": 29567,
"dbsnp": "rs769239533",
"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.27000001072883606,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.27,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -0.069,
"phylop100way_prediction": "Benign",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_015162.5",
"gene_symbol": "ACSBG1",
"hgnc_id": 29567,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2056G>T",
"hgvs_p": "p.Glu686*"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}