JSON dla programów, stron i innych

text
https://api.gamemonitoring.pl/servers/10870874
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 39279,
    "world_seed": 1879242305,
    "world_size": 3000,
    "steam_id": "90286492991939588",
    "domain": null,
    "id": 10870874,
    "ip": "192.99.75.125",
    "port": 20001,
    "query": 20002,
    "color": 0,
    "city": "New York",
    "description": "No Looting, No PVP, Play, help, and enjoy Learning ., No PVP, Play, help, and enjoy Learning , No PVP, Play, help, and enjoy Learning, No PVP, Play, help, and enjoy Learnin, No PVP, Play, help, and enjoy Learni, No PVP, Play, help, and enjoy Learn, No PVP, Play, help, and enjoy Lear, No PVP, Play, help, and enjoy Lea, No PVP, Play, help, and enjoy Le, No PVP, Play, help, and enjoy L, No PVP, Play, help, and enjoy , No PVP, Play, help, and enjoy, No PVP, Play, help, and enjoy., No PVP, Play, help, and enjoy.=, No PVP, Play, help, and enjoy., No PVP, Play, help, and enjoy. , No PVP, Play, help and enjoy. , No PVP, Play, help ad enjoy. , No PVP, Play, help amd enjoy. , No PVP, Play, help amd enjoy., No PVP, Play, help amd enjoy, No PVP, Play, help amd enjo, No PVP, Play, help amd enj, No PVP, Play, help amd en, No PVP, Play, help amd e, No PVP, Play, help amd , No PVP, Play, help amd, No PVP, Play, help am, No PVP, Play, help a, No PVP, Play, help , No PVP, Play, help, No PVP, Play, hel, No PVP, Play, he, No PVP, Play, h, No PVP, Play, , No PVP, Play\r\n, No PVP, Play, No PVP, Play , No PVP, Play a, No PVP, Play an, No PVP, Play and, No PVP, Play and , No PVP, Play and e, No PVP, Play and en, No PVP, Play and enj, No PVP, Play and enj=, No PVP, Play and enj==, No PVP, Play and enj=, No PVP, Play and enj, No PVP, Play and en, No PVP, Play and e, No PVP, Play and , No PVP, Play and, No PVP, Play an, No PVP, Play a, No PVP, Play , No PVP, Play, No PVP, Pla, No PVP, Pl, No PVP, P, No PVP, , No PVP\r\n, No PVP, No PV, No P, No , No, N, ,",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780635210,
    "last_online": 1780346434,
    "icon": null,
    "name": "A Shockbyte Rust Server",
    "connect": "192.99.75.125:20001",
    "request": "192.99.75.125:20002",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 3,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1768318479,
    "last_update": 1780635210,
    "banned": false,
    "wipe": 1780154090,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10058,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "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/10870874");
$data = json_decode($json, true);
var_dump($data);