API pentru Echo-Aisles-PVE | 2x | No-Decay | Raidable Bases Premium Active
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 61,
"fps_avg": 66,
"entities_count": 93032,
"world_seed": 101795827,
"world_size": 3700,
"steam_id": "90286465783755787",
"domain": null,
"id": 11305385,
"ip": "141.98.157.234",
"port": 28015,
"query": 28016,
"color": 0,
"city": "City of London",
"description": "\nEcho-Aisles | 2x PVE | EU | Active Admins. Echo-Aisles PvE 2x was built with one simple goal: Put the player first. Balanced 2x gather rates, carefully selected quality-of-life features, and transparent supporter perks all managed by an active team focused on fairness, stability, and long-term growth. This is a fresh server, built from the ground up. No inflated promises. No pay-to-win mechanics. Just a solid PvE experience designed to grow with its community. Whether youre here every day or a few hours a week, your time! matters. Echo-Aisles is being shaped by the players who make it their home, Join early. Be part of the foundation. Early supporters wont be forgotten. Welcome to Echo-Aisles.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780551807,
"last_online": 1780350030,
"icon": null,
"name": "Echo-Aisles-PVE | 2x | No-Decay | Raidable Bases Premium Active",
"connect": "141.98.157.234:28015",
"request": "141.98.157.234:28016",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774592884,
"last_update": 1780551807,
"banned": false,
"wipe": 1778179215,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11019,
"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/11305385");
$data = json_decode($json, true);
var_dump($data);