Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11018350
json
{
  "response": {
    "modded": true,
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 1000000,
    "world_seed": 0,
    "world_size": 6000,
    "steam_id": "90286674977554447",
    "domain": null,
    "id": 11018350,
    "ip": "168.100.161.3",
    "port": 28010,
    "query": 28015,
    "project_id": null,
    "color": 0,
    "city": "London",
    "description": "![Atlas Hub - Aimtrain | 1v1 Duels | FFA | Scrims | Customs | UKN](https://img.atlasrust.co/MacRo/2025/12/01/ima4343ge.png)\nAtlas Hub | Competitive Multi-Region Hub\n\nBuilt to push competitive Rust to the highest possible standard with polished gameplay, high-performance infrastructure, advanced networking, and a seamless player experience.\n\nDesigned around a global competitive environment, Atlas Hub allows EU & NA players to compete seamlessly while maintaining smooth and responsive gameplay.\n\nLinks\n• discord.gg/atlasrust\n• discord.gg/acs\n\nGame Modes\n• Scrims\n• Duels (1v1 Facechecks)\n• Tournament System\n• Customs\n• Gun Game\n• FFA / FFA Large\n• Aim Train\n• Routines\n\nContent\n• 15+ Scrim Maps\n• 40+ Custom Maps\n• 70+ Duel Maps\n\nCompetitive Features\n• One Of The Largest Tournament Prize Pools In Rust\n• Automated Matchmaking & Queue System\n• Cross-Region Competitive Play\n• Ranked & Casual Experiences\n• Live Statistics & Match Tracking\n• Matchmaking To Reduce Low Hour & Untrusted Accounts\n\nWebsite Integration\n• Global Leaderboards & Rankings\n• Tournament Brackets & Match Tracking\n• Match Replay & Demo System\n• Player & Team Statistics\n\nPlatform Features\n• Advanced Global Proxy Network\n• Pre-Queue Atlas Servers Before Wipe & Restarts\n• Automatic Restart Reconnect System\n• Social System To Join & Follow Friends\n• Full Custom Skin Collection\n• No Pay-To-Win Features\n• Fully Immersive UI\n\nComing Soon\n• Creative\n• Movement Practice\n• Bedwars\n• League System\n• Website Kill-Cams\n• Player Vetting\n\n24/7 Discord Staff Support",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779178376,
    "last_online": 1780898415,
    "icon": null,
    "name": "Atlas Hub - Aimtrain | 1v1 Duels | FFA | Scrims | Customs | UKN",
    "connect": "168.100.161.3:28010",
    "request": "168.100.161.3:28015",
    "map": "discord.gg/atlasrust",
    "gamemode": "Atlas Minigames",
    "version": "2625",
    "numplayers": 120,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 107,
    "add_date": 1769944487,
    "last_update": 1780898415,
    "banned": false,
    "wipe": 1751805207,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 103,
    "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/11018350");
$data = json_decode($json, true);
var_dump($data);