API for Hosted by SurvivalHost.ORG

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/1883863
json
{
  "response": {
    "id": 1883863,
    "ip": "185.189.255.19",
    "port": 36110,
    "query": 36110,
    "owner_name": "Ilya22_bober",
    "owner_avatar": "3bb1b853-e7a2-4fd2-b4f0-e811cdba3266.jpg",
    "color": 0,
    "description": "![$Haco4ik Rust [X2] - NOLIM - Weekly](https://pic.survivalhost.org/images/2023/12/27/2xx.jpg)↖↖↖Вайп 27/12/2023↘↘↘➤ РЕЙТЫ НА ДОБЫЧУ X2➤ РЕЙТЫ НА КОМПОНЕНТЫ X2➤ СТАКИ ДО 2000➤ МОДИФИЦИРОВАННЫЙ ПРОЕКТ С КИТАМИ ДЛЯ ЛУЧШЕГО ВЫЖИВАНИЯ!➤ ДЕНЬ ДЛИТСЯ 45 МИНУТ, ",
    "game": 252490,
    "owner": 52902,
    "boosts": 1,
    "last_offline": 1743525883,
    "score": null,
    "last_online": 1743195676,
    "icon": null,
    "name": "Hosted by SurvivalHost.ORG",
    "connect": "185.189.255.19:36100",
    "request": "185.189.255.19:36110",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1700476611,
    "last_update": 1743525883,
    "banned": false,
    "wipe": 1741037896,
    "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": {
      "username": "Ilya22_bober",
      "avatar": "3bb1b853-e7a2-4fd2-b4f0-e811cdba3266.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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