API pentru Satalana Gathering Server [UAE] [PVE]
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286491982573585",
"domain": null,
"id": 11511393,
"ip": "94.59.221.99",
"port": 50050,
"query": 50052,
"color": 0,
"city": "Al Ain City",
"description": "![Satalana Gathering Server [UAE] [PVE]](https://image.myrustserver.com/logo/Khaled_6958508658d15.png)\nWelcome to Satalana Gathering\r\nThe ultimate PVE sanctuary in the UAE 🌍\r\n\r\nEnjoy a relaxed yet adventurous Rust experience with engaging events, progression systems, and quality-of-life features.\r\n\r\n────────────────────────\r\n📌 Server Info\r\n• /kit – Starter kit\r\n• /buy – Transport license\r\n• /st – Skill Tree\r\n• /skills – Skills system\r\n• /bskin – Building skin menu\r\n• /autolock – Auto-lock deployables\r\n• /info – View more commands\r\n\r\n────────────────────────\r\n🔧 Plugins Running on the Server\r\n• Restore Upon Death\r\n• Everlight\r\n• Genie\r\n• Quarry Levels\r\n• Chicken Egg\r\n• Boss Monsters\r\n• Airfield Bosses\r\n• Raidable Bases\r\n• Convoy\r\n• My Animal Farm\r\n\r\n────────────────────────\r\n🛡️ PVE Focused | Fair Play | Active Management\r\n\r\nBuild, explore, and enjoy Rust without the pressure of PvP.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780545028,
"icon": null,
"name": "Satalana Gathering Server [UAE] [PVE]",
"connect": "94.59.221.99:50050",
"request": "94.59.221.99:50052",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "AE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353845,
"last_update": 1780545028,
"banned": false,
"wipe": 1778187341,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5213,
"language": "ar",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11511393");
$data = json_decode($json, true);
var_dump($data);