← 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-29193431-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=29193431&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 17,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BP7",
"BS2"
],
"effects": [
"synonymous_variant"
],
"gene_symbol": "ALK",
"hgnc_id": 427,
"hgvs_c": "c.4656G>A",
"hgvs_p": "p.Gly1552Gly",
"inheritance_mode": "AD",
"pathogenic_score": 0,
"score": -17,
"transcript": "NM_004304.5",
"verdict": "Benign"
},
{
"benign_score": 12,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong"
],
"effects": [
"intron_variant"
],
"gene_symbol": "CLIP4",
"hgnc_id": 26108,
"hgvs_c": "c.1923-3497C>T",
"hgvs_p": null,
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": -10,
"transcript": "ENST00000689605.1",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS2",
"acmg_score": -17,
"allele_count_reference_population": 23,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.6,
"chr": "2",
"clinvar_classification": "Likely benign",
"clinvar_disease": " 3, susceptibility to,Hereditary cancer-predisposing syndrome,Neuroblastoma,not provided",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:3",
"computational_prediction_selected": "Benign",
"computational_score_selected": -0.6000000238418579,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1620,
"aa_ref": "G",
"aa_start": 1552,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6240,
"cdna_start": 5583,
"cds_end": null,
"cds_length": 4863,
"cds_start": 4656,
"consequences": [
"synonymous_variant"
],
"exon_count": 29,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "NM_004304.5",
"gene_hgnc_id": 427,
"gene_symbol": "ALK",
"hgvs_c": "c.4656G>A",
"hgvs_p": "p.Gly1552Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000389048.8",
"protein_coding": true,
"protein_id": "NP_004295.2",
"strand": false,
"transcript": "NM_004304.5",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1620,
"aa_ref": "G",
"aa_start": 1552,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 6240,
"cdna_start": 5583,
"cds_end": null,
"cds_length": 4863,
"cds_start": 4656,
"consequences": [
"synonymous_variant"
],
"exon_count": 29,
"exon_rank": 29,
"exon_rank_end": null,
"feature": "ENST00000389048.8",
"gene_hgnc_id": 427,
"gene_symbol": "ALK",
"hgvs_c": "c.4656G>A",
"hgvs_p": "p.Gly1552Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_004304.5",
"protein_coding": true,
"protein_id": "ENSP00000373700.3",
"strand": false,
"transcript": "ENST00000389048.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1757,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000638605.1",
"gene_hgnc_id": 427,
"gene_symbol": "ALK",
"hgvs_c": "n.1533G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000638605.1",
"transcript_support_level": 1
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 1243,
"aa_ref": "G",
"aa_start": 1175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4646,
"cdna_start": 3992,
"cds_end": null,
"cds_length": 3732,
"cds_start": 3525,
"consequences": [
"synonymous_variant"
],
"exon_count": 28,
"exon_rank": 28,
"exon_rank_end": null,
"feature": "ENST00000618119.4",
"gene_hgnc_id": 427,
"gene_symbol": "ALK",
"hgvs_c": "c.3525G>A",
"hgvs_p": "p.Gly1175Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000482733.1",
"strand": false,
"transcript": "ENST00000618119.4",
"transcript_support_level": 5
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 552,
"aa_ref": "G",
"aa_start": 484,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2436,
"cdna_start": 1779,
"cds_end": null,
"cds_length": 1659,
"cds_start": 1452,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_001353765.2",
"gene_hgnc_id": 427,
"gene_symbol": "ALK",
"hgvs_c": "c.1452G>A",
"hgvs_p": "p.Gly484Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001340694.1",
"strand": false,
"transcript": "NM_001353765.2",
"transcript_support_level": null
},
{
"aa_alt": "G",
"aa_end": null,
"aa_length": 552,
"aa_ref": "G",
"aa_start": 484,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2513,
"cdna_start": 1856,
"cds_end": null,
"cds_length": 1659,
"cds_start": 1452,
"consequences": [
"synonymous_variant"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000642122.1",
"gene_hgnc_id": 427,
"gene_symbol": "ALK",
"hgvs_c": "c.1452G>A",
"hgvs_p": "p.Gly484Gly",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493203.1",
"strand": false,
"transcript": "ENST00000642122.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 666,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4963,
"cdna_start": null,
"cds_end": null,
"cds_length": 2001,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000689605.1",
"gene_hgnc_id": 26108,
"gene_symbol": "CLIP4",
"hgvs_c": "c.1923-3497C>T",
"hgvs_p": null,
"intron_rank": 16,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000508948.1",
"strand": true,
"transcript": "ENST00000689605.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2520,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000431873.6",
"gene_hgnc_id": 427,
"gene_symbol": "ALK",
"hgvs_c": "n.*1495G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000414027.3",
"strand": false,
"transcript": "ENST00000431873.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2520,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 14,
"exon_rank": 14,
"exon_rank_end": null,
"feature": "ENST00000431873.6",
"gene_hgnc_id": 427,
"gene_symbol": "ALK",
"hgvs_c": "n.*1495G>A",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000414027.3",
"strand": false,
"transcript": "ENST00000431873.6",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs952457982",
"effect": "synonymous_variant",
"frequency_reference_population": 0.000014249868,
"gene_hgnc_id": 427,
"gene_symbol": "ALK",
"gnomad_exomes_ac": 18,
"gnomad_exomes_af": 0.0000123129,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 5,
"gnomad_genomes_af": 0.0000328589,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely benign",
"phenotype_combined": "Hereditary cancer-predisposing syndrome|Neuroblastoma, susceptibility to, 3|not provided",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.403,
"pos": 29193431,
"ref": "C",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_004304.5"
}
]
}