API für Jim's Paradise
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286398828065799",
"domain": null,
"id": 10237782,
"ip": "156.236.84.50",
"port": 16261,
"query": 16261,
"color": 0,
"city": "Dallas",
"description": null,
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780139019,
"last_online": 1780150232,
"icon": null,
"name": "Jim's Paradise",
"connect": "156.236.84.50:16261",
"request": "156.236.84.50:16261",
"map": "vehicle_interior;researchbase;r",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 8,
"maxplayers": 31,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1756887494,
"last_update": 1780150232,
"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": 2936,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10237782");
$data = json_decode($json, true);
var_dump($data);