Rust
[EU] TRUE JARS | NOOB FRIENDLY | REBALANCED VANILLA 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/9647393json
{
"response": {
"fps": 73,
"fps_avg": 71,
"entities_count": 123571,
"world_seed": 736809657,
"world_size": 4500,
"steam_id": "90284791321234440",
"domain": null,
"id": 9647393,
"ip": "213.182.213.222",
"port": 28015,
"query": 27017,
"color": 0,
"city": "Halfweg",
"description": "![[EU] TRUE JARS | NOOB FRIENDLY | REBALANCED VANILLA](https://jars.sytes.net:7999/argemia.jpg)\nJARS - Just Another Rust Server\r\n\r\nPeacefull place for beginners, where they can learn how to play\r\nLow online around 4-10 players\r\n\r\nRebalanced vanilla with different(x3-x10) drop of resouces\r\nDefault stack sizes\r\nMinicopters spawns on road\r\nNo Wipe BP's\r\nFeel free on using you're time without grind every wipe, YAY!",
"game": 252490,
"owner": 117431,
"boosts": 1,
"last_offline": 1776819796,
"score": 0,
"last_online": 1776832212,
"icon": null,
"name": "[EU] TRUE JARS | NOOB FRIENDLY | REBALANCED VANILLA",
"connect": "213.182.213.222:28015",
"request": "213.182.213.222:27017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1751369557,
"last_update": 1776832212,
"banned": false,
"wipe": 1775156385,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 253,
"language": "nl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Deathvvish",
"avatar": "b96b5a2b-97c7-4e69-af57-bc7fe37116ed.jpg",
"last_online": 1751746327
},
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/9647393");
$data = json_decode($json, true);
var_dump($data);