API для [BF2] CounterWorld.pl [FREE VIP 24H][4FUN][DoubleJump]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 12456340,
"ip": "51.83.179.40",
"port": 27016,
"query": 27016,
"project_id": null,
"color": 0,
"city": "Wroclaw",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1784692834,
"last_online": 1784708409,
"icon": null,
"name": "[BF2] CounterWorld.pl [FREE VIP 24H][4FUN][DoubleJump]",
"connect": "51.83.179.40:27016",
"request": "51.83.179.40:27016",
"map": "de_westwood",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 58,
"add_date": 1784671244,
"last_update": 1784708409,
"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": 1175,
"language": "pl",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12456340");
$data = json_decode($json, true);
var_dump($data);