[HUN/EU] R.A.R.A PVE için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 208,
"fps_avg": 203,
"entities_count": 120748,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286578983376919",
"domain": null,
"id": 11501488,
"ip": "31.47.238.4",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[HUN/EU] R.A.R.A PVE](https://webhost.wwwrust.org/l.php?k=rarabanner-500x256-png)\nWelcome to all players \r\n on the [HUN/EU] R.A.R.A PVE server. \r\n This is a community Rust server where building, exploration, and cooperation are the main focus. \r\n The server is privately owned and actively maintained by me, but I do not play with any advantages. \r\n There is no admin abuse, no donations, and every player can enjoy the game under equal conditions. \r\n \r\n The server uses a custom map, offering a diverse environment and new discoveries for all players. \r\n Stable performance and a lag-free experience are important to me, so everyone can enjoy the world of Rust without interruptions. \r\n \r\n Wipe takes place on the first Thursday of each month at 20:00 (European time). \r\n Daily server restart is at 05:00 every morning. \r\n The maximum team size is 6 players. \r\n \r\n The server rules are available on my Discord server. \r\n You can join the Discord using the “Webpage” button (in the bottom left corner).",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780080220,
"last_online": 1780589430,
"icon": null,
"name": "[HUN/EU] R.A.R.A PVE",
"connect": "31.47.238.4:28015",
"request": "31.47.238.4:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207172,
"last_update": 1780589430,
"banned": false,
"wipe": 1778408416,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2018,
"language": "de",
"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/11501488");
$data = json_decode($json, true);
var_dump($data);