Unturned
F3NTSURVIVAL 5X TPA HOME için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9051848json
{
"response": {
"steam_id": "85568392934740415",
"domain": null,
"id": 9051848,
"ip": "176.9.122.93",
"port": 27005,
"query": 27005,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1773545569,
"score": 0,
"last_online": 1776785481,
"icon": "https://i.imgur.com/2jhHUPW.png",
"name": "F3NTSURVIVAL 5X TPA HOME",
"connect": "176.9.122.93:27005",
"request": "176.9.122.93:27005",
"map": "Arid Reborn",
"gamemode": "PineHosting.com",
"version": "3.25.10.1",
"numplayers": 0,
"maxplayers": 18,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1746976831,
"last_update": 1776785481,
"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": 252,
"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/9051848");
$data = json_decode($json, true);
var_dump($data);