Skip to content

Implemented Features

Emil Gardström edited this page Oct 22, 2022 · 6 revisions

Implemented endpoints

Helix

This page is not complete, more endpoints have been implemented

Moderation

Endpoint
✔ Check AutoMod Status POST https://api.twitch.tv/helix/moderation/enforcements/status docs-rs twitch-reference
✔ Get Banned Users GET https://api.twitch.tv/helix/moderation/banned docs-rs twitch-reference
✔ Get Banned Events GET https://api.twitch.tv/helix/moderation/banned/events docs-rs twitch-reference
✔ Get Moderators GET https://api.twitch.tv/helix/moderation/moderators docs-rs twitch-reference
✔ Get Moderator Events GET https://api.twitch.tv/helix/moderation/moderators/events docs-rs twitch-reference

Channels

Endpoint
✔ Start Commercial POST https://api.twitch.tv/helix/channels/commercial docs-rs twitch-reference
✔ Get Channel Information GET https://api.twitch.tv/helix/channels docs-rs twitch-reference
✔ Modify Channel Information PATCH https://api.twitch.tv/helix/channels docs-rs twitch-reference

Analytics

Endpoint
🔨 Get Extension Analytics GET https://api.twitch.tv/helix/analytics/extensions twitch-reference
🔨 Get Game Analytics GET https://api.twitch.tv/helix/analytics/games twitch-reference

Bits

Endpoint
✔ Get Cheermotes GET https://api.twitch.tv/helix/bits/cheermotes docs-rs twitch-reference
✔ Get Bits Leaderboard GET https://api.twitch.tv/helix/bits/leaderboard docs-rs twitch-reference

Extensions

Endpoint
🔨 Get Extension Transactions GET https://api.twitch.tv/helix/extensions/transactions twitch-reference

Channel Points

Endpoint
✔ Create Custom Rewards POST https://api.twitch.tv/helix/channel_points/custom_rewards docs-rs twitch-reference
✔ Delete Custom Rewards DELETE https://api.twitch.tv/helix/channel_points/custom_rewards docs-rs twitch-reference
✔ Get Custom Reward GET https://api.twitch.tv/helix/channel_points/custom_rewards docs-rs twitch-reference
✔ Get Custom Reward Redemption GET https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions docs-rs twitch-reference
✔ Update Custom Reward PATCH https://api.twitch.tv/helix/channel_points/custom_rewards docs-rs twitch-reference
✔ Update Redemption Status PATCH https://api.twitch.tv/helix/channel_points/custom_rewards/redemptions docs-rs twitch-reference

Clips

Endpoint
🔨 Create Clip POST https://api.twitch.tv/helix/clips twitch-reference
✔ Get Clips GET https://api.twitch.tv/helix/clips docs-rs twitch-reference

Entitlements

Endpoint
🔨 Create Entitlement Grants Upload URL POST https://api.twitch.tv/helix/entitlements/upload twitch-reference
🔨 Get Code Status GET https://api.twitch.tv/helix/entitlements/codes twitch-reference
🔨 Redeem Code POST https://api.twitch.tv/helix/entitlements/code twitch-reference

EventSub

Endpoint
✔ Create EventSub Subscription POST https://api.twitch.tv/helix/eventsub/subscriptions docs-rs twitch-reference
✔ Delete EventSub Subscription DELETE https://api.twitch.tv/helix/eventsub/subscriptions docs-rs twitch-reference
✔ Get EventSub Subscriptions GET https://api.twitch.tv/helix/eventsub/subscriptions docs-rs twitch-reference

Games

Endpoint
✔ Get Top Games GET https://api.twitch.tv/helix/games/top docs-rs twitch-reference
✔ Get Games GET https://api.twitch.tv/helix/games docs-rs twitch-reference

Search

Endpoint
✔ Search Categories GET https://api.twitch.tv/helix/search/categories docs-rs twitch-reference
✔ Search Channels GET https://api.twitch.tv/helix/search/channels docs-rs twitch-reference

Streams

Endpoint
🔨 Get Stream Key https://api.twitch.tv/helix/streams/key twitch-reference
✔ Get Streams GET https://api.twitch.tv/helix/streams docs-rs twitch-reference
🔨 Create Stream Marker POST https://api.twitch.tv/helix/streams/markers twitch-reference
🔨 Get Stream Markers GET https://api.twitch.tv/helix/streams/markers twitch-reference
✔ Get Stream Tags GET https://api.twitch.tv/helix/streams/tags docs-rs twitch-reference
✔ Replace Stream Tags PUT https://api.twitch.tv/helix/streams/tags docs-rs twitch-reference

Subscriptions

Endpoint
✔ Get Broadcaster Subscriptions GET https://api.twitch.tv/helix/subscriptions docs-rs twitch-reference
✔ Get Broadcaster Subscriptions Events GET https://api.twitch.tv/helix/subscriptions/events docs-rs twitch-reference

Tags

Endpoint
✔ Get All Stream Tags GET https://api.twitch.tv/helix/tags/streams docs-rs twitch-reference

Users

Endpoint
✔ Create User Follows POST https://api.twitch.tv/helix/users/follows  docs-rs twitch-reference
✔ Delete User Follows DELETE https://api.twitch.tv/helix/users/follows docs-rs twitch-reference
✔ Get Users GET https://api.twitch.tv/helix/users docs-rs twitch-reference
✔ Get Users Follows GET https://api.twitch.tv/helix/users/follows docs-rs twitch-reference
🔨 Update User PUT https://api.twitch.tv/helix/users twitch-reference
🔨 Get User Extensions GET https://api.twitch.tv/helix/users/extensions/list twitch-reference
🔨 Get User Active Extensions GET https://api.twitch.tv/helix/users/extensions twitch-reference
🔨 Update User Extensions PUT https://api.twitch.tv/helix/users/extensions twitch-reference

Videos

Endpoint
✔ Get Videos GET https://api.twitch.tv/helix/videos docs-rs twitch-reference

Hypetrain

Endpoint
✔ Get Hype Train Events GET https://api.twitch.tv/helix/hypetrain/events docs-rs twitch-reference

TMI

Endpoint
✔ Get Chatters https://tmi.twitch.tv/group/user/{broadcaster}/chatters
✔ Get Hosts https://tmi.twitch.tv/hosts

PubSub

Endpoint Topic
🔨 Bits V1 channel-bits-events-v1.<channel ID>
✔ Bits V2 channel-bits-events-v2.<channel ID> docs-rs
✔ Bits Badge Notificaton channel-bits-badge-unlocks.<channel_id> docs-rs
✔ Channel Points channel-points-channel-v1.<channel_id> docs-rs
✔ Channel Subscriptions channel-subscribe-events-v1.<channel ID> docs-rs
✔ Chat Moderator Actions chat_moderator_actions.<channel ID> docs-rs
✔ Chat Moderator Actions (undocumented) chat_moderator_actions.<channel ID>.<user_id> docs-rs
🔨 Whispers whispers.<user ID>
✔ Channel Cheer Events channel-cheer-events-public-v1.<user ID> docs-rs
✔ Channel Sub Gifts V1 channel-sub-gifts-v1.<user ID> docs-rs
✔ Following following.<user ID> docs-rs
✔ Hype Train Events V1 hype-train-events-v1.<user ID> docs-rs
✔ Hype Train Events V1 Rewards hype-train-events-v1.<user ID> docs-rs
✔ Raid raid.<user ID> docs-rs
✔ Video Playback video-playback.<username> docs-rs
✔ Video Playback By ID video-playback-by-id.<user ID> docs-rs