Project Zomboid
API pentru [ESP|LATAM] El Santuario PZ Bienvenid@ a tu muerte!! [PVP]
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/7113225json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7113225,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 108600,
"owner": 95426,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1742525440,
"icon": null,
"name": "[ESP|LATAM] El Santuario PZ Bienvenid@ a tu muerte!! [PVP]",
"connect": null,
"request": null,
"map": "ModTemplateWorld1;ModTemplateWo",
"gamemode": "Project Zomboid",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1735887613,
"last_update": 1750457066,
"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": 6279,
"language": "fr",
"parked": true,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": {
"username": "j053stb",
"avatar": "fc0c9650-11cf-44d7-a85a-107b34f5e175.jpg",
"last_online": 1771185330
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/7113225");
$data = json_decode($json, true);
var_dump($data);