Garry's Mod
API для ▅▇█ JointFullRP | ТЕХНИЧЕСКИЕ РАБОТЫ █
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/213862json
{
"response": {
"steam_id": "85568392931148858",
"domain": null,
"id": 213862,
"ip": "95.213.184.220",
"port": 27015,
"query": 27015,
"color": 0,
"city": "St Petersburg",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1776038516,
"score": null,
"last_online": 1776210652,
"icon": null,
"name": "▅▇█ JointFullRP | ТЕХНИЧЕСКИЕ РАБОТЫ █",
"connect": "95.213.184.220:27015",
"request": "95.213.184.220:27015",
"map": "rp_jointfullrp_sm_v7",
"gamemode": "DarkRP",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1582923899,
"last_update": 1776210652,
"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": 598,
"language": "ru",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/213862");
$data = json_decode($json, true);
var_dump($data);