API for [RU] Имперский Фронт | ZeroCore
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "85568392936220058",
"domain": null,
"id": 11165452,
"ip": "194.69.160.46",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "City of London",
"description": null,
"game": 4000,
"owner": 198218,
"boosts": 1,
"last_offline": 1779650563,
"last_online": 1781056825,
"icon": null,
"name": "[RU] Имперский Фронт | ZeroCore",
"connect": "194.69.160.46:27015",
"request": "194.69.160.46:27015",
"map": "rp_titan_zeroteam_bananakin",
"gamemode": "StarWarsRP",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 8,
"points": 68,
"add_date": 1772228593,
"last_update": 1781056825,
"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": 58,
"language": "ru",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "overzero",
"avatar": "8404296d-9080-4cc3-8d3b-98cef11982bd.webp"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11165452");
$data = json_decode($json, true);
var_dump($data);