The logo is a property of the theme. Therefore you will not find it e.g. under settings: https://developer.ww.wp.xz.cn/rest-api/reference/settings/
For themes there is also an endpoint, but I’m not aware that something like this is output there by default: https://developer.ww.wp.xz.cn/rest-api/reference/themes/
If necessary you would have to add it as an individual endpoint first: https://developer.ww.wp.xz.cn/rest-api/extending-the-rest-api/adding-custom-endpoints/
Threadi,
Thank you for the prompt response. I will take a look at all of this.
Still as a supplement since I stumbled over it today in the course of the day:
Directly in the /wp-json/ there is an entry site_logo. This contains, if the theme supports it, the media ID of the logo. Based on this you can then access the data of the graphic via /wp-json/wp/v2/media/xy.
But as I said, this will not always work.
This was the ticket. My full path is (/wp-json/wp/v2/media’)[5]->media_details->sizes->full->source_url;
Thanks
You mean that solves it for you? Then you can set the topic to solved.
Yes it is solved. Sorry I forgot to close.