Indifferent Broccoli Project Zomboid Server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90284096126060558",
"domain": null,
"id": 11619316,
"ip": "141.95.3.17",
"port": 28245,
"query": 28245,
"color": 0,
"city": "Limburg an der Lahn",
"description": "Welcome to your Indifferent Broccoli Project Zomboid server",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780574628,
"last_online": 1779954023,
"icon": null,
"name": "Indifferent Broccoli Project Zomboid Server",
"connect": "141.95.3.17:28245",
"request": "141.95.3.17:28245",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915981,
"last_update": 1780574628,
"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": 9186,
"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/11619316");
$data = json_decode($json, true);
var_dump($data);