API pentru RustPlay PVE/PVP-Zones TP|Zombies|LVLs|Kits|Quests|Clans|+More!
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 29,
"fps_avg": 28,
"entities_count": 287856,
"world_seed": 452595145,
"world_size": 4777,
"steam_id": "90286744653771795",
"domain": null,
"id": 1397541,
"ip": "69.10.61.11",
"port": 28023,
"query": 28024,
"project_id": null,
"color": 0,
"city": "Secaucus",
"description": "\nPVE Based Map With PVP Zones And Zombies \r\n -Zombies -AI Raid Bases -Events -Quests -Kits \r\n -Vehicles -Levels -SkinBox -Backpacks -Fishing \r\n -Custom Loot -Clans -Teleport/Home -Rewards Store \r\n -Raid Protection Online & 48 Hours After Logging Off \r\n -70% Less Decay -50% More Loot -1000% More Fun \r\n -70+ Custom Plugins To Make Rust The Way It Should Be \r\n -Eastern No Lag US Server -Restarts Daily 4AM CST \r\n -Active Staff -Owner Supervision -All Game Styles Welcome \r\n -48 Hour Purge Before Wipe -Forced Monthly Wipe At Rust Update Only",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780909463,
"last_online": 1780953626,
"icon": null,
"name": "RustPlay PVE/PVP-Zones TP|Zombies|LVLs|Kits|Quests|Clans|+More!",
"connect": "69.10.61.11:28023",
"request": "69.10.61.11:28024",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 52,
"maxplayers": 420,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1696081409,
"last_update": 1780953626,
"banned": false,
"wipe": 1780595547,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1068,
"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/1397541");
$data = json_decode($json, true);
var_dump($data);