Rust
API für № 4 ZERO ZONE 4 /x10/Admin+/Boss/Clan/Remove/17.04.Wipe
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/102992json
{
"response": {
"steam_id": "90284533644873757",
"domain": null,
"id": 102992,
"ip": "195.122.250.254",
"port": 28444,
"query": 28445,
"color": 0,
"city": "Nizhniy Novgorod",
"description": "",
"game": 252490,
"owner": 70,
"boosts": 1,
"last_offline": 1776381220,
"score": null,
"last_online": 1776403220,
"icon": null,
"name": "№ 4 ZERO ZONE 4 /x10/Admin+/Boss/Clan/Remove/17.04.Wipe",
"connect": "195.122.250.254:28444",
"request": "195.122.250.254:28445",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1548537343,
"last_update": 1776403220,
"banned": false,
"wipe": 1776371295,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2176,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "ZeroZone",
"avatar": "70.jpg",
"last_online": 1627225260
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/102992");
$data = json_decode($json, true);
var_dump($data);