Clubhouse API
The Clubhouse API provides programmatic access to the Clubhouse social audio platform, with endpoints for managing users, follow relationships, clubs, topics, channels/rooms, notifications, and phone‑number based authentication and invites.
Latency
1218ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/follow
follows a user
/get_actionable_notifications
get actionable notifications (the bell again)
/get_all_topics
gets all topics.
/check_waitlist_status
checks waitlist status.
/complete_phone_number_auth
Call phone number auth.
/create_channel
creates a channel
/call_phone_number_auth
Call phone number auth.
/check_for_update
Clubhouse uses this to check for updates when app is not installed from App Store (eg TestFlight)
/get_channels
get all channels
/get_club
gets club by id
/get_clubs_for_topic
looks up clubs by topic.
/get_create_channel_targets
is fetched when you tap Create Room
/get_events
the Upcoming for You page
/get_following
get a list of the users and clubs that this user is following. Returned users have bios truncated to ~80 characters.
/get_notifications
get notifications (the bell icon)
/get_online_friends
gets online friends on the app homepage.
/get_profile
looks up user profile by ID.
/get_release_notes
gets release notes.
/get_settings
get notification settings
/get_suggested_club_invites
find users to invite to clubs based on phone number
/get_suggested_follows_all
gets suggested follows during signup
/get_suggested_follows_friends_only
find people to follow by uploading contacts during signup
/get_suggested_follows_similar
find similar users. (The Sparkles button on Clubhouse's profile page)
/get_suggested_invites
find users to invite based on phone number.
/get_suggested_speakers
gets suggested users when you start a private room
/get_topic
looks up topic by ID.
/get_users_for_topic
looks up users by topic.
/get_welcome_channel
called during signup
/invite_from_waitlist
wave to another user on the waitlist to give them access
/invite_to_app
invite a user to the app, using one of your invites
/join_channel
join a channel.
/leave_channel
leave a channel.
/me
gets user
/record_action_trails
analytics
/refresh_token
gets an access_token from a refresh_token.
/resend_phone_number_auth
Resend phone number auth.
/search_clubs
search clubs.
/search_users
search for users
/start_phone_number_auth
Starts phone number auth.
/update_notifications
updates notification during signup.
/update_username
edits username.
41 endpoints auto-detected
curl -X POST \ "https://www.clubhouseapi.com/api/follow"
www.clubhouseapi.com · HTTPS only