[wp-meta] [Making WordPress.org] #8124: Plugin Info API need to provide schema of fields for downstreams
Making WordPress.org
noreply at wordpress.org
Fri Nov 7 05:11:31 UTC 2025
#8124: Plugin Info API need to provide schema of fields for downstreams
-----------------------------+---------------------
Reporter: yookoala | Owner: (none)
Type: feature request | Status: new
Priority: low | Milestone:
Component: API | Resolution:
Keywords: |
-----------------------------+---------------------
Comment (by dd32):
Replying to [comment:5 yookoala]:
> This seems to be responsible to provide information of individual
plugin. But is there an openly available source code file for the actual
API endpoint? If I were to add a schema anywhere, it need to resides in
the API server somewhere.
That's the endpoint used to generate the data for the other endpoints,
you'll find the actual API server in the `standalone` folder, ie. this:
https://github.com/WordPress/wordpress.org/tree/trunk/wordpress.org/public_html
/wp-content/plugins/plugin-directory/standalone and an example (not used
on WordPress.org) implementation here:
https://github.com/WordPress/wordpress.org/blob/trunk/wordpress.org/public_html
/wp-content/plugins/plugin-directory/standalone/plugins-info-api.php
The schema therefor would likely be generated by WordPress itself in the
wp-json endpoints, and the correct way to supply a patch would be to
document that rest-api endpoint mentioned previously.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/8124#comment:6>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list