Rust
API für ! [EU|NL|DE|BE|UK] RUSTYVENTURE Official Max4K+
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6124877json
{
"response": {
"fps": 16,
"fps_avg": 16,
"entities_count": 49920,
"world_seed": 1441133105,
"world_size": 4252,
"steam_id": "90285670438928399",
"domain": null,
"id": 6124877,
"ip": "77.164.145.157",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Bussum",
"description": "![! [EU|NL|DE|BE|UK] RUSTYVENTURE Official Max4K+](https://i.ibb.co/8mFBQY0/Server-banner-perma-PLUSMAX1.jpg)\nWelcome to Premium RUSTYVENTURE Official Max16 * Wipe only forced by the Facepunch Devs Official update! (The first Thursday of every month) * Have FUN No Rules/Policing * Enforced STEAM VAC/GAME BAN (Perm!) * Improved tRUSTed Dedicated Vanilla server Low-pop Optimized * Zero Vip's full = Queue * Create Teams = 3 * Auto-kick high-ping * Procedural Map 4Kplus * 24/7 survival since June 2017. rs0000000icH0rAi400t:{",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778609579,
"score": 0,
"last_online": 1778769022,
"icon": null,
"name": "! [EU|NL|DE|BE|UK] RUSTYVENTURE Official Max4K+",
"connect": "77.164.145.157:28015",
"request": "77.164.145.157:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1727883183,
"last_update": 1778769022,
"banned": false,
"wipe": 1778175232,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3082,
"language": "nl",
"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/6124877");
$data = json_decode($json, true);
var_dump($data);