← 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: 20-33788891-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=20&pos=33788891&ref=C&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "20",
"pos": 33788891,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001282933.2",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "c.1881C>G",
"hgvs_p": "p.Cys627Trp",
"transcript": "NM_001282933.2",
"protein_id": "NP_001269862.1",
"transcript_support_level": null,
"aa_start": 627,
"aa_end": null,
"aa_length": 854,
"cds_start": 1881,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1907,
"cdna_end": null,
"cdna_length": 3343,
"mane_select": "ENST00000375200.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "c.1881C>G",
"hgvs_p": "p.Cys627Trp",
"transcript": "ENST00000375200.6",
"protein_id": "ENSP00000364346.1",
"transcript_support_level": 1,
"aa_start": 627,
"aa_end": null,
"aa_length": 854,
"cds_start": 1881,
"cds_end": null,
"cds_length": 2565,
"cdna_start": 1907,
"cdna_end": null,
"cdna_length": 3343,
"mane_select": "NM_001282933.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "c.1860C>G",
"hgvs_p": "p.Cys620Trp",
"transcript": "ENST00000342427.6",
"protein_id": "ENSP00000344308.2",
"transcript_support_level": 1,
"aa_start": 620,
"aa_end": null,
"aa_length": 847,
"cds_start": 1860,
"cds_end": null,
"cds_length": 2544,
"cdna_start": 2225,
"cdna_end": null,
"cdna_length": 3661,
"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": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "n.1784C>G",
"hgvs_p": null,
"transcript": "ENST00000483118.5",
"protein_id": "ENSP00000432933.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": 3232,
"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": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "n.*1465C>G",
"hgvs_p": null,
"transcript": "ENST00000497876.5",
"protein_id": "ENSP00000434423.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": 3140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "n.*1465C>G",
"hgvs_p": null,
"transcript": "ENST00000497876.5",
"protein_id": "ENSP00000434423.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": 3140,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "c.1860C>G",
"hgvs_p": "p.Cys620Trp",
"transcript": "NM_032819.5",
"protein_id": "NP_116208.3",
"transcript_support_level": null,
"aa_start": 620,
"aa_end": null,
"aa_length": 847,
"cds_start": 1860,
"cds_end": null,
"cds_length": 2544,
"cdna_start": 1886,
"cdna_end": null,
"cdna_length": 3322,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "c.1611C>G",
"hgvs_p": "p.Cys537Trp",
"transcript": "NM_001282935.2",
"protein_id": "NP_001269864.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 764,
"cds_start": 1611,
"cds_end": null,
"cds_length": 2295,
"cdna_start": 1710,
"cdna_end": null,
"cdna_length": 3146,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "n.1804C>G",
"hgvs_p": null,
"transcript": "ENST00000493497.1",
"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": 3240,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "n.*806C>G",
"hgvs_p": null,
"transcript": "ENST00000698695.1",
"protein_id": "ENSP00000513876.1",
"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": 2470,
"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": 12,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "n.1810C>G",
"hgvs_p": null,
"transcript": "NR_104259.2",
"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": 3246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "n.*806C>G",
"hgvs_p": null,
"transcript": "ENST00000698695.1",
"protein_id": "ENSP00000513876.1",
"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": 2470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"hgvs_c": "c.490-645C>G",
"hgvs_p": null,
"transcript": "ENST00000698694.1",
"protein_id": "ENSP00000513875.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 163,
"cds_start": -4,
"cds_end": null,
"cds_length": 492,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ZNF341-AS1",
"gene_hgnc_id": 50736,
"hgvs_c": "n.661-1114G>C",
"hgvs_p": null,
"transcript": "ENST00000423074.2",
"protein_id": null,
"transcript_support_level": 3,
"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": 1065,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF341-AS1",
"gene_hgnc_id": 50736,
"hgvs_c": "n.217-1234G>C",
"hgvs_p": null,
"transcript": "ENST00000439444.1",
"protein_id": null,
"transcript_support_level": 3,
"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": 427,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF341-AS1",
"gene_hgnc_id": 50736,
"hgvs_c": "n.290-1114G>C",
"hgvs_p": null,
"transcript": "ENST00000443171.7",
"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": 694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF341-AS1",
"gene_hgnc_id": 50736,
"hgvs_c": "n.441-1114G>C",
"hgvs_p": null,
"transcript": "ENST00000824838.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": 773,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF341-AS1",
"gene_hgnc_id": 50736,
"hgvs_c": "n.369-1114G>C",
"hgvs_p": null,
"transcript": "ENST00000824839.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": 697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF341-AS1",
"gene_hgnc_id": 50736,
"hgvs_c": "n.242-1114G>C",
"hgvs_p": null,
"transcript": "NR_110623.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": 646,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ZNF341",
"gene_hgnc_id": 15992,
"dbsnp": "rs752239267",
"frequency_reference_population": 0.0000013682361,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000136824,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9650896787643433,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.627,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9997,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": -1.909,
"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": 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_001282933.2",
"gene_symbol": "ZNF341",
"hgnc_id": 15992,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1881C>G",
"hgvs_p": "p.Cys627Trp"
},
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000443171.7",
"gene_symbol": "ZNF341-AS1",
"hgnc_id": 50736,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.290-1114G>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}