Rust
RUSTIX EU | 2X Vanilla+ | Monthly | No BP Wipes | WIPE 2.4 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10110954json
{
"response": {
"fps": 26,
"fps_avg": 30,
"entities_count": 91272,
"world_seed": 1692495111,
"world_size": 3750,
"steam_id": "90284599201784838",
"domain": null,
"id": 10110954,
"ip": "31.30.71.203",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chrast",
"description": "\nWelcome to RUSTIX.gg\r\n \r\n • Vanilla+ Rust experience – close to official, just slightly improved\r\n • FULL WIPE – 2.4.2025\r\n • 2x gather, loot & scrap\r\n • 50% low upkeep\r\n • Map size: 3750\r\n • No pay-to-win features\r\n • Active administration\r\n • No BP wipes\r\n \r\n ✦ SERVER RULES ✦\r\n • No hacking, scripting or exploiting\r\n • No intentional bug abuse\r\n • No EAC / FP banned alternative accounts\r\n • No ban evading\r\n • No racism or hate speech\r\n • Respect admins and other players",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776502403,
"score": 0,
"last_online": 1776872426,
"icon": null,
"name": "RUSTIX EU | 2X Vanilla+ | Monthly | No BP Wipes | WIPE 2.4",
"connect": "31.30.71.203:28015",
"request": "31.30.71.203:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1755619609,
"last_update": 1776872426,
"banned": false,
"wipe": 1775153650,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3767,
"language": "cs",
"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/10110954");
$data = json_decode($json, true);
var_dump($data);