API для ПРОСТОЙ КЛАССИКА #3 [NOLIMIT]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 272,
"fps_avg": 257,
"entities_count": 93226,
"world_seed": 86510171,
"world_size": 4250,
"steam_id": "90286657951458328",
"domain": null,
"id": 10225635,
"ip": "185.207.214.226",
"port": 35200,
"query": 35210,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![ПРОСТОЙ КЛАССИКА #3 [NOLIMIT]](https://storage.prostoj.store/banners/banner.png)\n→ В рыбацких деревнях, ранчо, амбарах есть\r\nпереработчики, станции дронов, нпз!\r\n→ На 50% снижено содержание шкафа!\r\n→ Наши сервера: https://prostoj.store/servers",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780663459,
"last_online": 1780913017,
"icon": null,
"name": "ПРОСТОЙ КЛАССИКА #3 [NOLIMIT]",
"connect": "185.207.214.226:35200",
"request": "185.207.214.226:35210",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 3,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756733145,
"last_update": 1780913017,
"banned": false,
"wipe": 1780663555,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3618,
"language": "ru",
"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/10225635");
$data = json_decode($json, true);
var_dump($data);