HumanitZ
API für [EU] #1 The Sanctuary | PvP | 24/7 | NoLag | Events | OPTIMIZED | 18/02/2026
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11143147json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11143147,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Falkenstein",
"description": "[{\"id\":\"fKc7r-nlyM\",\"type\":\"paragraph\",\"data\":{\"text\":\"## 🛡️ [EU/ES] The Sanctuary — PvPvE | 24/7 | Events | Optimized\"}},{\"id\":\"nnH01cxF5b\",\"type\":\"paragraph\",\"data\":{\"text\":\"Bienvenido/a a **The Sanctuary**, un servidor **EU** alojado en **Alemania (Falkenstein)** para una conexión estable y baja latencia. :contentReference[oaicite:0]{index=0}\"}},{\"id\":\"aq5Xizuj4D\",\"type\":\"paragraph\",\"data\":{\"text\":\"### ⚡ Qué ofrecemos\"}},{\"id\":\"3BjHeWYxpr\",\"type\":\"paragraph\",\"data\":{\"text\":\"- ✅ **PvPvE equilibrado**: supervivencia, farmeo y combate sin caos permanente.\"}},{\"id\":\"QPQXK0KiNQ\",\"type\":\"paragraph\",\"data\":{\"text\":\"- ✅ **Rendimiento optimizado**: configuración pensada para estabilidad y fluidez.\"}},{\"id\":\"QYWFfAvhdW\",\"type\":\"paragraph\",\"data\":{\"text\":\"- ✅ **Eventos** y actividad regular (anuncios en el chat / comunidad).\"}},{\"id\":\"KoQedxAf_y\",\"type\":\"paragraph\",\"data\":{\"text\":\"- ✅ **Comunidad EU/ES** (English friendly).\"}},{\"id\":\"i-uBIp5mOc\",\"type\":\"paragraph\",\"data\":{\"text\":\"### 📌 Reglas rápidas\"}},{\"id\":\"Mb86ej0pqF\",\"type\":\"paragraph\",\"data\":{\"text\":\"- ❌ No cheats / exploits / glitch abuse.\"}},{\"id\":\"U7ofOCOE3t\",\"type\":\"paragraph\",\"data\":{\"text\":\"- 🤝 Respeto y buen rollo (toxicidad = ban).\"}},{\"id\":\"Sj0GcfxkJ8\",\"type\":\"paragraph\",\"data\":{\"text\":\"- 🎯 PvP con sentido: juega inteligente, no destructivo.\"}},{\"id\":\"_IHdxBEorr\",\"type\":\"paragraph\",\"data\":{\"text\":\"### 🔌 Conexión\"}},{\"id\":\"Stf60TE3zi\",\"type\":\"paragraph\",\"data\":{\"text\":\"- **IP:** 162.55.103.25:7777 (hasta **80** jugadores) \"}},{\"id\":\"qQJBFU5EYF\",\"type\":\"paragraph\",\"data\":{\"text\":\"- **Query/Steam:** 27015\"}},{\"id\":\"uxgCNDiVZN\",\"type\":\"paragraph\",\"data\":{\"text\":\"¡Entra, equipa tu base y conviértete en parte de **The Sanctuary**! 🧟♂️🔥\"}}]",
"game": 1766060,
"owner": 169541,
"boosts": 1,
"last_offline": 1772431254,
"score": 0,
"last_online": 1771542611,
"icon": null,
"name": "[EU] #1 The Sanctuary | PvP | 24/7 | NoLag | Events | OPTIMIZED | 18/02/2026",
"connect": null,
"request": null,
"map": "Main Map",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 35,
"bots": 0,
"secured": false,
"private": null,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1771373810,
"last_update": 1772431254,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 208,
"language": "en",
"parked": true,
"app": {
"id": 1531516,
"steam_id": 1766060,
"name": "HumanitZ",
"url": "humanitz"
},
"server_owner": {
"username": "user8564",
"avatar": "e61bbf1e-2b44-42e2-a016-856ffa1b131e.jpg",
"last_online": 1771937732
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11143147");
$data = json_decode($json, true);
var_dump($data);