# Endpoints

- [/advanced](/endpoints/advanced.md): Complete multiple requests in one!
- [/client](/endpoints/client.md): Retrieves information of the client (bot) user
- [/emojis](/endpoints/client/emojis.md): Returns information from the applications emoji or emoji list
- [/set](/endpoints/client/set.md): Modify the current Application/User (Previously /setbot)
- [/db](/endpoints/db.md): Custom Database functionality for dashboards or other neat features!
- [/delete](/endpoints/db/delete.md): Delete a specified variable from your database
- [/deleteAll](/endpoints/db/deleteall.md): Delete all variables matching a query OR wipe your Datebase
- [/get](/endpoints/db/get.md): Get a specified variable from your database
- [/getAll](/endpoints/db/getall.md): Retrieve all variables in your database
- [/set](/endpoints/db/set.md): Creates or edits a variable in your database
- [/decode](/endpoints/decode.md)
- [/emoji-info](/endpoints/emoji-info.md)
- [/encode](/endpoints/encode.md)
- [/font](/endpoints/font.md): Convert your text into different font.
- [/foreach](/endpoints/foreach.md): Does a ForEach loop on Arrays to retrieve certain data
- [/guild](/endpoints/guild.md): Retrieves information of a given guild OR maps guilds
- [/auditlog](/endpoints/guild/auditlog.md): Returns up-to 100 recent events from the guild audit log
- [/bans](/endpoints/guild/bans.md): Retrieves information of a given ban or ban list
- [/boosters](/endpoints/guild/boosters.md): Retrieves a list of boosters in a guild
- [/channels](/endpoints/guild/channels.md): Retrieves information of a given channel or channel list
- [/emojis](/endpoints/guild/emojis.md): Retrieves information of a given emoji or emoji list
- [/emoji-delete](/endpoints/guild/emoji-delete.md): Deletes an emoji from the provided guild
- [/event](/endpoints/guild/event.md): Retrieves information of a given event or event list
- [/create](/endpoints/guild/event/create.md): Create an event for a guild
- [/delete](/endpoints/guild/event/delete.md): Delete a specific event from the guild
- [/users](/endpoints/guild/event/users.md): List the users interested in the specified event
- [/modify](/endpoints/guild/event/modify.md): Modify a specific event from the guild
- [/invite](/endpoints/guild/invite.md): Retrieves information of a given invite or invite list
- [/members](/endpoints/guild/members.md): Retrieves information of a given member or member list
- [/massrole](/endpoints/guild/massrole.md): Add/Remove role(s) from all members of a guild
- [/permissions](/endpoints/guild/permissions.md): Returns array of permissions for either a Channel or Role resource
- [/prune](/endpoints/guild/prune.md): Prunes x amount of members from the provided guild
- [/rolememberlist](/endpoints/guild/rolememberlist.md)
- [/roles](/endpoints/guild/roles.md): Retrieves information of a given role or role list
- [/slash](/endpoints/guild/slash.md): Retrieves information of a given slash cmd or slash cmd list
- [/stickers](/endpoints/guild/stickers.md): Retrieves information of a given sticker or sticker list
- [/voice/change](/endpoints/guild/voice-change.md): Modifies a user voice state in a guild voice channel
- [/webhooks](/endpoints/guild/webhooks.md): Returns information on either all guild webhooks or webhook in a specified channel.
- [/map](/endpoints/map.md): Maps through an array to find a certain identifier
- [/messages](/endpoints/messages.md): Retrieves information of a given message OR maps messages of a channel
- [/reaction](/endpoints/reaction.md): Retrieves all or a specific emoji reaction(s) from a message
- [/add](/endpoints/reaction/add.md): Adds a specific emoji reaction to a message
- [/delete](/endpoints/reaction/delete.md): Deletes all or a specific emoji reaction(s) from a message
- [/poll](/endpoints/poll.md)
- [/create](/endpoints/poll/create.md)
- [/repeat](/endpoints/repeat.md)
- [/slash](/endpoints/slash.md): Retrieves information of global slash cmd or cmd list
- [/user](/endpoints/user.md): Retrieves information of a given user
