← 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: 6-159777403-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=159777403&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 159777403,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001303253.1",
"consequences": [
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.859G>A",
"hgvs_p": "p.Gly287Ser",
"transcript": "NM_005891.3",
"protein_id": "NP_005882.2",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 397,
"cds_start": 859,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000367048.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005891.3"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.859G>A",
"hgvs_p": "p.Gly287Ser",
"transcript": "ENST00000367048.5",
"protein_id": "ENSP00000356015.4",
"transcript_support_level": 1,
"aa_start": 287,
"aa_end": null,
"aa_length": 397,
"cds_start": 859,
"cds_end": null,
"cds_length": 1194,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005891.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000367048.5"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.946G>A",
"hgvs_p": "p.Gly316Ser",
"transcript": "NM_001303253.1",
"protein_id": "NP_001290182.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 426,
"cds_start": 946,
"cds_end": null,
"cds_length": 1281,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001303253.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.886G>A",
"hgvs_p": "p.Gly296Ser",
"transcript": "ENST00000869581.1",
"protein_id": "ENSP00000539640.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 406,
"cds_start": 886,
"cds_end": null,
"cds_length": 1221,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869581.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.883G>A",
"hgvs_p": "p.Gly295Ser",
"transcript": "ENST00000869587.1",
"protein_id": "ENSP00000539646.1",
"transcript_support_level": null,
"aa_start": 295,
"aa_end": null,
"aa_length": 405,
"cds_start": 883,
"cds_end": null,
"cds_length": 1218,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869587.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.865G>A",
"hgvs_p": "p.Gly289Ser",
"transcript": "ENST00000934474.1",
"protein_id": "ENSP00000604533.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 399,
"cds_start": 865,
"cds_end": null,
"cds_length": 1200,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934474.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.850G>A",
"hgvs_p": "p.Gly284Ser",
"transcript": "ENST00000934470.1",
"protein_id": "ENSP00000604529.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 394,
"cds_start": 850,
"cds_end": null,
"cds_length": 1185,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934470.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.847G>A",
"hgvs_p": "p.Gly283Ser",
"transcript": "ENST00000869590.1",
"protein_id": "ENSP00000539649.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 393,
"cds_start": 847,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869590.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.838G>A",
"hgvs_p": "p.Gly280Ser",
"transcript": "ENST00000869582.1",
"protein_id": "ENSP00000539641.1",
"transcript_support_level": null,
"aa_start": 280,
"aa_end": null,
"aa_length": 390,
"cds_start": 838,
"cds_end": null,
"cds_length": 1173,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869582.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.832G>A",
"hgvs_p": "p.Gly278Ser",
"transcript": "ENST00000934473.1",
"protein_id": "ENSP00000604532.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 388,
"cds_start": 832,
"cds_end": null,
"cds_length": 1167,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934473.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.802G>A",
"hgvs_p": "p.Gly268Ser",
"transcript": "ENST00000934471.1",
"protein_id": "ENSP00000604530.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 378,
"cds_start": 802,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000934471.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.796G>A",
"hgvs_p": "p.Gly266Ser",
"transcript": "ENST00000869584.1",
"protein_id": "ENSP00000539643.1",
"transcript_support_level": null,
"aa_start": 266,
"aa_end": null,
"aa_length": 376,
"cds_start": 796,
"cds_end": null,
"cds_length": 1131,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869584.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.781G>A",
"hgvs_p": "p.Gly261Ser",
"transcript": "ENST00000869585.1",
"protein_id": "ENSP00000539644.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 371,
"cds_start": 781,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869585.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.859G>A",
"hgvs_p": "p.Gly287Ser",
"transcript": "ENST00000869586.1",
"protein_id": "ENSP00000539645.1",
"transcript_support_level": null,
"aa_start": 287,
"aa_end": null,
"aa_length": 360,
"cds_start": 859,
"cds_end": null,
"cds_length": 1083,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869586.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.715G>A",
"hgvs_p": "p.Gly239Ser",
"transcript": "ENST00000869591.1",
"protein_id": "ENSP00000539650.1",
"transcript_support_level": null,
"aa_start": 239,
"aa_end": null,
"aa_length": 349,
"cds_start": 715,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869591.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Gly198Ser",
"transcript": "ENST00000869588.1",
"protein_id": "ENSP00000539647.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 308,
"cds_start": 592,
"cds_end": null,
"cds_length": 927,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869588.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.586G>A",
"hgvs_p": "p.Gly196Ser",
"transcript": "ENST00000869589.1",
"protein_id": "ENSP00000539648.1",
"transcript_support_level": null,
"aa_start": 196,
"aa_end": null,
"aa_length": 306,
"cds_start": 586,
"cds_end": null,
"cds_length": 921,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869589.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.559G>A",
"hgvs_p": "p.Gly187Ser",
"transcript": "ENST00000869583.1",
"protein_id": "ENSP00000539642.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 297,
"cds_start": 559,
"cds_end": null,
"cds_length": 894,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869583.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.559G>A",
"hgvs_p": "p.Gly187Ser",
"transcript": "ENST00000942453.1",
"protein_id": "ENSP00000612512.1",
"transcript_support_level": null,
"aa_start": 187,
"aa_end": null,
"aa_length": 260,
"cds_start": 559,
"cds_end": null,
"cds_length": 783,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942453.1"
},
{
"aa_ref": "G",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "c.415G>A",
"hgvs_p": "p.Gly139Ser",
"transcript": "ENST00000934472.1",
"protein_id": "ENSP00000604531.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 249,
"cds_start": 415,
"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": "ENST00000934472.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"hgvs_c": "n.1089G>A",
"hgvs_p": null,
"transcript": "ENST00000472052.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": "pseudogene",
"feature": "ENST00000472052.1"
}
],
"gene_symbol": "ACAT2",
"gene_hgnc_id": 94,
"dbsnp": "rs1250435300",
"frequency_reference_population": 6.840563e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84056e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9698053002357483,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.05999999865889549,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.858,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3205,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": 0.4,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.522,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.06,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001303253.1",
"gene_symbol": "ACAT2",
"hgnc_id": 94,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.946G>A",
"hgvs_p": "p.Gly316Ser"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}