Access your BuddyPress site's data through an easy-to-use HTTP REST API.
We have extensive documentation of each endpoint/components and their CRUD actions: https://developer.buddypress.org/bp-rest-api/
- PHP >= 5.6
- WP >= 5.8
- BuddyPress >= Latest
Drop this plugin in the wp-content/plugins directory and activate it. You need at least WordPress 5.8 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.