Title: Easy APIs – Simplify API Integration
Author: Gurjaint Narwal
Published: <strong>2025 年 4 月 25 日</strong>
Last modified: 2025 年 12 月 12 日

---

搜索插件

![](https://ps.w.org/easy-apis-simplify-api-integration/assets/banner-772x250.png?
rev=3281517)

![](https://ps.w.org/easy-apis-simplify-api-integration/assets/icon-256x256.png?
rev=3281523)

# Easy APIs – Simplify API Integration

 作者：[Gurjaint Narwal](https://profiles.wordpress.org/gurjaint/)

[下载](https://downloads.wordpress.org/plugin/easy-apis-simplify-api-integration.1.0.0.zip)

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

 [支持](https://wordpress.org/support/plugin/easy-apis-simplify-api-integration/)

## 描述

**Easy APIs – Simplify API Integration** is a lightweight plugin that instantly 
enables clean REST API endpoints for common WordPress and WooCommerce data — perfect
for headless WordPress, mobile apps, and external integrations.

**Available API Endpoints**

**WordPress Core:**
 – `/wp-json/easy-apis/v1/posts` – `/wp-json/easy-apis/v1/custom-
posts` – `/wp-json/easy-apis/v1/users`

**WooCommerce:**
 – `/wp-json/easy-apis/v1/products`

**Features:**
 – Pagination (`per_page`, `page`) – JSON structured output – Supports
all registered custom post types – Zero configuration — just activate and use

### API Documentation

### 🔹 Get All Products (WooCommerce)

**Endpoint:** `/wp-json/easy-apis/v1/products`
 **Method:** GET

**Parameters:**
 – `per_page` — Number of results (default 10) – `page` — Page number(
default 1)

**Example:**
 /wp-json/easy-apis/v1/products?per_page=5&page=2

**Response:**
 Returns full WooCommerce product data, including title, pricing, 
SKU, categories, images, and attributes.

### A brief Markdown Example

Some key features:
 1. Simple setup 2. Clean RESTful endpoints 3. Native WooCommerce
support

## 安装

 1. Upload the `easy-apis-simplify-api-integration` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** menu.
 3. Access the APIs like:
     https://your-site.com/wp-json/easy-apis/v1/products

## 常见问题

### Do I need to configure anything?

No. Just activate and start calling the endpoints.

### Does this support custom post types?

Yes. For example:
 /wp-json/easy-apis/v1/custom-posts?type=books

### Is authentication required?

No. All routes are public by default.
 Developers can add authentication using built-
in WP filters.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Easy APIs – Simplify API Integration」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Gurjaint Narwal ](https://profiles.wordpress.org/gurjaint/)

[帮助将「Easy APIs – Simplify API Integration」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/easy-apis-simplify-api-integration)

### 对开发感兴趣吗?

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

## 更新日志

#### 1.0.0

 * Initial release
 * WooCommerce product API endpoint
 * WordPress posts, custom posts, and users endpoints
 * Pagination support

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**6 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.8 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/easy-apis-simplify-api-integration/)
 * 标签
 * [rest-api](https://cn.wordpress.org/plugins/tags/rest-api/)[woocommerce api](https://cn.wordpress.org/plugins/tags/woocommerce-api/)
   [WordPress API](https://cn.wordpress.org/plugins/tags/wordpress-api/)
 *  [高级视图](https://cn.wordpress.org/plugins/easy-apis-simplify-api-integration/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/easy-apis-simplify-api-integration/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/easy-apis-simplify-api-integration/reviews/)

## 贡献者

 *   [ Gurjaint Narwal ](https://profiles.wordpress.org/gurjaint/)

## 支持

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

 [查看支持论坛](https://wordpress.org/support/plugin/easy-apis-simplify-api-integration/)