How to get text style properties with restful API or plugin API?

I fetched styles with restful API and found there is only text style name but no properties:

I also fetched and searched the whole json of the file which is about 200MB and can not found those properties.

Update:
After doing a few searchs in the Figma forum I found that I can get style properties with 'v1/files/{file_key}/nodes?ids=<id1,id2,…idn>`, where id is the node_id

REST API:

Plugin API:
Get a list of local styles, find the desired style in the array and check its properties.

Or: