Counter-Strike: Global Offensive
API для 6#█❤️ OVER-LAST | STEAM CSGO 5x5 | MIRAGE/DUST2 █
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8170976json
{
"response": {
"steam_id": null,
"domain": "csgo.over-last.net",
"id": 8170976,
"ip": "45.136.205.63",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1777521798,
"score": 1,
"last_online": 1777564238,
"icon": null,
"name": "6#█❤️ OVER-LAST | STEAM CSGO 5x5 | MIRAGE/DUST2 █",
"connect": "csgo.over-last.net:27015",
"request": "45.136.205.63:27015",
"map": "de_dust2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1742106707,
"last_update": 1777564238,
"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": 723,
"language": "ru",
"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/8170976");
$data = json_decode($json, true);
var_dump($data);