Unturned
███HUNTURNED ESCALATION MAGYAR TPA|HOME|VAULT███ için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10613077json
{
"response": {
"steam_id": "85568392935451762",
"domain": null,
"id": 10613077,
"ip": "136.243.33.183",
"port": 27000,
"query": 27000,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1772053297,
"score": 0,
"last_online": 1776256862,
"icon": "https://i.imgur.com/hN0D3JT.png",
"name": "███HUNTURNED ESCALATION MAGYAR TPA|HOME|VAULT███",
"connect": "136.243.33.183:27000",
"request": "136.243.33.183:27000",
"map": "Escalation",
"gamemode": "██MAGYAR UNTURNED SZERVER██",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 18,
"bots": 1,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1763324479,
"last_update": 1776256862,
"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": 344,
"language": "de",
"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/10613077");
$data = json_decode($json, true);
var_dump($data);