API для FASTCUP.NET
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1788915342,
"app": {
"id": 2,
"name": "Counter-Strike 2",
"steam_id": 730,
"url": "counter-strike-2"
},
"color": 0,
"connect": "85.234.69.217:27650",
"country": "DE",
"domain": null,
"game": 730,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 15678338,
"ip": "85.234.69.217",
"language": "de",
"last_update": 1789832220,
"map": "de_ravine",
"maxplayers": 64,
"name": "FASTCUP.NET",
"numplayers": 0,
"official": null,
"points": 0,
"port": 27650,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 27650,
"request": "85.234.69.217:27650",
"secured": false,
"status": false,
"steam_id": "90292979179215900",
"version": "1.41.8.1",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Эшборн",
"description": null,
"disabled_modules": [],
"gamemode": "Counter-Strike 2",
"hidden": false,
"last_offline": 1789832220,
"last_online": 1789736474,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 110329,
"wipe_period": null,
"listentype": "d",
"environment": "l",
"a2s_protocol": 17,
"sourcetvname": "",
"sourcetvport": 37650
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/15678338");
$data = json_decode($json, true);
var_dump($data);