Rust
[EU] RustEZ Pure+ PvE | QoL | No Raiding | No Killing के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11435546json
{
"response": {
"steam_id": "90285495782891539",
"domain": null,
"id": 11435546,
"ip": "45.88.230.205",
"port": 29014,
"query": 28014,
"color": 0,
"city": "Poplar",
"description": "![[EU] RustEZ Pure+ PvE | QoL | No Raiding | No Killing](https://www.rustez.com/uploads/manual/headers/server/pureplushead.jpg)\nPure+ is a well-balanced, high-performance vanilla+ server that builds on our Pure experience with added quality of life improvements, and built-in protection for bases and loot to enjoy the game without the fear of other players.\r\n\r\nInformation\r\n● Decay and upkeep enabled\r\n● Player and building damage disabled\r\n● Wipes only when forced [Last wipe: 4/2]\r\n● Active admins and very helpful community\r\n● Inactive players removed after 10 days of inactivity\r\n\r\nFeatures\r\n● Commerce - Enjoy a rich player-driven economy.\r\n● Vehicles - Cars, minicopters, boats and hot air balloons.\r\n● Events - Organized or spontaneous events hosted by our admins for all players to enjoy.\r\n\r\nUse /help in chat for a full list of commands and helpful information.\r\n\r\nRules\r\n● No raiding, griefing or looting of any kind.\r\n● No mic or chat spam, player disrespect, racism or harassment.\r\n● No camping loot rooms, monuments or any highly concentrated areas.\r\n● You may build in caves but you must ensure safe passage for players.\r\n● No blocking waterways, building around monuments or large areas of land.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778572339,
"score": 0,
"last_online": 1778258424,
"icon": null,
"name": "[EU] RustEZ Pure+ PvE | QoL | No Raiding | No Killing",
"connect": "45.88.230.205:29014",
"request": "45.88.230.205:28014",
"map": "Custom Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774977194,
"last_update": 1778572339,
"banned": false,
"wipe": 1778177072,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7641,
"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/11435546");
$data = json_decode($json, true);
var_dump($data);