Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/4261884
json
{
  "response": {
    "fps": 96,
    "fps_avg": 99,
    "entities_count": 112248,
    "world_seed": 231336092,
    "world_size": 4250,
    "steam_id": "90286583558375448",
    "domain": null,
    "id": 4261884,
    "ip": "99.249.143.10",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Collingwood",
    "description": "![Fields of Rust|PVE|Events|Raidable Bases|NPC's|Skill Tree](https://www.dropbox.com/scl/fi/t2h82qkluqjdvgd17cuyl/Dome.jpg?rlkey=33bqs68f62jkmpvwjtgkhmz46&st=x90rr1wf&dl=1)\nWelcome to our PVE server\r\nA new look, same great server!\r\nView webpage link for Discord\r\nBi-Weekly wipes.\r\nPlugins,\r\nEconomics and skill tree & Backpacks only wipes on force wipe, Large backpacks,Spawn mini- No fuel needed,\r\nLoot Protection,Personal Recycler,Teleports,Playtime Rewards,\r\nOne head shot kills NPC's, Restore Items Upon Death,No stability,\r\nNPC's At Every Monument,\r\nDonation VIP = Night Vision, Jetpack,3X Playtime Rewards\r\nEvents,\r\nAirfield,Armored Train,Cargo Plane,Convoy,Dangerous Treasures,\r\nGas Station, Harbor,Jet,Missle Silo,Raidable Bases,Supermarket,\r\nTrainyard,Water,HeliRefuel, Cargoship",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780553665,
    "last_online": 1780591831,
    "icon": null,
    "name": "Fields of Rust|PVE|Events|Raidable Bases|NPC's|Skill Tree",
    "connect": "99.249.143.10:28015",
    "request": "99.249.143.10:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 400,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1715849099,
    "last_update": 1780591831,
    "banned": false,
    "wipe": 1779405972,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2794,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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