Skip to main content
GET
Get post details

Authorizations

X-RP-API-Key
string
header
required

Headers

Accept-Language
string

Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.

Example:

"ko"

Path Parameters

postId
integer<int64>
required

Post ID

Response

Success. Reposted source posts are expanded by one level only. Additional reposts inside the expanded source are not included; nested reposted is null.

Post details

postId
integer<int64>
required

Post ID

Example:

9876543

author
object
required

Author

images
object[]
required

Image list

mentions
object
required

Mention

repostedPostDeleted
boolean
required

Whether the repost source was deleted

stats
object
required

Aggregate statistics

owned
boolean
required

Whether the post belongs to the authenticated user (always false without a Bearer token)

webUrl
string
required

Post web URL

Example:

"https://www.rocketpunch.com/post/9876543"

postedAt
string
required

Posted at (ISO 8601 UTC)

updatedAt
string
required

Updated at (ISO 8601 UTC)

content
string | null

Post body

language
string | null

Content language

og
object | null
repostedPost
unknown