API for [EU] CzechRust.eu xMillion x1000000000000 | WIPED 17/4

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8198020
json
{
  "response": {
    "fps": 100,
    "fps_avg": 99,
    "entities_count": 68871,
    "world_seed": 507188,
    "world_size": 2600,
    "steam_id": "90284793059855367",
    "domain": null,
    "id": 8198020,
    "ip": "185.180.2.19",
    "port": 28100,
    "query": 27100,
    "color": 0,
    "city": "Prague",
    "description": "![[EU] CzechRust.eu xMillion x1000000000000 | WIPED 17/4](https://czechrust.eu/public/img/czechrust_milion.png)\nFun server with lots PvP! \r\nBuild - Fight - Raid\r\nJust x1000000000!\r\nJoin and show your skill or build a castle!\r\n\r\nGeneral informations:\r\n This is the [EU] server hosted in Czech Republic\r\n\r\nServer settings:\r\n • Wipe every friday 06:00 CET (exception Force update)\r\n • Small Map\r\n • Plane Crash\r\n • Instant Craft/Smelt/Gather\r\n • NoWorkbench\r\n • NoBPs\r\n • Kits\r\n • Custom loot\r\n • Bgrade\r\n • Fast decay\r\n • Grouplimit 8\r\n • ViP\r\n • Custom plugins\r\n • Unlimited Teleports\r\n • And more more more!\r\n\r\nServer rules:\r\n • By connecting you are agreeing with following rules below\r\n • If you break the rules, your team can be punished.\r\n • It is strictly forbidden to use third party programs\r\n • We have absolutely zero tolerance for any form of racism or bigotry\r\n • Do not spam chat\r\n • Always follow group limit of server you are playing on\r\n • It is forbidden to use various glitches/bugs in the game\r\n • More on the server /info or discord\r\n\r\nSocial media:\r\n Webpage: czechrust.eu\r\n Twitter: twitter.com/CzechRust\r\n Discord: discord.czechrust.eu\r\n Facebook: facebook.com/CzechRustServers\r\n Steam group: steam.czechrust.eu\r\n\r\nSponsors and Partners:\r\n fakaheda.eu - game & voice server hosting",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775156531,
    "score": 0,
    "last_online": 1776873018,
    "icon": null,
    "name": "[EU] CzechRust.eu xMillion x1000000000000 | WIPED 17/4",
    "connect": "185.180.2.19:28100",
    "request": "185.180.2.19:27100",
    "map": "CzechRust.eu",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 8,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CZ",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1742388480,
    "last_update": 1776873018,
    "banned": false,
    "wipe": 1776398288,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1115,
    "language": "cs",
    "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/8198020");
$data = json_decode($json, true);
var_dump($data);