Rust
API pentru UmbraRust | X5 | ДЛЯ НОВИЧКОВ | KITS | EVENTS
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10522988json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10522988,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"4lOiEH1Ki-\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/34e133d1-2d3d-4922-ae14-8a971f4ac48b.png\"}}},{\"id\":\"bfj9rhcsm\",\"type\":\"paragraph\",\"data\":{\"text\":\"💎 Добро пожаловать на UmbraRust!\\n\\n💎 Сервер как для опытных так и для новичков!\\n\\n💎 Слотов: 120\\n\\n💎 Рейты 5Х\\n\\n💎 Вайпы раз в неделюпо пятницам!\\n\\n💎 Размер карты 2500\\n\\n💜 Администрация часто на сервере!\\n\\n💜 Скажем читерам НЕТ! Администрация анализирует каждого игрока\\n\\n👋 Если хотите пожаловаться на игрока, сообщить о баге или просто что-то сказать, не стесняйтесь писать разработчику в ЛС.\\n\\nТелеграм: @absolutenameless\"}}]",
"game": 252490,
"owner": 112559,
"boosts": 1,
"last_offline": 1763185853,
"score": 5,
"last_online": 1762256410,
"icon": null,
"name": "UmbraRust | X5 | ДЛЯ НОВИЧКОВ | KITS | EVENTS",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1761843583,
"last_update": 1763185853,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7575,
"language": "de",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "axxientyyyyy",
"avatar": "1113fbc2-4d59-43d2-93aa-23d6a008e956.jpg",
"last_online": 1772956215
},
"mods": [
{
"id": 710,
"name": "DeathMessages"
},
{
"id": 1358,
"name": "SkipNight"
},
{
"id": 1123,
"name": "NTeleportation"
},
{
"id": 824,
"name": "Gather Manager"
},
{
"id": 578,
"name": "Bright Nights"
}
],
"disabled_modules": [
"chat"
]
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10522988");
$data = json_decode($json, true);
var_dump($data);