API pentru [EU/ESP] RustyLife 2x Solo/Duo/Trio | x2 | Max 3
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 76892,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286603952592916",
"domain": null,
"id": 10699035,
"ip": "136.243.0.224",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Falkenstein",
"description": "![[EU/ESP] RustyLife 2x Solo/Duo/Trio | x2 | Max 3](https://i.ibb.co/fVZfGvZt/descarga-1.png)\nJoin our Discord: https://discord.gg/n2Ebu5qhu9 \r\n• NO Hacks | NO Scripts | NO Teaming | NO StreamSniping \r\n• Server Wipe Every Thursday 20:00 Time Zone SPAIN \r\n• Max Group: 3 \r\n• 2x Gather Rates | 2x Components & Scrap \r\n• 2x Smelting & Recycling Speed \r\n• Active Staff 24/7 | Custom Anti-Cheat / Anti-Teaming Detection \r\n• Custom Improved Loot Tables (Removed Junk) \r\n• 50% UpKeep | Raid Alerts in Chat \r\n• BP Team Sharing \r\n• Automatic Auth Sharing: Tool Cupboards, Code Locks, AutoTurrets \r\n• Extended Workbench Range \r\n• Spawn Minicopters on roads | Increase more Autoturrets",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780135417,
"last_online": 1780603228,
"icon": null,
"name": "[EU/ESP] RustyLife 2x Solo/Duo/Trio | x2 | Max 3",
"connect": "136.243.0.224:28020",
"request": "136.243.0.224:28021",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 6,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1765122675,
"last_update": 1780603228,
"banned": false,
"wipe": 1780595833,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1133,
"language": "de",
"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/10699035");
$data = json_decode($json, true);
var_dump($data);