JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11677331
json
{
  "response": {
    "fps": 247,
    "fps_avg": 245,
    "entities_count": 83237,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": 90286602864527360,
    "domain": null,
    "id": 11677331,
    "ip": "148.113.47.127",
    "port": 28019,
    "query": 28020,
    "color": 0,
    "city": "Mumbai",
    "description": "![INDIA - RUST | Vanilla | Weekly | SEA/IND/UAE](https://www.dropbox.com/scl/fi/elvgq0wqoq3zh3te6saui/rust_wallpaper_cropped.jpg?rlkey=jpjbdoxbqivene6a39r4rhtx4&st=y42ewdgq&dl=1)\nWelcome to INDIA - RUST Vanilla | Weekly\r\n\r\nA rust server hosted in India running on premium infrastructure with optimal ping.\r\n\r\nWipe Schedule:\r\n→ Map Wipe: Every Friday\r\n→ Blueprint/Force Wipe: First Friday of every month\r\n→ Wipe Time: 6:30 PM IST\r\n\r\nFeatures:\r\n→ Custom Anti-cheat\r\n→ Map with combined Outpost & BanditCamp\r\n→ Active Moderation\r\n→ Commands: /pop, /kdr, /top\r\n\r\nFor Latest Server updates and extended community join Discord at: https://discord.com/invite/Y4GDUtVYtE\r\n\r\nOR Click here ↓↓↓",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780593264,
    "last_online": 1780594399,
    "icon": null,
    "name": "INDIA - RUST | Vanilla | Weekly | SEA/IND/UAE",
    "connect": "148.113.47.127:28019",
    "request": "148.113.47.127:28020",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 65,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780216203,
    "last_update": 1780594399,
    "banned": false,
    "wipe": 1780593673,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5638,
    "language": "hi",
    "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/11677331");
$data = json_decode($json, true);
var_dump($data);