Project Zomboid
[KOR] Cleavan Ean के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11421244json
{
"response": {
"steam_id": "90284613269943311",
"domain": null,
"id": 11421244,
"ip": "168.107.3.50",
"port": 16261,
"query": 16261,
"color": 0,
"city": "Chuncheon",
"description": "Invest your time to get used to the server!",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1776798153,
"score": 0,
"last_online": 1776733220,
"icon": null,
"name": "[KOR] Cleavan Ean",
"connect": "168.107.3.50:16261",
"request": "168.107.3.50:16261",
"map": "li_township;Over the River - Se",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 0,
"maxplayers": 31,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774600026,
"last_update": 1776798153,
"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": 7139,
"language": "ko",
"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/11421244");
$data = json_decode($json, true);
var_dump($data);