← 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-153804171-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=153804171&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 8,
"criteria": [
"BP4_Strong",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "PDZD4",
"hgnc_id": 21167,
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Gly504Ser",
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -8,
"transcript": "NM_001303512.2",
"verdict": "Benign"
}
],
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BS2",
"acmg_score": -8,
"allele_count_reference_population": 13,
"alphamissense_prediction": null,
"alphamissense_score": 0.0836,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.79,
"chr": "X",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.026434212923049927,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 775,
"aa_ref": "G",
"aa_start": 504,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3761,
"cdna_start": 1756,
"cds_end": null,
"cds_length": 2328,
"cds_start": 1510,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001303512.2",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Gly504Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000393758.7",
"protein_coding": true,
"protein_id": "NP_001290441.1",
"strand": false,
"transcript": "NM_001303512.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 775,
"aa_ref": "G",
"aa_start": 504,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3761,
"cdna_start": 1756,
"cds_end": null,
"cds_length": 2328,
"cds_start": 1510,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000393758.7",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1510G>A",
"hgvs_p": "p.Gly504Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001303512.2",
"protein_coding": true,
"protein_id": "ENSP00000377355.3",
"strand": false,
"transcript": "ENST00000393758.7",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 769,
"aa_ref": "G",
"aa_start": 498,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3689,
"cdna_start": 1684,
"cds_end": null,
"cds_length": 2310,
"cds_start": 1492,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000164640.8",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1492G>A",
"hgvs_p": "p.Gly498Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000164640.4",
"strand": false,
"transcript": "ENST00000164640.8",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 660,
"aa_ref": "G",
"aa_start": 389,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3418,
"cdna_start": 1415,
"cds_end": null,
"cds_length": 1983,
"cds_start": 1165,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000544474.5",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1165G>A",
"hgvs_p": "p.Gly389Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000442033.1",
"strand": false,
"transcript": "ENST00000544474.5",
"transcript_support_level": 1
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 774,
"aa_ref": "G",
"aa_start": 503,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4144,
"cdna_start": 2139,
"cds_end": null,
"cds_length": 2325,
"cds_start": 1507,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000933007.1",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1507G>A",
"hgvs_p": "p.Gly503Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603066.1",
"strand": false,
"transcript": "ENST00000933007.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 769,
"aa_ref": "G",
"aa_start": 498,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3743,
"cdna_start": 1738,
"cds_end": null,
"cds_length": 2310,
"cds_start": 1492,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_032512.5",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1492G>A",
"hgvs_p": "p.Gly498Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_115901.2",
"strand": false,
"transcript": "NM_032512.5",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 694,
"aa_ref": "G",
"aa_start": 423,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3682,
"cdna_start": 1677,
"cds_end": null,
"cds_length": 2085,
"cds_start": 1267,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001303515.2",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1267G>A",
"hgvs_p": "p.Gly423Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001290444.1",
"strand": false,
"transcript": "NM_001303515.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 688,
"aa_ref": "G",
"aa_start": 417,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3664,
"cdna_start": 1659,
"cds_end": null,
"cds_length": 2067,
"cds_start": 1249,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001303516.2",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1249G>A",
"hgvs_p": "p.Gly417Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001290445.1",
"strand": false,
"transcript": "NM_001303516.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 688,
"aa_ref": "G",
"aa_start": 417,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3358,
"cdna_start": 1353,
"cds_end": null,
"cds_length": 2067,
"cds_start": 1249,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000933008.1",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1249G>A",
"hgvs_p": "p.Gly417Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603067.1",
"strand": false,
"transcript": "ENST00000933008.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 673,
"aa_ref": "G",
"aa_start": 402,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4004,
"cdna_start": 1999,
"cds_end": null,
"cds_length": 2022,
"cds_start": 1204,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001303513.3",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1204G>A",
"hgvs_p": "p.Gly402Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001290442.1",
"strand": false,
"transcript": "NM_001303513.3",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 660,
"aa_ref": "G",
"aa_start": 389,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3416,
"cdna_start": 1411,
"cds_end": null,
"cds_length": 1983,
"cds_start": 1165,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NM_001303514.2",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1165G>A",
"hgvs_p": "p.Gly389Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001290443.1",
"strand": false,
"transcript": "NM_001303514.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 627,
"aa_ref": "G",
"aa_start": 356,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3144,
"cdna_start": 1139,
"cds_end": null,
"cds_length": 1884,
"cds_start": 1066,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000933009.1",
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"hgvs_c": "c.1066G>A",
"hgvs_p": "p.Gly356Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000603068.1",
"strand": false,
"transcript": "ENST00000933009.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs781875223",
"effect": "missense_variant",
"frequency_reference_population": 0.000011050015,
"gene_hgnc_id": 21167,
"gene_symbol": "PDZD4",
"gnomad_exomes_ac": 10,
"gnomad_exomes_af": 0.00000940383,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 3,
"gnomad_genomes_af": 0.0000265315,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 5,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.112,
"pos": 153804171,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.117,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001303512.2"
}
]
}