Rust
API für Sekka Rust 2x Solo/Duo/Trio [AU]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11261363json
{
"response": {
"fps": 61,
"fps_avg": 72,
"entities_count": 112245,
"world_seed": 60914251,
"world_size": 4500,
"steam_id": "90285475703449618",
"domain": null,
"id": 11261363,
"ip": "103.108.229.121",
"port": 7117,
"query": 7119,
"color": 0,
"city": "Melbourne",
"description": "Sekka Rust 2x | Solo/Duo/Trio Welcome to Sekka — where skill matters and the grind is balanced. • 2x Gather Rates (Balanced progression) • Max Team Size: 3 (Solo/Duo/Trio only) • Non-Playing Admins (Fair & Unbiased) • Weekly Wipes • Optimised Performance (Low lag, smooth gameplay) • Vanilla+ Feel (No pay-to-win) Whether you're a solo grinder or running with your trio, Sekka offers a competitive but fair Rust experience. Join the fight. Build. Raid. Dominate. Sekka Rust — Earn Everything. Fear Nothing.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778195537,
"score": 0,
"last_online": 1778562140,
"icon": null,
"name": "Sekka Rust 2x Solo/Duo/Trio [AU]",
"connect": "103.108.229.121:7117",
"request": "103.108.229.121:7119",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2624",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555235,
"last_update": 1778562140,
"banned": false,
"wipe": 1778195565,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4505,
"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/11261363");
$data = json_decode($json, true);
var_dump($data);