Project Zomboid
API für vitaeZomBoQ
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10781243json
{
"response": {
"steam_id": "90284742353215493",
"domain": null,
"id": 10781243,
"ip": "93.99.7.86",
"port": 17961,
"query": 17961,
"color": 0,
"city": "Řícmanice",
"description": "Proudly Hosted by Czech Chillout",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1777527158,
"score": 0,
"last_online": 1776784222,
"icon": null,
"name": "vitaeZomBoQ",
"connect": "93.99.7.86:17961",
"request": "93.99.7.86:17961",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.15",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "CZ",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1766872586,
"last_update": 1777527158,
"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": 5078,
"language": "cs",
"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/10781243");
$data = json_decode($json, true);
var_dump($data);