API для EU Rusty Island I 2x I Shared BPs
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 82,
"fps_avg": 81,
"entities_count": 122427,
"world_seed": 1555720411,
"world_size": 4500,
"steam_id": "90286613224651799",
"domain": null,
"id": 11130995,
"ip": "144.76.91.226",
"port": 28065,
"query": 28066,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": "\n• Welcome to EU Rusty Island \r\n• Join us on Discord: https://discord.gg/StPFbCTURA \r\n• Website: https://rusty.rusty-island.workers.dev/ \r\n\r\n• Weekly wipes on Thursday (Europe/Berlin) \r\n• Every second week: Map wipe only \r\n• Alternating weeks: Full wipe (Map + Blueprints) \r\n• Max Team: No Limit \r\n• 2x Gather Rates \r\n• Balanced loot with less junk \r\n• Half smelt and faster crafting \r\n• Electric blueprints unlocked \r\n• Fishing Village & Large Barn with Recycler",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780600465,
"last_online": 1780689034,
"icon": null,
"name": "EU Rusty Island I 2x I Shared BPs",
"connect": "144.76.91.226:28065",
"request": "144.76.91.226:28066",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1770397329,
"last_update": 1780689034,
"banned": false,
"wipe": 1780600606,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4405,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11130995");
$data = json_decode($json, true);
var_dump($data);