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/7468540
json
{
  "response": {
    "id": 7468540,
    "ip": "212.22.93.48",
    "port": 28025,
    "query": 28025,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![searust x1 no limit](https://i.imgur.com/Pt7ZVfp.jpeg)\nsearust x1 no limit для новичков по поводу персонального админа который будет помогать во время вайпа 300 руб в 14 дней писать в тг @dimaeblan23 нету радиации нету стабильности у построек бесконечное количество турелей",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743525886,
    "score": 0,
    "last_online": 1743130843,
    "icon": null,
    "name": "Rust START Server",
    "connect": "212.22.93.48:28024",
    "request": "212.22.93.48:28025",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1739234835,
    "last_update": 1743525886,
    "banned": false,
    "wipe": 1740777095,
    "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/7468540");
$data = json_decode($json, true);
var_dump($data);