← 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: X-64917850-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=64917850&ref=C&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 1,
"criteria": [
"PM1",
"PM2",
"PP5_Moderate",
"BP4"
],
"effects": [
"missense_variant"
],
"gene_symbol": "ZC4H2",
"hgnc_id": 24931,
"hgvs_c": "c.608G>T",
"hgvs_p": "p.Cys203Phe",
"inheritance_mode": "XL",
"pathogenic_score": 6,
"score": 5,
"transcript": "NM_018684.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM1,PM2,PP5_Moderate,BP4",
"acmg_score": 5,
"allele_count_reference_population": 0,
"alphamissense_prediction": "Benign",
"alphamissense_score": 0.9999,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.55,
"chr": "X",
"clinvar_classification": "Likely pathogenic",
"clinvar_disease": "not provided",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.3994747996330261,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 224,
"aa_ref": "C",
"aa_start": 203,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2724,
"cdna_start": 681,
"cds_end": null,
"cds_length": 675,
"cds_start": 608,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_018684.4",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "c.608G>T",
"hgvs_p": "p.Cys203Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000374839.8",
"protein_coding": true,
"protein_id": "NP_061154.1",
"strand": false,
"transcript": "NM_018684.4",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 224,
"aa_ref": "C",
"aa_start": 203,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2724,
"cdna_start": 681,
"cds_end": null,
"cds_length": 675,
"cds_start": 608,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000374839.8",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "c.608G>T",
"hgvs_p": "p.Cys203Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_018684.4",
"protein_coding": true,
"protein_id": "ENSP00000363972.3",
"strand": false,
"transcript": "ENST00000374839.8",
"transcript_support_level": 1
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 201,
"aa_ref": "C",
"aa_start": 180,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2966,
"cdna_start": 923,
"cds_end": null,
"cds_length": 606,
"cds_start": 539,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001178032.3",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "c.539G>T",
"hgvs_p": "p.Cys180Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001171503.1",
"strand": false,
"transcript": "NM_001178032.3",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 201,
"aa_ref": "C",
"aa_start": 180,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2711,
"cdna_start": 668,
"cds_end": null,
"cds_length": 606,
"cds_start": 539,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NM_001243804.2",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "c.539G>T",
"hgvs_p": "p.Cys180Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001230733.1",
"strand": false,
"transcript": "NM_001243804.2",
"transcript_support_level": null
},
{
"aa_alt": "F",
"aa_end": null,
"aa_length": 201,
"aa_ref": "C",
"aa_start": 180,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2363,
"cdna_start": 895,
"cds_end": null,
"cds_length": 606,
"cds_start": 539,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000337990.2",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "c.539G>T",
"hgvs_p": "p.Cys180Phe",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000338650.2",
"strand": false,
"transcript": "ENST00000337990.2",
"transcript_support_level": 2
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 176,
"aa_ref": "A",
"aa_start": 149,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2561,
"cdna_start": 518,
"cds_end": null,
"cds_length": 531,
"cds_start": 445,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001178033.3",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "c.445G>T",
"hgvs_p": "p.Ala149Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001171504.1",
"strand": false,
"transcript": "NM_001178033.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 176,
"aa_ref": "A",
"aa_start": 149,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2649,
"cdna_start": 601,
"cds_end": null,
"cds_length": 531,
"cds_start": 445,
"consequences": [
"missense_variant"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000447788.6",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "c.445G>T",
"hgvs_p": "p.Ala149Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000399126.2",
"strand": false,
"transcript": "ENST00000447788.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 133,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4147,
"cdna_start": null,
"cds_end": null,
"cds_length": 402,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 3,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000488608.5",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "c.*2227G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000515191.1",
"strand": false,
"transcript": "ENST00000488608.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 606,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000488831.5",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "n.596G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000488831.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 720,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000492653.6",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "n.*232G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000515192.1",
"strand": false,
"transcript": "ENST00000492653.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2665,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000703133.1",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "n.*1182G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000515188.1",
"strand": false,
"transcript": "ENST00000703133.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2251,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000703136.1",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "n.*566G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000515190.1",
"strand": false,
"transcript": "ENST00000703136.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2979,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "NR_045044.2",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "n.936G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_045044.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 720,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000492653.6",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "n.*232G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000515192.1",
"strand": false,
"transcript": "ENST00000492653.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2665,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000703133.1",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "n.*1182G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000515188.1",
"strand": false,
"transcript": "ENST00000703133.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2251,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000703136.1",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "n.*566G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000515190.1",
"strand": false,
"transcript": "ENST00000703136.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 176,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 865,
"cdna_start": null,
"cds_end": null,
"cds_length": 531,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000476032.2",
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"hgvs_c": "c.*8G>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000515193.1",
"strand": true,
"transcript": "ENST00000476032.2",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs879255362",
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 24931,
"gene_symbol": "ZC4H2",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Likely pathogenic",
"phenotype_combined": "not provided",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 7.301,
"pos": 64917850,
"ref": "C",
"revel_prediction": "Pathogenic",
"revel_score": 0.654,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.019999999552965164,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.02,
"transcript": "NM_018684.4"
}
]
}