API для FlashbackRP|NO P2W|SIMPLE RULES|GRAND OPENING
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392935072368",
"domain": null,
"id": 9949327,
"ip": "167.160.93.170",
"port": 27045,
"query": 27045,
"project_id": null,
"color": 0,
"city": "New York",
"description": null,
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1777650796,
"last_online": 1780951277,
"icon": null,
"name": "FlashbackRP|NO P2W|SIMPLE RULES|GRAND OPENING",
"connect": "167.160.93.170:27045",
"request": "167.160.93.170:27045",
"map": "rp_downtown_v4c_v6",
"gamemode": "DarkRP",
"version": "2025.03.26",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1754227197,
"last_update": 1780951277,
"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": 1733,
"language": "en",
"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/9949327");
$data = json_decode($json, true);
var_dump($data);