← 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: 19-10574956-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=10574956&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 10574956,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001300887.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1121C>A",
"hgvs_p": "p.Pro374His",
"transcript": "NM_005498.5",
"protein_id": "NP_005489.2",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 423,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000250244.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005498.5"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": true,
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1121C>A",
"hgvs_p": "p.Pro374His",
"transcript": "ENST00000250244.11",
"protein_id": "ENSP00000250244.5",
"transcript_support_level": 1,
"aa_start": 374,
"aa_end": null,
"aa_length": 423,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1272,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005498.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000250244.11"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1127C>A",
"hgvs_p": "p.Pro376His",
"transcript": "ENST00000590923.5",
"protein_id": "ENSP00000465685.1",
"transcript_support_level": 1,
"aa_start": 376,
"aa_end": null,
"aa_length": 425,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590923.5"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1127C>A",
"hgvs_p": "p.Pro376His",
"transcript": "NM_001300887.2",
"protein_id": "NP_001287816.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 425,
"cds_start": 1127,
"cds_end": null,
"cds_length": 1278,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001300887.2"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1115C>A",
"hgvs_p": "p.Pro372His",
"transcript": "ENST00000918520.1",
"protein_id": "ENSP00000588579.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 421,
"cds_start": 1115,
"cds_end": null,
"cds_length": 1266,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918520.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1121C>A",
"hgvs_p": "p.Pro374His",
"transcript": "ENST00000918526.1",
"protein_id": "ENSP00000588585.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 418,
"cds_start": 1121,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918526.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1100C>A",
"hgvs_p": "p.Pro367His",
"transcript": "ENST00000918530.1",
"protein_id": "ENSP00000588589.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 416,
"cds_start": 1100,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918530.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1022C>A",
"hgvs_p": "p.Pro341His",
"transcript": "ENST00000918525.1",
"protein_id": "ENSP00000588584.1",
"transcript_support_level": null,
"aa_start": 341,
"aa_end": null,
"aa_length": 390,
"cds_start": 1022,
"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": "ENST00000918525.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1016C>A",
"hgvs_p": "p.Pro339His",
"transcript": "ENST00000918522.1",
"protein_id": "ENSP00000588581.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 388,
"cds_start": 1016,
"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": "ENST00000918522.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.968C>A",
"hgvs_p": "p.Pro323His",
"transcript": "ENST00000918524.1",
"protein_id": "ENSP00000588583.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 372,
"cds_start": 968,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918524.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.962C>A",
"hgvs_p": "p.Pro321His",
"transcript": "ENST00000903393.1",
"protein_id": "ENSP00000573452.1",
"transcript_support_level": null,
"aa_start": 321,
"aa_end": null,
"aa_length": 370,
"cds_start": 962,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903393.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.902C>A",
"hgvs_p": "p.Pro301His",
"transcript": "ENST00000918521.1",
"protein_id": "ENSP00000588580.1",
"transcript_support_level": null,
"aa_start": 301,
"aa_end": null,
"aa_length": 350,
"cds_start": 902,
"cds_end": null,
"cds_length": 1053,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918521.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.896C>A",
"hgvs_p": "p.Pro299His",
"transcript": "ENST00000918528.1",
"protein_id": "ENSP00000588587.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 348,
"cds_start": 896,
"cds_end": null,
"cds_length": 1047,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918528.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.851C>A",
"hgvs_p": "p.Pro284His",
"transcript": "ENST00000918523.1",
"protein_id": "ENSP00000588582.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 333,
"cds_start": 851,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918523.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.806C>A",
"hgvs_p": "p.Pro269His",
"transcript": "ENST00000918529.1",
"protein_id": "ENSP00000588588.1",
"transcript_support_level": null,
"aa_start": 269,
"aa_end": null,
"aa_length": 318,
"cds_start": 806,
"cds_end": null,
"cds_length": 957,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918529.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.572C>A",
"hgvs_p": "p.Pro191His",
"transcript": "ENST00000918527.1",
"protein_id": "ENSP00000588586.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 240,
"cds_start": 572,
"cds_end": null,
"cds_length": 723,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918527.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.191C>A",
"hgvs_p": "p.Pro64His",
"transcript": "ENST00000587069.5",
"protein_id": "ENSP00000465865.1",
"transcript_support_level": 2,
"aa_start": 64,
"aa_end": null,
"aa_length": 128,
"cds_start": 191,
"cds_end": null,
"cds_length": 387,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000587069.5"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.149C>A",
"hgvs_p": "p.Pro50His",
"transcript": "ENST00000592285.1",
"protein_id": "ENSP00000468260.1",
"transcript_support_level": 3,
"aa_start": 50,
"aa_end": null,
"aa_length": 103,
"cds_start": 149,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592285.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.107C>A",
"hgvs_p": "p.Pro36His",
"transcript": "ENST00000918531.1",
"protein_id": "ENSP00000588590.1",
"transcript_support_level": null,
"aa_start": 36,
"aa_end": null,
"aa_length": 85,
"cds_start": 107,
"cds_end": null,
"cds_length": 258,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918531.1"
},
{
"aa_ref": "P",
"aa_alt": "H",
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.1049C>A",
"hgvs_p": "p.Pro350His",
"transcript": "XM_047438018.1",
"protein_id": "XP_047293974.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 399,
"cds_start": 1049,
"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": "XM_047438018.1"
},
{
"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": "AP1M2",
"gene_hgnc_id": 558,
"hgvs_c": "c.34-464C>A",
"hgvs_p": null,
"transcript": "ENST00000589348.1",
"protein_id": "ENSP00000465488.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 43,
"cds_start": null,
"cds_end": null,
"cds_length": 132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589348.1"
}
],
"gene_symbol": "AP1M2",
"gene_hgnc_id": 558,
"dbsnp": "rs201504302",
"frequency_reference_population": 0.000024479374,
"hom_count_reference_population": 0,
"allele_count_reference_population": 39,
"gnomad_exomes_af": 0.0000249801,
"gnomad_genomes_af": 0.0000197329,
"gnomad_exomes_ac": 36,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6876636743545532,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.434,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3105,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 9.814,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": "NM_001300887.2",
"gene_symbol": "AP1M2",
"hgnc_id": 558,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1127C>A",
"hgvs_p": "p.Pro376His"
}
],
"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
}