API pentru ⥊ 🔵 BlueNetworks.gg » Hiring » Drugs » Custom ⥊
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "85568392925158757",
"domain": null,
"id": 580852,
"ip": "198.251.81.95",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Staten Island",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1780555409,
"last_online": 1780466451,
"icon": null,
"name": "⥊ 🔵 BlueNetworks.gg » Hiring » Drugs » Custom ⥊",
"connect": "198.251.81.95:27015",
"request": "198.251.81.95:27015",
"map": "rp_downtown_blue",
"gamemode": "DarkRP",
"version": "2026.04.29",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1668900498,
"last_update": 1780555409,
"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": 4670,
"language": "en",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/580852");
$data = json_decode($json, true);
var_dump($data);