Unturned
Europe Normal Russia Vanilla için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/2343378json
{
"response": {
"steam_id": "85568392930605311",
"domain": null,
"id": 2343378,
"ip": "85.13.108.15",
"port": 27040,
"query": 27040,
"color": 0,
"city": "České Budějovice",
"description": "",
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1769533294,
"score": 5,
"last_online": 1776096014,
"icon": "https://dapedatas.com/shared/unturned.png",
"name": "Europe Normal Russia Vanilla",
"connect": "85.13.108.15:27040",
"request": "85.13.108.15:27040",
"map": "Russia",
"gamemode": "Last wipe March 20",
"version": "3.26.2.2",
"numplayers": 36,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1703844764,
"last_update": 1776096014,
"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": 19,
"language": "cs",
"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/2343378");
$data = json_decode($json, true);
var_dump($data);