# Chat API Requests compared between MK and PL | - | Misskey | Pleroma | | - | - | - | | Search | /api/users/search-by-username-and-host | /api/v2/search | | Fetch user | /api/users/show | Not used | | Request chat (preview) | Not used | /api/v1/pleroma/chats/by-account-id/:id | | Get messages | /api/messaging/messages | `GET` /api/v1/pleroma/chats/:id/messages | | Send message | /api/messaging/messages/create | `POST`/api/v1/pleroma/chats/:id/messages |