{
  "name": "mas-search",
  "endpoints": [
    "GET  /v1/search?q=<名称或 App Store 链接/ID>",
    "POST /v1/apps/:id/fetch?storefront=us,gb  按需抓取少量区",
    "GET  /v1/apps/:id?group_by=name&storefront=us,gb",
    "GET  /v1/apps/:id/events",
    "GET  /v1/events?limit=50",
    "GET  /v1/storefronts/:cc",
    "GET  /v1/push/key",
    "POST /v1/push/subscribe",
    "POST /v1/push/unsubscribe"
  ],
  "note": "数据集同时以 JSON 形式发布在仓库 data/ 与 Release 附件，批量使用请直接下载，不要轮询本 API。"
}