API для 🩷 CS2.FIT » Public || VIP | XP Ranking
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936489726",
"domain": null,
"id": 11695944,
"ip": "85.236.0.85",
"port": 27016,
"query": 27016,
"project_id": 329,
"color": 0,
"city": "Tuapse",
"description": null,
"game": 730,
"owner": 7478,
"boosts": 1,
"last_offline": 1784033030,
"last_online": 1787221243,
"icon": null,
"name": "🩷 CS2.FIT » Public || VIP | XP Ranking",
"connect": "85.236.0.85:27016",
"request": "85.236.0.85:27016",
"map": "de_dust2",
"gamemode": "Counter-Strike 2",
"version": "1.41.7.6",
"numplayers": 2,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 95,
"add_date": 1780226357,
"last_update": 1787221243,
"ban_reason": null,
"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": 200,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "abarmot",
"avatar": "7478.jpg"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11695944");
$data = json_decode($json, true);
var_dump($data);