API for OHHO SERVER [JP] season26 ~ Noria Island~

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/8054562
json
{
  "response": {
    "id": 8054562,
    "ip": "104.234.180.52",
    "port": 9002,
    "query": 9002,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "OHHO鯖へようこそ!Discordで仲間ロール付与されていない人はどんな理由であれBAN対象になります。参加される場合は、まずDiscordへの参加をお願いします。Welcome! To OHHO SERVER! If you are not a member of discord, you will be KICK or BAN.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743698305,
    "score": 0,
    "last_online": 1743694866,
    "icon": null,
    "name": "OHHO SERVER [JP] season26 ~ Noria Island~",
    "connect": "104.234.180.52:9002",
    "request": "104.234.180.52:9002",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "SG",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1741383957,
    "last_update": 1743698305,
    "banned": false,
    "wipe": 1741286510,
    "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/8054562");
$data = json_decode($json, true);
var_dump($data);