[RU]ЮГ/Soviet/Вайп ПТ için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 124,
"fps_avg": 123,
"entities_count": 68932,
"world_seed": 578369846,
"world_size": 3500,
"steam_id": "90286266108627991",
"domain": null,
"id": 11088041,
"ip": "212.22.92.24",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"609xwH91me\",\"type\":\"image\",\"data\":{\"caption\":\"gm.link/u165059 [RU]ЮГ/Soviet\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/f654520b-23a0-4a75-837b-e065fafc3051.webp\"}}},{\"id\":\"lm7iVGWNZ0\",\"type\":\"paragraph\",\"data\":{\"text\":\"⭐ [ЮГ/Soviet] — Полигон особого назначения ⭐\\n Рандомный ивент на 1000р\\n🎖 ПООЩРЕНИЕ ПЕРЕДОВИКОВ: Уникальная система еженедельных премий. Лучшие из лучших (топ-9 сервера) участвуют в розыгрыше ценного хабара через систему ЭВМ.\"}}]",
"game": 252490,
"owner": 165059,
"boosts": 1,
"last_offline": 1779764605,
"last_online": 1779855608,
"icon": null,
"name": "[RU]ЮГ/Soviet/Вайп ПТ",
"connect": "212.22.92.24:28014",
"request": "212.22.92.24:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 2,
"points": 205,
"add_date": 1770023842,
"last_update": 1779855608,
"banned": false,
"wipe": 1779447018,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 20,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "danikdikutik",
"avatar": "c821e6e1-045f-4165-9ca0-0fbce93a3c54.jpg"
},
"mods": [
{
"id": 1227,
"name": "RaidBlock"
},
{
"id": 1265,
"name": "Roaming NPC Vendors"
},
{
"id": 994,
"name": "Legendary Beasts"
},
{
"id": 2195,
"name": "ZLevels Remastered"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11088041");
$data = json_decode($json, true);
var_dump($data);