Rust
API для 710 GAMING | 5x PvE | EU | Quests | Kits | TP | No BP Wipes
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11159406json
{
"response": {
"fps": 112,
"fps_avg": 110,
"entities_count": 71020,
"world_seed": 1542066710,
"world_size": 3750,
"steam_id": "90284744616206343",
"domain": null,
"id": 11159406,
"ip": "65.109.53.166",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Helsinki",
"description": "\nWelcome to 710 Gaming! Your ultimate chill PvE experience.\r\nTired of the endless grind and toxic PvP? Relax and build your empire here with boosted rates and tons of quality-of-life perks. We NEVER wipe Blueprints!\r\n\r\n✦ CORE RATES & WIPE INFO ✦\r\n» 5x Gather, Components, Scrap & Loot\r\n» 5x-10x Stack Sizes for easier storage\r\n» Map Wipes Monthly on Force | NO BLUEPRINT WIPES!\r\n\r\n✦ PROGRESSION & UNIQUE FEATURES ✦\r\n» Leveling System: Earn XP and unlock perks as you play!\r\n» Quests: Complete dozens of quests for great rewards!\r\n» Ganja Farmer: Cultivate and sell your own crops with the weed plugin!\r\n» Automated Farming: Automate your planters for a hands-free farm!\r\n\r\n✦ QUALITY OF LIFE PERKS ✦\r\n✓ /mymini - Spawn your own personal minicopter!\r\n✓ Teleportation - Set homes and teleport to friends.\r\n✓ Kits - Get started with a variety of helpful kits.\r\n✓ Shop - In-game economy and shop to buy/sell goods.\r\n✓ Auto Doors - Doors that close automatically for you.\r\n✓ Lockable Barrels & Boxes - Keep your loot safe!\r\n✓ Daily Rewards - Log in every day for free loot!\r\n\r\nJoin our community for a relaxed, grind-free Rust adventure! \r\nDiscord! - https://discord.gg/f5TfTYnTet",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776787403,
"score": 0,
"last_online": 1776825620,
"icon": null,
"name": "710 GAMING | 5x PvE | EU | Quests | Kits | TP | No BP Wipes",
"connect": "65.109.53.166:28015",
"request": "65.109.53.166:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228127,
"last_update": 1776825620,
"banned": false,
"wipe": 1776363140,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4623,
"language": "fi",
"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/11159406");
$data = json_decode($json, true);
var_dump($data);