SandBase is live — $1 in free credits on signupStart free ›

WeChat MP modelsapi generation api

wechat-mp/v2/account-services

Pass a `gh_username` to get the custom menu / service entries at the bottom of the official account.

Input
Optional, default True. True=raw; False=simplified parsing.
Official account `gh_username` (`gh_…`). E.g. `gh_363b924965e9`
Idle

Example output — click Run to generate your own

API README

Get WeChat MP Account Services & Custom Menu

Pass a gh_username to get the custom menu / service entries at the bottom of the official account. It is suitable for wechat-mp workflows.

Capability

Pass a gh_username to get the custom menu / service entries at the bottom of the official account. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Enrich profiles, accounts, and business records with structured context.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Related Models

wechat-mp/v2/account-articlesPass a `gh_username` to get a **single page** of the account's historical posts (**article** tab).. `is_end` truthy means the last page.wechat-mp/v2/account-profilePass a `gh_username` to get the official account profile: name / avatar / description / verification entity type, etc.. `nick_name` / `signature` / `head_url` may be `null`.wechat-mp/v2/article-adPass an article URL to get the embedded ad slot info of the article.. This endpoint responds relatively slowly, please be patient.wechat-mp/v2/article-commentsGet WeChat MP article comments (single page, `buffer` cursor pagination). `has_more` false means the last page.. For second-level replies of a specific comment, use `fetch_comment_replies` (pass the comment's `content_id`).wechat-mp/v2/article-detailPass an article URL to get the article body / title / author / cover / publish time / album info.. Regardless of `raw`, the nested `content` JSON string is always parsed into an object (structure normalized). `raw` only controls the projection scope of outer fields.wechat-mp/v2/article-statsPass an article URL to get its interaction metrics (reads / likes / "wow" / shares / favorites / comments).wechat-mp/v2/comment-repliesGet the second-level replies under a first-level comment.. Chain: first call `fetch_article_comments` to get each comment's `content_id`, then feed it into this endpoint.wechat-mp/v2/related-articlesPass an article URL to get the "related articles" at the bottom of the article.