I was wrong in the earlier version of the answer and 1.1 version of the API does support this via GET request.
The basic request would be: https://api.wordpress.org/plugins/info/1.1/?action=query_plugins&request[browse]=popular
And you can add more parameters by sticking with request
passed as “array” (in GET interpretation of).
See the [poor] documentation in Codex and links from there for more detail.
For in–PHP way, independent of WP core I made a WPorg Client library which implements this, among other things.
Related Posts:
- Get a list of all WordPress.org Plugins?
- Escape commas in REST API
- i need to resive data external api and show user
- I Want to Get A Plugin Version Number Dynamically
- Can a developer adopt a plugin marked as “not updated in over 2 years”?
- Can I change ownership of my plugin?
- [Plugin WPML] : How to create a translation of a post using the WPML API?
- How can I prevent a plugin from updating unless it’s minimum PHP version is met?
- What WordPress API function lists active/inactive plugins?
- Change Page’s Tag Using functions.php File
- Allowing Two Developers Access to a Plugin on the WordPress.org Plugin Repository?
- How to build an API as a plugin
- Get Latest Plugin Version from WP API
- “Donate to this plugin” for WordPress.org Plugin Authors
- Making plugin unique to not conflict with plugins with the same name
- How should I use register_setting, add_settings_section, & add_settings_field in my plugin’s options page?
- Can I list all installed plugins/versions and wp version from API
- How long does it take for a new plugin to be approved?
- How is the WordPress.org plugin download history calculated?
- WordPress wp-json API – Custom Post Type returns 403
- Is it possible to have screenshots in any other section rather than the screenshots section?
- Using custom code, how can I fetch data from the WordPress plugin repo?
- Can’t use /wp-json/wp/v2/plugins API endpoint even as administrator
- Send Data to WordPress from kiosk
- WordPress plugin update not showing on wp.org [closed]
- Multisite functions to communicate with individual site functions
- Does the WordPress API have Modal Dialogs
- How to set category correctly for a custom post created by a remote API call?
- Integrating boxtal PHP library into a custom WordPress Plugin
- How to create WordPress custom end point with multiple parameters?
- How to get theme’s info from wordpress.org/themes using api.wordpress.org?
- Custom API plugin to execute 3rd party API to retrieve data
- WordPress SVN UTF-8 issue
- How to Include Fields in Query String When Making Request of WordPress.org Plugin API?
- Sending customer an email with link to stripe to make payment
- Api external with wordpress
- How to get a list of all the available plugins names
- How can ι create my own (custom) WordPress table/list?
- WordPress.org: How to add a plugin for certain countries?
- Readme.txt not getting updated
- Best way to retrieve data in custom api extended from wp-api
- oAuth2 Authentication in WordPress using WP OAuth Server and WP API plugins
- Can i use init hook for API purpose?
- WP-API Custom Post Type json_no_route
- Change plugin author after someone leaves the company
- Including content from legacy app: via plugin or custom content?
- Why may one avoid Jetpack plugin? [closed]
- How to convert Currency from USD to other IP Based currency in Php function
- How do I display PHP file contents on front end of WordPress?
- Push Contact form 7 variable to front end after submission
- Ability to change homepage on WordPress using API
- Is it okay to make a plugin to the WordPress repo, but limit it’s actions to maximum N events?
- Do i need to use a plugin for third party api integration?
- Better search on WordPress.org Plugins?
- How to use third-party SendGrid Email Validation API in Gravity Forms?
- is it possible to fetch data from a remote api while admin is writing a new post?
- WordPress output data to another website and pull data
- One time call to external API in widget
- wp_remote_post To external API multiple values with the same key
- How to get data from a private API and add it to wordpress pages
- Create API for registering user on wordpress site with 3rd party site
- Different function call depending on shortcode?
- How to find out programmatically whether any cache plugin is installed in the WordPress website?
- How to use information from the database in the front-end?
- Mailpoet Sign up on Custom registration form won’t work
- Consume legacy rest api dependent upon WP API plugin
- wp rest api (v2) filter not working (404 error – rest_no_route)
- API page return Header 500 but Work
- how to check plugin name unique or not?
- In the WordPress API is there a way to set the width of the post/page container
- How to get custom or filtered endpoints in WordPress API?
- what is the best way to create a premium plugin while also protecting your code
- WordPress, modular content, and syndication
- create web service for android app using wordpress website
- WP REST API Access-Control-Allow-Origin response is cached
- API Functions to Register and Show WordPress List Tables
- Convert HTML5/CSS3 site to WordPress Theme (need a lot of plugins) or just use the API?
- Integrating a hosted app with wordpress using the API
- Plugin that uses AngularJS tutorial
- Can a developer adopt a plugin marked as “not updated in over 2 years”?
- What is the RSS feed link for the newest WordPress plugins?
- Import tumblr post to wordpress blog
- Get value of a key from a Plugin Serialized array
- How to add/manage Followers (email subscribers) via API?
- How to import data from another website using an API link?
- How can I send api calls from my plugin?
- Am having issues intergrating this api into my wordpress site, any help please?
- cURL External API request displays content above other content on page
- WP Donation Form with custom payment API
- Store large dataset in WordPress installation temporary
- How to edit the name of a plugin on wordpress.org/plugins
- How to write a plugin that “listens” every time, an edit occurs?
- Is it possible to create post in wordpress using postman?
- move setting data from wordpress api to codestar freamwork
- On WordPress.org Plugin repository, Last Updated Date doesn’t match with Plugin Version Update Date
- remover item do carrinho na página de checkout
- Error 400 Invalid “products[1].productId” Kinguin [closed]
- Can I send a body using wp_remote_get()?
- Content being rendered as empty string in posts endpoint
- API to programmatically determine which wordpress plugins are out of date