[EU] Chill Rust | Softcore | Noob Friendly | No BP Wipes | Quad के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 67699,
"world_seed": 882083738,
"world_size": 3500,
"steam_id": "90286455378953221",
"domain": null,
"id": 11644926,
"ip": "185.172.175.236",
"port": 28115,
"query": 28116,
"color": 0,
"city": "City of London",
"description": "![[EU] Chill Rust | Softcore | Noob Friendly | No BP Wipes | Quad](https://i.postimg.cc/J0zqqZx6/2.png)\nWelcome to Chill Rust!\r\n\r\n- Noob Friendly Softcore gameplay\r\n- Monthly Map Wipes\r\n- No Blueprint Wipes EVER\r\n- 50% Upkeep (cheaper base upkeep)\r\n- Team limit: 4 (Quad)\r\n- Active admin & fair play\r\n- Easy progression for beginners\r\n- Chill, non-toxic environment\r\n\r\nPerfect for new players learning Rust or just relaxing.\r\n\r\nRules:\r\n- Be respectful\r\n- No cheating or exploits\r\n- No excessive toxicity\r\n\r\nEnjoy your stay and have fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177440,
"last_online": 1780258231,
"icon": null,
"name": "[EU] Chill Rust | Softcore | Noob Friendly | No BP Wipes | Quad",
"connect": "185.172.175.236:28115",
"request": "185.172.175.236:28116",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177440,
"last_update": 1780258231,
"banned": false,
"wipe": 1778857352,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5930,
"language": "en",
"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/11644926");
$data = json_decode($json, true);
var_dump($data);