API для - rayish.com 4 - TRAINING
JSON для программ, сайтов и прочего
text
json
{
"response": {
"rBS": "0.3",
"rASP": "2.2.0",
"rSPS": "2.1.8",
"rVIP": "2.0.4",
"rBans": "1.5.3",
"rBugs": "1.1.8",
"rLogs": "1.2.2",
"rAdmin": "1.7.2",
"rPInfo": "3.1.1",
"rRates": "1.1.5",
"rRules": "1.0.1",
"rOutfit": "1.5.8",
"rAllChat": "1.0.5",
"rSpecList": "1.0.4",
"sv_region": "3",
"listentype": "d",
"rFootsteps": "0.0.2",
"rHighlight": "1.1.3",
"rSpawnSpec": "1.1.3",
"sv_contact": "contact@rayish.com",
"environment": "w",
"rMapChooser": "2.1.4",
"sv_password": "0",
"a2s_protocol": 48,
"amx_timeleft": "08:12",
"rBlockAttack": "1.0.1",
"rCVarChecker": "1.3.7",
"rSpeedometer": "1.0.0",
"players_complete": true,
"rLJRoadFenceRemover": "1.0.2 P",
"rFallDamage_Training": "1.0.2",
"steam_id": "90291715170112522",
"domain": "training.rayish.com",
"id": 1753106,
"ip": "46.59.68.95",
"port": 27018,
"query": 27018,
"project_id": null,
"color": 0,
"city": "Стокгольм",
"description": "",
"game": 10,
"boosts": 1,
"last_offline": 1789246830,
"last_online": 1789738826,
"icon": null,
"name": "- rayish.com 4 - TRAINING",
"connect": "training.rayish.com:27018",
"request": "46.59.68.95:27018",
"map": "rayish_town",
"gamemode": "Training",
"version": "1.1.2.6",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1699449614,
"last_update": 1789738826,
"ban_reason": null,
"banned": false,
"hidden": 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": 4896,
"language": "sv",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/1753106");
$data = json_decode($json, true);
var_dump($data);