JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11511350
json
{
  "response": {
    "fps": 185,
    "fps_avg": 182,
    "entities_count": 126884,
    "world_seed": 1642656648,
    "world_size": 4500,
    "steam_id": 90286588602620930,
    "domain": null,
    "id": 11511350,
    "ip": "37.27.115.163",
    "port": 60418,
    "query": 60420,
    "color": 0,
    "city": "Helsinki",
    "description": "Welcome to a pure Rust experience focused on fair play and community. We've removed the pay-to-win and arbitrary group limits so you can just enjoy the game. 🔧 Server Settings: Map Size: 4000 Gather Rates: 3x Blueprints: All unlocked on a No BP Wipe cycle. Group Limits: None. Play solo, with a duo, or a whole clan. Raid Alarms: Fully integrated with Rust+. Get notified on your phone when you're being raided. 🛡️ Our Anti-Cheat Promise: We are passionately committed to a cheat-free environment. Zero Tolerance: Any form of cheating, scripting, or no-recoil results in a permanent ban. Proactive Protection: We use plugins to auto-block players with a bad reputation on Steam and in Rust. Admin Integrity: Our admins only monitor the server. They do not play, ensuring 100% fairness with no abuse of power. 🚨 How to Report: See something suspicious? Please report players directly in-game by pressing F7. Your reports help us keep the server clean.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780563869,
    "last_online": 1780593031,
    "icon": null,
    "name": "LV | EN > RUSTYBALTIC.EU - 3X | VANILLA | MONTLY WIPE <",
    "connect": "37.27.115.163:60418",
    "request": "37.27.115.163:60420",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353841,
    "last_update": 1780593031,
    "banned": false,
    "wipe": 1778183080,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5076,
    "language": "fi",
    "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/11511350");
$data = json_decode($json, true);
var_dump($data);