Issue: Streamer Status and Streamer URL not available in /api/user/{username} endpoint
Usage: I am building a discord bot that enables users to get a profile card of a lichess user in chat. Some info such as Name, Patron Status and Ratings are available in the /api/user/{username} endpoint but unfortunately not the streamer status nor the streamer's URL (if streamer status is true).
I searched and found ways to get currently live streamers but that does not help as I want to display someone's streamer status as well as their Twitch/YouTube link even when they are not live.
Wondering if it can be added to this endpoint so that streamers are properly recognized in their profile cards.
An example built using the chess.com API is shown below for Hikaru's profile. See the Twitch link is embedded:
Apologies for formatting as I am new to GitHub and coding
Issue: Streamer Status and Streamer URL not available in /api/user/{username} endpoint
Usage: I am building a discord bot that enables users to get a profile card of a lichess user in chat. Some info such as Name, Patron Status and Ratings are available in the /api/user/{username} endpoint but unfortunately not the streamer status nor the streamer's URL (if streamer status is true).
I searched and found ways to get currently live streamers but that does not help as I want to display someone's streamer status as well as their Twitch/YouTube link even when they are not live.
Wondering if it can be added to this endpoint so that streamers are properly recognized in their profile cards.
An example built using the chess.com API is shown below for Hikaru's profile. See the Twitch link is embedded:
Apologies for formatting as I am new to GitHub and coding