API dla Nexfall Rust PvP | Wiped: 2026.06.04. | Vanilla+ | 8 Team Limit
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 108,
"fps_avg": 133,
"entities_count": 93122,
"world_seed": 1884803014,
"world_size": 4000,
"steam_id": "90286617118461956",
"domain": null,
"id": 11510791,
"ip": "82.165.153.184",
"port": 28069,
"query": 28070,
"color": 0,
"city": "Paris",
"description": "\nNexfall Rust PvP | Vanilla+ | 8 Team Limit | EN | Monthly wipe | BP Wipe every 3 month | 50% Upkeep\r\n\r\nThe server is English only\r\n50% upkeep cost\r\nDiscord link: https://discord.gg/tFnxVpdPMW\r\nVanilla+ experience\r\nBlueprint wipe every 3 months\r\nMap wipe every month\r\nHeli spawn on road!\r\n/skinbox command to apply community made skins\r\n/report command to contact admins\r\nHourly quiz for small rewards for the first 4 correct answer\r\n\r\nIf the skinbox contains a skin maded by you and you don't want it to be accessible on the server, please contact us on our Discord server with the skin's name and ID or Steam Workshop URL, and we'll remove it as soon as posible!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780646431,
"icon": null,
"name": "Nexfall Rust PvP | Wiped: 2026.06.04. | Vanilla+ | 8 Team Limit",
"connect": "82.165.153.184:28069",
"request": "82.165.153.184:28070",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353834,
"last_update": 1780646431,
"banned": false,
"wipe": 1780595158,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4798,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11510791");
$data = json_decode($json, true);
var_dump($data);