Rust
[EU] SatLaLanD PRO 5X [PVE] 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/6979806json
{
"response": {
"fps": 139,
"fps_avg": 135,
"entities_count": 59041,
"world_seed": 1470996866,
"world_size": 3000,
"steam_id": "90284792633224196",
"domain": null,
"id": 6979806,
"ip": "149.106.237.163",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Herzliya",
"description": "![[EU] SatLaLanD PRO 5X [PVE]](https://satlaland.com/wp-content/uploads/2025/08/Salatlaland-background-2025.jpg)\nJoin Our Discord: https://discord.gg/jgWmTCny8m \r\n\r\n Our Dedicated Server is working with very Powerfull hardware.\r\n !!!ALL MonuMents Are PVP!!!! \r\n We have some premium plugins installed including NPCs at EVERY MONUMENT (including gas station, supermarket and every AirDrop so it is a PRO ONLY SERVER)!\r\n\r\nWe would appreciate every player that logges in to our little server and always keep track and handle cheaters as soon as posible so the server is to you liking!\r\n\r\n5X gathering and looting.\r\n Map size: 4000\r\n Maximum players online: 50\r\n_________ \r\n \r\nOur server rules:\r\n - NO HACKERS\\CHEATERS of ANY KIND!\r\n - No bans allowed!\r\n - No international bug abuse!\r\n - No Racism! \r\n - No Alliances\r\n\r\nOur server features:\r\n - Mymini (no Fuel Needed).\r\n - Backpack for extra inventory space.\r\n - Bigger stacks.\r\n - Custom Raidable bases for you to enjoy.\r\n - Near Instant crafting so you don't have to wait Long.\r\n - Sputnik for extra challange.\r\n - 5X resource gathering.\r\n - 5X loot on all containers.\r\n - Autodoors so far away raiders can't invade your base.\r\n - Kits for everyone!\r\n - Almost instant recyceling.\r\n - Ammo HUD \r\n - Vote night (because everybody hates night :) )\r\n - Kills reports back to our Discord servers.\r\n !!!AND MORE INTRESTING STUFF!!! \r\n\r\n Join Our Discord: https://discord.gg/jgWmTCny8m",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776360823,
"score": 0,
"last_online": 1776853226,
"icon": null,
"name": "[EU] SatLaLanD PRO 5X [PVE]",
"connect": "149.106.237.163:28015",
"request": "149.106.237.163:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "IL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1734914401,
"last_update": 1776853226,
"banned": false,
"wipe": 1775151797,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3045,
"language": "he",
"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.cn/servers/6979806");
$data = json_decode($json, true);
var_dump($data);