Access your BuddyPress site's data through an easy-to-use HTTP REST API.
The current endpoints are pretty much in flux, as we work toward adding and updating them.
Please use and provide feedback!
- PHP >= 5.6
- WP >= 4.9
- BuddyPress trunk (development version).
- Activity
http://site.com/wp-json/buddypress/v1/activity
- Groups
http://site.com/wp-json/buddypress/v1/groups
- Notifications
http://site.com/wp-json/buddypress/v1/notifications
- XProfile Fields
http://site.com/wp-json/buddypress/v1/xprofile/fields
- XProfile Groups
http://site.com/wp-json/buddypress/v1/xprofile/groups
- Members
http://site.com/wp-json/buddypress/v1/members
- Messages
- XProfile Data
- Emails
- Friends
- Signups
- Components
- Group Invites
- Group Members
- Settings
Drop this plugin in the wp-content/plugins directory and activate it. You need at least WordPress 4.9 and BuddyPress to use the plugin.
WordPress is moving towards becoming a fully-fledged application framework. BuddyPress can benefit from this new API by adding endpoints to access social data.
This plugin provides an easy to use REST API Endpoints for BuddyPress, available via HTTP. Grab your site's data in simple JSON format, including users, groups, xprofile and more. Retrieving or updating data is as simple as sending a HTTP request.
There's no fixed timeline for integration into BuddyPress core at this time, the BP REST API will be available as a feature plugin!