API для WarZ RUST #4 [X5/X10|MAX2|DUO|TP|KIT|SHOP|LOOT+]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"modded": true,
"fps": 57,
"fps_avg": 57,
"entities_count": 1871,
"world_seed": 7454356,
"world_size": 3600,
"steam_id": "90286318783846408",
"domain": null,
"id": 11602925,
"ip": "195.209.214.202",
"port": 40000,
"query": 40001,
"color": 6,
"city": "Moscow",
"description": "[{\"id\":\"1gcpO3fkpg\",\"type\":\"paragraph\",\"data\":{\"text\":\"• Без лагов и фризов + premium AntiCheat\\n\\n• Добыча ресурсов: x5\\n\\n• Добыча компонентов/скрапа: х3\\n\\n• Стартовые киты - /kits\\n\\n• Система торговли - /trade\\n\\n• Моментальный крафт (insta craft)\"}}]",
"game": 252490,
"owner": 196449,
"boosts": 3,
"last_offline": 1779881602,
"last_online": 1779994809,
"icon": null,
"name": "WarZ RUST #4 [X5/X10|MAX2|DUO|TP|KIT|SHOP|LOOT+]",
"connect": "195.209.214.202:40000",
"request": "195.209.214.202:40001",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 225,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 2,
"points": 366,
"add_date": 1779793994,
"last_update": 1779994809,
"banned": false,
"wipe": 1779991200,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "megicowstar",
"avatar": "d9fe40d8-74f5-42e0-b89a-fd2da6f89166.webp"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11602925");
$data = json_decode($json, true);
var_dump($data);