RusTT 2xPVE|Biweekly|Custom Build Spots|Custom Vehicles|Slow De için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11260932
json
{
  "response": {
    "fps": 88,
    "fps_avg": 87,
    "entities_count": 90922,
    "world_seed": 1337,
    "world_size": 3700,
    "steam_id": "90285013340259359",
    "domain": null,
    "id": 11260932,
    "ip": "157.250.193.154",
    "port": 28025,
    "query": 27025,
    "color": 0,
    "city": "Secaucus",
    "description": "![RusTT 2xPVE|Biweekly|Custom Build Spots|Custom Vehicles|Slow De](https://i.ibb.co/pjxdT4hV/36638503-932-A-4-D49-9-A1-D-C7192-B23-B8-E2.png)\n2x PVE Server\r\n- Class System\r\n- Battle Pass\r\n- Leaderboard with in-game rewards\r\n- Custom currency with bank system\r\n- Shop & Vehicle Shop\r\n- Custom Vehicles\r\n- 500+ Raidable Bases\r\n- Boss Monsters & Super Sized Boss Animals\r\n- Personal Recyclers\r\n- Skinbox with custom server skins\r\n- Lots of PVE fun events\r\n- Convoy Event\r\n- Survival Arena\r\n- Gun Game\r\n- Airfield Event\r\n- Junkyard Event\r\n- Gas Station Event & more\r\n- Always running custom maps with bespoke build spots",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776529402,
    "score": 0,
    "last_online": 1777320626,
    "icon": null,
    "name": "RusTT 2xPVE|Biweekly|Custom Build Spots|Custom Vehicles|Slow De",
    "connect": "157.250.193.154:28025",
    "request": "157.250.193.154:27025",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555212,
    "last_update": 1777320626,
    "banned": false,
    "wipe": 1775932193,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4938,
    "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/11260932");
$data = json_decode($json, true);
var_dump($data);