← 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-51890953-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=51890953&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 51890953,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_023074.4",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1183A>G",
"hgvs_p": "p.Ile395Val",
"transcript": "NM_023074.4",
"protein_id": "NP_075562.2",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 505,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1474,
"cdna_end": null,
"cdna_length": 3192,
"mane_select": "ENST00000354957.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_023074.4"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1183A>G",
"hgvs_p": "p.Ile395Val",
"transcript": "ENST00000354957.8",
"protein_id": "ENSP00000347043.2",
"transcript_support_level": 1,
"aa_start": 395,
"aa_end": null,
"aa_length": 505,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1474,
"cdna_end": null,
"cdna_length": 3192,
"mane_select": "NM_023074.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354957.8"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1099A>G",
"hgvs_p": "p.Ile367Val",
"transcript": "ENST00000600738.5",
"protein_id": "ENSP00000468983.1",
"transcript_support_level": 1,
"aa_start": 367,
"aa_end": null,
"aa_length": 477,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1434,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 2283,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000600738.5"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1207A>G",
"hgvs_p": "p.Ile403Val",
"transcript": "ENST00000930182.1",
"protein_id": "ENSP00000600241.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 513,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1542,
"cdna_start": 1466,
"cdna_end": null,
"cdna_length": 3184,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000930182.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1183A>G",
"hgvs_p": "p.Ile395Val",
"transcript": "ENST00000862520.1",
"protein_id": "ENSP00000532579.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 505,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1486,
"cdna_end": null,
"cdna_length": 2193,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000862520.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1183A>G",
"hgvs_p": "p.Ile395Val",
"transcript": "ENST00000966435.1",
"protein_id": "ENSP00000636494.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 505,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1634,
"cdna_end": null,
"cdna_length": 3350,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966435.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1183A>G",
"hgvs_p": "p.Ile395Val",
"transcript": "ENST00000966436.1",
"protein_id": "ENSP00000636495.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 505,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1393,
"cdna_end": null,
"cdna_length": 3111,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966436.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1183A>G",
"hgvs_p": "p.Ile395Val",
"transcript": "ENST00000966437.1",
"protein_id": "ENSP00000636496.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 505,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1449,
"cdna_end": null,
"cdna_length": 3169,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966437.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1183A>G",
"hgvs_p": "p.Ile395Val",
"transcript": "ENST00000966438.1",
"protein_id": "ENSP00000636497.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 505,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1417,
"cdna_end": null,
"cdna_length": 2119,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000966438.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.1171A>G",
"hgvs_p": "p.Ile391Val",
"transcript": "XM_047439238.1",
"protein_id": "XP_047295194.1",
"transcript_support_level": null,
"aa_start": 391,
"aa_end": null,
"aa_length": 501,
"cds_start": 1171,
"cds_end": null,
"cds_length": 1506,
"cdna_start": 1769,
"cdna_end": null,
"cdna_length": 3487,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439238.1"
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"hgvs_c": "c.748A>G",
"hgvs_p": "p.Ile250Val",
"transcript": "XM_047439239.1",
"protein_id": "XP_047295195.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 360,
"cds_start": 748,
"cds_end": null,
"cds_length": 1083,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 2852,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439239.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF649-AS1",
"gene_hgnc_id": 51285,
"hgvs_c": "n.104+2827T>C",
"hgvs_p": null,
"transcript": "ENST00000600329.2",
"protein_id": null,
"transcript_support_level": 4,
"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": 593,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000600329.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF649-AS1",
"gene_hgnc_id": 51285,
"hgvs_c": "n.58+2827T>C",
"hgvs_p": null,
"transcript": "ENST00000808742.1",
"protein_id": null,
"transcript_support_level": null,
"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": 399,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000808742.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF649-AS1",
"gene_hgnc_id": 51285,
"hgvs_c": "n.102+2827T>C",
"hgvs_p": null,
"transcript": "NR_110733.1",
"protein_id": null,
"transcript_support_level": null,
"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": 580,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_110733.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF577",
"gene_hgnc_id": 28673,
"hgvs_c": "c.-339A>G",
"hgvs_p": null,
"transcript": "ENST00000638325.1",
"protein_id": "ENSP00000492661.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 61,
"cds_start": null,
"cds_end": null,
"cds_length": 187,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 523,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638325.1"
}
],
"gene_symbol": "ZNF649",
"gene_hgnc_id": 25741,
"dbsnp": "rs769967215",
"frequency_reference_population": 0.0000043386904,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000273663,
"gnomad_genomes_af": 0.0000197709,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09752917289733887,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.06,
"revel_prediction": "Benign",
"alphamissense_score": 0.3385,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.7,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.073,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_023074.4",
"gene_symbol": "ZNF649",
"hgnc_id": 25741,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1183A>G",
"hgvs_p": "p.Ile395Val"
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000600329.2",
"gene_symbol": "ZNF649-AS1",
"hgnc_id": 51285,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.104+2827T>C",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000638325.1",
"gene_symbol": "ZNF577",
"hgnc_id": 28673,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-339A>G",
"hgvs_p": null
}
],
"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
}