JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11488838
json
{
  "response": {
    "fps": 51,
    "fps_avg": 43,
    "entities_count": 119463,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284567548921885",
    "domain": null,
    "id": 11488838,
    "ip": "62.122.215.125",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Moscow",
    "description": "![CYBERSHOKE | #1 Vanilla (x2)](https://cloud.cybershoke.net/pages/rust/gamebanner_x3.jpg)\nMap Wipe: Every Friday at 18:00 GMT+3\r\nRecipe Wipe: Twice a month\r\n24/7 Moderation: Press F7 to report a player\r\n\r\nServer Features:\r\nNo lag and no pay-to-win | Full classic | Team limit: None\r\n\r\nInformation:\r\nOur Site: cybershoke.net/rust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776437551,
    "score": 0,
    "last_online": 1776454211,
    "icon": null,
    "name": "CYBERSHOKE | #1 Vanilla (x2)",
    "connect": "62.122.215.125:28015",
    "request": "62.122.215.125:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 291,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 111,
    "add_date": 1775854899,
    "last_update": 1776454211,
    "banned": false,
    "wipe": 1776438010,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 123,
    "language": "ru",
    "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/11488838");
$data = json_decode($json, true);
var_dump($data);