Alien Swarm: Reactive Drop
API for [HNS-躲猫/HideandSeek]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1683163json
{
"response": {
"steam_id": "90284539871127552",
"domain": null,
"id": 1683163,
"ip": "1.15.50.10",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Beijing",
"description": "",
"game": 563560,
"owner": null,
"boosts": 1,
"last_offline": 1776198716,
"score": null,
"last_online": 1776385869,
"icon": null,
"name": "[HNS-躲猫/HideandSeek]",
"connect": "1.15.50.10:27016",
"request": "1.15.50.10:27016",
"map": "ASI-Jac1-LandingBay_01",
"gamemode": "躲猫猫/HideandSeek <V1.15 Beta>",
"version": "7.1.4.6",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1698946704,
"last_update": 1776385869,
"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": 5,
"language": "zh",
"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/1683163");
$data = json_decode($json, true);
var_dump($data);