API dla PlayRZR 2x | Monthly | No BP Wipe
JSON dla programów, stron i innych
text
json
{
"response": {
"steam_id": "90286407666623508",
"domain": null,
"id": 9805229,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Warrenton",
"description": "\nPlayRZR 2x | Monthly | No bp wipe Welcome to PlayRZR, a balanced Rust experience built for players who want progression without endless grind. Server Features: - 2x Gather Rates: Resources, nodes, and components boosted for smoother gameplay - Monthly Map Wipes: Fresh adventures every month to keep the world competitive - Blueprints Stay: Keep your progress wipe to wipe - Quality of Life Tweaks: Faster smelting, larger stacks, and other small adjustments - Community Focused: Active admins, fair rules, and a friendly community Perfect for solos, duos, and small groups who enjoy Rust without the endless grind. Join us and build your empire on PlayRZR 2x | Monthly",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780272196,
"last_online": 1780177226,
"icon": null,
"name": "PlayRZR 2x | Monthly | No BP Wipe",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1752743612,
"last_update": 1780272196,
"banned": false,
"wipe": 1778318229,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9791,
"language": "en",
"parked": true,
"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/9805229");
$data = json_decode($json, true);
var_dump($data);