Rust
API для SUMMER NOLIMIT | X2
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10889046json
{
"response": {
"oxide": true,
"modded": true,
"fps": 264,
"fps_avg": 262,
"entities_count": 123948,
"world_seed": 852642845,
"world_size": 3800,
"steam_id": 90284790273375260,
"domain": null,
"id": 10889046,
"ip": "145.239.149.165",
"port": 5555,
"query": 5557,
"color": 0,
"city": "Saarbrücken",
"description": "\n\r\nРейты x2-x4\r\nНеограниченное количество людей в команде\r\nКастомные скины, танцы, открытые DLC и многое другое.",
"game": 252490,
"owner": 79429,
"boosts": 1,
"last_offline": 1776513203,
"score": 0,
"last_online": 1776825611,
"icon": null,
"name": "SUMMER NOLIMIT | X2",
"connect": "145.239.149.165:5555",
"request": "145.239.149.165:5557",
"map": "summer-rust.top",
"gamemode": "Survival",
"version": "2524",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1768322487,
"last_update": 1776825611,
"banned": false,
"wipe": 1776513562,
"official": null,
"wipe_period": "weekly",
"next_wipe": 1777118362,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 197,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "isAlive",
"avatar": "dd57f687-68e1-4f35-82ba-ba7681daa6f8.jpg",
"last_online": 1773593461
},
"mods": [
{
"id": 979,
"name": "Kits"
},
{
"id": 926,
"name": "IQChat"
},
{
"id": 947,
"name": "IQRates"
},
{
"id": 1279,
"name": "RustApp"
},
{
"id": 1578,
"name": "XStatistics"
},
{
"id": 952,
"name": "IQTeleportation"
},
{
"id": 1351,
"name": "SkinDrops"
},
{
"id": 1355,
"name": "Skins"
},
{
"id": 524,
"name": "Backpacks"
},
{
"id": 587,
"name": "BuildingUpgrade"
},
{
"id": 1924,
"name": "Metabolism"
},
{
"id": 586,
"name": "Building Skins"
}
],
"disabled_modules": [
"chat"
]
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10889046");
$data = json_decode($json, true);
var_dump($data);