API for ILHA DOS PELADOS BRASIL - HARDCORE

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/5254189
json
{
  "response": {
    "fps": 84,
    "fps_avg": 86,
    "world_seed": 0,
    "world_size": 3800,
    "entities_count": 92520,
    "id": 5254189,
    "ip": "177.105.171.183",
    "port": 28036,
    "query": 28036,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![ILHA DOS PELADOS BRASIL - HARDCORE](https://i.imgur.com/35LiZnz.png)\nILHA DOS PELADOS HARDCORE\r\n\r\n- SERVIDOR HARDCORE\r\n- WIPE FULL MENSAL\r\n- CHINOOK TIME 05:00\r\n- NUMERO DE SENTRYS PERMITIDAS 25.\r\n- LOW DECAY\r\n\r\n- HARDCORE SERVER\r\n- MONTHLY FULL WIPE\r\n- CHINOOK TIME 05:00\r\n- NUMBER OF SENTRYS ALLOWED 25.\r\n- LOW DECAY",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743602858,
    "score": 0,
    "last_online": 1743700271,
    "icon": null,
    "name": "ILHA DOS PELADOS BRASIL - HARDCORE",
    "connect": "177.105.171.183:28035",
    "request": "177.105.171.183:28036",
    "map": "Procedural Map",
    "gamemode": "Hardcore",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1721383667,
    "last_update": 1743700271,
    "banned": false,
    "wipe": 1741294888,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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