Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11116240
json
{
  "response": {
    "fps": 41,
    "fps_avg": 45,
    "entities_count": 69515,
    "world_seed": 123,
    "world_size": 3500,
    "steam_id": "90283725077582859",
    "domain": null,
    "id": 11116240,
    "ip": "72.0.44.20",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Cloudcroft",
    "description": "![unlimited 3x](https://i.imgur.com/3mszf6e.png)\nHere's your server description formatted with /n for new lines:  ``` UNLIMITED 3X - Where Vanilla Meets Velocity/n/nWelcome to Unlimited 3X, the perfect balance between vanilla Rust gameplay and accelerated progression. Our 3x rates give you the freedom to build, raid, and dominate without the endless grind./n/nServer Features:/n- 3x gather rates for faster progression/n- Enhanced gameplay without losing the core Rust experience/n- Active admins and fair moderation/n- Regular wipes to keep the competition fresh/n/nWhether you're a solo survivor, part of a tight-knit group, or leading a massive clan, Unlimited 3X offers the perfect environment to test your skills. Experience the brutal beauty of Rust with less farming and more action./n/nThe only limit is your ambition. Join Unlimited 3X today. ```",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774971125,
    "score": 0,
    "last_online": 1776700225,
    "icon": null,
    "name": "unlimited 3x",
    "connect": "72.0.44.20:28025",
    "request": "72.0.44.20:28026",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2617",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1770112816,
    "last_update": 1776700225,
    "banned": false,
    "wipe": 1769335233,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4739,
    "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/11116240");
$data = json_decode($json, true);
var_dump($data);