API pentru #FROM Lost in Cherno - 3PP | Wiped: 22.05 | from-dayz.online
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286407560246274",
"domain": null,
"id": 11639458,
"ip": "31.57.151.182",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Frankfurt am Main",
"description": "#FROM DayZ Game Server https://from-dayz.online",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779917986,
"last_online": 1780167020,
"icon": null,
"name": "#FROM Lost in Cherno - 3PP | Wiped: 22.05 | from-dayz.online",
"connect": "31.57.151.182:2302",
"request": "31.57.151.182:2303",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 6,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1779917986,
"last_update": 1780167020,
"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": 1686,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11639458");
$data = json_decode($json, true);
var_dump($data);