HumanitZ
API for Goons Just Gooning
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8857994json
{
"response": {
"steam_id": "90273577271871512",
"domain": null,
"id": 8857994,
"ip": "51.79.46.213",
"port": 28085,
"query": 28086,
"color": 0,
"city": "Montreal",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1768642695,
"score": 0,
"last_online": 1776795702,
"icon": null,
"name": "Goons Just Gooning",
"connect": "51.79.46.213:28085",
"request": "51.79.46.213:28086",
"map": "Main Map",
"gamemode": "HumanitZ",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1746304055,
"last_update": 1776795702,
"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": 43,
"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/8857994");
$data = json_decode($json, true);
var_dump($data);