[JP] RustEZ Survival PvE | No Decay | No Raiding | No Killing için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10871273
json
{
  "response": {
    "fps": 46,
    "fps_avg": 45,
    "entities_count": 192620,
    "world_seed": 478495594,
    "world_size": 4500,
    "steam_id": "90284710257995792",
    "domain": null,
    "id": 10871273,
    "ip": "15.235.216.54",
    "port": 29014,
    "query": 28014,
    "color": 0,
    "city": "Singapore",
    "description": "![[JP] RustEZ Survival PvE | No Decay | No Raiding | No Killing](https://www.rustez.com/uploads/manual/headers/server/survivalhead.jpg)\nSurvival is a well-balanced, high-performance modded server that offers players a tailored experience with our custom plugins to improve their gaming experience.\r\n\r\nInformation\r\n● Decay and upkeep disabled\r\n● Player and building damage disabled\r\n● Monthly wipes [Last wipe: 4/2]\r\n● Active admins and very helpful community\r\n● Inactive players removed after 10 days of inactivity\r\n\r\nFeatures\r\n● Sign Artist - Paste image links to signs.\r\n● TP - Teleport to friends and any placed bed or bag.\r\n● Fishing - Advanced fishing mechanics, tools and resources.\r\n● Pipes - Connect containers to automate tasks or create factories.\r\n● Sorter - Sort items in containers and furnaces with a click of a button.\r\n● Revive - Revive to restore your last position leading up to death, at a cost.\r\n● Trade - Trade with other players remotely in the comfort of your own base.\r\n● Stack+ - All item stacks are increased to remove the tedium of storing them.\r\n● Backpack - An additional inventory that can be accessed at any time.\r\n● Levels - Gain XP from farming to increase your farming efficiency.\r\n\r\nUse /help in chat for a full list of commands and helpful information.\r\n\r\nRules\r\n● No raiding, griefing or looting of any kind.\r\n● No mic or chat spam, player disrespect, racism or harassment.\r\n● No camping loot rooms, monuments or any highly concentrated areas.\r\n● You may build in caves but you must ensure safe passage for players.\r\n● No blocking water ways, building around monuments or large areas of land.\r\n● Pipes must only connect containers in close proximity and can not span large distances.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776715400,
    "score": 0,
    "last_online": 1776849018,
    "icon": null,
    "name": "[JP] RustEZ Survival PvE | No Decay | No Raiding | No Killing",
    "connect": "15.235.216.54:29014",
    "request": "15.235.216.54:28014",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1768318548,
    "last_update": 1776849018,
    "banned": false,
    "wipe": 1775152401,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1928,
    "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/10871273");
$data = json_decode($json, true);
var_dump($data);