API для 5/8 Rust-A-Holics.com 10x PVE | NPC Raid Bases | SkillTree | He
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 24,
"fps_avg": 23,
"entities_count": 320079,
"world_seed": 336828379,
"world_size": 6000,
"steam_id": "90286587025116167",
"domain": null,
"id": 5664439,
"ip": "107.5.30.219",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Grand Blanc",
"description": "\nRust-A-Holics PVE provides a unique twist to the world we know as Rust by allowing players to build floating bases. Enjoy a relaxed and creative experience through a collection of over 100 plugins to help unleash your inner architect. \r\n\r\nPlugins Include: \r\n- Kits \r\n- Homes/TPR/MapTP \r\n- Control Your Time and Environment using /env \r\n- Remove, BGrade & /up \r\n-SkillTree, Quests & Player Challenges \r\n- Clans & Friends \r\n- Economy/Shop \r\n- Cooking & RPG Levels \r\n- Skinbox, Recycle, Virtual Quarries & More! \r\n\r\nYou can also purchase your own vehicles, patrol helicopter battles with varying difficulties, Raidable NPC Bases, and Bradley APCs to kill at your own base!\r\n\r\nWipe Schedule: 1st Thursday of Each Month\r\nMap Size: 6000",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780562665,
"last_online": 1780606237,
"icon": null,
"name": "5/8 Rust-A-Holics.com 10x PVE | NPC Raid Bases | SkillTree | He",
"connect": "107.5.30.219:28015",
"request": "107.5.30.219:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1723803554,
"last_update": 1780606237,
"banned": false,
"wipe": 1778254411,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3280,
"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/5664439");
$data = json_decode($json, true);
var_dump($data);