DarchRust | 3x Loot | Solo/Duo/Trio | Wiped 01/06 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 94060,
"world_seed": 1987344906,
"world_size": 4000,
"steam_id": "90286483980473374",
"domain": null,
"id": 11260547,
"ip": "51.210.173.47",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Roubaix",
"description": "Welcome to DarchRust - a fair, active 3x EU server for Solo/Duo/Trio players. RATES Loot: 3x | Gather: 3x | Scrap: 3x Instant Craft | Fast Smelt & Recycle WIPE SCHEDULE Map Wipe: Every Monday @ 4PM BP Wipe: First Thursday of the month TEAM LIMIT Max group size: 3 - no alliances, no teaming FEATURES - Homes & Teleportation - Kits available (/kit) - Live Discord leaderboards - Active admin RULES 1. No racism or hate speech 2. No cheating or exploiting 3. Max trio - no alliances or teaming 4. Respect all players 5. Have fun and good luck!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780326272,
"last_online": 1780606835,
"icon": null,
"name": "DarchRust | 3x Loot | Solo/Duo/Trio | Wiped 01/06",
"connect": "51.210.173.47:28015",
"request": "51.210.173.47:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555195,
"last_update": 1780606835,
"banned": false,
"wipe": 1780326552,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4291,
"language": "fr",
"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/11260547");
$data = json_decode($json, true);
var_dump($data);