Rust
API for Классика Раста#3|Для новичков|X2|29.04
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9765458json
{
"response": {
"fps": 181,
"fps_avg": 176,
"entities_count": 95974,
"world_seed": 1564583101,
"world_size": 3750,
"steam_id": "90285145679209495",
"domain": null,
"id": 9765458,
"ip": "185.189.255.56",
"port": 35200,
"query": 35210,
"color": 0,
"city": "Moscow",
"description": "\nКлассический сервер, добыча ресурсов Х2, идеально подойдет как для новичков, так и для уже опытных игроков\r\n>Коптеры на дороге\r\n>Бонусы за время-онлайн\r\n>Администрация доступна 24/7 и готова помочь в любых вопросах\r\n>Топовые пинг и улучшенный фпс за счет мощного железа и качественного интернет-соединения\r\n>БУДЬТЕ СНИСХОДИТЕЛЬНЫ К НОВИЧКАМ-МЫ ВСЕ КОГДА-ТО ИМИ БЫЛИ\r\n>У НАС ЗАПРЕЩЕНО ОТСТРЕЛИВАТЬ БОМЖЕЙ НА СПАУНЕ",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777467198,
"score": 1,
"last_online": 1777531817,
"icon": null,
"name": "Классика Раста#3|Для новичков|X2|29.04",
"connect": "185.189.255.56:35200",
"request": "185.189.255.56:35210",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1752439765,
"last_update": 1777531817,
"banned": false,
"wipe": 1777467191,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1091,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9765458");
$data = json_decode($json, true);
var_dump($data);