Project Zomboid
API pentru Cozy PVE Server | x5-x10 Exp | Whitelist | Wiped 03-31-2026
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11098271json
{
"response": {
"steam_id": "90284399115699207",
"domain": null,
"id": 11098271,
"ip": "172.240.71.237",
"port": 26940,
"query": 26940,
"color": 0,
"city": "San Jose",
"description": "Cozy PVE Server | x5-x10 Exp | Please join discord and read the rules https://discord.gg/ZU5VKXuuEm | Wiped 03-31-2026",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1775802721,
"score": 0,
"last_online": 1776256213,
"icon": null,
"name": "Cozy PVE Server | x5-x10 Exp | Whitelist | Wiped 03-31-2026",
"connect": "172.240.71.237:26940",
"request": "172.240.71.237:26940",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.16",
"numplayers": 8,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1770028997,
"last_update": 1776256213,
"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": 29,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11098271");
$data = json_decode($json, true);
var_dump($data);