HumanitZ
API for Sacho's Funzone
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10972355json
{
"response": {
"steam_id": "90280222710784003",
"domain": null,
"id": 10972355,
"ip": "162.220.10.198",
"port": 11470,
"query": 11471,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1776806553,
"score": 0,
"last_online": 1776334863,
"icon": null,
"name": "Sacho's Funzone",
"connect": "162.220.10.198:11470",
"request": "162.220.10.198:11471",
"map": "Main Map",
"gamemode": "HumanitZ",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1768758593,
"last_update": 1776806553,
"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": 252,
"language": "en",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10972355");
$data = json_decode($json, true);
var_dump($data);