kmatvey Posted February 3 Share Posted February 3 Hi everyone, I’m working on a small external tool (Node.js) and I’m trying to figure out the proper way to get an up-to-date list of Don’t Starve Together servers, along with basic info (name, players, mods, etc). I already found references to lobbyListings*.json.gz used by the game, and I also saw third-party sites like dstserverlist.appspot.com that seem to aggregate this data. However, I’m still unclear about the intended / supported approach: Is there an official or semi-official endpoint for retrieving the current public server list? Are the lobbyListings JSON files still the recommended way, or are they considered internal/unstable? For detailed server info, is it expected to: query Klei lobby services, or use Steam A2S (UDP) directly per server? Is there any documentation about the lobby API or server query protocol for DST? I’m just looking for a stable way to read public server data for a community project. Any guidance would be appreciated Thanks! Link to comment https://forums.kleientertainment.com/forums/topic/169699-how-to-get-an-up-to-date-dst-server-list-server-info-api-lobby-listings-a2s/ Share on other sites More sharing options...
Developer nome Posted February 3 Developer Share Posted February 3 They're not an official API that we guarantee stability on but third party tools are welcome to use the lobbylisting JSON files. We try not to break them needlessly. 1 Link to comment https://forums.kleientertainment.com/forums/topic/169699-how-to-get-an-up-to-date-dst-server-list-server-info-api-lobby-listings-a2s/#findComment-1850595 Share on other sites More sharing options...
kmatvey Posted February 9 Author Share Posted February 9 (edited) On 2/4/2026 at 2:57 AM, nome said: They're not an official API that we guarantee stability on but third party tools are welcome to use the lobbylisting JSON files. We try not to break them needlessly. Thanks, I got this Edited February 9 by kmatvey Link to comment https://forums.kleientertainment.com/forums/topic/169699-how-to-get-an-up-to-date-dst-server-list-server-info-api-lobby-listings-a2s/#findComment-1850950 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now