HumanitZ
API for Exodus - PVE - discord.gg/MenrhfbsAk
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10089303json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10089303,
"ip": "162.33.16.86",
"port": 9040,
"query": 9040,
"color": 0,
"city": "Buffalo",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1776246672,
"score": 0,
"last_online": 1776445233,
"icon": null,
"name": "Exodus - PVE - discord.gg/MenrhfbsAk",
"connect": "162.33.16.86:9040",
"request": "162.33.16.86:9040",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 3,
"maxplayers": 16,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 47,
"add_date": 1755475477,
"last_update": 1776445233,
"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": 22,
"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/10089303");
$data = json_decode($json, true);
var_dump($data);