API для Auzzie Misfits PVE/PVP
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 26,
"fps_avg": 26,
"entities_count": 125106,
"world_seed": 316277684,
"world_size": 4500,
"steam_id": "90286539348903961",
"domain": null,
"id": 841806,
"ip": "103.62.50.10",
"port": 49075,
"query": 49076,
"color": 0,
"city": "Brisbane",
"description": "\nPremium Raidable Bases, Premium SkinBox, Dangerous treasures, AI Bot are set hard, VIP membership thru Discord https://discord.gg/rWd2Ur6Vnx , In game shop to spend Reputation Points, Z Levels Remastered, Premuim Bot Respawn AI Bots Are Harder eg.@ Airfeild. Friendly staff to help out NOOBS.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780164812,
"last_online": 1780653629,
"icon": null,
"name": "Auzzie Misfits PVE/PVP",
"connect": "103.62.50.10:49075",
"request": "103.62.50.10:49076",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1684616083,
"last_update": 1780653629,
"banned": false,
"wipe": 1778223034,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2828,
"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/841806");
$data = json_decode($json, true);
var_dump($data);