Work in progress
This documentation page is currently work in progress.
Not all existing DecAPI endpoints are documented here yet - mostly Twitch and YouTube endpoints. The rest of the endpoints should have accurate documentation :)
For the currently active documentation, please visit docs.decapi.me.
List FrankerFaceZ channel emotes
Returns a space-separated list of FrankerFaceZ emotes available in the channel.
For users that have the FrankerFaceZ browser extension installed (or use a FrankerFaceZ-enabled chat client), the result will display as emotes in chat.
Endpoint URL
https://decapi.me/ffz/emotes/YOUR_TWITCH_CHANNEL_NAME
See example below for usage with a real Twitch channel name.
Required URL parameters
channel
- The Twitch channel name to retrieve emotes from.
Example
This example uses the Twitch channel name: decicus
Make sure to replace decicus
in the URL with the correct Twitch channel name for the channel you wish to get the emotes for.
- Listing channel emotes: https://decapi.me/ffz/emotes/decicus
Examples for bots
Nightbot
Note: Nightbot will automatically convert variables, such as$(channel)
or $(touser)
to the correct channel name / username, when the command is used.
You do not have to change those variables.
-
Get channel emotes
$(urlfetch https://decapi.me/ffz/emotes/$(channel))
Fossabot
Note: Fossabot will automatically convert variables, such as$(channel)
or $(user.login)
to the correct channel name / username, when the command is used.
You do not have to change those variables.
-
Get channel emotes
$(customapi https://decapi.me/ffz/emotes/$(channel))
StreamElements
Note: StreamElements will automatically convert variables, such as${channel}
or ${touser}
to the correct channel name / username, when the command is used.
You do not have to change those variables.
-
Get channel emotes
${customapi.https://decapi.me/ffz/emotes/${channel}}
Streamlabs Chat Bot
Note: Streamlabs Chat Bot will automatically convert variables, such as$mychannel
or $touserid
to the correct channel name / username, when the command is used.
You do not have to change those variables.
-
Get channel emotes
$readapi(https://decapi.me/ffz/emotes/$mychannel)
Streamlabs Cloudbot
Note: Streamlabs Cloudbot will automatically convert variables, such as{channel.name}
or {touser.name}
to the correct channel name / username, when the command is used.
You do not have to change those variables.
-
Get channel emotes
{readapi.https://decapi.me/ffz/emotes/{channel.name}}
Deepbot
Note: Deepbot will automatically convert variables, such as@stream@
or @user@
to the correct channel name / username, when the command is used.
You do not have to change those variables.
-
Get channel emotes
@customapi@[https://decapi.me/ffz/emotes/@stream@]
PhantomBot
Note: PhantomBot will automatically convert variables, such as(channelname)
or (touser)
to the correct channel name / username, when the command is used.
You do not have to change those variables.
-
Get channel emotes
(customapi https://decapi.me/ffz/emotes/(channelname))