API dla [US] RustBunnies | 2X | Weekly/Thursdays
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 190,
"fps_avg": 186,
"entities_count": 90576,
"world_seed": 1550667308,
"world_size": 4000,
"steam_id": 90286045851819020,
"domain": null,
"id": 10714561,
"ip": "157.85.93.148",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "Welcome to RustBunnies! A fresh, PVP-focused experience. Wiped: 5/14/2026, with weekly map and monthly BP wipes. Features include a 4.5k map, 2x Multiplier, and more! Join our vibrant community that values strategic gameplay and respect. More info and community rules at RustBunnies.com Happy surviving!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780613010,
"last_online": 1779997227,
"icon": null,
"name": "[US] RustBunnies | 2X | Weekly/Thursdays",
"connect": "157.85.93.148:28015",
"request": "157.85.93.148:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1765132215,
"last_update": 1780613010,
"banned": false,
"wipe": 1778784762,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10111,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/10714561");
$data = json_decode($json, true);
var_dump($data);