JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11671043
json
{
  "response": {
    "fps": 49,
    "fps_avg": 49,
    "entities_count": 155309,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286555889783816",
    "domain": null,
    "id": 11671043,
    "ip": "66.51.99.118",
    "port": 28015,
    "query": 27017,
    "color": 0,
    "city": "Dallas",
    "description": "![[NA] RustAscent | PVE & CHILL | 15x RESOURCES | EVENTS | KITS](https://raw.githubusercontent.com/mecwerks/item_storage/refs/heads/main/Server_Banner.png)\nWELCOME TO RUST ASCENT!  Hey there, traveler - welcome to the mountain! \r\n We're all about chill vibes, creativity, and helping each other climb. Before you begin your journey, take a moment to read our rules below. \r\n  1:  Be Kind Treat everyone with respect. No hate speech, bullying, or toxic behavior - ever. \r\n 2: Keep It Clean Keep chat and profiles family-friendly. No NSFW, overly rude, or offensive content. \r\n 3: Stay On Topic Use channels for their intended purpose. Keep spam to a minimum. \r\n 4:  No Self-Promo Don't post links, invites, or advertisements without staff approval. \r\n 5:  Respect Staff Admins and mods are here to help - please follow their guidance. \r\n 6:  PVE Only No raiding, stealing, or player killing. This server is focused on cooperation and creativity! \r\n 7:  Play Fair No cheating, exploiting, or abusing bugs. Please report any issues you find. \r\n 8:  Keep It Chill Positive vibes only. We're here to build, relax, and enjoy the game together. \r\n 9:  Enjoy the Journey Share your builds, join events, make friends - embrace the adventure! \r\n 10:  Have Fun! Rust Ascent is a chill space for creativity and exploration. Bring good energy, help others, and enjoy the climb.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780342457,
    "last_online": 1780560027,
    "icon": null,
    "name": "[NA] RustAscent | PVE & CHILL | 15x RESOURCES | EVENTS | KITS",
    "connect": "66.51.99.118:28015",
    "request": "66.51.99.118:27017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1780180912,
    "last_update": 1780560027,
    "banned": false,
    "wipe": 1778181398,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1649,
    "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/11671043");
$data = json_decode($json, true);
var_dump($data);