Search
To search for bots, servers and reviews, we use the Meilisearch service.
You can get acquainted with all the search methods here
You can get the key for the search using the method GET /search-key
Search indexes
Data types
Property | Type | Description |
---|
id | string | Review ID |
author | string | Author ID |
content | string | Review content |
rating | number | Review rating (from 1 to 5) |
resource | string | Bot/Server ID |
created | string | Date the review was created |
modReply | string | Reply to the review from mods |
MeiliIndexedServer
Property | Type | Description |
---|
id | string | Server ID |
name | string | Server name |
description | string | Server description (with raw HTML & MD) |
shortDescription | string | Short server description (without HTML and MD) |
invite | string | Server invite code (discord.gg/HERE) |
avatar? | string | Server icon |
ups | number | Up Count |
rating | number | Average server rating |
members? | number | Server member count |
banner | number | Standard banner ID |
discordBanner? | string | Discord banner link |
tags | array of ServerTag | Server tags |
MeiliIndexedBot
Property | Type | Description |
---|
id | string | Bot ID |
name | string | Bot name |
description | string | Bot description (with raw HTML & MD) |
shortDescription | string | Short bot description (without HTML & MD) |
invite | string | Bot invite link |
avatar? | string | Bot avatar |
ups | number | Up Count |
rating | number | Average bot rating |
banner | number | Standard banner ID |
guilds? | number | Bot server count |
tags | array of BotTag | Bot tags |