API for [AU/NZ] The Pinbots - Community Server (AI Bots, Community Maps
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286659616205842",
"domain": null,
"id": 11602600,
"ip": "202.142.136.246",
"port": 27015,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Melbourne",
"description": null,
"game": 17500,
"owner": null,
"boosts": 1,
"last_offline": 1780718653,
"last_online": 1780731612,
"icon": null,
"name": "[AU/NZ] The Pinbots - Community Server (AI Bots, Community Maps",
"connect": "202.142.136.246:27015",
"request": "202.142.136.246:27016",
"map": "zps_cabin_rezombified_sps_ai_b2",
"gamemode": "ZPS 3.3.0 Custom",
"version": "3108",
"numplayers": 23,
"maxplayers": 24,
"bots": 23,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 128,
"add_date": 1779359430,
"last_update": 1780731612,
"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": 2,
"language": "en",
"parked": false,
"app": {
"id": 37,
"steam_id": 17500,
"name": "Zombie Panic! Source",
"url": "zombie-panic-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11602600");
$data = json_decode($json, true);
var_dump($data);