Glorp PVE 2x | Vanilla+ | Raid-Bases | Raidable-Boats के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 151,
"fps_avg": 151,
"entities_count": 133376,
"world_seed": 1866735634,
"world_size": 4500,
"steam_id": "90286581496109058",
"domain": null,
"id": 11260085,
"ip": "178.63.20.134",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Falkenstein",
"description": "Welcome to Glorp Rust\r\n\r\nA relaxed 2x PVE server focused on fairness, exploration, and steady progression.\r\nNo pay-to-win, no stacked advantages, and everyone plays on equal ground.\r\n\r\nServer Features:\r\n• 2x gather and loot (junk loot removed)\r\n• Balanced progression and economy\r\n• Raidable Bases and a server shop\r\n• 50% decay reduction for easier base upkeep\r\n• XPStats progression system\r\n• Custom maps\r\n\r\nIf you want a relaxed server with fair progression and a small active community, Glorp is a good fit.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780545869,
"last_online": 1780582842,
"icon": null,
"name": "Glorp PVE 2x | Vanilla+ | Raid-Bases | Raidable-Boats",
"connect": "178.63.20.134:28015",
"request": "178.63.20.134:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555186,
"last_update": 1780582842,
"banned": false,
"wipe": 1778176174,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4384,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11260085");
$data = json_decode($json, true);
var_dump($data);