RUSTWORLD.CC [US] Seattle - Main | Monthly/PvP | Wiped: 06/05 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 32,
"fps_avg": 31,
"entities_count": 91334,
"world_seed": 255308939,
"world_size": 4000,
"steam_id": "90286614063626253",
"domain": null,
"id": 568089,
"ip": "216.244.65.251",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Tukwila",
"description": "![RUSTWORLD.CC [US] Seattle - Main | Monthly/PvP | Wiped: 06/05](https://rustworldcdn.uk/rustworldlogo.jpg)\n=================== RUST WORLD FOUNDATION ===================\r\nSEA1.rustworld.cc - RustWorld US West Main server located in Seattle, WA\r\nThis server offers traditional game play.\r\n\r\nMap size is 4000 using seed 255308939.\r\nLast wipe was at 06/05/2026, Next wipe is at 07/02/2026\r\nServer has 11 hours uptime, running at 31.90 fps with 0/50 players online.\r\n\r\nFEATURES:\r\n+ Custom maps rotating monthly with exclusive monuments\r\n+ Wipes: Maps and BPs monthly on 1st Thursday (Forced)\r\n+ 2x gather | 5x stack size\r\n+ Network: 13 servers worldwide at www.rustworld.cc\r\n\r\nRULES:\r\n- No cheating, scripting, or exploit abuse - permanent ban\r\n- No racism, slurs, or doxxing in chat\r\n- No chat or mic spam\r\n- Group limit: no limit\r\n- English in global chat please (teams free to use any language)\r\n\r\nWebsite: http://www.rustworld.cc/\r\n\r\nServer provided by: Rust World Foundation Inc.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780620857,
"last_online": 1780661430,
"icon": null,
"name": "RUSTWORLD.CC [US] Seattle - Main | Monthly/PvP | Wiped: 06/05",
"connect": "216.244.65.251:28015",
"request": "216.244.65.251:28017",
"map": "RustWorld SEA1",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1668891356,
"last_update": 1780661430,
"banned": false,
"wipe": 1780604093,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2904,
"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/568089");
$data = json_decode($json, true);
var_dump($data);