Counter-Strike: Global Offensive
➡️ [DUST2] ☣️ ALkoGoLiki ☣️ [PUBLIC] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11252213json
{
"response": {
"steam_id": "85568392935970047",
"domain": "go.vkc.su",
"id": 11252213,
"ip": "81.91.189.70",
"port": 27037,
"query": 27037,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1776847349,
"score": 0,
"last_online": 1778610019,
"icon": null,
"name": "➡️ [DUST2] ☣️ ALkoGoLiki ☣️ [PUBLIC]",
"connect": "go.vkc.su:27037",
"request": "81.91.189.70:27037",
"map": "de_dust2",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 17,
"maxplayers": 64,
"bots": 1,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1773424324,
"last_update": 1778610019,
"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": 205,
"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/11252213");
$data = json_decode($json, true);
var_dump($data);