API für [UZ] Rust Tashkent | Vanilla | Full Wipe | 04.06
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 69035,
"world_seed": 550496754,
"world_size": 3500,
"steam_id": "90286604081427478",
"domain": null,
"id": 11159516,
"ip": "87.192.230.75",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Tashkent",
"description": "![[UZ] Rust Tashkent | Vanilla | Full Wipe | 04.06](https://xavfsiz-hayot.uz/images/rust/rust-banner.png)\nRust Tashkent - Vanilla ServernnMap: 3500 | No player limit | Full Wipe: ThursdaynServer location: Tashkent, Uzbekistannn--- ENGLISH ---n- Full Vanilla, no donationsn- No player limitn- Active admins, zero tolerance for cheatersn- Full wipe every Thursdayn- Chat commands: /pop, /rules, /helpnn--- РУССКИЙ ---n- Фулл ванилла, без донатаn- Без лимита игроковn- Активные админы, читеры банятся сразуn- Вайп каждый четвергn- Чат команды: /pop, /rules, /helpnnRULES / ПРАВИЛА:nNo cheating / Без читовnNo racism / Без расизмаnNo bug abuse / Без абуза баговnHave fun! / Играйте в удовольствие!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598072,
"last_online": 1780607429,
"icon": null,
"name": "[UZ] Rust Tashkent | Vanilla | Full Wipe | 04.06",
"connect": "87.192.230.75:28015",
"request": "87.192.230.75:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 6,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "UZ",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1772228132,
"last_update": 1780607429,
"banned": false,
"wipe": 1780596215,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2514,
"language": "uz",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11159516");
$data = json_decode($json, true);
var_dump($data);