{"id":244448,"date":"2025-08-07T15:16:57","date_gmt":"2025-08-07T15:16:57","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/el-store-orders-api\/"},"modified":"2025-08-07T15:16:43","modified_gmt":"2025-08-07T15:16:43","slug":"get-api-manager","status":"publish","type":"plugin","link":"https:\/\/tah.wordpress.org\/plugins\/get-api-manager\/","author":23338484,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"1.0","tested":"6.8.5","requires":"5.6","requires_php":"7.2","requires_plugins":null,"header_name":"GET API Manager","header_author":"Syed Gohar Ali","header_description":"Provides a REST API endpoint for store orders, blog posts, and pages, and a setup wizard for API user\/app password.","assets_banners_color":"6592cd","last_updated":"2025-08-07 15:16:43","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"https:\/\/github.com\/gohar2","rating":0,"author_block_rating":0,"active_installs":0,"downloads":255,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0":{"tag":"1.0","author":"goharali","date":"2025-08-07 15:16:43"}},"upgrade_notice":{"1.0":"<p>Initial release with WooCommerce orders API endpoints and setup wizard.<\/p>","API Endpoints":""},"ratings":[],"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":3341142,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":3341142,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3341142,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3341142,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Setup wizard and API credentials display in the admin area.","2":"Example API usage and cURL commands."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1556,246044,16281,23853,286],"plugin_category":[45],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-244448","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-app-password","plugin_tags-orders","plugin_tags-rest-api","plugin_tags-woocommerce","plugin_category-ecommerce","plugin_committers-goharali"],"banners":{"banner":"https:\/\/ps.w.org\/get-api-manager\/assets\/banner-772x250.png?rev=3341142","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/get-api-manager\/assets\/icon-256x256.png?rev=3341142","icon_2x":"https:\/\/ps.w.org\/get-api-manager\/assets\/icon-256x256.png?rev=3341142","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/get-api-manager\/assets\/screenshot-1.png?rev=3341142","caption":"Setup wizard and API credentials display in the admin area."},{"src":"https:\/\/ps.w.org\/get-api-manager\/assets\/screenshot-2.png?rev=3341142","caption":"Example API usage and cURL commands."}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Secure REST API endpoints for WooCommerce orders, blog posts, and pages<\/li>\n<li>Setup wizard to generate API user and app password<\/li>\n<li>Supports listing and retrieving orders, posts, and pages<\/li>\n<li>Example usage and cURL commands in the admin UI<\/li>\n<\/ul>\n\n<h3>Orders<\/h3>\n\n<ul>\n<li><code>GET \/wp-json\/get-api-manager\/v1\/orders?limit=25&amp;order=DESC<\/code> \u2014 List latest orders<\/li>\n<li><code>GET \/wp-json\/get-api-manager\/v1\/orders\/{id}<\/code> \u2014 Get a single order by ID<\/li>\n<li><code>GET \/wp-json\/get-api-manager\/v1\/orders?status=completed<\/code> \u2014 List completed orders<\/li>\n<li><code>GET \/wp-json\/get-api-manager\/v1\/orders?status=processing<\/code> \u2014 List processing orders<\/li>\n<li><code>GET \/wp-json\/get-api-manager\/v1\/orders?date=YYYY-MM-DD<\/code> \u2014 List orders created on a specific date<\/li>\n<li><code>GET \/wp-json\/get-api-manager\/v1\/orders?order_by=date<\/code> \u2014 List orders sorted by date<\/li>\n<\/ul>\n\n<h3>Posts<\/h3>\n\n<ul>\n<li><code>GET \/wp-json\/get-api-manager\/v1\/posts?limit=10&amp;order=DESC<\/code> \u2014 List latest blog posts<\/li>\n<\/ul>\n\n<h3>Pages<\/h3>\n\n<ul>\n<li><code>GET \/wp-json\/get-api-manager\/v1\/pages?limit=5&amp;order=ASC<\/code> \u2014 List published pages<\/li>\n<\/ul>\n\n<h3>Authentication<\/h3>\n\n<p>All endpoints require Basic Authentication using the generated API user and app password. Use the credentials from the plugin settings page.<\/p>\n\n<h3>Example cURL<\/h3>\n\n<p>```\ncurl -u \"api_username:app_password\" \"https:\/\/your-site.com\/wp-json\/get-api-manager\/v1\/orders?limit=10\"\n    `<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/get-api-manager<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress.<\/li>\n<li>Go to 'GET API Manager' in the admin menu to generate your API user and app password.<\/li>\n<li>Use the credentials to authenticate your API requests.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='do%20i%20need%20woocommerce%20installed%3F'><h3>Do I need WooCommerce installed?<\/h3><\/dt>\n<dd><p>Yes, WooCommerce must be installed and active for this plugin to work.<\/p><\/dd>\n<dt id='how%20do%20i%20authenticate%20api%20requests%3F'><h3>How do I authenticate API requests?<\/h3><\/dt>\n<dd><p>Use the generated username and app password with Basic Authentication for your API requests.<\/p><\/dd>\n<dt id='can%20i%20regenerate%20the%20app%20password%3F'><h3>Can I regenerate the app password?<\/h3><\/dt>\n<dd><p>Yes, you can regenerate the app password at any time from the plugin settings page.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Provides REST API endpoints for WooCommerce orders, blog posts, and pages, plus a setup wizard for API user\/app password. Easily integrate your WooCom &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/244448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=244448"}],"author":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/goharali"}],"wp:attachment":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=244448"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=244448"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=244448"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=244448"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=244448"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=244448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}