Rust
Atlas - EU 10x | No BPs | Kits | Shop 的 API
我们提供多种集成方式。 你可以使用其中任意一种,也可以通过 JSON API 自行创建集成。 如果你希望我们新增其他集成方式,请联系我们。 联系我们
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/3024413json
{
"response": {
"modded": true,
"fps": 30,
"fps_avg": 30,
"entities_count": 434741,
"world_seed": 1337,
"world_size": 5000,
"steam_id": "90284186516409357",
"domain": null,
"id": 3024413,
"ip": "195.60.166.169",
"port": 28010,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nAtlas Rust Servers | Made for the most competitive\r\n\r\nWipe times\r\n5:00 PM GMT Monday\r\n5:00 PM GMT Friday\r\n\r\nLinks\r\n• discord.gg/atlasrust\r\n• store.atlasrustservers.com\r\nFeatures\r\n• 10X Gather\r\n• 15X Sulfur\r\n• 10X Loot (removed junk)\r\n• Custom events\r\n• Boosted Custom Kits\r\n\r\n24 Hour Discord Staff Support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690523,
"score": null,
"last_online": 1775886610,
"icon": null,
"name": "Atlas - EU 10x | No BPs | Kits | Shop",
"connect": "195.60.166.169:28010",
"request": "195.60.166.169:28015",
"map": "discord.gg/atlasrust",
"gamemode": "Survival",
"version": "2623",
"numplayers": 155,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 106,
"add_date": 1708077613,
"last_update": 1775886610,
"banned": false,
"wipe": 1775836708,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 123,
"language": "en",
"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/3024413");
$data = json_decode($json, true);
var_dump($data);