API for [ESP] Oficial España | PVP | Vanilla | Mensual + WIPE BP |

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11305527
json
{
  "response": {
    "fps": 179,
    "fps_avg": 184,
    "entities_count": 86283,
    "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": 1776847820,
    "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": 3,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ES",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592888,
    "last_update": 1776847820,
    "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": 2233,
    "language": "es",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11305527");
$data = json_decode($json, true);
var_dump($data);