JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7659006
json
{
  "response": {
    "fps": 77,
    "fps_avg": 80,
    "entities_count": 186634,
    "world_seed": 1636715464,
    "world_size": 4096,
    "steam_id": 90286576569832460,
    "domain": null,
    "id": 7659006,
    "ip": "185.60.132.242",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Moscow",
    "description": "![PIGLAND V7 NOWIPE/PVE/KIT Хрюшки](https://pigland.cc/assets/images/server-logo.png)\nWelcome to Pigland PVE!\r\n\r\n• APP: https://pigland.cc\r\n• Discord: pigland.cc/discord\r\n• Chat: pigland.cc/chat\r\n• No wipes | Без вайпов\r\n• Noob friendly | Дружелюбие к новичкам\r\n• No griefing | Без гриферства\r\n• No PVP | Без пвп\r\n• No rules chat | Свободный чат\r\n\r\n• connect pigland.cc",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780357451,
    "last_online": 1780568424,
    "icon": null,
    "name": "PIGLAND V7 NOWIPE/PVE/KIT Хрюшки",
    "connect": "185.60.132.242:28015",
    "request": "185.60.132.242:28016",
    "map": "Amazon",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1739549724,
    "last_update": 1780568424,
    "banned": false,
    "wipe": 1776452481,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 571,
    "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/7659006");
$data = json_decode($json, true);
var_dump($data);