AS OF 10/28/2025. This api is dead. Go to v2
Here are the API endpoints for interacting with user and profile data on the Parti platform. The {id} placeholder can be replaced with a specific user ID.
- Get User Profile
GET https://api-backend.parti.com/parti_v2/profile/user_profile/{id} - Get Livestream Channel Info
GET https://api-backend.parti.com/parti_v2/profile/get_livestream_channel_info/{id} - Get Recent Broadcast (VOD)
GET https://api-backend.parti.com/parti_v2/profile/get_livestream_channel_info/recent/{id} - Get Livestream Moderators
GET https://api-backend.parti.com/parti_v2/profile/livestream/moderators/{id} - Get User Currency Info
GET https://api-backend.parti.com/parti_v2/profile/user_currency_info/{id} - Get Pinned Message
GET https://api-backend.parti.com/parti_v2/profile/pinned_message/{id} - Get Public User Chat Profile
GET https://api-backend.parti.com/parti_v2/profile/user_profile_chat/{id}/public - Get User Profile Feed
GET https://api-backend.parti.com/parti_v2/profile/user_profile_feed/{id}?&limit=5 - Get User Chatroom
GET https://api-backend.parti.com/parti_v2/profile/user_profile_chat/{id}/public - Get Admin Global Moderator List
GET https://api-backend.parti.com/parti_v2/profile/admin/global_mod/list
Simply replace {id} with the specific user ID to access the corresponding profile data.