Counter-Strike: Global Offensive
API для GAMEBOT-SE | RETAKE #1 | 128 TICK - !ws !knife !gloves
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11220114json
{
"response": {
"steam_id": "85568392935958123",
"domain": null,
"id": 11220114,
"ip": "65.108.143.42",
"port": 30015,
"query": 30015,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1774697546,
"score": 0,
"last_online": 1775805021,
"icon": null,
"name": "GAMEBOT-SE | RETAKE #1 | 128 TICK - !ws !knife !gloves",
"connect": "65.108.143.42:30015",
"request": "65.108.143.42:30015",
"map": "de_ancient",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 1,
"maxplayers": 12,
"bots": 1,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1772751436,
"last_update": 1775805021,
"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": 429,
"language": "fi",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11220114");
$data = json_decode($json, true);
var_dump($data);