Chill Zone <No Limit> के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 149,
"fps_avg": 146,
"entities_count": 109263,
"world_seed": 1331181802,
"world_size": 4500,
"steam_id": "90286617871414280",
"domain": null,
"id": 758390,
"ip": "185.189.255.41",
"port": 35200,
"query": 35210,
"color": 0,
"city": "Moscow",
"description": "\nДобро пожаловать на сервер Chill Zone\r\nНецензурная лексика расизм и прочие оскорбления наказуемы\r\nГлобал Вайп 29.05\r\nРейты сервера-х2\r\nКоптеру добавлено малое хранилище и прожектор.\r\nПотребление построек снижено на 30%.\r\nПереработчики [нефтяные вышки; сфера; карго] ускорены х2.\r\nВсе печи ускорены х2.\r\nСтаки ресурсов увеличены до 5к.\r\nWelcome to the Chill server.\r\nServer rates are x2 balanced.\r\nCopter has a small storage and a spotlight added.\r\nBuilding consumption has been reduced by 30%.\r\nRefiners [oil rigs; sphere; cargo] have been sped up x2.\r\nAll furnaces have been sped up x2.\r\nResource stacks have been increased to 5k.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780626860,
"last_online": 1780650632,
"icon": null,
"name": "Chill Zone <No Limit>",
"connect": "185.189.255.41:35200",
"request": "185.189.255.41:35210",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1677864767,
"last_update": 1780650632,
"banned": false,
"wipe": 1780626563,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2694,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/758390");
$data = json_decode($json, true);
var_dump($data);