← 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: 9-132792685-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=132792685&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "9",
"pos": 132792685,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000298545.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.1070G>A",
"hgvs_p": "p.Arg357Gln",
"transcript": "NM_152572.3",
"protein_id": "NP_689785.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 479,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 1099,
"cdna_end": null,
"cdna_length": 1579,
"mane_select": "ENST00000298545.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.1070G>A",
"hgvs_p": "p.Arg357Gln",
"transcript": "ENST00000298545.4",
"protein_id": "ENSP00000298545.3",
"transcript_support_level": 1,
"aa_start": 357,
"aa_end": null,
"aa_length": 479,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1440,
"cdna_start": 1099,
"cdna_end": null,
"cdna_length": 1579,
"mane_select": "NM_152572.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.983G>A",
"hgvs_p": "p.Arg328Gln",
"transcript": "NM_001371771.1",
"protein_id": "NP_001358700.1",
"transcript_support_level": null,
"aa_start": 328,
"aa_end": null,
"aa_length": 450,
"cds_start": 983,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 1079,
"cdna_end": null,
"cdna_length": 1559,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.935G>A",
"hgvs_p": "p.Arg312Gln",
"transcript": "NM_001371772.1",
"protein_id": "NP_001358701.1",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 434,
"cds_start": 935,
"cds_end": null,
"cds_length": 1305,
"cdna_start": 964,
"cdna_end": null,
"cdna_length": 1444,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.554G>A",
"hgvs_p": "p.Arg185Gln",
"transcript": "NM_001317959.2",
"protein_id": "NP_001304888.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 307,
"cds_start": 554,
"cds_end": null,
"cds_length": 924,
"cdna_start": 1492,
"cdna_end": null,
"cdna_length": 1972,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Gln",
"transcript": "NM_001317958.2",
"protein_id": "NP_001304887.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 275,
"cds_start": 458,
"cds_end": null,
"cds_length": 828,
"cdna_start": 1106,
"cdna_end": null,
"cdna_length": 1586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Gln",
"transcript": "NM_001371773.1",
"protein_id": "NP_001358702.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 275,
"cds_start": 458,
"cds_end": null,
"cds_length": 828,
"cdna_start": 1171,
"cdna_end": null,
"cdna_length": 1651,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.458G>A",
"hgvs_p": "p.Arg153Gln",
"transcript": "NM_001371774.1",
"protein_id": "NP_001358703.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 275,
"cds_start": 458,
"cds_end": null,
"cds_length": 828,
"cdna_start": 1141,
"cdna_end": null,
"cdna_length": 1621,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.1106G>A",
"hgvs_p": "p.Arg369Gln",
"transcript": "XM_005272169.3",
"protein_id": "XP_005272226.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 491,
"cds_start": 1106,
"cds_end": null,
"cds_length": 1476,
"cdna_start": 1135,
"cdna_end": null,
"cdna_length": 1615,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.854G>A",
"hgvs_p": "p.Arg285Gln",
"transcript": "XM_006716965.3",
"protein_id": "XP_006717028.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 407,
"cds_start": 854,
"cds_end": null,
"cds_length": 1224,
"cdna_start": 936,
"cdna_end": null,
"cdna_length": 1416,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.848G>A",
"hgvs_p": "p.Arg283Gln",
"transcript": "XM_011518278.3",
"protein_id": "XP_011516580.1",
"transcript_support_level": null,
"aa_start": 283,
"aa_end": null,
"aa_length": 405,
"cds_start": 848,
"cds_end": null,
"cds_length": 1218,
"cdna_start": 1014,
"cdna_end": null,
"cdna_length": 1494,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.554G>A",
"hgvs_p": "p.Arg185Gln",
"transcript": "XM_017014308.2",
"protein_id": "XP_016869797.1",
"transcript_support_level": null,
"aa_start": 185,
"aa_end": null,
"aa_length": 307,
"cds_start": 554,
"cds_end": null,
"cds_length": 924,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 1163,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "n.1507G>A",
"hgvs_p": null,
"transcript": "ENST00000476719.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1987,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "n.1985G>A",
"hgvs_p": null,
"transcript": "ENST00000477396.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"hgvs_c": "c.1015+21953G>A",
"hgvs_p": null,
"transcript": "XM_047422822.1",
"protein_id": "XP_047278778.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 342,
"cds_start": -4,
"cds_end": null,
"cds_length": 1029,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AK8",
"gene_hgnc_id": 26526,
"dbsnp": "rs946535640",
"frequency_reference_population": 0.000004499345,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000356236,
"gnomad_genomes_af": 0.0000131389,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7313970327377319,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.549,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0884,
"alphamissense_prediction": "Benign",
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.283,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": "ENST00000298545.4",
"gene_symbol": "AK8",
"hgnc_id": 26526,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1070G>A",
"hgvs_p": "p.Arg357Gln"
}
],
"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
}