API pentru Rusting Away PvP 2X Mods
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 188,
"fps_avg": 192,
"entities_count": 74966,
"world_seed": 1877276673,
"world_size": 3700,
"steam_id": "90286517949091846",
"domain": null,
"id": 11606647,
"ip": "198.244.230.172",
"port": 25600,
"query": 25603,
"color": 0,
"city": "London",
"description": ".png)\nHosted by Rusting Away\r\n☢️ Rusting Away Modded PvP ☢️ COME GET SOME A modded PvP experience built for players who want faster progression, nonstop action, and quality-of-life upgrades without losing the hardcore Rust feel. Fight real players, battle roaming AI survivors, dominate monuments, raid enemies, and build your empire across land, air, and sea. 🔥 Server Features: • 2x Gather Rates • Custom Stack Sizes • Roaming AI Players • Air, Land & Sea Vehicles • Monthly BP Wipes For Fair Progression • Blueprint Sharing With Your Team • No Team Limits • Long Days / Short Nights • Skinbox – Customize Your Style • Stackable Boxes & Storage QoL • Building Upgrades • Furnace Upgrades & Faster Smelting • Custom Vending Machines • Active Development & Balanced Gameplay Whether you're a solo grinder, massive clan, roaming PvPer, or base builder, Rusting Away delivers a fast-paced modded Rust experience without the boring grind. ⚔️ Raid. Roam. Dominate. ☢️ Rusting Away Modded PvP – COME GET SOME ☢️",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915478,
"last_online": 1780558828,
"icon": null,
"name": "Rusting Away PvP 2X Mods",
"connect": "198.244.230.172:25600",
"request": "198.244.230.172:25603",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 1000,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915478,
"last_update": 1780558828,
"banned": false,
"wipe": 1778983061,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5400,
"language": "en",
"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/11606647");
$data = json_decode($json, true);
var_dump($data);