বৰ্ণনা
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
ইনষ্টলেশ্যন
- Upload the
easy-apis-simplify-api-integrationfolder to/wp-content/plugins/. - Activate the plugin through the Plugins menu.
- 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” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকলআপোনাৰ ভাষাত “Easy APIs – Simplify API Integration” অনুবাদ কৰক।
বিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।
সলনি-পঞ্জী
1.0.0
- Initial release
- WooCommerce product API endpoint
- WordPress posts, custom posts, and users endpoints
- Pagination support
