API для [Low Ping Zone] Popular Maps!
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": null,
"os": "l",
"product": "fof",
"region": 3,
"steam_id": "90289314431404056",
"domain": null,
"id": 12397543,
"ip": "94.23.68.241",
"port": 27465,
"query": 27465,
"project_id": null,
"color": 0,
"city": "Milan",
"description": null,
"game": 265630,
"owner": null,
"boosts": 1,
"last_offline": 1785391914,
"last_online": 1784571708,
"icon": null,
"name": "[Low Ping Zone] Popular Maps!",
"connect": "94.23.68.241:27465",
"request": "94.23.68.241:27465",
"map": "fof_tramonto_12",
"gamemode": null,
"version": "629",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": null,
"country": "IT",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784565711,
"last_update": 1785391914,
"ban_reason": null,
"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": 2130,
"language": "it",
"parked": false,
"app": {
"id": 81,
"steam_id": 265630,
"name": "Fistful of Frags",
"url": "fistful-of-frags"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12397543");
$data = json_decode($json, true);
var_dump($data);