[中文]#
用途:#
参数:#
code_or_url: 帖子Shortcode或完整URL
返回:#
data: 帖子详情,包含媒体资源、描述、点赞数、评论数等
价格:#
[English]#
Purpose:#
Get detailed information of Instagram post
Support shortcode or full URL
Parameters:#
code_or_url: Post shortcode or full URL
Return:#
data: Post details including media, caption, likes, comments, etc.
Price:#
[示例/Example]#
code_or_url = "DRhvwVLAHAG"Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request GET 'https://api.tikomni.com/api/u1/v1/instagram/v2/fetch_post_info?code_or_url=DRhvwVLAHAG' \
--header 'Authorization: Bearer <token>'
Modified at 2026-04-23 01:11:20