API for Hold W, flow like water
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286407104037892",
"domain": null,
"id": 11219587,
"ip": "138.124.76.97",
"port": 27050,
"query": 27050,
"color": 0,
"city": "Mayachnaya",
"description": null,
"game": 563560,
"owner": null,
"boosts": 1,
"last_offline": 1780162421,
"last_online": 1780161613,
"icon": null,
"name": "Hold W, flow like water",
"connect": "138.124.76.97:27050",
"request": "138.124.76.97:27050",
"map": "rd-par4high_tension",
"gamemode": "ASBI",
"version": "7.1.4.6",
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772701596,
"last_update": 1780162421,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 38,
"language": "ru",
"parked": false,
"app": {
"id": 176,
"steam_id": 563560,
"name": "Alien Swarm: Reactive Drop",
"url": "alien-swarm-reactive-drop"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11219587");
$data = json_decode($json, true);
var_dump($data);