Garry's Mod
API для Interval Imperial | HL2:Beta City 77 | Вайп №2
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/1397086json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1397086,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"LjthhcJQtH\",\"type\":\"paragraph\",\"data\":{\"text\":\"VK: https://vk.com/interval_imperial\\n\\nСайт: [https://sites.google.com/view/interval-project?usp=sharing](https://sites.google.com/view/interval-project?usp=sharing)\\n\\nДискорд проекта: [https://discord.gg/2URXPBtcBm](https://discord.gg/2URXPBtcBm)\"}}]",
"game": 4000,
"owner": 109017,
"boosts": 1,
"last_offline": 1763532063,
"score": null,
"last_online": 1762588212,
"icon": null,
"name": "Interval Imperial | HL2:Beta City 77 | Вайп №2",
"connect": null,
"request": null,
"map": "rp_localinterval",
"gamemode": "IX: Interval Imperial",
"version": null,
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": true,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1694947790,
"last_update": 1763532063,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3720,
"language": "ru",
"parked": true,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "Momo_Moon",
"avatar": "dfbecc5d-b3be-4eeb-ba44-f984a7e01916.jpg",
"last_online": 1775528272
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/1397086");
$data = json_decode($json, true);
var_dump($data);