API pentru Rust Horizon Battle Grounds 2.0
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 56,
"fps_avg": 56,
"entities_count": 203358,
"world_seed": 1,
"world_size": 6000,
"steam_id": "90286563883855892",
"domain": null,
"id": 11725654,
"ip": "66.51.99.66",
"port": 28045,
"query": 28046,
"color": 0,
"city": "Dallas",
"description": "\n🌍 Rust Horizon Battleground 2.0 🌍\r\n\r\nWelcome to Rust Horizon Battleground 2.0, where survival is earned, alliances are tested, and every raid tells a story. Build your base, gather resources, dominate monuments, and fight your way to the top in an action-packed Rust experience.\r\n\r\n\r\n⚔️ Pve & Raiding\r\n🏗️ Custom Events\r\n👥 Friendly Community\r\n🚁 Monument & Loot Action\r\n🛡️ Fair Play Environment\r\n\r\nWhether you’re a solo survivor, a small group, or a large clan, there’s a place for you here. Join today and prove you have what it takes to rule the wasteland!\r\n\r\nRust Horizon Battleground 2.0 – Your Survival. Your Legacy. 🚀🛢️☢️",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780388556,
"last_online": 1780581038,
"icon": null,
"name": "Rust Horizon Battle Grounds 2.0",
"connect": "66.51.99.66:28045",
"request": "66.51.99.66:28046",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780388556,
"last_update": 1780581038,
"banned": false,
"wipe": 1780360514,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6039,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/11725654");
$data = json_decode($json, true);
var_dump($data);