Rust
[GER-EU] ScrapCity Quad-PvP-Custom Map-Monthly-No BP Wipe 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10671069json
{
"response": {
"fps": 13,
"fps_avg": 15,
"entities_count": 60198,
"world_seed": 1844512839,
"world_size": 4096,
"steam_id": "90284741331527692",
"domain": null,
"id": 10671069,
"ip": "134.255.225.139",
"port": 27000,
"query": 27002,
"color": 0,
"city": "Münster",
"description": "[{\"id\":\"MHdSvqUIER\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/2722e8bc-463a-4b27-a77e-60b4cd2452b3.png\"}}},{\"id\":\"l-YRk_AGt-\",\"type\":\"paragraph\",\"data\":{\"text\":\"Willkommen auf ScrapCity DE – einem deutschen Rust Full-PvP Server mit leichtem Modded-Setup, fairen Regeln und aktiver Administration.\\n\\nUnser Fokus liegt auf ehrlichem PvP, stabiler Performance und einer Community, die mitentscheidet.\\nWipes werden über Discord abgestimmt, Admins sind transparent & aktiv, und dank starkem Anti-Cheat & DDoS-Schutz ist ein faires Spielerlebnis garantiert.\\n\\n⚙️ Server-Features\\n\\n• 🇩🇪 Deutscher Rust Server (Low Ping)\\n• 🔫 Full PvP\\n• 👥 Teamlimit: 4\\n• 🔄 Monatlicher Custom Map-Wipe\\n• 📘 No Blueprint-Wipe\\n• 🧑⚖️ Aktive & faire Admins\\n• 🛡️ Extra Schutz gegen Cheater & Exploits\\n• 🎉 Events, Giveaways & Community-Aktionen\\n• ❌ Kein Pay2Win\\n• 🗳️ Community-Entscheidungen über Discord\\n• 🔥 Offline Raid von 19:00-22:00\\n\\nEgal ob Solo, Duo oder Squad – ScrapCity DE ist für Spieler gedacht, die echtes Rust mit Struktur und Fairness suchen.\\n\\n👉 Jetzt beitreten & Teil der Community werden!\"}}]",
"game": 252490,
"owner": 160541,
"boosts": 1,
"last_offline": 1776425017,
"score": 0,
"last_online": 1776832813,
"icon": null,
"name": "[GER-EU] ScrapCity Quad-PvP-Custom Map-Monthly-No BP Wipe",
"connect": "134.255.225.139:27000",
"request": "134.255.225.139:27002",
"map": "Wiped 14 days ago",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1764579310,
"last_update": 1776832813,
"banned": false,
"wipe": 1775575225,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 263,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "loabemo",
"avatar": "no.jpg",
"last_online": 1775050430
},
"mods": [
{
"id": 5,
"name": "Admin System"
},
{
"id": 4,
"name": "Admin List"
},
{
"id": 23,
"name": "Armor"
},
{
"id": 1614,
"name": "VPPAdminTools"
},
{
"id": 1388,
"name": "Stack Size Controller"
},
{
"id": 1526,
"name": "WelcomeMessage"
},
{
"id": 404,
"name": "Welcome"
},
{
"id": 361,
"name": "SystemReport (Discord)"
},
{
"id": 1704,
"name": "PlaceholderAPI"
},
{
"id": 1279,
"name": "RustApp"
},
{
"id": 355,
"name": "Status"
}
],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/10671069");
$data = json_decode($json, true);
var_dump($data);