🏆🏆🏆 ЗAPУБA HA A.W.P 🏆 SGaming.RU için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11730272,
"ip": "193.124.121.168",
"port": 11434,
"query": 11434,
"color": 0,
"city": "Krasnodar",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1780429456,
"last_online": 1780426997,
"icon": null,
"name": "🏆🏆🏆 ЗAPУБA HA A.W.P 🏆 SGaming.RU",
"connect": "193.124.121.168:11434",
"request": "193.124.121.168:11434",
"map": "awp_lego_2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780389491,
"last_update": 1780429456,
"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": 2266,
"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": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11730272");
$data = json_decode($json, true);
var_dump($data);