HumanitZ
API für Sleepless PVE [Dedicated] [Fresh] [Hard] [discord.gg/sleepless]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11139329json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11139329,
"ip": "205.209.125.142",
"port": 25577,
"query": 25577,
"color": 0,
"city": "Englewood Cliffs",
"description": null,
"game": 1766060,
"owner": null,
"boosts": 1,
"last_offline": 1775022155,
"score": 0,
"last_online": 1778560294,
"icon": null,
"name": "Sleepless PVE [Dedicated] [Fresh] [Hard] [discord.gg/sleepless]",
"connect": "205.209.125.142:25577",
"request": "205.209.125.142:25577",
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770764383,
"last_update": 1778560294,
"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": 113,
"language": "en",
"parked": false,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11139329");
$data = json_decode($json, true);
var_dump($data);