JSON dla programów, stron i innych

text
https://api.gamemonitoring.pl/servers/10939511
json
{
  "response": {
    "fps": 88,
    "fps_avg": 88,
    "entities_count": 73677,
    "world_seed": 972,
    "world_size": 3500,
    "steam_id": 90286588626385940,
    "domain": null,
    "id": 10939511,
    "ip": "66.51.99.66",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Dallas",
    "description": "![Lonelys PVE Playground 5X|US|Shop|Farm|Raid|Maze|Event|Custom](https://i.imgur.com/681Io5b.jpeg)\nWelcome to Lonelys PVE Playground\r\n\r\nA relaxed but action-packed Rust experience built around freedom, progression, and fun.\r\n\r\nServer Features:\r\n• 5X Gather Rates – Faster progression with less grind\r\n• ItemForge – Craft crazy custom weapons and armor\r\n• Full Shop System – Buy, sell, and build your economy\r\n• Player Market – List items, buy from other players, and trade through the server economy\r\n• Raidable Bases – PvE raid bases with high-value rewards\r\n• Custom Maze Runs – Explore dangerous mazes packed with loot, traps, enemies, and rewards\r\n• Custom Events & Helicopters – Action whenever you want it\r\n• Jetpacks – Mobility like you’ve never had in Rust\r\n• Magic Planters – Faster growth, higher yields, and better farming\r\n• Skill Tree Progression – Level up and grow stronger as you play\r\n• Questlines & Daily Goals – More ways to earn rewards and stay busy\r\n• Custom Rewards & Economy – Earn, spend, trade, and build your way up\r\n• Quality-of-Life Plugins – Less wasted time, more actual gameplay\r\n\r\nPlay your way.\r\nBuild your empire, run your farm, raid PvE bases, take on maze challenges, trade with other players, explore the world, or just relax without the chaos of PvP.\r\n\r\nEverything on the server is designed to feel rewarding without wasting your time.\r\n\r\nNew events, features, plugins, quests, and server systems are always being added, so the server keeps growing right along with your base.\r\n\r\nWipe Info:\r\nTPD",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779401622,
    "last_online": 1780581639,
    "icon": null,
    "name": "Lonelys PVE Playground 5X|US|Shop|Farm|Raid|Maze|Event|Custom",
    "connect": "66.51.99.66:28035",
    "request": "66.51.99.66:28036",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768494598,
    "last_update": 1780581639,
    "banned": false,
    "wipe": 1779401767,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4065,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Przykłady kodu

php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/10939511");
$data = json_decode($json, true);
var_dump($data);