Unturned
[EU] Freezzer #SEMI-VANILLA #1 [10x|Homes|Garage] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/5892147json
{
"response": {
"steam_id": "85568392924637435",
"domain": null,
"id": 5892147,
"ip": "116.202.131.125",
"port": 32015,
"query": 32015,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775754125,
"score": 0,
"last_online": 1776114025,
"icon": "https://www.freezzer.com/images/unturned_icon.png",
"name": "[EU] Freezzer #SEMI-VANILLA #1 [10x|Homes|Garage]",
"connect": "116.202.131.125:32015",
"request": "116.202.131.125:32015",
"map": "Escalation",
"gamemode": "Last Wipe: 112 days ago | Next Wipe: -1041 hours",
"version": "3.26.2.2",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1725959424,
"last_update": 1776114025,
"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": 76,
"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/5892147");
$data = json_decode($json, true);
var_dump($data);