StreamElements channels API
Endpoints to get channel data
Endpoints to get channel data
openapi: 3.0.0
info:
title: SE API Docs activities channels API
description: '## Custom Variable types
`guid` - string that matches pattern: `/^[0-9a-fA-F]{24}$/` (24 character hexadecimal string)
`datetime` - either timestamp in milliseconds (unix timestamp*1000) or string in ISO 8061 format
## Global variables
`Authorization` - string: JWT Token you can obtain here: https://streamelements.com/dashboard/account/channels (click "Show secrets")
`channelId` - guid: obtained by requesting `/channels/me` endpoint with provided JWT token
`channelName` - string: lowercase channel name
`timezone` - integer: timezone index'
contact: {}
version: '1.0'
servers:
- url: https://api.streamelements.com/kappa/v2
description: V2
variables: {}
- url: https://api.streamelements.com/kappa/v3
description: V3
variables: {}
security:
- JWTBearer: []
- OAuth2: []
- ApiKeyBearer: []
tags:
- name: channels
description: Endpoints to get channel data
paths:
/channels/me:
get:
tags:
- channels
summary: /me
description: Get channels details linked to provided JWT Token
operationId: /me
parameters:
- name: Accept
in: header
description: ''
required: true
style: simple
schema:
type: string
example: application/json
responses:
'200':
description: ''
headers:
Date:
content:
text/plain:
schema:
type: string
example: Fri, 07 Dec 2018 10:17:03 GMT
Content-Length:
content:
text/plain:
schema:
type: string
example: '920'
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/LinkedChannels'
example:
profile:
headerImage: https://cdn.streamelements.com/static/user/profile_header_default.png
title: leeeeex's profile
provider: twitch
suspended: false
nullChannel: false
providerEmails: []
lastJWTToken: null
_id: 5b2e2007760aeb7729487dab
email: email@streamelements.com
avatar: https://static-cdn.jtvnw.net/jtv_user_pictures/b21a7fa5-4f3f-4402-b68f-3545dcc68b90-profile_image-300x300.jpg
verified: false
username: leeeeex
alias: leeeeex
displayName: leeeeex
providerId: '85827806'
accessToken: ixfd2ussul9naws1agx16n8ufwny5a
apiToken: 7JkHvfuVsd5I1f1A0TRF
isPartner: false
broadcasterType: ''
users:
- user: 5b2e2007760aeb6677487daa
providerId: '85827806'
role: owner
ab: []
createdAt: '2018-06-23T10:25:11.733Z'
updatedAt: '2018-12-07T09:29:01.582Z'
lastLogin: '2018-12-07T09:29:01.58Z'
country: US
providerTotals:
follower-total: 6
features: []
geo: US
deprecated: false
/channels/{channel}:
get:
tags:
- channels
summary: /:channel
description: Get channel details for provided channel id or channel name
operationId: Get/:channel12345
parameters:
- name: channel
in: path
description: String|guid - Channel name or channel id
required: true
style: simple
schema:
type: string
example: leeeeex
- name: Accept
in: header
description: ''
required: true
style: simple
schema:
type: string
example: application/json
responses:
'200':
description: ''
headers:
Date:
content:
text/plain:
schema:
type: string
example: Fri, 07 Dec 2018 10:43:19 GMT
Content-Length:
content:
text/plain:
schema:
type: string
example: '444'
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/SimpleChannelDetails'
example:
profile:
headerImage: https://cdn.streamelements.com/static/user/profile_header_default.png
title: leeeeex's profile
provider: twitch
_id: 5b2e2007760aeb7729487dab
avatar: https://static-cdn.jtvnw.net/jtv_user_pictures/b21a7fa5-4f3f-4402-b68f-3545dcc68b90-profile_image-300x300.jpg
username: leeeeex
alias: leeeeex
displayName: leeeeex
providerId: '85827806'
isPartner: false
broadcasterType: ''
inactive: false
deprecated: false
/channels/{channel}/details:
get:
tags:
- channels
summary: /:channel/details
description: Get channel details
operationId: /:channel/details
parameters:
- name: channel
in: path
description: guid - Channel id
required: true
style: simple
schema:
type: string
example: 5b2e2007760aeb7729487dab
- name: Accept
in: header
description: ''
required: true
style: simple
schema:
type: string
example: application/json; charset=utf-8
responses:
'200':
description: ''
headers:
Date:
content:
text/plain:
schema:
type: string
example: Fri, 07 Dec 2018 10:43:42 GMT
Content-Length:
content:
text/plain:
schema:
type: string
example: '874'
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/ChannelDetails'
example:
profile:
headerImage: https://cdn.streamelements.com/static/user/profile_header_default.png
title: leeeeex's profile
provider: twitch
suspended: false
nullChannel: false
providerEmails: []
lastJWTToken: null
_id: 5b2e2007760aeb7729487dab
email: email@streamelements.com
avatar: https://static-cdn.jtvnw.net/jtv_user_pictures/b21a7fa5-4f3f-4402-b68f-3545dcc68b90-profile_image-300x300.jpg
verified: false
username: leeeeex
alias: leeeeex
displayName: leeeeex
providerId: '85827806'
accessToken: ixfd2ussul9naws1agx16n8ufwny5a
apiToken: 7JkHvfuVsd5I1f1A0TRF
isPartner: false
broadcasterType: ''
users:
- user: 5b2e2007760aeb6677487daa
providerId: '85827806'
role: owner
ab: []
createdAt: '2018-06-23T10:25:11.733Z'
updatedAt: '2018-12-07T10:43:42.282Z'
lastLogin: '2018-12-07T10:43:42.281Z'
country: US
inactive: false
deprecated: false
/channels/{channel}/emotes:
get:
tags:
- channels
summary: /:channel/emotes
description: Get emotes that can be used on channel (twitch, bttv, ffz)
operationId: /:channel/emotes
parameters:
- name: channel
in: path
description: guid - Channel id
required: true
style: simple
schema:
type: string
example: 5b2e2007760aeb7729487dab
- name: Accept
in: header
description: ''
required: true
style: simple
schema:
type: string
example: application/json; charset=utf-8
responses:
'200':
description: ''
headers:
Date:
content:
text/plain:
schema:
type: string
example: Fri, 07 Dec 2018 10:47:24 GMT
Content-Length:
content:
text/plain:
schema:
type: string
example: '96217'
content:
application/json; charset=utf-8:
schema:
$ref: '#/components/schemas/ChannelEmotes'
example:
bttvChannelEmotes:
gachiBASS:
_id: 57719a9a6bdecd592c3ad59b
name: gachiBASS
type: bttv
width: 28
height: 28
gif: true
urls:
'1': https://cdn.betterttv.net/emote/57719a9a6bdecd592c3ad59b/1x
'2': https://cdn.betterttv.net/emote/57719a9a6bdecd592c3ad59b/2x
'4': https://cdn.betterttv.net/emote/57719a9a6bdecd592c3ad59b/3x
bttvGlobalEmotes:
(chompy):
_id: 550b225fff8ecee922d2a3b2
name: (chompy)
type: bttv
width: 28
height: 28
gif: true
urls:
'1': https://cdn.betterttv.net/emote/550b225fff8ecee922d2a3b2/1x
'2': https://cdn.betterttv.net/emote/550b225fff8ecee922d2a3b2/2x
'4': https://cdn.betterttv.net/emote/550b225fff8ecee922d2a3b2/3x
(poolparty):
_id: 5502883d135896936880fdd3
name: (poolparty)
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/5502883d135896936880fdd3/1x
'2': https://cdn.betterttv.net/emote/5502883d135896936880fdd3/2x
'4': https://cdn.betterttv.net/emote/5502883d135896936880fdd3/3x
(puke):
_id: 550288fe135896936880fdd4
name: (puke)
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/550288fe135896936880fdd4/1x
'2': https://cdn.betterttv.net/emote/550288fe135896936880fdd4/2x
'4': https://cdn.betterttv.net/emote/550288fe135896936880fdd4/3x
:'(:
_id: 55028923135896936880fdd5
name: :'(
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/55028923135896936880fdd5/1x
'2': https://cdn.betterttv.net/emote/55028923135896936880fdd5/2x
'4': https://cdn.betterttv.net/emote/55028923135896936880fdd5/3x
':tf:':
_id: 54fa8f1401e468494b85b537
name: ':tf:'
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fa8f1401e468494b85b537/1x
'2': https://cdn.betterttv.net/emote/54fa8f1401e468494b85b537/2x
'4': https://cdn.betterttv.net/emote/54fa8f1401e468494b85b537/3x
AngelThump:
_id: 566ca1a365dbbdab32ec055b
name: AngelThump
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566ca1a365dbbdab32ec055b/1x
'2': https://cdn.betterttv.net/emote/566ca1a365dbbdab32ec055b/2x
'4': https://cdn.betterttv.net/emote/566ca1a365dbbdab32ec055b/3x
BaconEffect:
_id: 54fbf05a01abde735115de5e
name: BaconEffect
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fbf05a01abde735115de5e/1x
'2': https://cdn.betterttv.net/emote/54fbf05a01abde735115de5e/2x
'4': https://cdn.betterttv.net/emote/54fbf05a01abde735115de5e/3x
BadAss:
_id: 54faa4f101e468494b85b577
name: BadAss
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54faa4f101e468494b85b577/1x
'2': https://cdn.betterttv.net/emote/54faa4f101e468494b85b577/2x
'4': https://cdn.betterttv.net/emote/54faa4f101e468494b85b577/3x
BasedGod:
_id: 566c9eeb65dbbdab32ec052b
name: BasedGod
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566c9eeb65dbbdab32ec052b/1x
'2': https://cdn.betterttv.net/emote/566c9eeb65dbbdab32ec052b/2x
'4': https://cdn.betterttv.net/emote/566c9eeb65dbbdab32ec052b/3x
BatKappa:
_id: 550b6b07ff8ecee922d2a3e7
name: BatKappa
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/550b6b07ff8ecee922d2a3e7/1x
'2': https://cdn.betterttv.net/emote/550b6b07ff8ecee922d2a3e7/2x
'4': https://cdn.betterttv.net/emote/550b6b07ff8ecee922d2a3e7/3x
Blackappa:
_id: 54faa50d01e468494b85b578
name: Blackappa
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54faa50d01e468494b85b578/1x
'2': https://cdn.betterttv.net/emote/54faa50d01e468494b85b578/2x
'4': https://cdn.betterttv.net/emote/54faa50d01e468494b85b578/3x
BroBalt:
_id: 54fbf00a01abde735115de5c
name: BroBalt
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fbf00a01abde735115de5c/1x
'2': https://cdn.betterttv.net/emote/54fbf00a01abde735115de5c/2x
'4': https://cdn.betterttv.net/emote/54fbf00a01abde735115de5c/3x
ButterSauce:
_id: 54fbf02f01abde735115de5d
name: ButterSauce
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fbf02f01abde735115de5d/1x
'2': https://cdn.betterttv.net/emote/54fbf02f01abde735115de5d/2x
'4': https://cdn.betterttv.net/emote/54fbf02f01abde735115de5d/3x
CHAccepted:
_id: 54fa8fb201e468494b85b53b
name: CHAccepted
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fa8fb201e468494b85b53b/1x
'2': https://cdn.betterttv.net/emote/54fa8fb201e468494b85b53b/2x
'4': https://cdn.betterttv.net/emote/54fa8fb201e468494b85b53b/3x
CandianRage:
_id: 54fbf09c01abde735115de61
name: CandianRage
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fbf09c01abde735115de61/1x
'2': https://cdn.betterttv.net/emote/54fbf09c01abde735115de61/2x
'4': https://cdn.betterttv.net/emote/54fbf09c01abde735115de61/3x
CiGrip:
_id: 54fa8fce01e468494b85b53c
name: CiGrip
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fa8fce01e468494b85b53c/1x
'2': https://cdn.betterttv.net/emote/54fa8fce01e468494b85b53c/2x
'4': https://cdn.betterttv.net/emote/54fa8fce01e468494b85b53c/3x
ConcernDoge:
_id: 566c9f6365dbbdab32ec0532
name: ConcernDoge
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566c9f6365dbbdab32ec0532/1x
'2': https://cdn.betterttv.net/emote/566c9f6365dbbdab32ec0532/2x
'4': https://cdn.betterttv.net/emote/566c9f6365dbbdab32ec0532/3x
CruW:
_id: 55471c2789d53f2d12781713
name: CruW
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/55471c2789d53f2d12781713/1x
'2': https://cdn.betterttv.net/emote/55471c2789d53f2d12781713/2x
'4': https://cdn.betterttv.net/emote/55471c2789d53f2d12781713/3x
'D:':
_id: 55028cd2135896936880fdd7
name: 'D:'
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/1x
'2': https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/2x
'4': https://cdn.betterttv.net/emote/55028cd2135896936880fdd7/3x
DatSauce:
_id: 54fa903b01e468494b85b53f
name: DatSauce
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fa903b01e468494b85b53f/1x
'2': https://cdn.betterttv.net/emote/54fa903b01e468494b85b53f/2x
'4': https://cdn.betterttv.net/emote/54fa903b01e468494b85b53f/3x
DogeWitIt:
_id: 54faa52f01e468494b85b579
name: DogeWitIt
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54faa52f01e468494b85b579/1x
'2': https://cdn.betterttv.net/emote/54faa52f01e468494b85b579/2x
'4': https://cdn.betterttv.net/emote/54faa52f01e468494b85b579/3x
DuckerZ:
_id: 573d38b50ffbf6cc5cc38dc9
name: DuckerZ
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/573d38b50ffbf6cc5cc38dc9/1x
'2': https://cdn.betterttv.net/emote/573d38b50ffbf6cc5cc38dc9/2x
'4': https://cdn.betterttv.net/emote/573d38b50ffbf6cc5cc38dc9/3x
FCreep:
_id: 56d937f7216793c63ec140cb
name: FCreep
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/56d937f7216793c63ec140cb/1x
'2': https://cdn.betterttv.net/emote/56d937f7216793c63ec140cb/2x
'4': https://cdn.betterttv.net/emote/56d937f7216793c63ec140cb/3x
FapFapFap:
_id: 566c9f9265dbbdab32ec0538
name: FapFapFap
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566c9f9265dbbdab32ec0538/1x
'2': https://cdn.betterttv.net/emote/566c9f9265dbbdab32ec0538/2x
'4': https://cdn.betterttv.net/emote/566c9f9265dbbdab32ec0538/3x
FeelsAmazingMan:
_id: 5733ff12e72c3c0814233e20
name: FeelsAmazingMan
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/5733ff12e72c3c0814233e20/1x
'2': https://cdn.betterttv.net/emote/5733ff12e72c3c0814233e20/2x
'4': https://cdn.betterttv.net/emote/5733ff12e72c3c0814233e20/3x
FeelsBadMan:
_id: 566c9fc265dbbdab32ec053b
name: FeelsBadMan
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566c9fc265dbbdab32ec053b/1x
'2': https://cdn.betterttv.net/emote/566c9fc265dbbdab32ec053b/2x
'4': https://cdn.betterttv.net/emote/566c9fc265dbbdab32ec053b/3x
FeelsBirthdayMan:
_id: 55b6524154eefd53777b2580
name: FeelsBirthdayMan
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/55b6524154eefd53777b2580/1x
'2': https://cdn.betterttv.net/emote/55b6524154eefd53777b2580/2x
'4': https://cdn.betterttv.net/emote/55b6524154eefd53777b2580/3x
FeelsGoodMan:
_id: 566c9fde65dbbdab32ec053e
name: FeelsGoodMan
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/1x
'2': https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/2x
'4': https://cdn.betterttv.net/emote/566c9fde65dbbdab32ec053e/3x
FeelsPumpkinMan:
_id: 580e438942170bfd57189866
name: FeelsPumpkinMan
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/580e438942170bfd57189866/1x
'2': https://cdn.betterttv.net/emote/580e438942170bfd57189866/2x
'4': https://cdn.betterttv.net/emote/580e438942170bfd57189866/3x
FireSpeed:
_id: 566c9ff365dbbdab32ec0541
name: FireSpeed
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566c9ff365dbbdab32ec0541/1x
'2': https://cdn.betterttv.net/emote/566c9ff365dbbdab32ec0541/2x
'4': https://cdn.betterttv.net/emote/566c9ff365dbbdab32ec0541/3x
FishMoley:
_id: 566ca00f65dbbdab32ec0544
name: FishMoley
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566ca00f65dbbdab32ec0544/1x
'2': https://cdn.betterttv.net/emote/566ca00f65dbbdab32ec0544/2x
'4': https://cdn.betterttv.net/emote/566ca00f65dbbdab32ec0544/3x
ForeverAlone:
_id: 54fa909b01e468494b85b542
name: ForeverAlone
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fa909b01e468494b85b542/1x
'2': https://cdn.betterttv.net/emote/54fa909b01e468494b85b542/2x
'4': https://cdn.betterttv.net/emote/54fa909b01e468494b85b542/3x
FuckYea:
_id: 54fa90d601e468494b85b544
name: FuckYea
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fa90d601e468494b85b544/1x
'2': https://cdn.betterttv.net/emote/54fa90d601e468494b85b544/2x
'4': https://cdn.betterttv.net/emote/54fa90d601e468494b85b544/3x
GabeN:
_id: 54fa90ba01e468494b85b543
name: GabeN
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fa90ba01e468494b85b543/1x
'2': https://cdn.betterttv.net/emote/54fa90ba01e468494b85b543/2x
'4': https://cdn.betterttv.net/emote/54fa90ba01e468494b85b543/3x
HHydro:
_id: 54fbef6601abde735115de57
name: HHydro
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fbef6601abde735115de57/1x
'2': https://cdn.betterttv.net/emote/54fbef6601abde735115de57/2x
'4': https://cdn.betterttv.net/emote/54fbef6601abde735115de57/3x
HailHelix:
_id: 54fa90f201e468494b85b545
name: HailHelix
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fa90f201e468494b85b545/1x
'2': https://cdn.betterttv.net/emote/54fa90f201e468494b85b545/2x
'4': https://cdn.betterttv.net/emote/54fa90f201e468494b85b545/3x
HerbPerve:
_id: 54fa913701e468494b85b546
name: HerbPerve
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fa913701e468494b85b546/1x
'2': https://cdn.betterttv.net/emote/54fa913701e468494b85b546/2x
'4': https://cdn.betterttv.net/emote/54fa913701e468494b85b546/3x
Hhhehehe:
_id: 566ca02865dbbdab32ec0547
name: Hhhehehe
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566ca02865dbbdab32ec0547/1x
'2': https://cdn.betterttv.net/emote/566ca02865dbbdab32ec0547/2x
'4': https://cdn.betterttv.net/emote/566ca02865dbbdab32ec0547/3x
KKona:
_id: 566ca04265dbbdab32ec054a
name: KKona
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/566ca04265dbbdab32ec054a/1x
'2': https://cdn.betterttv.net/emote/566ca04265dbbdab32ec054a/2x
'4': https://cdn.betterttv.net/emote/566ca04265dbbdab32ec054a/3x
KaRappa:
_id: 550b344bff8ecee922d2a3c1
name: KaRappa
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/550b344bff8ecee922d2a3c1/1x
'2': https://cdn.betterttv.net/emote/550b344bff8ecee922d2a3c1/2x
'4': https://cdn.betterttv.net/emote/550b344bff8ecee922d2a3c1/3x
Kaged:
_id: 54fbf11001abde735115de66
name: Kaged
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fbf11001abde735115de66/1x
'2': https://cdn.betterttv.net/emote/54fbf11001abde735115de66/2x
'4': https://cdn.betterttv.net/emote/54fbf11001abde735115de66/3x
KappaCool:
_id: 560577560874de34757d2dc0
name: KappaCool
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/560577560874de34757d2dc0/1x
'2': https://cdn.betterttv.net/emote/560577560874de34757d2dc0/2x
'4': https://cdn.betterttv.net/emote/560577560874de34757d2dc0/3x
LuL:
_id: 567b00c61ddbe1786688a633
name: LuL
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/567b00c61ddbe1786688a633/1x
'2': https://cdn.betterttv.net/emote/567b00c61ddbe1786688a633/2x
'4': https://cdn.betterttv.net/emote/567b00c61ddbe1786688a633/3x
M&Mjc:
_id: 54fab45f633595ca4c713abc
name: M&Mjc
type: bttv
width: 28
height: 28
gif: false
urls:
'1': https://cdn.betterttv.net/emote/54fab45f633595ca4c713abc/1x
'2': https://cdn.betterttv.net/emote/54fab45f633595ca4c713abc/2x
'4': https://cdn.betterttv.net/emote/54fab45f633595ca4c713abc/3x
NaM:
_id: 566ca06065dbbdab32ec054e
name: NaM
# --- truncated at 32 KB (437 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/streamelements/refs/heads/main/openapi/streamelements-channels-api-openapi.yml