Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11131057
json
{
  "response": {
    "fps": 156,
    "fps_avg": 151,
    "entities_count": 93953,
    "world_seed": 13825,
    "world_size": 4000,
    "steam_id": "90286603913495576",
    "domain": null,
    "id": 11131057,
    "ip": "157.85.95.160",
    "port": 26066,
    "query": 26067,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![ELEVATE RUST | 3X SOLO/DUO | BEGINNER FRIENDLY | RAIDABLE BASES](https://i.imgur.com/dc1vOmy.jpeg)\nElevate Rust 3x rate server. We try to archive a elevated Rust game experience. There is no real money trade for features and will never be! Active admins!\r\n\r\nNO PAY TO WIN\r\n\r\nAvailable Features:\r\n•3x rates\r\n•Custom Starter Kits - Type /kit to access them\r\n•Combined Storage - Linkable Lootboxes - Link your loot for better storage management\r\n•Raidable Bases | Meaningful Skill System\r\n•Faster reyclers | Faster Smelting | Instand Craft\r\n•Better TC | Workbench exdended for the whole building\r\n•Upkeep reduced by 50%\r\n•Furnance Splitter - Type /ffs for Options\r\n•Gathering gets you EXP and Levels - Get a small gather boost for each level\r\n•Increased stack size by 5x\r\n•Auto upgrade your placed building with /bgrade\r\n•Save Trade with /trade\r\n•Quicksort\r\n•Spawn Mini\r\n•Vote for night skip\r\n•Custom Outpost Vendor\r\n•Buyable Raid Protection for Sulfur",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595663,
    "last_online": 1780605629,
    "icon": null,
    "name": "ELEVATE RUST | 3X SOLO/DUO | BEGINNER FRIENDLY | RAIDABLE BASES",
    "connect": "157.85.95.160:26066",
    "request": "157.85.95.160:26067",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 63,
    "add_date": 1770397331,
    "last_update": 1780605629,
    "banned": false,
    "wipe": 1780595972,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1569,
    "language": "de",
    "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/11131057");
$data = json_decode($json, true);
var_dump($data);