Unturned
API pentru [AU] Escalation | 100% Vanilla | unturned.au
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/9756063json
{
"response": {
"steam_id": 85568392934871200,
"domain": null,
"id": 9756063,
"ip": "163.227.178.67",
"port": 27019,
"query": 27019,
"color": 0,
"city": "Sydney",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1775482929,
"score": 0,
"last_online": 1776118865,
"icon": "https://i.imgur.com/vCn4g4q.png",
"name": "[AU] Escalation | 100% Vanilla | unturned.au",
"connect": "163.227.178.67:27019",
"request": "163.227.178.67:27019",
"map": "Escalation",
"gamemode": "Discord Support | Vanilla | No Commands!",
"version": "3.26.2.1",
"numplayers": 0,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1752329780,
"last_update": 1776118865,
"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": 266,
"language": "en",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9756063");
$data = json_decode($json, true);
var_dump($data);