API für [RU][PVP] De-Friz VL |CHERNO
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286332567048193",
"domain": null,
"id": 8087570,
"ip": "37.200.77.76",
"port": 2305,
"query": 27017,
"color": 0,
"city": "Vladivostok",
"description": null,
"game": 221100,
"owner": 194698,
"boosts": 1,
"last_offline": 1777240402,
"last_online": 1780000828,
"icon": null,
"name": "[RU][PVP] De-Friz VL |CHERNO",
"connect": "37.200.77.76:2305",
"request": "37.200.77.76:27017",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741601197,
"last_update": 1780000828,
"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": 1739,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "skazvl",
"avatar": "cadbb9f8-5c42-4172-a4b9-6946df66c390.png"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/8087570");
$data = json_decode($json, true);
var_dump($data);