← 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: 12-53429907-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=53429907&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 53429907,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_020547.3",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1217G>A",
"hgvs_p": "p.Arg406Gln",
"transcript": "NM_020547.3",
"protein_id": "NP_065434.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 573,
"cds_start": 1217,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000257863.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_020547.3"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1217G>A",
"hgvs_p": "p.Arg406Gln",
"transcript": "ENST00000257863.9",
"protein_id": "ENSP00000257863.3",
"transcript_support_level": 1,
"aa_start": 406,
"aa_end": null,
"aa_length": 573,
"cds_start": 1217,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_020547.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000257863.9"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1217G>A",
"hgvs_p": "p.Arg406Gln",
"transcript": "ENST00000550311.5",
"protein_id": "ENSP00000446661.1",
"transcript_support_level": 1,
"aa_start": 406,
"aa_end": null,
"aa_length": 478,
"cds_start": 1217,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550311.5"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1140+282G>A",
"hgvs_p": null,
"transcript": "ENST00000379791.7",
"protein_id": "ENSP00000369117.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": null,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000379791.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "n.805G>A",
"hgvs_p": null,
"transcript": "ENST00000552233.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000552233.5"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1217G>A",
"hgvs_p": "p.Arg406Gln",
"transcript": "NM_001164690.2",
"protein_id": "NP_001158162.1",
"transcript_support_level": null,
"aa_start": 406,
"aa_end": null,
"aa_length": 478,
"cds_start": 1217,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164690.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.308G>A",
"hgvs_p": "p.Arg103Gln",
"transcript": "ENST00000550839.1",
"protein_id": "ENSP00000455338.1",
"transcript_support_level": 3,
"aa_start": 103,
"aa_end": null,
"aa_length": 171,
"cds_start": 308,
"cds_end": null,
"cds_length": 517,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550839.1"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1277G>A",
"hgvs_p": "p.Arg426Gln",
"transcript": "XM_011538173.2",
"protein_id": "XP_011536475.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 593,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538173.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1274G>A",
"hgvs_p": "p.Arg425Gln",
"transcript": "XM_011538174.2",
"protein_id": "XP_011536476.1",
"transcript_support_level": null,
"aa_start": 425,
"aa_end": null,
"aa_length": 592,
"cds_start": 1274,
"cds_end": null,
"cds_length": 1779,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538174.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1220G>A",
"hgvs_p": "p.Arg407Gln",
"transcript": "XM_011538176.2",
"protein_id": "XP_011536478.1",
"transcript_support_level": null,
"aa_start": 407,
"aa_end": null,
"aa_length": 574,
"cds_start": 1220,
"cds_end": null,
"cds_length": 1725,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538176.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1058G>A",
"hgvs_p": "p.Arg353Gln",
"transcript": "XM_011538178.2",
"protein_id": "XP_011536480.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 520,
"cds_start": 1058,
"cds_end": null,
"cds_length": 1563,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538178.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.944G>A",
"hgvs_p": "p.Arg315Gln",
"transcript": "XM_011538180.2",
"protein_id": "XP_011536482.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 482,
"cds_start": 944,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538180.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.941G>A",
"hgvs_p": "p.Arg314Gln",
"transcript": "XM_011538181.2",
"protein_id": "XP_011536483.1",
"transcript_support_level": null,
"aa_start": 314,
"aa_end": null,
"aa_length": 481,
"cds_start": 941,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538181.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1277G>A",
"hgvs_p": "p.Arg426Gln",
"transcript": "XM_017019179.2",
"protein_id": "XP_016874668.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 451,
"cds_start": 1277,
"cds_end": null,
"cds_length": 1356,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017019179.2"
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.392G>A",
"hgvs_p": "p.Arg131Gln",
"transcript": "XM_011538186.4",
"protein_id": "XP_011536488.1",
"transcript_support_level": null,
"aa_start": 131,
"aa_end": null,
"aa_length": 298,
"cds_start": 392,
"cds_end": null,
"cds_length": 897,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538186.4"
},
{
"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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1063-193G>A",
"hgvs_p": null,
"transcript": "ENST00000963566.1",
"protein_id": "ENSP00000633625.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 513,
"cds_start": null,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963566.1"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1140+282G>A",
"hgvs_p": null,
"transcript": "NM_001164691.2",
"protein_id": "NP_001158163.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 478,
"cds_start": null,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001164691.2"
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.853-1270G>A",
"hgvs_p": null,
"transcript": "ENST00000963565.1",
"protein_id": "ENSP00000633624.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 382,
"cds_start": null,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963565.1"
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.637-1270G>A",
"hgvs_p": null,
"transcript": "ENST00000963564.1",
"protein_id": "ENSP00000633623.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 310,
"cds_start": null,
"cds_end": null,
"cds_length": 933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963564.1"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1200+282G>A",
"hgvs_p": null,
"transcript": "XM_011538179.2",
"protein_id": "XP_011536481.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 498,
"cds_start": null,
"cds_end": null,
"cds_length": 1497,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538179.2"
},
{
"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": 9,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1143+282G>A",
"hgvs_p": null,
"transcript": "XM_024448938.2",
"protein_id": "XP_024304706.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 479,
"cds_start": null,
"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": "XM_024448938.2"
},
{
"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": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1201-239G>A",
"hgvs_p": null,
"transcript": "XM_011538183.2",
"protein_id": "XP_011536485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 450,
"cds_start": null,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538183.2"
},
{
"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": 10,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.1220+262G>A",
"hgvs_p": null,
"transcript": "XM_011538184.2",
"protein_id": "XP_011536486.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 411,
"cds_start": null,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538184.2"
},
{
"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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"hgvs_c": "c.856-1270G>A",
"hgvs_p": null,
"transcript": "XM_011538185.2",
"protein_id": "XP_011536487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 383,
"cds_start": null,
"cds_end": null,
"cds_length": 1152,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538185.2"
}
],
"gene_symbol": "AMHR2",
"gene_hgnc_id": 465,
"dbsnp": "rs137853104",
"frequency_reference_population": 0.000013010733,
"hom_count_reference_population": 0,
"allele_count_reference_population": 21,
"gnomad_exomes_af": 0.0000136809,
"gnomad_genomes_af": 0.00000657203,
"gnomad_exomes_ac": 20,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6823222637176514,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.313,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0734,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.038,
"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": 8,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PS3,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 8,
"benign_score": 0,
"pathogenic_score": 8,
"criteria": [
"PS3",
"PM2",
"PP5_Moderate"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_020547.3",
"gene_symbol": "AMHR2",
"hgnc_id": 465,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1217G>A",
"hgvs_p": "p.Arg406Gln"
}
],
"clinvar_disease": " type II,Persistent mullerian duct syndrome,not provided",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1",
"phenotype_combined": "Persistent mullerian duct syndrome, type II|not provided",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}