API for [KR/JP/SEA]이천서버|Icheon Server / 4인|Quad

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/8054533
json
{
  "response": {
    "fps": 43,
    "fps_avg": 40,
    "world_seed": 1265861151,
    "world_size": 4250,
    "entities_count": 90226,
    "id": 8054533,
    "ip": "45.13.132.56",
    "port": 28017,
    "query": 28017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "이천서버에 오신 것을 환영합니다!/Welcome to Icheon Server\r\n초기화 주기: 1주/Wipe: Weekly\r\n맵크기: 4250/MapSize: 4250\r\n팀제한: 4인/TeamLimit: 4\r\n다음초기화: 2025-04-04 5AM(KST) /Nextwipe: 2025-04-04 5AM(KST)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743632902,
    "score": 0,
    "last_online": 1743698469,
    "icon": null,
    "name": "[KR/JP/SEA]이천서버|Icheon Server / 4인|Quad",
    "connect": "45.13.132.56:28017",
    "request": "45.13.132.56:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1741383954,
    "last_update": 1743698469,
    "banned": false,
    "wipe": 1743106775,
    "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/8054533");
$data = json_decode($json, true);
var_dump($data);