The Husqy premium subscription is now live! Please head over to our Discord store page to get started!
We are verified! Husqy is a verified bot in Discord making us visible in the app discovery and enabling bigger trust to users!
Want to help us translate the Husqy responses? We can't do it without you! Please visit our translations repo!
Skip to main content

Husqy.modules.serverstats (2.0.0)

Download OpenAPI specification:Download

Settings

Operations related to the settings of the serverstats module

Get The Settings Of The Serverstats Module In A Server

Get the settings for Husqy serverstats module for a guild.

query Parameters
guild_id
required
integer (Guild Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Update The Settings Of The Serverstats Module In A Server

Change the settings for Husqy serverstats module for a guild.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
Counters Enabled (boolean) or Counters Enabled (null) (Counters Enabled)
Counters Category Id (integer) or Counters Category Id (string) or Counters Category Id (null) (Counters Category Id)
Starboard Enabled (boolean) or Starboard Enabled (null) (Starboard Enabled)
Starboard Channel Id (integer) or Starboard Channel Id (string) or Starboard Channel Id (null) (Starboard Channel Id)
Starboard Count (integer) or Starboard Count (null) (Starboard Count)
Stats Messages Enabled (boolean) or Stats Messages Enabled (null) (Stats Messages Enabled)
Stats Commands Enabled (boolean) or Stats Commands Enabled (null) (Stats Commands Enabled)
Stats Members Enabled (boolean) or Stats Members Enabled (null) (Stats Members Enabled)
Stats Activities Enabled (boolean) or Stats Activities Enabled (null) (Stats Activities Enabled)
Stats Voice Enabled (boolean) or Stats Voice Enabled (null) (Stats Voice Enabled)
Stats Modules Autoresponder Enabled (boolean) or Stats Modules Autoresponder Enabled (null) (Stats Modules Autoresponder Enabled)
Stats Modules Tags Enabled (boolean) or Stats Modules Tags Enabled (null) (Stats Modules Tags Enabled)
Stats Modules Verifier Enabled (boolean) or Stats Modules Verifier Enabled (null) (Stats Modules Verifier Enabled)
Stats Modules Socials Enabled (boolean) or Stats Modules Socials Enabled (null) (Stats Modules Socials Enabled)
Stats Modules Rules Enabled (boolean) or Stats Modules Rules Enabled (null) (Stats Modules Rules Enabled)
Stats Modules Invite Tracker Enabled (boolean) or Stats Modules Invite Tracker Enabled (null) (Stats Modules Invite Tracker Enabled)
Stats Modules Reactionroles Enabled (boolean) or Stats Modules Reactionroles Enabled (null) (Stats Modules Reactionroles Enabled)
Stats Modules Welcoming Enabled (boolean) or Stats Modules Welcoming Enabled (null) (Stats Modules Welcoming Enabled)
Stats Modules Tempchannels Enabled (boolean) or Stats Modules Tempchannels Enabled (null) (Stats Modules Tempchannels Enabled)
Stats Modules Tickets Enabled (boolean) or Stats Modules Tickets Enabled (null) (Stats Modules Tickets Enabled)
Stats Modules Reminders Enabled (boolean) or Stats Modules Reminders Enabled (null) (Stats Modules Reminders Enabled)
Stats Modules Giveaways Enabled (boolean) or Stats Modules Giveaways Enabled (null) (Stats Modules Giveaways Enabled)
Stats Modules Polls Enabled (boolean) or Stats Modules Polls Enabled (null) (Stats Modules Polls Enabled)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "counters_enabled": true,
  • "counters_category_id": 0,
  • "starboard_enabled": true,
  • "starboard_channel_id": 0,
  • "starboard_count": 0,
  • "stats_messages_enabled": true,
  • "stats_commands_enabled": true,
  • "stats_members_enabled": true,
  • "stats_activities_enabled": true,
  • "stats_voice_enabled": true,
  • "stats_modules_autoresponder_enabled": true,
  • "stats_modules_tags_enabled": true,
  • "stats_modules_verifier_enabled": true,
  • "stats_modules_socials_enabled": true,
  • "stats_modules_rules_enabled": true,
  • "stats_modules_invite_tracker_enabled": true,
  • "stats_modules_reactionroles_enabled": true,
  • "stats_modules_welcoming_enabled": true,
  • "stats_modules_tempchannels_enabled": true,
  • "stats_modules_tickets_enabled": true,
  • "stats_modules_reminders_enabled": true,
  • "stats_modules_giveaways_enabled": true,
  • "stats_modules_polls_enabled": true
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Delete The Settings Of The Serverstats Module In A Server

Delete the settings for Husqy serverstats module for a guild.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Status

Operations related to the status of the serverstats module

Get The Status Of The Serverstats Module In A Server

Status endpoint for the Husqy.modules.serverstats microservice.

query Parameters
guild_id
required
integer (Guild Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Disable The Serverstats Module

Enable the serverstats module for a server.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Enable The Serverstats Module In A Server

Enable the serverstats module for a server.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Counters

Operations related to serverstats counters

Get The Counters In A Server

Get the counters for Husqy serverstats module for a guild.

query Parameters
guild_id
required
integer (Guild Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Create A New Serverstats Counters In A Server

Create a counters for Husqy serverstats module for a guild.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
counter_type
required
integer (Counter Type)
New Format (string) or New Format (null) (New Format)
New Role Id (integer) or New Role Id (null) (New Role Id)
New Goal (integer) or New Goal (null) (New Goal)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "counter_type": 0,
  • "new_format": "string",
  • "new_role_id": 0,
  • "new_goal": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get Information About A Counter In A Server

Get the response for Husqy serverstats module for a guild.

path Parameters
counter_id
required
string (Counter Id)
query Parameters
guild_id
required
integer (Guild Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Delete A Serverstats Counters In A Server

Delete the response for Husqy serverstats module for a guild.

path Parameters
counter_id
required
string (Counter Id)
Request Body schema: application/json
required
guild_id
required
integer (Guild Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Check If A Counter Is Deleted Manually In A Server

Create a counters for Husqy serverstats module for a guild.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
channel_id
required
integer (Channel Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "channel_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Check If A Counter Is Deleted Manually In A Server

Update the counters for Husqy serverstats module for all guild.

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Starboard

Operations related to the starboard

Check If A Message Needs To Be Added To The Starboard In A Server

Check if a message needs to be added to the starboard of the server.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
channel_id
required
integer (Channel Id)
message_id
required
integer (Message Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "channel_id": 0,
  • "message_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Check If A Deleted Channel Was The Starboard Channel In A Server

Check if a deleted channel was the starboard channel in a server.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
channel_id
required
integer (Channel Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "channel_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Check If A Deleted Messaged Channel Was The Starboard Channel In A Server

Check if a deleted_messaged channel was the starboard channel in a server.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
message_id
required
integer (Message Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "message_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Check If A Message Needs To Be Removed To The Starboard In A Server

Check if a message needs to be removed to the starboard of the server.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
channel_id
required
integer (Channel Id)
message_id
required
integer (Message Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "channel_id": 0,
  • "message_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Statistics

Operations related to a statistics

Get The Activities Presence Stats

Endpoint to fetch the activities presence stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Activities Presence Stats

Endpoint to add the activities presence stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
presence_user_id
required
integer (Presence User Id)
required
Array of objects (Activities)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "presence_user_id": 0,
  • "activities": [
    ]
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Activities Statuses Stats

Endpoint to fetch the activities statuses stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Commands Used Stats

Endpoint to fetch the commands used stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Commands Used Stats

Endpoint to add the commands used stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
initiator_id
required
integer (Initiator Id)
command
required
string (Command)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "initiator_id": 0,
  • "command": "string"
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Members Joined Stats

Endpoint to add the members joined stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
joined_member_id
required
integer (Joined Member Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "joined_member_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Members Joined Stats

Endpoint to fetch the members joined stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Members Left Stats

Endpoint to add the members left stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
left_member_id
required
integer (Left Member Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "left_member_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Members Left Stats

Endpoint to fetch the members left stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Members Total Stats

Endpoint to fetch the members total stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Messages Sent Stats

Endpoint to fetch the messages sent stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)
Channel Id (integer) or Channel Id (null) (Channel Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Messages Sent Stats

Endpoint to add the messages sent stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
channel_id
required
integer (Channel Id)
author_id
required
integer (Author Id)
message_id
required
integer (Message Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "channel_id": 0,
  • "author_id": 0,
  • "message_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Messages Deleted Stats

Endpoint to fetch the messages deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)
Channel Id (integer) or Channel Id (null) (Channel Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Messages Deleted Stats

Endpoint to add the messages deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
channel_id
required
integer (Channel Id)
author_id
required
integer (Author Id)
message_id
required
integer (Message Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "channel_id": 0,
  • "author_id": 0,
  • "message_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Voice Stats

Endpoint to fetch the voice stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)
Channel Id (integer) or Channel Id (null) (Channel Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Voice Stats

Endpoint to add the voice stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
channel_id
required
integer (Channel Id)
joined_member_id
required
integer (Joined Member Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "channel_id": 0,
  • "joined_member_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Update The Voice Stats

Endpoint to add the voice stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
channel_id
required
integer (Channel Id)
left_member_id
required
integer (Left Member Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "channel_id": 0,
  • "left_member_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Autoresponder Responses Deleted Stats

Endpoint to fetch the modules autoresponder responses deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Autoresponder Responses Deleted Stats

Endpoint to add the modules autoresponder responses deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Autoresponder Responses Created Stats

Endpoint to fetch the modules autoresponder responses created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Autoresponder Responses Created Stats

Endpoint to add the modules autoresponder responses created stats.

query Parameters
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Autoresponder Triggers Created Stats

Endpoint to fetch the modules autoresponder triggers created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Autoresponder Triggers Created Stats

Endpoint to add the modules autoresponder triggers created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Autoresponder Triggers Deleted Stats

Endpoint to fetch the modules autoresponder triggers deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Autoresponder Triggers Deleted Stats

Endpoint to add the modules autoresponder triggers deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Autoresponder Triggers Hit Stats

Endpoint to fetch the modules autoresponder triggers hit stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Autoresponder Triggers Hit Stats

Endpoint to add the modules autoresponder triggers hit stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)
trigger_id
required
string (Trigger Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0,
  • "trigger_id": "string"
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Autoresponder Check Time Stats

Endpoint to fetch the modules autoresponder check time stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Autoresponder Check Time Stats

Endpoint to add the modules autoresponder check time stats.

query Parameters
guild_id
required
integer (Guild Id)
check_time
required
number (Check Time)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Invite Tracker Invite Created Stats

Endpoint to fetch the modules invite tracker invite created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Invite Tracker Invite Created Stats

Endpoint to add the modules invite tracker invite created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Invite Tracker Invite Deleted Stats

Endpoint to fetch the modules invite tracker invite deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Invite Tracker Invite Deleted Stats

Endpoint to add the modules invite tracker invite deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Giveaways Giveaway Created Stats

Endpoint to fetch the modules giveaways giveaway created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Giveaways Giveaway Created Stats

Endpoint to add the modules giveaways giveaway created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Giveaways Giveaway Deleted Stats

Endpoint to fetch the modules giveaways giveaway deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Giveaways Giveaway Deleted Stats

Endpoint to add the modules giveaways giveaway deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Giveaways Giveaway Enters Stats

Endpoint to fetch the modules giveaways giveaway enters stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Giveaways Giveaway Enters Stats

Endpoint to add the modules giveaways giveaway enters stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Giveaways Giveaway Leaves Stats

Endpoint to fetch the modules giveaways giveaway leaves stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Giveaways Giveaway Leaves Stats

Endpoint to add the modules giveaways giveaway leaves stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Giveaways Giveaway Rerolled Stats

Endpoint to fetch the modules giveaways giveaway rerolled stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Giveaways Giveaway Rerolled Stats

Endpoint to add the modules giveaways giveaway rerolled stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Socials Entries Removed Stats

Endpoint to fetch the modules socials entries removed stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Socials Entries Removed Stats

Endpoint to add the modules socials entries removed stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Socials Entries Added Stats

Endpoint to fetch the modules socials entries added stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Socials Entries Added Stats

Endpoint to add the modules socials entries added stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Verifier Check Time Stats

Endpoint to fetch the modules verifier check time stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Verifier Check Time Stats

Endpoint to add the modules verifier check time stats.

query Parameters
guild_id
required
integer (Guild Id)
check_time
required
number (Check Time)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Polls Poll Created Stats

Endpoint to add the modules polls poll created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Polls Poll Created Stats

Endpoint to fetch the modules polls poll created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Polls Poll Deleted Stats

Endpoint to add the modules polls poll deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Polls Poll Deleted Stats

Endpoint to fetch the modules polls poll deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Polls Poll Manually Closed Stats

Endpoint to add the modules polls poll manually closed stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
closing_user_id
required
integer (Closing User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "closing_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Polls Poll Manually Closed Stats

Endpoint to fetch the modules polls poll manually closed stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Polls Vote Added Stats

Endpoint to add the modules polls vote added stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Polls Vote Added Stats

Endpoint to fetch the modules polls vote added stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Polls Vote Removed Stats

Endpoint to add the modules polls vote removed stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Polls Vote Removed Stats

Endpoint to fetch the modules polls vote removed stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Reactionroles Check Time Stats

Endpoint to fetch the modules reactionroles check time stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Reactionroles Check Time Stats

Endpoint to add the modules reactionroles check time stats.

query Parameters
guild_id
required
integer (Guild Id)
check_time
required
number (Check Time)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Reactionroles Panels Created Stats

Endpoint to fetch the modules reactionroles panels created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Reactionroles Panels Created Stats

Endpoint to add the modules reactionroles panels created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Reactionroles Panels Deleted Stats

Endpoint to fetch the modules reactionroles panels deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Reactionroles Panels Deleted Stats

Endpoint to add the modules reactionroles panels deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Reactionroles Reactionroles Added Stats

Endpoint to fetch the modules reactionroles reactionroles added stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Reactionroles Reactionroles Added Stats

Endpoint to add the modules reactionroles reactionroles added stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Reactionroles Reactionroles Removed Stats

Endpoint to fetch the modules reactionroles reactionroles removed stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Reactionroles Reactionroles Removed Stats

Endpoint to add the modules reactionroles reactionroles removed stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Reminders Send Time Stats

Endpoint to fetch the modules reminders send time stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Reminders Send Time Stats

Endpoint to add the modules reminders send time stats.

query Parameters
guild_id
required
integer (Guild Id)
send_time
required
number (Send Time)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Reminders Reminder Created Stats

Endpoint to fetch the modules reminders reminder created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Reminders Reminder Created Stats

Endpoint to add the modules reminders reminder created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Reminders Reminder Deleted Stats

Endpoint to fetch the modules reminders reminder deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Reminders Reminder Deleted Stats

Endpoint to add the modules reminders reminder deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Reminders Reminder Send Stats

Endpoint to fetch the modules reminders reminder send stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Reminders Reminder Send Stats

Endpoint to add the modules reminders reminder send stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Rules Check Time Stats

Endpoint to fetch the modules rules check time stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Rules Check Time Stats

Endpoint to add the modules rules check time stats.

query Parameters
guild_id
required
integer (Guild Id)
check_time
required
number (Check Time)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Rules Rule Added Stats

Endpoint to fetch the modules rules rule added stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Rules Rule Added Stats

Endpoint to add the modules rules rule added stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Rules Rule Removed Stats

Endpoint to fetch the modules rules rule removed stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Rules Rule Removed Stats

Endpoint to add the modules rules rule removed stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tags Check Time Stats

Endpoint to fetch the modules tags check time stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tags Check Time Stats

Endpoint to add the modules tags check time stats.

query Parameters
guild_id
required
integer (Guild Id)
check_time
required
number (Check Time)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tags Tag Created Stats

Endpoint to fetch the modules tags tag created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tags Tag Created Stats

Endpoint to add the modules tags tag created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tags Tag Deleted Stats

Endpoint to fetch the modules tags tag deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tags Tag Deleted Stats

Endpoint to add the modules tags tag deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tempchannels Created Check Time Stats

Endpoint to fetch the modules tempchannels created check time stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tempchannels Created Check Time Stats

Endpoint to add the modules tempchannels created check time stats.

query Parameters
guild_id
required
integer (Guild Id)
check_time
required
number (Check Time)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tempchannels Deleted Check Time Stats

Endpoint to fetch the modules tempchannels deleted check time stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tempchannels Deleted Check Time Stats

Endpoint to add the modules tempchannels deleted check time stats.

query Parameters
guild_id
required
integer (Guild Id)
check_time
required
number (Check Time)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tempchannels Creation Channels Created Stats

Endpoint to fetch the modules tempchannels creation channels created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tempchannels Creation Channels Created Stats

Endpoint to add the modules tempchannels creation channels created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tempchannels Creation Channels Deleted Stats

Endpoint to fetch the modules tempchannels creation channels deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tempchannels Creation Channels Deleted Stats

Endpoint to add the modules tempchannels creation channels deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tempchannels Tempchannel Created Stats

Endpoint to fetch the modules tempchannels tempchannel created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tempchannels Tempchannel Created Stats

Endpoint to add the modules tempchannels tempchannel created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tickets Panels Deleted Stats

Endpoint to add the modules tickets panels deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tickets Panels Deleted Stats

Endpoint to fetch the modules tickets panels deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tickets Panels Created Stats

Endpoint to add the modules tickets panels created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tickets Panels Created Stats

Endpoint to fetch the modules tickets panels created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tickets Types Added Stats

Endpoint to add the modules tickets types added stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tickets Types Added Stats

Endpoint to fetch the modules tickets types added stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tickets Types Removed Stats

Endpoint to add the modules tickets types removed stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tickets Types Removed Stats

Endpoint to fetch the modules tickets types removed stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tickets Closed Stats

Endpoint to add the modules tickets closed stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tickets Closed Stats

Endpoint to fetch the modules tickets closed stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tickets Created Stats

Endpoint to add the modules tickets created stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tickets Created Stats

Endpoint to fetch the modules tickets created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tickets Deleted Stats

Endpoint to add the modules tickets deleted stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "deleting_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tickets Deleted Stats

Endpoint to fetch the modules tickets deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Tickets Reopened Stats

Endpoint to add the modules tickets reopened stats.

Request Body schema: application/json
required
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Request samples

Content type
application/json
{
  • "guild_id": 0,
  • "creating_user_id": 0
}

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Tickets Reopened Stats

Endpoint to fetch the modules tickets reopened stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Welcoming Check Time Stats

Endpoint to add the modules welcoming check time stats.

query Parameters
guild_id
required
integer (Guild Id)
check_time
required
number (Check Time)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Welcoming Check Time Stats

Endpoint to fetch the modules welcoming check time stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Welcoming Responses Deleted Stats

Endpoint to fetch the modules welcoming responses deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Welcoming Responses Deleted Stats

Endpoint to add the modules welcoming responses deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Welcoming Responses Created Stats

Endpoint to fetch the modules welcoming responses created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Welcoming Responses Created Stats

Endpoint to add the modules welcoming responses created stats.

query Parameters
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Welcoming Timedroles Deleted Stats

Endpoint to fetch the modules welcoming timedroles deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Welcoming Timedroles Deleted Stats

Endpoint to add the modules welcoming timedroles deleted stats.

query Parameters
guild_id
required
integer (Guild Id)
deleting_user_id
required
integer (Deleting User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Get The Modules Welcoming Timedroles Created Stats

Endpoint to fetch the modules welcoming timedroles created stats.

query Parameters
guild_id
required
integer (Guild Id)
days
integer (Days)
Default: 1
User Id (integer) or User Id (null) (User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Add The Modules Welcoming Timedroles Created Stats

Endpoint to add the modules welcoming timedroles created stats.

query Parameters
guild_id
required
integer (Guild Id)
creating_user_id
required
integer (Creating User Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Privacy

Operations for a users privacy data

Get The Privacy Data Of A User For The Husqy.Modules.Welcoming Microservice

Get user entries.

query Parameters
guild_id
required
integer (Guild Id)
privacy_member_id
required
integer (Privacy Member Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Delete The Privacy Data Of A User For The Husqy.Modules.Welcoming Microservice

Delete user entries.

query Parameters
guild_id
required
integer (Guild Id)
privacy_member_id
required
integer (Privacy Member Id)

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}

Home Endpoint For The Husqy.Modules.Serverstats Microservice

Home endpoint for the Husqy.modules.serverstats microservice.

Responses

Response samples

Content type
application/json
{
  • "data": {
    }
}