← 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: 10-102830743-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=102830743&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 102830743,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_000102.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Arg496Cys",
"transcript": "NM_000102.4",
"protein_id": "NP_000093.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 508,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369887.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000102.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Arg496Cys",
"transcript": "ENST00000369887.4",
"protein_id": "ENSP00000358903.3",
"transcript_support_level": 1,
"aa_start": 496,
"aa_end": null,
"aa_length": 508,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000102.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369887.4"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1513C>T",
"hgvs_p": "p.Arg505Cys",
"transcript": "ENST00000960108.1",
"protein_id": "ENSP00000630166.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 517,
"cds_start": 1513,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960108.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1513C>T",
"hgvs_p": "p.Arg505Cys",
"transcript": "ENST00000960123.1",
"protein_id": "ENSP00000630182.1",
"transcript_support_level": null,
"aa_start": 505,
"aa_end": null,
"aa_length": 517,
"cds_start": 1513,
"cds_end": null,
"cds_length": 1554,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960123.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1489C>T",
"hgvs_p": "p.Arg497Cys",
"transcript": "ENST00000639393.1",
"protein_id": "ENSP00000492651.1",
"transcript_support_level": 5,
"aa_start": 497,
"aa_end": null,
"aa_length": 509,
"cds_start": 1489,
"cds_end": null,
"cds_length": 1530,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000639393.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1483C>T",
"hgvs_p": "p.Arg495Cys",
"transcript": "ENST00000960106.1",
"protein_id": "ENSP00000630165.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 507,
"cds_start": 1483,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960106.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1480C>T",
"hgvs_p": "p.Arg494Cys",
"transcript": "ENST00000960110.1",
"protein_id": "ENSP00000630168.1",
"transcript_support_level": null,
"aa_start": 494,
"aa_end": null,
"aa_length": 506,
"cds_start": 1480,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960110.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1453C>T",
"hgvs_p": "p.Arg485Cys",
"transcript": "ENST00000960117.1",
"protein_id": "ENSP00000630177.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 497,
"cds_start": 1453,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960117.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1453C>T",
"hgvs_p": "p.Arg485Cys",
"transcript": "ENST00000960119.1",
"protein_id": "ENSP00000630178.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 497,
"cds_start": 1453,
"cds_end": null,
"cds_length": 1494,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960119.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1420C>T",
"hgvs_p": "p.Arg474Cys",
"transcript": "ENST00000960121.1",
"protein_id": "ENSP00000630180.1",
"transcript_support_level": null,
"aa_start": 474,
"aa_end": null,
"aa_length": 486,
"cds_start": 1420,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960121.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1417C>T",
"hgvs_p": "p.Arg473Cys",
"transcript": "ENST00000960109.1",
"protein_id": "ENSP00000630167.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 485,
"cds_start": 1417,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960109.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1417C>T",
"hgvs_p": "p.Arg473Cys",
"transcript": "ENST00000960114.1",
"protein_id": "ENSP00000630174.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 485,
"cds_start": 1417,
"cds_end": null,
"cds_length": 1458,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960114.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1402C>T",
"hgvs_p": "p.Arg468Cys",
"transcript": "ENST00000960111.1",
"protein_id": "ENSP00000630170.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 480,
"cds_start": 1402,
"cds_end": null,
"cds_length": 1443,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960111.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1399C>T",
"hgvs_p": "p.Arg467Cys",
"transcript": "ENST00000638971.1",
"protein_id": "ENSP00000492313.1",
"transcript_support_level": 5,
"aa_start": 467,
"aa_end": null,
"aa_length": 479,
"cds_start": 1399,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638971.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1330C>T",
"hgvs_p": "p.Arg444Cys",
"transcript": "ENST00000960122.1",
"protein_id": "ENSP00000630181.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 456,
"cds_start": 1330,
"cds_end": null,
"cds_length": 1371,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960122.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1216C>T",
"hgvs_p": "p.Arg406Cys",
"transcript": "ENST00000960120.1",
"protein_id": "ENSP00000630179.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 418,
"cds_start": 1216,
"cds_end": null,
"cds_length": 1257,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960120.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1183C>T",
"hgvs_p": "p.Arg395Cys",
"transcript": "ENST00000638190.1",
"protein_id": "ENSP00000492539.1",
"transcript_support_level": 5,
"aa_start": 395,
"aa_end": null,
"aa_length": 407,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1224,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638190.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1033C>T",
"hgvs_p": "p.Arg345Cys",
"transcript": "ENST00000960113.1",
"protein_id": "ENSP00000630172.1",
"transcript_support_level": null,
"aa_start": 345,
"aa_end": null,
"aa_length": 357,
"cds_start": 1033,
"cds_end": null,
"cds_length": 1074,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960113.1"
},
{
"aa_ref": "R",
"aa_alt": "C",
"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": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "c.1030C>T",
"hgvs_p": "p.Arg344Cys",
"transcript": "ENST00000638272.1",
"protein_id": "ENSP00000491508.1",
"transcript_support_level": 5,
"aa_start": 344,
"aa_end": null,
"aa_length": 356,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1071,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000638272.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "n.1248C>T",
"hgvs_p": null,
"transcript": "ENST00000640633.1",
"protein_id": null,
"transcript_support_level": 5,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000640633.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP1L",
"gene_hgnc_id": 23510,
"hgvs_c": "n.*425G>A",
"hgvs_p": null,
"transcript": "ENST00000647664.1",
"protein_id": "ENSP00000498131.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000647664.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "WBP1L",
"gene_hgnc_id": 23510,
"hgvs_c": "n.*425G>A",
"hgvs_p": null,
"transcript": "ENST00000647664.1",
"protein_id": "ENSP00000498131.1",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000647664.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"hgvs_c": "n.*205C>T",
"hgvs_p": null,
"transcript": "ENST00000469683.1",
"protein_id": null,
"transcript_support_level": 2,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000469683.1"
}
],
"gene_symbol": "CYP17A1",
"gene_hgnc_id": 2593,
"dbsnp": "rs1250463562",
"frequency_reference_population": 0.00000137916,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000137916,
"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.9843801259994507,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.824,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9138,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.47,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 2.952,
"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": 17,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM2,PM5,PP2,PP3_Strong,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 17,
"benign_score": 0,
"pathogenic_score": 17,
"criteria": [
"PM2",
"PM5",
"PP2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_000102.4",
"gene_symbol": "CYP17A1",
"hgnc_id": 2593,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Arg496Cys"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000647664.1",
"gene_symbol": "WBP1L",
"hgnc_id": 23510,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.*425G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Deficiency of steroid 17-alpha-monooxygenase,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:2",
"phenotype_combined": "not provided|Deficiency of steroid 17-alpha-monooxygenase",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}