API für LuffyRust Creative Build Server - ALL WELCOME
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 296,
"world_seed": 143355232,
"world_size": 3000,
"steam_id": "90286748304172043",
"domain": null,
"id": 10488853,
"ip": "168.100.163.63",
"port": 32015,
"query": 32017,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "\nLuffyRust Creative Build Server\r\n • This creative server is part of the Luffy Gaming Network\r\n • Provided free to all players\r\n • https://www.luffyrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780607656,
"last_online": 1780930231,
"icon": null,
"name": "LuffyRust Creative Build Server - ALL WELCOME",
"connect": "168.100.163.63:32015",
"request": "168.100.163.63:32017",
"map": "https://discord.gg/luffynetwork",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1761122095,
"last_update": 1780930231,
"banned": false,
"wipe": 1780607901,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3978,
"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/10488853");
$data = json_decode($json, true);
var_dump($data);