How to get plugin data for color/text styles?

I want to get plugin data for nodes and styles in Figma files in the REST API. I know that GET /v1/files/:key can fetch plugin data for nodes using the plugin_data query but it seems the response doesn’t contain plugin data for text/color styles.

Is there a way to get plugin data for color/text styles?

Use the “GET file nodes” endpoint.
https://www.figma.com/developers/api#get-file-nodes-endpoint

https://api.figma.com/v1/files/:file_key/nodes?ids=node_id&plugin_data=shared

I tried using “GET file nodes”, but the response still doesn’t contain pluginData for text/color styles.
(I expect “pluginData” to be included in “nodes/{id}/styles/{id}”)

I cannot confirm this.

“GET file” endpoint
get-file-endpoint

“GET file nodes” endpoint