Find users and channels by name, mirroring the website's search.
/api/v1/search
Public
Case-insensitive substring search over user display names, Slack user ids, and channel names. Up to 25 results per type.
Query parameters
Example response
{
"query": "orp",
"users": [
{
"slack_id": "U0123ABCD",
"merged_name": "Orpheus",
"pfp": "/pfp/U0123ABCD",
"is_deleted": false
}
],
"channels": []
}
Example
curl "https://shiptalkers.kirze.de/api/v1/search?q=orp"