API for 萤火 | 中国南方 | 适合萌新 | 高物资

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/8220061
json
{
  "response": {
    "id": 8220061,
    "ip": "114.66.58.122",
    "port": 40230,
    "query": 40230,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743774508,
    "score": 0,
    "last_online": 1743907894,
    "icon": null,
    "name": "萤火 | 中国南方 | 适合萌新 | 高物资",
    "connect": "114.66.58.122:40230",
    "request": "114.66.58.122:40230",
    "map": "中国南方",
    "gamemode": "死亡不掉|高倍物资|建筑无敌",
    "version": "1.0.0.0",
    "numplayers": 10,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 36,
    "add_date": 1742416100,
    "last_update": 1743907894,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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