← 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: 16-31094624-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=31094624&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 31094624,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000394975.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr",
"transcript": "NM_024006.6",
"protein_id": "NP_076869.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 163,
"cds_start": 106,
"cds_end": null,
"cds_length": 492,
"cdna_start": 174,
"cdna_end": null,
"cdna_length": 840,
"mane_select": "ENST00000394975.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr",
"transcript": "ENST00000394975.3",
"protein_id": "ENSP00000378426.2",
"transcript_support_level": 1,
"aa_start": 36,
"aa_end": null,
"aa_length": 163,
"cds_start": 106,
"cds_end": null,
"cds_length": 492,
"cdna_start": 174,
"cdna_end": null,
"cdna_length": 840,
"mane_select": "NM_024006.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255439",
"gene_hgnc_id": null,
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr",
"transcript": "ENST00000529564.1",
"protein_id": "ENSP00000431371.1",
"transcript_support_level": 4,
"aa_start": 36,
"aa_end": null,
"aa_length": 165,
"cds_start": 106,
"cds_end": null,
"cds_length": 498,
"cdna_start": 333,
"cdna_end": null,
"cdna_length": 725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr",
"transcript": "ENST00000319788.11",
"protein_id": "ENSP00000326135.7",
"transcript_support_level": 1,
"aa_start": 36,
"aa_end": null,
"aa_length": 156,
"cds_start": 106,
"cds_end": null,
"cds_length": 471,
"cdna_start": 317,
"cdna_end": null,
"cdna_length": 1077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr",
"transcript": "ENST00000354895.4",
"protein_id": "ENSP00000346969.4",
"transcript_support_level": 1,
"aa_start": 36,
"aa_end": null,
"aa_length": 92,
"cds_start": 106,
"cds_end": null,
"cds_length": 279,
"cdna_start": 333,
"cdna_end": null,
"cdna_length": 901,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr",
"transcript": "NM_001311311.2",
"protein_id": "NP_001298240.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 191,
"cds_start": 106,
"cds_end": null,
"cds_length": 576,
"cdna_start": 174,
"cdna_end": null,
"cdna_length": 924,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr",
"transcript": "ENST00000300851.10",
"protein_id": "ENSP00000300851.6",
"transcript_support_level": 2,
"aa_start": 36,
"aa_end": null,
"aa_length": 149,
"cds_start": 106,
"cds_end": null,
"cds_length": 450,
"cdna_start": 137,
"cdna_end": null,
"cdna_length": 876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255439",
"gene_hgnc_id": null,
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr",
"transcript": "ENST00000532364.1",
"protein_id": "ENSP00000460316.1",
"transcript_support_level": 4,
"aa_start": 36,
"aa_end": null,
"aa_length": 103,
"cds_start": 106,
"cds_end": null,
"cds_length": 312,
"cdna_start": 293,
"cdna_end": null,
"cdna_length": 499,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr",
"transcript": "NM_206824.3",
"protein_id": "NP_996560.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 92,
"cds_start": 106,
"cds_end": null,
"cds_length": 279,
"cdna_start": 174,
"cdna_end": null,
"cdna_length": 730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 1,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000280160",
"gene_hgnc_id": null,
"hgvs_c": "n.898C>A",
"hgvs_p": null,
"transcript": "ENST00000624508.1",
"protein_id": null,
"transcript_support_level": 6,
"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": 2218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000297437",
"gene_hgnc_id": null,
"hgvs_c": "n.220C>A",
"hgvs_p": null,
"transcript": "ENST00000747910.1",
"protein_id": null,
"transcript_support_level": null,
"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": 352,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.270+765G>T",
"hgvs_p": null,
"transcript": "ENST00000498155.1",
"protein_id": "ENSP00000417662.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 161,
"cds_start": -4,
"cds_end": null,
"cds_length": 486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 870,
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.243+765G>T",
"hgvs_p": null,
"transcript": "ENST00000420057.2",
"protein_id": "ENSP00000437064.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 91,
"cds_start": -4,
"cds_end": null,
"cds_length": 276,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000255439",
"gene_hgnc_id": null,
"hgvs_c": "n.-24G>T",
"hgvs_p": null,
"transcript": "ENST00000533518.5",
"protein_id": "ENSP00000433035.1",
"transcript_support_level": 1,
"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": 2362,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"hgvs_c": "c.-123G>T",
"hgvs_p": null,
"transcript": "ENST00000394971.7",
"protein_id": "ENSP00000378422.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 160,
"cds_start": -4,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 664,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "VKORC1",
"gene_hgnc_id": 23663,
"dbsnp": "rs61742245",
"frequency_reference_population": 0.0013527225,
"hom_count_reference_population": 27,
"allele_count_reference_population": 2173,
"gnomad_exomes_af": 0.00133905,
"gnomad_genomes_af": 0.00148315,
"gnomad_exomes_ac": 1947,
"gnomad_genomes_ac": 226,
"gnomad_exomes_homalt": 23,
"gnomad_genomes_homalt": 4,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.03500184416770935,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.648,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.3335,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.25,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 0.946,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -8,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_by_gene": [
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000394975.3",
"gene_symbol": "VKORC1",
"hgnc_id": 23663,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,Unknown",
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000529564.1",
"gene_symbol": "ENSG00000255439",
"hgnc_id": null,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.106G>T",
"hgvs_p": "p.Asp36Tyr"
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000747910.1",
"gene_symbol": "ENSG00000297437",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.220C>A",
"hgvs_p": null
},
{
"score": -8,
"benign_score": 8,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000624508.1",
"gene_symbol": "ENSG00000280160",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.898C>A",
"hgvs_p": null
}
],
"clinvar_disease": " combined deficiency of, type 2,Thrombus,VKORC1-related disorder,Vitamin K-dependent clotting factors,Warfarin response,not provided,not specified,warfarin response - Dosage",
"clinvar_classification": "drug response",
"clinvar_review_status": "reviewed by expert panel",
"clinvar_submissions_summary": "US:1 LB:3 B:2 O:1",
"phenotype_combined": "Warfarin response|not provided|Vitamin K-dependent clotting factors, combined deficiency of, type 2|not specified|Thrombus|VKORC1-related disorder|warfarin response - Dosage",
"pathogenicity_classification_combined": "drug response",
"custom_annotations": null
}
],
"message": null
}