[wp-meta] [Making WordPress.org] #4778: /plugins/info/1.2 failed to return all plugins

Making WordPress.org noreply at wordpress.org
Wed Oct 23 18:26:38 UTC 2019


#4778: /plugins/info/1.2 failed to return all plugins
---------------------------+--------------------
 Reporter:  shaharia.azam  |      Owner:  (none)
     Type:  defect         |     Status:  new
 Priority:  normal         |  Milestone:
Component:  API            |   Keywords:
---------------------------+--------------------
 When I access
 https://api.wordpress.org/plugins/info/1.2/?action=query_plugins it shows
 me the total number 61849. But if I actually traverse through all page,
 there are lots of index missing and in total it only returns 48k-49k
 plugin lists only.

 {{{
 GET
 https://api.wordpress.org/plugins/info/1.2/?action=query_plugins&request[page]=1&&request[per_page]=250

 {
     "page":1,
     "pages":248,
     "results":61849,
     "plugins": [plugin JSON]
 }

 }}}

 So it's obvious that some plugins are being excluded or the total
 "results" value is wrong. So it's very inconsistent. Isn't it?

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/4778>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list