JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/557106
json
{
  "response": {
    "fps": 337,
    "fps_avg": 316,
    "entities_count": 13587,
    "world_seed": 1700742048,
    "world_size": 1000,
    "steam_id": "90286956040440843",
    "domain": null,
    "id": 557106,
    "ip": "185.189.255.236",
    "port": 35400,
    "query": 35410,
    "project_id": null,
    "color": 0,
    "city": "Moscow",
    "description": "![CHOYKA RUST №1 [ONE GRID] [X2] SMALL MAP - FPS+67](https://masspas.com/rustservices/files/images/permanent/91d81375cab098e707bacb867fc1ba7d.png)\n❖ Welcome to CHOYKA RUST ❖ Добро пожаловать на CHOYKA RUST #1\n❖ Best Custom Map's ❖Полу-Классический сервер X2 ❖ \n❖ Great Administration ❖ Отличная администрация\n❖ NO ABUSE\n❖ NO DISMORAL\n❖ NO CHEAT\n❖ NO ROOFCAMP\n❖ NO PLAY 2+ (SERVER SOLO/DUO)\n❖NO DESPAWN LOOT",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596861,
    "last_online": 1781357418,
    "icon": null,
    "name": "CHOYKA RUST №1 [ONE GRID] [X2] SMALL MAP - FPS+67",
    "connect": "185.189.255.236:35400",
    "request": "185.189.255.236:35410",
    "map": "CHOYKA MAPS",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 29,
    "maxplayers": 35,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 91,
    "add_date": 1665919000,
    "last_update": 1781357418,
    "banned": false,
    "wipe": 1781341250,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 352,
    "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/557106");
$data = json_decode($json, true);
var_dump($data);