Is it possible to get the ID or list of all non-game related categories created by Twitch (Just Chatting, Art, etc)?

I would like to make a command for a chatbot that allows moderators to change the category. At the same time, allow moderators to enter short names for some categories and so that the bot can correlate these names with the full ones.

The problem for me is that the game IDs have to be looked up in IGDB, and the categories created by twitch have to be looked up through the query “https://api.twitch.tv/helix/search/categories?query=”, which, from - due to the features of the search, it can return a lot of “garbage” categories.

Actually, I thought that perhaps there is a better way to get the data you need, but apparently there is no such way. Therefore, I will be guided by igdb_id. Thanks for answers.