From e1509edfcb9ce4456975fbb34df64abff4d4cfee Mon Sep 17 00:00:00 2001 From: nereg Date: Sat, 12 Dec 2020 11:13:09 +0200 Subject: [PATCH] Added JSOn syntacs lighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af0da08..7e6e73f 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ game_id=440, ping=0.253798684978392) * For some games, the query port is different from the actual connection port. The Steam server browser will show the connection port and querying that will not return an answer. There does not seem to be a general solution to this problem so far, but usually probing port numbers up to 10 higher and lower than the connection port usually leads to a response. If you're still not successful, use a network sniffer like Wireshark to monitor outgoing packets while refreshing the server popup in Steam. * But you can use `http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr={IP}` to fetch query port from steam servers. Example response for `5.101.166.210` : -``` +```json { "response": { "success": true,