← 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: 20-63861896-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=63861896&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 1,
"criteria": [
"BP4"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ABHD16B",
"hgnc_id": 16128,
"hgvs_c": "c.356T>A",
"hgvs_p": "p.Met119Lys",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": -1,
"transcript": "NM_080622.4",
"verdict": "Likely_benign"
},
{
"benign_score": 1,
"criteria": [
"BP4"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ABHD16B-AS1",
"hgnc_id": 58392,
"hgvs_c": "n.2527A>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -1,
"transcript": "NR_165198.1",
"verdict": "Likely_benign"
},
{
"benign_score": 1,
"criteria": [
"BP4"
],
"effects": [
"non_coding_transcript_exon_variant"
],
"gene_symbol": "ENSG00000268858",
"hgnc_id": 58392,
"hgvs_c": "n.3328A>T",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -1,
"transcript": "ENST00000601296.3",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4",
"acmg_score": -1,
"allele_count_reference_population": 71,
"alphamissense_prediction": "Uncertain_significance",
"alphamissense_score": 0.4464,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.28,
"chr": "20",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.40760886669158936,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 469,
"aa_ref": "M",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1491,
"cdna_start": 399,
"cds_end": null,
"cds_length": 1410,
"cds_start": 356,
"consequences": [
"missense_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NM_080622.4",
"gene_hgnc_id": 16128,
"gene_symbol": "ABHD16B",
"hgvs_c": "c.356T>A",
"hgvs_p": "p.Met119Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000369916.5",
"protein_coding": true,
"protein_id": "NP_542189.1",
"strand": true,
"transcript": "NM_080622.4",
"transcript_support_level": null
},
{
"aa_alt": "K",
"aa_end": null,
"aa_length": 469,
"aa_ref": "M",
"aa_start": 119,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1491,
"cdna_start": 399,
"cds_end": null,
"cds_length": 1410,
"cds_start": 356,
"consequences": [
"missense_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000369916.5",
"gene_hgnc_id": 16128,
"gene_symbol": "ABHD16B",
"hgvs_c": "c.356T>A",
"hgvs_p": "p.Met119Lys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_080622.4",
"protein_coding": true,
"protein_id": "ENSP00000358932.3",
"strand": true,
"transcript": "ENST00000369916.5",
"transcript_support_level": 6
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4012,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000601296.3",
"gene_hgnc_id": 58392,
"gene_symbol": "ENSG00000268858",
"hgvs_c": "n.3328A>T",
"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": "ENST00000601296.3",
"transcript_support_level": 6
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3208,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_165198.1",
"gene_hgnc_id": 58392,
"gene_symbol": "ABHD16B-AS1",
"hgvs_c": "n.2527A>T",
"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": "NR_165198.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3859,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 1,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "NR_165312.1",
"gene_hgnc_id": 58392,
"gene_symbol": "ABHD16B-AS1",
"hgvs_c": "n.3178A>T",
"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": "NR_165312.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3425,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_165313.1",
"gene_hgnc_id": 58392,
"gene_symbol": "ABHD16B-AS1",
"hgvs_c": "n.2744A>T",
"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": "NR_165313.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3306,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "NR_165314.1",
"gene_hgnc_id": 58392,
"gene_symbol": "ABHD16B-AS1",
"hgvs_c": "n.2625A>T",
"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": "NR_165314.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs370154485",
"effect": "missense_variant",
"frequency_reference_population": 0.000044844863,
"gene_hgnc_id": 16128,
"gene_symbol": "ABHD16B",
"gnomad_exomes_ac": 34,
"gnomad_exomes_af": 0.0000237477,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 37,
"gnomad_genomes_af": 0.000244192,
"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": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 3.291,
"pos": 63861896,
"ref": "T",
"revel_prediction": "Benign",
"revel_score": 0.172,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_080622.4"
}
]
}