API для Outland PvE | Raidable Bases | Bots | 2x
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 52,
"fps_avg": 59,
"entities_count": 99825,
"world_seed": 977099610,
"world_size": 4200,
"steam_id": "90286604174732310",
"domain": null,
"id": 10979357,
"ip": "149.76.112.17",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Stillwater",
"description": "\nThis is a casual PvE server. Maps wipe bi-weekly on the 1st and 3rd Thursday. Blueprints wipe monthly on the 1st Thursday.\r\n\r\n- Procedural Map\r\n- Raidable Bases Tier 3\r\n- BotReSpawn NPCs at monuments\r\n- Bradleys at monuments and ring road\r\n- Backpacks\r\n- Enhanced build hammer\r\n- Remover tool\r\n- Vehicle Licenses\r\n- Can place locks on vehicles, horses, furnaces, etc.\r\n- Craftable recyclers\r\n- Increased recycling and crafting speed\r\n- 2x gather rate\r\n- Reduced upkeep with higher building grades\r\n- Skinbox\r\n\r\nDiscord - https://discord.gg/t6dwpSBqUX",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780600230,
"icon": null,
"name": "Outland PvE | Raidable Bases | Bots | 2x",
"connect": "149.76.112.17:28015",
"request": "149.76.112.17:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 2,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1769901100,
"last_update": 1780600230,
"banned": false,
"wipe": 1780596566,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1468,
"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/10979357");
$data = json_decode($json, true);
var_dump($data);