API für RFL 2.0 | Pure PvE [VAN] - NO Killing,Raiding or Looting
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 117711,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286599652068381",
"domain": null,
"id": 10605487,
"ip": "194.50.234.141",
"port": 28015,
"query": 28016,
"color": 0,
"city": "City of London",
"description": "![RFL 2.0 | Pure PvE [VAN] - NO Killing,Raiding or Looting](https://i.imgur.com/x77h6NL.png)\nWelcome to RFL VAN! \r\n \r\nWe are a pure Vanilla PvE server committed to delivering an exceptional PvE Rust gaming experience for all players. \r\n \r\n- No Killing! No Raiding! No Looting! No Trespassing! \r\n- Language - English \r\n- Noob Friendly! \r\n- Active Admins and helpful community \r\n- Decay and upkeep disabled \r\n- Discord Community! - https://discord.gg/QhYuhvYRgf \r\n- Online Store! \r\n- Full map wipe the first Thursday of every month, BP wipes only when forced",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780597469,
"last_online": 1780595429,
"icon": null,
"name": "RFL 2.0 | Pure PvE [VAN] - NO Killing,Raiding or Looting",
"connect": "194.50.234.141:28015",
"request": "194.50.234.141:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1763321610,
"last_update": 1780597469,
"banned": false,
"wipe": 1778176740,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8897,
"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/10605487");
$data = json_decode($json, true);
var_dump($data);