Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
id
: 用户唯一标识符username
: 用户名full_name
: 全名/显示名称biography
: 个人简介profile_pic_url
: 头像URLis_private
: 是否为私密账户is_verified
: 是否已认证follower_count
: 粉丝数量following_count
: 关注数量media_count
: 媒体/帖子数量edge_followed_by
: 粉丝相关数据edge_follow
: 关注相关数据edge_owner_to_timeline_media
: 用户时间线媒体数据关于信息id
: User unique identifierusername
: Usernamefull_name
: Full name/display namebiography
: Bio descriptionprofile_pic_url
: Profile picture URLis_private
: Whether account is privateis_verified
: Whether account is verifiedfollower_count
: Number of followersfollowing_count
: Number of followingmedia_count
: Number of media/postsedge_followed_by
: Follower related dataedge_follow
: Following related dataedge_owner_to_timeline_media
: User timeline media data aboutAuthorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/instagram/web_app/fetch_user_about_info_by_user_id?user_id=25025320' \
--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
}