API для ⚡ VELOCITY — Guns • Action
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789922545,
"app": {
"id": 2,
"name": "Counter-Strike 2",
"steam_id": 730,
"url": "counter-strike-2"
},
"color": 0,
"connect": "195.69.187.185:8187",
"country": "UA",
"domain": null,
"game": 730,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16807068,
"ip": "195.69.187.185",
"language": "uk",
"last_update": 1789971614,
"map": "surf_trick_gxd",
"maxplayers": 24,
"name": "⚡ VELOCITY — Guns • Action",
"numplayers": 0,
"official": null,
"points": 0,
"port": 8187,
"private": null,
"project_id": null,
"pve": null,
"pvp": null,
"query": 8187,
"request": "195.69.187.185:8187",
"secured": true,
"status": false,
"steam_id": "85568392936782221",
"version": "1.41.8.1",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Харьков",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1789971614,
"last_online": 1789969937,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 30422,
"wipe_period": null,
"os": "l",
"region": -1,
"product": "cs2",
"gametype": "empty,secure",
"dedicated": true
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16807068");
$data = json_decode($json, true);
var_dump($data);