API for 1337极限跳跃服2:51:38

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/2458234
json
{
  "response": {
    "id": 2458234,
    "ip": "221.211.189.184",
    "port": 27017,
    "query": 27017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "",
    "game": 80,
    "owner": null,
    "boosts": 1,
    "last_offline": 1737038945,
    "score": null,
    "last_online": 1744086680,
    "icon": null,
    "name": "1337极限跳跃服2:51:38",
    "connect": "221.211.189.184:27017",
    "request": "221.211.189.184:27017",
    "map": "4u_factory_wjs",
    "gamemode": "〖 極 限 跳 躍 服 〗",
    "version": "1.1.2.7/Stdio",
    "numplayers": 1,
    "maxplayers": 28,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 32,
    "add_date": 1704537098,
    "last_update": 1744086680,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 10,
      "steam_id": 80,
      "name": "Counter-Strike: Condition Zero",
      "url": "counter-strike-condition-zero",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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