Zombie Survival Game Online
API for OCEANIA | PvP | KEEP LOOT
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11394935json
{
"response": {
"steam_id": "90284631690039313",
"domain": null,
"id": 11394935,
"ip": "103.2.196.179",
"port": 32001,
"query": 32003,
"color": 0,
"city": "Sydney",
"description": null,
"game": 2268560,
"owner": null,
"boosts": 1,
"last_offline": 1777063950,
"score": 0,
"last_online": 1776594074,
"icon": null,
"name": "OCEANIA | PvP | KEEP LOOT",
"connect": "103.2.196.179:32001",
"request": "103.2.196.179:32003",
"map": "Wasteland",
"gamemode": "Zombie Survival Game Online",
"version": "0.6.7",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774597364,
"last_update": 1777063950,
"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": 4,
"language": "en",
"parked": false,
"app": {
"id": 1617557,
"steam_id": 2268560,
"name": "Zombie Survival Game Online",
"url": "zombie-survival-game-online"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11394935");
$data = json_decode($json, true);
var_dump($data);