Rust
[ESP] Oficial España | PVP | Vanilla | Mensual + WIPE BP | 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11305527json
{
"response": {
"fps": 140,
"fps_avg": 141,
"entities_count": 88351,
"world_seed": 1331288570,
"world_size": 3500,
"steam_id": "90284797435941909",
"domain": null,
"id": 11305527,
"ip": "2.136.150.2",
"port": 28020,
"query": 28026,
"color": 0,
"city": "Seville",
"description": "![[ESP] Oficial España | PVP | Vanilla | Mensual + WIPE BP |](https://i.imgur.com/Q6NBlhE.jpeg)\n| MAPA PERSONALIZADO CON ZONAS EXCLUSIVAS Y CASAS PREFABRICADAS |\r\n| BOTS CON IA AVANZADA |\r\n| MODS ACTIVOS PARA MEJORAR LA EXPERIENCIA |\r\n| DECAY REDUCIDO 800 PORCIENTO |\r\n| MÁXIMO GRUPO: 2 JUGADORES |\r\n| MAPA: 3500 KM |\r\n| RUST+ ACTIVO |\r\n| NO LAG - SIMÉTRIC FIBRACHANNEL 1GB |\r\n| PRÓXIMO WIPE - JUEVES 07.05.2026 ENTRE 18:00 Y 23:00 HORAS |\r\n| OBLIGATORIO LEER LAS NORMAS DEL SERVER |\r\n| DISCORD - https://discord.gg/G4KEvHTcuh |",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776832397,
"score": 0,
"last_online": 1776853221,
"icon": null,
"name": "[ESP] Oficial España | PVP | Vanilla | Mensual + WIPE BP |",
"connect": "2.136.150.2:28020",
"request": "2.136.150.2:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 5,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774592888,
"last_update": 1776853221,
"banned": false,
"wipe": 1775151728,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2070,
"language": "es",
"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/11305527");
$data = json_decode($json, true);
var_dump($data);