Zloy Trudyaga [PVP] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286191974564894",
"domain": null,
"id": 11602723,
"ip": "95.189.44.0",
"port": 2302,
"query": 27016,
"color": 0,
"city": "Irkutsk",
"description": null,
"game": 221100,
"owner": 191087,
"boosts": 1,
"last_offline": 1779831155,
"last_online": 1779702018,
"icon": null,
"name": "Zloy Trudyaga [PVP]",
"connect": "95.189.44.0:2302",
"request": "95.189.44.0:27016",
"map": "enoch",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 3,
"points": 3,
"add_date": 1779527341,
"last_update": 1779831155,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5054,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "sania_zonofg",
"avatar": "49aaa611-11ad-4a81-8879-dac47f653067.jpg"
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11602723");
$data = json_decode($json, true);
var_dump($data);