I've been looking at the docs and tutorials online to find out if there's a way to get to the html content of my posts. For example, this endpoint gives me all the information related to one post, but not the actual HTML content, with its texts, links to videos. What is the endpoint for me to get to the meat of the post? I'm so befuddled. I would have thought this would be the most obvious thing in the world but I can't seem to find it!
I've been looking at the docs and tutorials online to find out if there's a way to get to the html content of my posts. For example, this endpoint gives me all the information related to one post, but not the actual HTML content, with its texts, links to videos. What is the endpoint for me to get to the meat of the post? I'm so befuddled. I would have thought this would be the most obvious thing in the world but I can't seem to find it!
Share Improve this question asked Jan 31, 2019 at 16:16 OctaviaLoOctaviaLo 1398 bronze badges 3 |1 Answer
Reset to default -1you can use below property from return JSON object
post.content.rendered
post_content
field. Some of these plugins have ways to expose their content through the REST API such as additional plugins that "connect" the information. – WebElaine Commented Jan 31, 2019 at 17:11