API für ПРОСТОЙ КЛАССИКА #2 [X2] ДЛЯ НОВИЧКОВ
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 67,
"fps_avg": 85,
"entities_count": 186681,
"world_seed": 680804569,
"world_size": 4250,
"steam_id": "90286657829267482",
"domain": null,
"id": 10633245,
"ip": "195.18.27.53",
"port": 35000,
"query": 35010,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "![ПРОСТОЙ КЛАССИКА #2 [X2] ДЛЯ НОВИЧКОВ](https://storage.prostoj.store/banners/banner.png)\n→ Раздача скинов каждый час!\r\n→ Повышенные рейты на ресурсы x2\r\n→ Ускоренно плавление в печах x2\r\n→ Компоненты по умолчанию x1\r\n→ В рыбацких деревнях, ранчо, амбарах есть\r\nпереработчики, станции дронов, нпз!\r\n→ На 50% снижено содержание шкафа!\r\n→ Наши сервера: https://prostoj.store/servers",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780665279,
"last_online": 1780915824,
"icon": null,
"name": "ПРОСТОЙ КЛАССИКА #2 [X2] ДЛЯ НОВИЧКОВ",
"connect": "195.18.27.53:35000",
"request": "195.18.27.53:35010",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 72,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1763713765,
"last_update": 1780915824,
"banned": false,
"wipe": 1780665298,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 772,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10633245");
$data = json_decode($json, true);
var_dump($data);