Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
id
: 帖子唯一标识符shortcode
: 帖子短代码display_url
: 显示URLis_video
: 是否为视频edge_media_to_caption
: 标题相关数据edge_media_preview_like
: 点赞预览数据(包含count字段)owner
: 发布者信息,包含username、is_verified等字段taken_at_timestamp
: 创建时间戳id
: Post unique identifiershortcode
: Post shortcodedisplay_url
: Display URLis_video
: Whether it's a videoedge_media_to_caption
: Caption related dataedge_media_preview_like
: Like preview data (includes count field)owner
: Publisher info, includes username, is_verified etctaken_at_timestamp
: Creation timestampAuthorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/instagram/web_app/fetch_post_info_by_post_id?post_id=3369328379222099122' \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "2025-09-20 00:25:53",
"time_stamp": 1758353153,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}