Rust
API für TIRust Chill 2X PVE
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/4811797json
{
"response": {
"fps": 37,
"fps_avg": 38,
"entities_count": 88770,
"world_seed": 1750411277,
"world_size": 3800,
"steam_id": "90284853450286085",
"domain": null,
"id": 4811797,
"ip": "217.15.175.74",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Boston",
"description": "\nSERVER RULES\r\nNo Raids Until Last Week of Wipe - No Limits for Final 48 Hour Purge\r\nNo isms, excessive toxicity, or stupidity will be tolerated.\r\n\r\n--- EVENTS ---\r\nPersonal Heli in /shop - Spawns Patrol Heli to Hunt You Down and Fight. Won't run away, can't be attacked or looted by other players.\r\nRaidable Bases - /buyraid Spawns in a Raidable Base with NPC defenders for you to raid.\r\nConvoy - NPC Convoys Randomly Transport High Value Loot Across Map\r\n\r\n--- WIPE SCHEDULE ---\r\nMap: Monthly (First Thursday - Force Wipe)\r\nBlueprints: NEVER\r\n\r\n--- QUALITY OF LIFE ---\r\n50% Reduced Upkeep - Build bigger, stress less\r\nSpawn Minicopters /mymini - Teleport /tp - Easy Transport\r\nHackable Crates: 10min (reduced from 15min)\r\nDay & Night: 51 Minute Days / 9 Minute Nights\r\nCombined Outpost - Recyclers at Monuments - Cams on Cargo\r\nRemove Tool - Playtime Rewards - RP Shop /shop\r\n\r\nSkill Tree - Team Share - BetterTC - GarageDoor2\r\n\r\n--- CHAT COMMANDS ---\r\n/info /link /remove /wipe /pop\r\n\r\n--- ABOUT TREASURE ISLAND ---\r\nTIRust Chill is for players who enjoy Rust without the sweat. Farm, build, and PVP at your own pace in a friendly, moderated community. Perfect for casual players, working adults, or anyone tired of mega-clans and 24/7 raids.\r\n\r\nWe expect basic respect. Active admins handle abuse fast.\r\n\r\nTired of toxic servers? This is your home.\r\n\r\nDiscord: https://discord.gg/83c2rsWpSK",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776945798,
"score": 0,
"last_online": 1776961226,
"icon": null,
"name": "TIRust Chill 2X PVE",
"connect": "217.15.175.74:28015",
"request": "217.15.175.74:28016",
"map": "TiRust FPS+ Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1718907649,
"last_update": 1776961226,
"banned": false,
"wipe": 1775160657,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3174,
"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/4811797");
$data = json_decode($json, true);
var_dump($data);