JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10534318
json
{
  "response": {
    "fps": 65,
    "fps_avg": 64,
    "entities_count": 75071,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286271302945811",
    "domain": null,
    "id": 10534318,
    "ip": "104.128.48.138",
    "port": 25570,
    "query": 27022,
    "color": 0,
    "city": "Chicago",
    "description": "![RustWipes.net Creative / Build](https://github.com/tsmith165/rust_data/blob/main/global/rust_header_new.jpg?raw=true)\nUnleash your creativity with our full-featured build tools and share your creations with others.\r\n\r\nSUPPORT: discord.gg/6fBzfsNTY7\r\nSTORE: rustwipes.net/kits\r\nSERVERS: rustwipes.net/servers\r\nDISCORD: discord.gg/6fBzfsNTY7\r\n\r\nWhat to expect:\r\n    - Creative Building Tools: Utilize our full-featured build UI to design and create structures with ease.\r\n    - Save and Share: Save your builds and share them with the community, or browse and explore others’ creations.\r\n    - Global Credits: Earn credits for your participation, which can be exchanged for rewards at https://www.rustwipes.net.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773748324,
    "last_online": 1780603233,
    "icon": null,
    "name": "RustWipes.net Creative / Build",
    "connect": "104.128.48.138:25570",
    "request": "104.128.48.138:27022",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1762518673,
    "last_update": 1780603233,
    "banned": false,
    "wipe": 1778284297,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3700,
    "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/10534318");
$data = json_decode($json, true);
var_dump($data);