API для RUST BOB x10 01.03 [classic][x10]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 6124849,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"JD0Ec3rLZc\",\"type\":\"header\",\"data\":{\"text\":\"RUST для новичков 15.02 [classic][x2]\",\"level\":1}},{\"id\":\"_GAS7G8y0E\",\"type\":\"paragraph\",\"data\":{\"text\":\"Около-классический сервер. Присутствует x2, увеличенные стаки, быстрые печи и переработчики, up через шкаф, система нахождения НЕ имбовых кейсов (/case). Отсутствует хом, тп, киты, донат.\"}}]",
"game": 252490,
"owner": 106432,
"boosts": 1,
"last_offline": 1750457066,
"last_online": 1741703431,
"icon": null,
"name": "RUST BOB x10 01.03 [classic][x10]",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1727883179,
"last_update": 1750457066,
"banned": false,
"wipe": 1741345877,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13221,
"language": "de",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Ez3rockEz3rock",
"avatar": "55af81de-e70a-40d5-9ad3-4c9cc9d2b8e0.jpg"
},
"mods": [
{
"id": 947,
"name": "IQRates"
},
{
"id": 1589,
"name": "No Steam"
},
{
"id": 925,
"name": "IQCases"
}
],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/6124849");
$data = json_decode($json, true);
var_dump($data);