Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
gh_username,返回公众号资料页:名称 / 头像 / 简介 / 认证主体类型等。nick_name / signature / head_url 可能为 null。gh_username(gh_…)。来源:文章详情 content.user_name、或微信搜索 V2 fetch_search(business_type=account)结果的 jumpInfo.userName。示例 gh_363b924965e9raw=false(精简解析,snake_case):#gh_…): $.data.user_name$.data.nick_name$.data.user_role$.data.service_type$.data.signature$.data.head_url$.data.ban_typeraw=true(原始,本接口默认):#data 为完整原始响应(几十个顶层字段),精简版字段对应其中嵌套位置:$.data.baseInfo(昵称 / 头像 / 简介等原始来源)$.data.accountInfo(含 userName 等)$.data.statInfo$.data.videoFinderInfo$.data.serviceInfo$.data.articleTab / $.data.msgList$.data.ipwordingliveInfo / nameCard / gender / setting / funcFlag 等gh_username to get the official account profile: name / avatar / description / verification entity type, etc.nick_name / signature / head_url may be null.gh_username (gh_…). Sources: content.user_name from article detail, or jumpInfo.userName from WeChat Search V2 fetch_search (business_type=account) results. E.g. gh_363b924965e9raw=false (simplified, snake_case):#gh_…): $.data.user_name$.data.nick_name$.data.user_role$.data.service_type$.data.signature$.data.head_url$.data.ban_typeraw=true (raw, default for this endpoint):#data is the full raw response (dozens of top-level fields); simplified fields map to nested locations:$.data.baseInfo (raw source of nickname / avatar / description)$.data.accountInfo (with userName etc.)$.data.statInfo$.data.videoFinderInfo$.data.serviceInfo$.data.articleTab / $.data.msgList$.data.ipwordingliveInfo / nameCard / gender / setting / funcFlag etc.Authorization: Bearer ********************curl --location 'https://api.tikhub.io/api/v1/wechat_mp/v2/fetch_account_profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"username": "gh_363b924965e9",
"raw": true
}'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}