API для Rusty Spoon PVE & PVP NO BP wipe (Low upkeep) All players welco
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 55,
"fps_avg": 54,
"entities_count": 150011,
"world_seed": 71550,
"world_size": 4800,
"steam_id": "90286580393637892",
"domain": null,
"id": 9972217,
"ip": "185.125.205.121",
"port": 28080,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nWelcome to our peaceful chilled vanilla style server established 2016!\r\n-Vanilla style but added luxury but still vanilla gather/loot rates!\r\n-We don't wipe player blueprints so you will always have your BP's once learned\r\n-Monthly force wipe but your blueprints are saved!\r\n-LOW upkeep on the server\r\n-Cargo Plane Crash Event!\r\n-Gas Station Event!\r\n-Armoured Train event!\r\nIn Game Shop & Kits to buy items & You earn loyalty points from play time and selling loot! ( Nothing is pay to win! Only Quality of life )\r\n-Raiding and PVP is disabled outside of designated zones until purge which is 4 days before force wipe.\r\n-There are Raid & PVP zones on the map\r\n-The Monday before wipe at 6pm is Purge where anything goes and restrictions are lifted\r\n-The server is peaceful and chilled until purge!\r\n-Admin shops in game to buy items\r\n-Also Webstore to buy items & perks or donate for rewards ( Quality of life )\r\n-Admins monitor chat so any issues please comment\r\n-NO cheats,toxic behaviour or harassment allowed\r\n-ABSOLUTELY NO ATTACKING ADMIN SHOPS\r\n-09/09/2025 Server hardware was upgraded and new dedicated broadband line for optimum performance so it has a new static IP\r\n-support @ rustyspoonserver@hotmail.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780110813,
"last_online": 1780591232,
"icon": null,
"name": "Rusty Spoon PVE & PVP NO BP wipe (Low upkeep) All players welco",
"connect": "185.125.205.121:28080",
"request": "185.125.205.121:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1754855401,
"last_update": 1780591232,
"banned": false,
"wipe": 1778178626,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3436,
"language": "en",
"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/9972217");
$data = json_decode($json, true);
var_dump($data);