{"@context": "https://schema.org", "@type": "WebAPI", "name": "Clubhouse API API", "description": "Clubhouse API", "provider": {"@type": "Organization", "name": "clubhouseapi.com"}, "documentation": "https://raw.githubusercontent.com/zhuowei/ClubhouseAPI/main/doc/openapi.yaml"}
Clubhouse API
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://www.clubhouseapi.com/api
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Clubhouse API
| method | path | what the vendor says it does |
|---|---|---|
POST | /call_phone_number_auth | Call phone number auth. |
GET | /check_for_update | Clubhouse uses this to check for updates when app is not installed from App Store (eg TestFlight) |
POST | /check_waitlist_status | checks waitlist status. |
POST | /complete_phone_number_auth | Call phone number auth. |
POST | /create_channel | creates a channel |
POST | /follow | follows a user |
GET | /get_actionable_notifications | get actionable notifications (the bell again) |
GET | /get_all_topics | gets all topics. |
GET | /get_channels | get all channels |
POST | /get_club | gets club by id |
POST | /get_clubs_for_topic | looks up clubs by topic. |
POST | /get_create_channel_targets | is fetched when you tap Create Room |
GET | /get_events | the Upcoming for You page |
POST | /get_following | get a list of the users and clubs that this user is following. Returned users have bios truncated to ~80 chara |
GET | /get_notifications | get notifications (the bell icon) |
POST | /get_online_friends | gets online friends on the app homepage. |
POST | /get_profile | looks up user profile by ID. |
POST | /get_release_notes | gets release notes. |
GET | /get_settings | get notification settings |
POST | /get_suggested_club_invites | find users to invite to clubs based on phone number |
GET | /get_suggested_follows_all | gets suggested follows during signup |
POST | /get_suggested_follows_friends_only | find people to follow by uploading contacts during signup |
POST | /get_suggested_follows_similar | find similar users. (The Sparkles button on Clubhouse's profile page) |
POST | /get_suggested_invites | find users to invite based on phone number. (also see https://zerforschung.org/posts/clubhouse-telefonnummern- |
POST | /get_suggested_speakers | gets suggested users when you start a private room |
POST | /get_topic | looks up topic by ID. |
GET | /get_users_for_topic | looks up users by topic. |
GET | /get_welcome_channel | called during signup |
POST | /invite_from_waitlist | wave to another user on the waitlist to give them access |
POST | /invite_to_app | invite a user to the app, using one of your invites |
POST | /join_channel | join a channel. |
POST | /leave_channel | leave a channel. |
POST | /me | gets user |
POST | /record_action_trails | analytics |
POST | /refresh_token | gets an access_token from a refresh_token. |
POST | /resend_phone_number_auth | Resend phone number auth. |
POST | /search_clubs | search clubs. |
POST | /search_users | search for users |
POST | /start_phone_number_auth | Starts phone number auth. |
POST | /update_notifications | updates notification during signup. |
and 1 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/zhuowei/ClubhouseAPI/main/doc/openapi.yaml
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.