Counter-Strike
API для БОЛЬШИЕ СИСЬКИ [+21] [НОЧНОЙ VIP]
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10555589json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10555589,
"ip": "89.163.157.249",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Düsseldorf",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1772006490,
"score": 0,
"last_online": 1776123609,
"icon": null,
"name": "БОЛЬШИЕ СИСЬКИ [+21] [НОЧНОЙ VIP]",
"connect": "89.163.157.249:27016",
"request": "89.163.157.249:27016",
"map": "de_dust2",
"gamemode": "Hosted by STRONG-HOST.DE",
"version": "1.1.2.7/Stdio",
"numplayers": 39,
"maxplayers": 45,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 105,
"add_date": 1762525519,
"last_update": 1776123609,
"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": 86,
"language": "de",
"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/10555589");
$data = json_decode($json, true);
var_dump($data);