API for JumpRust.com - EU 3x|Full PVP|Shop|Kits|TP|Events|Long|

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8122162
json
{
  "response": {
    "fps": 45,
    "fps_avg": 44,
    "entities_count": 194992,
    "world_seed": 1337,
    "world_size": 4200,
    "steam_id": "90284732037242904",
    "domain": null,
    "id": 8122162,
    "ip": "45.8.187.132",
    "port": 27777,
    "query": 27778,
    "color": 0,
    "city": "Amsterdam",
    "description": "![JumpRust.com - EU 3x|Full PVP|Shop|Kits|TP|Events|Long|](https://files.catbox.moe/gv15kv.png)\n- We are committed to creating servers without cheating and discrimination!\r\n- Reduce offline raids and make the server more interesting (For PVP Mode): 2:00am-12:00noon (GMT+1/CEST+1)\r\n- Member limit: No team/alliance limit\r\n▼▼▼Modes / Settings / Plugins/ Events :▼▼▼\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n●Full PVP ●Light RPG\r\n●3x Gather ●5x Scraps ●Better Loots ●8x Smelting ●Instant Crafting\r\n●NPC Bases ●Boss Monster ●Convoy ●Special Buildable Sites\r\n●Skills ●TP ●Clan ●Kits ●Currency ●Shop ●Autopilot ●Fewer Offline\r\n●Low Ping ●Anti-Cheat ●Active Admin (Non-Play)\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n- Join our discord server!\r\nhttps://discord.gg/QqEjCejxVG\r\n↓↓↓↓Click here for the best game experience!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775555527,
    "score": 0,
    "last_online": 1776825617,
    "icon": null,
    "name": "JumpRust.com - EU 3x|Full PVP|Shop|Kits|TP|Events|Long|",
    "connect": "45.8.187.132:27777",
    "request": "45.8.187.132:27778",
    "map": "✿ JumpRust.com EU™ FPS+",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1741879802,
    "last_update": 1776825617,
    "banned": false,
    "wipe": 1775151714,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1371,
    "language": "nl",
    "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/8122162");
$data = json_decode($json, true);
var_dump($data);