JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8410499
json
{
  "response": {
    "fps": 29,
    "fps_avg": 29,
    "entities_count": 140391,
    "world_seed": 1337,
    "world_size": 5250,
    "steam_id": "90286582949520404",
    "domain": null,
    "id": 8410499,
    "ip": "194.164.96.174",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "city": "Solihull",
    "description": "![EU Markiii-Rust PVE | 900+ Raids | Custom Weapons | Markiii-Pro](https://files.markiii-rust.co.uk/images/markiiirusteunew.png)\nMarkiii-Rust.co.uk | Discord.gg/MarkiiiRust\r\nBiweekly Wipes - Every Other Thursday @ 7PM GMT\r\nCommunity Votes on BP Wipes!\r\n\r\n★ 900+ Raidable Base Designs — 4 Difficulty Tiers!\r\n★ Havoc System — Custom Weapons, Armor & Tools!\r\n★ Drone Battles — Aerial Combat Arena!\r\n★ 5 Profession Paths — Miner, Hunter, Jeweler, Chef, Drugs & More!\r\n★ 20 Playtime Ranks — Earn Rewards Just by Playing!\r\n★ Master Levels — Long-Term Prestige That Survives Wipes!\r\n★ SkillTree — Monthly Reset with 5 Prestige Levels!\r\n★ 50+ Custom Events — Boss Fights, Convoys, Treasure Hunts!\r\n★ Crazy Custom Plugins — Rocket Bows, Healing Chickens, Rideable Bears!\r\n★ Custom Drug Crops & Mixing Table!\r\n★ Custom Vehicles & JetPack!\r\n★ Custom Shop with Unique Items!\r\n★ Custom Loot Tables & Stack Anything!\r\n★ Teleportation, Backpacks & Absolute Sorter!\r\n★ Very Challenging AI — PVE Done Right!\r\n★ VIP Perks Earnable Through Playtime!\r\n★ Friendly Community & Player Feedback Shapes the Server!\r\n\r\nJoin the #1 UK Modded PVE Server!\r\nWebsite: https://markiii-rust.co.uk\r\nDiscord: https://discord.gg/markiiirust\r\nStore: https://store.markiii-rust.co.uk",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780440857,
    "last_online": 1780568426,
    "icon": null,
    "name": "EU Markiii-Rust PVE | 900+ Raids | Custom Weapons | Markiii-Pro",
    "connect": "194.164.96.174:28015",
    "request": "194.164.96.174:28014",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 25,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1743835171,
    "last_update": 1780568426,
    "banned": false,
    "wipe": 1779384797,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 828,
    "language": "en",
    "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/8410499");
$data = json_decode($json, true);
var_dump($data);