API für RUSTWORLD.CC [WA] Israel - Main | Monthly/PvP | Wiped: 06/04
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 32,
"fps_avg": 31,
"entities_count": 67203,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286606622374915",
"domain": null,
"id": 11645002,
"ip": "185.191.204.146",
"port": 7002,
"query": 7003,
"color": 0,
"city": "Tel Aviv",
"description": "![RUSTWORLD.CC [WA] Israel - Main | Monthly/PvP | Wiped: 06/04](https://rustworldcdn.uk/rustworldlogo.jpg)\n=================== RUST WORLD FOUNDATION ===================\r\nISR1.rustworld.cc - RustWorld Middle East Main in Tel Aviv, Israel\r\n-ברוכים הבאים למרכז המזרח התיכון של RustWorld בתל אביב, ישראל-\r\nThis server offers traditional game play.\r\n\r\nMap size is 3500 using seed 1337.\r\nLast wipe was at 06/04/2026, Next wipe is at 07/02/2026\r\nServer has 0 hours uptime, running at 31.82 fps with 0/40 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": 1780440260,
"last_online": 1780603835,
"icon": null,
"name": "RUSTWORLD.CC [WA] Israel - Main | Monthly/PvP | Wiped: 06/04",
"connect": "185.191.204.146:7002",
"request": "185.191.204.146:7003",
"map": "RustWorld ISR1",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "IL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177441,
"last_update": 1780603835,
"banned": false,
"wipe": 1780602552,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5352,
"language": "he",
"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/11645002");
$data = json_decode($json, true);
var_dump($data);