You can get the BP Status data on the “bp_status” key of the BuddyPress/BuddyBoss “activity” Rest API.
{
"user_id": 1,
"component": "activity",
"content": {
"rendered": "Today is too hot
"
},
"date": "2023-04-26T07:24:36",
"date_gmt": "2023-04-26T07:24:36",
"id": 799,
"link": "http://buddypress.local/activity/p/799/",
"primary_item_id": 0,
"secondary_item_id": 0,
"status": "published",
"title": "admin is
feeling Downcast",
"type": "activity_status",
"favorited": false,
"user_avatar": {
"full": "http://buddypress.local/wp-content/uploads/avatars/1/1663828147-bpfull.jpg",
"thumb": "http://buddypress.local/wp-content/uploads/avatars/1/1663828147-bpthumb.jpg"
},
"bp_status": {
"bp_status_mood": {
"type": "downcast-face-with-sweat",
"value": "downcast-face-with-sweat"
},
"bpsts_reaction_count": 0,
"bpsts_reactions": ""
},
"_links": {
"self": [
{
"href": "http://buddypress.local/wp-json/buddypress/v1/activity/799"
}
],
"collection": [
{
"href": "http://buddypress.local/wp-json/buddypress/v1/activity/"
}
],
"user": [
{
"embeddable": true,
"href": "http://buddypress.local/wp-json/buddypress/v1/members/1"
}
]
}
}
