Rust
API для KOTOR | КЛАССИКА X2 | ДЛЯ НОВИЧКОВ
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10533838json
{
"response": {
"fps": 37,
"fps_avg": 34,
"entities_count": 104418,
"world_seed": 251562731,
"world_size": 4250,
"steam_id": "90284661260712970",
"domain": null,
"id": 10533838,
"ip": "85.192.49.1",
"port": 27000,
"query": 27017,
"color": 0,
"city": "Helsinki",
"description": "\n★ Приветствую тебя на сервере KOTOR - Это продуманная классика для Новичков!\r\n ★ Увеличенные Рейты Ресурсов и стаков х2!\r\n ★ Ванильные Рейты Компонентов и Скрапа!\r\n ★ Ускоренная Переработка, Крафт и Печи х2!\r\n ★ Переработчики в Нефтянках и Всех Мирных RT!\r\n ★ Длительность Дня 55 мин, Ночи 5 мин!\r\n ★ Активная Администрация 24/7!\r\n ★ Никакого Доната!\r\n ★ Размер карты 4250!\r\n ★ Наш Дискорд https://discord.gg/qSsCWWUXGZ\r\n ★ Наш ВК https://vk.com/kotorrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776613401,
"score": 0,
"last_online": 1776827425,
"icon": null,
"name": "KOTOR | КЛАССИКА X2 | ДЛЯ НОВИЧКОВ",
"connect": "85.192.49.1:27000",
"request": "85.192.49.1:27017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1762518613,
"last_update": 1776827425,
"banned": false,
"wipe": 1775615818,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3701,
"language": "fi",
"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/10533838");
$data = json_decode($json, true);
var_dump($data);