Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11435853
json
{
  "response": {
    "fps": 50,
    "fps_avg": 53,
    "entities_count": 122583,
    "world_seed": 1337,
    "world_size": 3600,
    "steam_id": "90285169952934912",
    "domain": null,
    "id": 11435853,
    "ip": "91.229.114.138",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Chicago",
    "description": "![ALLIANT GAMES - 2X - PVE ONLY](https://alliant.nyc3.cdn.digitaloceanspaces.com/RustServer/Rust%20Resurgence1.png)\nJoin the Discord at https://discord.gg/alliant \nLearn more about the server at https://alliantgames.com \n\nWelcome to Alliant Games Origins Rust Server! Dive into an immersive experience with RP, PVE, and PVP elements. \n\n⦿ 2X LOOT, GATHER AND SMELT WITH INCREASED STACK SIZES \n⦿ ITEM NO DROP, INCREASED LOOT AND EXCAV AND QUARRY LOCKS \n⦿ 10 MAX TEAM AND CLAN SIZE WITH CLAN KEY LOCKS AND AUTO AUTH \n⦿ FULL RAID PROTECTION, REDUCED UPKEEP, EXTRA LOCKABLE ITEMS AND LOOT PROTECTION \n⦿ INVISIBLE AND EXTENDED LENGTH INDUSTRIAL AND WIRING \n⦿ PLAYTIME AND VOTE REWARDS \n⦿ VIP AND PERKS SHOP \n⦿ 12 SPAWNING EVENTS WITH BUYABLE HELIS \n⦿ BASEMENTS, DEPLOYABLE ZIPLINES, WATER BASES AND SKINBOX \n⦿ MINIMAP, ULTIMATE LEADERBOARD AND SKILL TREE \n⦿ INDOOR FURNACES AND EFFICIENT RECYCLERS \n⦿ AND MANY OTHER QOL IMPROVEMENTS",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776266513,
    "score": 0,
    "last_online": 1777584618,
    "icon": null,
    "name": "ALLIANT GAMES - 2X - PVE ONLY",
    "connect": "91.229.114.138:28015",
    "request": "91.229.114.138:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 8,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1774977206,
    "last_update": 1777584618,
    "banned": false,
    "wipe": 1776372459,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 976,
    "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/11435853");
$data = json_decode($json, true);
var_dump($data);