Garry's Mod
API для 🔴 MagicRP|Fake 🟢 БОНУС 5.000P 🔴 ПРОМО обы
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10973483json
{
"response": {
"steam_id": "85568392935412877",
"domain": null,
"id": 10973483,
"ip": "185.97.255.43",
"port": 27907,
"query": 27907,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 4000,
"owner": 162148,
"boosts": 1,
"last_offline": 1776011578,
"score": 5,
"last_online": 1776796220,
"icon": null,
"name": "🔴 MagicRP|Fake 🟢 БОНУС 5.000P 🔴 ПРОМО обы",
"connect": "185.97.255.43:27907",
"request": "185.97.255.43:27907",
"map": "rp_bangclaw_bonus",
"gamemode": "DarkRP",
"version": "2025.03.26",
"numplayers": 2,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1769768998,
"last_update": 1776796220,
"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": 129,
"language": "ru",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "k1lly0u",
"avatar": "2af918b5-ee2d-45d4-998f-e9b321217dd1.jpg",
"last_online": 1772275425
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10973483");
$data = json_decode($json, true);
var_dump($data);