JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/763116
json
{
  "response": {
    "fps": 53,
    "fps_avg": 53,
    "entities_count": 141177,
    "world_seed": 4585637,
    "world_size": 5000,
    "steam_id": "90284791805213720",
    "domain": null,
    "id": 763116,
    "ip": "192.121.44.103",
    "port": 28016,
    "query": 28015,
    "color": 0,
    "city": "Örebro",
    "description": "![[EU/SWE] Playstar - TRIO - LARGE](https://www.playstar.se/static/c4-bradly.png)\nINFO\r\n------------\r\n- Next BP wipe 07.05\r\n- Next Map wipe 07.05\r\n- BPs wipe bi-weekly\r\n- Map wipes weekly\r\n\r\nRULES:\r\n------------\r\n- Only english in chat.\r\n- No VAC ban or game ban. ZERO! No exceptions.\r\n- VPNs or proxies are not allowed.\r\n- No teaming, no allies, no friendly neighbours with more than 3 players.\r\n- Don´t roam, loot run, boat, raid with more than 3 players.\r\n- Don´t build next to your friends\r\n- Don´t bag more than 3 players.\r\n- Don´t have more than 3 players bags in your base.\r\n- Don´t have more than 3 players in your base. Only when you are being raided\r\n- Don´t help other players up\r\n- Don´t give away free stuDon´ give away your base when you quit.\r\n- Only trade through shop front and vending machine.\r\n- Breaking one rule will get you banned.\r\n- Report cheaters and abuse ONLY in discord.\r\n------------\r\n\r\nDISCORD: https://discord.gg/gxJm7Pv\r\nSTEAM: https://steamcommunity.com/groups/playstarrust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776821601,
    "score": null,
    "last_online": 1776879622,
    "icon": null,
    "name": "[EU/SWE] Playstar - TRIO - LARGE",
    "connect": "192.121.44.103:28016",
    "request": "192.121.44.103:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1680789888,
    "last_update": 1776879622,
    "banned": false,
    "wipe": 1776426859,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3009,
    "language": "sv",
    "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/763116");
$data = json_decode($json, true);
var_dump($data);