API für SisuRust 10x | No BPs | Mymini | Homes/TP | Weekly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 59,
"fps_avg": 62,
"entities_count": 75988,
"world_seed": 784512,
"world_size": 3500,
"steam_id": "90286579882848277",
"domain": null,
"id": 11502062,
"ip": "213.141.96.13",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Vantaa",
"description": "\nSisuRust x10 | Finland | EU\r\nFriday Wipe 5PM EET\r\n\r\n10x Gather Rates — 15x Sulfur\r\nInstant Craft & Quick Smelt\r\nAll Blueprints Unlocked\r\nNo Junk Loot - Loot++\r\nBackpacks | SkinBox | BGrade\r\nPersonal Minicopter with Fuel\r\nHomes & Teleport | Safe Trading\r\nRaidable Bases | Airfield Event\r\nServer Shop — Earn RP by Playing\r\nVIP — QoL Perks Only, Not Pay to Win\r\nFree Starter Kit\r\n\r\nFast-paced modded server based in Finland. Skip the grind — all BPs unlocked, essential QoL plugins included. Earn RP just by playing and spend it in the server shop. VIP offers convenience perks only, no pay to win.\r\n\r\nDiscord: discord.sisurust.com\r\nShop: shop.sisurust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780542269,
"last_online": 1780550430,
"icon": null,
"name": "SisuRust 10x | No BPs | Mymini | Homes/TP | Weekly",
"connect": "213.141.96.13:28015",
"request": "213.141.96.13:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207188,
"last_update": 1780550430,
"banned": false,
"wipe": 1780063175,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4873,
"language": "fi",
"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/11502062");
$data = json_decode($json, true);
var_dump($data);