Rust
RespawnRust.com - 5x No BPs (MyMini|Shop|TP|Homes|Loot+) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9405597json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 71667,
"world_seed": 405946679,
"world_size": 3500,
"steam_id": "90283708369254425",
"domain": null,
"id": 9405597,
"ip": "91.229.114.99",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "Welcome to RespawnRust.com - a highly optimized 5x modded Rust experience built for chaos, fairness, and non-stop action. This isn't your average vanilla grind. We've dialed up the fun and ditched the fluff to give you pure, rewarding gameplay. \r\n\r\n● Extra recyclers at monuments \r\n●Customized Loot Table \r\n● 55 min day time, 5 min night time \r\n●/bgrade for everyone \r\n● PvP HEAT MAP to find the action\r\n● 20 Points given every 30m of gameplay\r\n● /mymini, /shop, /tpr, /pm, /trade, /kit\r\n● 5x rates tuned for balanced progression.\r\n\r\nRun by individuals with years of hosting and gameplay balancing experience. We are attentive with support ticket responses - handled with care.\r\n\r\nRespawnrust.com | discord.gg/Xwp9dTST4k | store.respawnrust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1774944125,
"score": 0,
"last_online": 1776838219,
"icon": null,
"name": "RespawnRust.com - 5x No BPs (MyMini|Shop|TP|Homes|Loot+)",
"connect": "91.229.114.99:28015",
"request": "91.229.114.99:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2622",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1748203439,
"last_update": 1776838219,
"banned": false,
"wipe": 1772748753,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3276,
"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/9405597");
$data = json_decode($json, true);
var_dump($data);