Opened 20 months ago
Last modified 20 months ago
#6776 new defect (bug)
API-REST profile users link
Reported by: | JavierCasares | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Profiles | Keywords: | needs-patch |
Cc: |
Description
Checking a profile URL via REST API, like:
https://profiles.wordpress.org/wp-json/wporg/v1/users/javiercasares/
The link URL is:
link: "https://profiles.wordpress.org/author/javiercasares/"
But that URL doesn't work. It should be:
Change History (2)
Note: See
TracTickets for help on using
tickets.
This API endpoint was probably not intended on being used outside of the WordPress.org network (profiles.wordpress.org is buddypress.org), which is where that additional
/profile/
came from.https://wordpress.org/wp-json/wporg/v1/users/javiercasares/ has the correct data.