Build bots, integrations, and experiences on Flicko's platform. Full REST API with real-time WebSocket events.
https://api.flicko.com/v2All API requests require a Bearer token in the Authorization header. You can generate tokens from your developer dashboard. Flicko supports OAuth2 for user-scoped access and Bot tokens for server-side automation.
$ curl -H "Authorization: Bearer YOUR_TOKEN" \ https://api.flicko.com/v2/users/@me
Browse the full list of REST endpoints grouped by resource. All paths are relative to the base URL.
/users/@meGet the current authenticated user/users/:idGet a user by their unique ID/users/@meUpdate the current user's profile/serversList all servers the user belongs to/serversCreate a new server/servers/:idGet details for a specific server/servers/:idDelete a server permanently/channels/:idGet a channel by ID/channels/:id/messagesSend a message to a channel/channels/:id/messagesRetrieve messages from a channel/messages/:idGet a single message by ID/messages/:idEdit an existing message/messages/:idDelete a message/voice/connectConnect to a voice channel session/voice/regionsList available voice server regionsEvery API key is subject to rate limits based on your plan tier. Exceeding limits returns HTTP 429 with a Retry-After header.
| Tier | Requests / min | Burst | Cost |
|---|---|---|---|
| Free | 60 | 10 | $0 |
| Pro | 300 | 50 | $29/mo |
| Enterprise | Unlimited | Custom | Contact |
Get started quickly with our officially maintained client libraries. Each SDK wraps the full v2 API with typed helpers and built-in retry logic.
$ npm install flicko.js$ pip install flicko-py$ go get github.com/flicko/flicko-go$ cargo add flicko-rsJoin thousands of developers building bots, integrations, and community tools on Flicko. Get your API key, explore the docs, and ship something great.