← 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: 17-44352758-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44352758&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44352758,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_002087.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "NM_002087.4",
"protein_id": "NP_002078.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000053867.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002087.4"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000053867.8",
"protein_id": "ENSP00000053867.2",
"transcript_support_level": 1,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002087.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000053867.8"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000900927.1",
"protein_id": "ENSP00000570986.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"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": "ENST00000900927.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000900929.1",
"protein_id": "ENSP00000570988.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"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": "ENST00000900929.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000900931.1",
"protein_id": "ENSP00000570990.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"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": "ENST00000900931.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000900932.1",
"protein_id": "ENSP00000570991.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"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": "ENST00000900932.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000918283.1",
"protein_id": "ENSP00000588342.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"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": "ENST00000918283.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000918285.1",
"protein_id": "ENSP00000588344.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"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": "ENST00000918285.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000918286.1",
"protein_id": "ENSP00000588345.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"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": "ENST00000918286.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000944506.1",
"protein_id": "ENSP00000614565.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"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": "ENST00000944506.1"
},
{
"aa_ref": "D",
"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": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val",
"transcript": "ENST00000944507.1",
"protein_id": "ENSP00000614566.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 593,
"cds_start": 1742,
"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": "ENST00000944507.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1694A>T",
"hgvs_p": "p.Asp565Val",
"transcript": "ENST00000900934.1",
"protein_id": "ENSP00000570993.1",
"transcript_support_level": null,
"aa_start": 565,
"aa_end": null,
"aa_length": 577,
"cds_start": 1694,
"cds_end": null,
"cds_length": 1734,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900934.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1682A>T",
"hgvs_p": "p.Asp561Val",
"transcript": "ENST00000900930.1",
"protein_id": "ENSP00000570989.1",
"transcript_support_level": null,
"aa_start": 561,
"aa_end": null,
"aa_length": 573,
"cds_start": 1682,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900930.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1670A>T",
"hgvs_p": "p.Asp557Val",
"transcript": "ENST00000900928.1",
"protein_id": "ENSP00000570987.1",
"transcript_support_level": null,
"aa_start": 557,
"aa_end": null,
"aa_length": 569,
"cds_start": 1670,
"cds_end": null,
"cds_length": 1710,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900928.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1667A>T",
"hgvs_p": "p.Asp556Val",
"transcript": "ENST00000900935.1",
"protein_id": "ENSP00000570994.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 568,
"cds_start": 1667,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900935.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1637A>T",
"hgvs_p": "p.Asp546Val",
"transcript": "ENST00000918287.1",
"protein_id": "ENSP00000588346.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 558,
"cds_start": 1637,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918287.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1631A>T",
"hgvs_p": "p.Asp544Val",
"transcript": "ENST00000900926.1",
"protein_id": "ENSP00000570985.1",
"transcript_support_level": null,
"aa_start": 544,
"aa_end": null,
"aa_length": 556,
"cds_start": 1631,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900926.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1496A>T",
"hgvs_p": "p.Asp499Val",
"transcript": "ENST00000900933.1",
"protein_id": "ENSP00000570992.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 511,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000900933.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1424A>T",
"hgvs_p": "p.Asp475Val",
"transcript": "ENST00000918284.1",
"protein_id": "ENSP00000588343.1",
"transcript_support_level": null,
"aa_start": 475,
"aa_end": null,
"aa_length": 487,
"cds_start": 1424,
"cds_end": null,
"cds_length": 1464,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000918284.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1298A>T",
"hgvs_p": "p.Asp433Val",
"transcript": "ENST00000944505.1",
"protein_id": "ENSP00000614564.1",
"transcript_support_level": null,
"aa_start": 433,
"aa_end": null,
"aa_length": 445,
"cds_start": 1298,
"cds_end": null,
"cds_length": 1338,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944505.1"
},
{
"aa_ref": "D",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.1271A>T",
"hgvs_p": "p.Asp424Val",
"transcript": "ENST00000589265.5",
"protein_id": "ENSP00000467616.1",
"transcript_support_level": 5,
"aa_start": 424,
"aa_end": null,
"aa_length": 436,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1311,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589265.5"
},
{
"aa_ref": "T",
"aa_alt": "S",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.319A>T",
"hgvs_p": "p.Thr107Ser",
"transcript": "ENST00000586242.1",
"protein_id": "ENSP00000467837.1",
"transcript_support_level": 3,
"aa_start": 107,
"aa_end": null,
"aa_length": 109,
"cds_start": 319,
"cds_end": null,
"cds_length": 330,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586242.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"hgvs_c": "c.*106A>T",
"hgvs_p": null,
"transcript": "ENST00000586443.1",
"protein_id": "ENSP00000465673.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 387,
"cds_start": null,
"cds_end": null,
"cds_length": 1164,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586443.1"
}
],
"gene_symbol": "GRN",
"gene_hgnc_id": 4601,
"dbsnp": "rs768223928",
"frequency_reference_population": 0.00005398114,
"hom_count_reference_population": 0,
"allele_count_reference_population": 87,
"gnomad_exomes_af": 0.0000527569,
"gnomad_genomes_af": 0.0000657246,
"gnomad_exomes_ac": 77,
"gnomad_genomes_ac": 10,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.08101728558540344,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.52,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4975,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.02,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 1.263,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Moderate,BP6,BS1",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Moderate",
"BP6",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_002087.4",
"gene_symbol": "GRN",
"hgnc_id": 4601,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.1742A>T",
"hgvs_p": "p.Asp581Val"
}
],
"clinvar_disease": "GRN-related disorder,GRN-related frontotemporal lobar degeneration with Tdp43 inclusions,Inborn genetic diseases,Neuronal ceroid lipofuscinosis 11,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:1 LB:1 B:1",
"phenotype_combined": "not specified|GRN-related frontotemporal lobar degeneration with Tdp43 inclusions;Neuronal ceroid lipofuscinosis 11|Inborn genetic diseases|GRN-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}