HumanitZ
API for 90273106037701637
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8633234json
{
"response": {
"steam_id": "90273106037701637",
"domain": null,
"id": 8633234,
"ip": "50.115.8.95",
"port": 27739,
"query": 27740,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1773183149,
"score": 0,
"last_online": 1776795738,
"icon": null,
"name": "90273106037701637",
"connect": "50.115.8.95:27739",
"request": "50.115.8.95:27740",
"map": "Main Map",
"gamemode": "HumanitZ",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1745160270,
"last_update": 1776795738,
"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": 42,
"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/8633234");
$data = json_decode($json, true);
var_dump($data);