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

WeChat MP modelsapi generation api

wechat-mp/v2/related-articles

Pass an article URL to get the "related articles" at the bottom of the article.

Input
Optional, default True. True=full raw response; False=simplified projection.
WeChat MP article URL (long or short form). E.g. `https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw` (this article has related articles disabled, returns empty)
Idle

Example output — click Run to generate your own

API README

Get WeChat MP Related Articles

Pass an article URL to get the "related articles" at the bottom of the article. It is suitable for wechat-mp workflows.

Capability

Pass an article URL to get the "related articles" at the bottom of the article. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Connect structured data to dashboards, agents, internal tools, and automated workflows.
  • 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/account-servicesPass a `gh_username` to get the custom menu / service entries at the bottom of the official account.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.