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 a...

By Gurjaint Narwal

Version 1.0.0 Active Installs 0+ Updated 3 months ago 11 months old

Description

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

Best Plugins With Similar Features

Browse top plugins that share the same features as this one.

Plugin comparisons

See how this plugin stacks up against alternatives side by side.