Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11511495
json
{
  "response": {
    "fps": 226,
    "fps_avg": 222,
    "entities_count": 42940,
    "world_seed": 1337,
    "world_size": 2500,
    "steam_id": "90286129699005466",
    "domain": null,
    "id": 11511495,
    "ip": "135.148.136.48",
    "port": 60408,
    "query": 60409,
    "color": 0,
    "city": "Watson",
    "description": "![Kirkland Signature's | Solo/Duo/Trio/Quad | 1.5x | 2500 Map Rai](https://kirklandsignatures.eatglue.com/img/KirklandSignaturesBanner.png)\nCasual-friendly Vanilla+ server for limited-time players. Custom 2500 map with Rail system + Launch Site. Active PvP server. Expect fights, raids, and player interaction. 1.5x wood/stone | 1.5x ore/scrap/basics | 50% decay 1.75x stacks | Shared BPs | 12-slot backpacks Biweekly wipes: 1st & 3rd Thursday @ 3PM EST | Max team 4 No coordinated multi-team raids or defenses. No shared bases/compounds beyond team limit. Low grind, minimal mods. Join Discord for details.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780600465,
    "last_online": 1780599032,
    "icon": null,
    "name": "Kirkland Signature's | Solo/Duo/Trio/Quad | 1.5x | 2500 Map Rai",
    "connect": "135.148.136.48:60408",
    "request": "135.148.136.48:60409",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779353851,
    "last_update": 1780600465,
    "banned": false,
    "wipe": 1779460279,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9446,
    "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/11511495");
$data = json_decode($json, true);
var_dump($data);