Project Zomboid
Harus und Lilis PZ RP Wiese के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11323013json
{
"response": {
"steam_id": 90285482264834050,
"domain": null,
"id": 11323013,
"ip": "5.83.173.224",
"port": 10000,
"query": 10000,
"color": 0,
"city": "Frankfurt am Main",
"description": "Haru will spielen",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1778542336,
"score": 0,
"last_online": 1778248222,
"icon": null,
"name": "Harus und Lilis PZ RP Wiese",
"connect": "5.83.173.224:10000",
"request": "5.83.173.224:10000",
"map": "map_distanciado;AZSpawn;Muldrau",
"gamemode": "Project Zomboid",
"version": "42.17",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774594019,
"last_update": 1778542336,
"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": 4756,
"language": "de",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11323013");
$data = json_decode($json, true);
var_dump($data);