[CS:GO] NEZERLOR.RU ● ONLY MIRAGE [СКИНЫ НОЖИ] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10320788,
"ip": "185.9.145.248",
"port": 28486,
"query": 28486,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": 194497,
"boosts": 1,
"last_offline": 1781461987,
"last_online": 1781331028,
"icon": null,
"name": "[CS:GO] NEZERLOR.RU ● ONLY MIRAGE [СКИНЫ НОЖИ]",
"connect": "185.9.145.248:28486",
"request": "185.9.145.248:28486",
"map": "de_mirage",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758294770,
"last_update": 1781461987,
"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": 2320,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "vyacheslav_syomin",
"avatar": "2b470497-d2d7-4a1f-9359-7a87a66c0979.jpg"
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10320788");
$data = json_decode($json, true);
var_dump($data);