HumanitZ
API für [PSI] ITA -All Welcome- PvE /Zombie and Human Hostile HARD\ MAP RESET 17april2026 https://discord.gg/WNCkB3UP39
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10149425json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10149425,
"ip": "37.77.140.194",
"port": 7779,
"query": 7779,
"color": 0,
"city": "Ronciglione",
"description": null,
"game": 1766060,
"owner": 178937,
"boosts": 1,
"last_offline": 1775920937,
"score": 0,
"last_online": 1776445228,
"icon": null,
"name": "[PSI] ITA -All Welcome- PvE /Zombie and Human Hostile HARD\\ MAP RESET 17april2026 https://discord.gg/WNCkB3UP39",
"connect": "37.77.140.194:7779",
"request": "37.77.140.194:7779",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": null,
"private": null,
"country": "IT",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756202458,
"last_update": 1776445228,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 18,
"language": "it",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": {
"username": "sodrick",
"avatar": "5823e24e-f148-40e3-b507-76eeca9651a7.png",
"last_online": 1774727604
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10149425");
$data = json_decode($json, true);
var_dump($data);