API pentru EchoRust.co 3x Monthly |Solo/Duo/Trio/Quad | Full Wiped
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 40,
"fps_avg": 40,
"entities_count": 41051,
"world_seed": 2120543564,
"world_size": 4000,
"steam_id": "90286603952099348",
"domain": null,
"id": 11260622,
"ip": "51.195.189.151",
"port": 21345,
"query": 21347,
"color": 0,
"city": "City of London",
"description": "\nWelcome to EchoRust.CO! \r\n \r\n☑ Team Limit : 4 \r\n☑ Wipe : Monthly \r\n☑ 3x Gather Rates / 3x barrels / 3x smelt...(2x Sulfur) \r\n☑ Better Loot \r\n☑ Customized Anti Cheat System \r\n☑ Long Days & Short Nights \r\n☑ Active Non-Playing Admin",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780601666,
"last_online": 1780600833,
"icon": null,
"name": "EchoRust.co 3x Monthly |Solo/Duo/Trio/Quad | Full Wiped",
"connect": "51.195.189.151:21345",
"request": "51.195.189.151:21347",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 60,
"add_date": 1774555199,
"last_update": 1780601666,
"banned": false,
"wipe": 1780595820,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3976,
"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/11260622");
$data = json_decode($json, true);
var_dump($data);