HumanitZ
API for [RU] Hard2Survive#1 [PVE][WIPE_04.04.26] The best server for real man! discord.gg/wEwEY45NSd
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10601130json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10601130,
"ip": "80.87.202.42",
"port": 50777,
"query": 50777,
"color": 0,
"city": "Irkutsk",
"description": null,
"game": 1766060,
"owner": 133724,
"boosts": 1,
"last_offline": 1776359044,
"score": 5,
"last_online": 1776441025,
"icon": null,
"name": "[RU] Hard2Survive#1 [PVE][WIPE_04.04.26] The best server for real man! discord.gg/wEwEY45NSd",
"connect": "80.87.202.42:50777",
"request": "80.87.202.42:50777",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1762943263,
"last_update": 1776441025,
"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": 16,
"language": "ru",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": {
"username": "DedSamurai",
"avatar": "4b5acc7b-08de-4111-8645-f1868156dc34.jpg",
"last_online": 1770734784
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10601130");
$data = json_decode($json, true);
var_dump($data);