API pentru [US] Wolves Hell | PvE | 3x | Solo/Duo/Trio | Mod | n00bs
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 93005,
"world_seed": 1630107523,
"world_size": 4250,
"steam_id": "90286604004783131",
"domain": null,
"id": 10699561,
"ip": "64.40.8.31",
"port": 28029,
"query": 28026,
"color": 0,
"city": "Dallas",
"description": "![[US] Wolves Hell | PvE | 3x | Solo/Duo/Trio | Mod | n00bs](https://i.postimg.cc/k5zyJ2b7/wolf-hell.jpg)\n[US] Wolves Hell | PvE | 3x | Solo/Duo/Trio | Mod | n00bs � Safe, Creative, Chill No raiding. No PvP. Just Rust the way you want it � relaxed, community-driven, and full of possibility. What You�ll Find: No PvP or raiding � full protection for all players, Weekly quests, events & exploration-based gameplay\r\nCustom build tools, QoL plugins & kits\r\nMonthly wipes for smooth performance, Custom PvE events � raid bases, treasure hunts, Friendly, inclusive community with active staff.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780660833,
"icon": null,
"name": "[US] Wolves Hell | PvE | 3x | Solo/Duo/Trio | Mod | n00bs",
"connect": "64.40.8.31:28029",
"request": "64.40.8.31:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1765122785,
"last_update": 1780660833,
"banned": false,
"wipe": 1780596042,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3892,
"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/10699561");
$data = json_decode($json, true);
var_dump($data);