API for [RU ]Phoenix PVE [PVP zone][loot x3, skill x10] Custom loot
JSON for programs, websites and more
text
json
{
"response": {
"build": 118271,
"extraFlags": 0,
"nameHeaderRaw": "f0df1c010003",
"statusFlags": 96,
"type": 0,
"unknownStatusFlags": 96,
"steam_id": null,
"domain": null,
"id": 11739605,
"ip": "185.173.94.136",
"port": 7002,
"query": 7002,
"color": 0,
"city": "Moscow",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780491836,
"last_online": 1780563654,
"icon": null,
"name": "[RU ]Phoenix PVE [PVP zone][loot x3, skill x10] Custom loot",
"connect": "185.173.94.136:7002",
"request": "185.173.94.136:7002",
"map": null,
"gamemode": "community-direct",
"version": "1.3.0.1.118271",
"numplayers": 1,
"maxplayers": 90,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1780412899,
"last_update": 1780563654,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1126,
"language": "ru",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11739605");
$data = json_decode($json, true);
var_dump($data);