Counter-Strike
АДСКИЙ ПОБЕГ+15 [FREE VIP+HOOK] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11395360json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11395360,
"ip": "80.242.59.236",
"port": 27027,
"query": 27027,
"color": 0,
"city": "Veliky Novgorod",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1775409127,
"score": 0,
"last_online": 1776222620,
"icon": null,
"name": "АДСКИЙ ПОБЕГ+15 [FREE VIP+HOOK]",
"connect": "80.242.59.236:27027",
"request": "80.242.59.236:27027",
"map": "jail_west_b1",
"gamemode": "Jailbreak | Четверг",
"version": "1.1.2.7/Stdio",
"numplayers": 3,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1774598056,
"last_update": 1776222620,
"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": 2772,
"language": "ru",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11395360");
$data = json_decode($json, true);
var_dump($data);