Title: GET API Manager
Author: Syed Gohar Ali
Published: <strong>2025 年 8 月 7 日</strong>
Last modified: 2025 年 8 月 7 日

---

搜索插件

![](https://ps.w.org/get-api-manager/assets/banner-772x250.png?rev=3341142)

![](https://ps.w.org/get-api-manager/assets/icon-256x256.png?rev=3341142)

# GET API Manager

 作者：[Syed Gohar Ali](https://profiles.wordpress.org/goharali/)

[下载](https://downloads.wordpress.org/plugin/get-api-manager.1.0.zip)

 * [详情](https://cn.wordpress.org/plugins/get-api-manager/#description)
 * [评价](https://cn.wordpress.org/plugins/get-api-manager/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/get-api-manager/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/get-api-manager/#developers)

 [支持](https://wordpress.org/support/plugin/get-api-manager/)

## 描述

Provides REST API endpoints for WooCommerce orders, blog posts, and pages, plus 
a setup wizard for API user/app password. Easily integrate your WooCommerce store
and WordPress content with external systems using secure, app-password-protected
API endpoints.

#### Features

 * Secure REST API endpoints for WooCommerce orders, blog posts, and pages
 * Setup wizard to generate API user and app password
 * Supports listing and retrieving orders, posts, and pages
 * Example usage and cURL commands in the admin UI

### Orders

 * `GET /wp-json/get-api-manager/v1/orders?limit=25&order=DESC` — List latest orders
 * `GET /wp-json/get-api-manager/v1/orders/{id}` — Get a single order by ID
 * `GET /wp-json/get-api-manager/v1/orders?status=completed` — List completed orders
 * `GET /wp-json/get-api-manager/v1/orders?status=processing` — List processing 
   orders
 * `GET /wp-json/get-api-manager/v1/orders?date=YYYY-MM-DD` — List orders created
   on a specific date
 * `GET /wp-json/get-api-manager/v1/orders?order_by=date` — List orders sorted by
   date

### Posts

 * `GET /wp-json/get-api-manager/v1/posts?limit=10&order=DESC` — List latest blog
   posts

### Pages

 * `GET /wp-json/get-api-manager/v1/pages?limit=5&order=ASC` — List published pages

### Authentication

All endpoints require Basic Authentication using the generated API user and app 
password. Use the credentials from the plugin settings page.

### Example cURL

“`
 curl -u “api_username:app_password” “https://your-site.com/wp-json/get-api-manager/
v1/orders?limit=10” `

## 屏幕截图

 * [[
 * Setup wizard and API credentials display in the admin area.
 * [[
 * Example API usage and cURL commands.

## 安装

 1. Upload the plugin files to the `/wp-content/plugins/get-api-manager` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to ‘GET API Manager’ in the admin menu to generate your API user and app password.
 4. Use the credentials to authenticate your API requests.

## 常见问题

### Do I need WooCommerce installed?

Yes, WooCommerce must be installed and active for this plugin to work.

### How do I authenticate API requests?

Use the generated username and app password with Basic Authentication for your API
requests.

### Can I regenerate the app password?

Yes, you can regenerate the app password at any time from the plugin settings page.

## 评价

此插件暂无评价。

## 贡献者及开发者

「GET API Manager」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Syed Gohar Ali ](https://profiles.wordpress.org/goharali/)

[帮助将「GET API Manager」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/get-api-manager)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/get-api-manager/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/get-api-manager/)，或通过[RSS](https://plugins.trac.wordpress.org/log/get-api-manager/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/get-api-manager/)。

## 更新日志

#### 1.0

 * Initial release.

## 额外信息

 *  版本 **1.0**
 *  最后更新：**10 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.6 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 7.2 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/get-api-manager/)
 * 标签
 * [api](https://cn.wordpress.org/plugins/tags/api/)[app password](https://cn.wordpress.org/plugins/tags/app-password/)
   [orders](https://cn.wordpress.org/plugins/tags/orders/)[rest-api](https://cn.wordpress.org/plugins/tags/rest-api/)
   [woocommerce](https://cn.wordpress.org/plugins/tags/woocommerce/)
 *  [高级视图](https://cn.wordpress.org/plugins/get-api-manager/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/get-api-manager/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/get-api-manager/reviews/)

## 贡献者

 *   [ Syed Gohar Ali ](https://profiles.wordpress.org/goharali/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/get-api-manager/)