Rust
BASEMATES | 2X | SOLO DUO TRIO QUAD | Wiped 09.03 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10780506json
{
"response": {
"fps": 186,
"fps_avg": 179,
"entities_count": 37108,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90284699937526792",
"domain": null,
"id": 10780506,
"ip": "37.187.28.4",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Roubaix",
"description": "\nWelcome to BASEMATES.NET\r\n\r\nQoL Features:\r\n- 2x Gather Rate\r\n- 2x Recycler Speed\r\n- 2x Crafting Speed\r\n- 2x Smelting Speed\r\n- 2x Loot from NPC/boxes/barrels\r\n- Short Nights\r\n\r\nRules:\r\n- No hacking / scripting / bug abuse\r\n- No EAC / FP banned alts\r\n- No ban evading\r\n- No toxicity or racism\r\n\r\nServer Features:\r\n- 24/7 Uptime & Stable Servers\r\n- High Performance & FPS\r\n- Anti-Cheat & Fair Play\r\n- Friendly BaseMates Community\r\n- Vanilla+ Experience\r\n- 2 Wipes a Week\r\n- Active Admins\r\n- DDoS Protection",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775201488,
"score": 0,
"last_online": 1776966625,
"icon": null,
"name": "BASEMATES | 2X | SOLO DUO TRIO QUAD | Wiped 09.03",
"connect": "37.187.28.4:28015",
"request": "37.187.28.4:28017",
"map": "Wiped 20 days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766872408,
"last_update": 1776966625,
"banned": false,
"wipe": 1775202400,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4314,
"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/10780506");
$data = json_decode($json, true);
var_dump($data);