Rust
API für Iron Rust 2x Biweekly
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11159910json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 85604,
"world_seed": 1234567,
"world_size": 3800,
"steam_id": "90283581120120863",
"domain": null,
"id": 11159910,
"ip": "91.229.114.137",
"port": 28099,
"query": 28101,
"color": 0,
"city": "Chicago",
"description": "\nIRON RUST 2× BIWEEKLY | TRIO | US EAST A fast-paced but fair Rust experience designed for small groups. • 2× Gather Rates • Bi-Weekly Map Wipes • Trio Max — No Alliances • Active Admin Team (Admins Do NOT Play) • Carefully Balanced Loot & Monuments • Vanilla+ Gameplay — No Pay-to-Win • Stable, High-Performance Server • Events & Community Feedback Driven Perfect for players who want more action without losing the core Rust survival feel. Join our Discord for announcements, support, and events",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1772797943,
"score": 0,
"last_online": 1776840622,
"icon": null,
"name": "Iron Rust 2x Biweekly",
"connect": "91.229.114.137:28099",
"request": "91.229.114.137:28101",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2622",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228146,
"last_update": 1776840622,
"banned": false,
"wipe": 1772798221,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4702,
"language": "en",
"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/11159910");
$data = json_decode($json, true);
var_dump($data);