Rust
API für [EU/CZ] NORTHLAND — Tichý sever | Vanilla | 16.4
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10780202json
{
"response": {
"fps": 99,
"fps_avg": 99,
"entities_count": 82547,
"world_seed": 1554162530,
"world_size": 3750,
"steam_id": "90284794251811846",
"domain": null,
"id": 10780202,
"ip": "185.180.2.114",
"port": 28564,
"query": 27564,
"color": 0,
"city": "Prague",
"description": "![[EU/CZ] NORTHLAND — Tichý sever | Vanilla | 16.4](https://i.ibb.co/9mbdc6Lt/NORTHLAND-header-512x256.png)\n[EU/CZ] NORTHLAND – Tichý sever | Vanilla+ | Biweekly\r\n\r\nWIPE: KAŽDÝCH 14 DNÍ (BIWEEKLY)\r\nMAP WIPE\r\n\r\nRAID PROTEKCE: 00:00 – 08:00 (CET)\r\n• Ochrana je vázaná na TC (Tool Cupboard)\r\n• Pokud je TC zničeno PŘED začátkem protekce, lze v raidu pokračovat i během protekce\r\n\r\nPRAVIDLA:\r\n Griefing POVOLEN\r\n\r\n--------------------------------\r\nENGLISH:\r\n\r\nWIPE: EVERY 14 DAYS (BIWEEKLY)\r\nMAP WIPE\r\n\r\nRAID PROTECTION: 00:00 – 08:00 CET\r\n• Protection is linked to TC (Tool Cupboard)\r\n• If TC is destroyed BEFORE protection time, raid can continue through protection\r\n\r\nRULES:\r\n Griefing ALLOWED",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775152930,
"score": 0,
"last_online": 1776879023,
"icon": null,
"name": "[EU/CZ] NORTHLAND — Tichý sever | Vanilla | 16.4",
"connect": "185.180.2.114:28564",
"request": "185.180.2.114:27564",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766872368,
"last_update": 1776879023,
"banned": false,
"wipe": 1776362651,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4319,
"language": "cs",
"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/10780202");
$data = json_decode($json, true);
var_dump($data);