Rust
API для CrazyRust 50x Max 8 [No BPs] [Kits] [Loot++] Just Wiped!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10273831json
{
"response": {
"modded": true,
"fps": 181,
"fps_avg": 182,
"entities_count": 77830,
"world_seed": 306043704,
"world_size": 3750,
"steam_id": "90285573279279131",
"domain": null,
"id": 10273831,
"ip": "57.128.202.7",
"port": 10040,
"query": 10050,
"color": 0,
"city": "Warsaw",
"description": "![CrazyRust 50x Max 8 [No BPs] [Kits] [Loot++] Just Wiped!](https://imgur.com/mQL6wlH.jpg)\nWelcome to CrazyRust. This is a high-speed 50x server designed for fast-paced gameplay, massive raids, and constant PvP. SERVER FEATURES: 50x Gather Rates on all resources All Blueprints unlocked by default Starter Kits available for new players Instant Crafting and Fast Smelting Clan System and Automatic Authorization sharing Small to Medium maps for maximum action Active Admin support and lag-free performance WIPE SCHEDULE: Map Wipe: Every Monday and Thursday at 16:00 CET Full Wipe: First Thursday of the month (Facepunch Global Update)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778176987,
"score": 0,
"last_online": 1778769024,
"icon": null,
"name": "CrazyRust 50x Max 8 [No BPs] [Kits] [Loot++] Just Wiped!",
"connect": "57.128.202.7:10040",
"request": "57.128.202.7:10050",
"map": "High FPS | Wiped - 6d ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1757253739,
"last_update": 1778769024,
"banned": false,
"wipe": 1778179622,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3578,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10273831");
$data = json_decode($json, true);
var_dump($data);