← 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-70429987-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=70429987&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 6,
"criteria": [
"BP4_Moderate",
"BS2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "GDPD2",
"hgnc_id": 25974,
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Arg411Cys",
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -6,
"transcript": "NM_001171192.2",
"verdict": "Likely_benign"
},
{
"benign_score": 6,
"criteria": [
"BP4_Moderate",
"BS2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "LOC105373244",
"hgnc_id": null,
"hgvs_c": "n.1010-2075G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -6,
"transcript": "NR_171576.1",
"verdict": "Likely_benign"
},
{
"benign_score": 6,
"criteria": [
"BP4_Moderate",
"BS2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "ENSG00000284391",
"hgnc_id": null,
"hgvs_c": "n.701-2075G>A",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 0,
"score": -6,
"transcript": "ENST00000788133.1",
"verdict": "Likely_benign"
}
],
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Moderate,BS2",
"acmg_score": -6,
"allele_count_reference_population": 17,
"alphamissense_prediction": null,
"alphamissense_score": 0.0959,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.87,
"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.08402365446090698,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 539,
"aa_ref": "R",
"aa_start": 411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1993,
"cdna_start": 1309,
"cds_end": null,
"cds_length": 1620,
"cds_start": 1231,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_017711.4",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Arg411Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000374382.4",
"protein_coding": true,
"protein_id": "NP_060181.2",
"strand": true,
"transcript": "NM_017711.4",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 539,
"aa_ref": "R",
"aa_start": 411,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1993,
"cdna_start": 1309,
"cds_end": null,
"cds_length": 1620,
"cds_start": 1231,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000374382.4",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Arg411Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_017711.4",
"protein_coding": true,
"protein_id": "ENSP00000363503.3",
"strand": true,
"transcript": "ENST00000374382.4",
"transcript_support_level": 1
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 590,
"aa_ref": "R",
"aa_start": 411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2146,
"cdna_start": 1309,
"cds_end": null,
"cds_length": 1773,
"cds_start": 1231,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001171192.2",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Arg411Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001164663.1",
"strand": true,
"transcript": "NM_001171192.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 590,
"aa_ref": "R",
"aa_start": 411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2438,
"cdna_start": 1592,
"cds_end": null,
"cds_length": 1773,
"cds_start": 1231,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000453994.6",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Arg411Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000414019.2",
"strand": true,
"transcript": "ENST00000453994.6",
"transcript_support_level": 2
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 538,
"aa_ref": "R",
"aa_start": 411,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2474,
"cdna_start": 1464,
"cds_end": null,
"cds_length": 1617,
"cds_start": 1231,
"consequences": [
"missense_variant"
],
"exon_count": 16,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000913685.1",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.1231C>T",
"hgvs_p": "p.Arg411Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000583744.1",
"strand": true,
"transcript": "ENST00000913685.1",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 460,
"aa_ref": "R",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1775,
"cdna_start": 1091,
"cds_end": null,
"cds_length": 1383,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "NM_001171191.2",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.994C>T",
"hgvs_p": "p.Arg332Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001164662.1",
"strand": true,
"transcript": "NM_001171191.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 460,
"aa_ref": "R",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1879,
"cdna_start": 1195,
"cds_end": null,
"cds_length": 1383,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001171193.2",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.994C>T",
"hgvs_p": "p.Arg332Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001164664.1",
"strand": true,
"transcript": "NM_001171193.2",
"transcript_support_level": null
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 460,
"aa_ref": "R",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2171,
"cdna_start": 1478,
"cds_end": null,
"cds_length": 1383,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 15,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000536730.5",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.994C>T",
"hgvs_p": "p.Arg332Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000445982.1",
"strand": true,
"transcript": "ENST00000536730.5",
"transcript_support_level": 2
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 460,
"aa_ref": "R",
"aa_start": 332,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2067,
"cdna_start": 1374,
"cds_end": null,
"cds_length": 1383,
"cds_start": 994,
"consequences": [
"missense_variant"
],
"exon_count": 14,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000538649.5",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.994C>T",
"hgvs_p": "p.Arg332Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000444601.1",
"strand": true,
"transcript": "ENST00000538649.5",
"transcript_support_level": 2
},
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 412,
"aa_ref": "R",
"aa_start": 284,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1681,
"cdna_start": 997,
"cds_end": null,
"cds_length": 1239,
"cds_start": 850,
"consequences": [
"missense_variant"
],
"exon_count": 13,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_011530977.2",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "c.850C>T",
"hgvs_p": "p.Arg284Cys",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011529279.1",
"strand": true,
"transcript": "XM_011530977.2",
"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": 1753,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000472623.1",
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"hgvs_c": "n.1070C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000472623.1",
"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": 1647,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000638795.2",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284391",
"hgvs_c": "n.1081-2075G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000638795.2",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 1259,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000788133.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284391",
"hgvs_c": "n.701-2075G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000788133.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": 1759,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000788142.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284391",
"hgvs_c": "n.1199+1204G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000788142.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": 1714,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000788143.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284391",
"hgvs_c": "n.1154+1204G>A",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000788143.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": 962,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000788144.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284391",
"hgvs_c": "n.408+1204G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000788144.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": 1254,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000788145.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284391",
"hgvs_c": "n.1031-2075G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000788145.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": 1211,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 2,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000788146.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284391",
"hgvs_c": "n.652-2075G>A",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000788146.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": 1324,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000788147.1",
"gene_hgnc_id": null,
"gene_symbol": "ENSG00000284391",
"hgvs_c": "n.768+1204G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000788147.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": 1561,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_171576.1",
"gene_hgnc_id": null,
"gene_symbol": "LOC105373244",
"hgvs_c": "n.1010-2075G>A",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_171576.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs35552527",
"effect": "missense_variant",
"frequency_reference_population": 0.000014082593,
"gene_hgnc_id": 25974,
"gene_symbol": "GDPD2",
"gnomad_exomes_ac": 8,
"gnomad_exomes_af": 0.00000730534,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 9,
"gnomad_genomes_af": 0.0000803034,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 9,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Benign",
"phylop100way_score": 0.08,
"pos": 70429987,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.064,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001171192.2"
}
]
}