API für Rust4Noobs | PvE | Softcore | 25% Upkeep | Monthly | No BP Wipe
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 38,
"fps_avg": 39,
"entities_count": 292311,
"world_seed": 1337,
"world_size": 5000,
"steam_id": "90286577698940936",
"domain": null,
"id": 11435409,
"ip": "82.153.70.74",
"port": 28015,
"query": 28017,
"color": 0,
"city": "City of London",
"description": "\nWelcome to Rust4Noobs! \r\nLooking for a place to learn/chill out, hop on! \r\n \r\n Info: \r\n - Monthly map wipes. \r\n - Blueprints DO NOT wipe. \r\n - No team limit. \r\n - Inactive bases removed after 7 days. \r\n - VIP perks available @4noobs.co \r\n \r\n Rules: \r\n - No greifing. \r\n - Claim monuments before running them. \r\n - Stealing of ANY kind is not permitted \r\n - Do not",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780591828,
"icon": null,
"name": "Rust4Noobs | PvE | Softcore | 25% Upkeep | Monthly | No BP Wipe",
"connect": "82.153.70.74:28015",
"request": "82.153.70.74:28017",
"map": "discord.gg/r4n",
"gamemode": "Softcore",
"version": "2625",
"numplayers": 16,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1774977188,
"last_update": 1780591828,
"banned": false,
"wipe": 1778175808,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 877,
"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/11435409");
$data = json_decode($json, true);
var_dump($data);