API для 0 CS2.Clutch-IL.co.il # Pickups 1
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": 6,
"product": "cs2",
"gametype": "empty,CS2,CSGO,IL,Israel,KNIFE,Knife,WS,comp,cs2,csgo,il,israel",
"dedicated": true,
"steam_id": "90290620270411786",
"domain": null,
"id": 13658381,
"ip": "185.185.134.13",
"port": 10201,
"query": 10201,
"project_id": null,
"color": 0,
"city": "Giv‘at Nili",
"description": null,
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1787201485,
"last_online": 1786479000,
"icon": null,
"name": "0 CS2.Clutch-IL.co.il # Pickups 1",
"connect": "185.185.134.13:10201",
"request": "185.185.134.13:10201",
"map": "de_dust2",
"gamemode": null,
"version": "1.41.7.4",
"numplayers": 0,
"maxplayers": 11,
"bots": 0,
"secured": true,
"private": null,
"country": "IL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1786476168,
"last_update": 1787201485,
"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": 12225,
"language": "he",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13658381");
$data = json_decode($json, true);
var_dump($data);