Unturned
API für Cookie #1 [THAI-ASIA][PVP][Ranking][x5]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10909651json
{
"response": {
"steam_id": 85568392935356590,
"domain": null,
"id": 10909651,
"ip": "51.79.147.184",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Singapore",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1774965731,
"score": 0,
"last_online": 1776816054,
"icon": "https://i.imgur.com/lsC7gh3.png",
"name": "Cookie #1 [THAI-ASIA][PVP][Ranking][x5]",
"connect": "51.79.147.184:27015",
"request": "51.79.147.184:27015",
"map": "Russia",
"gamemode": "HOME&TPA | KIT| VAULT",
"version": "3.26.2.2",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768388470,
"last_update": 1776816054,
"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": 397,
"language": "en",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10909651");
$data = json_decode($json, true);
var_dump($data);