API для DO NOT PLAY ON THIS SERVER
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 60,
"modded": true,
"fps_avg": 59,
"map_url": "procedural_map_1000_seed_1_r288",
"map_kind": "procedural",
"map_name": "Procedural Map",
"map_seed": 1,
"map_size": 1000,
"map_revision": 288,
"entities_count": 2328,
"steam_id": "90292760708611082",
"domain": null,
"id": 16281154,
"ip": "185.150.28.149",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Schenkon",
"description": "\nWelcome to NYX - EU 10x\r\n\r\nFeatures:\r\n» 10x Gather & Loot Rates\r\n» No BPs, Instant Crafting\r\n» Clans, Auth Share\r\n» Team Limit 6\r\n» Raidable Bases\r\n» Shop, Kits, Homes & Teleportation\r\n» BGrade, Remover Tool, Auto Doors, Box Sorter\r\n» Personal Minicopter\r\n\r\nMonthly Wipe (Force Only)\r\nDiscord: discord.gg/",
"game": 252490,
"boosts": 1,
"last_offline": 1789517468,
"last_online": 1789495311,
"icon": null,
"name": "DO NOT PLAY ON THIS SERVER",
"connect": "185.150.28.149:28015",
"request": "185.150.28.149:28017",
"map": "discord.gg/N9xYDT9Rqd",
"gamemode": "Survival",
"version": "2633",
"numplayers": 0,
"maxplayers": 0,
"bots": 0,
"secured": true,
"private": false,
"country": "CH",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1789320686,
"last_update": 1789517468,
"ban_reason": null,
"banned": false,
"hidden": false,
"wipe": 1789419616,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13226,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16281154");
$data = json_decode($json, true);
var_dump($data);