Project Zomboid
[ITA] La Resistenza (Season 2) B41 - NPC Quest System - pynoTT के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11266736json
{
"response": {
"steam_id": "90285180097579014",
"domain": null,
"id": 11266736,
"ip": "45.138.200.171",
"port": 27000,
"query": 27000,
"color": 0,
"city": "Scarperia e San Piero",
"description": null,
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1777230159,
"score": 0,
"last_online": 1777603910,
"icon": null,
"name": "[ITA] La Resistenza (Season 2) B41 - NPC Quest System - pynoTT",
"connect": "45.138.200.171:27000",
"request": "45.138.200.171:27000",
"map": "Foragyini;Trelai_4x4;Pitstop;pz",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": true,
"country": "IT",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774555481,
"last_update": 1777603910,
"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": 4051,
"language": "it",
"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/11266736");
$data = json_decode($json, true);
var_dump($data);