API for SOLO ONLY | FULL WIPE 16.04 | UA | EU | ПАЛЯНИЦЯ | UKR

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10815338
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 85692,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90284720469639182",
    "domain": null,
    "id": 10815338,
    "ip": "194.247.12.239",
    "port": 28019,
    "query": 28020,
    "color": 0,
    "city": "Kyiv",
    "description": "![SOLO ONLY | FULL WIPE 16.04 | UA | EU | ПАЛЯНИЦЯ | UKR](https://pve.in.ua/images/icons/palyanytsya.jpg)\nThe Best Solo Server Ever!\r\nGlobal Wipve every Thursday\r\nSOLO system\r\n- x2 gathering\r\n- x2 components\r\n- x2 smelting\r\n- Faster Recyclers\r\n- Faster Smelting\r\nГлобал Вайп щочетверга о 17:00\r\n- СОЛО система\r\n- х2 збирання\r\n- х2 компоненти\r\n- х2 плавління\r\n- Прискорені переробники",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775560327,
    "score": 0,
    "last_online": 1776825025,
    "icon": null,
    "name": "SOLO ONLY | FULL WIPE 16.04 | UA | EU | ПАЛЯНИЦЯ | UKR",
    "connect": "194.247.12.239:28019",
    "request": "194.247.12.239:28020",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "UA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1767109886,
    "last_update": 1776825025,
    "banned": false,
    "wipe": 1776347841,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4076,
    "language": "uk",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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