API for 么Dark-Wolf么[X5][X10][SKIN][IVENT][FPS+]WIPE28.02

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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1206107
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 1206107,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "Хостинг SurvivalHost Сайт хостинга - hostingrust.ru Игровые сервера с защитой от DDoS атак: > Rust > ARK > ATLAS > DayZ > Unturned > Conan Exiles > и другие...",
    "game": 252490,
    "owner": 50404,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 5,
    "last_online": 1741326625,
    "icon": null,
    "name": "么Dark-Wolf么[X5][X10][SKIN][IVENT][FPS+]WIPE28.02",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1691955181,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1741297258,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9169,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "ghost5768",
      "avatar": "f75f58d6-72b2-4a8c-9a63-c575cc6694de.jpg",
      "last_online": 1706252374
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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