Rust
API für [LATAM] LUNARUST Vanilla | 21/04 Wipe
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6282299json
{
"response": {
"fps": 40,
"fps_avg": 40,
"entities_count": 106507,
"world_seed": 1337,
"world_size": 3300,
"steam_id": "90284745981454360",
"domain": null,
"id": 6282299,
"ip": "177.221.141.138",
"port": 28047,
"query": 28045,
"color": 0,
"city": "Santiago",
"description": "![[LATAM] LUNARUST Vanilla | 21/04 Wipe](https://latamgameservers.com/luna-img/lunarust_vanilla.png)\nWelcome to LunaRust Vanilla \r\nWipe full every Friday \r\nMap wipe every Tuesday \r\n \r\nMAX TEAM: 5 \r\n \r\nPowered by LatamGameServers.com & LunaRust.com \r\nClick View Webpage (blue button) to join our discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1774725732,
"score": 0,
"last_online": 1776855017,
"icon": null,
"name": "[LATAM] LUNARUST Vanilla | 21/04 Wipe",
"connect": "177.221.141.138:28047",
"request": "177.221.141.138:28045",
"map": "FPS+ LunaRust.com",
"gamemode": "Survival",
"version": "2623",
"numplayers": 12,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CL",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1729463112,
"last_update": 1776855017,
"banned": false,
"wipe": 1776790063,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 957,
"language": "es",
"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/6282299");
$data = json_decode($json, true);
var_dump($data);