Rust
BUNKER RUST | Vanilla+|NO LIMIT| RU/EU | Wipe 12.05 | BP WIPE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11492269json
{
"response": {
"fps": 213,
"fps_avg": 169,
"entities_count": 93170,
"world_seed": 4,
"world_size": 4000,
"steam_id": "90285639323241480",
"domain": null,
"id": 11492269,
"ip": "5.42.211.149",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Moscow",
"description": "BUNKER RUST | Vanilla+ | NO LIMIT | RU/EU | BP WIPE\r\n\r\nRU:\r\nВанильный Rust+ с полезными улучшениями и без лимита команды.\r\nФулл вайп каждые 2 недели и в force wipe Rust.\r\nBP вайп каждый вайп. Чертежи общие для участников команды.\r\nВерстак на весь дом, Discord/Telegram рейд-уведомления и киты.\r\n\r\nEN:\r\nVanilla+ Rust with useful QoL features and no team limit.\r\nFull wipe every 2 weeks and on Rust force wipe.\r\nBP wipe every wipe. Shared blueprints for teammates.\r\nWorkbench for the whole base, Discord/Telegram raid alerts and kits.\r\n\r\nТекущий вайп / Current wipe: 08.05\r\nConnect: 5.42.211.149:28015",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778536380,
"score": 0,
"last_online": 1778549420,
"icon": null,
"name": "BUNKER RUST | Vanilla+|NO LIMIT| RU/EU | Wipe 12.05 | BP WIPE",
"connect": "5.42.211.149:28015",
"request": "5.42.211.149:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 350,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1778368847,
"last_update": 1778549420,
"banned": false,
"wipe": 1778547655,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4754,
"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/11492269");
$data = json_decode($json, true);
var_dump($data);