Get activity series
GET/v1/guilds/:guild_id/activities
Get activity (e.g. playing, streaming, etc.) series data for a guild.
Request
Responses
- 200
- 401
A timeseries of counts. Use the by_*
query parameters to group data.
query parameter | field |
---|---|
by_member | memberId |
by_activity | activityId |
Response Headers
x-ratelimit-limit
Maximum number of requests that can be made in the current time window.
x-ratelimit-remaining
Number of requests remaining in the current time window.
x-ratelimit-reset
How many seconds until the rate limit resets.
retry-after
If max requests are reached, the time in seconds to wait before making a new request.
Unauthorized