As it can be seen in the image, which endpoint did it request for class="s-prose js-post-body" class. https://api.stackexchange.com/docs I couldn't see it here, but I need to reach the post details. I would be glad if you help
API = https://api.stackexchange.com/2.3/posts/74254836?order=desc&sort=activity&site=stackoverflow
I can only access these values in post.
{
"items": [
{
"owner": {
"account_id": 10860110,
"reputation": 180,
"user_id": 18201304,
"user_type": "registered",
"profile_image": "https://i.stack.imgur.com/iyYDM.png?s=256&g=1",
"display_name": "Vahit Keskin",
"link": "https://stackoverflow.com/users/18201304/vahit-keskin"
},
"score": 0,
"last_activity_date": 1668764569,
"creation_date": 1667147558,
"post_type": "question",
"post_id": 74254836,
"content_license": "CC BY-SA 4.0",
"link": "https://stackoverflow.com/q/74254836"
}
],
"has_more": false,
"quota_max": 300,
"quota_remaining": 140
}