RFL 2.0 | Pure PvE [VAN] - NO Killing,Raiding or Looting için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 114071,
"world_seed": 178734867,
"world_size": 4500,
"steam_id": "90286604527889437",
"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": 1780604429,
"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": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1763321610,
"last_update": 1780604429,
"banned": false,
"wipe": 1780597583,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1858,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10605487");
$data = json_decode($json, true);
var_dump($data);