← 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: 4-1807135-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=1807135&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 1807135,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000440486.8",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2294C>T",
"hgvs_p": "p.Ala765Val",
"transcript": "NM_000142.5",
"protein_id": "NP_000133.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 806,
"cds_start": 2294,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 2569,
"cdna_end": null,
"cdna_length": 4301,
"mane_select": "ENST00000440486.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2294C>T",
"hgvs_p": "p.Ala765Val",
"transcript": "ENST00000440486.8",
"protein_id": "ENSP00000414914.2",
"transcript_support_level": 5,
"aa_start": 765,
"aa_end": null,
"aa_length": 806,
"cds_start": 2294,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 2569,
"cdna_end": null,
"cdna_length": 4301,
"mane_select": "NM_000142.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.1958C>T",
"hgvs_p": "p.Ala653Val",
"transcript": "ENST00000352904.6",
"protein_id": "ENSP00000231803.1",
"transcript_support_level": 1,
"aa_start": 653,
"aa_end": null,
"aa_length": 694,
"cds_start": 1958,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 1997,
"cdna_end": null,
"cdna_length": 2184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2226C>T",
"hgvs_p": "p.Gly742Gly",
"transcript": "ENST00000481110.7",
"protein_id": "ENSP00000420533.2",
"transcript_support_level": 1,
"aa_start": 742,
"aa_end": null,
"aa_length": 792,
"cds_start": 2226,
"cds_end": null,
"cds_length": 2379,
"cdna_start": 2493,
"cdna_end": null,
"cdna_length": 4149,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "n.*1350C>T",
"hgvs_p": null,
"transcript": "ENST00000260795.8",
"protein_id": "ENSP00000260795.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "n.*1350C>T",
"hgvs_p": null,
"transcript": "ENST00000260795.8",
"protein_id": "ENSP00000260795.3",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2841,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2300C>T",
"hgvs_p": "p.Ala767Val",
"transcript": "NM_001163213.2",
"protein_id": "NP_001156685.1",
"transcript_support_level": null,
"aa_start": 767,
"aa_end": null,
"aa_length": 808,
"cds_start": 2300,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2575,
"cdna_end": null,
"cdna_length": 4307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2300C>T",
"hgvs_p": "p.Ala767Val",
"transcript": "ENST00000340107.9",
"protein_id": "ENSP00000339824.4",
"transcript_support_level": 5,
"aa_start": 767,
"aa_end": null,
"aa_length": 808,
"cds_start": 2300,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2575,
"cdna_end": null,
"cdna_length": 4307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2297C>T",
"hgvs_p": "p.Ala766Val",
"transcript": "NM_001354809.2",
"protein_id": "NP_001341738.1",
"transcript_support_level": null,
"aa_start": 766,
"aa_end": null,
"aa_length": 807,
"cds_start": 2297,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2572,
"cdna_end": null,
"cdna_length": 4304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2282C>T",
"hgvs_p": "p.Ala761Val",
"transcript": "ENST00000412135.7",
"protein_id": "ENSP00000412903.3",
"transcript_support_level": 5,
"aa_start": 761,
"aa_end": null,
"aa_length": 802,
"cds_start": 2282,
"cds_end": null,
"cds_length": 2409,
"cdna_start": 2557,
"cdna_end": null,
"cdna_length": 4294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.1958C>T",
"hgvs_p": "p.Ala653Val",
"transcript": "NM_022965.4",
"protein_id": "NP_075254.1",
"transcript_support_level": null,
"aa_start": 653,
"aa_end": null,
"aa_length": 694,
"cds_start": 1958,
"cds_end": null,
"cds_length": 2085,
"cdna_start": 2233,
"cdna_end": null,
"cdna_length": 3965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2309C>T",
"hgvs_p": "p.Ala770Val",
"transcript": "XM_006713868.2",
"protein_id": "XP_006713931.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 811,
"cds_start": 2309,
"cds_end": null,
"cds_length": 2436,
"cdna_start": 2584,
"cdna_end": null,
"cdna_length": 4316,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2309C>T",
"hgvs_p": "p.Ala770Val",
"transcript": "XM_047449820.1",
"protein_id": "XP_047305776.1",
"transcript_support_level": null,
"aa_start": 770,
"aa_end": null,
"aa_length": 811,
"cds_start": 2309,
"cds_end": null,
"cds_length": 2436,
"cdna_start": 2461,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2306C>T",
"hgvs_p": "p.Ala769Val",
"transcript": "XM_006713869.2",
"protein_id": "XP_006713932.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 810,
"cds_start": 2306,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 2581,
"cdna_end": null,
"cdna_length": 4313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2306C>T",
"hgvs_p": "p.Ala769Val",
"transcript": "XM_006713870.2",
"protein_id": "XP_006713933.1",
"transcript_support_level": null,
"aa_start": 769,
"aa_end": null,
"aa_length": 810,
"cds_start": 2306,
"cds_end": null,
"cds_length": 2433,
"cdna_start": 2581,
"cdna_end": null,
"cdna_length": 4313,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2303C>T",
"hgvs_p": "p.Ala768Val",
"transcript": "XM_006713871.2",
"protein_id": "XP_006713934.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 809,
"cds_start": 2303,
"cds_end": null,
"cds_length": 2430,
"cdna_start": 2578,
"cdna_end": null,
"cdna_length": 4310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2303C>T",
"hgvs_p": "p.Ala768Val",
"transcript": "XM_011513420.2",
"protein_id": "XP_011511722.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 809,
"cds_start": 2303,
"cds_end": null,
"cds_length": 2430,
"cdna_start": 2578,
"cdna_end": null,
"cdna_length": 4310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2303C>T",
"hgvs_p": "p.Ala768Val",
"transcript": "XM_047449821.1",
"protein_id": "XP_047305777.1",
"transcript_support_level": null,
"aa_start": 768,
"aa_end": null,
"aa_length": 809,
"cds_start": 2303,
"cds_end": null,
"cds_length": 2430,
"cdna_start": 2578,
"cdna_end": null,
"cdna_length": 4310,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2300C>T",
"hgvs_p": "p.Ala767Val",
"transcript": "XM_011513422.2",
"protein_id": "XP_011511724.1",
"transcript_support_level": null,
"aa_start": 767,
"aa_end": null,
"aa_length": 808,
"cds_start": 2300,
"cds_end": null,
"cds_length": 2427,
"cdna_start": 2575,
"cdna_end": null,
"cdna_length": 4307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2297C>T",
"hgvs_p": "p.Ala766Val",
"transcript": "XM_006713873.2",
"protein_id": "XP_006713936.1",
"transcript_support_level": null,
"aa_start": 766,
"aa_end": null,
"aa_length": 807,
"cds_start": 2297,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2572,
"cdna_end": null,
"cdna_length": 4304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2297C>T",
"hgvs_p": "p.Ala766Val",
"transcript": "XM_047449822.1",
"protein_id": "XP_047305778.1",
"transcript_support_level": null,
"aa_start": 766,
"aa_end": null,
"aa_length": 807,
"cds_start": 2297,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2449,
"cdna_end": null,
"cdna_length": 4181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2297C>T",
"hgvs_p": "p.Ala766Val",
"transcript": "XM_047449823.1",
"protein_id": "XP_047305779.1",
"transcript_support_level": null,
"aa_start": 766,
"aa_end": null,
"aa_length": 807,
"cds_start": 2297,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 2449,
"cdna_end": null,
"cdna_length": 4181,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2294C>T",
"hgvs_p": "p.Ala765Val",
"transcript": "XM_047449824.1",
"protein_id": "XP_047305780.1",
"transcript_support_level": null,
"aa_start": 765,
"aa_end": null,
"aa_length": 806,
"cds_start": 2294,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 2446,
"cdna_end": null,
"cdna_length": 4178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "c.2226C>T",
"hgvs_p": "p.Gly742Gly",
"transcript": "NM_001354810.2",
"protein_id": "NP_001341739.1",
"transcript_support_level": null,
"aa_start": 742,
"aa_end": null,
"aa_length": 792,
"cds_start": 2226,
"cds_end": null,
"cds_length": 2379,
"cdna_start": 2501,
"cdna_end": null,
"cdna_length": 4233,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"hgvs_c": "n.2720C>T",
"hgvs_p": null,
"transcript": "NR_148971.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FGFR3",
"gene_hgnc_id": 3690,
"dbsnp": "rs140211846",
"frequency_reference_population": 0.00004651964,
"hom_count_reference_population": 0,
"allele_count_reference_population": 74,
"gnomad_exomes_af": 0.0000472694,
"gnomad_genomes_af": 0.0000394317,
"gnomad_exomes_ac": 68,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.024484694004058838,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.211,
"revel_prediction": "Benign",
"alphamissense_score": 0.0508,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.271,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.03,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000440486.8",
"gene_symbol": "FGFR3",
"hgnc_id": 3690,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.2294C>T",
"hgvs_p": "p.Ala765Val"
}
],
"clinvar_disease": "14 conditions,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided|14 conditions",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}