Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Riotcoke123/particom-endpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

PARTI.COM

Parti API - Endpoints

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.

Endpoints:

  • 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.

About

Parti API - Endpoints

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published