Unturned
[TR]|[EU] SonHayat Emek [4XLOOT-KİT-TPA-NEW-WIPE] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11480810json
{
"response": {
"steam_id": "85568392935820995",
"domain": null,
"id": 11480810,
"ip": "212.100.185.185",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Bursa",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1776845550,
"score": 0,
"last_online": 1776770504,
"icon": "https://i.hizliresim.com/m37eknx.png",
"name": "[TR]|[EU] SonHayat Emek [4XLOOT-KİT-TPA-NEW-WIPE]",
"connect": "212.100.185.185:27015",
"request": "212.100.185.185:27015",
"map": "Washington",
"gamemode": "SonHayat Emek Sunar Wiped 19.03.2026",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 1,
"secured": true,
"private": false,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774979216,
"last_update": 1776845550,
"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": 826,
"language": "tr",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11480810");
$data = json_decode($json, true);
var_dump($data);