Opened 5 weeks ago
Last modified 4 weeks ago
#7999 reopened defect (bug)
api.wordpress.org: not all plugins with a certain active install count appear
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | API | Keywords: | |
Cc: |
Description
When querying api.wordpress.org with the query_plugins action using this link, it seems that not all plugins with a certain active install count appear in the results.
This occurs when accessing the last page of the results, which is obtained from the below “pages” variable:
With the per_page variable set to 10, the last plugin in the results has an active install count of 400:
As a result, it looks like plugins with an active install count smaller than 400 don’t appear in the results.
What could cause the previously mentioned plugins to not appear in the results when querying api.wordpress.org using the query_plugins action?
Change History (3)
Note: See
TracTickets for help on using
tickets.
The plugins are not ordered by active install count. They are not guaranteed to appear highest first.