Skip to content

Twitch Games

Request

Retrieve a list of video games available on Twitch that can be used for filtering creators. Returns game identifiers and metadata to help discover Twitch streamers who play specific games or have streamed particular titles.

Credits

  • 0 credits. This endpoint does not deduct credits.
Security
Bearer
GET
/public/v1/discovery/classifier/games/
curl -i -X GET \
  https://api-dashboard.influencers.club/public/v1/discovery/classifier/games/ \
  -H 'Authorization: Bearer <YOUR_API_KEY_HERE>'

Responses

Bodyapplication/json
Array [
topic_detailsstringrequired
sub_topic_detailsArray of stringsrequired
]
Response
[ { "topic_details": "string", "sub_topic_details": [] } ]