API for [ESP][PVE] -UFOS- NUEVO!! FULLWIPE (13/04/2026)- VIP GRATIS!!!!

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11305517
json
{
  "response": {
    "fps": 172,
    "fps_avg": 174,
    "entities_count": 91286,
    "world_seed": 327122139,
    "world_size": 4000,
    "steam_id": "90284799011373065",
    "domain": null,
    "id": 11305517,
    "ip": "173.243.47.118",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Santoña",
    "description": "![[ESP][PVE] -UFOS- NUEVO!! FULLWIPE (13/04/2026)- VIP GRATIS!!!!](https://i.imgur.com/9NiFfLr.png)\nNuevo servidor PVE Hispano en desarrollo, Sotanos en tu propia base, Bases Raideables, Eventos en todos los monumentos, Roba la electricidad del tendido electrico!!!! (hasta 1000Kvh), Skins, wipe de construcciones cada 15 dias, wipe completo + mapa nuevo cada mes y muchas mas cosas, toda la info en https://discord.gg/3jbnvDhVKk",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776837800,
    "score": 0,
    "last_online": 1776847823,
    "icon": null,
    "name": "[ESP][PVE] -UFOS- NUEVO!! FULLWIPE (13/04/2026)- VIP GRATIS!!!!",
    "connect": "173.243.47.118:28025",
    "request": "173.243.47.118:28027",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "ES",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592887,
    "last_update": 1776847823,
    "banned": false,
    "wipe": 1776370033,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5144,
    "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/11305517");
$data = json_decode($json, true);
var_dump($data);